.section-heading.center{text-align:center;max-width:720px;margin:0 auto 48px}
.category-strip{padding:0 0 90px}
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.category-card{display:flex;min-height:148px;padding:22px 14px;border:1px solid transparent;border-radius:6px;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:.3s;background:#f5f5f5}
.category-card:hover{transform:translateY(-6px);border-color:rgba(252,87,97,.25);background:#fff;box-shadow:0 14px 32px rgba(20,30,48,.1)}
.category-icon{display:grid;place-items:center;margin:0 auto 14px;width:auto;height:38px;border-radius:0;font-size:32px;background:transparent;color:var(--ink)}
.category-card b,.category-card small{display:block}
.category-card b{font-size:15px;line-height:1.5}
.category-card small{color:var(--muted);font-size:12px;margin-top:5px}

.featured-products{padding-top:90px}
.featured-products-heading h2{margin-bottom:30px}
.product-filters{display:flex;align-items:center;gap:34px;overflow-x:auto;overflow-y:hidden;margin-bottom:28px;border-bottom:1px solid var(--line);scrollbar-width:none;touch-action:pan-x;overscroll-behavior-x:contain;overscroll-behavior-y:none;-webkit-overflow-scrolling:touch}
.product-filters::-webkit-scrollbar{display:none}
.product-filters button{position:relative;flex:0 0 auto;padding:0 0 16px;border:0;background:none;color:var(--muted);font-size:15px;transition:color .2s ease}
.product-filters button::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--pink);transform:scaleX(0);transition:transform .25s ease}
.product-filters button:hover,.product-filters button.active{color:var(--ink)}
.product-filters button.active::after{transform:scaleX(1)}
.featured-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.subcategory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:48px}
.featured-product-card{display:flex;flex-direction:column;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;box-shadow:none;transition:none}
#featuredProductGrid [data-product-card-url]{cursor:pointer}
.featured-product-card.is-filtered-out{display:none}
.featured-product-card .listing-image{height:auto;aspect-ratio:1/1;margin-bottom:12px;background:#fff;border-bottom:1px solid var(--line);transition:none}
.featured-product-card .listing-image img{display:block;width:100%;height:100%;object-fit:contain}
.product-card-body{position:relative;display:flex;flex:1;flex-direction:column;padding:0 10px 18px}
.product-card-body h3{min-height:2.9em;margin:2px 0 14px;text-align:center;font-size:14px;line-height:1.45;font-weight:500;transition:none}
.product-card-body>p{margin:0;color:var(--muted);font-size:11px;transition:none}
.product-price-row{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:auto;font-size:11px;transition:none}
.product-price-row>span{color:var(--muted)}
.product-card-price{display:flex;flex-direction:column;align-items:flex-end;line-height:1}
.product-card-price strong{color:var(--pink);font-size:18px;white-space:nowrap}
.product-card-price small{margin-top:5px;color:var(--muted);font-size:9px;font-weight:500;opacity:.68}
.product-card-actions{position:static;display:grid;grid-template-columns:1fr 1fr;gap:5px;height:34px;margin-top:12px;opacity:1;transform:none;transition:none}
.product-card-actions a{display:flex;align-items:center;justify-content:center;gap:4px;min-height:34px;border-radius:4px;background:var(--pink);color:#fff;font-size:11px;font-weight:600}
.product-card-actions a:last-child{background:#25d366}
@media (min-width:761px) and (hover:hover) and (pointer:fine){
.featured-product-card:not(.subcategory-card) .listing-image,.featured-product-card:not(.subcategory-card) .product-card-body{transition:transform .32s cubic-bezier(.22,.61,.36,1)}
.featured-product-card:not(.subcategory-card) .product-card-actions{position:absolute;right:10px;bottom:18px;left:10px;margin-top:0;opacity:0;transform:translateY(52px);pointer-events:none;transition:opacity .22s ease,transform .32s cubic-bezier(.22,.61,.36,1)}
.featured-product-card:not(.subcategory-card):hover .listing-image,.featured-product-card:not(.subcategory-card):hover .product-card-body,.featured-product-card:not(.subcategory-card):focus-within .listing-image,.featured-product-card:not(.subcategory-card):focus-within .product-card-body{transform:translateY(-46px)}
.featured-product-card:not(.subcategory-card):hover .product-card-actions,.featured-product-card:not(.subcategory-card):focus-within .product-card-actions{opacity:1;transform:translateY(46px);pointer-events:auto}
}
.subcategory-card{align-self:start;transition:none}
.subcategory-card:hover{position:static;z-index:auto;box-shadow:0 5px 22px rgba(20,30,48,.07)}
.subcategory-card .listing-image{margin-bottom:0;transition:none}
.subcategory-card:hover .listing-image,.subcategory-card:focus-within .listing-image{transform:none}
.subcategory-card .product-card-body{flex:none;padding:14px 10px}
.subcategory-card .product-card-body h3{min-height:0;margin:0;font-size:18px;font-weight:600;line-height:1.35;transition:none}
.subcategory-card:hover .product-card-body h3,.subcategory-card:focus-within .product-card-body h3{transform:none}

.heading-row{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:44px}
.heading-row h2{margin-bottom:0}
.slider-controls{display:flex;gap:10px}
.slider-controls button,.quote-arrow{width:50px;height:50px;border-radius:50%;background:#fff;border:1px solid var(--line);transition:.2s}
.slider-controls button:hover,.quote-arrow:hover{background:var(--pink);color:#fff;border-color:var(--pink)}
.listing-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - 15px);gap:20px;overflow:hidden;scroll-behavior:smooth;padding:5px}
.listing-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 22px rgba(20,30,48,.07)}
.listing-image{height:260px;position:relative;background-size:cover;background-position:center}
.product-a{background:linear-gradient(145deg,#aac0d1,#30465a)}
.product-b{background:linear-gradient(145deg,#dec9b2,#73604d)}
.product-c{background:linear-gradient(145deg,#9ca7a6,#303a43)}
.product-d{background:linear-gradient(145deg,#d3b69a,#615245)}
.badge{position:absolute;left:16px;top:16px;background:var(--pink);color:#fff;font-size:11px;padding:6px 11px;border-radius:4px;font-weight:600}
.heart{position:absolute;right:16px;top:16px;width:38px;height:38px;border:0;border-radius:50%;background:#fff;font-size:22px}
.listing-body{padding:22px}
.listing-body small{color:var(--muted)}
.listing-body h3{font-size:19px;margin:8px 0 18px}
.listing-body div{display:flex;justify-content:space-between;align-items:center;gap:10px}
.listing-body strong{font-size:20px;color:var(--pink)}
.listing-body div span{font-size:11px;color:var(--muted)}

.about-section{background:var(--soft)}
.about-section.about-page{background:#fff}
.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}
.about-section .split{grid-template-columns:repeat(12,minmax(0,1fr))}
.about-section .about-visual{grid-column:span 4}
.about-section .about-copy{grid-column:span 8}
.about-visual{position:sticky;top:120px;align-self:start;width:100%;aspect-ratio:9/16}
.about-visual iframe{display:block;width:100%;height:100%;border:0;border-radius:12px;box-shadow:var(--shadow)}
.about-copy p{color:var(--muted);font-size:16px}
.about-copy h2{margin:28px 0 12px;font-size:18px;line-height:1.3;font-weight:600}
.about-copy h2:first-child{margin-top:0}
.check-list{list-style:none;padding:0;margin:28px 0}
.check-list li{margin:12px 0;font-weight:600}
.check-list li:before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;margin-right:12px;border-radius:50%;background:#ffe7e8;color:var(--pink)}

.cities{color:#fff}
.heading-row.light p{color:#aab2c1}
.text-link{font-weight:600;color:#fff;border-bottom:1px solid currentColor}
.city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.city-card{height:420px;border-radius:10px;position:relative;overflow:hidden;background-size:cover;transition:.35s}
.city-card:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,13,22,.85),transparent 65%)}
.city-card:hover{transform:translateY(-8px)}
.city-a{background:linear-gradient(155deg,#8899aa,#2d3b49)}
.city-b{background:linear-gradient(155deg,#b79b80,#465254)}
.city-c{background:linear-gradient(155deg,#9ba7a0,#263747)}
.city-d{background:linear-gradient(155deg,#c0a88a,#4c3e3d)}
.city-card span{position:absolute;left:25px;bottom:24px}
.city-card b,.city-card small{display:block}
.city-card b{font-size:22px}
.city-card small{color:#d5d9df}

.experience-art{height:560px;border-radius:50% 12px 12px 12px;background:#ffe6e1;position:relative;overflow:hidden}
.experience-phone{position:absolute;width:260px;height:480px;left:50%;top:68px;transform:translateX(-50%);background:#fff;border:10px solid var(--dark);border-radius:35px;box-shadow:var(--shadow);padding:38px 22px}
.experience-phone span{display:block;height:150px;border-radius:10px;background:linear-gradient(145deg,#91a7b5,#354759);margin-bottom:25px}
.experience-phone i{display:block;height:13px;background:#e8ebef;border-radius:8px;margin:15px 0}
.experience-card,.sold-card{position:absolute;z-index:2;background:#fff;border-radius:10px;box-shadow:var(--shadow);padding:18px;display:flex;align-items:center;gap:12px}
.experience-card{left:20px;top:120px}
.experience-card b,.experience-card small,.sold-card strong,.sold-card small{display:block}
.experience-card small,.sold-card small{font-size:11px;color:var(--muted)}
.avatar{display:inline-block;width:42px;height:42px;background:linear-gradient(145deg,#ffa794,#6f5964);border-radius:50%}
.sold-card{right:24px;bottom:80px;display:block}
.sold-card strong{color:#2ca56c}

.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.step{text-align:center;position:relative;padding:10px 24px}
.step>span{position:absolute;right:24px;top:6px;color:#cad0d9;font-weight:600}
.step-icon{display:grid;place-items:center;width:100px;height:100px;margin:0 auto 24px;border-radius:35% 65% 50% 50%;background:#fff;box-shadow:var(--shadow);font-size:36px;color:var(--pink);transition:.3s}
.step:hover .step-icon{transform:rotate(8deg) scale(1.06);background:var(--pink);color:#fff}
.step p{color:var(--muted);font-size:14px}

.testimonial-shell{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:35px;max-width:1000px;margin:auto}
.quote-track{min-height:320px;position:relative}
.quote{display:none;text-align:center;background:#fff2ef;border-radius:14px;padding:50px 70px;margin:0}
.quote.active{display:block;animation:fadeUp .55s ease}
.stars{color:#ffae00;letter-spacing:5px;margin-bottom:18px}
.quote p{font-size:23px;line-height:1.65}
.quote footer{display:flex;justify-content:center;align-items:center;gap:12px}
.quote footer b,.quote footer small{display:block;text-align:left}
.quote footer small{color:var(--muted)}
.avatar.large{width:52px;height:52px}
.avatar.alt{background:linear-gradient(145deg,#98b2c5,#374c5d)}

.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.blog-card{background:#fff;border-radius:10px;overflow:hidden}
.blog-img{height:270px;position:relative;background-size:cover;overflow:hidden}
.blog-img:after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,transparent,rgba(0,0,0,.24));transition:.4s}
.blog-card:hover .blog-img:after{transform:scale(1.15)}
.blog-a{background:linear-gradient(145deg,#a7bbc7,#354754)}
.blog-b{background:linear-gradient(145deg,#d5bda8,#5b5148)}
.blog-c{background:linear-gradient(145deg,#aebbb1,#374a45)}
.blog-img span{position:absolute;z-index:2;top:16px;left:16px;background:var(--pink);color:#fff;padding:5px 10px;border-radius:4px;font-size:11px}
.blog-copy{padding:25px}
.blog-copy small{color:var(--muted)}
.blog-copy h3{font-size:21px;margin:10px 0 20px}
.blog-copy a{font-weight:600;color:var(--pink)}
.dark-link{color:var(--dark)}

.process-four{padding:85px 0;background:#fff}
.process-four-layout{display:grid;grid-template-columns:4fr 8fr;align-items:center;gap:80px}
.process-four-intro h2{font-size:38px;margin-bottom:16px}
.process-four-intro p{max-width:390px;color:var(--muted);font-size:17px;line-height:1.75}
.process-four-button{display:inline-flex;margin-top:12px;padding:15px 22px;border:1px solid var(--pink);border-radius:8px;background:var(--pink);color:#fff;font-size:13px;font-weight:600;box-shadow:0 10px 24px rgba(255,89,99,.2);transition:background .2s,border-color .2s,transform .2s,box-shadow .2s}
.process-four-button:hover{border-color:#e94853;background:#e94853;color:#fff;transform:translateY(-2px);box-shadow:0 14px 28px rgba(255,89,99,.28)}
.process-four-steps{position:relative;height:884px}
.process-media,.process-card{position:absolute;width:40%;height:182px;min-height:0;border-radius:10px;overflow:hidden}
.process-four-steps>:nth-child(1){top:0;left:14%}
.process-four-steps>:nth-child(2){top:0;left:57%}
.process-four-steps>:nth-child(3){top:234px;left:0}
.process-four-steps>:nth-child(4){top:234px;left:43%}
.process-four-steps>:nth-child(5){top:468px;left:14%}
.process-four-steps>:nth-child(6){top:468px;left:57%}
.process-four-steps>:nth-child(7){top:702px;left:0}
.process-four-steps>:nth-child(8){top:702px;left:43%}
.process-media{box-shadow:0 10px 26px rgba(47,57,74,.12)}
.process-media img{display:block;width:100%;height:100%;object-fit:cover}
.process-card{padding:28px 30px;background:var(--soft)}
.process-card header{display:flex;align-items:center;gap:16px}
.process-card header h3{margin:0;font-size:19px}
.process-card header::after{content:"";height:1px;flex:1;background:var(--line)}
.process-four-steps>:nth-child(7) header::after{display:none}
.process-card p{margin:18px 0 0;color:var(--muted);font-size:15px}

.partners-four{padding-top:45px}
.partners-four-title{text-align:center;color:var(--muted);font-size:16px;margin-bottom:44px}
.partners-four-title strong{color:var(--ink)}
.partner-logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}
.references-catalog .partner-logo-grid,.partners-four .partner-logo-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;background:transparent}
.partner-logo-grid>div{display:grid;place-items:center;min-height:220px;background:var(--white)}
.references-catalog .partner-logo-grid>div,.partners-four .partner-logo-grid>div{aspect-ratio:4/3;min-height:0;padding:12px;background:#f8f9fb;border:1px solid #e8ebf0;border-radius:10px;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}
.partner-logo-grid>div>a{display:grid;width:100%;height:100%;place-items:center}
.partner-logo-grid img{display:block;width:100%;height:100%;max-height:220px;object-fit:contain}
.references-catalog .partner-logo-grid img,.partners-four .partner-logo-grid img{max-height:none;border-radius:6px;filter:saturate(.72) contrast(.96);opacity:.92;transition:filter .25s ease,opacity .25s ease}
.references-catalog .partner-logo-grid>div:hover,.partners-four .partner-logo-grid>div:hover{border-color:#d8dde6;box-shadow:0 10px 26px rgba(25,35,52,.08);transform:translateY(-2px)}
.references-catalog .partner-logo-grid>div:hover img,.partners-four .partner-logo-grid>div:hover img{filter:saturate(1) contrast(1);opacity:1}
.references-cta{display:flex;justify-content:center;margin-top:36px}
.references-cta a{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 28px;border:1px solid var(--ink);border-radius:999px;color:var(--ink);font-weight:600;transition:background .25s ease,color .25s ease,transform .25s ease}
.references-cta a:hover{background:var(--ink);color:var(--white);transform:translateY(-2px)}
.certificate-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}
.certificate-grid>div{display:grid;place-items:center;min-height:420px;padding:24px;background:var(--white)}
.certificate-grid img{display:block;width:100%;height:100%;max-height:520px;object-fit:contain}

.faq-section{background:#fff}
.faq-four-heading{max-width:600px;margin:0 auto 38px;text-align:center}
.faq-four-heading h2{font-size:38px;margin-bottom:8px}
.faq-four-heading p{max-width:450px;margin:auto;color:var(--muted);font-size:16px}
.faq-four-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 46px}
.faq-column{display:flex;flex-direction:column;gap:20px}
.faq-item{background:var(--soft);border:0;border-radius:7px;overflow:hidden}
.faq-item.open{background:#f5eded}
.faq-item button{width:100%;min-height:94px;padding:25px 30px;border:0;background:none;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:20px;font-weight:600;font-size:18px;color:var(--ink)}
.faq-item.open button{border-bottom:1px solid rgba(255,255,255,.9)}
.faq-item button span{display:grid;place-items:center;width:22px;height:22px;border:2px solid #1874f2;border-radius:50%;color:#1874f2;font-size:15px;line-height:1}
.faq-item>div{display:grid;grid-template-rows:0fr;transition:.35s}
.faq-item>div p{overflow:hidden;color:var(--muted);margin:0}
.faq-item.open>div{grid-template-rows:1fr}
.faq-item.open>div p{padding:0 30px 25px}
.counter-band{background:var(--soft);color:#fff;padding:45px 0 0}
.counters{display:grid;grid-template-columns:repeat(4,1fr);padding:75px 55px;background:#1874f2;border-radius:12px}
.counters div{position:relative;text-align:center;border:0}
.counters div::before{content:"";position:absolute;left:14%;top:50%;width:115px;height:115px;border:1px solid rgba(255,255,255,.35);border-radius:50%;transform:translateY(-50%)}
.counters div:last-child{border:0}
.counters strong,.counters span{display:block}
.counters strong{position:relative;z-index:1;font-size:58px;line-height:1.1}
.counters span{position:relative;z-index:1;font-size:14px;margin-top:12px}

.site-footer{background:var(--soft);color:var(--ink);padding-top:95px}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:45px;padding:70px 0}
.footer-logo img{display:block;width:210px;height:auto}
.footer-about>p{max-width:310px;margin:22px 0 18px;color:var(--muted);font-size:15px}
.footer-about form{display:flex;max-width:300px;height:50px;border:1px solid var(--line);border-radius:6px;overflow:hidden;background:#fff}
.footer-about input{min-width:0;flex:1;padding:0 18px;border:0;background:transparent}
.footer-about button{width:52px;border:0;background:transparent;color:#1874f2;font-size:20px}
.footer-grid h3{font-size:17px;margin-bottom:20px}
.footer-grid a:not(.brand):not(.footer-logo){display:block;color:var(--muted);margin:10px 0;font-size:14px}
.footer-grid p{color:var(--muted);font-size:14px}
.footer-grid p strong{color:var(--ink);font-weight:500}
.socials{display:flex;gap:8px}
.socials a:not(.brand):not(.footer-logo){display:grid;width:32px;height:32px;place-items:center;margin-top:18px;color:var(--ink)}
.footer-bottom{display:flex;justify-content:center;align-items:center;gap:18px;flex-wrap:wrap;color:var(--muted);border-top:1px solid var(--line);padding:25px 0;font-size:13px}
.footer-bottom div{display:flex;gap:25px}
.cookie-preferences-link{padding:0;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--muted);font:inherit;cursor:pointer}
.cookie-consent[hidden],.cookie-consent-modal[hidden]{display:none}.cookie-consent{position:fixed;z-index:1100;bottom:20px;left:50%;width:min(1320px,calc(100% - 40px));padding:24px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);box-shadow:0 18px 55px rgba(15,24,40,.2);transform:translateX(-50%)}
.cookie-consent-summary{display:flex;width:100%;align-items:center;justify-content:space-between;gap:30px}.cookie-consent h2,.cookie-consent-dialog h2{margin:0 0 8px;font-size:22px;font-weight:600}.cookie-consent p,.cookie-consent-dialog>p{max-width:760px;margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.cookie-consent-actions,.cookie-consent-modal-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.cookie-consent-primary,.cookie-consent-secondary{min-height:44px;padding:0 17px;border-radius:9px;font-weight:600;cursor:pointer}.cookie-consent-primary{border:1px solid var(--pink);background:var(--pink);color:#fff}.cookie-consent-secondary{border:1px solid var(--line);background:#fff;color:var(--ink)}
.cookie-consent-modal{position:fixed;z-index:1200;inset:0;display:grid;padding:20px;place-items:center}.cookie-consent-backdrop{position:absolute;inset:0;background:rgba(8,13,23,.65)}.cookie-consent-dialog{position:relative;width:min(620px,100%);max-height:calc(100vh - 40px);padding:30px;border-radius:18px;background:#fff;color:var(--ink);overflow:auto;box-shadow:0 24px 70px rgba(8,13,23,.3)}
.cookie-consent-close{position:absolute;top:16px;right:16px;display:grid;width:40px;height:40px;padding:0;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:22px;cursor:pointer}.cookie-consent-option{display:flex;margin-top:16px;padding:17px;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--line);border-radius:12px}.cookie-consent-option div{display:flex;flex-direction:column;gap:5px}.cookie-consent-option span{color:var(--muted);font-size:13px;line-height:1.5}.cookie-consent-option em{color:#178447;font-size:12px;font-style:normal;font-weight:600}
.cookie-consent-option input{position:absolute;opacity:0;pointer-events:none}.cookie-consent-option>i{position:relative;flex:0 0 46px;width:46px;height:26px;border-radius:20px;background:#aeb5c0;transition:.2s}.cookie-consent-option>i::after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:.2s}.cookie-consent-option input:checked+i{background:var(--pink)}.cookie-consent-option input:checked+i::after{transform:translateX(20px)}.cookie-consent-option input:focus-visible+i{outline:3px solid rgba(24,116,242,.28)}.cookie-consent-modal-actions{margin-top:22px}.cookie-consent-open{overflow:hidden}
@media(max-width:767px){.cookie-consent{bottom:10px;width:calc(100% - 20px);padding:18px}.cookie-consent-summary{align-items:stretch;flex-direction:column;gap:16px}.cookie-consent-actions{display:grid;grid-template-columns:1fr 1fr}.cookie-consent-actions .cookie-consent-primary{grid-column:1/-1;grid-row:1}.cookie-consent-dialog{padding:26px 18px}.cookie-consent-option{padding:14px}.cookie-consent-modal-actions{display:grid;grid-template-columns:1fr}.cookie-consent-primary,.cookie-consent-secondary{width:100%}}
.reveal{opacity:0;transform:translateY(35px);transition:opacity .75s ease,transform .75s ease}
.reveal.visible{opacity:1;transform:none}
.delay-1{transition-delay:.12s}
.delay-2{transition-delay:.24s}
.delay-3{transition-delay:.36s}
@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}
}

/* Database-backed catalog and product detail */
.catalog-description{max-width:850px;margin:0 auto 36px;text-align:center;color:var(--muted);line-height:1.75}
.catalog-empty-state{position:relative;grid-column:1/-1;display:flex;min-height:300px;padding:50px 30px;align-items:center;justify-content:center;flex-direction:column;text-align:center}
.catalog-empty-state h2{position:relative;margin:0;font-size:clamp(28px,4vw,44px)}
.catalog-empty-state>p:not(.catalog-empty-kicker){position:relative;max-width:660px;margin:18px auto 0;color:var(--muted);font-size:16px;line-height:1.75}
.catalog-empty-actions{position:relative;display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:30px}
.catalog-empty-actions a{display:inline-flex;min-height:50px;padding:0 22px;align-items:center;justify-content:center;gap:9px;border-radius:10px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}
.catalog-empty-actions a:hover{transform:translateY(-2px)}
.catalog-empty-primary{background:var(--pink);color:#fff;box-shadow:0 12px 28px rgba(255,89,99,.24)}
.catalog-empty-secondary{border:1px solid var(--line);background:#fff;color:var(--ink)}
.catalog-seo-content{max-width:1040px;margin:72px auto 0;padding:48px 54px;border:1px solid var(--line);border-radius:18px;background:var(--soft);color:var(--muted);font-size:16px;line-height:1.85}
.catalog-seo-content h2,.catalog-seo-content h3{color:var(--ink)}
.catalog-seo-content h2{margin:0 0 20px;font-size:32px}
.catalog-seo-content h3{margin:34px 0 12px;font-size:22px}
.catalog-seo-content p{margin:0 0 18px}
.catalog-seo-content p:last-child{margin-bottom:0}
.product-detail-layout{align-items:flex-start;gap:54px}
.product-detail-media{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}
.product-detail-media img{display:block;width:100%;height:auto}
.product-gallery-main{aspect-ratio:1/1;background:#fff}
.product-gallery-zoom-trigger{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:#fff;cursor:zoom-in}
.product-gallery-main img{width:100%;height:100%;object-fit:contain}
.product-gallery-zoom-icon{position:absolute;right:16px;bottom:16px;display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:50%;background:rgba(255,255,255,.92);color:var(--ink);font-size:21px;box-shadow:0 5px 18px rgba(20,30,48,.1)}
.product-gallery-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding:12px;border-top:1px solid var(--line)}
.product-gallery-thumb{overflow:hidden;aspect-ratio:1/1;padding:0;border:2px solid transparent;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .2s ease}
.product-gallery-thumb:hover,.product-gallery-thumb.active{border-color:var(--pink)}
.product-gallery-thumb img{width:100%;height:100%;object-fit:contain}
.product-lightbox-open{overflow:hidden}
.product-lightbox[hidden]{display:none}
.product-lightbox{position:fixed;z-index:1000;inset:0;display:flex;padding:72px 90px;align-items:center;justify-content:center;background:rgba(8,13,23,.92)}
.product-lightbox figure{display:flex;width:100%;height:100%;margin:0;align-items:center;justify-content:center;flex-direction:column;pointer-events:none}
.product-lightbox figure img{max-width:100%;max-height:calc(100% - 28px);object-fit:contain;border-radius:8px}
.product-lightbox figcaption{min-height:20px;margin-top:8px;color:#fff;font-size:13px}
.product-lightbox button{position:absolute;z-index:2;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);background:rgba(20,27,40,.78);color:#fff;cursor:pointer}
.product-lightbox-close{top:20px;right:20px;width:48px;height:48px;border-radius:50%;font-size:26px}
.product-lightbox-nav{top:50%;width:54px;height:74px;border-radius:12px;font-size:34px;transform:translateY(-50%)}
.product-lightbox-prev{left:20px}.product-lightbox-next{right:20px}
.product-detail-copy h2{margin:0 0 16px}
.product-detail-copy>p{color:var(--muted);line-height:1.75}
.product-specifications{margin-top:26px;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}
.product-specifications h3{margin:0;padding:17px 20px;border-bottom:1px solid var(--line);background:var(--soft);font-size:18px}
.product-specifications dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}
.product-specifications dl>div{display:grid;grid-template-columns:minmax(110px,.8fr) minmax(0,1.2fr);gap:12px;padding:14px 20px;border-bottom:1px solid var(--line)}
.product-specifications dl>div:nth-child(odd){border-right:1px solid var(--line)}
.product-specifications dl>div:nth-last-child(-n+2){border-bottom:0}
.product-specifications dt{color:var(--muted);font-size:13px;font-weight:600}
.product-specifications dd{margin:0;text-align:right;font-size:14px;font-weight:600;overflow-wrap:anywhere}
.product-specifications .product-specifications-wide,.product-specifications .product-specifications-price{grid-column:1/-1;border-right:0;border-bottom:0}
.product-specifications-price dd{color:var(--pink);font-size:20px}
.product-specifications-price small{font-size:10px;font-weight:600;color:var(--muted)}
.product-tier-prices{margin:24px 0;padding:20px;border:1px solid var(--line);border-radius:14px}
.product-tier-prices h3{margin:0 0 12px}
.product-tier-prices p{display:flex;justify-content:space-between;margin:0;padding:9px 0;border-bottom:1px solid var(--line)}
.product-tier-prices p:last-child{border-bottom:0}
.product-contact-card{margin-top:24px;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.product-contact-tabs{display:grid;grid-template-columns:1fr 1fr;padding:6px;background:var(--soft)}.product-contact-tabs button{min-height:45px;padding:0 14px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-weight:600}.product-contact-tabs button[aria-selected="true"]{background:#fff;color:var(--ink);box-shadow:0 3px 12px rgba(20,30,48,.08)}.product-contact-tabs button i{margin-right:5px;color:#20a65a}.product-contact-panel{padding:18px}.product-contact-panel>p{margin:0 0 14px;color:var(--muted);font-size:13px;line-height:1.55}.product-contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-contact-fields label:last-child{grid-column:1/-1}.product-contact-fields label{display:grid;gap:5px}.product-contact-fields span{font-size:12px;font-weight:600}.product-contact-fields input{width:100%;height:44px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);outline:0}.product-contact-fields input:focus{border-color:#1874f2;box-shadow:0 0 0 3px rgba(24,116,242,.12)}.product-contact-submit{width:100%;min-height:46px;margin-top:12px}.product-contact-submit.is-whatsapp{background:#20a65a}.product-contact-panel .form-success,.product-contact-panel .form-errors{margin-bottom:12px}
.related-products{padding-top:20px;border-top:1px solid var(--line)}
.related-products-heading{margin-bottom:30px;text-align:center}
.related-products-heading span{display:block;margin-bottom:8px;color:var(--pink);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.related-products-heading h2{margin:0;font-size:clamp(28px,4vw,42px)}
.related-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.product-information{padding-top:25px}.product-information-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:55px;padding:38px;border:1px solid var(--line);border-radius:18px;background:#fff}.product-information h2{margin:0 0 24px;color:var(--pink);font-size:27px}.product-information-notes{display:grid;gap:10px;margin:0 0 28px;padding:0;list-style:none;color:var(--muted);line-height:1.6}.product-information-notes li{position:relative;padding-left:18px}.product-information-notes li::before{content:"";position:absolute;left:2px;top:.68em;width:6px;height:6px;border-radius:50%;background:var(--pink)}.product-information-table{margin:0;border:1px solid var(--line);border-radius:12px;overflow:hidden}.product-information-table>div{display:grid;grid-template-columns:minmax(130px,.7fr) minmax(0,1.3fr);gap:18px;padding:15px 18px}.product-information-table>div:nth-child(even){background:var(--soft)}.product-information-table dt{font-weight:600}.product-information-table dd{margin:0;color:var(--muted);overflow-wrap:anywhere}.product-information-intro{margin:0 0 25px;color:var(--muted);line-height:1.75}.product-information-terms details{border-top:1px solid var(--line)}.product-information-terms details:last-child{border-bottom:1px solid var(--line)}.product-information-terms summary{display:flex;padding:20px 0;align-items:center;justify-content:space-between;gap:16px;font-size:19px;font-weight:600;cursor:pointer;list-style:none}.product-information-terms summary::-webkit-details-marker{display:none}.product-information-terms summary i{transition:transform .2s}.product-information-terms details[open] summary i{transform:rotate(180deg)}.product-information-terms details>div{padding:0 0 18px;color:var(--muted);font-size:15px;line-height:1.75}.product-information-terms details p{margin:0 0 12px}.product-information-terms details p:last-child{margin-bottom:0}
@media(max-width:900px){.product-information-grid{grid-template-columns:1fr;gap:36px;padding:28px}}
@media(max-width:600px){.product-information{padding-top:10px}.product-information-grid{gap:28px;padding:22px 18px}.product-information h2{font-size:24px}.product-information-table>div{grid-template-columns:110px minmax(0,1fr);gap:12px;padding:13px}.product-information-table dt,.product-information-table dd{font-size:14px}.product-information-terms summary{padding:17px 0;font-size:17px}}
.product-card-body h3 a{color:inherit;text-decoration:none}
@media(max-width:767px){.product-detail-layout{display:block}.product-detail-copy{margin-top:28px}.product-lightbox{padding:70px 14px 82px}.product-lightbox-close{top:14px;right:14px}.product-lightbox-nav{top:auto;bottom:14px;width:52px;height:52px;border-radius:50%;transform:none}.product-lightbox-prev{left:calc(50% - 62px)}.product-lightbox-next{right:calc(50% - 62px)}.product-specifications dl{grid-template-columns:1fr}.product-specifications dl>div,.product-specifications dl>div:nth-child(odd){grid-column:auto;border-right:0;border-bottom:1px solid var(--line)}.product-specifications dl>div:last-child{border-bottom:0}.catalog-description{margin-bottom:24px}.catalog-empty-state{min-height:280px;padding:42px 20px}.catalog-empty-actions{width:100%;flex-direction:column}.catalog-empty-actions a{width:100%}.catalog-seo-content{margin-top:44px;padding:30px 24px;font-size:15px}.catalog-seo-content h2{font-size:27px}.catalog-seo-content h3{font-size:20px}}
