:root {
  --green: #173b34;
  --green-dark: #0e2a25;
  --lime: #c8ef72;
  --cream: #f5f1e8;
  --ink: #17201d;
  --muted: #63706a;
  --line: #cdd3ce;
  --white: #fff;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; z-index: 999; top: -80px; left: 16px; padding: 12px 18px; color: var(--white); background: var(--green); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(23,59,52,.14); background: rgba(245,241,232,.96); }
.header-inner { display: flex; min-height: 82px; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--green); font-size: 21px; font-weight: 900; letter-spacing: .06em; }
.brand-mark { display: inline-flex; width: 29px; height: 32px; align-items: flex-end; gap: 3px; transform: skewY(-18deg); }
.brand-mark i { display: block; width: 8px; background: var(--green); }
.brand-mark i:nth-child(1) { height: 15px; }
.brand-mark i:nth-child(2) { height: 23px; }
.brand-mark i:nth-child(3) { height: 31px; background: #9fc846; }
.main-nav { display: flex; margin-left: auto; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; }
.main-nav a:hover, .main-nav a:focus { color: #527e2d; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.phone-link { color: var(--green); font-weight: 800; white-space: nowrap; }
.lang-link { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--green); font-size: 12px; font-weight: 900; }
.nav-toggle { display: none; margin-left: auto; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--green); }
.nav-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 20px; padding: 12px 22px; border: 1px solid var(--lime); color: var(--green-dark); background: var(--lime); font-size: 14px; font-weight: 900; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover, .button:focus { transform: translateY(-2px); background: #daf99a; }
.button-small { min-height: 43px; padding: 9px 16px; }
.button-outline { border-color: rgba(255,255,255,.45); color: var(--white); background: transparent; }
.button-outline:hover, .button-outline:focus { color: var(--green-dark); background: var(--white); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--green-dark); }
.hero:before { position: absolute; inset: 0; content: ''; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 72px 72px; }
.hero-grid { position: relative; display: grid; min-height: calc(100vh - 82px); grid-template-columns: .92fr 1.08fr; align-items: stretch; }
.hero-copy { display: flex; padding: 76px 60px 76px 0; flex-direction: column; justify-content: center; }
.eyebrow { display: flex; margin: 0 0 24px; align-items: center; gap: 10px; color: var(--lime); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { display: block; width: 34px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #4f762b; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 { max-width: 700px; margin-bottom: 26px; font-size: clamp(46px, 5.4vw, 86px); letter-spacing: -.055em; }
h1 em { display: block; margin-top: 8px; color: var(--lime); font-style: normal; }
.hero-body { max-width: 650px; margin: 0 0 34px; color: #d8e1dd; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { display: flex; margin: 24px 0 0; align-items: center; gap: 10px; color: #cdd9d4; font-size: 13px; }
.hero-note span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--green-dark); background: var(--lime); font-weight: 900; }
.hero-visual { position: relative; min-height: 570px; }
.hero-visual:after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(14,42,37,.34), transparent 35%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; z-index: 2; right: 0; bottom: 28px; padding: 13px 18px; color: var(--green-dark); background: var(--lime); font-size: 13px; font-weight: 900; }

.trust-strip { color: var(--white); background: var(--green); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid div { display: flex; min-height: 116px; padding: 24px 32px; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.16); }
.trust-grid div:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.trust-grid strong { color: var(--lime); font-size: 21px; }
.trust-grid span { color: #cfdbd6; font-size: 13px; }

.intro-grid, .section-head, .method-grid, .faq-grid, .contact-grid, .about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; }
.section-title h2, .section-head h2, .about-section h2, .contact-copy h2 { margin-bottom: 0; font-size: clamp(36px, 4vw, 58px); letter-spacing: -.04em; }
.lead { margin-top: 0; font-size: 20px; line-height: 1.7; }
.value-grid { display: grid; margin-top: 44px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid article { min-height: 230px; padding: 26px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid small { color: #718178; font-weight: 900; }
.value-grid h3 { margin: 50px 0 12px; font-size: 22px; }
.value-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.services-section { color: var(--white); background: var(--green-dark); }
.section-head { margin-bottom: 52px; align-items: end; }
.section-head > p { max-width: 510px; margin: 0; color: var(--muted); }
.section-head.light > p { color: #cbd7d2; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.services-grid article { position: relative; min-height: 310px; padding: 32px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); transition: background .2s; }
.services-grid article:hover { background: rgba(255,255,255,.05); }
.service-number { display: block; margin-bottom: 72px; color: var(--lime); font-size: 13px; font-weight: 900; }
.services-grid h3 { margin-bottom: 14px; font-size: 25px; }
.services-grid p { margin-bottom: 26px; color: #bfcec8; font-size: 14px; }
.services-grid a { color: var(--lime); font-size: 13px; font-weight: 900; }

.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.gallery-grid figure { position: relative; min-height: 340px; margin: 0; overflow: hidden; background: #ddd; }
.gallery-grid figure:nth-child(3), .gallery-grid figure:nth-child(4) { min-height: 260px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; padding: 16px 20px; justify-content: space-between; color: var(--white); background: linear-gradient(transparent, rgba(0,0,0,.66)); font-size: 13px; font-weight: 800; }

.method-section { color: var(--white); background: var(--green); }
.method-grid ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.method-grid li { display: grid; padding: 26px 0; grid-template-columns: 64px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.2); }
.method-grid li > span { color: var(--lime); font-weight: 900; }
.method-grid h3 { margin-bottom: 8px; font-size: 22px; }
.method-grid li p { margin: 0; color: #c7d6d0; }

.about-grid { align-items: center; }
.about-visual { position: relative; min-height: 560px; }
.about-visual img { width: 100%; height: 560px; object-fit: cover; }
.about-visual strong { position: absolute; right: 0; bottom: 0; display: flex; width: 180px; padding: 22px; flex-direction: column; color: var(--green-dark); background: var(--lime); font-size: 12px; }
.about-visual strong span { font-size: 39px; line-height: 1; }
.about-section .lead { margin-top: 28px; }
.about-section p:not(.eyebrow):not(.lead) { color: var(--muted); }
.company-facts { display: flex; margin: 30px 0 0; padding: 20px 0 0; flex-wrap: wrap; gap: 10px 20px; border-top: 1px solid var(--line); list-style: none; font-size: 13px; font-weight: 800; }

.faq-section { background: var(--white); }
.text-link { display: inline-block; margin-top: 28px; color: #4f762b; font-weight: 800; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; padding: 22px 0; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #4f762b; font-size: 27px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 44px 22px 0; color: var(--muted); }

.contact-section { color: var(--white); background: var(--green-dark); }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: #c7d4cf; font-size: 18px; }
.direct-contact { display: grid; margin-top: 42px; gap: 12px; }
.direct-contact a { display: flex; padding: 18px; flex-direction: column; border: 1px solid rgba(255,255,255,.2); }
.direct-contact small { color: var(--lime); }
.form-panel { padding: 42px; color: var(--ink); background: var(--white); }
.lead-form { display: grid; gap: 17px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lead-form label { display: grid; gap: 7px; }
.lead-form label > span { font-size: 13px; font-weight: 800; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-height: 49px; padding: 11px 13px; border: 1px solid #aeb8b2; border-radius: 0; color: var(--ink); background: var(--white); }
.lead-form textarea { min-height: 108px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { outline: 3px solid rgba(200,239,114,.55); border-color: var(--green); }
.privacy-check { display: flex !important; align-items: flex-start; gap: 11px !important; }
.privacy-check input { width: 20px; min-height: 20px; margin-top: 3px; }
.privacy-check a { text-decoration: underline; }
.submit-button { width: 100%; border: 0; }
.submit-button[disabled] { cursor: wait; opacity: .65; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-alert { margin-bottom: 22px; padding: 14px 16px; font-weight: 800; }
.form-alert.success { color: #174826; background: #e3f6df; }
.form-alert.error { color: #8c231d; background: #fde6e3; }

.site-footer { padding: 64px 0 110px; color: #c7d4cf; background: #091f1b; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px; }
.footer-brand { color: var(--white); }
.footer-brand .brand-mark i { background: var(--white); }
.footer-brand .brand-mark i:last-child { background: var(--lime); }
.footer-grid p { max-width: 350px; }
.footer-grid > div:nth-child(2) { display: flex; flex-direction: column; }
.footer-grid a:hover { color: var(--lime); }
.footer-grid address { font-style: normal; }
.footer-bottom { display: flex; margin-top: 42px; padding-top: 24px; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: 13px; }
.footer-bottom span:last-child { display: flex; gap: 22px; }
.mobile-bar { display: none; }

.legal-body { background: var(--white); }
.legal-main { min-height: 70vh; padding: 90px 0; }
.legal-content { max-width: 860px; }
.legal-content h1 { color: var(--green); font-size: clamp(42px, 6vw, 70px); }
.legal-content section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-content section h2 { font-size: 24px; }
.legal-content section p { color: var(--muted); }

@media (max-width: 1080px) {
  .phone-link, .header-actions .button { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 80px 0 58px; }
  .hero-visual { min-height: 480px; }
  .intro-grid, .section-head, .method-grid, .faq-grid, .contact-grid, .about-grid { gap: 48px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, var(--max)); }
  .section { padding: 76px 0; }
  .header-inner { min-height: 70px; }
  .brand { font-size: 18px; }
  .brand-mark { transform: scale(.85) skewY(-18deg); transform-origin: left center; }
  .nav-toggle { display: block; }
  .header-actions { gap: 8px; }
  .main-nav { position: fixed; z-index: 40; top: 70px; right: 0; bottom: 0; left: 0; display: none; padding: 38px 24px; flex-direction: column; align-items: flex-start; gap: 24px; color: var(--white); background: var(--green-dark); font-size: 24px; }
  .main-nav.is-open { display: flex; }
  .hero-copy { padding: 66px 0 46px; }
  h1 { font-size: clamp(43px, 13vw, 64px); }
  .hero-body { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-visual { min-height: 330px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div, .trust-grid div:first-child { min-height: 88px; padding: 18px 4px; border-right: 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .intro-grid, .section-head, .method-grid, .faq-grid, .contact-grid, .about-grid { grid-template-columns: 1fr; gap: 38px; }
  .section-head { align-items: start; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 180px; }
  .value-grid h3 { margin-top: 28px; }
  .services-grid { grid-template-columns: 1fr; }
  .services-grid article { min-height: 270px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure { min-height: 300px !important; }
  .about-visual, .about-visual img { min-height: 400px; height: 400px; }
  .form-panel { padding: 25px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { margin-bottom: 42px; flex-direction: column; }
  .mobile-bar { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .72fr 1.28fr; box-shadow: 0 -8px 30px rgba(0,0,0,.18); }
  .mobile-bar a { display: grid; min-height: 58px; padding: 8px 10px; place-items: center; color: var(--white); background: var(--green); font-size: 13px; font-weight: 900; text-align: center; }
  .mobile-bar a:last-child { color: var(--green-dark); background: var(--lime); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}
