:root{--ink:#10231b;--ink2:#17362a;--green:#245b43;--green2:#327455;--gold:#f0b51b;--cream:#f6f4ee;--muted:#66726c;--line:#dfe6e2;--white:#fff;--shadow:0 24px 60px rgba(9,33,23,.11);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.65}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.topbar{background:#0d2119;color:#d8e5df;font-size:13px}.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:18px;min-height:42px}.topbar__left,.topbar__right{display:flex;gap:18px;align-items:center}.topbar a:hover{color:#fff}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(16,35,27,.07)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:84px;gap:28px}.logo{width:236px;flex:0 0 auto}.nav__links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}.nav__links a{position:relative}.nav__links a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--gold);transition:.25s}.nav__links a:hover:after{right:0}.nav__cta{background:var(--green);color:#fff!important;padding:13px 18px;border-radius:12px;box-shadow:0 8px 20px rgba(36,91,67,.22)}.nav__cta:after{display:none}.menu-btn{display:none;background:none;border:0;padding:8px;cursor:pointer}.menu-btn span{display:block;width:27px;height:2px;background:var(--ink);margin:6px 0}.hero{position:relative;min-height:720px;display:flex;align-items:center;overflow:hidden;background:#0f211a}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,17,12,.94) 0%,rgba(6,17,12,.78) 43%,rgba(6,17,12,.18) 78%),url('../img/hero-panel.webp') center/cover no-repeat}.hero:after{content:"";position:absolute;width:500px;height:500px;border:1px solid rgba(240,181,27,.22);border-radius:50%;right:-160px;top:-100px;box-shadow:0 0 0 85px rgba(240,181,27,.035),0 0 0 170px rgba(240,181,27,.02)}.hero .container{position:relative;z-index:2}.hero__content{max-width:760px;color:#fff;padding:95px 0}.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:#d39a0a}.eyebrow:before{content:"";width:34px;height:2px;background:var(--gold)}.hero .eyebrow{color:#ffd66c}.hero h1{font-size:clamp(42px,6vw,78px);line-height:1.03;letter-spacing:-.045em;margin:20px 0 24px;max-width:820px}.hero h1 span{color:var(--gold)}.hero p{font-size:18px;max-width:670px;color:#d8e3df;margin:0 0 34px}.hero__actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:15px 22px;border-radius:12px;font-weight:800;font-size:14px;transition:.22s;border:1px solid transparent}.btn--gold{background:var(--gold);color:#172018}.btn--gold:hover{transform:translateY(-2px);background:#ffc83e}.btn--ghost{color:#fff;border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.06)}.btn--ghost:hover{background:#fff;color:var(--ink)}.hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:700px;margin-top:54px}.stat{padding:20px;border-top:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.035)}.stat b{display:block;font-size:26px;color:#fff}.stat span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#aebdb6}.section{padding:100px 0}.section--soft{background:var(--cream)}.section--dark{background:#10231b;color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.section-head h2,.split h2,.cta h2{font-size:clamp(34px,4vw,54px);line-height:1.12;letter-spacing:-.035em;margin:10px 0 0}.section-head p{max-width:550px;color:var(--muted);margin:0}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:.25s;box-shadow:0 12px 30px rgba(16,35,27,.045)}.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:#cad8d1}.product-card__img{aspect-ratio:1.55;overflow:hidden;background:#e9efec}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:.45s}.product-card:hover .product-card__img img{transform:scale(1.035)}.product-card__body{padding:22px}.product-card h3{font-size:19px;margin:0 0 8px}.product-card p{font-size:14px;color:var(--muted);margin:0 0 16px}.link{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:var(--green)}.link span{transition:.2s}.link:hover span{transform:translateX(3px)}.split{display:grid;grid-template-columns:1.03fr .97fr;gap:70px;align-items:center}.about-visual{position:relative}.about-visual>img{border-radius:26px;box-shadow:var(--shadow)}.about-badge{position:absolute;left:-25px;bottom:30px;background:var(--gold);padding:22px 26px;border-radius:16px;font-weight:900;box-shadow:0 14px 30px rgba(125,88,0,.22)}.about-badge small{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.about-badge strong{font-size:26px}.lead{font-size:18px;color:#374b42}.ticks{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:28px 0 34px}.tick{display:flex;align-items:flex-start;gap:10px;font-weight:700;font-size:14px}.tick i{width:22px;height:22px;flex:0 0 22px;border-radius:50%;background:#e5efe9;color:var(--green);display:grid;place-items:center;font-style:normal;font-size:12px}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-card{padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.035)}.process-card b{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:12px;background:var(--gold);color:var(--ink);font-size:15px}.process-card h3{font-size:19px;margin:18px 0 8px}.process-card p{margin:0;color:#b7c7c0;font-size:14px}.applications{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.app-card{min-height:210px;border-radius:18px;padding:26px;background:linear-gradient(145deg,#17362a,#0c1d16);color:#fff;position:relative;overflow:hidden}.app-card:before{content:"";position:absolute;width:150px;height:150px;border:1px solid rgba(255,255,255,.09);border-radius:50%;right:-55px;bottom:-55px;box-shadow:0 0 0 35px rgba(255,255,255,.025)}.app-card .icon{font-size:30px}.app-card h3{position:absolute;left:26px;right:26px;bottom:26px;margin:0;font-size:18px}.app-card p{font-size:13px;color:#b9cbc3}.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}.trust-card{padding:24px;background:#fff;border:1px solid var(--line);border-radius:16px}.trust-card strong{display:block;font-size:17px;margin-bottom:5px}.trust-card span{font-size:13px;color:var(--muted)}.cta{padding:72px 0;background:linear-gradient(115deg,#e9b019,#f6c849);position:relative;overflow:hidden}.cta:before{content:"";position:absolute;inset:0;background-image:linear-gradient(45deg,transparent 48%,rgba(16,35,27,.06) 49%,rgba(16,35,27,.06) 51%,transparent 52%);background-size:38px 38px}.cta .container{position:relative;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta p{max-width:650px;margin:12px 0 0;color:#3c351d}.cta .btn{background:var(--ink);color:#fff;white-space:nowrap}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px}.contact-card{background:#10231b;color:#fff;border-radius:22px;padding:34px}.contact-card h3{font-size:26px;margin-top:0}.contact-list{display:grid;gap:16px;margin-top:28px}.contact-item{padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:14px}.contact-item small{display:block;color:#95aa9f;text-transform:uppercase;font-size:10px;letter-spacing:.12em;margin-bottom:4px}.contact-item a,.contact-item span{font-weight:700}.form{border:1px solid var(--line);border-radius:22px;padding:34px;background:#fff}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field--full{grid-column:1/-1}.field label{font-size:13px;font-weight:800}.field input,.field textarea{width:100%;border:1px solid #d9e2dd;background:#fafcfb;border-radius:11px;padding:14px 15px;outline:none}.field input:focus,.field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(36,91,67,.09)}.field textarea{min-height:130px;resize:vertical}.form .btn{margin-top:18px;background:var(--green);color:#fff;border:0;cursor:pointer}.footer{background:#091711;color:#c0cec7;padding:65px 0 28px}.footer-grid{display:grid;grid-template-columns:1.35fr .75fr .95fr 1fr;gap:42px}.footer .logo{filter:brightness(0) invert(1);opacity:.95}.footer p{font-size:14px;color:#91a49a;max-width:360px}.footer h4{color:#fff;margin:0 0 17px;font-size:14px}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:9px;font-size:13px}.footer a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:42px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#84988e}.float-actions{position:fixed;right:18px;bottom:18px;z-index:60;display:grid;gap:10px}.float-btn{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 12px 25px rgba(0,0,0,.2);font-size:21px}.float-btn--wa{background:#25d366}.float-btn--call{background:var(--green)}.mobile-bottom{display:none}.page-hero{padding:110px 0 72px;background:#10231b;color:#fff;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(45deg,transparent 48%,rgba(255,255,255,.03) 49%,rgba(255,255,255,.03) 51%,transparent 52%);background-size:36px 36px}.page-hero .container{position:relative;z-index:1}.page-hero h1{font-size:clamp(40px,5vw,64px);margin:10px 0 8px}.breadcrumb{font-size:13px;color:#a4b7ad}.content{max-width:850px;margin:auto}.content h2{font-size:32px;margin-top:0}.content p{color:#52615a}.map-card{min-height:360px;border-radius:22px;overflow:hidden;background:linear-gradient(135deg,#dfe8e3,#f7f8f6);display:grid;place-items:center;border:1px solid var(--line);text-align:center;padding:30px}.map-card b{font-size:22px}.reveal{opacity:0;transform:translateY(18px);transition:.55s ease}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:980px){.topbar__left span:first-child{display:none}.nav__links{position:fixed;inset:126px 20px auto 20px;background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:22px;display:none;flex-direction:column;align-items:stretch;gap:4px}.nav__links.open{display:flex}.nav__links a{padding:12px 5px}.nav__cta{text-align:center;margin-top:8px}.menu-btn{display:block}.products{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr;gap:45px}.about-visual{max-width:700px}.process,.applications,.trust{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero{min-height:650px}.hero__content{padding:78px 0}}
@media(max-width:650px){body{padding-bottom:68px}.container{width:min(100% - 28px,1160px)}.topbar{display:none}.header{top:0}.nav{min-height:72px}.logo{width:195px}.nav__links{inset:82px 14px auto 14px}.hero{min-height:660px}.hero:before{background:linear-gradient(180deg,rgba(6,17,12,.9),rgba(6,17,12,.78)),url('../img/hero-panel.webp') center/cover no-repeat}.hero__content{padding:70px 0 55px}.hero h1{font-size:44px}.hero p{font-size:16px}.hero__actions{display:grid}.btn{width:100%}.hero__stats{grid-template-columns:1fr 1fr;margin-top:38px}.hero__stats .stat:last-child{grid-column:1/-1}.section{padding:72px 0}.section-head{display:block}.section-head p{margin-top:14px}.products,.process,.applications,.trust{grid-template-columns:1fr}.product-card__img{aspect-ratio:1.65}.split h2,.section-head h2,.cta h2{font-size:36px}.ticks{grid-template-columns:1fr}.about-badge{left:12px;bottom:12px;padding:15px 18px}.cta .container{display:block}.cta .btn{margin-top:24px}.form,.contact-card{padding:24px}.form-grid{grid-template-columns:1fr}.field--full{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:7px}.float-actions{display:none}.mobile-bottom{display:grid;position:fixed;z-index:70;bottom:0;left:0;right:0;grid-template-columns:1fr 1fr;background:rgba(8,22,16,.95);backdrop-filter:blur(12px);padding:8px 10px env(safe-area-inset-bottom);gap:8px}.mobile-bottom a{display:flex;align-items:center;justify-content:center;gap:7px;height:52px;border-radius:12px;color:#fff;font-size:13px;font-weight:800}.mobile-bottom a:first-child{background:var(--green)}.mobile-bottom a:last-child{background:#25d366}.page-hero{padding:80px 0 55px}}


html{overflow-x:hidden}body{overflow-x:clip;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.header{isolation:isolate}.nav__links a.active:not(.nav__cta){color:var(--green)}.nav__links a.active:not(.nav__cta):after{right:0}.logo img{width:100%;height:auto}.hero{border-bottom:1px solid rgba(255,255,255,.06)}.product-card__img img,.about-visual>img{background:#e9efec}.section--dark .section-head h2{color:#fff}.section--dark .section-head p{color:#b7c7c0}.form button{appearance:none}.menu-btn{position:relative;z-index:3;border-radius:10px}.menu-btn:focus-visible,.btn:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(240,181,27,.55);outline-offset:3px}
@media(max-width:980px){.nav__links{z-index:2;max-height:calc(100vh - 150px);overflow:auto;border:1px solid var(--line)}.nav__links a.active:not(.nav__cta){background:#f3f7f5;border-radius:9px;padding-left:12px}.nav__links a.active:not(.nav__cta):after{display:none}}
@media(max-width:650px){.hero h1{font-size:clamp(38px,12vw,48px);overflow-wrap:anywhere}.hero__stats{gap:10px}.stat{padding:16px}.stat b{font-size:22px}.product-card,.form,.contact-card,.about-visual>img{border-radius:16px}.section-head h2,.split h2,.cta h2{font-size:clamp(32px,10vw,38px)}.page-hero h1{font-size:clamp(38px,12vw,52px)}.footer{padding-bottom:36px}.mobile-bottom{padding-bottom:max(8px,env(safe-area-inset-bottom))}}


.logo{width:260px}.logo img{display:block;width:100%;height:auto}.nav__cta{display:inline-flex;align-items:center;gap:8px}.nav-wa-icon,.btn-icon{width:18px;height:18px;flex:0 0 18px}.btn--dark{background:var(--ink);color:#fff}.btn--dark:hover{background:var(--green);transform:translateY(-2px)}

.hero.hero-slider{display:block;position:relative;min-height:730px;background:#08140f;overflow:hidden}.hero.hero-slider:before,.hero.hero-slider:after{content:none}.hero-slider__track{position:absolute;inset:0;z-index:0}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease;background-image:linear-gradient(90deg,rgba(5,16,11,.94) 0%,rgba(5,16,11,.80) 42%,rgba(5,16,11,.34) 72%,rgba(5,16,11,.18) 100%),var(--hero-image);background-size:cover;background-position:center;transform:scale(1.015)}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,20,14,.03) 45%,rgba(7,20,14,.58) 100%);pointer-events:none}.hero-slide.is-active{opacity:1;visibility:visible;z-index:1;animation:heroZoom 7s ease-out both}.hero-slide .container{height:100%;min-height:730px;position:relative;z-index:2;display:flex;align-items:center}.hero__content{padding:82px 0 220px;max-width:790px}.hero h1,.hero h2{font-size:clamp(44px,5.8vw,76px);line-height:1.02;letter-spacing:-.045em;margin:20px 0 24px;max-width:830px;color:#fff}.hero h2{font-weight:800}.hero h1 span,.hero h2 span{color:var(--gold)}.hero-slider__bottom{position:absolute;z-index:5;left:0;right:0;bottom:0;padding:0 0 30px;pointer-events:none}.hero-slider__bottom-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.hero-slider__bottom .hero__stats{margin:0;pointer-events:auto}.slider-controls{display:flex;align-items:center;gap:10px;pointer-events:auto;padding-bottom:4px}.slider-arrow{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.24);background:rgba(9,23,17,.55);backdrop-filter:blur(8px);color:#fff;font-size:28px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:.2s}.slider-arrow:hover{background:var(--gold);color:var(--ink);border-color:var(--gold)}.slider-dots{display:flex;gap:7px}.slider-dot{width:9px;height:9px;border:0;padding:0;border-radius:999px;background:rgba(255,255,255,.38);cursor:pointer;transition:.25s}.slider-dot.is-active{width:30px;background:var(--gold)}@keyframes heroZoom{from{transform:scale(1.035)}to{transform:scale(1)}}

.product-card__img{background:#dfe8e3}.product-card__img img{filter:saturate(.96) contrast(1.02)}.product-card:hover .product-card__img img{transform:scale(1.055)}.about-visual>img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#10231b}.page-hero{background-image:linear-gradient(90deg,rgba(8,24,17,.93),rgba(8,24,17,.80)),url('../img/page-hero.webp');background-size:cover;background-position:center}.page-hero:after{background:linear-gradient(90deg,rgba(240,181,27,.08),transparent 45%)}

.footer .logo{filter:none;opacity:1}.footer-logo{width:255px}.footer-wa{display:inline-flex;align-items:center;gap:8px}.footer-wa img{width:17px;height:17px}.float-btn--wa{background:#25d366;padding:13px}.float-btn--wa img{width:100%;height:100%;object-fit:contain}.float-btn--call{font-size:23px}.float-btn{transition:transform .2s,box-shadow .2s}.float-btn:hover{transform:translateY(-3px);box-shadow:0 16px 30px rgba(0,0,0,.24)}.mobile-bottom img{width:20px;height:20px;flex:0 0 20px}.mobile-bottom a:last-child{background:#25d366}

@media(max-width:1180px){.logo{width:235px}.nav__links{gap:22px}.nav__cta{padding:12px 15px}}
@media(max-width:980px){.logo{width:235px}.hero.hero-slider,.hero-slide .container{min-height:700px}.hero__content{padding:78px 0 225px}.hero-slider__bottom-inner{align-items:center}.hero-slider__bottom .hero__stats{max-width:620px}.slider-controls{flex:0 0 auto}.nav__cta{justify-content:center}}
@media(max-width:720px){.hero.hero-slider,.hero-slide .container{min-height:770px}.hero-slide{background-image:linear-gradient(180deg,rgba(5,16,11,.92) 0%,rgba(5,16,11,.74) 58%,rgba(5,16,11,.88) 100%),var(--hero-image);background-position:center}.hero__content{padding:64px 0 250px}.hero h1,.hero h2{font-size:clamp(38px,10.5vw,52px);line-height:1.04}.hero__actions{display:grid;grid-template-columns:1fr}.hero-slider__bottom{padding-bottom:20px}.hero-slider__bottom-inner{display:block}.hero-slider__bottom .hero__stats{grid-template-columns:1fr 1fr;gap:8px}.hero-slider__bottom .stat{padding:13px 14px;background:rgba(10,27,19,.56);backdrop-filter:blur(8px)}.hero-slider__bottom .stat b{font-size:18px}.hero-slider__bottom .stat span{font-size:9px}.hero-slider__bottom .stat:last-child{grid-column:1/-1}.slider-controls{justify-content:center;margin-top:12px}.slider-arrow{width:38px;height:38px;font-size:23px}.slider-dot{height:8px;width:8px}.slider-dot.is-active{width:24px}.product-card__img{aspect-ratio:1.5}.footer-logo{width:230px}}
@media(max-width:650px){.logo{width:205px}.hero.hero-slider{min-height:780px}.hero-slide .container{min-height:780px}.hero__content{padding-top:58px}.btn-icon{width:19px;height:19px}.page-hero{background-position:60% center}}
@media(prefers-reduced-motion:reduce){.hero-slide.is-active{animation:none}.hero-slide{transition:none}.product-card,.product-card__img img,.slider-dot{transition:none}}


.product-kicker{display:block;margin-bottom:7px;color:#9a6a00;text-transform:uppercase;letter-spacing:.11em;font-size:10px;font-weight:900}.product-card__actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-card__img{display:block}.mini-wa{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 10px;background:#eaf8ef;color:#167a3d;font-size:11px;font-weight:900;white-space:nowrap}.mini-wa img{width:15px;height:15px}.product-catalog .product-card__body{display:flex;flex-direction:column;min-height:235px}.product-catalog .product-card__body p{flex:1}.product-catalog .product-card h3 a:hover{color:var(--green)}

.site-credit{display:flex;justify-content:center;padding:26px 0 2px}.site-credit a{position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:10px;padding:10px 19px;border-radius:999px;border:1px solid rgba(255,211,103,.28);background:linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,211,103,.07));box-shadow:0 0 0 1px rgba(255,255,255,.025),0 0 28px rgba(240,181,27,.08);color:#fff;transition:.25s}.site-credit a:before{content:"";position:absolute;inset:-120% auto -120% -35%;width:28%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent);animation:creditShine 3.4s ease-in-out infinite}.site-credit a:hover{transform:translateY(-2px);border-color:rgba(255,211,103,.65);box-shadow:0 8px 28px rgba(240,181,27,.18)}.site-credit small{position:relative;z-index:1;text-transform:uppercase;letter-spacing:.14em;font-size:9px;color:#83978d}.site-credit strong{position:relative;z-index:1;font-size:14px;letter-spacing:.025em;color:#ffd367;text-shadow:0 0 14px rgba(255,211,103,.32)}@keyframes creditShine{0%,35%{left:-35%;opacity:0}48%{opacity:1}65%,100%{left:115%;opacity:0}}

.product-hero{background:radial-gradient(circle at 20% 10%,rgba(54,121,87,.34),transparent 32%),#0d2119;color:#fff;padding:72px 0;overflow:hidden}.product-hero__grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:56px;align-items:center}.product-hero__content{padding:30px 0}.product-breadcrumb{margin-bottom:32px;color:#a6b8af}.product-breadcrumb a:hover{color:#fff}.product-hero h1{font-size:clamp(46px,6vw,76px);line-height:1.02;letter-spacing:-.045em;margin:15px 0 22px}.product-hero__content>p{font-size:18px;color:#cad8d1;max-width:650px;margin:0 0 30px}.product-hero__visual{position:relative}.product-hero__visual:before{content:"";position:absolute;inset:-13px;border:1px solid rgba(240,181,27,.28);border-radius:29px;transform:rotate(2deg)}.product-hero__visual img{position:relative;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:24px;box-shadow:0 28px 70px rgba(0,0,0,.32)}
.product-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:70px;align-items:start}.prose h2,.info-panel h2,.faq-intro h2{font-size:clamp(32px,4vw,48px);line-height:1.12;letter-spacing:-.035em;margin:10px 0 24px}.prose p{font-size:16px;color:#4f6057;margin:0 0 18px}.quote-box{position:sticky;top:125px;background:linear-gradient(145deg,#f3f6f4,#fff);border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 20px 45px rgba(13,45,31,.08)}.quote-box img{width:58px;height:58px;margin-bottom:20px}.quote-box small{display:block;color:#9b6b02;font-weight:900;letter-spacing:.11em;text-transform:uppercase;font-size:10px}.quote-box h3{font-size:25px;line-height:1.2;margin:8px 0 12px}.quote-box p{color:var(--muted);font-size:14px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-card{min-height:135px;padding:22px;border-radius:16px;border:1px solid #dfe6e2;background:#fff;display:flex;flex-direction:column;justify-content:space-between;gap:18px}.feature-card b{color:#c48b00;font-size:12px;letter-spacing:.12em}.feature-card span{font-weight:850;line-height:1.35}.product-duo{display:grid;grid-template-columns:1fr 1fr;gap:24px}.info-panel{border:1px solid var(--line);border-radius:24px;padding:38px;background:#fff}.info-panel--dark{background:#10231b;border-color:#10231b;color:#fff}.check-list{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:13px}.check-list li{position:relative;padding:13px 15px 13px 45px;background:#f7f9f8;border-radius:12px;color:#485950;font-weight:700;font-size:14px}.check-list li:before{content:"✓";position:absolute;left:15px;top:12px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e1eee7;color:#246044;font-size:11px;font-weight:900}.check-list--light li{background:rgba(255,255,255,.055);color:#d1ddd7}.check-list--light li:before{background:var(--gold);color:#122017}
.faq-wrap{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}.faq-intro{position:sticky;top:125px}.faq-intro p{color:var(--muted)}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--line);border-radius:15px;background:#fff;overflow:hidden}.faq-item summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 22px;font-weight:850}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#f1f5f2;color:var(--green);font-size:20px;transition:.2s}.faq-item[open] summary span{transform:rotate(45deg);background:var(--gold);color:var(--ink)}.faq-item p{padding:0 22px 20px;margin:0;color:var(--muted);font-size:14px}.related-products{padding-top:72px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.related-card{position:relative;min-height:290px;border-radius:20px;overflow:hidden;background:#10231b;color:#fff}.related-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(6,17,12,.9) 100%)}.related-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:.45s}.related-card:hover img{transform:scale(1.05)}.related-card div{position:absolute;z-index:2;left:22px;right:22px;bottom:20px}.related-card h3{margin:0 0 3px;font-size:21px}.related-card span{font-size:12px;color:#ffd367;font-weight:850}

@media(max-width:980px){.product-hero__grid{grid-template-columns:1fr;gap:34px}.product-hero{padding:54px 0 70px}.product-hero__visual{max-width:760px}.product-content-grid{grid-template-columns:1fr;gap:38px}.quote-box,.faq-intro{position:static}.feature-grid{grid-template-columns:repeat(2,1fr)}.product-duo{grid-template-columns:1fr}.faq-wrap{grid-template-columns:1fr;gap:32px}.related-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.product-hero{padding:42px 0 54px}.product-hero__content{padding:10px 0}.product-breadcrumb{margin-bottom:24px;font-size:12px}.product-hero h1{font-size:clamp(40px,12vw,54px)}.product-hero__content>p{font-size:16px}.product-hero__visual:before{inset:-7px;border-radius:20px}.product-hero__visual img{border-radius:17px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:110px}.info-panel{padding:26px 22px}.faq-item summary{padding:18px;font-size:14px}.faq-item p{padding:0 18px 18px}.related-grid{grid-template-columns:1fr}.related-card{min-height:250px}.product-card__actions{align-items:flex-start;flex-direction:column}.mini-wa{padding:8px 11px}.site-credit{padding-top:22px}.site-credit a{padding:9px 14px;gap:7px}.site-credit strong{font-size:13px}}
@media(prefers-reduced-motion:reduce){.site-credit a:before{animation:none}}

.map-card--embed{padding:0;display:block;background:#e6ece8;min-height:420px;position:relative}.map-card--embed iframe{display:block;width:100%;height:450px;max-width:none;border:0}.map-card--embed:after{content:none}@media(max-width:650px){.map-card--embed{min-height:340px}.map-card--embed iframe{height:340px}}

/* Mobil hızlı iletişim — yarı saydam cam tasarım */
@media(max-width:650px){
  body{padding-bottom:86px}
  .mobile-bottom{
    display:grid;
    position:fixed;
    z-index:70;
    left:12px;
    right:12px;
    bottom:max(10px,env(safe-area-inset-bottom));
    grid-template-columns:1fr 1fr;
    gap:10px;
    padding:0;
    background:transparent;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    pointer-events:none;
  }
  .mobile-bottom .mobile-action{
    pointer-events:auto;
    min-width:0;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    padding:7px 12px 7px 8px;
    border-radius:18px;
    color:#fff;
    border:1px solid rgba(255,255,255,.32);
    box-shadow:0 10px 30px rgba(7,25,17,.18),inset 0 1px 0 rgba(255,255,255,.32);
    backdrop-filter:blur(15px) saturate(145%);
    -webkit-backdrop-filter:blur(15px) saturate(145%);
    overflow:hidden;
    position:relative;
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
  }
  .mobile-bottom .mobile-action:before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:linear-gradient(120deg,rgba(255,255,255,.19),transparent 48%,rgba(255,255,255,.07));
  }
  .mobile-bottom .mobile-action:active{transform:scale(.975)}
  .mobile-bottom a.mobile-action--call{
    background:linear-gradient(135deg,rgba(21,72,50,.76),rgba(14,49,35,.64));
    border-color:rgba(142,205,174,.34);
  }
  .mobile-bottom a.mobile-action--wa{
    background:linear-gradient(135deg,rgba(22,172,91,.76),rgba(11,128,66,.66));
    border-color:rgba(159,243,194,.38);
  }
  .mobile-action__icon{
    position:relative;
    z-index:1;
    width:42px;
    height:42px;
    flex:0 0 42px;
    border-radius:14px;
    display:grid;
    place-items:center;
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.25);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.24);
  }
  .mobile-action__icon img{width:21px;height:21px;object-fit:contain}
  .mobile-action__text{position:relative;z-index:1;display:grid;line-height:1.08;text-align:left;min-width:0}
  .mobile-action__text small{font-size:9px;font-weight:700;letter-spacing:.04em;color:rgba(255,255,255,.72);margin-bottom:4px;white-space:nowrap}
  .mobile-action__text strong{font-size:13px;font-weight:900;color:#fff;white-space:nowrap}
}
@media(max-width:390px){
  .mobile-bottom{left:8px;right:8px;gap:7px}
  .mobile-bottom .mobile-action{height:55px;padding:6px 9px 6px 7px;gap:8px;border-radius:16px}
  .mobile-action__icon{width:39px;height:39px;flex-basis:39px;border-radius:12px}
  .mobile-action__icon img{width:20px;height:20px}
  .mobile-action__text small{font-size:8px}
  .mobile-action__text strong{font-size:12px}
}
