:root {
  --ink: #202427;
  --ink-2: #30363a;
  --paper: #f7f3ec;
  --paper-2: #eee8df;
  --white: #fff;
  --muted: #64696b;
  --line: rgba(32, 36, 39, .14);
  --accent: #d3e96b;
  --accent-2: #7f9737;
  --purple: #8f7ac7;
  --max: 1240px;
  --radius: 16px;
  --shadow: 0 14px 36px rgba(31, 35, 38, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.button:focus-visible, .text-link:focus-visible, .primary-nav a:focus-visible { box-shadow: 0 0 0 4px rgba(217,255,79,.24); }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--accent); color: var(--ink); padding: 12px 18px; border-radius: 999px; font-weight: 760; transition: top .2s; }
.skip-link:focus { top: 16px; }

.announcement { background: #edf3cb; color: var(--ink); font-size: .9rem; font-weight: 680; }
.announcement__inner { min-height: 44px; display: flex; justify-content: center; align-items: center; gap: 9px; text-align: center; }
.announcement__inner a { display: inline-flex; align-items: center; min-height: 44px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(32,36,39,.96); backdrop-filter: blur(12px); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.10); transition: box-shadow .25s; }
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: auto; height: 78px; max-width: min(210px, 26vw); object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: 22px; font-size: .92rem; font-weight: 680; }
.primary-nav > a:not(.button) { display: inline-flex; align-items: center; min-height: 44px; opacity: .9; transition: opacity .2s, color .2s; }
.primary-nav > a:not(.button):hover, .primary-nav > a:not(.button):focus-visible, .primary-nav > a[aria-current="page"] { opacity: 1; }
.primary-nav > a[aria-current="page"] { color: var(--accent); }
.nav-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 5px 0; transition: transform .2s, opacity .2s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.messages { padding-top: 16px; }
.message { padding: 14px 18px; background: #edf7df; border: 1px solid #c6d9aa; border-radius: 12px; font-weight: 680; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 10px 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 760; line-height: 1.2; text-align: center; transition: background .2s, color .2s, border-color .2s, box-shadow .2s; }
.button:hover { box-shadow: 0 7px 18px rgba(32,36,39,.10); }
.button--small { min-height: 42px; padding-inline: 18px; font-size: .86rem; }
.button--accent { background: var(--accent); color: var(--ink); box-shadow: none; }
.button--accent:hover { background: #e0ef8a; }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: #292d31; }
.button--light { background: var(--white); color: var(--ink); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.4); }
.button--ghost:hover { background: rgba(255,255,255,.08); border-color: #fff; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; min-height: 44px; font-weight: 760; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link--light { color: #fff; border-color: rgba(255,255,255,.5); }

.eyebrow { display: inline-block; margin-bottom: 14px; font-size: .82rem; font-weight: 760; letter-spacing: 0; }
.eyebrow--light { color: var(--accent); }
h1, h2, h3 { margin: 0 0 18px; line-height: 1.12; letter-spacing: 0; overflow-wrap: break-word; }
h1 { font-size: clamp(2.85rem, 6vw, 5.4rem); }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); }
h3 { font-size: 1.4rem; }
p { margin: 0 0 18px; }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.32rem); line-height: 1.55; }
.section { padding: clamp(64px, 8vw, 108px) 0; }
.section--feature-dark { background: var(--ink); color: #fff; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 52px; }
.section-heading h2 { max-width: 790px; margin-bottom: 0; }
.check-list { list-style: none; margin: 28px 0 34px; padding: 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 31px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; font-weight: 900; color: var(--accent-2); }
.check-list--light li { color: rgba(255,255,255,.88); }
.check-list--light li::before { color: var(--accent); }
.rich-copy p { margin-bottom: 1.4em; }
.rich-copy h2, .rich-copy h3 { margin-top: 1.5em; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-row span { padding: 6px 9px; border-radius: 99px; background: var(--paper-2); font-size: .7rem; font-weight: 750; }
.concept-tag { display: inline-flex; border: 1px solid currentColor; padding: 7px 11px; border-radius: 99px; margin-bottom: 25px; font-size: .78rem; font-weight: 740; letter-spacing: 0; }
.card-arrow { position: absolute; right: 25px; bottom: 25px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-weight: 900; }
.empty-state { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 30px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.empty-state p { margin: 0; color: var(--muted); }

.final-cta { background: var(--ink); color: #fff; padding: 90px 0; border-top: 1px solid rgba(255,255,255,.1); }
.final-cta__grid { display: grid; grid-template-columns: 1fr .8fr; gap: 8vw; align-items: end; }
.final-cta h2 { margin: 0; }
.final-cta__actions p { color: rgba(255,255,255,.64); }
.site-footer { background: #0d0f10; color: #fff; padding: 75px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,.7fr); gap: 50px; }
.footer-grid h3 { font-size: .88rem; letter-spacing: 0; color: var(--accent); }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a, .footer-grid p { color: rgba(255,255,255,.62); }
.footer-grid a:hover { color: #fff; }
.footer-brand img { width: 205px; margin-bottom: 18px; }
.footer-brand p { max-width: 320px; }
.social-row { display: flex; gap: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 65px; padding-top: 24px; color: rgba(255,255,255,.4); font-size: .78rem; }
.footer-bottom div { display: flex; gap: 20px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 1; transform: none; transition: transform .35s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay { transition-delay: .15s; }

@keyframes fadeUp { from { opacity:0; transform:translateY(6px);} to {opacity:1; transform:none;} }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
@media (max-width: 1080px) {
  .js .nav-toggle { display: block; }
  .primary-nav { position: fixed; inset: 84px 0 auto 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; max-height: calc(100dvh - 84px); overflow-y: auto; overscroll-behavior: contain; padding: 20px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }
  .js .primary-nav { display: none; }
  .primary-nav.is-open { display: flex; box-shadow: 0 28px 60px rgba(0,0,0,.35); }
  html:not(.js) .nav-wrap { align-items: flex-start; flex-direction: column; padding: 12px 0; }
  html:not(.js) .primary-nav { position: static; width: 100%; padding: 0; }
  .primary-nav > a { padding: 14px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid a, .footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
  .social-row a { min-height: 44px; }
}
@media (max-width: 760px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  h1 { font-size: clamp(2.65rem,13vw,4.4rem); }
  h2 { font-size: clamp(2rem,10vw,3.25rem); }
  .section { padding: 64px 0; }
  .nav-wrap { min-height: 72px; }
  .brand img { height: 56px; max-width: 165px; }
  .primary-nav { inset: 72px 0 auto 0; max-height: calc(100dvh - 72px); }
  .section-heading { align-items: start; flex-direction: column; }
  .final-cta__grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid a { display: inline-flex; align-items: center; min-height: 44px; }
  .social-row a { min-height: 44px; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
}
@media (max-width: 430px) {
  .button, .button--small { width: 100%; }
  .button-row { align-items: stretch; }
}
