:root{--green:#087a3c;--green-dark:#04592b;--green-soft:#eaf5ee;--ink:#111a16;--muted:#6a746e;--line:#e1e8e4;--paper:#fff;--bg:#f7f9f8;--shadow:0 10px 30px rgba(11,48,28,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,"Helvetica Neue",sans-serif;color:var(--ink);background:#fff;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1320px,calc(100% - 48px));margin:auto}.topbar{height:30px;background:var(--green-dark);color:#fff;font-size:12px}.topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.topbar-left,.topbar-right{display:flex;align-items:center;gap:20px}.topbar a,.topbar span{opacity:.95}.topbar i{margin-right:5px}.topbar-right a i{margin:0}.lang{font-weight:700}.site-header{background:#fff;border-bottom:1px solid #edf0ee;position:relative;z-index:50}.header-inner{height:68px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;min-width:180px}.brand img{width:160px;max-height:58px;object-fit:contain}.main-nav{margin-left:auto}.main-nav>ul{display:flex;align-items:center;gap:4px;margin:0;padding:0;list-style:none}.main-nav li{position:relative}.main-nav a{display:flex;align-items:center;gap:5px;padding:24px 13px 21px;font-size:14px;font-weight:700;border-bottom:3px solid transparent}.main-nav>ul>li:first-child>a,.main-nav a:hover{color:var(--green);border-bottom-color:var(--green)}.submenu{display:none;position:absolute;top:100%;left:0;background:#fff;min-width:210px;list-style:none;padding:8px;margin:0;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:0 0 10px 10px}.has-sub:hover>.submenu{display:block}.submenu a{padding:10px 14px;border:0}.quote-btn,.btn-primary,.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:6px;padding:11px 18px;font-weight:700;transition:.2s}.quote-btn,.btn-primary{background:var(--green);color:#fff}.quote-btn:hover,.btn-primary:hover{background:var(--green-dark)}.quote-btn{margin-left:10px;min-width:120px}.btn-outline{border:1px solid var(--green);color:var(--green);background:#fff}.btn-outline:hover{background:var(--green-soft)}.nav-toggle{display:none;background:none;border:0;font-size:30px;color:var(--green)}
.hero-section{background:#edf5f0;overflow:hidden}.hero-swiper{width:100%}.hero-slide{position:relative}.hero-slide>img{width:100%;height:auto;aspect-ratio:3/1;min-height:410px;max-height:620px;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;display:flex;align-items:center;background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.8) 35%,rgba(255,255,255,0) 63%)}.hero-copy{max-width:620px}.eyebrow{letter-spacing:.27em;font-size:13px;color:var(--green);font-weight:700}.hero-copy h1{font-size:58px;line-height:.98;margin:14px 0 18px}.hero-copy>p:not(.eyebrow){font-size:20px;max-width:570px}.hero-actions{display:flex;gap:12px;margin-top:26px}.swiper-pagination-bullet-active{background:var(--green)!important}
.section-white{background:#fff}.product-strip{padding:16px 0 20px}.section-heading,.mini-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.section-heading h2{font-size:29px;margin:0 0 14px;position:relative}.section-heading h2:after{content:"";display:block;width:58px;height:4px;background:var(--green);border-radius:3px;margin-top:4px}.section-heading h2 span{font-weight:800}.section-heading>a,.mini-heading>a{color:var(--green);font-weight:700;font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.product-card{border:1px solid var(--line);border-radius:5px;overflow:hidden;background:#fff;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#c7dacd}.product-image{height:110px;background:#f7f7f7;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:cover}.product-body{padding:11px 13px;display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.product-body h3{font-size:14px;margin:0 0 3px}.product-body p{font-size:12px;color:var(--muted);margin:0}.product-body>i{color:var(--green);font-size:20px}.home-band{background:#056b33;overflow:hidden}.home-band img{width:100%;height:auto;min-height:128px;object-fit:cover}.home-lower{padding:12px 0}.lower-grid{display:grid;grid-template-columns:1.35fr .86fr 1fr;gap:18px}.about-card{display:grid;grid-template-columns:190px 1fr;gap:20px;padding-right:18px;border-right:1px solid var(--line)}.about-card>img{width:100%;height:142px;object-fit:cover;border-radius:2px}.about-card small{font-size:10px;letter-spacing:.12em;color:#737d76}.about-card h2,.faq-card h2,.contact-card-home h2{font-size:22px;margin:2px 0 6px}.about-card p{font-size:13px;margin:0 0 10px;color:#46504a}.about-card .btn-outline{padding:7px 13px;font-size:12px}.faq-card{padding-right:12px;border-right:1px solid var(--line)}.mini-heading h2{font-size:19px}.faq-card details{border:1px solid var(--line);margin-bottom:5px;border-radius:4px;background:#fff;font-size:12px}.faq-card summary{cursor:pointer;font-weight:700;padding:8px 10px;list-style:none;display:flex;justify-content:space-between}.faq-card summary:after{content:"+";font-size:18px;line-height:1}.faq-card details[open] summary:after{content:"−"}.faq-card details p{margin:0;padding:0 10px 10px;color:var(--muted)}.contact-card-home{position:relative;overflow:hidden;padding:0 12px}.contact-card-home>p{font-size:12px;max-width:250px}.contact-card-home>a,.contact-card-home>span{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;margin:5px 0}.contact-card-home i{color:var(--green)}.leaf-mark{position:absolute;right:10px;bottom:8px;display:flex;align-items:center;gap:8px;color:var(--green);transform:rotate(-6deg)}.leaf-mark>i{font-size:55px;font-weight:300}.leaf-mark em{font-family:Georgia,serif;color:#1d3729;font-size:18px}.site-footer{background:#1f2925;color:#dce4df}.footer-inner{min-height:70px;display:grid;grid-template-columns:170px 1fr auto auto auto;align-items:center;gap:28px}.footer-logo img{width:120px;background:#fff;padding:5px}.footer-nav{display:flex;gap:25px;flex-wrap:wrap;font-size:12px}.footer-nav a:hover{color:#fff}.footer-social{display:flex;gap:10px}.copyright{font-size:10px;color:#aeb7b2}.footer-slogan{font-family:Georgia,serif;font-style:italic;color:#25a75b;font-size:17px;white-space:nowrap}
.page-hero{min-height:245px;background:linear-gradient(135deg,#075d30,#0d8844);color:#fff;display:flex;align-items:center;background-size:cover;background-position:center}.page-hero .container{padding:48px 0}.page-hero span{font-size:12px;letter-spacing:.24em;font-weight:700;opacity:.85}.page-hero h1{font-size:46px;line-height:1.05;margin:8px 0 12px}.page-hero p{font-size:18px;max-width:760px;margin:0;opacity:.9}.content-section{padding:55px 0;background:var(--bg)}.prose{font-size:16px;line-height:1.8}.prose h2,.prose h3{color:#163923}.prose img{border-radius:10px}.catalog-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.catalog-product-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:.2s}.catalog-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.catalog-product-card .img{height:220px;background:#f4f5f4}.catalog-product-card img{width:100%;height:100%;object-fit:cover}.catalog-product-card .body{padding:20px}.catalog-product-card h2{font-size:20px;margin:0 0 8px}.catalog-product-card p{color:var(--muted);min-height:46px}.catalog-product-card span{color:var(--green);font-weight:700}.product-detail{display:grid;grid-template-columns:1fr 1.15fr;gap:50px;align-items:start}.product-detail-image{background:#fff;border:1px solid var(--line);padding:20px;border-radius:15px}.product-detail-image img{width:100%;max-height:500px;object-fit:contain}.product-detail-content h2{font-size:32px}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.catalog-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;display:grid;grid-template-columns:100px 1fr;gap:18px;align-items:center}.catalog-card>img{width:100px;height:130px;object-fit:cover}.catalog-icon{width:100px;height:130px;display:grid;place-items:center;background:#f6f6f6;color:#b51e1e;font-size:46px}.catalog-card h2{font-size:20px;margin:0 0 5px}.catalog-card p{font-size:13px;color:var(--muted)}.album-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.album-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid var(--line)}.album-card img{width:100%;height:230px;object-fit:cover}.album-card div{padding:18px}.album-card h2{margin:0 0 6px;font-size:21px}.album-card p{margin:0;color:var(--muted)}.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.photo-grid figure{margin:0;background:#fff;border:1px solid var(--line);padding:7px;border-radius:9px}.photo-grid img{width:100%;height:210px;object-fit:cover;border-radius:5px}.photo-grid figcaption{padding:8px 4px;font-size:12px;color:var(--muted)}.empty-state{background:#fff;border:1px dashed #cbd7cf;border-radius:12px;padding:40px;text-align:center;color:var(--muted)}.empty-state h1{font-size:70px;margin:0;color:var(--green)}
.contact-layout{display:grid;grid-template-columns:.8fr 1.5fr;gap:30px}.contact-info-panel,.contact-form{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px}.contact-info-panel h2,.contact-form h2{margin-top:0}.contact-info-panel>a,.contact-info-panel>div{display:flex;gap:16px;align-items:flex-start;padding:16px 0;border-bottom:1px solid #edf0ee}.contact-info-panel i{font-size:22px;color:var(--green)}.contact-info-panel span{display:flex;flex-direction:column;gap:3px;color:var(--muted)}.contact-info-panel b{color:var(--ink)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:700}.form-grid .full{grid-column:1/-1}.form-grid input,.form-grid textarea{width:100%;border:1px solid #cfd9d2;border-radius:7px;padding:11px 12px;font:inherit;background:#fff}.form-grid input:focus,.form-grid textarea:focus{outline:2px solid #c6e6d2;border-color:var(--green)}.captcha-row{grid-column:1/-1;display:flex;align-items:center;gap:8px}.captcha-row img{height:54px;border:1px solid var(--line);border-radius:8px}.captcha-row input{max-width:180px;text-transform:uppercase}.captcha-refresh{height:44px;width:44px;border:1px solid var(--line);background:#fff;border-radius:7px;color:var(--green);cursor:pointer}.map-wrap{margin-top:30px;border-radius:14px;overflow:hidden;border:1px solid var(--line);height:400px;background:#e7ede9}.map-wrap iframe{border:0;width:100%;height:100%}.public-alert{padding:13px 16px;border-radius:8px;margin-bottom:18px}.public-alert.success{background:#e6f6ec;color:#075a2d}.public-alert.error{background:#fff0f0;color:#8d2424}
@media(max-width:1180px){.main-nav a{padding-left:8px;padding-right:8px;font-size:13px}.quote-btn{display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.lower-grid{grid-template-columns:1fr 1fr}.contact-card-home{grid-column:1/-1;min-height:150px}.footer-inner{grid-template-columns:140px 1fr auto}.copyright,.footer-slogan{grid-column:auto}.catalog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.container{width:min(100% - 30px,1320px)}.topbar-right>span:first-child{display:none}.header-inner{height:64px}.nav-toggle{display:block;margin-left:auto}.main-nav{display:none;position:absolute;top:64px;left:0;right:0;background:#fff;border-top:1px solid var(--line);box-shadow:var(--shadow);padding:10px 18px}.main-nav.open{display:block}.main-nav>ul{display:block}.main-nav a{padding:12px;border-bottom:0}.submenu{position:static;display:block!important;box-shadow:none;border:0;padding-left:16px}.hero-slide>img{aspect-ratio:auto;height:500px;object-fit:cover}.hero-copy h1{font-size:43px}.hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.82) 55%,rgba(255,255,255,.2) 100%)}.product-grid{grid-template-columns:repeat(2,1fr)}.lower-grid{grid-template-columns:1fr}.about-card,.faq-card{border-right:0;padding-right:0}.catalog-product-grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr}.photo-grid{grid-template-columns:repeat(2,1fr)}.contact-layout{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;text-align:center;padding:25px 0}.footer-logo{margin:auto}.footer-nav,.footer-social{justify-content:center}.footer-slogan{white-space:normal}}
@media(max-width:600px){.topbar{height:auto;padding:7px 0}.topbar-inner{display:block}.topbar-left{justify-content:center;gap:12px;flex-wrap:wrap}.topbar-right{display:none}.brand img{width:135px}.hero-slide>img{height:430px;object-position:center}.hero-overlay .container{width:calc(100% - 32px)}.hero-copy{max-width:88%}.hero-copy h1{font-size:36px}.hero-copy>p:not(.eyebrow){font-size:16px}.eyebrow{font-size:10px}.product-grid,.catalog-product-grid,.catalog-grid,.album-grid,.photo-grid{grid-template-columns:1fr}.product-image{height:150px}.home-band img{min-height:120px;object-fit:cover}.about-card{grid-template-columns:1fr}.about-card>img{height:210px}.page-hero h1{font-size:36px}.form-grid{grid-template-columns:1fr}.form-grid .full,.captcha-row{grid-column:auto}.captcha-row{flex-wrap:wrap}.catalog-card{grid-template-columns:80px 1fr}.catalog-card>img,.catalog-icon{width:80px;height:110px}.leaf-mark{position:static;margin-top:20px}.section-heading{align-items:flex-end}.section-heading h2{font-size:24px}}
/* v1.1.0 dynamic hero */
.hero-section{background:#edf5f0;overflow:hidden}.hero-swiper{width:100%;overflow:hidden}.hero-slide{position:relative;min-height:var(--hero-min-height,650px);overflow:hidden}.hero-media{position:absolute;inset:0}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.94) 24%,rgba(255,255,255,.62) 40%,rgba(255,255,255,.04) 64%)}.hero-media img{width:100%;height:100%;min-height:var(--hero-min-height,650px);object-fit:cover;object-position:var(--hero-image-position,center center)}.hero-overlay{position:absolute;inset:0 0 122px;display:flex;align-items:center;background:none;z-index:2}.hero-layout{display:flex;align-items:center;height:100%}.hero-copy{max-width:610px;padding:36px 0 28px}.hero-copy .eyebrow{letter-spacing:.27em;font-size:13px;color:var(--green);font-weight:800;margin:0 0 14px}.hero-copy h1{font-size:64px;line-height:.98;margin:0 0 18px;letter-spacing:-.035em;max-width:620px}.hero-subtitle{font-size:19px;line-height:1.45;max-width:560px;margin:0;color:#26342c}.hero-actions{display:flex;gap:14px;margin-top:26px}.hero-actions .btn-primary,.hero-actions .btn-outline{min-height:48px;padding:12px 22px;font-size:15px;border-radius:7px}.hero-slogans{display:flex;gap:26px;flex-wrap:wrap;margin-top:27px}.hero-slogan{display:flex;align-items:center;gap:9px;max-width:160px;color:#21382b;font-weight:700;font-size:13px;line-height:1.15}.hero-slogan i{font-size:24px;color:var(--green)}.hero-feature-wrap{position:absolute;left:0;right:0;bottom:22px;z-index:4}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));background:rgba(255,255,255,.95);border:1px solid rgba(216,228,221,.9);box-shadow:0 12px 34px rgba(10,65,37,.11);border-radius:12px;overflow:hidden;backdrop-filter:blur(7px)}.hero-feature{position:relative;min-height:86px;display:flex;align-items:center;gap:16px;padding:16px 24px;border-right:1px solid #e5ece8;color:inherit}.hero-feature:last-child{border-right:0}.hero-feature>i:first-child{width:44px;height:44px;flex:0 0 44px;border-radius:50%;display:grid;place-items:center;background:#e9f6ed;color:var(--green);font-size:24px}.hero-feature div{display:flex;flex-direction:column;min-width:0}.hero-feature b{font-size:15px;margin-bottom:2px}.hero-feature span{font-size:12px;color:#5c6861;line-height:1.35}.hero-feature .feature-arrow{margin-left:auto;color:var(--green);font-size:18px}.hero-prev,.hero-next{position:absolute;top:45%;transform:translateY(-50%);z-index:7;width:48px;height:48px;border-radius:50%;border:1px solid #e1e9e4;background:rgba(255,255,255,.94);box-shadow:0 8px 24px rgba(18,54,34,.12);font-size:20px;cursor:pointer;color:#1f3027}.hero-prev{left:24px}.hero-next{right:24px}.hero-prev:hover,.hero-next:hover{color:var(--green);border-color:#b8d6c3}.hero-swiper .swiper-pagination{bottom:128px!important}.hero-swiper .swiper-pagination-bullet{width:10px;height:10px;background:#fff;opacity:.8;border:1px solid #ccd8d1}.hero-swiper .swiper-pagination-bullet-active{background:var(--green)!important;border-color:#fff;box-shadow:0 0 0 2px var(--green)}.product-category{display:block;color:var(--green);font-size:10px!important;font-weight:800;margin-bottom:3px;text-transform:uppercase;letter-spacing:.04em}

/* product hierarchy frontend */
.product-taxonomy{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:24px}.product-taxonomy a{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:999px;background:#fff;padding:8px 13px;font-size:12px;font-weight:700;color:#56635c}.product-taxonomy a.active,.product-taxonomy a:hover{background:var(--green);border-color:var(--green);color:#fff}.product-hierarchy-sections{display:flex;flex-direction:column;gap:34px}.product-group-block{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px}.product-group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.product-group-head small{display:block;color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:.07em;margin-bottom:3px}.product-group-head h2{margin:0;font-size:26px}.product-group-head p{margin:7px 0 0;color:var(--muted);font-size:14px}.subgroup-title{display:flex;align-items:center;gap:10px;margin:22px 0 12px;font-size:17px}.subgroup-title:after{content:"";height:1px;background:var(--line);flex:1}.product-breadcrumb{display:flex;gap:7px;align-items:center;flex-wrap:wrap;font-size:12px;color:#66746c;margin-bottom:14px}.product-breadcrumb a{color:var(--green);font-weight:700}.product-breadcrumb i{font-size:10px}

@media(max-width:1100px){.hero-copy h1{font-size:52px}.hero-media:after{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 33%,rgba(255,255,255,.32) 66%,rgba(255,255,255,.03) 100%)}.hero-prev{left:12px}.hero-next{right:12px}.hero-slogans{gap:16px}.hero-feature{padding:14px 16px}}
@media(max-width:800px){.hero-slide{min-height:max(720px,var(--hero-min-height,650px))}.hero-media:after{background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.9) 50%,rgba(255,255,255,.35) 72%,rgba(255,255,255,.5) 100%)}.hero-overlay{inset:0 0 210px;align-items:flex-start}.hero-copy{padding-top:45px;max-width:100%}.hero-copy h1{font-size:45px;max-width:520px}.hero-subtitle{font-size:17px;max-width:520px}.hero-slogans{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:520px}.hero-feature-wrap{bottom:14px}.hero-features{grid-template-columns:1fr}.hero-feature{min-height:60px;padding:10px 15px;border-right:0;border-bottom:1px solid #e5ece8}.hero-feature:last-child{border-bottom:0}.hero-feature>i:first-child{width:36px;height:36px;flex-basis:36px;font-size:20px}.hero-feature b{font-size:13px}.hero-feature span{font-size:11px}.hero-swiper .swiper-pagination{bottom:220px!important}.hero-prev,.hero-next{display:none}}
@media(max-width:520px){.container{width:min(100% - 28px,1320px)}.hero-slide{min-height:max(760px,var(--hero-min-height,650px))}.hero-copy h1{font-size:38px}.hero-copy .eyebrow{font-size:10px;letter-spacing:.17em}.hero-actions{flex-direction:column;align-items:stretch;max-width:310px}.hero-slogans{grid-template-columns:1fr 1fr;gap:12px}.hero-slogan{font-size:11px}.hero-slogan i{font-size:20px}.hero-feature span{display:none}.hero-swiper .swiper-pagination{bottom:198px!important}.product-group-block{padding:15px}.product-group-head h2{font-size:21px}}
/* cover the legacy baked-in lower strip: live CMS feature fields sit on top */
.hero-feature-wrap{bottom:0;padding:17px 0 18px;background:rgba(247,250,248,.96);border-top:1px solid rgba(222,233,226,.9)}
.hero-swiper .swiper-pagination{bottom:122px!important}
@media(max-width:800px){.hero-feature-wrap{bottom:0;padding:10px 0}.hero-swiper .swiper-pagination{bottom:205px!important}}
@media(max-width:520px){.hero-swiper .swiper-pagination{bottom:185px!important}}

/* v1.1.1 slider visual refinement: all text/buttons/features are live CMS layers */
.hero-slide{min-height:var(--hero-min-height,740px);isolation:isolate}
.hero-media{z-index:0}
.hero-media:after{z-index:1;background:linear-gradient(90deg,rgba(255,255,255,.995) 0%,rgba(255,255,255,.99) 29%,rgba(255,255,255,.92) 36%,rgba(255,255,255,.32) 48%,rgba(255,255,255,0) 59%)}
.hero-media img{min-height:var(--hero-min-height,740px)}
.hero-slide:after{content:"";position:absolute;left:0;right:0;bottom:0;height:150px;z-index:3;pointer-events:none;background:linear-gradient(0deg,rgba(246,250,247,.99) 0%,rgba(246,250,247,.97) 52%,rgba(246,250,247,.65) 72%,rgba(246,250,247,0) 100%)}
.hero-overlay{inset:0 0 135px;z-index:5;align-items:center}
.hero-copy{max-width:610px;padding:34px 0 34px}
.hero-copy .eyebrow{color:var(--hero-eyebrow-color,var(--green));font-weight:800;letter-spacing:.29em;margin:0 0 16px}
.hero-copy .hero-title{font-size:64px;line-height:.94;margin:0 0 20px;letter-spacing:-.045em;max-width:640px;font-weight:800}
.hero-title-main,.hero-title-highlight{display:block}
.hero-title-main{color:var(--hero-title-color,#111a16)}
.hero-title-highlight{color:var(--hero-highlight-color,var(--green));margin-top:5px}
.hero-subtitle{color:var(--hero-subtitle-color,#26342c);font-size:19px;line-height:1.45;max-width:570px}
.hero-actions{margin-top:24px;gap:16px}
.hero-actions .btn-primary,.hero-actions .btn-outline{min-height:52px;padding:13px 24px;border-radius:7px;font-size:15px;box-shadow:0 5px 15px rgba(6,91,45,.08)}
.hero-actions .btn-primary{background:var(--green);border:1px solid var(--green)}
.hero-actions .btn-outline{background:rgba(255,255,255,.96);border:1.5px solid var(--green);color:var(--green)}
.hero-slogans{gap:28px;margin-top:28px}
.hero-slogan{font-size:13px;max-width:170px;color:#20382a;font-weight:700}
.hero-slogan i{font-size:25px;color:var(--green)}
.hero-feature-wrap{position:absolute;left:0;right:0;bottom:20px;z-index:12;padding:0;background:transparent;border:0;pointer-events:none}
.hero-feature-wrap .container{pointer-events:auto}
.hero-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;background:transparent;border:0;box-shadow:none;border-radius:0;overflow:visible;backdrop-filter:none}
.hero-feature{min-height:92px;background:rgba(255,255,255,.97);border:1px solid rgba(219,229,223,.98)!important;border-radius:10px;box-shadow:0 12px 28px rgba(11,48,28,.12);padding:16px 24px;backdrop-filter:blur(5px)}
.hero-feature:last-child{border-right:1px solid rgba(219,229,223,.98)!important}
.hero-feature>i:first-child{width:48px;height:48px;flex:0 0 48px;background:#edf8f0;color:var(--green);font-size:27px}
.hero-feature b{font-size:16px;color:#17261e}
.hero-feature span{font-size:12.5px;color:#59675f}
.hero-feature:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(11,48,28,.16)}
.hero-swiper .swiper-pagination{bottom:126px!important;z-index:14}
.hero-prev,.hero-next{z-index:15}

@media(max-width:1100px){
  .hero-copy .hero-title{font-size:54px}
  .hero-media:after{background:linear-gradient(90deg,rgba(255,255,255,.995) 0%,rgba(255,255,255,.98) 34%,rgba(255,255,255,.72) 46%,rgba(255,255,255,.08) 66%,rgba(255,255,255,0) 100%)}
  .hero-feature{padding:14px 17px}
}
@media(max-width:800px){
  .hero-slide{min-height:max(840px,var(--hero-min-height,740px))}
  .hero-media:after{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 48%,rgba(255,255,255,.58) 67%,rgba(255,255,255,.15) 78%,rgba(255,255,255,.25) 100%)}
  .hero-slide:after{height:255px;background:linear-gradient(0deg,rgba(246,250,247,.995) 0%,rgba(246,250,247,.97) 70%,rgba(246,250,247,.15) 100%)}
  .hero-overlay{inset:0 0 250px;align-items:flex-start}
  .hero-copy{padding-top:42px}
  .hero-copy .hero-title{font-size:46px;max-width:540px}
  .hero-features{grid-template-columns:1fr;gap:7px}
  .hero-feature{min-height:63px;padding:10px 15px;border-radius:8px}
  .hero-feature>i:first-child{width:38px;height:38px;flex-basis:38px;font-size:21px}
  .hero-feature-wrap{bottom:12px}
  .hero-swiper .swiper-pagination{bottom:235px!important}
}
@media(max-width:520px){
  .hero-slide{min-height:max(900px,var(--hero-min-height,740px))}
  .hero-overlay{inset:0 0 255px}
  .hero-copy{padding-top:32px}
  .hero-copy .hero-title{font-size:39px;line-height:.96}
  .hero-copy .eyebrow{font-size:10px;letter-spacing:.18em}
  .hero-subtitle{font-size:16px}
  .hero-actions{max-width:320px}
  .hero-slogans{grid-template-columns:1fr 1fr;gap:12px 16px}
  .hero-feature span{display:block;font-size:10.5px}
  .hero-swiper .swiper-pagination{bottom:238px!important}
}

/* v1.1.2 slider match refinement
   The background image stays clear. The white transition exists only behind
   the dynamic slogan/title area, while the live feature cards float on top. */
.hero-media:after{display:none!important;background:none!important}
.hero-slide:after{display:none!important;background:none!important}
.hero-overlay{background:transparent!important;z-index:10}
.hero-copy{position:relative;isolation:isolate;z-index:11;max-width:620px;padding:32px 0 30px}
.hero-copy:before{content:"";position:absolute;z-index:-1;pointer-events:none;left:-92px;right:-118px;top:-34px;bottom:-32px;background:radial-gradient(ellipse at 28% 50%,rgba(255,255,255,.995) 0%,rgba(255,255,255,.99) 50%,rgba(255,255,255,.94) 64%,rgba(255,255,255,.72) 75%,rgba(255,255,255,.34) 86%,rgba(255,255,255,0) 100%)}
.hero-copy .eyebrow{color:var(--hero-eyebrow-color,#087a3c);font-weight:800;text-transform:uppercase;letter-spacing:.29em;text-shadow:0 1px 0 rgba(255,255,255,.2)}
.hero-copy .hero-title{font-size:64px;line-height:.95;letter-spacing:-.044em;font-weight:800;text-shadow:0 1px 0 rgba(255,255,255,.16)}
.hero-title-main{color:var(--hero-title-color,#111a16)}
.hero-title-highlight{color:var(--hero-highlight-color,#087a3c)}
.hero-subtitle{color:var(--hero-subtitle-color,#26342c);font-size:19px;line-height:1.42;max-width:585px}
.hero-actions{position:relative;z-index:2;margin-top:23px}
.hero-actions .btn-primary{background:#087a3c;border-color:#087a3c;color:#fff;box-shadow:0 5px 14px rgba(6,91,45,.12)}
.hero-actions .btn-outline{background:rgba(255,255,255,.93);border-color:#087a3c;color:#087a3c;box-shadow:0 5px 14px rgba(6,91,45,.06)}
.hero-slogans{position:relative;z-index:2;margin-top:25px;gap:24px}
.hero-slogan{color:#1b2d23;font-weight:700}
.hero-slogan i{color:#087a3c}
.hero-feature-wrap{position:absolute;left:0;right:0;bottom:20px;z-index:30!important;padding:0!important;background:transparent!important;border:0!important;pointer-events:none}
.hero-feature-wrap .container{pointer-events:auto}
.hero-features{position:relative;z-index:31;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important;backdrop-filter:none!important}
.hero-feature{position:relative;z-index:32;min-height:82px;background:rgba(255,255,255,.97)!important;border:1px solid rgba(214,226,219,.98)!important;border-radius:8px!important;box-shadow:0 9px 24px rgba(10,55,31,.13)!important;padding:14px 22px!important;backdrop-filter:blur(3px)}
.hero-feature>i:first-child{width:46px;height:46px;flex:0 0 46px;background:#edf7f0;color:#087a3c;font-size:26px}
.hero-feature b{font-size:16px;color:#15231b}
.hero-feature span{font-size:12.5px;color:#59675f}
.hero-swiper .swiper-pagination{bottom:117px!important;z-index:35}
.hero-prev,.hero-next{z-index:36}

@media(max-width:1100px){
  .hero-copy:before{left:-55px;right:-75px;top:-28px;bottom:-28px;background:radial-gradient(ellipse at 30% 50%,rgba(255,255,255,.995) 0%,rgba(255,255,255,.985) 52%,rgba(255,255,255,.88) 68%,rgba(255,255,255,.45) 82%,rgba(255,255,255,0) 100%)}
  .hero-copy .hero-title{font-size:54px}
}
@media(max-width:800px){
  .hero-overlay{inset:0 0 245px;align-items:flex-start}
  .hero-copy{padding-top:38px;max-width:100%}
  .hero-copy:before{left:-32px;right:-28px;top:-20px;bottom:-24px;background:radial-gradient(ellipse at 33% 38%,rgba(255,255,255,.995) 0%,rgba(255,255,255,.98) 55%,rgba(255,255,255,.76) 73%,rgba(255,255,255,.2) 90%,rgba(255,255,255,0) 100%)}
  .hero-copy .hero-title{font-size:46px}
  .hero-feature-wrap{bottom:12px}
  .hero-features{grid-template-columns:1fr;gap:7px}
  .hero-feature{min-height:62px;padding:9px 14px!important}
  .hero-swiper .swiper-pagination{bottom:230px!important}
}
@media(max-width:520px){
  .hero-overlay{inset:0 0 252px}
  .hero-copy{padding-top:30px}
  .hero-copy:before{left:-18px;right:-12px;top:-14px;bottom:-18px}
  .hero-copy .hero-title{font-size:39px}
  .hero-subtitle{font-size:16px}
  .hero-slogans{gap:11px 15px}
  .hero-feature span{font-size:10.5px}
  .hero-swiper .swiper-pagination{bottom:235px!important}
}


/* v1.1.4 slider CTA interaction refinement */
.hero-actions .btn-primary,
.hero-actions .btn-outline{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  transform:translateY(0) scale(1);
  transition:background-color .28s ease,border-color .28s ease,color .28s ease,box-shadow .28s ease,transform .28s ease;
  will-change:transform,box-shadow;
}
.hero-actions .btn-primary::before,
.hero-actions .btn-outline::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:0;
  bottom:0;
  left:-85%;
  width:55%;
  transform:skewX(-18deg);
  background:linear-gradient(110deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.28) 50%,rgba(255,255,255,0) 100%);
  transition:left .55s ease;
  pointer-events:none;
}
.hero-actions .btn-primary:hover,
.hero-actions .btn-outline:hover{
  transform:translateY(-3px);
}
.hero-actions .btn-primary:hover{
  background:#05662f;
  border-color:#05662f;
  box-shadow:0 14px 28px rgba(6,91,45,.28);
}
.hero-actions .btn-outline:hover{
  background:#eefaf2;
  border-color:#05662f;
  color:#05662f;
  box-shadow:0 13px 26px rgba(6,91,45,.14);
}
.hero-actions .btn-primary:hover::before,
.hero-actions .btn-outline:hover::before{left:135%}
.hero-actions .btn-primary i,
.hero-actions .btn-outline i{transition:transform .28s ease}
.hero-actions .btn-primary:hover i.bi-arrow-right{transform:translateX(5px)}
.hero-actions .btn-outline:hover i{transform:translateX(3px) scale(1.04)}
.hero-actions .btn-primary:active,
.hero-actions .btn-outline:active{transform:translateY(-1px) scale(.985);transition-duration:.08s}
.hero-actions .btn-primary:focus-visible,
.hero-actions .btn-outline:focus-visible{outline:3px solid rgba(8,122,60,.28);outline-offset:4px}
@media (prefers-reduced-motion:reduce){
  .hero-actions .btn-primary,.hero-actions .btn-outline,.hero-actions .btn-primary::before,.hero-actions .btn-outline::before,.hero-actions .btn-primary i,.hero-actions .btn-outline i{transition:none!important}
  .hero-actions .btn-primary:hover,.hero-actions .btn-outline:hover,.hero-actions .btn-primary:active,.hero-actions .btn-outline:active{transform:none}
}

/* v1.1.5 - Adım adım Ürün Grubu > Alt Grup > Ürün gezintisi */
.browser-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 22px}.browser-section-head small{display:block;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.18em;margin-bottom:5px}.browser-section-head h2{margin:0;font-size:28px;color:#183224}.browser-brand-badge{display:inline-flex;align-items:center;border:1px solid #cfe1d6;background:#fff;color:var(--green);font-size:12px;font-weight:800;padding:8px 13px;border-radius:999px}.product-browser-breadcrumb{margin:0 0 24px;padding:12px 15px;background:#fff;border:1px solid var(--line);border-radius:10px}.taxonomy-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.taxonomy-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;color:inherit;box-shadow:0 5px 20px rgba(21,62,39,.035);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.taxonomy-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px rgba(19,72,42,.11);border-color:#bcd8c7}.taxonomy-card-media{height:190px;display:grid;place-items:center;background:linear-gradient(145deg,#f8fbf9,#edf6f0);overflow:hidden;color:var(--green)}.taxonomy-card-media.subgroup-media{background:linear-gradient(145deg,#fbfcfb,#f0f6f2)}.taxonomy-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.taxonomy-card:hover .taxonomy-card-media img{transform:scale(1.035)}.taxonomy-card-media>i{font-size:54px;opacity:.72}.taxonomy-card-body{display:flex;flex-direction:column;flex:1;padding:20px}.taxonomy-card-body>small{color:var(--green);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.taxonomy-card-body h2{font-size:22px;line-height:1.2;margin:6px 0 9px;color:#13281c}.taxonomy-card-body p{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 18px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.taxonomy-card-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:15px;border-top:1px solid #edf1ee}.taxonomy-card-meta>span{font-size:12px;color:#77837c}.taxonomy-card-meta>b{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-size:13px;white-space:nowrap}.taxonomy-card:hover .taxonomy-card-meta>b i{transform:translateX(4px)}.taxonomy-card-meta>b i{transition:transform .2s ease}.catalog-product-card .img>i{height:100%;display:grid;place-items:center;color:var(--green);font-size:48px;opacity:.55}
@media(max-width:1000px){.taxonomy-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.browser-section-head{align-items:flex-start;flex-direction:column}.browser-section-head h2{font-size:24px}.taxonomy-card-grid{grid-template-columns:1fr}.taxonomy-card-media{height:175px}.taxonomy-card-body h2{font-size:20px}.taxonomy-card-meta{align-items:flex-start;flex-direction:column;gap:7px}}


/* v1.1.6 - ürün katalog filtreleri */
.catalog-filter{display:flex;align-items:center;gap:10px;margin:-4px 0 22px;max-width:520px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:0 14px;box-shadow:0 4px 16px rgba(18,63,37,.04)}
.catalog-filter:focus-within{border-color:#88bf9f;box-shadow:0 0 0 3px rgba(8,122,60,.09)}
.catalog-filter>i{color:var(--green);font-size:18px}.catalog-filter input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:13px 0;font:inherit;color:var(--ink)}
.catalog-filter .filter-count{font-size:11px;font-weight:800;color:#738078;white-space:nowrap}.filter-hidden{display:none!important}
.catalog-filter-empty{grid-column:1/-1;padding:26px;text-align:center;background:#fff;border:1px dashed #cbd8d0;border-radius:12px;color:var(--muted)}

/* v1.1.8 - daha belirgin üst menü + bant boşluk düzeltmesi */
.site-header{
  box-shadow:0 5px 18px rgba(7,69,36,.08);
}
.header-inner{
  height:76px;
}
.main-nav>ul{
  gap:7px;
}
.main-nav a{
  position:relative;
  padding:26px 15px 22px;
  font-size:15px;
  font-weight:800;
  letter-spacing:.01em;
  border-bottom-width:4px;
  transition:color .22s ease,background-color .22s ease,border-color .22s ease,transform .22s ease;
}
.main-nav>ul>li>a:hover,
.main-nav>ul>li>a:focus-visible{
  color:var(--green);
  background:linear-gradient(180deg,rgba(234,245,238,.25),rgba(234,245,238,.9));
  border-bottom-color:var(--green);
}
.main-nav>ul>li>a:focus-visible{
  outline:3px solid rgba(8,122,60,.18);
  outline-offset:-3px;
}
.main-nav>ul>li:first-child>a{
  color:var(--green);
  border-bottom-color:var(--green);
  background:linear-gradient(180deg,rgba(234,245,238,0),rgba(234,245,238,.62));
}
.quote-btn{
  min-height:48px;
  padding:12px 21px;
  font-size:15px;
  border-radius:8px;
  box-shadow:0 7px 18px rgba(8,122,60,.16);
}
.quote-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 11px 24px rgba(8,122,60,.24);
}

/* GIF içindeki beyaz üst/alt alanlar kırpıldı; bölüm komşu alanlara sıfır boşlukla oturur. */
.product-strip{padding-bottom:0!important;margin-bottom:0!important}
.home-band{
  display:block;
  margin:0!important;
  padding:0!important;
  line-height:0;
  background:#056b33;
  overflow:hidden;
}
.home-band img{
  display:block;
  width:100%;
  height:auto;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  object-fit:cover;
}
.home-lower{
  margin-top:0!important;
  padding-top:0!important;
}
@media(max-width:900px){
  .header-inner{height:70px}
  .main-nav a{font-size:14px;padding:23px 11px 20px}
}
@media(max-width:600px){
  .home-band img{min-height:0!important}
  .product-strip{padding-bottom:0!important}
  .home-lower{padding-top:0!important}
}


/* v1.1.9 product detail redesign */
.product-hero{padding:44px 0 36px}.product-detail-section{padding-top:36px}.product-showcase{display:grid;grid-template-columns:minmax(320px,520px) 1fr;gap:44px;align-items:start;margin-top:14px}.product-media-card{background:#fff;border:1px solid #e4ece6;border-radius:20px;padding:28px;box-shadow:0 18px 44px rgba(12,54,25,.08)}.product-media-card img{width:100%;height:auto;display:block;object-fit:contain}.product-showcase-brand{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;background:#eef8f0;color:#0b7a3f;font-weight:800;font-size:.88rem;letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px}.product-showcase-content h2{font-size:clamp(2rem,3vw,3.2rem);line-height:1.06;margin:0 0 8px;color:#111a16}.product-subtitle{font-size:1.22rem;color:#53625b;font-weight:600;margin-bottom:20px}.product-overview{font-size:1.03rem}.product-overview ul{padding-left:1.2rem}.product-tech-box{margin-top:24px;background:#f7fbf8;border:1px solid #d6e8da;border-radius:18px;padding:18px 20px}.product-tech-box h3{margin:0 0 10px;font-size:1.02rem;color:#0b7a3f}.product-docs{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.product-doc-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;min-width:168px;padding:14px 18px;border-radius:14px;border:1px solid #d9e4dc;background:#fff;color:#1e2b24;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-doc-btn:hover{transform:translateY(-2px);border-color:#0b7a3f;box-shadow:0 12px 28px rgba(11,122,63,.12);color:#0b7a3f}.product-doc-btn.disabled{opacity:.55;cursor:not-allowed;background:#f7f7f7}.product-tabs{margin-top:40px}.product-tab-nav{display:flex;flex-wrap:wrap;gap:10px}.product-tab-btn{appearance:none;border:none;background:#0b7a3f;color:#fff;padding:18px 22px;border-radius:14px 14px 0 0;font-weight:800;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.product-tab-btn:hover{background:#075f31;transform:translateY(-1px)}.product-tab-btn.active,.product-tab-btn.active:hover{background:#111;color:#fff;box-shadow:inset 0 -3px 0 #0b7a3f}.product-tab-panels{border:1px solid #e6ece8;border-top:none;background:#fff;padding:34px 26px 26px;border-radius:0 18px 18px 18px;box-shadow:0 18px 40px rgba(10,39,21,.05)}.product-tab-panel{display:none}.product-tab-panel.active{display:block}.product-tab-panel .prose h4,.product-tab-panel .prose h3{margin-top:0}.product-related{margin-top:42px}.compact-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.section-head.compact{margin-bottom:18px}@media (max-width: 991.98px){.product-showcase{grid-template-columns:1fr;gap:24px}.product-tab-btn{width:100%;border-radius:14px}.product-tab-panels{border-top:1px solid #e6ece8;border-radius:18px;margin-top:14px;padding:24px 18px}}


/* v1.2.0 - OXO-inspired detailed product page adapted to izoSET */
.product-page-head{background:#fff;padding:34px 0 8px}.product-page-head .product-breadcrumb{margin:0 0 24px}.product-title-wrap{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:22px}.product-brand-kicker{display:block;color:var(--green);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;margin-bottom:8px}.product-title-wrap h1{font-size:clamp(38px,5vw,64px);line-height:1.02;margin:0;color:#191d1b;letter-spacing:-.035em}.product-title-wrap p{font-size:22px;color:#737b76;margin:12px 0 0}.product-title-line{display:block;width:54px;height:7px;border-radius:8px;background:var(--green);margin-top:24px}.product-main{padding:18px 0 60px;background:#fff}.product-top-grid{display:grid;grid-template-columns:minmax(360px,48%) 1fr;gap:42px;align-items:start}.product-visual-frame{background:#fff;border:10px solid #f1f2f1;min-height:510px;display:flex;align-items:center;justify-content:center;padding:28px}.product-visual-frame img{max-height:520px;width:100%;object-fit:contain}.product-visual-frame>i{font-size:96px;color:#cdd6d1}.product-summary-col{padding:2px 0}.product-intro{font-size:19px;font-weight:700;line-height:1.6;color:#252a27}.product-intro p:first-child{margin-top:0}.product-feature-bullets ul,.product-quick-specs ul{list-style:none;padding:0;margin:22px 0}.product-feature-bullets li,.product-quick-specs li{position:relative;padding-left:28px;margin:10px 0;font-size:17px}.product-feature-bullets li:before{content:'▶';position:absolute;left:0;top:1px;color:var(--green);font-size:14px}.product-quick-specs{margin-top:22px;padding-top:10px;border-top:1px solid #edf0ee}.product-quick-specs li:before{content:'›';position:absolute;left:3px;top:-2px;color:#222;font-size:26px;line-height:1}.product-mini-tech{background:#f7faf8;border-left:4px solid var(--green);padding:12px 16px;margin:22px 0;border-radius:0 8px 8px 0}.product-doc-row{display:flex;flex-wrap:wrap;gap:16px;margin-top:28px}.product-download-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:14px;min-width:132px;padding:16px 19px;background:#f6f7f6;border:1px solid #eceeec;border-radius:4px;font-size:16px;font-weight:800;color:#333;transition:.2s}.product-download-btn:hover{background:#eef7f1;color:var(--green);border-color:#bcd7c6;transform:translateY(-2px)}.product-download-btn.is-disabled{opacity:.45;cursor:not-allowed;transform:none}.product-detail-tabs{margin-top:72px}.product-detail-tabnav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.product-detail-tab{border:0;border-radius:0;background:var(--green);color:#fff;padding:20px 14px;font-size:15px;font-weight:900;cursor:pointer;transition:background .18s ease,transform .18s ease}.product-detail-tab:hover:not(.active){background:var(--green-dark);transform:translateY(-1px)}.product-detail-tab.active,.product-detail-tab.active:hover{background:#111;color:#fff;transform:none}.product-detail-panels{background:#f7f7f7;border:1px solid #ecefec;border-top:0;padding:40px 46px;min-height:250px}.product-detail-panel{display:none}.product-detail-panel.active{display:block}.product-detail-panel .prose{font-size:16px;line-height:1.8}.product-detail-panel .prose h3,.product-detail-panel .prose h4{font-size:19px;color:#222;margin:0 0 12px}.product-detail-panel .prose ul,.product-detail-panel .prose ol{padding-left:22px}.product-cta{margin-top:30px;padding:28px 34px;background:linear-gradient(120deg,#0b6d39,#0b8a48);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px}.product-cta small{font-weight:800;letter-spacing:.16em;opacity:.8}.product-cta h3{font-size:24px;margin:5px 0 0}.product-cta .btn-primary{background:#fff;color:var(--green);white-space:nowrap}.product-cta .btn-primary:hover{background:#f0f6f2}.site-header .brand img[src$=".svg"]{height:60px;width:auto;max-width:185px}
@media(max-width:1000px){.product-top-grid{grid-template-columns:1fr}.product-visual-frame{min-height:380px}.product-detail-tabnav{grid-template-columns:1fr 1fr}.product-detail-panels{padding:30px 24px}.product-title-wrap h1{font-size:48px}}
@media(max-width:600px){.product-title-wrap h1{font-size:38px}.product-title-wrap p{font-size:18px}.product-visual-frame{min-height:300px;border-width:6px;padding:14px}.product-detail-tabnav{grid-template-columns:1fr}.product-detail-tab{padding:16px 12px}.product-detail-panels{padding:24px 18px}.product-doc-row{display:grid;grid-template-columns:1fr}.product-download-btn{width:100%}.product-cta{align-items:flex-start;flex-direction:column;padding:24px}.product-cta .btn-primary{width:100%}}

/* v1.2.1: Product tab state — inactive tabs izoSET green, only active tab black. */


/* v1.2.3 social drawer style revised to match reference open/close behaviour */
.site-header{position:sticky;top:0;z-index:80;background:#fff;box-shadow:0 8px 24px rgba(19,43,27,.06)}
.main-nav>ul>li>a{position:relative;font-weight:800;letter-spacing:.01em;padding:32px 12px;color:#102019;transition:color .2s ease}
.main-nav>ul>li>a:hover,.main-nav>ul>li>a:focus-visible{color:var(--green)}
.main-nav>ul>li>a::after{content:"";position:absolute;left:12px;right:12px;bottom:18px;height:3px;background:var(--green);border-radius:999px;transform:scaleX(0);transform-origin:center;transition:transform .22s ease,opacity .22s ease;opacity:.95}
.main-nav>ul>li>a:hover::after,.main-nav>ul>li>a:focus-visible::after,.main-nav>ul>li.current>a::after{transform:scaleX(1)}
.main-nav>ul>li.current>a,.main-nav>ul>li>a[aria-current="page"]{color:var(--green)}
.quote-btn{box-shadow:0 10px 24px rgba(11,122,63,.18)}
.social-drawer{position:fixed;right:0;top:56%;transform:translateY(-50%);z-index:90;display:flex;flex-direction:row-reverse;align-items:center;pointer-events:none}
.social-drawer-toggle,.social-drawer-panel{pointer-events:auto}
.social-drawer-toggle{border:0;background:linear-gradient(180deg,#d46330 0%,#bf4f26 100%);color:#fff;border-radius:14px 0 0 14px;padding:14px 12px;min-height:204px;width:58px;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 34px rgba(0,0,0,.16);cursor:pointer;position:relative;z-index:2;transition:background .22s ease,transform .22s ease,box-shadow .22s ease}
.social-drawer-toggle span{writing-mode:vertical-rl;transform:rotate(180deg);font-size:19px;line-height:1;font-weight:800;letter-spacing:.02em}
.social-drawer-toggle:hover{transform:translateX(-2px);box-shadow:0 16px 40px rgba(0,0,0,.18)}
.social-drawer.open .social-drawer-toggle{background:linear-gradient(180deg,#cb592d 0%,#b54523 100%)}
.social-drawer-panel{width:266px;max-width:calc(100vw - 78px);background:#fff;border-radius:14px 0 0 14px;box-shadow:0 18px 46px rgba(22,36,29,.16);padding:10px;border:1px solid #eceff0;border-right:0;transform:translateX(100%);opacity:0;visibility:hidden;transition:transform .24s ease,opacity .24s ease,visibility .24s ease;margin-right:-10px}
.social-drawer.open .social-drawer-panel{transform:translateX(0);opacity:1;visibility:visible}
.social-drawer-list{display:flex;flex-direction:column;gap:2px}
.social-drawer-item{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #f1f2f4;border-radius:10px;padding:12px 14px;transition:background-color .18s ease,transform .18s ease,border-color .18s ease}
.social-drawer-item:hover{background:#fbfbfb;transform:translateX(-2px);border-color:#e3e5e8}
.social-drawer-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#fbf0f5;font-size:23px;color:#cf4f89;flex:0 0 42px}
.social-drawer-item:nth-child(2) .social-drawer-icon{background:#edf4ff;color:#1877f2}
.social-drawer-item:nth-child(3) .social-drawer-icon{background:#fff0ef;color:#ff0000}
.social-drawer-item:nth-child(4) .social-drawer-icon{background:#eef8f0;color:#0a9d58}
.social-drawer-text{font-size:17px;font-weight:800;color:#2c3548}
@media(max-width:1100px){.social-drawer{top:auto;bottom:88px;transform:none}.social-drawer-toggle{min-height:176px;width:52px}.social-drawer-toggle span{font-size:18px}.social-drawer-panel{width:246px}}
@media(max-width:900px){.social-drawer{display:none}.site-header{position:relative}.main-nav>ul>li>a::after{display:none}}


/* v1.2.6 - social medya paneli açılınca sekme de panel ile birlikte hareket etsin */
.social-drawer{
  --drawer-panel-width: 266px;
  --drawer-gap-compensation: 10px;
  transition: transform .24s ease;
}
.social-drawer.open{
  transform: translate(calc(-1 * (var(--drawer-panel-width) - var(--drawer-gap-compensation))), -50%);
}
.social-drawer.open .social-drawer-toggle{
  transform: translateX(0);
}
.social-drawer-toggle:hover{
  transform: translateX(-1px);
}
@media(max-width:1100px){
  .social-drawer{ --drawer-panel-width: 246px; --drawer-gap-compensation: 10px; }
  .social-drawer.open{ transform: translateX(calc(-1 * (var(--drawer-panel-width) - var(--drawer-gap-compensation)))); }
}


/* v1.2.7 - açılınca Sosyal Medya sekmesini panelin sol tarafına al */
.social-drawer.open{
  flex-direction: row;
  transform: translateY(-50%);
}
.social-drawer.open .social-drawer-toggle{
  order: 1;
  border-radius: 14px 0 0 14px;
}
.social-drawer.open .social-drawer-panel{
  order: 2;
  margin-right: 0;
  margin-left: -10px;
  border-radius: 0 14px 14px 0;
  border-left: 0;
  border-right: 1px solid #eceff0;
}
@media(max-width:1100px){
  .social-drawer.open{
    transform:none;
  }
  .social-drawer.open .social-drawer-panel{
    margin-left:-8px;
  }
}


/* v1.2.8 - Tablet/Mobile slider düzeni + ürün görseli boşluksuz yerleşim */
/* Ürün detayındaki görsel alanını doldurur. Yanındaki metin kolonuna dokunulmaz. */
.product-top-grid{align-items:stretch}
.product-visual-frame{
  padding:0!important;
  overflow:hidden;
  background:#f3f5f4;
}
.product-visual-frame img{
  display:block;
  width:100%!important;
  height:100%!important;
  min-height:510px;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center;
}

/* Tablet: görsel tüm slider alanını doldurur; dinamik yazı katmanı aynı içerikle korunur. */
@media (min-width:769px) and (max-width:1100px){
  .hero-slide{
    min-height:700px!important;
  }
  .hero-media,
  .hero-media img{
    width:100%;
    height:100%;
    min-height:700px!important;
  }
  .hero-media img{
    object-fit:cover!important;
    object-position:64% center!important;
  }
  .hero-overlay{
    inset:0 0 118px!important;
    align-items:center!important;
  }
  .hero-copy{
    width:min(56%,560px);
    max-width:560px!important;
    padding:24px 0!important;
  }
  .hero-copy:before{
    left:-34px!important;
    right:-70px!important;
    top:-24px!important;
    bottom:-24px!important;
  }
  .hero-copy .hero-title{
    font-size:46px!important;
  }
  .hero-subtitle{
    font-size:16px!important;
    max-width:500px!important;
  }
  .hero-actions{
    gap:10px!important;
    margin-top:18px!important;
  }
  .hero-actions .btn-primary,
  .hero-actions .btn-outline{
    min-height:46px!important;
    padding:11px 17px!important;
    font-size:13px!important;
  }
  .hero-slogans{
    margin-top:18px!important;
    gap:14px!important;
  }
  .hero-slogan{
    font-size:11px!important;
    max-width:145px!important;
  }
  .hero-slogan i{font-size:20px!important}
  .hero-feature-wrap{bottom:12px!important}
  .hero-features{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .hero-feature{
    min-height:78px!important;
    padding:10px 13px!important;
    gap:10px!important;
  }
  .hero-feature>i:first-child{
    width:38px!important;
    height:38px!important;
    flex-basis:38px!important;
    font-size:20px!important;
  }
  .hero-feature b{font-size:13px!important}
  .hero-feature span{font-size:10.5px!important}
  .hero-swiper .swiper-pagination{bottom:101px!important}
  .product-visual-frame img{min-height:420px}
}

/* Mobile: slider resmi arka planı tamamen doldurur, yazı katmanı üstte kompakt kalır. */
@media (max-width:768px){
  .hero-section,.hero-swiper{overflow:hidden!important}
  .hero-slide{
    min-height:760px!important;
    height:760px!important;
  }
  .hero-media{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
  }
  .hero-media img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    object-fit:cover!important;
    object-position:62% center!important;
  }
  .hero-overlay{
    inset:0 0 205px!important;
    align-items:flex-start!important;
  }
  .hero-overlay .container{
    width:calc(100% - 28px)!important;
  }
  .hero-copy{
    width:100%!important;
    max-width:100%!important;
    padding:26px 0 18px!important;
  }
  .hero-copy:before{
    left:-20px!important;
    right:8%!important;
    top:-16px!important;
    bottom:-18px!important;
    background:radial-gradient(ellipse at 25% 38%,rgba(255,255,255,.995) 0%,rgba(255,255,255,.985) 54%,rgba(255,255,255,.86) 70%,rgba(255,255,255,.28) 88%,rgba(255,255,255,0) 100%)!important;
  }
  .hero-copy .eyebrow{
    font-size:9px!important;
    letter-spacing:.16em!important;
    margin-bottom:10px!important;
  }
  .hero-copy .hero-title{
    font-size:35px!important;
    line-height:.97!important;
    max-width:360px!important;
    margin-bottom:12px!important;
  }
  .hero-subtitle{
    font-size:14px!important;
    line-height:1.35!important;
    max-width:340px!important;
  }
  .hero-actions{
    margin-top:16px!important;
    gap:9px!important;
    max-width:290px!important;
  }
  .hero-actions .btn-primary,
  .hero-actions .btn-outline{
    min-height:44px!important;
    padding:10px 14px!important;
    font-size:13px!important;
  }
  .hero-slogans{
    margin-top:16px!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px 10px!important;
    max-width:330px!important;
  }
  .hero-slogan{
    font-size:10px!important;
    gap:6px!important;
  }
  .hero-slogan i{font-size:18px!important}
  .hero-feature-wrap{bottom:10px!important}
  .hero-feature-wrap .container{width:calc(100% - 20px)!important}
  .hero-features{
    grid-template-columns:1fr!important;
    gap:5px!important;
  }
  .hero-feature{
    min-height:54px!important;
    padding:7px 11px!important;
    gap:9px!important;
    border-radius:7px!important;
  }
  .hero-feature>i:first-child{
    width:32px!important;
    height:32px!important;
    flex-basis:32px!important;
    font-size:17px!important;
  }
  .hero-feature b{font-size:12px!important}
  .hero-feature span{font-size:9.5px!important;line-height:1.2!important}
  .hero-swiper .swiper-pagination{bottom:183px!important}
  .hero-prev,.hero-next{display:none!important}
  .product-visual-frame{min-height:320px!important}
  .product-visual-frame img{min-height:320px!important;height:320px!important}
}

@media (max-width:420px){
  .hero-slide{min-height:730px!important;height:730px!important}
  .hero-media img{object-position:64% center!important}
  .hero-copy .hero-title{font-size:32px!important;max-width:330px!important}
  .hero-subtitle{font-size:13px!important;max-width:310px!important}
  .hero-actions{max-width:270px!important}
  .hero-slogans{max-width:300px!important}
  .hero-feature span{display:none!important}
  .hero-swiper .swiper-pagination{bottom:166px!important}
  .product-visual-frame{min-height:290px!important}
  .product-visual-frame img{min-height:290px!important;height:290px!important}
}


/* v1.2.9 - sadece tıklanan/aktif ürün sekmesi siyah */
.product-detail-tab{background:var(--green)!important;color:#fff!important}
.product-detail-tab:hover:not(.active){background:var(--green-dark)!important}
.product-detail-tab.active,.product-detail-tab.active:hover{background:#111!important;color:#fff!important}


/* v1.3.1 - sayfa kısa/boş olsa bile footer altta sabit kalsın */
html,body{height:100%}
body{min-height:100vh;display:flex;flex-direction:column}
main{flex:1 0 auto}
.site-footer{margin-top:auto}


/* v1.3.3 - Slider görsellerini alana tam oturt */
.hero-media{
  background:#eef5f0;
  display:block;
}
.hero-media img{
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
}
/* Eski doğrudan img yapısı kullanılırsa onu da tam doldur */
.hero-slide>img{
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  background:#eef5f0;
}
@media (min-width:769px) and (max-width:1100px){
  .hero-media img{object-fit:cover!important;object-position:center center!important}
}
@media (max-width:768px){
  .hero-media{background:#eef5f0!important}
  .hero-media img{object-fit:cover!important;object-position:center center!important}
}
@media (max-width:420px){
  .hero-media img{object-fit:cover!important;object-position:center center!important}
}
