:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0b1720;
  background: #f7f8f5;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #f7f8f5; }
a:focus-visible, button:focus-visible { outline: 3px solid #2d765f; outline-offset: 4px; }
a { color: inherit; text-decoration: none; }
.landing-shell { overflow: hidden; background: #f7f8f5; }
.content-width { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 82px; border-bottom: 1px solid #d7dfdc; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #0b1720; font-size: 19px; font-weight: 850; letter-spacing: 0; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #0b1720; border-radius: 10px; background: #bdebd6; box-shadow: 3px 3px 0 #0b1720; }
.brand-mark img { width: 24px; height: 24px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 28px; color: #41505a; font-size: 14px; font-weight: 700; }
.site-nav a { transition: color 160ms ease, transform 160ms ease; }
.site-nav a:hover { color: #0b1720; transform: translateY(-1px); }
.site-nav .nav-cta { padding: 11px 15px; border: 1px solid #0b1720; border-radius: 7px; background: #0b1720; color: #f7f8f5; }
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(44px, 8vw, 108px); align-items: center; min-height: 640px; padding-top: 68px; padding-bottom: 78px; }
.eyebrow { margin: 0 0 18px; color: #d65b48; font-size: 11px; font-weight: 850; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(48px, 7vw, 86px); font-weight: 850; letter-spacing: 0; line-height: .98; }
.hero h1 em { color: #2d765f; font-style: normal; }
.hero-lede { max-width: 560px; margin: 28px 0 0; color: #52616a; font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 18px; border: 1px solid transparent; border-radius: 7px; font-size: 14px; font-weight: 800; line-height: 1; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #ff6f61; color: #0b1720; box-shadow: 4px 4px 0 #0b1720; }
.button-primary:hover { box-shadow: 6px 6px 0 #0b1720; }
.button-secondary { border-color: #0b1720; color: #0b1720; }
.button-secondary:hover { background: #e8efeb; }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 22px 0 0; color: #738087; font-size: 12px; }
.note-mark { width: 7px; height: 7px; border-radius: 50%; background: #2d765f; }
.hero-visual { position: relative; padding: 25px; border: 1px solid #0b1720; border-radius: 14px; background: #0b1720; color: #f7f8f5; box-shadow: 14px 14px 0 #9dd8c0; }
.visual-topline, .visual-footer { display: flex; align-items: center; justify-content: space-between; color: #9eabb1; font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.status-label { display: inline-flex; align-items: center; gap: 6px; color: #bdebd6; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #bdebd6; }
.balance-panel { display: flex; align-items: center; gap: 18px; margin-top: 34px; padding: 24px 0 30px; border-bottom: 1px solid #30404a; }
.balance-art { width: 82px; height: 82px; object-fit: contain; }
.panel-label, .metric small { display: block; color: #9eabb1; font-size: 12px; }
.balance-panel strong { display: block; margin-top: 5px; color: #fffaf2; font-size: 40px; font-weight: 850; letter-spacing: 0; line-height: 1; }
.balance-panel small { display: block; margin-top: 9px; color: #bdebd6; font-size: 12px; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 21px 0 26px; }
.metric { display: flex; align-items: center; gap: 12px; padding: 13px; border: 1px solid #30404a; border-radius: 9px; }
.metric-accent { border-color: #54685f; background: #17372d; }
.metric img { width: 30px; height: 30px; object-fit: contain; }
.metric strong { display: block; margin-top: 4px; color: #fffaf2; font-size: 17px; }
.visual-footer { justify-content: flex-start; gap: 10px; color: #b9c1c3; letter-spacing: 0; }
.footer-line { width: 32px; height: 1px; background: #ff6f61; }
.intro-band { border-top: 1px solid #d7dfdc; border-bottom: 1px solid #d7dfdc; background: #e9f0ec; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); gap: 80px; align-items: end; padding: 72px 0; }
.intro-grid h2, .section-heading h2, .cta-band h2 { max-width: 550px; margin: 0; font-size: clamp(32px, 4vw, 52px); font-weight: 850; letter-spacing: 0; line-height: 1.02; }
.intro-grid > p { max-width: 410px; margin: 0; color: #52616a; font-size: 16px; line-height: 1.65; }
.feature-section { padding-top: 104px; padding-bottom: 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 330px; padding: 23px; border: 1px solid #0b1720; border-radius: 10px; color: #0b1720; transition: transform 180ms ease, box-shadow 180ms ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 6px 6px 0 rgba(11,23,32,.18); }
.feature-card-mint { background: #bdebd6; }
.feature-card-blue { background: #b7d9ff; }
.feature-card-coral { background: #ffb5a9; }
.feature-number { color: #52616a; font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.feature-card img { width: 66px; height: 66px; margin-top: 35px; object-fit: contain; }
.feature-card h3 { margin: 24px 0 9px; font-size: 22px; font-weight: 850; letter-spacing: 0; }
.feature-card p { max-width: 275px; margin: 0; color: #32434c; font-size: 14px; line-height: 1.55; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-bottom: 90px; padding: 48px 52px; border-radius: 10px; background: #2d765f; color: #f7f8f5; box-shadow: 8px 8px 0 #b7d9ff; }
.cta-band .eyebrow { color: #bdebd6; }
.cta-band h2 { max-width: 600px; font-size: clamp(30px, 4vw, 48px); }
.button-light { flex: 0 0 auto; background: #fffaf2; color: #0b1720; box-shadow: 4px 4px 0 #0b1720; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 88px; border-top: 1px solid #d7dfdc; color: #738087; font-size: 12px; }
.brand-small { font-size: 15px; }
.brand-small .brand-mark { width: 27px; height: 27px; box-shadow: 2px 2px 0 #0b1720; }
.brand-small .brand-mark img { width: 19px; height: 19px; }
@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; gap: 54px; min-height: auto; padding-top: 62px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { width: min(100%, 560px); margin: 0 auto; }
  .intro-grid { grid-template-columns: 1fr; gap: 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 250px; }
  .feature-card img { margin-top: 22px; }
}
@media (max-width: 560px) {
  .content-width { width: min(100% - 32px, 1120px); }
  .site-header { min-height: 72px; }
  .site-nav { gap: 10px; }
  .site-nav > a:first-child { display: none; }
  .site-nav .nav-cta { padding: 10px 11px; font-size: 12px; }
  .hero { padding-top: 48px; padding-bottom: 64px; }
  .hero h1 { font-size: clamp(44px, 13vw, 68px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { padding: 18px; box-shadow: 7px 7px 0 #9dd8c0; }
  .balance-panel { margin-top: 28px; }
  .balance-panel strong { font-size: 34px; }
  .metric-row { gap: 8px; }
  .metric { gap: 7px; padding: 10px 8px; }
  .metric img { width: 24px; height: 24px; }
  .metric strong { font-size: 14px; }
  .intro-grid, .feature-section { padding-top: 68px; padding-bottom: 68px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 8px; }
  .cta-band { align-items: flex-start; flex-direction: column; margin-bottom: 58px; padding: 32px 24px; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; padding: 22px 0; }
}
