:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #191a1e;
  background: #f7f7f8;
  font-synthesis: none;
  line-height: 1.5;
  --ink: #191a1e;
  --muted: #65676d;
  --accent: #ddf986;
  --line: #e5e7e6;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #42631e; outline-offset: 4px; }
.skip-link { position: absolute; left: 20px; top: -60px; padding: 10px 14px; background: #fff; z-index: 10; }
.skip-link:focus { top: 12px; }

.site-header { border-bottom: 1px solid var(--line); background: #fff; }
.site-header__inner { width: min(1200px, calc(100% - 48px)); min-height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 162px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.header-link, .text-link { font-size: .88rem; font-weight: 600; }
.header-link:hover, .text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 50px; padding: 13px 22px; border-radius: 999px; font-size: .9rem; font-weight: 650; white-space: nowrap; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 1.1rem; font-weight: 400; }
.button--small { min-height: 42px; padding: 10px 17px; gap: 15px; font-size: .82rem; }
.button--dark { color: #fff; background: var(--ink); }
.button--dark:hover { background: #34363b; }
.button--light { color: var(--ink); background: var(--accent); }
.button--light:hover { background: #e7fba9; }

.hero { width: min(1200px, calc(100% - 48px)); margin: auto; padding: clamp(70px, 8vw, 128px) 0 126px; display: grid; grid-template-columns: 1fr .88fr; gap: clamp(45px, 7vw, 110px); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #64676a; font-size: .73rem; font-weight: 700; letter-spacing: .115em; }
.eyebrow__dot { width: 7px; height: 7px; background: #9fbd51; border-radius: 50%; }
.hero h1 { margin: 25px 0 23px; font-size: clamp(3.45rem, 6.2vw, 6.65rem); line-height: .99; letter-spacing: -.072em; font-weight: 650; }
.hero h1 em { font-style: normal; color: #73904b; }
.hero__lead { max-width: 570px; margin: 0; color: #60636a; font-size: clamp(1.05rem, 1.35vw, 1.22rem); line-height: 1.7; }
.hero__actions { display: flex; align-items: center; gap: 30px; margin-top: 32px; }
.text-link { white-space: nowrap; }
.text-link span { margin-left: 5px; }

.flow { position: relative; padding: 26px; border: 1px solid #dce3d9; border-radius: 28px; background: linear-gradient(145deg, #fff 0%, #f3f8ed 100%); box-shadow: 0 24px 70px #1b2e1910; overflow: hidden; }
.flow::after { content: ""; position: absolute; width: 235px; height: 235px; top: -150px; right: -100px; border-radius: 50%; background: #ddf98666; filter: blur(25px); pointer-events: none; }
.flow__header { display: flex; justify-content: space-between; align-items: center; gap: 10px; position: relative; z-index: 1; }
.flow__kicker { font-size: .69rem; font-weight: 750; letter-spacing: .15em; color: #555f54; }
.flow__status { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 999px; color: #436345; background: #e9f4e3; font-size: .65rem; font-weight: 750; letter-spacing: .07em; }
.flow__status span { width: 6px; height: 6px; border-radius: 50%; background: #639b59; }
.flow__line { position: absolute; left: 51px; top: 114px; bottom: 108px; width: 1px; background: #cddcc5; }
.flow__step { position: relative; display: grid; grid-template-columns: 33px 1fr 30px; align-items: center; gap: 14px; padding: 32px 0; border-bottom: 1px solid #dfe6dc; }
.flow__step--last { border-bottom: 0; }
.flow__number { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #d0ddca; border-radius: 50%; background: #f7fbf4; color: #4c6f48; font-size: .68rem; font-weight: 700; z-index: 1; }
.flow__step strong { display: block; font-size: 1.05rem; letter-spacing: -.02em; }
.flow__step small { display: block; margin-top: 4px; color: #697269; font-size: .78rem; line-height: 1.45; }
.flow__glyph { color: #617c53; font-size: 1.25rem; text-align: right; }
.flow__footer { padding-top: 14px; border-top: 1px solid #dfe6dc; color: #6b756b; font-size: .72rem; }

.platform { padding: 104px max(24px, calc((100% - 1200px)/2)) 120px; background: #fff; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 15px; }
.section-heading h2 { margin: 0; font-size: clamp(2.35rem, 4.3vw, 4.65rem); line-height: 1.1; letter-spacing: -.06em; font-weight: 650; }
.section-heading h2 span { color: #8a9583; }
.section-heading p { max-width: 430px; margin: 0 0 5px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.feature-card { min-height: 242px; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: #fbfcfa; }
.feature-card__icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: #eaf2db; color: #55763a; font-size: 1.35rem; }
.feature-card h3 { margin: 35px 0 9px; font-size: 1.12rem; letter-spacing: -.025em; }
.feature-card p { margin: 0; max-width: 300px; color: var(--muted); font-size: .88rem; line-height: 1.65; }

.access { width: min(1200px, calc(100% - 48px)); margin: 96px auto; padding: clamp(34px, 5vw, 62px); border-radius: 28px; background: #1b1c20; color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.access .eyebrow { color: #d5eba3; }
.access h2 { margin: 17px 0 12px; font-size: clamp(2rem, 3.4vw, 3.6rem); line-height: 1.12; letter-spacing: -.05em; }
.access p { max-width: 570px; margin: 0; color: #bec1c0; line-height: 1.65; }
.site-footer { min-height: 84px; padding: 24px max(24px, calc((100% - 1200px)/2)); border-top: 1px solid var(--line); color: #6f7274; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .78rem; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; gap: 58px; padding: 75px 0 88px; }
  .hero h1 { font-size: clamp(3.5rem, 9vw, 5.2rem); }
  .section-heading { display: block; }
  .section-heading p { margin-top: 22px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .access { margin: 65px auto; }
}
@media (max-width: 620px) {
  .site-header__inner { width: calc(100% - 32px); min-height: 74px; }
  .brand img { width: 132px; }
  .site-header nav { gap: 0; }
  .header-link { display: none; }
  .button--small { padding: 9px 13px; }
  .hero { width: calc(100% - 40px); padding: 58px 0 70px; }
  .hero h1 { font-size: clamp(3.1rem, 13vw, 4.8rem); }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .flow { padding: 21px; }
  .flow__line { left: 46px; }
  .platform { padding: 74px 20px 82px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .feature-card { min-height: 0; }
  .feature-card h3 { margin-top: 23px; }
  .access { width: calc(100% - 40px); padding: 34px 26px; align-items: flex-start; flex-direction: column; gap: 30px; }
  .site-footer { padding: 24px 20px; align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
