:root {
  --bg: #f7faf4;
  --bg-deep: #eef6e8;
  --surface: #ffffff;
  --surface-2: #f2f7ed;
  --text: #102318;
  --muted: #5b6d61;
  --brand: #0e5a36;
  --brand-dark: #0a3f27;
  --brand-soft: #e7f3df;
  --accent: #a7d129;
  --accent-soft: #edf8c9;
  --line: #dce8d4;
  --shadow: 0 18px 50px rgba(14, 90, 54, .12);
  --shadow-soft: 0 10px 28px rgba(14, 90, 54, .08);
  --radius-xl: 34px;
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
main { overflow: clip; }
img, svg { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0; color: var(--muted); }
h1, h2, h3, h4 { margin: 0; color: var(--text); line-height: 1.1; letter-spacing: 0; }
ul { margin: 0; }
:focus-visible { outline: 3px solid rgba(167, 209, 41, .85); outline-offset: 3px; border-radius: 10px; }
.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -80px; z-index: 999; background: var(--brand); color: #fff; padding: 12px 16px; border-radius: 999px; font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid rgba(220, 232, 212, .82); background: rgba(247,250,244,.94); backdrop-filter: blur(18px); }
.header-inner { min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 190px; display: block; }
.main-nav { justify-self: end; }
.main-nav ul { display: flex; align-items: center; justify-content: flex-end; gap: 8px; list-style: none; padding: 0; margin: 0; }
.main-nav li { list-style: none; margin: 0; padding: 0; }
.main-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 14px; border-radius: 999px; color: #30463a; font-weight: 760; font-size: .95rem; transition: background .18s ease, color .18s ease; white-space: nowrap; }
.main-nav a:hover, .main-nav a.active { color: var(--brand); background: var(--brand-soft); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 22px; border-radius: 999px; background: var(--brand); color: #fff; font-weight: 820; white-space: nowrap; box-shadow: 0 12px 24px rgba(14, 90, 54, .19); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.header-cta:hover { transform: translateY(-1px); background: var(--brand-dark); }
.menu-toggle { display: none; width: 48px; height: 48px; min-width: 48px; min-height: 48px; padding: 0; border: 1px solid var(--line); background: var(--surface); border-radius: 15px; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; appearance: none; -webkit-appearance: none; }
.menu-toggle span { display: block; width: 19px; height: 2px; background: var(--brand); border-radius: 99px; transition: transform .18s ease, opacity .18s ease; }
.site-header.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.site-header.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 12px 19px; border: 1px solid transparent; border-radius: 999px; font: inherit; font-weight: 820; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--brand); box-shadow: 0 12px 24px rgba(14, 90, 54, .19); }
.btn-primary:hover { background: var(--brand-dark); }
.btn-soft { color: var(--brand); background: var(--surface); border-color: var(--line); }
.btn-soft:hover { background: var(--brand-soft); border-color: #cde1c3; }
.btn-light { background: #fff; color: var(--brand); }
.btn-block { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 86px 0 46px; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 8%, rgba(167,209,41,.22), transparent 35%), radial-gradient(circle at 88% 2%, rgba(14,90,54,.14), transparent 38%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 56px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; margin-bottom: 20px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.74); color: var(--brand); font-size: .88rem; font-weight: 850; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--accent); box-shadow: 0 0 0 6px rgba(167,209,41,.22); }
.hero h1 { max-width: 780px; font-size: clamp(2.5rem, 6vw, 5.15rem); }
.hero h1 span { color: var(--brand); }
.hero-copy { max-width: 650px; margin-top: 22px; font-size: clamp(1.04rem, 2vw, 1.22rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.info-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; max-width: 720px; margin-top: 34px; }
.info-chip { padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: 0 8px 22px rgba(14,90,54,.05); }
.info-chip strong { display: block; color: var(--brand); line-height: 1.2; font-size: 1.05rem; }
.info-chip span { display: block; margin-top: 4px; color: var(--muted); font-size: .9rem; }
.hero-card { position: relative; border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(145deg,#fff,#edf6e6); box-shadow: var(--shadow); padding: 24px; }
.field-visual { min-height: 460px; overflow: hidden; position: relative; display: flex; flex-direction: column; justify-content: space-between; border-radius: 28px; padding: 28px; color: #fff; background: linear-gradient(145deg, rgba(10,63,39,.96), rgba(35,119,68,.9)); }
.field-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, transparent 0 50%, rgba(167,209,41,.16) 51% 100%), repeating-linear-gradient(100deg, rgba(255,255,255,.11) 0 1px, transparent 1px 70px); }
.field-visual::after { content: ""; position: absolute; width: 390px; height: 390px; right: -150px; bottom: -140px; border-radius: 999px; background: rgba(167,209,41,.24); }
.visual-top, .visual-bottom { position: relative; z-index: 1; }
.visual-mark { width: 108px; height: 108px; display: grid; place-items: center; border-radius: 30px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); }
.visual-mark svg { width: 72px; }
.visual-bottom h2 { max-width: 430px; color: #fff; font-size: clamp(1.75rem, 3vw, 2.55rem); }
.visual-bottom p { margin-top: 12px; color: rgba(255,255,255,.78); }
.contact-float { position: absolute; right: 12px; bottom: 18px; width: min(300px, 76%); padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); box-shadow: 0 16px 42px rgba(10,63,39,.2); }
.contact-float strong { display: block; color: var(--brand); margin-bottom: 6px; }
.contact-float a, .contact-float span { display: block; color: var(--muted); overflow-wrap: anywhere; font-size: .92rem; margin-top: 4px; }

.section { padding: 76px 0; }
.section-tight { padding: 52px 0; }
.section-head { max-width: 780px; margin-bottom: 34px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(2rem, 4.2vw, 3.3rem); }
.section-head p { margin-top: 14px; font-size: 1.05rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-soft); }
.card-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 16px; color: var(--brand); background: var(--brand-soft); }
.card h3 { font-size: 1.24rem; }
.card p { margin-top: 10px; }
.card-link { display: inline-flex; align-items: center; margin-top: 18px; color: var(--brand); font-weight: 850; }

.band { border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(135deg, #fff, #edf7e5); box-shadow: var(--shadow-soft); padding: 36px; }
.split { display: grid; grid-template-columns: .94fr 1.06fr; gap: 42px; align-items: center; }
.brand-panel { min-height: 420px; display: flex; flex-direction: column; justify-content: space-between; padding: 38px; border-radius: 30px; color: #fff; background: linear-gradient(145deg, var(--brand-dark), var(--brand)); box-shadow: var(--shadow); }
.brand-panel h2, .brand-panel p { color: #fff; }
.brand-panel p { color: rgba(255,255,255,.78); margin-top: 14px; }
.detail-list { display: grid; gap: 14px; margin-top: 26px; }
.detail-item { display: flex; gap: 14px; align-items: flex-start; padding: 15px; border-radius: 17px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.1); }
.detail-item b { display: block; color: #fff; }
.detail-item a, .detail-item span { display: block; color: rgba(255,255,255,.75); overflow-wrap: anywhere; font-size: .92rem; }
.check-list { display: grid; gap: 13px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); }
.check-list li::before { content: ""; flex: 0 0 22px; width: 22px; height: 22px; margin-top: 2px; border-radius: 999px; background: var(--brand); box-shadow: inset 0 0 0 6px var(--accent-soft); }

.page-hero { padding: 72px 0 36px; background: linear-gradient(180deg, rgba(167,209,41,.12), transparent); }
.breadcrumb { display: flex; gap: 10px; align-items: center; margin-bottom: 18px; color: var(--muted); font-weight: 750; font-size: .92rem; }
.breadcrumb a { color: var(--brand); }
.page-hero h1 { max-width: 820px; font-size: clamp(2.3rem, 5vw, 4.4rem); }
.page-hero p { max-width: 760px; margin-top: 16px; font-size: 1.08rem; }

.timeline { display: grid; gap: 16px; counter-reset: step; }
.timeline-item { position: relative; padding: 22px 22px 22px 76px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-soft); }
.timeline-item::before { counter-increment: step; content: counter(step); position: absolute; left: 22px; top: 22px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 999px; background: var(--brand); color: #fff; font-weight: 900; }
.timeline-item h3 { font-size: 1.15rem; }
.timeline-item p { margin-top: 8px; }

.contact-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 24px; align-items: start; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-soft); }
.contact-card h2 { font-size: clamp(1.55rem, 3vw, 2.25rem); }
.contact-methods { display: grid; gap: 14px; margin-top: 24px; }
.contact-method { display: flex; align-items: flex-start; gap: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface-2); }
.contact-method b { display: block; color: var(--text); }
.contact-method a, .contact-method span { display: block; color: var(--muted); overflow-wrap: anywhere; }
.contact-method a:hover { color: var(--brand); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
label { color: var(--text); font-weight: 820; font-size: .94rem; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 15px; padding: 12px 14px; background: #fff; color: var(--text); font: inherit; outline: none; transition: border-color .18s ease, box-shadow .18s ease; }
textarea { min-height: 150px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(14,90,54,.1); }
.form-note { font-size: .92rem; margin-top: 10px; }
.map-card { margin-top: 20px; padding: 18px; border-radius: 20px; background: var(--brand-soft); color: var(--brand); font-weight: 750; }

.legal-content { max-width: 900px; }
.legal-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 4vw, 42px); box-shadow: var(--shadow-soft); }
.legal-box h2 { margin-top: 30px; font-size: 1.45rem; }
.legal-box h2:first-child { margin-top: 0; }
.legal-box p, .legal-box li { color: var(--muted); }
.legal-box p { margin-top: 10px; }
.legal-box ul { margin-top: 12px; padding-left: 20px; }
.legal-box a { color: var(--brand); font-weight: 800; }

.cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 34px; border-radius: var(--radius-xl); color: #fff; background: linear-gradient(135deg, var(--brand-dark), var(--brand)); box-shadow: var(--shadow); }
.cta h2 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.cta p { color: rgba(255,255,255,.78); margin-top: 10px; max-width: 700px; }

.site-footer { margin-top: 48px; padding: 54px 0 24px; color: #d7e7dc; background: #0b2b1c; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .85fr 1.2fr; gap: 28px; align-items: start; }
.footer-brand img { width: 190px; filter: brightness(0) invert(1); opacity: .96; }
.footer-brand p { margin-top: 16px; max-width: 390px; color: rgba(255,255,255,.7); }
.footer-col { display: grid; gap: 9px; }
.footer-col h3 { color: #fff; font-size: 1rem; margin-bottom: 5px; }
.footer-col a, .footer-col span { color: rgba(255,255,255,.7); overflow-wrap: anywhere; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.66); font-size: .94rem; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.reveal.show { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .reveal, .nav-links, .nav-toggle span { transition: none; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1120px) {
  .menu-toggle { display: inline-flex; justify-self: end; }
  .header-inner { min-height: auto; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "brand toggle" "nav nav" "cta cta"; gap: 12px 16px; padding: 14px 0; }
  .brand { grid-area: brand; }
  .brand img { max-width: 100%; }
  .main-nav { grid-area: nav; display: none; justify-self: stretch; }
  .main-nav ul { flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 6px; padding-top: 4px; }
  .main-nav a { width: 100%; justify-content: flex-start; border-radius: 14px; background: rgba(255,255,255,.86); border: 1px solid var(--line); }
  .header-cta { grid-area: cta; display: none; width: 100%; }
  .site-header.menu-open .main-nav { display: block; }
  .site-header.menu-open .header-cta { display: inline-flex; }
  .hero { padding-top: 62px; }
  .hero-grid, .split, .contact-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 36px; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-float { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 16px; }
}


@media (max-width: 700px) {
  :root {
    --radius-xl: 26px;
    --radius: 20px;
    --radius-sm: 14px;
  }
  body { line-height: 1.58; }
  .container { width: min(100% - 30px, var(--container)); }
  .site-header { position: sticky; }
  .header-inner { gap: 10px 12px; padding: 10px 0; }
  .brand img { width: 150px; max-height: 40px; object-fit: contain; object-position: left center; }
  .menu-toggle { width: 46px; height: 46px; min-width: 46px; min-height: 46px; border-radius: 14px; }
  .hero { padding: 34px 0 22px; }
  .eyebrow { margin-bottom: 14px; padding: 7px 10px; font-size: .8rem; }
  .hero h1 { font-size: clamp(1.95rem, 8.8vw, 2.55rem); line-height: 1.08; }
  .hero-copy, .page-hero p { font-size: .98rem; }
  .hero-copy { margin-top: 16px; }
  .hero-actions, .cta { align-items: stretch; }
  .hero-actions { gap: 10px; margin-top: 24px; }
  .hero-actions .btn, .cta .btn { width: 100%; }
  .info-strip, .grid-3, .grid-2, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .info-strip { gap: 10px; margin-top: 24px; }
  .info-chip { padding: 14px; border-radius: 16px; }
  .hero-card { padding: 14px; border-radius: 24px; }
  .field-visual { min-height: 300px; padding: 20px; border-radius: 20px; }
  .field-visual::after { width: 250px; height: 250px; right: -115px; bottom: -105px; }
  .visual-mark { width: 72px; height: 72px; border-radius: 20px; }
  .visual-mark svg { width: 48px; }
  .visual-bottom h2 { font-size: clamp(1.35rem, 7vw, 1.8rem); }
  .visual-bottom p { font-size: .94rem; }
  .contact-float { padding: 15px; border-radius: 18px; }
  .section { padding: 44px 0; }
  .section-tight { padding: 34px 0; }
  .section-head { margin-bottom: 24px; }
  .section-head h2 { font-size: clamp(1.65rem, 8vw, 2.25rem); line-height: 1.14; }
  .section-head p { font-size: .98rem; }
  .card { padding: 20px; border-radius: 18px; }
  .card-icon { width: 44px; height: 44px; margin-bottom: 14px; border-radius: 14px; }
  .card h3 { font-size: 1.12rem; }
  .brand-panel, .band, .contact-card, .cta { padding: 20px; border-radius: 22px; }
  .brand-panel { min-height: auto; gap: 26px; }
  .detail-list { margin-top: 20px; }
  .detail-item, .contact-method { padding: 13px; border-radius: 15px; }
  .page-hero { padding: 38px 0 24px; }
  .page-hero h1 { font-size: clamp(2rem, 9vw, 2.7rem); line-height: 1.08; }
  .timeline-item { padding-left: 22px; padding-top: 72px; }
  input, select, textarea { min-height: 46px; border-radius: 13px; }
  textarea { min-height: 130px; }
  .cta { gap: 18px; }
  .cta h2 { font-size: clamp(1.55rem, 7vw, 2.1rem); }
  .site-footer { margin-top: 30px; padding: 42px 0 22px; }
  .footer-brand img { width: 160px; }
  .footer-bottom, .cta { flex-direction: column; }
}

@media (max-width: 420px) {
  .container { width: min(100% - 24px, var(--container)); }
  .brand img { width: 138px; max-height: 36px; }
  .menu-toggle { width: 42px; height: 42px; min-width: 42px; min-height: 42px; }
  .main-nav a { min-height: 40px; padding: 8px 12px; font-size: .92rem; }
  .header-cta { min-height: 42px; padding: 10px 16px; }
  .hero h1 { font-size: clamp(1.85rem, 8.4vw, 2.3rem); }
  .hero-copy { font-size: .95rem; }
  .btn { min-height: 48px; padding: 11px 16px; }
  .info-chip strong { font-size: 1rem; }
  .info-chip span { font-size: .88rem; }
  .field-visual { min-height: 270px; }
  .page-hero h1 { font-size: clamp(1.85rem, 8.5vw, 2.35rem); }
  .legal-box { padding: 20px; border-radius: 18px; }
}
