:root {
  --ink: #13251f;
  --muted: #64736d;
  --green: #1d6a50;
  --green-dark: #123f32;
  --lime: #d9f66f;
  --cream: #f4f2e9;
  --line: #dfe5df;
  --white: #ffffff;
  --orange: #f28a45;
  --shadow: 0 20px 60px rgba(17, 45, 35, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fbfcf9; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.topbar { height: 76px; padding: 0 clamp(24px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(19,37,31,.08); background: rgba(251,252,249,.92); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.brand { display: inline-flex; gap: 10px; align-items: center; font-size: 20px; font-weight: 750; letter-spacing: -.7px; }
.brand > span:last-child > span { color: var(--green); }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: var(--green-dark); background: var(--lime); }
.brand-mark svg { width: 24px; height: 24px; }
.nav { display: flex; gap: 34px; font-size: 14px; font-weight: 580; color: #55645f; }
.nav a { height: 76px; display: grid; place-items: center; position: relative; }
.nav a::after { content: ""; width: 0; height: 2px; border-radius: 2px; background: var(--green); position: absolute; bottom: 0; transition: width .25s ease; }
.nav a:hover::after, .nav a.active::after { width: 100%; }
.nav a.active { color: var(--ink); }
.contact-button, .primary-button, .secondary-button { border: 0; cursor: pointer; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-button { display: flex; gap: 10px; align-items: center; color: white; background: var(--green-dark); padding: 11px 16px; border-radius: 10px; font-size: 13px; }
.contact-button svg { width: 17px; }
.contact-button:hover, .primary-button:hover, .secondary-button:hover { transform: translateY(-2px); }

.hero { min-height: 680px; padding: 78px clamp(24px, 7vw, 110px) 72px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr); gap: clamp(50px, 7vw, 112px); align-items: center; overflow: hidden; background: radial-gradient(circle at 85% 20%, rgba(217,246,111,.18), transparent 26%), linear-gradient(180deg, #fbfcf9 0%, #f7f8f4 100%); }
.hero-content { max-width: 690px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px; border: 1px solid #d9e2dc; background: white; border-radius: 99px; color: #4c5f57; font-size: 12px; font-weight: 650; letter-spacing: .2px; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #39a276; box-shadow: 0 0 0 5px rgba(57,162,118,.12); }
h1 { max-width: 680px; margin: 24px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 5vw, 72px); line-height: .99; letter-spacing: -3px; font-weight: 500; }
h1 em { color: var(--green); font-weight: 500; }
.hero-lead { max-width: 620px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.primary-button { padding: 15px 22px; color: #173027; background: var(--lime); border-radius: 11px; box-shadow: 0 10px 24px rgba(144,177,47,.15); }
.primary-button:hover { box-shadow: 0 14px 28px rgba(108,139,27,.22); background: #e1fa83; }
.text-link { font-size: 14px; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 8px; }
.quick-facts { display: flex; gap: 0; margin: 46px 0 0; }
.quick-facts div { padding: 0 28px; border-left: 1px solid #d9dfda; }
.quick-facts div:first-child { padding-left: 0; border-left: 0; }
.quick-facts dt { margin-bottom: 7px; color: #84908b; font-size: 11px; text-transform: uppercase; letter-spacing: .8px; }
.quick-facts dd { margin: 0; font-size: 14px; font-weight: 750; }

.hero-visual { min-height: 540px; position: relative; display: grid; place-items: center; }
.ambient { position: absolute; border-radius: 50%; filter: blur(1px); }
.ambient-one { width: 390px; height: 390px; right: -50px; top: 20px; background: #e9f1d1; }
.ambient-two { width: 260px; height: 260px; left: 10px; bottom: 5px; background: #e7eeea; }
.flow-card { width: min(100%, 460px); z-index: 2; padding: 27px; border: 1px solid rgba(19,37,31,.08); border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.flow-card-head { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 21px; border-bottom: 1px solid #e7ebe8; }
.overline { color: #8b9692; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.flow-card h2 { margin: 5px 0 0; font-size: 19px; }
.status { display: inline-flex; gap: 7px; align-items: center; padding: 6px 9px; border-radius: 99px; color: #34735b; background: #edf8f1; font-size: 10px; font-weight: 750; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: #48a97d; }
.flow-list { padding: 22px 0 16px; }
.flow-step { min-height: 55px; display: grid; grid-template-columns: 48px 1fr auto; gap: 13px; align-items: center; }
.step-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; }
.step-icon svg { width: 22px; height: 22px; }
.step-icon.blue { color: #3d7298; background: #eaf3f8; }
.step-icon.orange { color: #b96c35; background: #fff0e3; }
.step-icon.green { color: #3c7f64; background: #e9f6ef; }
.step-icon.violet { color: #6c5c91; background: #f0ecf8; }
.flow-step strong { display: block; font-size: 13px; }
.flow-step small { display: block; margin-top: 4px; color: #8a9591; font-size: 10px; }
.flow-count { color: #b9c0bd; font-family: Georgia, serif; font-size: 16px; }
.flow-connector { width: 1px; height: 15px; margin: 1px 0 1px 22px; background: #dbe2dd; }
.flow-footer { margin: 0 -27px -27px; padding: 15px 27px; display: flex; justify-content: space-between; align-items: center; border-radius: 0 0 20px 20px; color: #cedbd5; background: var(--green-dark); font-size: 11px; }
.flow-footer strong { color: var(--lime); font-size: 12px; }
.floating-card { z-index: 3; position: absolute; display: flex; gap: 10px; align-items: center; padding: 12px 15px; border: 1px solid rgba(19,37,31,.08); border-radius: 13px; background: white; box-shadow: 0 12px 34px rgba(17,45,35,.14); animation: float 5s ease-in-out infinite; }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { margin-bottom: 3px; color: #8a9591; font-size: 9px; text-transform: uppercase; }
.floating-card strong { font-size: 11px; }
.floating-stock { left: -5px; top: 135px; }
.floating-sites { right: -18px; bottom: 95px; animation-delay: -2.2s; }
.mini-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; color: #76552e; background: #fff0cf; font-size: 13px; font-weight: 800; }
.mini-green { color: #336f57; background: #e7f5ec; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.trust-strip { min-height: 78px; padding: 20px clamp(24px, 7vw, 110px); display: flex; justify-content: space-between; align-items: center; gap: 25px; color: #5d6c66; background: var(--cream); font-size: 12px; }
.trust-strip > span { color: #87918c; text-transform: uppercase; letter-spacing: 1.2px; font-size: 10px; font-weight: 700; }
.trust-strip div { display: flex; gap: 9px; align-items: center; font-weight: 650; }
.trust-strip i { width: 5px; height: 5px; border-radius: 50%; background: #85a61f; }

.scope-section { padding: 108px clamp(24px, 7vw, 110px) 120px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 48px; }
.kicker { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.section-heading h2, .cta-section h2 { max-width: 620px; margin: 11px 0 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 51px); line-height: 1.08; letter-spacing: -1.7px; font-weight: 500; }
.section-heading p { max-width: 390px; margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.scope-card { min-height: 335px; padding: 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; background: #fbfcf9; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.scope-card:hover { z-index: 2; transform: translateY(-4px); background: white; box-shadow: 0 20px 45px rgba(17,45,35,.09); }
.scope-card.featured { background: var(--green-dark); color: white; }
.scope-card.featured p, .scope-card.featured li { color: #afc4bb; }
.scope-card.featured .scope-icon { color: var(--green-dark); background: var(--lime); }
.scope-card.featured .card-number { color: rgba(255,255,255,.22); }
.card-number { position: absolute; top: 28px; right: 30px; color: #c4cbc7; font-family: Georgia, serif; font-size: 19px; }
.scope-icon { width: 48px; height: 48px; margin-bottom: 25px; display: grid; place-items: center; border-radius: 13px; color: var(--green); background: #edf4ef; }
.scope-icon svg { width: 24px; height: 24px; }
.scope-card h3 { margin: 0 0 10px; font-size: 18px; }
.scope-card p { min-height: 44px; margin: 0 0 20px; color: #75827d; font-size: 12px; line-height: 1.55; }
.scope-card ul { padding: 0; margin: 0; list-style: none; }
.scope-card li { margin-top: 9px; color: #53635d; font-size: 11px; }
.scope-card li::before { content: "✓"; margin-right: 9px; color: #85a61f; font-weight: 900; }

.roadmap-section { padding: 0 clamp(24px, 7vw, 110px) 110px; }
.roadmap-panel { padding: clamp(35px, 5vw, 70px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); border-radius: 25px; color: white; background: var(--green-dark); position: relative; overflow: hidden; }
.roadmap-panel::before { content: ""; width: 390px; height: 390px; position: absolute; left: -150px; bottom: -240px; border: 1px solid rgba(217,246,111,.15); border-radius: 50%; box-shadow: 0 0 0 65px rgba(217,246,111,.03), 0 0 0 130px rgba(217,246,111,.02); }
.kicker.light { color: var(--lime); }
.roadmap-copy { position: relative; z-index: 1; }
.roadmap-copy h2 { margin: 14px 0 20px; font-family: Georgia, serif; font-size: clamp(35px, 4vw, 50px); line-height: 1.08; letter-spacing: -1.5px; font-weight: 500; }
.roadmap-copy p { max-width: 390px; color: #adc1b8; font-size: 13px; line-height: 1.7; }
.secondary-button { margin-top: 20px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 10px; color: white; background: transparent; }
.secondary-button:hover { background: rgba(255,255,255,.08); }
.timeline { position: relative; z-index: 1; padding: 0; margin: 0; list-style: none; }
.timeline li { min-height: 95px; display: grid; grid-template-columns: 44px 1fr auto; gap: 17px; align-items: start; position: relative; }
.timeline li:not(:last-child)::after { content: ""; width: 1px; height: calc(100% - 41px); position: absolute; left: 18px; top: 39px; background: rgba(255,255,255,.16); }
.timeline-index { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #acc0b7; font-size: 12px; font-weight: 700; background: var(--green-dark); }
.timeline .current .timeline-index { border-color: var(--lime); color: var(--green-dark); background: var(--lime); }
.timeline small { display: block; margin: 1px 0 5px; color: #7e9d91; font-size: 9px; letter-spacing: .8px; text-transform: uppercase; }
.timeline strong { font-size: 14px; }
.timeline p { margin: 6px 0 0; color: #90a99f; font-size: 11px; }
.duration { margin-top: 12px; padding: 5px 8px; border-radius: 6px; color: #b9ccc4; background: rgba(255,255,255,.07); font-size: 9px; }

.cta-section { margin: 0 clamp(24px, 7vw, 110px) 90px; padding: 55px clamp(30px, 5vw, 70px); display: flex; justify-content: space-between; align-items: center; gap: 40px; border: 1px solid #dfe6dd; border-radius: 22px; background: linear-gradient(120deg, #f0f5e6, #f8faee); }
.cta-section h2 { margin-top: 8px; font-size: clamp(30px, 3vw, 42px); }
.cta-section p { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.cta-section .primary-button { flex: none; }
footer { padding: 28px clamp(24px, 7vw, 110px); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #7d8984; font-size: 11px; }
.footer-brand { color: var(--ink); font-size: 16px; }
.footer-brand .brand-mark { width: 28px; height: 28px; border-radius: 8px; }
.footer-brand svg { width: 20px; }
footer a:last-child { color: var(--green); font-weight: 700; }

.contact-modal { width: min(520px, calc(100% - 28px)); padding: 39px; border: 0; border-radius: 22px; color: var(--ink); box-shadow: 0 30px 100px rgba(5,30,21,.3); }
.contact-modal::backdrop { background: rgba(9,29,22,.65); backdrop-filter: blur(5px); }
.contact-modal h2 { margin: 9px 0 10px; font-family: Georgia, serif; font-size: 35px; font-weight: 500; letter-spacing: -1px; }
.contact-modal > p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.modal-close { position: absolute; right: 18px; top: 15px; border: 0; color: #60716a; background: transparent; cursor: pointer; font-size: 27px; }
.modal-icon { width: 40px; height: 40px; margin-bottom: 20px; display: grid; place-items: center; border-radius: 11px; color: var(--green-dark); background: var(--lime); font-weight: 900; }
.contact-modal form { display: grid; gap: 14px; margin-top: 23px; }
.contact-modal label { display: grid; gap: 7px; color: #50605a; font-size: 11px; font-weight: 700; }
.contact-modal input, .contact-modal select { width: 100%; padding: 12px 13px; border: 1px solid #d8e0db; border-radius: 9px; outline: 0; color: var(--ink); background: white; }
.contact-modal input:focus, .contact-modal select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(29,106,80,.1); }
.primary-button.full { width: 100%; margin-top: 5px; }
.contact-modal form > small { color: #919b97; text-align: center; font-size: 9px; }
.success-message { padding: 25px 0 10px; text-align: center; }
.success-message > span { width: 55px; height: 55px; margin: auto; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: var(--lime); font-size: 25px; }
.success-message h3 { margin: 18px 0 7px; font-size: 22px; }
.success-message p { color: var(--muted); font-size: 13px; }
.secondary-button.dark { border-color: #b7c2bd; color: var(--ink); }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr 430px; gap: 35px; }
  .quick-facts div { padding: 0 17px; }
  .floating-stock { left: -20px; }
  .floating-sites { right: -10px; }
  .scope-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .topbar { height: 68px; }
  .nav { display: none; }
  .hero { padding-top: 55px; grid-template-columns: 1fr; }
  .hero-content { max-width: none; }
  .hero-visual { min-height: 570px; }
  .flow-card { width: min(90%, 480px); }
  .floating-stock { left: 3%; }
  .floating-sites { right: 3%; }
  .trust-strip { flex-wrap: wrap; justify-content: center; }
  .trust-strip > span { width: 100%; text-align: center; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 18px; }
  .roadmap-panel { grid-template-columns: 1fr; }
  .cta-section { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .topbar { padding: 0 17px; }
  .contact-button { padding: 10px 12px; }
  .contact-button span { display: none; }
  .brand { font-size: 18px; }
  .hero { padding: 42px 19px 55px; }
  h1 { margin-top: 19px; font-size: 45px; letter-spacing: -2px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .quick-facts { flex-wrap: wrap; gap: 20px 0; }
  .quick-facts div { width: 50%; padding: 0 12px; }
  .quick-facts div:nth-child(3) { width: 100%; padding-left: 0; border-left: 0; }
  .hero-visual { min-height: 530px; }
  .flow-card { width: 100%; padding: 21px; }
  .flow-footer { margin: 0 -21px -21px; padding: 14px 21px; }
  .floating-card { display: none; }
  .trust-strip { padding: 24px 20px; justify-content: flex-start; }
  .trust-strip > span { text-align: left; }
  .trust-strip div { width: calc(50% - 13px); font-size: 11px; }
  .scope-section { padding: 75px 19px; }
  .section-heading { margin-bottom: 30px; }
  .scope-grid { grid-template-columns: 1fr; }
  .scope-card { min-height: 310px; }
  .roadmap-section { padding: 0 19px 70px; }
  .roadmap-panel { padding: 38px 23px; border-radius: 18px; }
  .timeline li { grid-template-columns: 39px 1fr; }
  .duration { display: none; }
  .cta-section { margin: 0 19px 60px; padding: 35px 24px; }
  footer { padding: 28px 20px; align-items: flex-start; flex-direction: column; gap: 17px; }
  .contact-modal { padding: 32px 22px; }
}

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