:root{
  --green:#147a2b;
  --green-dark:#0d4d1c;
  --green-soft:#e9f7e9;
  --dark:#101510;
  --muted:#59645b;
  --bg:#f6f7f2;
  --card:#fff;
  --yellow:#fdd811;
  --line:rgba(16,21,16,.13);
  --shadow:0 18px 54px rgba(16,21,16,.11);
  --radius:28px;
  --header-height:77px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--dark);line-height:1.5;overflow-x:hidden}
body.no-scroll{overflow:hidden}
img,svg{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
a{color:inherit}
button,a{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:3px solid #006edc;outline-offset:3px}
[hidden]{display:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-100px;z-index:10000;padding:12px 16px;background:#fff;border-radius:10px;box-shadow:var(--shadow)}
.skip-link:focus{top:10px}
section{padding:58px 0;scroll-margin-top:calc(var(--header-height) + 16px)}

.site-header{position:sticky;top:0;z-index:100;background:rgba(246,247,242,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-weight:900;letter-spacing:.04em;white-space:nowrap}
.brand img{width:48px;height:48px;border-radius:14px}
.desktop-nav{display:flex;align-items:center;gap:18px;font-size:14px}
.desktop-nav a,.header-phone{text-decoration:none}
.desktop-nav a:hover,.header-phone:hover{text-decoration:underline}
.header-actions{display:flex;align-items:center;gap:14px}
.header-phone{font-weight:900;white-space:nowrap}
.menu-toggle{display:none;width:48px;height:48px;padding:11px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer}
.menu-toggle span{display:block;height:2px;background:var(--dark);margin:5px 0}
.mobile-menu{position:absolute;left:0;right:0;top:100%;padding:10px 20px 20px;background:var(--bg);border-bottom:1px solid var(--line);box-shadow:0 18px 30px rgba(16,21,16,.12)}
.mobile-menu a{display:block;padding:13px 4px;border-bottom:1px solid var(--line);text-decoration:none;font-weight:800}

.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 20px;border:0;border-radius:15px;background:var(--green);color:#fff;text-decoration:none;font-weight:900;text-align:center;cursor:pointer;box-shadow:0 12px 26px rgba(20,122,43,.2);transition:transform .18s,box-shadow .18s}
.button:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(20,122,43,.24)}
.button:disabled{opacity:.65;cursor:wait;transform:none}
.button-yellow{background:var(--yellow);color:#151515;box-shadow:0 12px 26px rgba(253,216,17,.2)}
.button-light{background:#fff;color:var(--dark);border:1px solid var(--line);box-shadow:none}
.button-row{display:flex;gap:12px;flex-wrap:wrap}

.hero{padding:54px 0 46px}
.hero-grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(360px,2fr);gap:42px;align-items:center}
.hero-copy{min-width:0}
.eyebrow{display:inline-flex;margin:0;padding:9px 13px;border:1px solid rgba(20,122,43,.18);border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-size:13px;font-weight:900}
.eyebrow::before{content:"●";margin-right:7px;color:var(--green)}
.hero h1{max-width:760px;margin:20px 0 16px;font-size:clamp(45px,5.2vw,74px);line-height:.98;letter-spacing:-.055em;text-wrap:balance}
.lead{max-width:720px;margin:0 0 24px;color:#344036;font-size:clamp(18px,1.8vw,22px)}
.hero-media{position:relative;height:560px;border-radius:34px;overflow:hidden;background:var(--dark);box-shadow:var(--shadow)}
.hero-media>img{width:100%;height:100%;object-fit:cover}
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.25),transparent 54%);pointer-events:none}
.hero-note{position:absolute;z-index:1;left:22px;right:22px;bottom:22px;padding:22px;border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 16px 40px rgba(0,0,0,.16)}
.hero-note strong{display:block;font-size:22px;line-height:1.18;margin-bottom:12px}
.chips{display:flex;gap:7px;flex-wrap:wrap}
.chips span{padding:7px 9px;border-radius:999px;background:#eef3ed;font-size:12px;font-weight:900}

.trust-section{padding-top:20px}
.trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:32px;border-radius:34px;background:var(--dark);box-shadow:var(--shadow)}
.trust-grid article,.benefits article{padding:24px;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:rgba(255,255,255,.075);color:#fff}
.trust-grid h2{margin:0;font-size:22px}
.trust-grid strong,.benefits strong{display:block;margin:3px 0 10px;color:var(--yellow);font-size:30px;line-height:1.08}
.trust-grid p,.benefits p{margin:0;color:#e2eae2}

.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}
.section-heading h2{margin:0;font-size:clamp(31px,4vw,50px);line-height:1;letter-spacing:-.04em;text-wrap:balance}
.section-heading p{max-width:580px;margin:0;color:var(--muted);font-size:17px}
.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.product-card{display:flex;min-width:0;overflow:hidden;flex-direction:column;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 12px 38px rgba(20,26,20,.06)}
.photo-button{display:block;width:100%;padding:0;border:0;background:none;cursor:zoom-in;overflow:hidden}
.product-card .photo-button{height:190px}
.product-card img{width:100%;height:100%;object-fit:cover;transition:transform .25s}
.photo-button:hover img{transform:scale(1.025)}
.product-body{display:flex;flex:1;flex-direction:column;gap:12px;padding:18px}
.product-body h3{margin:0;font-size:21px;line-height:1.12}
.product-body ul{list-style:none;padding:0;margin:0;color:var(--muted);font-size:14px}
.product-body li{padding:5px 0;border-bottom:1px solid #edf0ec}
.price{color:var(--green);font-size:23px;font-weight:950}
.product-body .button{width:100%;margin-top:auto}

.dark-panel{padding:34px;border-radius:34px;background:linear-gradient(135deg,#142015,#1f3a22);color:#fff;box-shadow:var(--shadow)}
.calculator-layout,.request-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:24px;align-items:start}
.calculator-layout>*,.request-layout>*,.panel-card{min-width:0}
.dark-panel h2{margin:18px 0 12px;font-size:clamp(34px,4vw,52px);line-height:1}
.panel-lead{margin:0 0 20px;color:#dfe8df;font-size:18px}
.eyebrow-dark{background:#e9f7e9;color:var(--green-dark)}
.panel-card{display:grid;gap:13px;padding:20px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:rgba(255,255,255,.08)}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.field-label{display:grid;gap:6px;min-width:0;font-size:13px;font-weight:900}
.field{width:100%;min-width:0;border:1px solid rgba(16,21,16,.2);border-radius:14px;background:#fff;color:#111;padding:14px;outline:none}
.field:focus{border-color:#e5bb00;box-shadow:0 0 0 4px rgba(253,216,17,.2)}
textarea.field{min-height:104px;resize:vertical}
.check-line,.consent-line{display:flex;align-items:flex-start;gap:10px}
.check-line input,.consent-line input{flex:0 0 18px;width:18px;height:18px;margin-top:2px}
.consent-line{font-size:13px;line-height:1.4}
.consent-line a{color:var(--yellow);font-weight:900}
.form-note{margin:0;color:#d4dfd4;font-size:13px}
.calc-result{padding:16px 18px;border-radius:20px;background:#fff;color:var(--dark)}
.calc-result strong{display:block;color:var(--green);font-size:27px;line-height:1.12}
.calc-result p{margin:3px 0 0;color:#455146;font-size:12px;line-height:1.3}

.benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.benefits article{min-height:245px;display:flex;flex-direction:column;justify-content:center}
.benefits h3{margin:0;font-size:27px;line-height:1.1}
.benefits strong{font-size:28px}

.gallery{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px}
.gallery .photo-button{height:245px;border-radius:22px;box-shadow:0 10px 30px rgba(20,26,20,.08)}
.gallery .photo-button img{width:100%;height:100%;object-fit:cover}
.gallery .gallery-main{grid-row:span 2;height:504px}

.delivery-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);overflow:hidden;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:var(--shadow)}
.delivery-copy{padding:34px}
.delivery-copy h2{margin:0 0 12px;font-size:clamp(31px,4vw,46px);line-height:1}
.delivery-copy p{margin:0 0 20px;color:var(--muted);font-size:17px}
.delivery-card>img{width:100%;height:100%;min-height:320px;object-fit:cover}

.request-layout .panel-card{background:rgba(255,255,255,.09)}
.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.form-status{display:none;padding:12px 14px;border-radius:12px;font-weight:800}
.form-status.pending{display:block;background:rgba(255,255,255,.12);color:#fff}
.form-status.success{display:block;background:#e7ffeb;color:#0b561b}
.form-status.error{display:block;background:#ffe8e8;color:#7d1010}

.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:26px}
.review-card{padding:20px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 32px rgba(0,0,0,.05)}
.review-name{font-size:18px;font-weight:900}
.review-text{margin-top:8px;color:var(--muted);white-space:pre-wrap}
.review-photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}
.review-photos .photo-button{height:160px;border-radius:14px}
.review-photos img{width:100%;height:100%;object-fit:cover}
.review-empty{grid-column:1/-1;padding:18px;border:1px dashed rgba(20,122,43,.35);border-radius:20px;background:rgba(20,122,43,.06);color:var(--muted)}
.review-form-panel{padding:28px;border-radius:30px;background:linear-gradient(135deg,#102316,#173d22);color:#fff;box-shadow:var(--shadow)}
.review-form-panel h3{margin:0;font-size:30px}
.review-form-panel>p{margin:5px 0 18px;color:#dfeade}
.review-form{display:grid;gap:12px}
.file-field{padding:10px}
.rating-fieldset{min-width:0;margin:0;padding:0;border:0}
.rating-fieldset legend{margin-bottom:5px;font-size:13px;font-weight:900}
.star-input{display:flex;align-items:center;gap:3px;width:max-content;padding:4px 10px 7px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:rgba(255,255,255,.08)}
.star-choice{position:relative;display:grid;place-items:center;margin:0;cursor:pointer}
.star-choice input{position:absolute;width:1px;height:1px;opacity:0}
.star-choice>span[aria-hidden]{color:rgba(255,255,255,.28);font-size:32px;line-height:1;transition:color .15s,transform .15s;text-shadow:0 2px 8px rgba(0,0,0,.16)}
.star-choice:has(input:checked)>span[aria-hidden],
.star-choice:has(~ .star-choice input:checked)>span[aria-hidden]{color:var(--yellow)}
.star-choice:hover>span[aria-hidden],
.star-choice:has(~ .star-choice:hover)>span[aria-hidden]{color:#ffe86b;transform:translateY(-1px)}
.star-choice input:focus-visible+span{outline:3px solid #fff;outline-offset:2px;border-radius:5px}
.review-rating{display:flex;align-items:center;gap:1px;margin-top:7px;font-size:21px;line-height:1;letter-spacing:.02em}
.review-stars-full{color:#e6b800;text-shadow:0 1px 2px rgba(0,0,0,.08)}
.review-stars-empty{color:#d8ddd8}

.site-footer{padding:34px 0 110px;color:var(--muted)}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding-top:24px;border-top:1px solid var(--line)}
.footer-contacts{text-align:right}
.footer-legal{grid-column:1/-1;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--dark);font-size:13px}
.footer-legal a{color:var(--green);font-weight:900}

.mobile-actions{position:fixed;z-index:80;left:10px;right:10px;bottom:10px;display:none;grid-template-columns:1fr 1fr;gap:8px;transform:translateY(calc(100% + 24px));transition:transform .2s}
.mobile-actions.is-visible{transform:none}
.mobile-actions .button{min-height:50px;padding:10px}

.cookie-banner{position:fixed;z-index:1000;left:16px;right:16px;bottom:16px;max-width:760px;margin:auto;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:#101510;color:#fff;box-shadow:0 20px 70px rgba(0,0,0,.3)}
.cookie-banner.is-visible{display:flex}
.cookie-banner p{margin:0;font-size:13px;color:#e1e7e1}
.cookie-banner a{color:var(--yellow)}
.cookie-actions{display:flex;flex:0 0 auto;gap:8px}
.cookie-actions .button{min-height:40px;padding:8px 14px;font-size:13px;white-space:nowrap}

.lightbox{position:fixed;z-index:2000;inset:0;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.9)}
.lightbox.is-open{display:flex}
.lightbox img{max-width:min(1100px,92vw);max-height:86vh;border-radius:16px;background:#fff;box-shadow:0 20px 70px rgba(0,0,0,.45)}
.lightbox button{position:absolute;border:0;border-radius:999px;background:#fff;color:#111;font-weight:900;cursor:pointer}
.lightbox-close{top:18px;right:18px;width:46px;height:46px;font-size:26px}
.lightbox-prev,.lightbox-next{top:50%;width:52px;height:52px;transform:translateY(-50%);font-size:32px}
.lightbox-prev{left:18px}.lightbox-next{right:18px}
.lightbox-counter{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);padding:8px 13px;border-radius:999px;background:#fff;color:#111;font-weight:900}

@media(max-width:1180px){
  .desktop-nav{display:none}.menu-toggle{display:block}.header-cta{display:none}
  .products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-card .photo-button{height:220px}
  .calculator-layout,.request-layout{grid-template-columns:1fr}
  .benefits{grid-template-columns:1fr}.benefits article{min-height:auto}
}

@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:24px}.hero-media{width:min(620px,100%);height:500px;margin:auto}
  .trust-grid{grid-template-columns:1fr}
  .delivery-card{grid-template-columns:1fr}.delivery-card>img{height:auto;min-height:0}
  .reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:760px){
  :root{--header-height:67px}
  .container{width:min(100% - 24px,680px)}
  section{padding:40px 0}
  .header-inner{min-height:var(--header-height)}
  .brand img{width:43px;height:43px}.brand span{font-size:14px}
  .header-phone{display:none}
  .hero{padding:24px 0 30px}
  .hero h1{font-size:clamp(31px,9vw,42px);line-height:1.03;letter-spacing:-.035em;margin:15px 0 12px}
  .lead{font-size:17px;line-height:1.4;margin-bottom:18px}
  .button-row{display:grid;grid-template-columns:1fr 1fr}
  .hero-media{height:440px;border-radius:24px}
  .hero-note{left:10px;right:10px;bottom:10px;padding:14px;border-radius:18px}
  .hero-note strong{font-size:17px}.chips span{font-size:11px;padding:6px 8px}
  .trust-section{padding-top:12px}.trust-grid,.dark-panel{padding:18px;border-radius:24px}
  .trust-grid article{padding:18px}.trust-grid strong{font-size:26px}
  .section-heading{display:block}.section-heading p{margin-top:10px}
  .section-heading h2{font-size:31px}
  .products{grid-template-columns:1fr}.product-card .photo-button{height:220px}
  .form-grid{grid-template-columns:1fr}
  .dark-panel h2{font-size:34px}.panel-card{padding:14px;border-radius:19px}
  .gallery{grid-template-columns:1fr}.gallery .photo-button,.gallery .gallery-main{grid-row:auto;height:230px}
  .delivery-copy{padding:22px}
  .reviews-grid{grid-template-columns:1fr}.review-form-panel{padding:20px;border-radius:24px}
  input.field,select.field,textarea.field{font-size:16px}
  .footer-grid{grid-template-columns:1fr}.footer-contacts{text-align:left}.footer-legal{grid-column:1}
  .mobile-actions{display:grid}
  .site-footer{padding-bottom:110px}
  .cookie-banner{bottom:76px;flex-direction:column;align-items:stretch}.cookie-actions{display:grid;grid-template-columns:1fr}
}

@media(max-width:430px){
  .button-row{grid-template-columns:1fr 1fr}
  .button-row .button{padding-inline:8px;font-size:14px}
  .hero-media{height:400px}
}

@media(max-width:360px){
  .container{width:calc(100% - 18px)}
  .button-row{grid-template-columns:1fr}
  .hero-media{height:360px}
  .hero-note strong{font-size:15px}
  .hero-note{padding:12px}
  .chips{gap:5px}
  .chips span{font-size:10px;padding:5px 7px}
}

@media(max-width:980px) and (orientation:landscape) and (max-height:520px){
  .hero{padding:20px 0}
  .hero-grid{grid-template-columns:minmax(0,1fr) minmax(300px,.9fr);gap:20px}
  .hero h1{font-size:clamp(30px,5vw,40px)}
  .lead{font-size:15px;margin-bottom:14px}
  .hero-media{height:300px;width:100%}
  .hero-note{padding:11px}.hero-note strong{font-size:15px;margin-bottom:7px}
  .button-row{display:flex}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms;animation-iteration-count:1;transition-duration:.01ms}
}
