
:root{
  --template-green:#0b5b48;
  --template-green-dark:#073d33;
  --template-green-soft:#eef7f3;
  --template-mint:#8ee8c4;
  --template-ink:#142b25;
  --template-muted:#71817b;
  --template-line:#e1e9e5;
  --template-bg:#f7f8f7;
  --template-card:#fff;
  --template-radius:16px;
  --template-shadow:0 8px 24px rgba(7,54,45,.065);
  --template-shadow-hover:0 18px 42px rgba(7,54,45,.12);
}
body{background:var(--template-bg);color:var(--template-ink)}
.section{padding:86px 0}
.template-surface{background:var(--template-card);border:1px solid var(--template-line);border-radius:var(--template-radius);box-shadow:var(--template-shadow)}
.section-head{align-items:end;margin-bottom:30px}.section-head h2{max-width:720px;font-size:clamp(31px,3.8vw,48px);line-height:1.04;letter-spacing:-.035em}.section-head>p,.catalog-head-side p{max-width:410px;color:var(--template-muted);margin:0}.eyebrow.dark{color:var(--template-green)}

/* Hero — realistic droplets are intentionally very faint, like moisture on glass. */
.hero{min-height:760px;background:var(--template-green-dark);overflow:hidden;padding:0}
.hero-bg{z-index:0;background-image:url('../img/banner1.png');background-size:cover;background-position:center;opacity:1;transform:scale(1.008)}
.water-glass{position:absolute;inset:-1.5%;z-index:1;pointer-events:none;background:url('../img/hero-droplets.png') center/cover no-repeat;opacity:.16;mix-blend-mode:screen;filter:saturate(.72) contrast(1.08);transform:translate3d(0,0,0);animation:dropletBreath 18s ease-in-out infinite alternate}
.water-glass:before{content:"";position:absolute;inset:0;background:url('../img/hero-droplets.png') 58% 42%/118% auto no-repeat;opacity:.24;mix-blend-mode:soft-light;filter:blur(.18px);animation:dropletDrift 28s linear infinite}
.water-glass:after{content:"";position:absolute;inset:0;background:linear-gradient(108deg,transparent 0 53%,rgba(255,255,255,.025) 55%,transparent 57%);opacity:.4}
@keyframes dropletBreath{to{opacity:.205;transform:scale(1.006)}}
@keyframes dropletDrift{to{transform:translate3d(0,13px,0)}}
.hero:after{content:"";position:absolute;inset:0;z-index:2;width:auto;height:auto;right:auto;bottom:auto;border:0;border-radius:0;box-shadow:none;background:linear-gradient(90deg,rgba(3,38,32,.965) 0%,rgba(4,52,43,.84) 43%,rgba(4,52,43,.28) 76%,rgba(4,52,43,.18) 100%);pointer-events:none}
.hero-grid{position:relative;z-index:3;grid-template-columns:minmax(0,1.08fr) minmax(370px,.78fr);gap:68px;padding-top:142px;padding-bottom:76px}.hero-copy{max-width:650px}.hero-copy h1{font-size:clamp(56px,6.8vw,94px);line-height:.91;letter-spacing:-.058em;margin:20px 0 24px}.hero-copy h1 em{color:var(--template-mint)}.hero-copy>p{max-width:630px;font-size:17px;color:rgba(242,255,250,.79)}.hero-actions{margin-top:31px}.hero-points{margin-top:26px;gap:8px}.hero-points span{background:rgba(4,54,45,.25);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(9px);padding:8px 12px;border-radius:999px}
.hero-card{align-self:center;padding:12px;transform:none;border-radius:20px;border-color:rgba(255,255,255,.38);box-shadow:0 28px 65px rgba(0,20,16,.34);transition:.3s ease}.hero-card:hover{transform:translateY(-4px)}.hero-product{height:360px;border-radius:14px;background:#050706;position:relative;display:grid;place-items:center;overflow:hidden}.hero-product:before{content:"";position:absolute;inset:0;right:auto;bottom:auto;width:auto;height:auto;border-radius:0;filter:none;background:radial-gradient(circle at 50% 55%,rgba(88,172,145,.14),transparent 48%),linear-gradient(145deg,rgba(255,255,255,.04),transparent 45%)}.hero-product img{position:relative;z-index:1;width:78%;height:82%;object-fit:contain;filter:drop-shadow(0 22px 22px rgba(0,0,0,.46))}.hero-card-kicker{position:absolute;z-index:3;left:15px;top:15px;background:var(--template-mint);color:var(--template-green-dark);font-weight:800;font-size:11px;padding:8px 11px;border-radius:9px}.floating-chip{z-index:3;background:#fff;color:var(--template-ink);border:0;border-radius:9px;box-shadow:0 8px 22px rgba(0,0,0,.15);font-size:11px;font-weight:800;padding:9px 10px}.chip-top{right:15px;top:15px}.chip-bottom{left:15px;bottom:15px}.hero-offer{padding:16px 4px 7px;align-items:end}.hero-offer small{color:var(--template-muted)}.hero-offer strong{font-size:22px;letter-spacing:-.03em}.hero-offer .price del{font-size:12px;color:#96a49f}.hero-offer .price b{font-size:25px;color:var(--template-green-dark)}.hero-card-actions{display:grid;grid-template-columns:1.25fr .75fr;gap:8px;padding:8px 2px 1px}.hero-card-actions button,.hero-card-actions a{border:0;border-radius:10px;padding:12px 13px;text-align:center;font-weight:800}.hero-card-actions button{background:var(--template-green);color:#fff}.hero-card-actions a{background:var(--template-green-soft);color:var(--template-green-dark)}

/* Small service cards use the same proportions as the main template. */
.trust-strip{margin-top:-27px;position:relative;z-index:8;background:transparent;padding:0;color:var(--template-ink);border-top:0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.trust-grid>div,.trust-grid>div:last-child{min-height:108px;padding:17px;border:1px solid var(--template-line);display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center;transition:.23s ease}.trust-grid>div:hover{transform:translateY(-3px);box-shadow:var(--template-shadow-hover)}.trust-icon{grid-row:1/3;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--template-green);color:#fff;font-size:19px;font-weight:700}.trust-grid b{align-self:end;font-size:13px}.trust-grid small{align-self:start;color:var(--template-muted);font-size:11px}

/* Product carousel: 4 cards on desktop, matching the original template's compact card size. */
.products{background:var(--template-bg);overflow:hidden}.catalog-head-side{display:flex;align-items:flex-end;gap:20px}.slider-arrows{display:flex;gap:8px;flex:0 0 auto}.slider-arrows button{width:42px;height:42px;border:1px solid var(--template-line);border-radius:50%;background:#fff;color:var(--template-green-dark);font-size:25px;display:grid;place-items:center;line-height:1;box-shadow:var(--template-shadow);transition:.2s}.slider-arrows button:hover{background:var(--template-green);color:#fff;border-color:var(--template-green)}.slider-arrows button:disabled{opacity:.35;cursor:default}.product-viewport{overflow:hidden;padding:4px 2px 18px;margin:0 -2px}.product-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-inline:contain}.product-track::-webkit-scrollbar{display:none}.product-card{flex:0 0 calc((100% - 48px)/4);min-width:0;min-height:526px;display:flex;flex-direction:column;position:relative;overflow:hidden;border-radius:16px;scroll-snap-align:start;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-card:hover{transform:translateY(-5px);box-shadow:var(--template-shadow-hover);border-color:#c9ddd3}.product-visual{height:218px;flex:0 0 218px;background:#fff;display:grid;place-items:center;padding:24px 19px 13px;overflow:hidden;isolation:isolate;border-bottom:1px solid #eef2f0}.product-visual:after{content:"";position:absolute;z-index:0;width:155px;height:155px;border-radius:50%;background:radial-gradient(circle,rgba(10,75,62,.07),rgba(10,75,62,0) 70%)}.product-visual img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;transition:transform .35s ease;filter:drop-shadow(0 15px 14px rgba(7,45,37,.14))}.product-card:hover .product-visual img{transform:scale(1.035)}.sale-badge{position:absolute;z-index:5;left:13px;top:13px;min-width:52px;height:31px;padding:0 10px;border-radius:9px;background:var(--template-green);color:#fff;display:grid;place-items:center;font-weight:900;font-size:12px;box-shadow:0 8px 20px rgba(7,64,52,.19)}.favorite-btn{position:absolute;z-index:5;right:13px;top:13px;width:34px;height:34px;border-radius:50%;border:1px solid var(--template-line);background:#fff;color:var(--template-green);font-size:20px;line-height:1;display:grid;place-items:center;box-shadow:0 6px 18px rgba(8,50,42,.07)}.favorite-btn:hover{background:var(--template-green);color:#fff}.product-body{padding:17px 16px 16px;display:flex;flex:1;flex-direction:column}.product-category{display:block;color:var(--template-green);font-weight:750;font-size:10px;margin-bottom:4px}.product-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:9px;min-height:36px}.product-heading h3{margin:0;font-size:18px;line-height:1.08;letter-spacing:-.025em}.product-badge{position:static!important;z-index:auto!important;flex:0 0 auto;margin:0!important;padding:5px 7px!important;border:1px solid #d7e7df!important;border-radius:999px!important;background:var(--template-green-soft)!important;color:var(--template-green-dark)!important;box-shadow:none!important;font-size:8px!important;font-weight:850!important;line-height:1!important;max-width:78px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-badge i{display:none}.catalog-price{display:flex;align-items:baseline;gap:8px;margin-bottom:10px}.catalog-price del{color:#a0aaa6;font-size:11px}.catalog-price strong{font-size:21px;letter-spacing:-.035em;color:var(--template-green-dark)}.installment-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:3px;background:#f1f5f2;border-radius:9px;padding:3px;margin-bottom:7px}.installment-tabs button{border:0;background:transparent;color:#6c7e77;border-radius:7px;padding:6px 1px;font-size:9px;font-weight:750;transition:.2s}.installment-tabs button.is-active{background:#fff;color:var(--template-green-dark);box-shadow:0 3px 10px rgba(9,61,50,.09)}.monthly-price{display:flex;justify-content:space-between;align-items:center;padding:8px 0 9px;border-bottom:1px solid var(--template-line)}.monthly-price span{color:var(--template-muted);font-size:9px}.monthly-price b{font-size:15px;color:var(--template-green)}.catalog-specs{display:flex;flex-wrap:wrap;gap:4px;padding:10px 0;margin-top:auto}.catalog-specs span{border:1px solid var(--template-line);border-radius:999px;padding:4px 6px;color:#66766f;font-size:8px;font-weight:700;background:#fff}.product-actions{display:grid;grid-template-columns:1.16fr .84fr;gap:6px;margin-top:1px}.product-actions .buy-now,.product-actions .cart-link{min-height:39px;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:5px;font-weight:800;font-size:10px;transition:.2s}.product-actions .buy-now{border:1px solid var(--template-green);background:var(--template-green);color:#fff}.product-actions .cart-link{border:1px solid var(--template-line);background:#fff;color:var(--template-green-dark)}.product-actions .buy-now:hover{background:var(--template-green-dark)}.product-actions .cart-link:hover{background:var(--template-green-soft);border-color:#c5dbd0}.slider-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:3px}.slider-footer>span{font-size:11px;color:var(--template-muted)}.slider-dots{display:flex;align-items:center;gap:6px}.slider-dots button{width:7px;height:7px;border:0;border-radius:999px;padding:0;background:#c9d7d1;transition:.2s}.slider-dots button.is-active{width:24px;background:var(--template-green)}

/* All remaining cards share the same thin border, radius and restrained shadow. */
.selector{background:#fff}.selector-grid{position:relative;background:var(--template-green-dark);border-color:rgba(255,255,255,.08);padding:44px;border-radius:20px;box-shadow:0 24px 58px rgba(7,55,46,.19);overflow:hidden}.selector-grid:after{content:"";position:absolute;right:-100px;top:-160px;width:400px;height:400px;border:1px solid rgba(130,229,189,.13);border-radius:50%}.selector-cards{gap:10px}.selector-cards>div{border-radius:13px;border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.075);box-shadow:none;backdrop-filter:blur(8px);padding:17px}.selector-cards b{background:var(--template-mint);color:var(--template-green-dark);border-radius:11px}.services{background:var(--template-bg)}.service-grid{gap:14px}.service-grid article{min-height:218px;padding:22px;border-radius:16px;transition:.23s}.service-grid article:hover{transform:translateY(-4px);box-shadow:var(--template-shadow-hover)}.service-icon{background:var(--template-green-soft);color:var(--template-green);border:0;border-radius:12px}.service-grid h3{margin-top:29px}.service-grid p{color:var(--template-muted)}.compare{background:#fff}.compare-wrap{overflow:auto;border-radius:16px}.compare-wrap table{min-width:840px}.compare-wrap th{background:#f2f6f3;color:var(--template-green-dark)}.compare-wrap tr:hover td{background:#f8fbf9}.table-chat{background:var(--template-green-soft);color:var(--template-green-dark);border:0;border-radius:9px;font-weight:800;padding:8px 12px}.faq{background:var(--template-bg)}.accordion{gap:8px}.accordion details{border-radius:14px;padding:0 18px;box-shadow:none}.accordion details[open]{box-shadow:var(--template-shadow);border-color:#c9ded3}.accordion summary{padding:18px 0;font-weight:800}.accordion p{color:var(--template-muted)}.contact{background:#fff}.contact-card{background:var(--template-green-dark);border-color:transparent;border-radius:20px;box-shadow:0 23px 58px rgba(5,52,43,.2);padding:42px}.lead-form{padding:21px;border-radius:15px;border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.085);box-shadow:none;backdrop-filter:blur(10px)}.lead-form input,.lead-form select,.lead-form textarea{background:rgba(255,255,255,.96);border-color:transparent;border-radius:9px}
.product-page{background:var(--template-bg)}.product-hero{padding-top:142px}.product-detail-grid{gap:44px}.detail-visual{background:#fff!important;border:1px solid var(--template-line);border-radius:20px;box-shadow:var(--template-shadow);overflow:hidden}.detail-visual:before{content:"";position:absolute;inset:8%;border-radius:50%;background:radial-gradient(circle,rgba(10,75,62,.08),transparent 66%)}.detail-visual>span{top:18px;left:18px;background:var(--template-green);color:#fff;border-radius:9px;box-shadow:none}.detail-copy{background:#fff;border:1px solid var(--template-line);border-radius:20px;padding:34px;box-shadow:var(--template-shadow)}.detail-price strong{color:var(--template-green)}.campaign-inline span{background:var(--template-green-soft);color:var(--template-green-dark);border-color:#d4e7dd}.detail-spec-grid>div,.feature-panel{background:#fff;border:1px solid var(--template-line);border-radius:15px;box-shadow:var(--template-shadow)}

@media(max-width:1080px){.hero-grid{grid-template-columns:1fr 370px;gap:34px}.hero-copy h1{font-size:68px}.product-card{flex-basis:calc((100% - 32px)/3)}.trust-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.section{padding:68px 0}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding-top:126px}.hero-copy{max-width:100%}.hero-card{max-width:500px;width:100%;justify-self:center}.hero-product{height:330px}.trust-strip{margin-top:22px}.catalog-head{align-items:flex-start}.catalog-head-side{align-items:flex-end}.product-card{flex-basis:calc((100% - 16px)/2)}.selector-grid{padding:31px}.contact-card{padding:28px}}
@media(max-width:640px){.container{width:min(100% - 24px,1180px)}.section{padding:55px 0}.section-head{margin-bottom:22px}.section-head h2{font-size:32px}.catalog-head{gap:18px}.catalog-head-side{width:100%;align-items:center;justify-content:space-between}.catalog-head-side p{font-size:12px;max-width:220px}.slider-arrows button{width:38px;height:38px}.hero-grid{padding-top:108px;padding-bottom:45px;gap:34px}.hero-copy h1{font-size:52px}.hero-copy>p{font-size:15px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-points{gap:5px}.hero-points span{font-size:9px;padding:7px 8px}.hero-card{padding:8px;border-radius:17px}.hero-product{height:270px;border-radius:12px}.hero-product img{width:84%;height:78%}.hero-offer strong{font-size:19px}.hero-card-actions{grid-template-columns:1fr 1fr}.water-glass{opacity:.13}.trust-grid{grid-template-columns:1fr;gap:8px}.trust-grid>div{min-height:84px;padding:13px}.product-viewport{overflow:visible;margin-right:-12px}.product-track{padding-right:12px}.product-card{flex-basis:86%;min-height:515px}.product-visual{height:218px;flex-basis:218px}.slider-footer>span{display:none}.selector-grid{padding:24px 18px;border-radius:17px}.selector-cards{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.contact-card{padding:20px;border-radius:17px}}
@media(prefers-reduced-motion:reduce){.water-glass,.water-glass:before{animation:none}.product-track{scroll-behavior:auto}}

/* v11 — the main template banner is a real image slider, never a background layer. */
.template-hero{padding:102px 0 26px;background:#fff;overflow:hidden}
.template-hero .container{width:min(1216px,calc(100% - 40px))}
.template-hero-frame{position:relative;overflow:hidden;border-radius:0;background:#eaf1ed;box-shadow:none;touch-action:pan-y}
.template-hero-track{display:flex;width:100%;transition:transform .65s cubic-bezier(.22,.61,.36,1);will-change:transform}
.template-hero-slide{flex:0 0 100%;min-width:100%;margin:0}
.template-hero-slide img{display:block;width:100%;height:auto;aspect-ratio:687/440;object-fit:cover;object-position:center}
.template-hero-arrow{position:absolute;z-index:3;top:50%;width:44px;height:44px;margin-top:-22px;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(0,55,43,.62);backdrop-filter:blur(8px);color:#fff;font-size:28px;line-height:1;display:grid;place-items:center;opacity:0;transform:translateY(4px);transition:.2s}
.template-hero-frame:hover .template-hero-arrow,.template-hero-arrow:focus-visible{opacity:1;transform:translateY(0)}
.template-hero-prev{left:18px}.template-hero-next{right:18px}
.template-hero-arrow:hover{background:var(--template-green)}
.template-hero-dots{position:absolute;z-index:3;left:50%;bottom:16px;transform:translateX(-50%);display:flex;align-items:center;gap:7px;padding:7px 9px;border-radius:999px;background:rgba(2,42,33,.28);backdrop-filter:blur(8px)}
.template-hero-dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.6);transition:.2s}
.template-hero-dots button.is-active{width:25px;background:#fff}

/* Product cards follow the main template's compact catalogue rhythm. */
.products{padding-top:62px}
.catalog-head{align-items:center}
.catalog-head-side{align-items:center;margin-left:auto}
.product-card{min-height:510px;border-radius:14px;box-shadow:none}
.product-visual{height:226px;flex-basis:226px;padding:22px 18px 14px}
.product-body{padding:16px 15px 15px}
.product-heading{min-height:38px}
.product-heading h3{font-size:17px}
.product-badge{max-width:92px!important}
.product-actions{grid-template-columns:1fr .82fr}
.product-actions .buy-now,.product-actions .cart-link{min-height:40px;font-size:11px}
.product-actions .buy-now{letter-spacing:.01em}
.favorite-btn{display:none!important}

@media(max-width:820px){
  .template-hero{padding-top:92px;padding-bottom:18px}
  .template-hero .container{width:100%}
  .template-hero-frame{border-radius:0}
  .template-hero-arrow{opacity:1;width:38px;height:38px;margin-top:-19px;font-size:24px}
  .template-hero-prev{left:10px}.template-hero-next{right:10px}
}
@media(max-width:640px){
  .template-hero{padding-top:78px;padding-bottom:8px}
  .template-hero-slide img{aspect-ratio:687/440;object-fit:cover}
  .template-hero-dots{bottom:9px;padding:5px 7px}
  .template-hero-dots button{width:6px;height:6px}
  .products{padding-top:48px}
  .product-card{min-height:500px}
}
@media(prefers-reduced-motion:reduce){.template-hero-track{transition:none}}

/* v12 — exact main-template composition: banner slider on the left, special offer card on the right. */
.template-hero{padding:102px 0 34px;background:#fff}
.template-hero .container{width:min(1160px,calc(100% - 40px))}
.template-hero-grid{display:grid;grid-template-columns:minmax(0,720px) minmax(340px,1fr);gap:20px;align-items:stretch}
.template-hero-frame{height:440px;border-radius:14px;box-shadow:0 10px 28px rgba(7,54,45,.08)}
.template-hero-slide img{width:100%;height:440px;aspect-ratio:auto;object-fit:cover;object-position:center}
.template-special-card{height:440px;padding:18px;border:1px solid var(--template-line);border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(7,54,45,.08);display:flex;flex-direction:column;overflow:hidden}
.special-offer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.special-offer-top>div:first-child span{display:block;color:var(--template-green-dark);font-size:17px;font-weight:900;letter-spacing:-.025em}
.special-offer-top>div:first-child small{display:block;margin-top:2px;color:var(--template-muted);font-size:10px}
.special-countdown{display:grid;grid-template-columns:auto auto auto auto auto auto auto;align-items:end;gap:3px;color:var(--template-green-dark)}
.special-countdown b{font-size:18px;line-height:1;font-variant-numeric:tabular-nums}
.special-countdown i{font-style:normal;color:var(--template-muted);font-size:8px;margin-right:3px}
.special-countdown em{font-style:normal;font-weight:900;font-size:14px;line-height:1}
.template-special-card h2{margin:12px 0 6px;font-size:20px;line-height:1.05;letter-spacing:-.03em;text-transform:uppercase}
.special-product-visual{height:174px;border-radius:12px;overflow:hidden;background:#fff;display:grid;place-items:center}
.special-product-visual img{display:block;width:100%;height:100%;object-fit:contain}
.special-price-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px 0 10px;margin-top:auto;border-top:1px solid var(--template-line)}
.special-price-row>div:last-child{text-align:right}
.special-price-row small{display:block;color:var(--template-muted);font-size:8px}
.special-price-row del{color:#9aa6a1;font-size:12px}
.special-price-row strong{display:block;color:var(--template-green-dark);font-size:20px;line-height:1.1}
.special-actions{display:grid;grid-template-columns:1.18fr .82fr;gap:7px}
.special-actions button,.special-actions a{min-height:40px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:850}
.special-actions button{border:1px solid var(--template-green);background:var(--template-green);color:#fff}
.special-actions button:hover{background:var(--template-green-dark)}
.special-actions a{border:1px solid var(--template-line);background:#fff;color:var(--template-green-dark)}
.special-actions a:hover{background:var(--template-green-soft)}
.trust-strip{margin-top:-10px}

@media(max-width:1050px){
  .template-hero-grid{grid-template-columns:minmax(0,1.7fr) minmax(310px,.8fr)}
  .template-hero-frame,.template-hero-slide img,.template-special-card{height:410px}
  .special-product-visual{height:150px}
}
@media(max-width:820px){
  .template-hero{padding-top:92px}
  .template-hero .container{width:min(100% - 24px,720px)}
  .template-hero-grid{grid-template-columns:1fr}
  .template-hero-frame,.template-hero-slide img{height:auto;aspect-ratio:687/440}
  .template-special-card{height:auto;min-height:400px}
  .special-product-visual{height:175px}
}
@media(max-width:640px){
  .template-hero{padding-top:84px;padding-bottom:20px}
  .template-hero .container{width:100%}
  .template-hero-frame{border-radius:0}
  .template-special-card{margin:0 12px;border-radius:13px;min-height:390px}
  .special-offer-top{gap:8px}
  .special-countdown b{font-size:16px}
  .special-product-visual{height:165px}
  .trust-strip{margin-top:0}
}


/* v13 — hero uses only the provided video and the site background is a premium black/green gradient. */
html{background:#020805}
body{
  background:
    radial-gradient(circle at 12% 10%, rgba(18,119,86,.28), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(7,92,65,.22), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(10,74,57,.24), transparent 30%),
    linear-gradient(135deg, #020805 0%, #041410 32%, #08251d 58%, #03110d 78%, #020805 100%);
  background-attachment: fixed;
}
.template-hero,
.products,
.services,
.compare,
.faq,
.contact,
.selector,
.trust-strip{background:transparent}
.template-hero{padding:102px 0 34px}
.template-hero .container{width:min(1160px,calc(100% - 40px))}
.template-video-frame{
  height:440px;
  border-radius:14px;
  overflow:hidden;
  position:relative;
  background:linear-gradient(135deg, rgba(4,19,15,.98), rgba(6,46,36,.96));
  border:1px solid rgba(139,232,196,.14);
  box-shadow:0 16px 44px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.05);
}
.template-video-frame::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(255,255,255,.06), transparent 24%, transparent 76%, rgba(142,232,196,.08));
  pointer-events:none;
  z-index:2;
}
.template-video-shell{position:relative;width:100%;height:100%;background:#000}
.template-hero-video{display:block;width:100%;height:100%;object-fit:cover;background:#000}
.template-special-card,
.template-surface,
.contact-card,
.lead-form,
.compare-wrap,
.accordion details,
.selector-grid,
.service-grid article{
  box-shadow:0 16px 38px rgba(0,0,0,.20);
}
.section-head h2,
.faq-grid h2,
.contact-copy h2,
.selector-grid h2{color:#f4fbf8}
.section-head>div>p,
.faq-grid p,
.contact-copy p,
.selector-grid p{color:rgba(229,245,238,.74)}
.catalog-head .eyebrow.dark,
.section-head .eyebrow.dark,
.faq-grid .eyebrow.dark{color:#8ee8c4}
.slider-footer span{color:rgba(231,243,238,.76)}
@media (max-width:820px){
  .template-video-frame{height:auto;aspect-ratio:687/440}
}
@media (max-width:640px){
  .template-hero{padding-top:84px;padding-bottom:20px}
  .template-hero .container{width:100%}
  .template-video-frame{border-radius:0}
}

/* v14 — all catalogue cards are visible; richer mobile layout and larger service icons. */
.catalog-head{margin-bottom:34px}
.catalog-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.catalog-grid .product-card{
  min-width:0;
  width:100%;
  min-height:526px;
  scroll-snap-align:none;
}

.trust-grid>div,.trust-grid>div:last-child{
  min-height:126px;
  grid-template-columns:64px minmax(0,1fr);
  column-gap:15px;
  padding:19px;
  background:linear-gradient(145deg,#ffffff 0%,#f4faf7 100%);
}
.trust-icon{
  width:58px;
  height:58px;
  border-radius:17px;
  font-size:0;
  background:linear-gradient(145deg,#0d7059,#073d33);
  box-shadow:0 13px 27px rgba(6,76,59,.22),inset 0 1px 0 rgba(255,255,255,.22);
}
.trust-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.trust-grid b{font-size:14px;line-height:1.2}
.trust-grid small{font-size:12px;line-height:1.35}

.template-hero-video{transform:translateZ(0);-webkit-transform:translateZ(0)}

@media(max-width:1080px){
  .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:640px){
  html,body{overflow-x:hidden}
  body{background-attachment:scroll}
  .site-header{background:rgba(2,24,19,.9);border-bottom-color:rgba(142,232,196,.14);box-shadow:0 8px 28px rgba(0,0,0,.18)}
  .site-header nav{top:68px;left:12px;right:12px;padding:12px;border:1px solid rgba(142,232,196,.16);border-radius:0 0 16px 16px;background:rgba(3,35,28,.98);box-shadow:0 20px 40px rgba(0,0,0,.34)}
  .site-header nav a{padding:10px 12px;border-radius:9px;background:rgba(255,255,255,.035)}
  .nav-toggle{width:42px;height:42px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(255,255,255,.06);display:grid;place-items:center;font-size:21px}

  .template-hero{padding-top:78px;padding-bottom:25px}
  .template-hero .container{width:min(100% - 24px,620px)}
  .template-hero-grid{gap:14px}
  .template-video-frame{
    border-radius:18px;
    aspect-ratio:16/10;
    min-height:224px;
    border-color:rgba(142,232,196,.24);
    box-shadow:0 20px 48px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.08);
  }
  .template-video-shell{border-radius:inherit;overflow:hidden}
  .template-hero-video{object-fit:cover}
  .template-special-card{
    margin:0;
    min-height:404px;
    padding:17px;
    border-radius:18px;
    border-color:rgba(142,232,196,.19);
    background:linear-gradient(155deg,rgba(255,255,255,.99),rgba(239,248,244,.98));
    box-shadow:0 20px 48px rgba(0,0,0,.31);
  }
  .special-offer-top>div:first-child span{font-size:18px}
  .template-special-card h2{font-size:22px;margin-top:15px}
  .special-product-visual{height:174px;border-radius:14px;background:linear-gradient(145deg,#fff,#f0f7f4)}
  .special-actions button,.special-actions a{min-height:45px;font-size:12px;border-radius:11px}

  .trust-strip{padding:0 0 4px}
  .trust-strip .container{width:min(100% - 24px,620px)}
  .trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .trust-grid>div,.trust-grid>div:last-child{
    min-height:160px;
    padding:16px 11px;
    grid-template-columns:1fr;
    grid-template-rows:64px auto auto;
    gap:5px;
    text-align:center;
    justify-items:center;
    border-radius:18px;
    border-color:rgba(142,232,196,.19);
    box-shadow:0 16px 34px rgba(0,0,0,.22);
  }
  .trust-icon{grid-row:auto;width:60px;height:60px;border-radius:18px;margin-bottom:5px}
  .trust-icon svg{width:32px;height:32px}
  .trust-grid b{align-self:auto;font-size:13px;line-height:1.25}
  .trust-grid small{align-self:auto;font-size:10px;line-height:1.4;max-width:130px}

  .section{padding:62px 0}
  .section-head{position:relative;margin-bottom:27px;padding-left:14px}
  .section-head:before{content:"";position:absolute;left:0;top:2px;width:3px;height:100%;max-height:55px;border-radius:99px;background:linear-gradient(#8ee8c4,rgba(142,232,196,.18))}
  .section-head h2{font-size:34px;line-height:1.02}
  .catalog-head{gap:0}
  .catalog-grid{grid-template-columns:1fr;gap:16px}
  .catalog-grid .product-card{
    min-height:0;
    border-radius:21px;
    border-color:rgba(142,232,196,.16);
    box-shadow:0 18px 42px rgba(0,0,0,.25);
  }
  .catalog-grid .product-visual{height:272px;flex-basis:272px;padding:18px;background:#fff}
  .catalog-grid .product-body{padding:19px 18px 18px}
  .catalog-grid .product-heading{min-height:auto;margin-bottom:12px}
  .catalog-grid .product-heading h3{font-size:21px}
  .catalog-grid .product-badge{font-size:9px!important;max-width:105px!important;padding:7px 9px!important}
  .catalog-grid .catalog-price strong{font-size:25px}
  .catalog-grid .installment-tabs{padding:4px;gap:4px;border-radius:12px}
  .catalog-grid .installment-tabs button{padding:9px 3px;font-size:10px;border-radius:9px}
  .catalog-grid .monthly-price{padding:11px 0 12px}
  .catalog-grid .monthly-price span{font-size:10px}
  .catalog-grid .monthly-price b{font-size:17px}
  .catalog-grid .catalog-specs{gap:6px;padding:13px 0}
  .catalog-grid .catalog-specs span{padding:6px 8px;font-size:9px}
  .catalog-grid .product-actions{gap:8px}
  .catalog-grid .product-actions .buy-now,.catalog-grid .product-actions .cart-link{min-height:47px;border-radius:12px;font-size:12px}

  .selector-grid{padding:27px 19px;border-radius:21px;border:1px solid rgba(142,232,196,.14);box-shadow:0 20px 48px rgba(0,0,0,.30)}
  .selector-grid h2,.faq-grid h2,.contact-copy h2{font-size:35px}
  .selector-cards>div{padding:17px;border-radius:15px}
  .service-grid{gap:12px}
  .service-grid article{min-height:205px;padding:21px;border-radius:19px;border-color:rgba(142,232,196,.16);box-shadow:0 16px 36px rgba(0,0,0,.21)}
  .service-icon{width:54px;height:54px;border-radius:16px;font-size:24px}
  .service-grid h3{margin-top:24px;font-size:19px}
  .accordion details{border-radius:17px;border-color:rgba(142,232,196,.15)}
  .contact-card{padding:25px 18px;border-radius:21px;border:1px solid rgba(142,232,196,.15);box-shadow:0 20px 48px rgba(0,0,0,.3)}
  .lead-form{border-radius:17px;padding:17px}
  .lead-form input,.lead-form select,.lead-form textarea{min-height:47px}
  .site-footer{border-top:1px solid rgba(142,232,196,.12)}
}

@media(max-width:370px){
  .trust-grid{grid-template-columns:1fr}
  .trust-grid>div,.trust-grid>div:last-child{min-height:144px}
  .template-video-frame{min-height:205px}
}

/* Catalog, media and credit calculator v19 */
.header-whatsapp{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#1ec76a;color:#fff!important;font-weight:900;text-decoration:none;box-shadow:0 8px 20px rgba(30,199,106,.25)}
.special-order-link{display:flex!important;align-items:center;justify-content:center;text-decoration:none}
.catalog-head p{max-width:650px;margin:8px 0 0;color:#738199}.catalog-count{padding:9px 13px;border-radius:999px;background:#eaf7f4;color:#168673;font-size:12px;font-weight:850}.catalog-filter-shell{padding:16px;margin-bottom:24px;border-radius:18px}.category-filter-row,.subcategory-filter-row{display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}.category-filter-row::-webkit-scrollbar,.subcategory-filter-row::-webkit-scrollbar{display:none}.category-filter-row button,.subcategory-filter-row button{flex:0 0 auto;border:1px solid #dfe7ef;background:#fff;color:#53647a;border-radius:999px;padding:10px 15px;font:700 12px/1 inherit;cursor:pointer;transition:.2s}.category-filter-row button.is-active{background:#123c55;border-color:#123c55;color:#fff;box-shadow:0 7px 16px rgba(18,60,85,.17)}.subcategory-filter-row{padding-top:11px;margin-top:11px;border-top:1px solid #edf1f5}.subcategory-filter-row button{padding:8px 12px;font-size:11px;background:#f7f9fb}.subcategory-filter-row button.is-active{background:#dcf5ef;border-color:#b8e8dc;color:#117b68}.product-card[hidden]{display:none!important}.product-taxonomy{display:flex;align-items:center;gap:6px;color:#738197;min-height:18px}.product-taxonomy small{font-size:10px;font-weight:750}.product-taxonomy span{font-size:8px}.product-summary{min-height:39px;margin:8px 0 14px;color:#6c7b90;font-size:12px;line-height:1.55}.product-media-meta{position:absolute;left:12px;bottom:12px;display:flex;gap:6px}.product-media-meta span{padding:5px 8px;border-radius:999px;background:#fffffff0;backdrop-filter:blur(8px);box-shadow:0 4px 12px #172b3b17;color:#31455c;font-size:9px;font-weight:850}.product-media-meta .video{background:#13263de8;color:#fff}.buy-now{text-decoration:none;display:flex;align-items:center;justify-content:center}.catalog-empty{padding:35px;text-align:center;display:grid;gap:7px;color:#8290a3}.catalog-empty b{color:#2b3e57;font-size:16px}.table-chat{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.contact-meta a{display:block}.contact-meta a+a{margin-top:6px}
.credit-calculator-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7fbfb 0,#edf7f5 100%)}.credit-calculator-section:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;background:#8ce3d044;filter:blur(20px);right:-150px;top:-170px}.credit-calculator-shell{position:relative;display:grid;grid-template-columns:.82fr 1.18fr;gap:34px;padding:38px;border-radius:28px;background:linear-gradient(135deg,#12394f 0,#0e5260 46%,#137d72 100%);color:#fff;box-shadow:0 28px 70px rgba(17,72,80,.18);overflow:hidden}.credit-calculator-shell:after{content:"";position:absolute;width:290px;height:290px;border:1px solid #ffffff1e;border-radius:50%;left:-130px;bottom:-190px}.credit-intro{position:relative;z-index:1;padding:20px 8px}.credit-intro .eyebrow{color:#91f3d9}.credit-intro h2{margin:13px 0 12px;font-size:clamp(28px,3.3vw,45px);line-height:1.08;color:#fff}.credit-intro>p{max-width:460px;margin:0;color:#d5e8e8;line-height:1.7}.credit-benefits{display:grid;gap:10px;margin-top:27px}.credit-benefits span{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:700;color:#e7f7f4}.credit-benefits span:before{content:"✓";display:grid;place-items:center;width:22px;height:22px;border-radius:7px;background:#ffffff20;color:#a7f4df}.credit-form-card{position:relative;z-index:2;padding:25px;border-radius:22px;background:#fff;color:#22354c;box-shadow:0 18px 45px rgba(4,31,41,.25)}.credit-fields{display:grid;grid-template-columns:1.25fr .75fr;gap:13px}.credit-fields label,.credit-term-field>span{display:block;font-size:10px;font-weight:850;letter-spacing:.05em;text-transform:uppercase;color:#718197}.credit-fields select,.credit-fields input{width:100%;margin-top:7px;border:1px solid #dfe7ef;border-radius:13px;background:#f8fafc;padding:13px 14px;color:#263a52;font:700 13px inherit;outline:none}.credit-fields select:focus,.credit-fields input:focus{border-color:#36aa94;box-shadow:0 0 0 3px #36aa941c}.money-input{position:relative}.money-input span{position:absolute;right:13px;bottom:13px;color:#5f7086;font-weight:850}.money-input input{padding-right:35px}.credit-term-field{margin-top:18px}.credit-term-buttons{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:8px}.credit-term-buttons button{border:1px solid #dfe7ef;border-radius:11px;background:#f7f9fb;padding:10px 6px;color:#596b80;font:800 11px inherit;cursor:pointer}.credit-term-buttons button.is-active{border-color:#148874;background:#e2f6f1;color:#0f7765;box-shadow:inset 0 0 0 1px #14887433}.credit-results{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.credit-results>div{min-height:74px;padding:13px 14px;border:1px solid #e7edf3;border-radius:14px;background:#fafbfd}.credit-results small{display:block;margin-bottom:6px;color:#8290a3;font-size:9px;font-weight:800;text-transform:uppercase}.credit-results b{font-size:14px;color:#2d4057}.credit-monthly-result{position:relative;grid-column:1/-1;display:grid;grid-template-columns:1fr auto;align-items:center;min-height:100px!important;padding:18px!important;background:linear-gradient(135deg,#e8f8f4,#f1fbf9)!important;border-color:#ccece4!important}.credit-monthly-result small{grid-column:1/-1}.credit-monthly-result strong{font-size:28px;color:#107b68}.credit-monthly-result span{padding:7px 10px;border-radius:999px;background:#fff;color:#15816f;font-size:10px;font-weight:850}.credit-status{min-height:18px;padding-top:8px;color:#6c7b8e;font-size:11px}.credit-status.is-error{color:#c63f4b}.credit-whatsapp{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:8px;padding:14px;border-radius:13px;background:#1ebd67;color:#fff;text-decoration:none;font-size:13px;font-weight:800;box-shadow:0 10px 22px rgba(30,189,103,.2)}
.product-detail-hero{padding:58px 0 35px;background:radial-gradient(circle at 10% 20%,#daf4ee 0,transparent 34%),linear-gradient(180deg,#f8fbfc,#fff)}.product-detail-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(350px,.92fr);gap:54px;align-items:center}.product-media-gallery{min-width:0}.product-media-stage{position:relative;aspect-ratio:1.12;border-radius:28px;overflow:hidden;background:linear-gradient(145deg,#f5f9fa,#e5f2f0);border:1px solid #dfeae8;box-shadow:0 25px 60px rgba(32,75,81,.12)}.product-media-stage:before{content:"";position:absolute;inset:12%;border-radius:50%;background:var(--accent);opacity:.22;filter:blur(30px)}.gallery-stage-item{position:absolute;inset:0;display:grid;place-items:center;opacity:0;visibility:hidden;transform:scale(.985);transition:.3s}.gallery-stage-item.is-active{opacity:1;visibility:visible;transform:none}.gallery-stage-item img{position:relative;z-index:1;width:82%;height:82%;object-fit:contain;filter:drop-shadow(0 24px 27px rgba(29,60,70,.15))}.video-stage{background:#07131c}.video-stage iframe{width:100%;height:100%;border:0}.detail-badge{position:absolute;z-index:3;left:18px;top:18px;padding:8px 12px;border-radius:999px;background:#123c55;color:#fff;font-size:10px;font-weight:850}.product-media-thumbs{display:flex;gap:10px;margin-top:13px;overflow-x:auto;padding:2px;scrollbar-width:none}.product-media-thumbs::-webkit-scrollbar{display:none}.product-media-thumbs button{flex:0 0 76px;height:67px;padding:5px;border:1px solid #dde6ec;border-radius:13px;background:#fff;cursor:pointer;overflow:hidden}.product-media-thumbs button.is-active{border-color:#1a9780;box-shadow:0 0 0 2px #1a978022}.product-media-thumbs img{width:100%;height:100%;object-fit:contain}.product-media-thumbs .video-thumb{display:grid;place-items:center;background:#14283d;color:#fff}.video-thumb span{font-size:17px}.video-thumb b{font-size:9px}.modern-detail-copy .detail-taxonomy{display:flex;align-items:center;gap:7px;margin:14px 0 10px;color:#15806e;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.modern-detail-copy h1{font-size:clamp(36px,5vw,62px);line-height:1.02}.whatsapp-detail-order{text-decoration:none}.campaign-inline{flex-wrap:wrap}
@media(max-width:1000px){.credit-calculator-shell{grid-template-columns:1fr}.credit-intro{padding:4px}.product-detail-layout{grid-template-columns:1fr;gap:32px}.product-media-gallery{max-width:720px;width:100%;margin:auto}}
@media(max-width:760px){.header-whatsapp{width:34px;height:34px}.catalog-filter-shell{margin-inline:-4px;padding:12px;border-radius:15px}.category-filter-row button{padding:9px 13px}.catalog-head{align-items:flex-start}.catalog-count{margin-top:8px}.product-summary{min-height:0}.credit-calculator-section{padding-top:46px;padding-bottom:46px}.credit-calculator-shell{margin-inline:-6px;padding:18px;border-radius:22px;gap:18px}.credit-intro{padding:7px}.credit-intro h2{font-size:30px}.credit-benefits{grid-template-columns:1fr 1fr;gap:8px;margin-top:20px}.credit-form-card{padding:16px;border-radius:18px}.credit-fields{grid-template-columns:1fr}.credit-term-buttons{display:flex;overflow-x:auto}.credit-term-buttons button{flex:0 0 66px}.credit-results{grid-template-columns:1fr 1fr}.credit-monthly-result strong{font-size:23px}.product-detail-hero{padding:25px 0}.product-detail-layout{gap:23px}.product-media-stage{border-radius:20px}.product-media-thumbs button{flex-basis:65px;height:58px}.modern-detail-copy h1{font-size:37px}.detail-actions{display:grid!important}.detail-actions .btn{width:100%;justify-content:center}.product-media-meta{left:9px;bottom:9px}}
@media(max-width:430px){.credit-benefits{grid-template-columns:1fr}.credit-results{grid-template-columns:1fr}.credit-monthly-result{grid-column:auto}.credit-calculator-shell{padding:12px}.credit-form-card{padding:14px}.catalog-count{font-size:10px}}


/* v21: icon navigation, standalone compact calculator and reliable empty state */
.site-header nav a{display:inline-flex;align-items:center;gap:7px}
.nav-icon{width:17px;height:17px;display:inline-grid;place-items:center;flex:0 0 17px;opacity:.78}
.nav-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.site-header nav a:hover .nav-icon{opacity:1}
.catalog-empty[hidden]{display:none!important}
.credit-page-main{min-height:calc(100vh - 270px);padding-top:78px;background:linear-gradient(180deg,#f5faf9,#edf6f4)}
.credit-calculator-section.is-standalone{min-height:calc(100vh - 78px);padding:26px 0 34px;display:flex;align-items:center}
.credit-calculator-section.is-standalone .credit-container{width:min(1040px,calc(100% - 32px))}
.credit-calculator-section.is-standalone .credit-calculator-shell{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:22px;padding:25px;border-radius:24px}
.credit-calculator-section.is-standalone .credit-intro{padding:10px 4px}
.credit-calculator-section.is-standalone .credit-intro h2{font-size:clamp(28px,3vw,40px);margin:10px 0 8px}
.credit-calculator-section.is-standalone .credit-intro>p{font-size:14px;line-height:1.55}
.credit-calculator-section.is-standalone .credit-benefits{margin-top:18px;gap:7px}
.credit-calculator-section.is-standalone .credit-form-card{padding:19px;border-radius:18px}
.credit-calculator-section.is-standalone .credit-term-field{margin-top:13px}
.credit-calculator-section.is-standalone .credit-results{margin-top:13px;gap:7px}
.credit-calculator-section.is-standalone .credit-results>div{min-height:61px;padding:10px 12px;border-radius:12px}
.credit-calculator-section.is-standalone .credit-monthly-result{min-height:79px!important;padding:13px!important}
.credit-calculator-section.is-standalone .credit-monthly-result strong{font-size:25px}
.credit-calculator-section.is-standalone .credit-whatsapp{margin-top:5px;padding:12px}
.credit-back-link{display:inline-flex;margin-bottom:13px;color:#d8f4ed;font-size:12px;font-weight:750}
.credit-fields select{font-size:16px!important;line-height:1.35;min-height:49px;padding-right:38px}
.credit-fields select option{font-size:16px;line-height:1.5;padding:8px}
.credit-unavailable{padding:150px 0 80px;min-height:70vh;background:#f4f8f7}
.credit-unavailable .template-surface{max-width:720px;margin:auto;padding:40px;border-radius:24px;text-align:center;background:#fff}
@media(max-width:1000px){
  .credit-calculator-section.is-standalone{align-items:flex-start;padding-top:24px}
  .credit-calculator-section.is-standalone .credit-calculator-shell{grid-template-columns:1fr;max-width:760px;margin-inline:auto}
  .credit-calculator-section.is-standalone .credit-benefits{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .site-header nav a{gap:10px}
  .nav-icon{width:20px;height:20px;flex-basis:20px}
  .credit-page-main{padding-top:68px}
  .credit-calculator-section.is-standalone{min-height:auto;padding:16px 0 26px}
  .credit-calculator-section.is-standalone .credit-container{width:min(100% - 20px,680px)}
  .credit-calculator-section.is-standalone .credit-calculator-shell{margin:0;padding:14px;gap:13px;border-radius:19px}
  .credit-calculator-section.is-standalone .credit-intro{padding:4px}
  .credit-calculator-section.is-standalone .credit-intro h2{font-size:27px}
  .credit-calculator-section.is-standalone .credit-intro>p{font-size:13px}
  .credit-calculator-section.is-standalone .credit-benefits{display:none}
  .credit-calculator-section.is-standalone .credit-form-card{padding:13px;border-radius:15px}
  .credit-fields select,.credit-fields input{margin-top:5px;padding-top:11px;padding-bottom:11px}
  .credit-fields select{font-size:16px!important}
  .credit-term-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}
  .credit-term-buttons button{min-width:0;flex:auto;padding:9px 4px}
  .credit-results{grid-template-columns:1fr 1fr}
  .credit-monthly-result{grid-column:1/-1!important}
}
@media(max-width:430px){
  .credit-calculator-section.is-standalone .credit-container{width:calc(100% - 14px)}
  .credit-calculator-section.is-standalone .credit-calculator-shell{padding:10px;border-radius:16px}
  .credit-calculator-section.is-standalone .credit-intro h2{font-size:24px}
  .credit-calculator-section.is-standalone .credit-form-card{padding:11px}
  .credit-results{grid-template-columns:1fr 1fr!important}
  .credit-results>div{min-width:0}
  .credit-monthly-result{grid-column:1/-1!important}
}


/* Filtrex v22: product-aware credit and service requests */
.credit-fields{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.credit-fields label{min-width:0}
.credit-fields select,.credit-fields input{min-height:51px;font-size:15px;font-weight:750;padding:14px 15px}
.credit-term-field>span small{font-size:9px;color:#8b98a9;text-transform:none;letter-spacing:0;margin-left:4px}
.credit-term-buttons button[hidden]{display:none!important}
.credit-no-term{margin-top:12px;padding:11px 13px;border-radius:11px;background:#fff1f1;color:#b13c48;font-size:12px;font-weight:700}
.service-page-main{padding-top:78px;min-height:100vh;background:radial-gradient(circle at 8% 8%,#d8f5ed 0,transparent 28%),linear-gradient(180deg,#f7fbfa,#eef7f5)}
.service-request-hero{padding:58px 0 74px}
.service-request-layout{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:52px;align-items:start}
.service-request-copy{position:sticky;top:120px;padding:28px 0}
.service-request-copy h1{margin:15px 0 17px;font-size:clamp(38px,5vw,66px);line-height:1.02;letter-spacing:-.045em;color:#0a322b}
.service-request-copy>p{max-width:570px;color:#5d736d;font-size:16px;line-height:1.75}
.service-flow{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}
.service-flow span{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #d6e8e2;border-radius:14px;background:#ffffffb8;color:#31554c;font-size:12px;font-weight:800;backdrop-filter:blur(8px)}
.service-flow b{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:#0d6655;color:#fff;font-size:10px}
.service-contact-note{display:flex;align-items:center;gap:13px;margin-top:22px;padding:16px;border-radius:16px;background:#0b443a;color:#fff;width:max-content;max-width:100%}
.service-contact-note svg{width:28px;height:28px;fill:none;stroke:#8df0ca;stroke-width:1.8}
.service-contact-note div{display:grid}.service-contact-note small{color:#a8cec4;font-size:10px}.service-contact-note a{font-size:16px;font-weight:900}
.service-request-card{padding:28px;border-radius:26px;background:#fff;box-shadow:0 28px 70px rgba(23,76,66,.13);border:1px solid #dcebe6;min-width:0}
.service-request-form{display:grid;gap:18px}.service-request-form>label,.service-two-columns label{display:grid;gap:7px;color:#405a54;font-size:11px;font-weight:850}
.service-request-form input,.service-request-form select,.service-request-form textarea{width:100%;min-width:0;border:1px solid #dce7e3;border-radius:13px;background:#f9fbfa;padding:13px 14px;color:#173c34;outline:none;transition:.2s}
.service-request-form input:focus,.service-request-form select:focus,.service-request-form textarea:focus{border-color:#1b987d;box-shadow:0 0 0 3px #1b987d18;background:#fff}
.service-main-select select{min-height:53px;font-size:15px;font-weight:750}
.service-form-step{display:flex;align-items:center;gap:12px;padding-top:5px}.service-form-step>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#e1f5ef;color:#0d7b66;font-size:11px;font-weight:900}.service-form-step div{display:grid}.service-form-step b{font-size:14px;color:#183d35}.service-form-step small{font-size:10px;color:#80928d}
.service-other-product[hidden],.service-problem-section[hidden]{display:none!important}.service-problem-section{display:grid;gap:13px}
.service-problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.service-problem-grid label{position:relative}.service-problem-grid input{position:absolute;opacity:0;pointer-events:none}.service-problem-grid span{min-height:58px;display:flex;align-items:center;gap:9px;padding:10px 11px;border:1px solid #dfe9e5;border-radius:12px;background:#fbfcfc;color:#4b625d;font-size:11px;font-weight:700;cursor:pointer;transition:.18s}.service-problem-grid i{flex:0 0 25px;height:25px;display:grid;place-items:center;border-radius:8px;background:#edf4f2;color:#6b7f79;font-size:9px;font-style:normal}.service-problem-grid input:checked+span{border-color:#1a957c;background:#eaf8f4;color:#126b5a;box-shadow:inset 0 0 0 1px #1a957c33}.service-problem-grid input:checked+span i{background:#159078;color:#fff}
.service-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px}.service-request-form label>small{font-weight:500;color:#87958f}.service-submit{display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:14px;background:linear-gradient(135deg,#0b6654,#0e8a70);color:#fff;padding:15px 18px;font-weight:900;box-shadow:0 13px 28px rgba(14,138,112,.22)}.service-submit svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}.service-form-error{padding:13px 15px;border-radius:12px;background:#fff0f0;color:#9c3440;font-size:12px;font-weight:700}.service-success{text-align:center;min-height:500px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:35px}.service-success>span{display:grid;place-items:center;width:70px;height:70px;border-radius:22px;background:#def7ed;color:#0c8a6e;font-size:31px;font-weight:900}.service-success h2{margin:22px 0 8px;font-size:28px}.service-success p{margin:0;color:#71827d}.service-success b{margin:22px 0;padding:10px 15px;border-radius:999px;background:#0a4339;color:#fff;letter-spacing:.08em}.service-success a{color:#0d8068;font-weight:850}
@media(max-width:920px){.service-request-layout{grid-template-columns:1fr;gap:18px}.service-request-copy{position:static;padding:4px 0 10px}.service-request-copy h1{font-size:43px}.service-request-copy>p{max-width:none}}
@media(max-width:620px){.credit-fields{grid-template-columns:1fr}.service-page-main{padding-top:68px}.service-request-hero{padding:28px 0 45px}.service-request-card{padding:16px;border-radius:20px}.service-request-copy h1{font-size:36px}.service-flow,.service-problem-grid,.service-two-columns{grid-template-columns:1fr}.service-contact-note{width:100%}.service-problem-grid span{min-height:52px}}

.service-request-link{display:inline-flex;align-items:center;gap:10px;padding:12px 15px;border:1px solid #cfe2dc;border-radius:12px;background:#fff;color:#0b705c;font-size:12px;font-weight:850;box-shadow:0 8px 20px rgba(22,76,64,.07)}.service-request-link span{font-size:18px;line-height:1}
@media(max-width:1180px) and (min-width:981px){.site-header nav{gap:14px;font-size:12px}.site-header nav a{gap:5px}.phone-link{display:none}.nav-actions{gap:8px}}

.installment-tabs{grid-template-columns:repeat(auto-fit,minmax(39px,1fr))}.credit-no-term[hidden]{display:none!important}

/* Product detail redesign v23 */
.header-whatsapp svg{width:22px;height:22px;display:block;fill:currentColor}.header-whatsapp{transition:transform .2s ease,box-shadow .2s ease}.header-whatsapp:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 12px 26px rgba(30,199,106,.34)}
.product-page-dark{background:#061d1a;color:#edf8f4}.product-page-dark .product-detail-hero{padding:122px 0 70px;background:radial-gradient(circle at 8% 12%,rgba(50,183,141,.14),transparent 28%),radial-gradient(circle at 90% 4%,rgba(124,232,187,.08),transparent 26%),linear-gradient(180deg,#082721 0%,#061d1a 100%);border-bottom:1px solid rgba(255,255,255,.07)}
.product-page-dark .product-detail-layout{align-items:stretch;gap:46px}.product-page-dark .product-media-gallery{display:flex;flex-direction:column;justify-content:center}.product-page-dark .product-media-stage{aspect-ratio:1.08;border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 74px rgba(0,0,0,.34);isolation:isolate}.product-page-dark .product-media-stage:before{opacity:.18}.product-page-dark .product-media-stage:after{content:"";position:absolute;inset:12px;border-radius:20px;border:1px solid rgba(255,255,255,.055);pointer-events:none}.product-page-dark .gallery-stage-item img{width:84%;height:84%;filter:drop-shadow(0 30px 34px rgba(0,0,0,.4))}.gallery-count{position:absolute;z-index:4;right:18px;bottom:18px;padding:7px 10px;border-radius:999px;background:rgba(3,18,16,.68);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px);color:#dcece7;font-size:10px;font-weight:800;letter-spacing:.04em}.product-page-dark .detail-badge{background:#7ce8bb;color:#073b31;box-shadow:0 8px 22px rgba(0,0,0,.18)}
.product-page-dark .product-media-thumbs{margin-top:14px;gap:9px}.product-page-dark .product-media-thumbs button{height:72px;flex-basis:82px;background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.11);border-radius:14px}.product-page-dark .product-media-thumbs button.is-active{border-color:#7ce8bb;box-shadow:0 0 0 2px rgba(124,232,187,.18)}
.product-page-dark .modern-detail-copy{display:flex;flex-direction:column;justify-content:center;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);border-radius:26px;padding:34px;box-shadow:0 28px 74px rgba(0,0,0,.22);backdrop-filter:blur(14px)}.product-page-dark .back-link{width:max-content;display:inline-flex;align-items:center;gap:8px;color:#a9c4bc;font-size:12px;font-weight:750;transition:.2s}.product-page-dark .back-link:hover{color:#7ce8bb;transform:translateX(-2px)}.product-page-dark .modern-detail-copy .detail-taxonomy{color:#7ce8bb;margin-top:18px}.product-page-dark .modern-detail-copy h1{margin:6px 0 15px;color:#fff;letter-spacing:-.045em}.product-page-dark .detail-description{margin:0 0 24px;color:#acc5be;font-size:15px;line-height:1.75}.product-page-dark .detail-price{display:flex;align-items:end;gap:14px;margin:0 0 8px}.product-page-dark .detail-price del{color:#758d87;font-size:14px}.product-page-dark .detail-price strong{color:#fff;font-size:36px;line-height:1}.product-page-dark .installment{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:0 0 24px;padding:13px 15px;border-radius:13px;background:rgba(124,232,187,.09);border:1px solid rgba(124,232,187,.13);color:#a9c4bc;font-size:12px}.product-page-dark .installment b{color:#7ce8bb;font-size:15px}
.detail-action-panel{display:grid;gap:9px}.detail-action-card{min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 13px;border-radius:15px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.095);color:#fff;transition:transform .2s ease,border-color .2s ease,background .2s ease}.detail-action-card:hover{transform:translateY(-2px);background:rgba(255,255,255,.085);border-color:rgba(124,232,187,.34)}.detail-action-card.is-whatsapp{background:linear-gradient(135deg,rgba(30,199,106,.22),rgba(30,199,106,.1));border-color:rgba(74,222,128,.28)}.detail-action-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.08);color:#8ff0c6}.detail-action-card.is-whatsapp .detail-action-icon{background:#1ec76a;color:#fff}.detail-action-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.detail-action-card.is-whatsapp .detail-action-icon svg{fill:currentColor;stroke:none;width:24px;height:24px}.detail-action-card span:nth-child(2){min-width:0;display:grid;gap:1px}.detail-action-card small{color:#8fa9a2;font-size:10px;line-height:1.2}.detail-action-card b{overflow:hidden;text-overflow:ellipsis;color:#f5fbf8;font-size:13px;white-space:nowrap}.detail-action-card>i{font-style:normal;color:#7ce8bb;font-size:17px}.product-page-dark .campaign-inline{display:flex;gap:8px;margin-top:16px}.product-page-dark .campaign-inline span{display:inline-flex;align-items:center;gap:6px;margin:0;padding:7px 9px;border-radius:999px;background:transparent;color:#9cb6af;border:1px solid rgba(255,255,255,.09);font-size:9px;font-weight:750}.product-page-dark .campaign-inline svg{width:13px;height:13px;fill:none;stroke:#7ce8bb;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.product-video-section{padding:78px 0;background:#071f1c;border-bottom:1px solid rgba(255,255,255,.07)}.product-video-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:25px}.section-kicker{display:block;color:#7ce8bb;font-size:10px;font-weight:900;letter-spacing:.18em}.product-video-head h2,.product-page-dark .feature-panel h2{margin:7px 0 0;color:#fff;font-size:clamp(30px,4vw,48px);letter-spacing:-.04em}.product-video-head p{max-width:410px;margin:0;color:#9eb7b0;font-size:14px}.product-video-frame{position:relative;overflow:hidden;aspect-ratio:16/9;border-radius:24px;background:#020b0a;border:1px solid rgba(255,255,255,.11);box-shadow:0 28px 70px rgba(0,0,0,.32)}.product-video-frame:before{content:"";position:absolute;z-index:1;inset:10px;border:1px solid rgba(255,255,255,.055);border-radius:17px;pointer-events:none}.product-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.product-page-dark .detail-specs{padding:78px 0 100px;background:#061d1a}.product-page-dark .detail-spec-grid{gap:12px}.product-page-dark .detail-spec-grid>div,.product-page-dark .feature-panel{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);box-shadow:none}.product-page-dark .detail-spec-grid>div{border-radius:15px;padding:20px}.product-page-dark .detail-spec-grid small{color:#78938b}.product-page-dark .detail-spec-grid b{color:#fff}.product-page-dark .feature-panel{margin-top:14px;border-radius:20px;padding:28px}.product-page-dark .feature-panel ul{margin-bottom:0}.product-page-dark .feature-panel li{color:#b4cbc5}.product-page-dark .feature-panel li>span{background:rgba(124,232,187,.12);color:#7ce8bb}
@media(max-width:1000px){.product-page-dark .product-detail-hero{padding-top:105px}.product-page-dark .product-detail-layout{gap:26px}.product-page-dark .modern-detail-copy{padding:28px}.product-video-head{align-items:flex-start;flex-direction:column;gap:12px}.product-video-head p{max-width:600px}}
@media(max-width:760px){.product-page-dark .product-detail-hero{padding:88px 0 42px}.product-page-dark .product-detail-layout{gap:18px}.product-page-dark .product-media-stage{border-radius:20px}.product-page-dark .modern-detail-copy{padding:21px 17px;border-radius:20px}.product-page-dark .modern-detail-copy h1{font-size:36px}.product-page-dark .detail-description{font-size:14px;line-height:1.65}.product-page-dark .detail-price strong{font-size:31px}.product-page-dark .installment{align-items:flex-start;flex-direction:column;gap:3px}.detail-action-card{grid-template-columns:42px minmax(0,1fr) auto;padding:10px}.product-page-dark .campaign-inline{display:grid;grid-template-columns:1fr 1fr}.product-page-dark .campaign-inline span{justify-content:center;border-radius:11px}.product-page-dark .campaign-inline span:last-child{grid-column:1/-1}.product-video-section{padding:55px 0}.product-video-frame{margin-inline:-2px;border-radius:18px}.product-page-dark .detail-specs{padding:55px 0 75px}.product-page-dark .detail-spec-grid{grid-template-columns:1fr 1fr}.product-page-dark .detail-spec-grid>div{border:1px solid rgba(255,255,255,.09)!important}.product-page-dark .feature-panel{padding:22px 17px}}
@media(max-width:430px){.product-page-dark .modern-detail-copy h1{font-size:32px}.product-page-dark .campaign-inline{grid-template-columns:1fr}.product-page-dark .campaign-inline span:last-child{grid-column:auto}.product-page-dark .product-media-thumbs button{flex-basis:66px;height:60px}.detail-action-card b{font-size:12px}.detail-action-card small{font-size:9px}}

/* WhatsApp icon refinement v23 */
.header-whatsapp svg{fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.detail-action-card.is-whatsapp .detail-action-icon svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

/* v26 — emergency-stable product detail correction */
.product-page-dark{overflow-x:clip}
.product-page-dark .container,.product-page-dark .product-detail-layout,.product-page-dark .modern-detail-copy,.product-page-dark .feature-panel{min-width:0}
.product-page-dark svg{display:block;flex:none}
.product-page-dark .detail-action-icon svg{width:21px!important;height:21px!important;max-width:21px!important;max-height:21px!important}
.product-page-dark .detail-action-card.is-whatsapp .detail-action-icon svg{width:24px!important;height:24px!important;max-width:24px!important;max-height:24px!important}
.product-page-dark .campaign-inline svg{width:13px!important;height:13px!important;max-width:13px!important;max-height:13px!important}

/* Dark photo surface. Product remains fully visible with contain. */
.product-page-dark .product-media-stage{background:#020504!important;border-color:rgba(124,232,187,.12);overflow:hidden}
.product-page-dark .product-media-stage:before{display:none!important}
.product-page-dark .gallery-stage-item{background:#020504}
.product-page-dark .gallery-stage-item img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;filter:none!important}

/* Compact standalone video block. */
.product-video-section{padding:48px 0 56px}
.product-video-head,.product-video-frame{width:min(960px,100%);margin-inline:auto}
.product-video-head{margin-bottom:16px}
.product-video-head h2{font-size:clamp(25px,3vw,36px)}
.product-video-head p{font-size:13px;line-height:1.55}
.product-video-frame{border-radius:17px;box-shadow:0 18px 42px rgba(0,0,0,.26)}

/* Four separate stat blocks — no surrounding frame. */
.product-page-dark .detail-specs{padding:58px 0 82px}
.product-page-dark .detail-spec-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;border:0!important;border-radius:0!important;overflow:visible!important;background:transparent!important}
.product-page-dark .detail-spec-grid>div{min-width:0!important;min-height:96px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:18px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.085)!important;border-radius:15px!important;overflow:hidden!important}
.product-page-dark .detail-spec-grid small{display:block!important;color:#829d95!important;font-size:10px!important;font-weight:850!important;letter-spacing:.09em!important;line-height:1.25!important;text-transform:uppercase!important;overflow-wrap:anywhere!important}
.product-page-dark .detail-spec-grid b{display:block!important;margin-top:7px!important;color:#f4fbf8!important;font-size:18px!important;line-height:1.25!important;overflow-wrap:anywhere!important;word-break:normal!important}

/* Clean readable feature panel with conservative dimensions. */
.product-page-dark .feature-panel{margin-top:16px!important;padding:24px!important;border-radius:18px!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(255,255,255,.085)!important;box-shadow:none!important;overflow:hidden!important}
.product-page-dark .feature-panel:before{display:none!important}
.product-page-dark .feature-panel-head{display:block!important;padding:0 0 17px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
.product-page-dark .feature-panel-head h2{margin:6px 0 0!important;color:#fff!important;font-size:clamp(25px,3vw,34px)!important;line-height:1.12!important;letter-spacing:-.035em!important;overflow-wrap:anywhere!important}
.product-page-dark .feature-panel .feature-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin:18px 0 0!important;padding:0!important;list-style:none!important}
.product-page-dark .feature-panel .feature-list li{min-width:0!important;min-height:54px!important;display:grid!important;grid-template-columns:26px minmax(0,1fr)!important;align-items:center!important;gap:9px!important;padding:11px 12px!important;color:#dcebe6!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.065)!important;border-radius:12px!important;overflow:hidden!important}
.product-page-dark .feature-panel .feature-list li b{min-width:0!important;font-size:13px!important;font-weight:700!important;line-height:1.4!important;white-space:normal!important;overflow-wrap:anywhere!important}
.product-page-dark .feature-check{width:24px!important;height:24px!important;display:grid!important;place-items:center!important;margin:0!important;border-radius:8px!important;background:rgba(124,232,187,.11)!important;color:#7ce8bb!important;font-size:14px!important;font-weight:900!important;line-height:1!important}
.product-page-dark .feature-empty{margin:18px 0 0;color:#91aaa3}

@media(max-width:760px){
  .product-video-section{padding:40px 0 46px}
  .product-video-head,.product-video-frame{width:100%}
  .product-video-frame{border-radius:14px}
  .product-page-dark .detail-specs{padding:45px 0 62px}
  .product-page-dark .detail-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .product-page-dark .detail-spec-grid>div{min-height:88px!important;padding:14px!important}
  .product-page-dark .detail-spec-grid b{font-size:15px!important}
  .product-page-dark .feature-panel{padding:18px 14px!important;border-radius:15px!important}
  .product-page-dark .feature-panel-head h2{font-size:26px!important}
  .product-page-dark .feature-panel .feature-list{grid-template-columns:1fr!important}
}
@media(max-width:380px){
  .product-page-dark .detail-spec-grid{grid-template-columns:1fr!important}
  .product-page-dark .detail-action-card{grid-template-columns:40px minmax(0,1fr) auto!important;gap:9px!important;padding:9px!important}
  .product-page-dark .detail-action-card b{font-size:11px!important}
}

/* v28 — iPhone/Safari layout, safe-area and video stability */
html{
  width:100%;
  max-width:100%;
  overflow-x:clip;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  -webkit-tap-highlight-color:transparent;
}
body{
  width:100%;
  max-width:100%;
  min-width:320px;
  overflow-x:clip;
  padding-bottom:env(safe-area-inset-bottom,0px);
}
img,video,iframe,svg{max-width:100%}
.site-header{
  padding-top:env(safe-area-inset-top,0px);
  transform:translateZ(0);
  -webkit-transform:translateZ(0);
}
.nav-wrap{height:72px;min-height:72px}
.header-whatsapp{
  flex:0 0 38px;
  font-size:0!important;
  line-height:0;
  overflow:hidden;
}
.header-whatsapp svg{
  display:block!important;
  width:22px!important;
  height:22px!important;
  max-width:22px!important;
  max-height:22px!important;
  fill:none!important;
  stroke:#fff!important;
  stroke-width:1.65!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.template-video-shell{
  isolation:isolate;
  overflow:hidden;
  background:#020805 url('../img/banner1.png') center/cover no-repeat;
  -webkit-mask-image:-webkit-radial-gradient(white,black);
}
.template-hero-video{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center;
  background:transparent;
  transform:translate3d(0,0,0);
  -webkit-transform:translate3d(0,0,0);
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}
.template-video-loader{
  position:absolute;
  z-index:3;
  left:50%;
  top:50%;
  width:30px;
  height:30px;
  margin:-15px 0 0 -15px;
  border:2px solid rgba(255,255,255,.26);
  border-top-color:#8ee8c4;
  border-radius:50%;
  opacity:.82;
  pointer-events:none;
  animation:filtrexVideoSpin .85s linear infinite;
  transition:opacity .2s ease;
}
.template-hero-video[data-autoplay-state="playing"] + .template-video-loader,
.template-hero-video[data-autoplay-state="blocked"] + .template-video-loader,
.template-hero-video[data-autoplay-state="error"] + .template-video-loader{opacity:0}
@keyframes filtrexVideoSpin{to{transform:rotate(360deg)}}

@media(max-width:820px){
  .template-hero{
    padding-top:calc(72px + env(safe-area-inset-top,0px) + 12px)!important;
    padding-bottom:22px!important;
  }
  .template-hero .container{
    width:min(calc(100% - 24px),720px)!important;
    max-width:720px;
    margin-inline:auto;
  }
  .template-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%;
    gap:16px!important;
  }
  .template-video-frame,
  .template-special-card{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    border-radius:18px!important;
  }
  .template-video-frame{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:687/440!important;
  }
  .template-video-shell{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border-radius:inherit;
  }
  .template-hero-video{
    position:absolute;
    inset:0;
  }
  .template-special-card{min-height:400px}
}

@media(max-width:640px){
  .site-header .container,
  .trust-strip .container,
  .products .container,
  .services .container,
  .selector .container,
  .contact .container,
  .site-footer .container{
    width:min(calc(100% - 24px),620px);
  }
  .brand img{width:136px;height:auto}
  .site-header nav{
    top:calc(72px + env(safe-area-inset-top,0px))!important;
    max-height:calc(100dvh - 84px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));
    overflow-y:auto;
    overscroll-behavior:contain;
  }
  .template-hero .container{width:calc(100% - 24px)!important}
  .template-video-frame{aspect-ratio:687/440!important;min-height:0!important}
  .template-special-card{margin:0!important;min-height:0!important}
  .special-product-visual{height:190px!important}
  .chat-launcher{
    right:max(14px,env(safe-area-inset-right,0px));
    bottom:max(14px,calc(env(safe-area-inset-bottom,0px) + 10px));
  }
  input,select,textarea{font-size:16px!important}
}

@media(max-width:390px){
  .template-hero .container{width:calc(100% - 20px)!important}
  .template-hero-grid{gap:12px!important}
  .template-video-frame,.template-special-card{border-radius:16px!important}
  .template-special-card{padding:15px!important}
  .special-product-visual{height:170px!important}
  .special-countdown{gap:2px}
  .special-countdown b{font-size:15px!important}
}

@supports(-webkit-touch-callout:none){
  body{background-attachment:scroll!important}
  .template-hero-video{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  .template-video-frame,.template-video-shell{contain:paint}
}

@media(prefers-reduced-motion:reduce){
  .template-video-loader{animation:none}
}

/* v28.1 — conservative iPhone interaction and viewport hardening */
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
a,button,input,select,textarea{touch-action:manipulation}
.template-hero-frame{min-width:0;width:100%}
.template-video-shell{inset:0}
@media (hover:none) and (pointer:coarse){
  .nav-toggle,.header-whatsapp,.special-actions a,.special-actions button,.btn,button,input,select{min-height:44px}
}
@media(max-width:820px){
  .template-video-frame{aspect-ratio:16/9!important}
  .template-special-card{width:100%!important}
}
@media(max-width:640px){
  .template-hero-grid>*{min-width:0;width:100%}
  .template-video-frame{aspect-ratio:16/9!important}
  .trust-grid,.catalog-grid,.service-grid,.footer-grid{max-width:100%}
  .chat-panel{max-height:calc(100dvh - env(safe-area-inset-top,0px));padding-bottom:env(safe-area-inset-bottom,0px)}
}

/* v29 — perfectly circular WhatsApp action and managed home-video sources */
.header-whatsapp{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  max-width:42px!important;
  max-height:42px!important;
  flex:0 0 42px!important;
  aspect-ratio:1/1!important;
  padding:0!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
.header-whatsapp svg{
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  min-height:22px!important;
  flex:none!important;
}
.template-video-shell{background-image:var(--hero-poster);background-position:center;background-size:cover;background-repeat:no-repeat}
.template-video-poster{position:absolute;inset:0;z-index:0;background-image:var(--hero-poster);background-position:center;background-size:cover;background-repeat:no-repeat;transition:opacity .35s ease}
.template-hero-youtube{position:absolute;z-index:1;inset:-1px;width:calc(100% + 2px);height:calc(100% + 2px);border:0;display:block;opacity:0;transition:opacity .35s ease;background:transparent}
.template-video-shell.is-youtube.is-media-ready .template-hero-youtube{opacity:1}
.template-video-shell.is-youtube.is-media-ready .template-video-poster{opacity:0}
.template-video-shell.is-upload .template-hero-video[data-autoplay-state="playing"]~.template-video-poster{opacity:0}
.template-video-shell.is-upload .template-hero-video{z-index:1}
.template-video-shell.is-upload .template-video-poster{z-index:0}
.template-video-shell.is-youtube .template-video-loader{z-index:3}
.template-video-shell.is-youtube.is-media-ready .template-video-loader{opacity:0}
@media(max-width:760px){
  .header-whatsapp{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    max-width:44px!important;
    max-height:44px!important;
    flex-basis:44px!important;
    border-radius:999px!important;
  }
}


/* v30 — clean YouTube playback and official WhatsApp brand treatment */
.header-whatsapp{
  background:#25D366!important;
  border:0!important;
  box-shadow:0 9px 24px rgba(37,211,102,.30)!important;
}
.header-whatsapp svg{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  min-height:24px!important;
  max-width:24px!important;
  max-height:24px!important;
  fill:#fff!important;
  stroke:none!important;
}
.header-whatsapp svg path{fill:#fff!important;stroke:none!important}
.template-video-shell.is-youtube:not(.is-media-ready) .template-video-poster{
  z-index:2;
  opacity:1;
}
.template-hero-youtube{
  top:50%!important;
  left:50%!important;
  right:auto!important;
  bottom:auto!important;
  inset:auto!important;
  width:124%!important;
  height:124%!important;
  max-width:none!important;
  transform:translate(-50%,-50%) translateZ(0)!important;
  -webkit-transform:translate(-50%,-50%) translateZ(0)!important;
  pointer-events:none!important;
  opacity:0!important;
  clip-path:inset(0);
}
.template-video-shell.is-youtube.is-media-ready .template-hero-youtube{opacity:1!important}
.template-video-shell.is-youtube.is-media-ready .template-video-poster{z-index:0;opacity:0!important}
.template-video-shell.is-youtube.is-media-fallback .template-video-loader{opacity:0!important}
@media(max-width:760px){
  .template-hero-youtube{width:128%!important;height:128%!important}
}

/* v31 — cross-browser YouTube fallback and unclipped WhatsApp glyph */
.header-whatsapp{
  background:#25D366!important;
  border:0!important;
  border-radius:50%!important;
  overflow:hidden!important;
  isolation:isolate;
}
.header-whatsapp svg{
  display:block!important;
  width:25px!important;
  height:25px!important;
  min-width:25px!important;
  min-height:25px!important;
  max-width:25px!important;
  max-height:25px!important;
  overflow:visible!important;
  fill:#fff!important;
  stroke:none!important;
  transform:none!important;
}
.header-whatsapp svg path{fill:#fff!important;stroke:none!important}
.template-hero-youtube{
  position:absolute!important;
  inset:0!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  z-index:1!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  overflow:hidden!important;
  opacity:0!important;
  transform:none!important;
  -webkit-transform:none!important;
  clip-path:none!important;
  pointer-events:none!important;
  background:#000!important;
  transition:opacity .3s ease!important;
}
.template-hero-youtube>[data-youtube-player-host],
.template-hero-youtube iframe,
.template-hero-youtube-frame{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  border:0!important;
  transform:none!important;
  -webkit-transform:none!important;
}
.template-video-shell.is-youtube.is-media-ready .template-hero-youtube{opacity:1!important}
.template-video-shell.is-youtube.is-media-ready .template-video-poster{z-index:0!important;opacity:0!important}
.template-video-shell.is-youtube.is-media-fallback .template-hero-youtube{opacity:0!important;visibility:hidden!important}
.template-video-shell.is-youtube.is-media-fallback .template-video-poster{z-index:2!important;opacity:1!important}
.template-video-shell.is-youtube.is-media-fallback .template-video-loader{opacity:0!important;visibility:hidden!important}
@media(max-width:760px){
  .template-hero-youtube,
  .template-hero-youtube iframe,
  .template-hero-youtube-frame{width:100%!important;height:100%!important}
}


/* v32 — zero YouTube chrome: public hero uses only self-hosted MP4 or poster */
.template-hero-youtube,[data-hero-youtube],[data-youtube-player-host]{display:none!important;visibility:hidden!important;opacity:0!important}
.template-video-shell.is-poster .template-video-poster{z-index:1!important;opacity:1!important}
.template-video-shell.is-poster .template-video-loader{display:none!important}

/* v33 — credit calculator aligned with Filtrex dark-green visual system */
.credit-page-main{
  min-height:calc(100vh - 190px)!important;
  padding-top:76px!important;
  background:
    radial-gradient(circle at 13% 12%,rgba(67,180,143,.14),transparent 29%),
    radial-gradient(circle at 87% 78%,rgba(31,118,93,.13),transparent 31%),
    linear-gradient(145deg,#021a15 0%,#052e26 52%,#073b30 100%)!important;
}
.credit-calculator-section{
  position:relative!important;
  overflow:hidden!important;
  background:transparent!important;
  padding:42px 0 58px!important;
}
.credit-calculator-section:before{
  display:none!important;
}
.credit-calculator-section.is-standalone .credit-container,
.credit-container{
  width:min(1120px,calc(100% - 32px))!important;
}
.credit-calculator-shell,
.credit-calculator-section.is-standalone .credit-calculator-shell{
  display:block!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:24px!important;
  background:rgba(4,41,33,.78)!important;
  color:#fff!important;
  box-shadow:0 28px 90px rgba(0,14,11,.35)!important;
  overflow:hidden!important;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.credit-calculator-shell:after{
  display:none!important;
}
.credit-intro,
.credit-calculator-section.is-standalone .credit-intro{
  position:relative!important;
  z-index:1!important;
  padding:28px 30px 24px!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
  background:linear-gradient(115deg,rgba(255,255,255,.045),rgba(255,255,255,0))!important;
}
.credit-back-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-bottom:18px!important;
  color:#a9d9c8!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:750!important;
}
.credit-back-link:hover{color:#fff!important}
.credit-intro .eyebrow{
  display:block!important;
  color:#85e1bd!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.15em!important;
}
.credit-intro h1,
.credit-calculator-section.is-standalone .credit-intro h1{
  margin:9px 0 7px!important;
  color:#fff!important;
  font-size:clamp(28px,3vw,42px)!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
}
.credit-intro>p,
.credit-calculator-section.is-standalone .credit-intro>p{
  max-width:590px!important;
  margin:0!important;
  color:#b9d1c9!important;
  font-size:14px!important;
  line-height:1.55!important;
}
.credit-benefits{display:none!important}
.credit-workspace{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)!important;
  gap:18px!important;
  padding:20px!important;
}
.credit-form-card,
.credit-calculator-section.is-standalone .credit-form-card,
.credit-summary-card{
  min-width:0!important;
  padding:22px!important;
  border:1px solid #dfe9e4!important;
  border-radius:18px!important;
  background:#fff!important;
  color:#15372e!important;
  box-shadow:none!important;
}
.credit-card-heading,
.credit-summary-heading{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin-bottom:20px!important;
}
.credit-card-number,
.credit-summary-icon{
  flex:0 0 38px!important;
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:11px!important;
  background:#e5f5ef!important;
  color:#0b725c!important;
  font-size:11px!important;
  font-weight:900!important;
}
.credit-summary-icon svg{
  width:21px!important;
  height:21px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.credit-card-heading h2,
.credit-summary-heading h2{
  margin:0!important;
  color:#123d32!important;
  font-size:17px!important;
  line-height:1.15!important;
}
.credit-card-heading p{
  margin:3px 0 0!important;
  color:#71847d!important;
  font-size:11px!important;
}
.credit-summary-heading small{
  display:block!important;
  margin-bottom:3px!important;
  color:#729087!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
}
.credit-fields{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:12px!important;
}
.credit-fields label{
  display:block!important;
  min-width:0!important;
  color:#31584d!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.credit-fields label>span{
  display:block!important;
  margin-bottom:7px!important;
}
.credit-fields select,
.credit-fields input{
  width:100%!important;
  height:52px!important;
  min-height:52px!important;
  margin:0!important;
  padding:0 14px!important;
  border:1px solid #d8e5df!important;
  border-radius:12px!important;
  background:#f7faf9!important;
  color:#173d33!important;
  font-family:inherit!important;
  font-size:16px!important;
  font-weight:750!important;
  line-height:1.2!important;
  outline:none!important;
  box-sizing:border-box!important;
}
.credit-fields select{
  padding-right:40px!important;
  text-overflow:ellipsis!important;
}
.credit-fields select option{
  color:#173d33!important;
  background:#fff!important;
  font-size:16px!important;
}
.credit-fields select:focus,
.credit-fields input:focus{
  border-color:#17846b!important;
  box-shadow:0 0 0 3px rgba(23,132,107,.12)!important;
}
.money-input{
  position:relative!important;
  width:100%!important;
}
.money-input b{
  position:absolute!important;
  right:14px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  color:#0b725c!important;
  font-size:15px!important;
  font-weight:900!important;
  pointer-events:none!important;
}
.money-input input{padding-right:38px!important}
.credit-term-field{
  margin-top:18px!important;
}
.credit-term-title{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin-bottom:9px!important;
}
.credit-term-title>span{
  color:#31584d!important;
  font-size:11px!important;
  font-weight:800!important;
}
.credit-term-title small{
  color:#6c837b!important;
  font-size:10px!important;
  font-weight:700!important;
}
.credit-term-buttons{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:7px!important;
  margin:0!important;
  overflow:visible!important;
}
.credit-term-buttons button{
  min-width:0!important;
  min-height:42px!important;
  padding:8px 5px!important;
  border:1px solid #d8e5df!important;
  border-radius:10px!important;
  background:#f7faf9!important;
  color:#567269!important;
  font-family:inherit!important;
  font-size:11px!important;
  font-weight:850!important;
  cursor:pointer!important;
  transition:.18s ease!important;
}
.credit-term-buttons button:hover{
  border-color:#8fbdae!important;
  color:#0b725c!important;
}
.credit-term-buttons button.is-active{
  border-color:#0b725c!important;
  background:#0b725c!important;
  color:#fff!important;
  box-shadow:0 7px 18px rgba(11,114,92,.18)!important;
}
.credit-term-buttons button[hidden]{display:none!important}
.credit-no-term{
  margin-top:12px!important;
  padding:10px 12px!important;
  border-radius:10px!important;
  background:#fff4f2!important;
  color:#a34a3c!important;
  font-size:11px!important;
}
.credit-no-term[hidden]{display:none!important}
.credit-status{
  min-height:18px!important;
  padding-top:10px!important;
  color:#60786f!important;
  font-size:11px!important;
}
.credit-status.is-error{color:#bc453d!important}
.credit-summary-card{
  display:flex!important;
  flex-direction:column!important;
  background:linear-gradient(160deg,#f8fbfa 0%,#edf6f2 100%)!important;
}
.credit-results,
.credit-calculator-section.is-standalone .credit-results{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:9px!important;
  margin:0!important;
}
.credit-results>div,
.credit-calculator-section.is-standalone .credit-results>div{
  min-width:0!important;
  min-height:72px!important;
  padding:13px!important;
  border:1px solid #dce8e3!important;
  border-radius:12px!important;
  background:#fff!important;
}
.credit-results small{
  display:block!important;
  margin:0 0 7px!important;
  color:#71877f!important;
  font-size:9px!important;
  font-weight:850!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
}
.credit-results b{
  display:block!important;
  overflow-wrap:anywhere!important;
  color:#173d33!important;
  font-size:15px!important;
  line-height:1.15!important;
}
.credit-monthly-result,
.credit-calculator-section.is-standalone .credit-monthly-result{
  position:relative!important;
  grid-column:1/-1!important;
  display:grid!important;
  grid-template-columns:1fr auto!important;
  align-items:end!important;
  min-height:104px!important;
  padding:17px!important;
  border-color:#9ed0bf!important;
  background:linear-gradient(135deg,#0a5c4b 0%,#0d7b64 100%)!important;
}
.credit-monthly-result small{
  grid-column:1/-1!important;
  color:#b9e4d5!important;
}
.credit-monthly-result strong{
  min-width:0!important;
  overflow-wrap:anywhere!important;
  color:#fff!important;
  font-size:30px!important;
  line-height:1!important;
  letter-spacing:-.04em!important;
}
.credit-monthly-result span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:28px!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.14)!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:850!important;
}
.credit-whatsapp,
.credit-calculator-section.is-standalone .credit-whatsapp{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  min-height:48px!important;
  margin-top:auto!important;
  padding:12px 16px!important;
  border-radius:12px!important;
  background:#25D366!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:13px!important;
  font-weight:850!important;
  box-shadow:0 10px 24px rgba(37,211,102,.20)!important;
}
.credit-whatsapp svg{
  flex:0 0 20px!important;
  width:20px!important;
  height:20px!important;
  fill:#fff!important;
}
.credit-whatsapp:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 14px 28px rgba(37,211,102,.26)!important;
}

@media(max-width:900px){
  .credit-workspace{
    grid-template-columns:1fr!important;
  }
  .credit-summary-card{
    min-height:0!important;
  }
}
@media(max-width:640px){
  .credit-page-main{
    padding-top:68px!important;
  }
  .credit-calculator-section,
  .credit-calculator-section.is-standalone{
    padding:14px 0 24px!important;
  }
  .credit-calculator-section.is-standalone .credit-container,
  .credit-container{
    width:calc(100% - 18px)!important;
  }
  .credit-calculator-shell,
  .credit-calculator-section.is-standalone .credit-calculator-shell{
    border-radius:18px!important;
  }
  .credit-intro,
  .credit-calculator-section.is-standalone .credit-intro{
    padding:20px 17px 17px!important;
  }
  .credit-intro h1,
  .credit-calculator-section.is-standalone .credit-intro h1{
    font-size:27px!important;
  }
  .credit-workspace{
    gap:12px!important;
    padding:11px!important;
  }
  .credit-form-card,
  .credit-calculator-section.is-standalone .credit-form-card,
  .credit-summary-card{
    padding:15px!important;
    border-radius:14px!important;
  }
  .credit-fields{
    grid-template-columns:1fr!important;
  }
  .credit-term-buttons{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .credit-results,
  .credit-calculator-section.is-standalone .credit-results{
    grid-template-columns:1fr 1fr!important;
  }
  .credit-monthly-result strong{
    font-size:25px!important;
  }
}
@media(max-width:380px){
  .credit-results,
  .credit-calculator-section.is-standalone .credit-results{
    grid-template-columns:1fr!important;
  }
  .credit-monthly-result,
  .credit-calculator-section.is-standalone .credit-monthly-result{
    grid-column:auto!important;
  }
}

/* v33.1 — layout hardening: flex-based calculator prevents browser/grid overflow */
.credit-workspace{
  display:flex!important;
  align-items:stretch!important;
  flex-wrap:nowrap!important;
}
.credit-form-card{
  flex:1 1 57%!important;
}
.credit-summary-card{
  flex:1 1 43%!important;
  background:#f2f8f5!important;
}
.credit-fields{
  display:flex!important;
  align-items:flex-end!important;
  flex-wrap:nowrap!important;
}
.credit-fields label{
  flex:1 1 0!important;
}
.credit-term-buttons{
  display:flex!important;
  flex-wrap:wrap!important;
}
.credit-term-buttons button{
  flex:1 1 calc(20% - 7px)!important;
}
.credit-results{
  display:flex!important;
  flex-wrap:wrap!important;
}
.credit-results>div{
  flex:1 1 calc(50% - 9px)!important;
  box-sizing:border-box!important;
}
.credit-results>.credit-monthly-result{
  flex:1 1 100%!important;
}
.credit-monthly-result{
  background:#0b725c!important;
}
@media(max-width:900px){
  .credit-workspace{
    flex-direction:column!important;
  }
  .credit-form-card,.credit-summary-card{
    flex:1 1 auto!important;
  }
}
@media(max-width:640px){
  .credit-fields{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .credit-fields label{
    flex:1 1 auto!important;
    width:100%!important;
  }
  .credit-term-buttons button{
    flex:1 1 calc(33.333% - 7px)!important;
  }
}
@media(max-width:380px){
  .credit-results>div,
  .credit-results>.credit-monthly-result{
    flex:1 1 100%!important;
  }
}

/* v33.2 — compact single-column payment summary */
.credit-workspace{align-items:flex-start!important}
.credit-results,
.credit-calculator-section.is-standalone .credit-results{
  display:block!important;
}
.credit-results>div,
.credit-calculator-section.is-standalone .credit-results>div,
.credit-results>.credit-monthly-result{
  display:flex!important;
  width:100%!important;
  min-height:58px!important;
  margin:0 0 8px!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  flex:none!important;
}
.credit-results>div small{
  margin:0!important;
}
.credit-results>div b{
  text-align:right!important;
  font-size:16px!important;
}
.credit-results>.credit-monthly-result,
.credit-calculator-section.is-standalone .credit-monthly-result{
  min-height:88px!important;
  display:grid!important;
  grid-template-columns:1fr auto!important;
  margin-bottom:8px!important;
}
.credit-whatsapp{margin-top:4px!important}
@media(max-width:380px){
  .credit-results>div,
  .credit-results>.credit-monthly-result{
    width:100%!important;
  }
}

.credit-results>.credit-monthly-result,
.credit-calculator-section.is-standalone .credit-monthly-result{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:space-between!important;
}
.credit-monthly-result small{
  flex:1 1 100%!important;
}
.credit-monthly-result strong{
  flex:1 1 auto!important;
}
.credit-monthly-result span{
  flex:0 0 auto!important;
}

/* v33.3 — stable summary flow with no overlapping elements */
.credit-summary-card{
  display:block!important;
}
.credit-results>div,
.credit-calculator-section.is-standalone .credit-results>div{
  display:block!important;
  min-height:0!important;
  padding:13px 14px!important;
}
.credit-results>div small{
  display:block!important;
  margin:0 0 6px!important;
}
.credit-results>div b{
  display:block!important;
  text-align:left!important;
}
.credit-results>.credit-monthly-result,
.credit-calculator-section.is-standalone .credit-monthly-result{
  display:block!important;
  min-height:0!important;
  padding:16px!important;
  background:#0b725c!important;
  border-color:#0b725c!important;
}
.credit-monthly-result small{
  display:block!important;
  color:#bde9d9!important;
}
.credit-monthly-result strong{
  display:block!important;
  margin:7px 0 11px!important;
  color:#fff!important;
  font-size:30px!important;
}
.credit-monthly-result span{
  display:inline-flex!important;
}
.credit-whatsapp,
.credit-calculator-section.is-standalone .credit-whatsapp{
  margin:12px 0 0!important;
}

/* v33.4 — high-contrast monthly result in every renderer */
.credit-results>.credit-monthly-result,
.credit-calculator-section.is-standalone .credit-monthly-result{
  background:#e5f5ef!important;
  border-color:#a8d6c6!important;
}
.credit-monthly-result small{
  color:#4f8374!important;
}
.credit-monthly-result strong{
  color:#0b725c!important;
}
.credit-monthly-result span{
  background:#0b725c!important;
  color:#fff!important;
}

/* v34 — Filtrex logo: exact aspect ratio, no deformation, subtle sparkle */
.site-header .brand{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-width:0!important;
  line-height:0!important;
  isolation:isolate;
  overflow:visible!important;
}
.site-header .brand img{
  display:block!important;
  width:auto!important;
  height:29px!important;
  max-width:min(218px,42vw)!important;
  max-height:29px!important;
  aspect-ratio:201/27!important;
  object-fit:contain!important;
  object-position:left center!important;
  transform:none!important;
  flex:none!important;
}
.site-header .brand::before{
  content:"";
  position:absolute;
  z-index:2;
  top:-5px;
  right:-9px;
  width:12px;
  height:12px;
  pointer-events:none;
  opacity:0;
  background:linear-gradient(135deg,#fff 15%,#baffdf 58%,#7ce8bb 100%);
  clip-path:polygon(50% 0,61% 38%,100% 50%,61% 62%,50% 100%,39% 62%,0 50%,39% 38%);
  filter:drop-shadow(0 0 5px rgba(124,232,187,.95));
  transform:scale(.25) rotate(-18deg);
  animation:filtrexLogoSpark 5.2s ease-in-out infinite;
}
.site-header .brand::after{
  content:"";
  position:absolute;
  z-index:2;
  top:11px;
  right:-13px;
  width:4px;
  height:4px;
  border-radius:50%;
  pointer-events:none;
  opacity:0;
  background:#fff;
  box-shadow:-11px 15px 0 -1px rgba(124,232,187,.95);
  filter:drop-shadow(0 0 4px rgba(124,232,187,.9));
  animation:filtrexLogoSparkDots 5.2s ease-in-out infinite;
}
.footer-logo,
.admin-brand img,
.login-logo img{
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  object-fit:contain!important;
  aspect-ratio:201/27!important;
  transform:none!important;
}
@keyframes filtrexLogoSpark{
  0%,62%,100%{opacity:0;transform:scale(.25) rotate(-18deg)}
  68%{opacity:.95;transform:scale(1) rotate(0deg)}
  75%{opacity:.42;transform:scale(.72) rotate(18deg)}
  82%{opacity:0;transform:scale(.25) rotate(34deg)}
}
@keyframes filtrexLogoSparkDots{
  0%,66%,100%{opacity:0;transform:scale(.4)}
  72%{opacity:.85;transform:scale(1)}
  80%{opacity:0;transform:scale(.55)}
}
@media(max-width:640px){
  .site-header .brand img{
    width:auto!important;
    height:22px!important;
    max-width:min(164px,48vw)!important;
    max-height:22px!important;
  }
  .site-header .brand::before{top:-6px;right:-8px;width:10px;height:10px}
  .site-header .brand::after{top:8px;right:-11px}
}
@media(prefers-reduced-motion:reduce){
  .site-header .brand::before,
  .site-header .brand::after{animation:none!important;opacity:0!important}
}


/* v35 — show every month from 1 to 24 in a compact, balanced grid */
.credit-term-buttons{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:7px!important;
  overflow:visible!important;
}
.credit-term-buttons button{
  width:auto!important;
  min-width:0!important;
  flex:none!important;
  padding:8px 4px!important;
  white-space:nowrap!important;
}
@media(max-width:640px){
  .credit-term-buttons{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:380px){
  .credit-term-buttons{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}


/* v36 — premium glass catalogue cards, full uncropped product images */
.products{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 18%,rgba(124,232,187,.16),transparent 29%),
    radial-gradient(circle at 92% 78%,rgba(31,151,119,.15),transparent 31%),
    linear-gradient(145deg,#031d18 0%,#062f27 48%,#041f1a 100%)!important;
}
.products::before,
.products::after{
  content:"";
  position:absolute;
  z-index:-1;
  border-radius:50%;
  pointer-events:none;
  filter:blur(4px);
}
.products::before{
  width:410px;
  height:410px;
  left:-190px;
  top:120px;
  background:rgba(124,232,187,.08);
}
.products::after{
  width:460px;
  height:460px;
  right:-235px;
  bottom:70px;
  background:rgba(11,91,72,.22);
}
.products .catalog-head h2{color:#f7fffc}
.products .catalog-head p{color:rgba(225,244,237,.7)}
.products .eyebrow.dark{color:#8ee8c4}
.products .catalog-count{
  color:#dcfff1;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.products .catalog-filter-shell{
  background:rgba(255,255,255,.075)!important;
  border-color:rgba(255,255,255,.13)!important;
  box-shadow:0 18px 46px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.08)!important;
  backdrop-filter:blur(20px) saturate(125%);
  -webkit-backdrop-filter:blur(20px) saturate(125%);
}
.products .category-filter-row button,
.products .subcategory-filter-row button{
  color:#d5e9e2;
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.13);
}
.products .category-filter-row button:hover,
.products .subcategory-filter-row button:hover{
  background:rgba(255,255,255,.13);
  color:#fff;
}
.products .category-filter-row button.is-active{
  color:#06372d;
  background:#8ee8c4;
  border-color:#8ee8c4;
  box-shadow:0 9px 22px rgba(78,221,164,.2);
}
.products .subcategory-filter-row{
  border-top-color:rgba(255,255,255,.1);
}
.products .subcategory-filter-row button.is-active{
  color:#eafff7;
  background:rgba(24,142,111,.52);
  border-color:rgba(142,232,196,.48);
}
.catalog-grid{gap:24px}
.catalog-grid .product-card{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:0;
  border:1px solid rgba(255,255,255,.34)!important;
  border-radius:24px!important;
  background:linear-gradient(155deg,rgba(255,255,255,.91),rgba(239,250,246,.76))!important;
  box-shadow:0 20px 52px rgba(0,15,12,.27),inset 0 1px 0 rgba(255,255,255,.84)!important;
  backdrop-filter:blur(24px) saturate(135%);
  -webkit-backdrop-filter:blur(24px) saturate(135%);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.catalog-grid .product-card::before{
  content:"";
  position:absolute;
  z-index:8;
  pointer-events:none;
  inset:0 0 auto 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.95),transparent);
}
.catalog-grid .product-card:hover{
  transform:translateY(-7px);
  border-color:rgba(142,232,196,.7)!important;
  box-shadow:0 28px 66px rgba(0,16,12,.36),0 0 0 1px rgba(142,232,196,.1),inset 0 1px 0 #fff!important;
}
.catalog-grid .product-visual{
  position:relative;
  height:290px;
  flex:0 0 290px;
  padding:12px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 42%,rgba(35,105,84,.17),transparent 42%),
    linear-gradient(145deg,#020504,#09130f 58%,#030706)!important;
  border-bottom:1px solid rgba(255,255,255,.16)!important;
}
.catalog-grid .product-visual::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,rgba(255,255,255,.055),transparent 31%,transparent 68%,rgba(124,232,187,.035));
}
.catalog-grid .product-visual::after{
  width:72%;
  height:72%;
  background:radial-gradient(circle,rgba(58,146,117,.13),rgba(0,0,0,0) 68%);
}
.catalog-grid .product-visual img{
  position:relative;
  z-index:2;
  display:block;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  filter:drop-shadow(0 18px 18px rgba(0,0,0,.26));
}
.catalog-grid .product-card:hover .product-visual img{transform:none!important}
.catalog-grid .sale-badge{
  left:14px;
  top:14px;
  z-index:10;
  min-width:54px;
  height:32px;
  border:1px solid rgba(255,255,255,.3);
  border-radius:10px;
  background:rgba(11,91,72,.9);
  box-shadow:0 10px 26px rgba(0,0,0,.24);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.catalog-grid .product-media-meta{
  z-index:10!important;
  left:auto!important;
  right:13px!important;
  bottom:13px!important;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  pointer-events:none;
}
.catalog-grid .product-media-meta span{
  min-height:29px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:6px 9px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  color:#effff9;
  background:rgba(3,24,19,.74);
  box-shadow:0 8px 24px rgba(0,0,0,.22);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  font-size:9px;
  font-weight:850;
  line-height:1;
}
.catalog-grid .product-media-meta .video{
  color:#052d25;
  background:#8ee8c4;
  border-color:rgba(255,255,255,.48);
}
.catalog-grid .product-media-meta svg{
  flex:0 0 13px;
  width:13px;
  height:13px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.catalog-grid .product-media-meta .video svg path:last-child{fill:currentColor;stroke:none}
.catalog-grid .product-body{
  position:relative;
  z-index:3;
  padding:20px 19px 19px;
  background:linear-gradient(180deg,rgba(255,255,255,.24),rgba(255,255,255,.08));
}
.catalog-grid .product-taxonomy{color:#54776c}
.catalog-grid .product-heading{margin-top:3px;margin-bottom:10px}
.catalog-grid .product-heading h3{
  color:#082f27;
  font-size:20px;
  line-height:1.13;
  letter-spacing:-.03em;
}
.catalog-grid .product-badge{
  border-color:rgba(11,91,72,.16)!important;
  background:rgba(142,232,196,.24)!important;
  color:#07503f!important;
}
.catalog-grid .product-summary{
  color:#5c716a;
  line-height:1.55;
  margin-bottom:15px;
}
.catalog-grid .catalog-price{
  padding:10px 0 11px;
  margin:0;
  border-top:1px solid rgba(8,63,51,.09);
}
.catalog-grid .catalog-price strong{font-size:24px;color:#073d33}
.catalog-grid .installment-tabs{
  margin-top:0;
  padding:4px;
  border:1px solid rgba(8,63,51,.08);
  background:rgba(229,241,235,.72);
}
.catalog-grid .installment-tabs button{color:#657a73}
.catalog-grid .installment-tabs button.is-active{
  color:#fff;
  background:#0b5b48;
  box-shadow:0 5px 13px rgba(7,61,51,.2);
}
.catalog-grid .monthly-price{border-bottom-color:rgba(8,63,51,.1)}
.catalog-grid .catalog-specs span{
  color:#49655c;
  border-color:rgba(8,63,51,.11);
  background:rgba(255,255,255,.54);
}
.catalog-grid .product-actions{gap:8px}
.catalog-grid .product-actions .buy-now,
.catalog-grid .product-actions .cart-link{
  min-height:44px;
  border-radius:12px;
  font-size:11px;
}
.catalog-grid .product-actions .buy-now{
  border-color:#0b5b48;
  background:linear-gradient(135deg,#0c6b54,#084739);
  box-shadow:0 9px 20px rgba(7,61,51,.18);
}
.catalog-grid .product-actions .cart-link{
  color:#083d32;
  border-color:rgba(8,63,51,.15);
  background:rgba(255,255,255,.63);
}
.products .catalog-empty{
  color:#d9ede6;
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.14)!important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.products .catalog-empty b{color:#fff}
@media(max-width:1080px){
  .catalog-grid .product-visual{height:300px;flex-basis:300px}
}
@media(max-width:640px){
  .products{padding-top:66px;padding-bottom:72px}
  .catalog-grid{gap:18px}
  .catalog-grid .product-card{border-radius:21px!important}
  .catalog-grid .product-visual{
    height:320px!important;
    flex-basis:320px!important;
    padding:10px!important;
    background:radial-gradient(circle at 50% 42%,rgba(35,105,84,.17),transparent 43%),linear-gradient(145deg,#020504,#09130f 58%,#030706)!important;
  }
  .catalog-grid .product-body{padding:20px 18px 18px}
  .catalog-grid .product-heading h3{font-size:22px}
  .catalog-grid .product-media-meta{right:11px!important;bottom:11px!important}
  .catalog-grid .product-media-meta span{min-height:31px;padding:7px 10px;font-size:10px}
}
@media(max-width:390px){
  .catalog-grid .product-visual{height:285px!important;flex-basis:285px!important}
}
@media(prefers-reduced-transparency:reduce){
  .catalog-grid .product-card{background:#f4faf7!important}
  .products .catalog-filter-shell{background:#0b3c31!important}
}


/* v37 — catalogue cards stay compact; technical specifications live on detail pages */
.catalog-grid .product-actions{margin-top:auto!important;padding-top:15px!important}
.catalog-grid .monthly-price{margin-bottom:0!important}


/* v38 — catalogue cards contain no descriptive copy; details stay on product page */
.catalog-grid .product-summary{display:none!important}
.catalog-grid .product-heading{margin-bottom:14px}
.catalog-grid .catalog-price{margin-top:0}

/* v39 — clickable catalogue cards, glass special offer and symmetric credit panels */
[data-product-url]{cursor:pointer}
.catalog-grid .product-card:focus-visible,
.template-special-card:focus-visible{
  outline:3px solid rgba(142,232,196,.72)!important;
  outline-offset:4px!important;
}
.catalog-grid .product-card a,
.catalog-grid .product-card button,
.template-special-card a,
.template-special-card button{cursor:pointer}

.template-hero-grid.no-special-offer{grid-template-columns:minmax(0,1fr)!important}
.template-hero-grid.no-special-offer .template-hero-frame{width:100%!important}

.template-special-card{
  position:relative!important;
  isolation:isolate!important;
  height:440px!important;
  min-height:440px!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.34)!important;
  border-radius:24px!important;
  background:linear-gradient(155deg,rgba(255,255,255,.93),rgba(237,249,244,.78))!important;
  box-shadow:0 20px 52px rgba(0,15,12,.25),inset 0 1px 0 rgba(255,255,255,.88)!important;
  overflow:hidden!important;
  backdrop-filter:blur(22px) saturate(135%);
  -webkit-backdrop-filter:blur(22px) saturate(135%);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important;
}
.template-special-card:hover{
  transform:translateY(-5px)!important;
  border-color:rgba(142,232,196,.72)!important;
  box-shadow:0 28px 68px rgba(0,16,12,.34),0 0 0 1px rgba(142,232,196,.12),inset 0 1px 0 #fff!important;
}
.template-special-card::before{
  content:"";
  position:absolute;
  z-index:20;
  top:-1px;
  left:-42%;
  width:42%;
  height:2px;
  border-radius:999px;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(142,232,196,.45),#fff,rgba(119,229,184,.8),transparent);
  box-shadow:0 0 9px rgba(124,232,187,.72),0 0 18px rgba(124,232,187,.28);
  animation:specialOfferBorderSpark 5.2s ease-in-out infinite;
}
.template-special-card::after{
  content:"";
  position:absolute;
  z-index:21;
  top:4px;
  left:-16px;
  width:7px;
  height:7px;
  border-radius:50%;
  pointer-events:none;
  background:#fff;
  box-shadow:0 0 7px #fff,0 0 15px #7ce8bb,0 0 25px rgba(124,232,187,.75);
  animation:specialOfferParticle 5.2s ease-in-out infinite;
}
@keyframes specialOfferBorderSpark{0%,13%{left:-42%;opacity:0}18%{opacity:1}80%{left:100%;opacity:1}88%,100%{left:100%;opacity:0}}
@keyframes specialOfferParticle{0%,13%{left:-16px;opacity:0}18%{opacity:1}49%{left:50%;opacity:.9}80%{left:calc(100% + 8px);opacity:0}100%{left:calc(100% + 8px);opacity:0}}

.special-card-visual{
  position:relative;
  z-index:1;
  height:255px;
  padding:55px 15px 12px;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:radial-gradient(circle at 50% 44%,rgba(35,105,84,.18),transparent 43%),linear-gradient(145deg,#020504,#09130f 58%,#030706)!important;
  border-bottom:1px solid rgba(255,255,255,.16);
}
.special-card-visual::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,rgba(255,255,255,.055),transparent 31%,transparent 68%,rgba(124,232,187,.04));
}
.special-card-visual img{
  position:relative;
  z-index:2;
  display:block;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:drop-shadow(0 18px 18px rgba(0,0,0,.28));
}
.special-offer-top{
  position:absolute!important;
  z-index:5;
  inset:13px 13px auto 13px;
  align-items:center!important;
}
.special-offer-top>div:first-child{
  min-width:0;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:11px;
  background:rgba(3,24,19,.74);
  box-shadow:0 8px 24px rgba(0,0,0,.2);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.special-offer-top>div:first-child span{color:#effff9!important;font-size:13px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.special-offer-top>div:first-child small{color:#9fc9bb!important;font-size:8px!important}
.special-countdown{
  flex:0 0 auto;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:11px;
  color:#effff9!important;
  background:rgba(3,24,19,.74);
  box-shadow:0 8px 24px rgba(0,0,0,.2);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.special-countdown b{font-size:14px!important;color:#fff!important}
.special-countdown i{color:#9fc9bb!important}
.special-countdown em{font-size:12px!important;color:#8ee8c4!important}
.special-live-chip{padding:8px 11px;border-radius:999px;background:#8ee8c4;color:#06372d;font-size:10px;font-weight:900}
.special-card-body{
  position:relative;
  z-index:3;
  height:185px;
  padding:16px 17px 16px;
  display:flex;
  flex-direction:column;
  background:linear-gradient(180deg,rgba(255,255,255,.27),rgba(255,255,255,.09));
}
.template-special-card .product-taxonomy{color:#54776c;min-height:15px}
.template-special-card h2{
  margin:4px 0 8px!important;
  color:#082f27!important;
  font-size:20px!important;
  line-height:1.1!important;
  letter-spacing:-.03em!important;
  text-transform:none!important;
}
.template-special-card .special-price-row{
  margin-top:auto!important;
  padding:8px 0 9px!important;
  border-top:1px solid rgba(8,63,51,.09)!important;
}
.template-special-card .special-price-row small{color:#6b8179!important;font-size:8px!important}
.template-special-card .special-price-row del{color:#9aa8a2!important;font-size:11px!important}
.template-special-card .special-price-row strong{color:#073d33!important;font-size:21px!important}
.template-special-card .special-price-row span{color:#9aa8a2;font-size:11px}
.template-special-card .special-actions{gap:8px!important}
.template-special-card .special-actions a{
  min-height:41px!important;
  border-radius:11px!important;
  font-size:10px!important;
}
.template-special-card .special-actions .special-order-link{
  color:#fff!important;
  border-color:#0b5b48!important;
  background:linear-gradient(135deg,#0c6b54,#084739)!important;
  box-shadow:0 9px 20px rgba(7,61,51,.18)!important;
}
.template-special-card .special-actions a:last-child{
  color:#083d32!important;
  border-color:rgba(8,63,51,.15)!important;
  background:rgba(255,255,255,.66)!important;
}
.template-special-card.is-expired{opacity:.72}

@media(max-width:1050px){
  .template-special-card{height:410px!important;min-height:410px!important}
  .special-card-visual{height:230px;padding-top:53px}
  .special-card-body{height:180px}
}
@media(max-width:820px){
  .template-special-card{height:auto!important;min-height:430px!important}
  .special-card-visual{height:255px}
  .special-card-body{height:185px}
}
@media(max-width:640px){
  .template-special-card{width:calc(100% - 24px)!important;margin:0 12px!important;border-radius:21px!important}
  .special-card-visual{height:285px;padding:58px 10px 10px}
  .special-card-body{height:auto;min-height:185px;padding:18px}
  .special-offer-top{inset:11px 11px auto 11px}
  .special-offer-top>div:first-child span{font-size:12px!important}
  .special-countdown{padding:7px 8px}
  .special-countdown b{font-size:13px!important}
}
@media(max-width:390px){
  .special-card-visual{height:250px}
  .special-offer-top{gap:6px!important}
  .special-offer-top>div:first-child{padding:7px 8px}
  .special-countdown{padding:7px 7px;gap:2px!important}
  .special-countdown b{font-size:12px!important}
}
@media(prefers-reduced-motion:reduce){
  .template-special-card::before,.template-special-card::after{animation:none!important}
}

/* Equal-height desktop panels and equal-width mobile calculator cards. */
@media(min-width:901px){
  .credit-workspace{
    display:grid!important;
    grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)!important;
    align-items:stretch!important;
  }
  .credit-form-card,
  .credit-summary-card{
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    display:flex!important;
    flex-direction:column!important;
    box-sizing:border-box!important;
  }
  .credit-form-card .credit-status{margin-top:auto!important}
  .credit-summary-card .credit-results{width:100%!important}
  .credit-summary-card .credit-whatsapp{margin-top:auto!important}
}
@media(max-width:900px){
  .credit-workspace{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:none!important;
  }
  .credit-form-card,
  .credit-summary-card,
  .credit-calculator-section.is-standalone .credit-form-card{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    box-sizing:border-box!important;
  }
  .credit-summary-card .credit-results,
  .credit-calculator-section.is-standalone .credit-results,
  .credit-summary-card .credit-results>div,
  .credit-calculator-section.is-standalone .credit-results>div{
    width:100%!important;
    max-width:none!important;
    box-sizing:border-box!important;
  }
}

/* v40: mobile month selection smoothly reveals the payment plan. */
@media(max-width:760px){
  .credit-summary-card[data-credit-summary]{
    scroll-margin-top:88px;
  }
}

/* v41 — Xüsusi təklif: qığılcım bütün çərçivə boyunca hərəkət edir; ayrıca dairə yoxdur. */
@property --special-offer-spark-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
.template-special-card::before{
  content:""!important;
  position:absolute!important;
  z-index:20!important;
  inset:0!important;
  width:auto!important;
  height:auto!important;
  padding:2px!important;
  border-radius:inherit!important;
  pointer-events:none!important;
  opacity:1!important;
  background:conic-gradient(
    from var(--special-offer-spark-angle),
    transparent 0deg 278deg,
    rgba(96,224,174,.04) 292deg,
    rgba(126,239,195,.55) 316deg,
    #ffffff 334deg,
    rgba(126,239,195,.95) 344deg,
    rgba(96,224,174,.18) 356deg,
    transparent 360deg
  )!important;
  box-shadow:inset 0 0 7px rgba(126,239,195,.10)!important;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)!important;
  -webkit-mask-composite:xor!important;
  mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)!important;
  mask-composite:exclude!important;
  animation:specialOfferPerimeterSpark 4.6s linear infinite!important;
}
.template-special-card::after{
  content:none!important;
  display:none!important;
  animation:none!important;
}
@keyframes specialOfferPerimeterSpark{
  to{--special-offer-spark-angle:360deg}
}
@media(prefers-reduced-motion:reduce){
  .template-special-card::before{
    animation:none!important;
    --special-offer-spark-angle:334deg;
  }
}

/* v42 — product and special-offer photos always show the complete source image. */
.catalog-grid .product-visual{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  aspect-ratio:1/1!important;
  height:auto!important;
  min-height:0!important;
  flex:0 0 auto!important;
  padding:16px!important;
}
.catalog-grid .product-visual img{
  position:relative!important;
  inset:auto!important;
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:88%!important;
  max-height:88%!important;
  margin:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  flex:0 1 auto!important;
}

.template-special-card{
  height:auto!important;
  min-height:0!important;
}
.special-card-visual{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:clamp(310px,31vw,410px)!important;
  min-height:310px!important;
  padding:52px 16px 16px!important;
}
.special-card-visual img{
  position:relative!important;
  inset:auto!important;
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:90%!important;
  max-height:90%!important;
  margin:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  flex:0 1 auto!important;
}
.special-card-body{
  height:auto!important;
  min-height:185px!important;
}

@media(max-width:1080px){
  .catalog-grid .product-visual{
    height:auto!important;
    flex-basis:auto!important;
  }
  .special-card-visual{
    height:clamp(300px,38vw,380px)!important;
    min-height:300px!important;
  }
}
@media(max-width:640px){
  .catalog-grid .product-visual{
    height:auto!important;
    min-height:0!important;
    flex-basis:auto!important;
    padding:14px!important;
  }
  .catalog-grid .product-visual img{
    max-width:90%!important;
    max-height:90%!important;
  }
  .special-card-visual{
    height:min(88vw,390px)!important;
    min-height:285px!important;
    padding:54px 12px 12px!important;
  }
  .special-card-visual img{
    max-width:91%!important;
    max-height:91%!important;
  }
}
@media(max-width:390px){
  .catalog-grid .product-visual{
    height:auto!important;
    flex-basis:auto!important;
  }
  .special-card-visual{
    height:min(88vw,340px)!important;
    min-height:270px!important;
  }
}

/* v43 — desktop hero symmetry: video and special-offer card share one height. */
@media(min-width:821px){
  .template-hero-grid.has-special-offer{
    align-items:stretch!important;
  }
  .template-hero-grid.has-special-offer .template-video-frame,
  .template-hero-grid.has-special-offer .template-special-card{
    height:440px!important;
    min-height:440px!important;
  }
  .template-hero-grid.has-special-offer .special-card-visual{
    height:255px!important;
    min-height:255px!important;
    padding:52px 16px 12px!important;
  }
  .template-hero-grid.has-special-offer .special-card-body{
    height:185px!important;
    min-height:185px!important;
  }
}
@media(min-width:821px) and (max-width:1050px){
  .template-hero-grid.has-special-offer .template-video-frame,
  .template-hero-grid.has-special-offer .template-special-card{
    height:410px!important;
    min-height:410px!important;
  }
  .template-hero-grid.has-special-offer .special-card-visual{
    height:230px!important;
    min-height:230px!important;
    padding-top:53px!important;
  }
  .template-hero-grid.has-special-offer .special-card-body{
    height:180px!important;
    min-height:180px!important;
  }
}

/* v44 — catalogue and special-offer photos fill the complete media area. */
.catalog-grid .product-visual{
  display:block!important;
  position:relative!important;
  width:100%!important;
  aspect-ratio:auto!important;
  height:290px!important;
  min-height:290px!important;
  flex:0 0 290px!important;
  padding:0!important;
  overflow:hidden!important;
  background:#020504!important;
}
.catalog-grid .product-visual img{
  position:absolute!important;
  z-index:2!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  filter:none!important;
}
.catalog-grid .product-card:hover .product-visual img{
  transform:none!important;
}

.special-card-visual{
  display:block!important;
  position:relative!important;
  padding:0!important;
  overflow:hidden!important;
  background:#020504!important;
}
.special-card-visual img{
  position:absolute!important;
  z-index:1!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  filter:none!important;
}
.special-offer-top{
  z-index:12!important;
}

@media(max-width:1080px){
  .catalog-grid .product-visual{
    height:300px!important;
    min-height:300px!important;
    flex-basis:300px!important;
  }
}
@media(max-width:640px){
  .catalog-grid .product-visual{
    height:320px!important;
    min-height:320px!important;
    flex-basis:320px!important;
    padding:0!important;
  }
  .special-card-visual{
    padding:0!important;
  }
}
@media(max-width:390px){
  .catalog-grid .product-visual{
    height:285px!important;
    min-height:285px!important;
    flex-basis:285px!important;
  }
}

/* v45 — product detail main image fills the complete gallery stage. */
.product-page-dark .product-media-stage{
  padding:0!important;
  overflow:hidden!important;
  background:#020504!important;
}
.product-page-dark .gallery-stage-item{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  background:#020504!important;
}
.product-page-dark .gallery-stage-item img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  filter:none!important;
}

/* v46 — separate About/Contact pages and two-click ordering. */
.btn-mint{background:#76e6b6!important;color:#063b31!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 14px 34px rgba(71,211,157,.18)}
.btn-mint:hover{background:#8af1c6!important}
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.inner-hero{padding:150px 0 88px;background:radial-gradient(circle at 75% 18%,rgba(75,226,169,.15),transparent 32%),linear-gradient(145deg,#021711,#063e34 72%,#052c26);color:#fff;overflow:hidden;position:relative}
.inner-hero:after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(126,239,195,.1);border-radius:50%;right:-220px;bottom:-330px;box-shadow:0 0 0 75px rgba(126,239,195,.035),0 0 0 150px rgba(126,239,195,.02)}
.inner-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.92fr) minmax(380px,.78fr);gap:70px;align-items:center}
.inner-hero-copy h1,.contact-page-head h1{font-size:clamp(46px,6vw,78px);line-height:.98;letter-spacing:-.06em;margin:20px 0 24px;max-width:850px}
.inner-hero-copy>p,.contact-page-head>div>p{color:#bdd8d0;font-size:17px;max-width:680px}
.inner-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.about-hero-media{height:430px;border-radius:32px;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.16);box-shadow:0 35px 90px rgba(0,20,16,.42)}
.about-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,20,16,.78))}
.about-hero-media img{width:100%;height:100%;object-fit:cover;display:block}
.about-hero-media span{position:absolute;z-index:2;left:24px;bottom:22px;padding:10px 14px;border-radius:99px;background:rgba(3,43,35,.76);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px);font-weight:800;font-size:12px}
.about-page{background:#f2f5f2}
.about-story-grid{display:grid;grid-template-columns:minmax(280px,.65fr) minmax(0,1.35fr);gap:90px;align-items:start}
.about-story h2{font-size:clamp(38px,5vw,62px);line-height:1.02;letter-spacing:-.05em;margin:15px 0}
.about-rich-text{font-size:18px;line-height:1.9;color:#4d665f;white-space:normal}
.about-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.about-value-grid article{padding:30px;border:1px solid rgba(205,225,216,.7);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(235,245,240,.74));box-shadow:0 24px 60px rgba(4,50,41,.08)}
.about-value-grid article>span{display:grid;width:48px;height:48px;place-items:center;border-radius:15px;background:#075747;color:#83edc2;font-weight:950}
.about-value-grid h3{font-size:23px;margin:28px 0 12px;letter-spacing:-.03em}
.about-value-grid p{color:#60766f;margin:0}
.about-numbers{padding-top:10px}
.about-number-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-radius:28px;overflow:hidden;background:#052f28;color:#fff;border:1px solid rgba(255,255,255,.08)}
.about-number-grid>div{padding:30px;border-right:1px solid rgba(255,255,255,.1)}
.about-number-grid>div:last-child{border:0}
.about-number-grid strong{display:block;font-size:36px;color:#7ce8bb;letter-spacing:-.05em}
.about-number-grid span{display:block;color:#a9c8c0;font-size:13px;margin-top:5px}
.about-cta{border-radius:30px;padding:44px 48px;background:linear-gradient(130deg,#063f35,#072b26)!important;color:#fff;display:flex;justify-content:space-between;gap:40px;align-items:center;border:1px solid rgba(255,255,255,.12)!important}
.about-cta h2{font-size:clamp(32px,4vw,50px);line-height:1.05;letter-spacing:-.045em;margin:12px 0}
.about-cta p{color:#b7d1c9;max-width:680px}
.about-cta>div:last-child{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}

.contact-page{background:#f1f5f2}
.contact-page-head{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:60px}
.contact-page-head>div:first-child{max-width:850px}
.contact-hero-mark{width:180px;height:180px;border-radius:46px;background:linear-gradient(145deg,#7ce8bb,#28a47d);display:grid;place-items:center;transform:rotate(6deg);box-shadow:0 28px 70px rgba(0,0,0,.25)}
.contact-hero-mark span{font-size:92px;line-height:1;font-weight:950;color:#05372e;transform:rotate(-6deg)}
.contact-page-main{padding-top:72px}
.contact-page-grid{display:grid;grid-template-columns:minmax(310px,.7fr) minmax(0,1.3fr);gap:28px;align-items:stretch}
.contact-info-column{display:grid;gap:13px;align-content:start}
.contact-info-card{display:flex!important;gap:16px;align-items:center;padding:20px!important;border-radius:20px!important;background:rgba(255,255,255,.8)!important;border:1px solid rgba(198,219,210,.72)!important}
.contact-info-icon{flex:0 0 48px;width:48px;height:48px;border-radius:15px;background:#e0f6ed;display:grid;place-items:center;color:#087058}
.contact-info-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact-info-card>div{min-width:0;display:grid;gap:3px}
.contact-info-card small{font-size:11px;color:#70857e;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.contact-info-card a,.contact-info-card span{font-weight:850;font-size:16px;overflow-wrap:anywhere}
.contact-whatsapp-card{display:grid;grid-template-columns:52px 1fr auto;gap:14px;align-items:center;padding:18px 20px;border-radius:20px;background:#25d366;color:#063b2e;box-shadow:0 18px 44px rgba(37,211,102,.2)}
.contact-wa-logo{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#fff}
.contact-wa-logo svg{width:28px;height:28px;fill:#25d366}
.contact-whatsapp-card>span:nth-child(2){display:grid}
.contact-whatsapp-card small{font-size:11px;opacity:.72;font-weight:800}
.contact-whatsapp-card b{font-size:17px}
.contact-whatsapp-card i{font-style:normal;font-size:22px}
.contact-page-form{position:relative;padding:34px!important;border-radius:28px!important;background:linear-gradient(145deg,rgba(5,55,46,.96),rgba(3,35,30,.98))!important;color:#fff;border:1px solid rgba(126,232,187,.18)!important;box-shadow:0 32px 75px rgba(2,38,31,.2)}
.contact-form-head h2{font-size:clamp(30px,4vw,46px);letter-spacing:-.045em;margin:9px 0 8px}
.contact-form-head p{color:#a9c7be;margin:0 0 26px}
.contact-page-form label{display:grid;gap:8px;font-size:12px;color:#d8e9e4;font-weight:800}
.contact-page-form>.form-row,.contact-page-form>label{margin-bottom:14px}
.contact-page-form input,.contact-page-form select,.contact-page-form textarea{display:block;width:100%;min-width:0;padding:14px 15px;border-radius:13px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);color:#fff;outline:none;font-size:16px;transition:.2s}
.contact-page-form select option{color:#10211d;background:#fff}
.contact-page-form input:focus,.contact-page-form select:focus,.contact-page-form textarea:focus{border-color:#75e9b8;background:rgba(255,255,255,.1);box-shadow:0 0 0 4px rgba(117,233,184,.09)}
.contact-submit{width:100%;justify-content:space-between;margin-top:5px}
.contact-map-section{padding:0 0 105px}
.contact-map-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:24px}
.contact-map-head h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.045em;margin:8px 0 0}
.contact-map-head>a{border:1px solid #c9dbd3;padding:10px 14px;border-radius:99px;color:#155e4e;font-weight:800;font-size:12px}
.contact-map-frame{height:520px;border-radius:28px;overflow:hidden;border:1px solid #cdded7;box-shadow:0 26px 70px rgba(4,50,41,.12);background:#dfe9e5}
.contact-map-frame iframe{width:100%;height:100%;display:block}
.home-contact-cta{background:#eef4f0}
.home-contact-card{display:flex!important;align-items:center;justify-content:space-between;gap:45px;padding:44px 48px!important;border-radius:30px!important;background:linear-gradient(140deg,#063e34,#032720)!important;color:#fff;border:1px solid rgba(255,255,255,.1)!important}
.home-contact-card h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.05em;line-height:1.03;margin:10px 0}
.home-contact-card p{color:#a9c8c0;max-width:650px;margin-bottom:0}
.home-contact-card>div:last-child{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}

.quick-buy-trigger,.special-quick-buy{appearance:none;border:0;width:100%;min-height:48px;border-radius:14px;background:linear-gradient(135deg,#78e9bb,#4fd39d);color:#053c31;font-weight:950;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .2s,box-shadow .2s;box-shadow:0 13px 30px rgba(66,210,153,.14)}
.quick-buy-trigger:hover,.special-quick-buy:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(66,210,153,.22)}
.catalog-grid .quick-buy-trigger{margin-top:14px}
.special-quick-buy{margin:0 0 9px}
.special-card-body{display:flex!important;flex-direction:column!important}
.special-card-body .special-price-row{margin-top:auto}
.product-body{display:flex!important;flex-direction:column!important}
.product-body .catalog-price{margin-top:auto}
.detail-action-card.is-quick-buy{font:inherit;text-align:left;border:1px solid rgba(120,233,187,.32)!important;background:linear-gradient(135deg,rgba(120,233,187,.16),rgba(120,233,187,.07))!important;color:inherit;width:100%}
.detail-action-card.is-quick-buy .detail-action-icon{background:#72e4b4!important;color:#063b31!important}

html.has-modal-open,html.has-modal-open body{overflow:hidden}
.quick-buy-shell{position:fixed;z-index:130;inset:0;visibility:hidden;pointer-events:none}
.quick-buy-shell.is-open{visibility:visible;pointer-events:auto}
.quick-buy-backdrop{position:absolute;inset:0;background:rgba(0,20,16,.76);backdrop-filter:blur(8px);opacity:0;transition:.25s}
.quick-buy-shell.is-open .quick-buy-backdrop{opacity:1}
.quick-buy-modal{position:absolute;left:50%;top:50%;width:min(480px,calc(100% - 28px));transform:translate(-50%,-46%) scale(.97);opacity:0;transition:.25s;background:linear-gradient(155deg,#f8fbf9,#e8f1ed);color:#073b31;border-radius:28px;padding:26px;border:1px solid rgba(255,255,255,.86);box-shadow:0 40px 120px rgba(0,16,13,.5)}
.quick-buy-shell.is-open .quick-buy-modal{transform:translate(-50%,-50%) scale(1);opacity:1}
.quick-buy-close{position:absolute;right:16px;top:16px;border:0;width:36px;height:36px;border-radius:12px;background:#e1ebe6;color:#31564d;font-size:24px;line-height:1}
.quick-buy-product{display:grid;grid-template-columns:108px 1fr;gap:18px;align-items:center;padding-right:36px}
.quick-buy-image{width:108px;height:108px;border-radius:20px;overflow:hidden;background:#020504}
.quick-buy-image img{width:100%;height:100%;object-fit:cover;display:block}
.quick-buy-product>div:last-child{min-width:0}
.quick-buy-product span{font-size:10px;font-weight:950;letter-spacing:.13em;color:#0a8063}
.quick-buy-product h2{font-size:25px;letter-spacing:-.04em;line-height:1.05;margin:5px 0 8px;overflow-wrap:anywhere}
.quick-buy-product strong{font-size:22px;color:#0a6652}
.quick-buy-modal>p{color:#5c716b;font-size:14px;margin:22px 0}
.quick-buy-modal form label{display:grid;gap:8px;font-size:12px;font-weight:850;color:#466058}
.quick-phone-field{display:flex;align-items:stretch;border:1px solid #c9d9d2;background:#fff;border-radius:14px;overflow:hidden;min-height:54px}
.quick-phone-field>span{display:flex;align-items:center;padding:0 14px;background:#e9f2ee;border-right:1px solid #d3e0da;font-weight:900;color:#315a50}
.quick-phone-field input{border:0;outline:none;min-width:0;width:100%;font-size:17px;padding:0 14px;background:#fff;color:#092d26}
.quick-buy-modal form>button{margin-top:14px;width:100%;min-height:52px;border:0;border-radius:14px;padding:0 18px;background:#075d4b;color:#fff;font-weight:950;display:flex;align-items:center;justify-content:space-between}
.quick-buy-modal .form-status{margin-top:10px;color:#3c665b}
.quick-buy-modal .form-status.ok{color:#087458}.quick-buy-modal .form-status.error{color:#a22f2f}

@media(max-width:980px){
  .inner-hero-grid,.about-story-grid,.contact-page-grid{grid-template-columns:1fr}
  .about-hero-media{height:390px}
  .about-value-grid{grid-template-columns:1fr 1fr}
  .about-number-grid{grid-template-columns:1fr 1fr}
  .about-number-grid>div:nth-child(2){border-right:0}
  .about-number-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}
  .contact-page-head{align-items:flex-start}
  .contact-hero-mark{width:130px;height:130px;border-radius:34px}
  .contact-hero-mark span{font-size:68px}
}
@media(max-width:700px){
  .inner-hero{padding:112px 0 58px}
  .inner-hero-copy h1,.contact-page-head h1{font-size:43px}
  .inner-hero-grid{gap:34px}
  .about-hero-media{height:300px;border-radius:22px}
  .about-story-grid{gap:24px}.about-rich-text{font-size:16px;line-height:1.75}
  .about-value-grid{grid-template-columns:1fr}
  .about-number-grid{grid-template-columns:1fr}
  .about-number-grid>div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.1)!important;padding:22px}
  .about-number-grid>div:last-child{border-bottom:0!important}
  .about-cta,.home-contact-card{padding:28px 22px!important;display:grid!important;gap:22px}
  .about-cta>div:last-child,.home-contact-card>div:last-child{justify-content:stretch;display:grid}
  .about-cta .btn,.home-contact-card .btn{width:100%}
  .contact-page-head{display:block}.contact-hero-mark{display:none}
  .contact-page-main{padding-top:48px}
  .contact-page-form{padding:24px 18px!important;border-radius:22px!important}
  .contact-map-head{align-items:start;flex-direction:column}
  .contact-map-frame{height:410px;border-radius:20px}
  .quick-buy-modal{padding:20px;border-radius:22px}
  .quick-buy-product{grid-template-columns:84px 1fr;gap:13px;padding-right:28px}
  .quick-buy-image{width:84px;height:84px;border-radius:16px}
  .quick-buy-product h2{font-size:21px}.quick-buy-product strong{font-size:19px}
}
.special-actions button{font:inherit;border:0;cursor:pointer}.special-actions .special-order-link{display:flex;align-items:center;justify-content:center}

/* v47 — reference-matched About and Contact pages. */
.template-page-label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#25b982;
  font-size:12px;
  line-height:1;
  font-weight:950;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.template-page-label:before{
  content:"";
  width:28px;
  height:2px;
  border-radius:99px;
  background:currentColor;
}

/* About */
.template-about-page{
  overflow:hidden;
  background:#fff;
}
.template-about-section{
  position:relative;
  min-height:900px;
  padding:154px 0 112px;
  background:
    radial-gradient(circle at 9% 13%,rgba(126,240,183,.18),transparent 24%),
    radial-gradient(circle at 92% 33%,rgba(255,197,55,.16),transparent 23%),
    linear-gradient(180deg,#fbfdfc 0%,#f5faf7 64%,#fff 100%);
}
.template-about-section:before{
  content:"";
  position:absolute;
  inset:78px 0 auto;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(7,91,70,.1),transparent);
}
.template-about-orbit{
  position:absolute;
  border:1px solid rgba(10,104,78,.08);
  border-radius:50%;
  pointer-events:none;
}
.template-about-orbit-one{
  width:470px;
  height:470px;
  left:-250px;
  top:250px;
  box-shadow:0 0 0 72px rgba(6,116,84,.025),0 0 0 145px rgba(6,116,84,.016);
}
.template-about-orbit-two{
  width:360px;
  height:360px;
  right:-205px;
  bottom:145px;
  box-shadow:0 0 0 68px rgba(255,190,30,.03),0 0 0 136px rgba(255,190,30,.018);
}
.template-about-layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(180px,.56fr) minmax(560px,1.45fr) minmax(180px,.58fr);
  gap:26px;
  align-items:start;
}
.template-about-person{
  position:sticky;
  top:126px;
  margin:0;
  align-self:start;
  display:flex;
  justify-content:center;
  pointer-events:none;
}
.template-about-person img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 28px 24px rgba(7,77,59,.08));
}
.template-about-person-left{
  padding-top:190px;
}
.template-about-person-left img{
  max-width:276px;
}
.template-about-person-right{
  padding-top:40px;
}
.template-about-person-right img{
  max-width:300px;
}
.template-about-copy{
  min-width:0;
  text-align:left;
}
.template-about-copy>h1{
  max-width:820px;
  margin:24px 0 26px;
  color:#082f28;
  font-size:clamp(42px,5.2vw,72px);
  line-height:.98;
  letter-spacing:-.062em;
  font-weight:950;
}
.template-about-lead{
  margin:0;
  color:#526b64;
  font-size:18px;
  line-height:1.85;
}
.template-about-services{
  display:grid;
  gap:10px;
  margin:30px 0 44px;
  padding:22px 24px;
  border:1px solid #dce9e3;
  border-radius:22px;
  background:rgba(255,255,255,.84);
  box-shadow:0 18px 60px rgba(8,64,51,.07);
}
.template-about-services div{
  display:flex;
  align-items:flex-start;
  gap:11px;
  color:#173f36;
  font-size:15px;
}
.template-about-services span{
  flex:0 0 24px;
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e4f8ef;
  color:#09845f;
  font-size:12px;
  font-weight:950;
}
.template-about-text-block{
  padding-top:3px;
}
.template-about-text-block h2,
.template-about-finale h2{
  color:#082f28;
  font-size:clamp(30px,3.8vw,48px);
  line-height:1.05;
  letter-spacing:-.045em;
  margin:0 0 18px;
}
.template-about-rich-text{
  color:#526b64;
  font-size:16px;
  line-height:1.88;
}
.template-about-two-column{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin:38px 0 18px;
}
.template-about-two-column section{
  padding:27px;
  border:1px solid #dce8e2;
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 50px rgba(8,62,50,.06);
}
.template-about-two-column section:first-child{
  background:linear-gradient(145deg,#fff,#effaf5);
}
.template-about-two-column section:last-child{
  background:linear-gradient(145deg,#fff,#fff9e9);
}
.template-about-two-column h3,
.template-about-service-note h3{
  margin:0 0 12px;
  color:#0a3b31;
  font-size:21px;
  line-height:1.25;
  letter-spacing:-.025em;
}
.template-about-two-column p,
.template-about-service-note p{
  margin:0;
  color:#60766f;
  font-size:14px;
  line-height:1.78;
}
.template-about-service-note{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:18px;
  align-items:start;
  padding:25px 27px;
  border:1px solid rgba(24,139,102,.18);
  border-radius:22px;
  background:#073f35;
  box-shadow:0 22px 56px rgba(3,52,42,.16);
}
.template-about-service-note h3{
  color:#fff;
}
.template-about-service-note p{
  color:#bed6cf;
}
.template-about-note-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:17px;
  background:#79edbc;
  color:#073f35;
}
.template-about-note-icon svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.template-about-finale{
  margin-top:40px;
  padding-top:34px;
  border-top:1px solid #dce8e2;
}
.template-about-finale h2{
  max-width:680px;
  margin-bottom:22px;
}
.template-about-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.template-primary-button,
.template-outline-button{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:0 21px;
  border-radius:13px;
  font-size:14px;
  font-weight:900;
  transition:transform .2s,box-shadow .2s,background .2s;
}
.template-primary-button{
  background:#083f35;
  color:#fff;
  box-shadow:0 16px 34px rgba(6,62,50,.16);
}
.template-primary-button:hover,
.template-outline-button:hover{
  transform:translateY(-2px);
}
.template-outline-button{
  border:1px solid #c8dcd3;
  background:#fff;
  color:#0a4c3e;
}

/* Contact */
.template-contact-page{
  background:#f6f8f7;
}
.template-contact-main{
  padding:148px 0 100px;
  background:
    radial-gradient(circle at 88% 8%,rgba(104,232,181,.12),transparent 24%),
    linear-gradient(180deg,#fff 0%,#f6f9f7 100%);
}
.template-contact-heading{
  max-width:720px;
  margin-bottom:38px;
}
.template-contact-heading h1{
  margin:18px 0 13px;
  color:#082f28;
  font-size:clamp(54px,7.5vw,92px);
  line-height:.9;
  letter-spacing:-.072em;
}
.template-contact-heading p{
  max-width:630px;
  margin:0;
  color:#63756f;
  font-size:16px;
}
.template-contact-map{
  position:relative;
  display:block;
  width:100%;
  overflow:hidden;
  border-radius:27px;
  border:1px solid #24384d;
  background:#16283c;
  box-shadow:0 32px 75px rgba(17,38,57,.18);
}
.template-contact-map:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  border:1px solid rgba(255,255,255,.07);
  pointer-events:none;
}
.template-contact-map img{
  display:block;
  width:100%;
  height:auto;
  min-height:430px;
  object-fit:cover;
  transition:transform .45s,filter .45s;
}
.template-contact-map:hover img{
  transform:scale(1.012);
  filter:brightness(1.08);
}
.template-map-pin{
  position:absolute;
  left:49.4%;
  top:43%;
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:#78f0d0;
  color:#10283a;
  box-shadow:0 15px 35px rgba(73,238,194,.26);
}
.template-map-pin svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.template-map-action{
  position:absolute;
  right:22px;
  bottom:22px;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:44px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:99px;
  background:rgba(12,31,47,.72);
  backdrop-filter:blur(12px);
  color:#fff;
  font-size:12px;
  font-weight:900;
}
.template-contact-info-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:24px;
  overflow:hidden;
  border:1px solid #d9e4df;
  border-radius:22px;
  background:#fff;
  box-shadow:0 19px 55px rgba(9,59,48,.07);
}
.template-contact-info-item{
  min-width:0;
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:15px;
  align-items:start;
  padding:25px 22px;
  border-right:1px solid #e1e9e5;
}
.template-contact-info-item:last-child{
  border-right:0;
}
.template-contact-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:#0e2a40;
  color:#82edd0;
}
.template-contact-icon svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.template-contact-info-item h2{
  margin:2px 0 11px;
  color:#0c342c;
  font-size:17px;
  letter-spacing:-.02em;
}
.template-contact-info-item>div{
  min-width:0;
  display:grid;
  align-content:start;
  gap:5px;
}
.template-contact-info-item a,
.template-contact-info-item span{
  min-width:0;
  color:#60736d;
  font-size:13px;
  line-height:1.55;
  overflow-wrap:anywhere;
}
.template-contact-info-item a{
  color:#0a5645;
  font-weight:800;
}
.template-social-links{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.template-social-links a{
  display:inline-flex;
  align-items:center;
  min-height:29px;
  padding:0 9px;
  border-radius:99px;
  background:#edf6f2;
  color:#0b604d;
  font-size:11px;
}
.template-contact-form-section{
  padding:0 0 110px;
  background:#f6f8f7;
}
.template-contact-form-layout{
  display:grid;
  grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);
  gap:64px;
  align-items:center;
  padding:52px;
  border-radius:30px;
  background:
    radial-gradient(circle at 12% 6%,rgba(121,237,188,.14),transparent 30%),
    linear-gradient(145deg,#11283a,#0c1d2c 78%);
  color:#fff;
  box-shadow:0 34px 85px rgba(10,31,45,.2);
}
.template-contact-form-copy h2{
  max-width:500px;
  margin:16px 0 14px;
  font-size:clamp(35px,4.3vw,56px);
  line-height:1.02;
  letter-spacing:-.052em;
}
.template-contact-form-copy>p{
  max-width:480px;
  margin:0;
  color:#aebfca;
  font-size:15px;
  line-height:1.8;
}
.template-whatsapp-button{
  width:max-content;
  max-width:100%;
  min-height:49px;
  display:flex;
  align-items:center;
  gap:11px;
  margin-top:25px;
  padding:0 15px;
  border-radius:13px;
  background:#25d366;
  color:#063a2d;
  font-size:13px;
  font-weight:950;
}
.template-whatsapp-button>span{
  width:29px;
  height:29px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
}
.template-whatsapp-button svg{
  width:18px;
  height:18px;
  fill:#25d366;
}
.template-whatsapp-button b{
  margin-left:auto;
}
.template-contact-form{
  position:relative;
  padding:28px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  background:rgba(255,255,255,.07);
  backdrop-filter:blur(12px);
}
.template-contact-form .form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.template-contact-form label{
  display:grid;
  gap:7px;
  margin-bottom:13px;
  color:#d8e4ea;
  font-size:12px;
  font-weight:850;
}
.template-contact-form input,
.template-contact-form select,
.template-contact-form textarea{
  width:100%;
  min-width:0;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  outline:0;
  background:rgba(255,255,255,.075);
  color:#fff;
  padding:13px 14px;
  transition:border-color .2s,background .2s,box-shadow .2s;
}
.template-contact-form textarea{
  resize:vertical;
  min-height:136px;
}
.template-contact-form input::placeholder,
.template-contact-form textarea::placeholder{
  color:#8fa2ad;
}
.template-contact-form select option{
  background:#fff;
  color:#12252f;
}
.template-contact-form input:focus,
.template-contact-form select:focus,
.template-contact-form textarea:focus{
  border-color:#75e9c4;
  background:rgba(255,255,255,.11);
  box-shadow:0 0 0 4px rgba(117,233,196,.08);
}
.template-form-submit{
  width:100%;
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:0;
  border-radius:13px;
  padding:0 18px;
  background:#7aebc1;
  color:#0b3240;
  font-weight:950;
}
.template-contact-form .form-status{
  margin-top:10px;
  min-height:20px;
}
.template-contact-form .form-status.ok{
  color:#8df0c9;
}
.template-contact-form .form-status.error{
  color:#ffb7b7;
}

@media(max-width:1120px){
  .template-about-layout{
    grid-template-columns:minmax(145px,.42fr) minmax(500px,1.3fr) minmax(145px,.44fr);
    gap:18px;
  }
  .template-about-person-left{padding-top:240px}
  .template-contact-info-grid{grid-template-columns:1fr 1fr}
  .template-contact-info-item:nth-child(2){border-right:0}
  .template-contact-info-item:nth-child(-n+2){border-bottom:1px solid #e1e9e5}
}
@media(max-width:900px){
  .template-about-section{padding-bottom:90px}
  .template-about-layout{display:block}
  .template-about-copy{max-width:760px;margin-inline:auto}
  .template-about-person{position:absolute;top:auto;opacity:.17;z-index:-1}
  .template-about-person-left{left:-45px;bottom:90px;padding:0;width:220px}
  .template-about-person-right{right:-50px;top:130px;padding:0;width:220px}
  .template-about-copy>h1{max-width:700px}
  .template-contact-form-layout{grid-template-columns:1fr;gap:34px;padding:38px}
  .template-contact-form-copy>p{max-width:650px}
}
@media(max-width:700px){
  .template-about-section{padding:116px 0 72px}
  .template-about-orbit,.template-about-person{display:none}
  .template-about-copy>h1{font-size:44px;margin-top:19px}
  .template-about-lead{font-size:16px;line-height:1.76}
  .template-about-services{padding:18px;margin:24px 0 34px}
  .template-about-two-column{grid-template-columns:1fr}
  .template-about-service-note{grid-template-columns:44px 1fr;padding:21px}
  .template-about-note-icon{width:44px;height:44px;border-radius:14px}
  .template-about-note-icon svg{width:23px;height:23px}
  .template-about-actions{display:grid}
  .template-primary-button,.template-outline-button{width:100%}
  .template-contact-main{padding:116px 0 70px}
  .template-contact-heading{margin-bottom:27px}
  .template-contact-heading h1{font-size:64px}
  .template-contact-map{border-radius:20px}
  .template-contact-map img{min-height:340px;object-position:center}
  .template-map-pin{width:44px;height:44px}
  .template-map-action{right:13px;bottom:13px}
  .template-contact-info-grid{grid-template-columns:1fr;border-radius:19px}
  .template-contact-info-item,
  .template-contact-info-item:nth-child(2){border-right:0;border-bottom:1px solid #e1e9e5}
  .template-contact-info-item:last-child{border-bottom:0}
  .template-contact-form-section{padding-bottom:75px}
  .template-contact-form-layout{padding:26px 18px;border-radius:23px}
  .template-contact-form{padding:20px 15px;border-radius:19px}
  .template-contact-form .form-row{grid-template-columns:1fr;gap:0}
  .template-whatsapp-button{width:100%;justify-content:flex-start}
}
@media(max-width:430px){
  .template-about-copy>h1{font-size:38px}
  .template-about-two-column section{padding:22px}
  .template-contact-heading h1{font-size:55px}
  .template-contact-map img{min-height:300px}
  .template-map-pin{left:49%;top:44%}
  .template-contact-info-item{padding:21px 18px}
}


/* v48 — reference-style contact page + sitewide faceted diamond background */
html{background:#020805}
body{
  background-color:#020805;
  background-image:
    linear-gradient(135deg,rgba(127,232,192,.035) 25%,transparent 25%),
    linear-gradient(225deg,rgba(127,232,192,.035) 25%,transparent 25%),
    linear-gradient(45deg,rgba(127,232,192,.022) 25%,transparent 25%),
    linear-gradient(315deg,rgba(127,232,192,.022) 25%,transparent 25%),
    linear-gradient(135deg,#020805 0%,#041410 32%,#08251d 58%,#03110d 78%,#020805 100%)!important;
  background-position:0 0,0 0,54px 54px,54px 54px,0 0;
  background-size:108px 108px,108px 108px,108px 108px,108px 108px,auto;
  background-attachment:fixed;
}

.template-contact-page{
  position:relative;
  overflow:hidden;
  background:#082d27;
  color:#fff;
}
.template-contact-main{
  position:relative;
  isolation:isolate;
  padding:146px 0 86px;
  background:
    linear-gradient(132deg,rgba(117,235,190,.055) 0 18%,transparent 18% 82%,rgba(117,235,190,.035) 82%),
    linear-gradient(180deg,#0b3a32 0%,#082f29 55%,#072923 100%);
}
.template-contact-main::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  opacity:.5;
  background-image:
    linear-gradient(30deg,rgba(143,235,201,.055) 12%,transparent 12.5%,transparent 87%,rgba(143,235,201,.055) 87.5%),
    linear-gradient(150deg,rgba(143,235,201,.04) 12%,transparent 12.5%,transparent 87%,rgba(143,235,201,.04) 87.5%);
  background-size:92px 160px;
  background-position:0 0,46px 80px;
  pointer-events:none;
}
.template-contact-main::after{
  content:"";
  position:absolute;
  inset:78px 0 auto;
  height:1px;
  z-index:-1;
  background:linear-gradient(90deg,transparent,rgba(148,237,204,.16),transparent);
}
.template-contact-shape{
  position:absolute;
  z-index:-1;
  width:340px;
  height:340px;
  border:1px solid rgba(130,237,199,.12);
  transform:rotate(45deg);
  pointer-events:none;
}
.template-contact-shape::before,
.template-contact-shape::after{
  content:"";
  position:absolute;
  inset:58px;
  border:1px solid rgba(130,237,199,.08);
}
.template-contact-shape::after{inset:116px}
.template-contact-shape-one{left:-230px;top:250px}
.template-contact-shape-two{right:-220px;bottom:180px}

.template-contact-heading{max-width:760px;margin-bottom:36px}
.template-contact-heading .template-page-label{color:#8ee8c4}
.template-contact-heading h1{
  margin:17px 0 15px;
  color:#fff;
  font-size:clamp(58px,7.6vw,94px);
  line-height:.9;
  letter-spacing:-.072em;
}
.template-contact-heading p{max-width:620px;color:rgba(226,244,237,.72);font-size:16px;line-height:1.75}

.template-contact-map{
  position:relative;
  display:block;
  width:100%;
  height:600px;
  overflow:hidden;
  border:1px solid rgba(144,235,201,.18);
  border-radius:25px;
  background:#10283a;
  box-shadow:0 34px 82px rgba(0,12,9,.38);
}
.template-contact-map::after{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(255,255,255,.06);
  border-radius:inherit;
  pointer-events:none;
}
.template-contact-map iframe{display:block;width:100%;height:600px;border:0;filter:saturate(.88) contrast(1.02)}
.template-map-action{
  position:absolute;
  right:22px;
  bottom:22px;
  z-index:3;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:45px;
  padding:0 17px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(5,38,32,.82);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  color:#fff;
  font-size:12px;
  font-weight:900;
  box-shadow:0 12px 28px rgba(0,0,0,.22);
}

.template-contact-info-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:25px;
  overflow:hidden;
  border:1px solid rgba(151,233,204,.16);
  border-radius:21px;
  background:rgba(4,35,29,.58);
  backdrop-filter:blur(15px);
  -webkit-backdrop-filter:blur(15px);
  box-shadow:0 22px 58px rgba(0,16,12,.25);
}
.template-contact-info-item{
  min-width:0;
  display:grid;
  grid-template-columns:49px minmax(0,1fr);
  gap:15px;
  align-items:start;
  padding:26px 22px;
  border-right:1px solid rgba(151,233,204,.13);
}
.template-contact-info-item:last-child{border-right:0}
.template-contact-icon{
  width:49px;
  height:49px;
  display:grid;
  place-items:center;
  border:1px solid rgba(142,232,196,.2);
  border-radius:15px;
  background:#0e5143;
  color:#92edca;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.template-contact-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.template-contact-info-item h2{margin:2px 0 10px;color:#fff;font-size:17px;letter-spacing:-.02em}
.template-contact-info-item>div{min-width:0;display:grid;align-content:start;gap:5px}
.template-contact-info-item a,.template-contact-info-item span{min-width:0;color:rgba(219,239,231,.68);font-size:13px;line-height:1.55;overflow-wrap:anywhere}
.template-contact-info-item a{color:#92edca;font-weight:850}
.template-social-links{display:flex;flex-wrap:wrap;gap:6px}
.template-social-links a{display:inline-flex;align-items:center;min-height:29px;padding:0 9px;border:1px solid rgba(142,232,196,.12);border-radius:999px;background:rgba(142,232,196,.08);color:#a4f0d3;font-size:11px}

.template-contact-form-section{
  position:relative;
  padding:0 0 108px;
  background:linear-gradient(180deg,#072923 0%,#061f1b 100%);
}
.template-contact-form-layout{
  display:grid;
  grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);
  gap:64px;
  align-items:center;
  padding:52px;
  border:1px solid rgba(146,235,202,.15);
  border-radius:29px;
  background:
    linear-gradient(135deg,rgba(142,232,196,.05) 0 20%,transparent 20% 80%,rgba(142,232,196,.035) 80%),
    #092f29;
  color:#fff;
  box-shadow:0 34px 85px rgba(0,12,9,.30);
}
.template-contact-form-copy .template-page-label{color:#8ee8c4}
.template-contact-form-copy h2{color:#fff}
.template-contact-form-copy>p{color:rgba(220,239,232,.68)}
.template-contact-form{border-color:rgba(157,238,208,.14);background:rgba(255,255,255,.055)}
.template-contact-form input,.template-contact-form select,.template-contact-form textarea{border-color:rgba(255,255,255,.13);background:rgba(255,255,255,.065)}
.template-form-submit{background:#8ee8c4;color:#07372e}

@media(max-width:1120px){
  .template-contact-info-grid{grid-template-columns:1fr 1fr}
  .template-contact-info-item:nth-child(2){border-right:0}
  .template-contact-info-item:nth-child(-n+2){border-bottom:1px solid rgba(151,233,204,.13)}
}
@media(max-width:900px){
  .template-contact-form-layout{grid-template-columns:1fr;gap:34px;padding:38px}
}
@media(max-width:700px){
  body{background-attachment:scroll}
  .template-contact-main{padding:116px 0 68px}
  .template-contact-heading h1{font-size:64px}
  .template-contact-map{height:460px;border-radius:19px}
  .template-contact-map iframe{height:460px}
  .template-map-action{right:13px;bottom:13px}
  .template-contact-info-grid{grid-template-columns:1fr;border-radius:18px}
  .template-contact-info-item,.template-contact-info-item:nth-child(2){border-right:0;border-bottom:1px solid rgba(151,233,204,.13)}
  .template-contact-info-item:last-child{border-bottom:0}
  .template-contact-form-section{padding-bottom:74px}
  .template-contact-form-layout{padding:26px 18px;border-radius:22px}
}
@media(max-width:430px){
  .template-contact-heading h1{font-size:54px}
  .template-contact-map,.template-contact-map iframe{height:390px}
  .template-contact-info-item{padding:21px 18px}
}

/* v49 — exact reference contact composition, technical polygon pattern and section spacing */
html{background:#020805}
body{
  background-color:#020805!important;
  background-image:
    linear-gradient(30deg,rgba(128,235,196,.035) 12%,transparent 12.5%,transparent 87%,rgba(128,235,196,.035) 87.5%),
    linear-gradient(150deg,rgba(128,235,196,.035) 12%,transparent 12.5%,transparent 87%,rgba(128,235,196,.035) 87.5%),
    linear-gradient(30deg,rgba(128,235,196,.022) 12%,transparent 12.5%,transparent 87%,rgba(128,235,196,.022) 87.5%),
    linear-gradient(150deg,rgba(128,235,196,.022) 12%,transparent 12.5%,transparent 87%,rgba(128,235,196,.022) 87.5%),
    linear-gradient(60deg,rgba(128,235,196,.018) 25%,transparent 25.5%,transparent 75%,rgba(128,235,196,.018) 75.5%),
    linear-gradient(135deg,#020805 0%,#04140f 34%,#08251d 60%,#03110d 80%,#020805 100%)!important;
  background-position:0 0,0 0,44px 77px,44px 77px,0 0,0 0!important;
  background-size:88px 154px,88px 154px,88px 154px,88px 154px,88px 154px,auto!important;
  background-attachment:fixed;
}

/* Remove the old garden-like circular decoration from internal pages. */
.inner-hero:after{
  width:390px!important;
  height:390px!important;
  right:-210px!important;
  bottom:-250px!important;
  border-radius:34px!important;
  transform:rotate(45deg);
  box-shadow:0 0 0 68px rgba(126,239,195,.03),0 0 0 136px rgba(126,239,195,.016)!important;
}
.template-about-section{
  background:
    linear-gradient(132deg,rgba(126,240,183,.09) 0 16%,transparent 16% 84%,rgba(255,197,55,.07) 84%),
    linear-gradient(180deg,#fbfdfc 0%,#f5faf7 64%,#fff 100%)!important;
}
.template-about-orbit{
  border-radius:34px!important;
  transform:rotate(45deg);
  box-shadow:0 0 0 70px rgba(6,116,84,.018),0 0 0 140px rgba(6,116,84,.01)!important;
}

/* Reference page: one dark uninterrupted surface, dark map, four simple contact columns. */
.template-contact-page{
  background:#082f29!important;
  color:#fff;
}
.template-contact-main{
  padding:146px 0 92px!important;
  background:
    linear-gradient(rgba(143,235,201,.024) 1px,transparent 1px),
    linear-gradient(90deg,rgba(143,235,201,.024) 1px,transparent 1px),
    linear-gradient(180deg,#0a3932 0%,#082f29 58%,#072821 100%)!important;
  background-size:72px 72px,72px 72px,auto!important;
}
.template-contact-main::before{
  opacity:.34!important;
  background-image:
    linear-gradient(30deg,rgba(143,235,201,.055) 12%,transparent 12.5%,transparent 87%,rgba(143,235,201,.055) 87.5%),
    linear-gradient(150deg,rgba(143,235,201,.04) 12%,transparent 12.5%,transparent 87%,rgba(143,235,201,.04) 87.5%)!important;
  background-size:92px 160px!important;
}
.template-contact-heading{
  max-width:none!important;
  margin-bottom:32px!important;
}
.template-contact-heading h1{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(45px,5.4vw,68px)!important;
  line-height:1!important;
  letter-spacing:-.052em!important;
}
.template-contact-map{
  height:600px!important;
  border:1px solid rgba(118,235,194,.5)!important;
  border-radius:18px!important;
  background:#182a3f url('../img/contact-template-location.png') center/cover no-repeat!important;
  box-shadow:0 24px 64px rgba(0,13,10,.32)!important;
}
.template-contact-map::after{
  border:1px solid rgba(255,255,255,.045)!important;
  border-radius:inherit!important;
}
.template-contact-map iframe{
  height:600px!important;
  background:#182a3f;
  filter:grayscale(1) invert(.9) sepia(.18) saturate(.7) hue-rotate(151deg) brightness(.56) contrast(1.28)!important;
}
.template-map-action{
  right:18px!important;
  bottom:18px!important;
  min-height:43px!important;
  border-color:rgba(255,255,255,.18)!important;
  background:rgba(14,31,47,.82)!important;
}
.template-contact-info-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;
  margin-top:42px!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.template-contact-info-item{
  grid-template-columns:34px minmax(0,1fr)!important;
  gap:14px!important;
  padding:4px 30px!important;
  border-right:1px solid rgba(151,233,204,.13)!important;
  border-bottom:0!important;
}
.template-contact-info-item:first-child{padding-left:0!important}
.template-contact-info-item:last-child{padding-right:0!important;border-right:0!important}
.template-contact-icon{
  width:34px!important;
  height:34px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#fff!important;
  box-shadow:none!important;
}
.template-contact-icon svg{width:23px!important;height:23px!important;stroke-width:1.7!important}
.template-contact-info-item h2{
  margin:0 0 9px!important;
  color:#fff!important;
  font-size:16px!important;
}
.template-contact-info-item a,.template-contact-info-item span{
  color:rgba(220,239,232,.66)!important;
  font-size:12.5px!important;
}
.template-contact-info-item a{color:#8ee8c4!important}
.template-social-links a{
  min-height:auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}
.template-social-links a:not(:last-child)::after{content:"·";margin-left:6px;color:rgba(220,239,232,.38)}
.template-contact-form-section{
  padding:0 0 108px!important;
  background:linear-gradient(180deg,#072821 0%,#061f1b 100%)!important;
}
.template-contact-form-layout{
  border-radius:22px!important;
  background:
    linear-gradient(135deg,rgba(142,232,196,.045) 0 19%,transparent 19% 81%,rgba(142,232,196,.03) 81%),
    #092f29!important;
}

/* Give the trust cards and the following catalogue section clear breathing room. */
.trust-strip{
  padding:0 0 38px!important;
  background:linear-gradient(to bottom,transparent 0 27px,var(--template-bg) 27px)!important;
}

@media(max-width:1120px){
  .template-contact-info-grid{grid-template-columns:1fr 1fr!important;row-gap:28px!important}
  .template-contact-info-item{padding:0 28px!important}
  .template-contact-info-item:nth-child(odd){padding-left:0!important}
  .template-contact-info-item:nth-child(even){padding-right:0!important;border-right:0!important}
}
@media(max-width:700px){
  body{background-attachment:scroll}
  .template-contact-main{padding:114px 0 68px!important}
  .template-contact-heading{margin-bottom:24px!important}
  .template-contact-heading h1{font-size:46px!important}
  .template-contact-map,.template-contact-map iframe{height:440px!important}
  .template-contact-map{border-radius:15px!important}
  .template-contact-info-grid{grid-template-columns:1fr!important;row-gap:0!important;margin-top:31px!important}
  .template-contact-info-item,
  .template-contact-info-item:nth-child(odd),
  .template-contact-info-item:nth-child(even){
    padding:19px 0!important;
    border-right:0!important;
    border-bottom:1px solid rgba(151,233,204,.12)!important;
  }
  .template-contact-info-item:first-child{padding-top:0!important}
  .template-contact-info-item:last-child{padding-bottom:0!important;border-bottom:0!important}
  .trust-strip{padding-bottom:26px!important}
}
@media(max-width:430px){
  .template-contact-map,.template-contact-map iframe{height:380px!important}
}

/* v50 — normal Google map, hero-continuous trust spacing, circle-free product cards */

/* 1) Keep the supplied Google Maps iframe in its standard roadmap appearance. */
.template-contact-map{
  background:#e7ecef!important;
}
.template-contact-map iframe{
  opacity:1!important;
  filter:none!important;
  -webkit-filter:none!important;
}

/* 2) The breathing room below the trust cards must reveal the same background as the hero. */
.trust-strip{
  background:transparent!important;
}

/* 3) Remove every circular/radial motif from the catalogue card visual area. */
.catalog-grid .product-visual{
  background:
    linear-gradient(135deg,rgba(142,232,196,.075) 0 18%,transparent 18% 82%,rgba(142,232,196,.045) 82%),
    linear-gradient(45deg,transparent 0 46%,rgba(255,255,255,.035) 46% 54%,transparent 54% 100%),
    linear-gradient(145deg,#020504 0%,#09130f 58%,#030706 100%)!important;
}
.catalog-grid .product-visual::before{
  background:
    linear-gradient(120deg,rgba(255,255,255,.055),transparent 31%,transparent 68%,rgba(124,232,187,.035)),
    linear-gradient(90deg,transparent 0 49.7%,rgba(142,232,196,.035) 49.7% 50.3%,transparent 50.3% 100%)!important;
}
.product-visual::after,
.catalog-grid .product-visual::after{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  background:none!important;
  border-radius:0!important;
}

@media(max-width:640px){
  .catalog-grid .product-visual{
    background:
      linear-gradient(135deg,rgba(142,232,196,.075) 0 18%,transparent 18% 82%,rgba(142,232,196,.045) 82%),
      linear-gradient(45deg,transparent 0 46%,rgba(255,255,255,.035) 46% 54%,transparent 54% 100%),
      linear-gradient(145deg,#020504 0%,#09130f 58%,#030706 100%)!important;
  }
}


/* v51 — authoritative cache-visible fixes requested on 2026-07-19 */
:root{
  --filtrex-hero-surface:
    linear-gradient(30deg,rgba(128,235,196,.035) 12%,transparent 12.5%,transparent 87%,rgba(128,235,196,.035) 87.5%),
    linear-gradient(150deg,rgba(128,235,196,.035) 12%,transparent 12.5%,transparent 87%,rgba(128,235,196,.035) 87.5%),
    linear-gradient(30deg,rgba(128,235,196,.022) 12%,transparent 12.5%,transparent 87%,rgba(128,235,196,.022) 87.5%),
    linear-gradient(150deg,rgba(128,235,196,.022) 12%,transparent 12.5%,transparent 87%,rgba(128,235,196,.022) 87.5%),
    linear-gradient(60deg,rgba(128,235,196,.018) 25%,transparent 25.5%,transparent 75%,rgba(128,235,196,.018) 75.5%),
    linear-gradient(135deg,#020805 0%,#04140f 34%,#08251d 60%,#03110d 80%,#020805 100%);
}

/* Contact map: original Google roadmap colours, no darkening layer or CSS filter. */
.template-contact-map{
  background:#e7ecef!important;
}
.template-contact-map iframe{
  display:block!important;
  width:100%!important;
  height:600px!important;
  opacity:1!important;
  filter:none!important;
  -webkit-filter:none!important;
  mix-blend-mode:normal!important;
}
.template-contact-map::before{display:none!important;content:none!important}
.template-contact-map::after{
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

/* Hero and the complete space below trust cards use one uninterrupted surface. */
.template-hero,
.trust-strip{
  background-color:#020805!important;
  background-image:var(--filtrex-hero-surface)!important;
  background-position:0 0,0 0,44px 77px,44px 77px,0 0,0 0!important;
  background-size:88px 154px,88px 154px,88px 154px,88px 154px,88px 154px,auto!important;
}
.trust-strip{
  margin-bottom:0!important;
  padding:0 0 52px!important;
}
.products{padding-top:72px!important}

/* Catalogue section and every product visual: no circles and no radial gradients. */
.products{
  background-image:
    linear-gradient(135deg,rgba(142,232,196,.045) 0 12%,transparent 12% 88%,rgba(142,232,196,.028) 88%),
    linear-gradient(45deg,transparent 0 49.65%,rgba(142,232,196,.025) 49.65% 50.35%,transparent 50.35% 100%),
    linear-gradient(145deg,#031d18 0%,#062f27 48%,#041f1a 100%)!important;
}
.products::before,
.products::after{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  border-radius:0!important;
  background:none!important;
  filter:none!important;
}
.catalog-grid .product-visual,
.special-card-visual{
  background-image:
    linear-gradient(135deg,rgba(142,232,196,.085) 0 17%,transparent 17% 83%,rgba(142,232,196,.045) 83%),
    linear-gradient(45deg,transparent 0 47%,rgba(255,255,255,.035) 47% 53%,transparent 53% 100%),
    linear-gradient(145deg,#020504 0%,#09130f 58%,#030706 100%)!important;
  background-color:#030706!important;
}
.catalog-grid .product-visual::before,
.special-card-visual::before{
  background-image:
    linear-gradient(120deg,rgba(255,255,255,.055),transparent 31%,transparent 68%,rgba(124,232,187,.035)),
    linear-gradient(90deg,transparent 0 49.7%,rgba(142,232,196,.035) 49.7% 50.3%,transparent 50.3% 100%)!important;
}
.product-visual::after,
.catalog-grid .product-visual::after,
.special-card-visual::after{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  border-radius:0!important;
  background:none!important;
  background-image:none!important;
}

@media(max-width:700px){
  .template-contact-map iframe{height:440px!important}
  .trust-strip{padding-bottom:38px!important}
  .products{padding-top:62px!important}
}
@media(max-width:430px){
  .template-contact-map iframe{height:380px!important}
}


/* v52 — clean routing release, visible SEO content, and flat responsive 404 */
.template-hero-intro{display:flex;align-items:end;justify-content:space-between;gap:32px;padding:30px 0 24px;color:#effff8}
.template-hero-intro>div{min-width:0}
.template-hero-intro span{display:block;margin-bottom:8px;color:#8ee8c4;font-size:11px;font-weight:900;letter-spacing:.16em}
.template-hero-intro h1{max-width:760px;margin:0;font-size:clamp(30px,4.2vw,60px);line-height:.98;letter-spacing:-.045em;text-wrap:balance}
.template-hero-intro p{max-width:470px;margin:0;color:rgba(239,255,248,.7);font-size:15px;line-height:1.7}

.seo-water-section{position:relative;overflow:hidden;background:linear-gradient(145deg,#edf8f3 0%,#f8fcfa 48%,#e7f5ef 100%);color:#08251d}
.seo-water-section:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(6,76,59,.035) 0 14%,transparent 14% 86%,rgba(6,76,59,.025) 86%),linear-gradient(45deg,transparent 0 49.7%,rgba(6,76,59,.028) 49.7% 50.3%,transparent 50.3%)}
.seo-water-section .container{position:relative;z-index:1}
.seo-water-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr);gap:52px;align-items:end;margin-bottom:30px}
.seo-water-head h2{max-width:720px;margin:8px 0 0;font-size:clamp(30px,4vw,52px);line-height:1.03;letter-spacing:-.04em}
.seo-water-head>p{margin:0;color:#48635b;line-height:1.8}
.seo-water-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.seo-water-grid article{position:relative;min-height:235px;padding:26px;border:1px solid rgba(8,73,56,.12);border-radius:16px;background:rgba(255,255,255,.7);box-shadow:0 18px 45px rgba(15,75,59,.07)}
.seo-water-grid article>span{display:inline-flex;padding:7px 9px;border-radius:7px;background:#0b4b3c;color:#b8f4dc;font-size:11px;font-weight:950;letter-spacing:.08em}
.seo-water-grid h3{margin:22px 0 11px;font-size:21px;letter-spacing:-.025em}
.seo-water-grid p{margin:0;color:#526c64;line-height:1.75}
.seo-water-actions{display:flex;gap:12px;margin-top:28px}
.seo-water-actions .btn-ghost{border-color:rgba(8,58,46,.22);color:#0a493a;background:rgba(255,255,255,.45)}

.route-404-page{min-height:calc(100vh - 90px);background:#020805;color:#f0fff9}
.route-404-shell{position:relative;min-height:760px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#020805 0%,#08251d 52%,#03110d 100%)}
.route-404-grid{position:absolute;inset:-80px;opacity:.58;background-image:linear-gradient(30deg,rgba(142,232,196,.055) 12%,transparent 12.5%,transparent 87%,rgba(142,232,196,.055) 87.5%),linear-gradient(150deg,rgba(142,232,196,.055) 12%,transparent 12.5%,transparent 87%,rgba(142,232,196,.055) 87.5%),linear-gradient(60deg,rgba(142,232,196,.025) 25%,transparent 25.5%,transparent 75%,rgba(142,232,196,.025) 75.5%);background-size:96px 168px;transform:skewY(-4deg)}
.route-404-content{position:relative;z-index:1;max-width:900px;padding-top:90px;padding-bottom:90px;text-align:center}
.route-404-code{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:14px;font-size:clamp(94px,18vw,190px);font-weight:950;line-height:.72;letter-spacing:-.1em;color:#eafff7;text-shadow:0 25px 70px rgba(0,0,0,.35)}
.route-404-code i{width:clamp(76px,12vw,130px);height:clamp(76px,12vw,130px);display:grid;place-items:center;clip-path:polygon(50% 0,100% 26%,100% 74%,50% 100%,0 74%,0 26%);background:linear-gradient(145deg,#8ee8c4,#2e9f7d);box-shadow:0 28px 70px rgba(71,210,162,.22)}
.route-404-code svg{width:55%;fill:none;stroke:#03261d;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.route-404-label{display:inline-block;margin-top:12px;color:#8ee8c4;font-size:11px;font-weight:950;letter-spacing:.18em}
.route-404-content h1{margin:14px 0 12px;font-size:clamp(32px,5vw,60px);letter-spacing:-.045em}
.route-404-content>p{max-width:650px;margin:0 auto;color:rgba(235,255,247,.67);font-size:16px;line-height:1.75}
.route-404-actions{display:flex;justify-content:center;gap:12px;margin-top:30px}
.route-404-links{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:720px;margin:42px auto 0}
.route-404-links a{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 18px;border:1px solid rgba(142,232,196,.14);border-radius:12px;background:rgba(255,255,255,.035);color:#eafff7;font-size:13px;font-weight:800;transition:.2s ease}
.route-404-links a:hover{transform:translateY(-2px);border-color:rgba(142,232,196,.42);background:rgba(142,232,196,.08)}
.route-404-links b{color:#8ee8c4}

@media(max-width:900px){.template-hero-intro{align-items:start;flex-direction:column;gap:14px}.template-hero-intro p{max-width:680px}.seo-water-head{grid-template-columns:1fr;gap:16px}.seo-water-grid{grid-template-columns:1fr}.seo-water-grid article{min-height:0}.route-404-shell{min-height:690px}}
@media(max-width:640px){.template-hero-intro{padding:22px 0 18px}.template-hero-intro h1{font-size:36px}.template-hero-intro p{font-size:14px}.seo-water-actions,.route-404-actions{flex-direction:column}.seo-water-actions .btn,.route-404-actions .btn{width:100%;justify-content:center}.route-404-content{padding-top:70px;padding-bottom:70px}.route-404-code{gap:5px;letter-spacing:-.08em}.route-404-links{grid-template-columns:1fr;margin-top:30px}.route-404-links a{padding:15px 16px}}

/* V53 hero title cleanup and semantic catalog heading */
.template-hero-intro>div>span#homeHeroTitle{display:inline-flex}
.section-head h1{margin:0;font-size:clamp(32px,4vw,56px);line-height:1.02;letter-spacing:-.045em}
