:root {
  --ink: #18221b;
  --muted: #667069;
  --paper: #f5f6f0;
  --card: #ffffff;
  --lime: #d9ff62;
  --lime-deep: #b9ec2d;
  --cream: #edf0df;
  --line: rgba(24, 34, 27, .11);
  --shadow: 0 30px 90px rgba(36, 52, 39, .13);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.ambient { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.ambient-one { width: 540px; height: 540px; right: -250px; top: -190px; background: radial-gradient(circle, rgba(217,255,98,.28), transparent 66%); }
.ambient-two { width: 420px; height: 420px; left: -250px; top: 580px; background: radial-gradient(circle, rgba(183,211,194,.28), transparent 67%); }

.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 760; font-size: 21px; letter-spacing: -.04em; }
.brand-mark { display: inline-flex; align-items: flex-end; gap: 2px; width: 26px; height: 26px; padding: 6px; border-radius: 8px; background: var(--ink); }
.brand-mark span { display: block; width: 3px; border-radius: 2px; background: var(--lime); transform: rotate(38deg); transform-origin: bottom; }
.brand-mark span:nth-child(1) { height: 7px; }
.brand-mark span:nth-child(2) { height: 12px; }
.brand-mark span:nth-child(3) { height: 17px; }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 650; color: #4a554d; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: #111813; }
.header-cta { border: 1px solid var(--ink); border-radius: 999px; padding: 11px 18px; font-size: 13px; font-weight: 720; transition: .2s ease; }
.header-cta:hover { background: var(--ink); color: white; transform: translateY(-2px); }

.hero { width: min(1180px, calc(100% - 40px)); min-height: 720px; margin: 0 auto; display: grid; grid-template-columns: .88fr 1.12fr; gap: 76px; align-items: center; padding: 88px 0 96px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 800; color: #657067; }
.eyebrow > span { width: 23px; height: 2px; background: var(--lime-deep); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 27px; max-width: 590px; font-size: clamp(50px, 5.7vw, 78px); line-height: .98; letter-spacing: -.065em; font-weight: 730; }
h1 em, h2 em { position: relative; font-family: Georgia, serif; font-weight: 400; }
h1 em::after { content: ""; position: absolute; left: 1%; right: -2%; bottom: -7px; height: 12px; border-top: 3px solid var(--lime-deep); border-radius: 50%; transform: rotate(-2deg); }
.hero-text { max-width: 500px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 37px; }
.button { display: inline-flex; align-items: center; gap: 24px; padding: 16px 23px; border-radius: 14px; font-size: 13px; font-weight: 780; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--ink); color: white; box-shadow: 0 15px 34px rgba(24,34,27,.2); }
.button-primary span { color: var(--lime); font-size: 19px; }
.text-link { display: inline-flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 730; }
.play { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid #c7ccc5; border-radius: 50%; font-size: 8px; padding-left: 2px; }
.trust-row { display: flex; gap: 19px; flex-wrap: wrap; margin-top: 39px; color: #5f6a62; font-size: 11px; font-weight: 650; }
.trust-row span { display: flex; align-items: center; gap: 6px; }
.trust-row i { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: #dff7ac; color: #31471e; font-size: 9px; font-style: normal; }

.hero-visual { position: relative; min-width: 0; perspective: 1300px; }
.dashboard-window { display: flex; min-height: 532px; overflow: hidden; border: 7px solid rgba(255,255,255,.8); border-radius: 30px; background: #fdfdfb; box-shadow: var(--shadow); transform: rotateY(-2deg) rotateX(1deg); }
.dash-sidebar { width: 58px; flex: 0 0 58px; display: flex; align-items: center; flex-direction: column; padding: 22px 0; background: var(--ink); }
.mini-logo { display: flex; align-items: flex-end; gap: 2px; height: 20px; margin-bottom: 64px; }
.mini-logo span { width: 3px; background: var(--lime); transform: rotate(35deg); transform-origin: bottom; border-radius: 2px; }
.mini-logo span:nth-child(1) { height: 7px; }.mini-logo span:nth-child(2) { height: 12px; }.mini-logo span:nth-child(3) { height: 17px; }
.side-dot { width: 27px; height: 27px; margin-bottom: 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 8px; }
.side-dot.active { position: relative; background: var(--lime); border-color: var(--lime); }
.side-dot.active::after { content: ""; position: absolute; inset: 8px; border: 2px solid var(--ink); border-top: 0; border-left: 0; transform: rotate(45deg) translate(-1px,-2px); }
.side-dot.bottom { margin-top: auto; }
.dash-main { flex: 1; min-width: 0; padding: 28px 29px; }
.dash-topline, .balance-heading { display: flex; align-items: center; justify-content: space-between; }
.dash-topline small, .balance-card small, .account-card small, .floating-card small { display: block; color: #7a847d; font-size: 10px; }
.dash-topline strong { display: block; margin-top: 3px; font-size: 18px; letter-spacing: -.025em; }
.avatar { width: 34px; height: 34px; border: 0; border-radius: 10px; background: #e7eadf; color: var(--ink); font-size: 9px; font-weight: 800; }
.balance-card { margin-top: 24px; padding: 22px 24px 16px; border: 1px solid var(--line); border-radius: 19px; background: white; }
.balance-heading strong { display: block; margin-top: 3px; font-size: 26px; letter-spacing: -.04em; }
.growth { padding: 7px 9px; border-radius: 8px; background: #ebf8d0; color: #49751b; font-size: 9px; font-weight: 800; }
.chart { height: 153px; margin-top: 10px; }
.chart svg { display: block; width: 100%; height: 124px; overflow: visible; }
.chart-line { fill: none; stroke: #9fd32f; stroke-width: 3; stroke-linecap: round; }
.chart-area { fill: url(#area); }
.chart circle { fill: white; stroke: #9fd32f; stroke-width: 3; }
.months { display: flex; justify-content: space-between; color: #9aa19c; font-size: 8px; }
.account-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin-top: 14px; }
.account-card { min-width: 0; padding: 16px; border-radius: 15px; }
.account-card.lime { background: var(--lime); }.account-card.cream { background: var(--cream); }.account-card.dark { background: var(--ink); color: white; }
.account-icon { display: grid; place-items: center; width: 25px; height: 25px; margin-bottom: 21px; border-radius: 8px; background: rgba(255,255,255,.55); font-size: 12px; }
.dark .account-icon { background: rgba(255,255,255,.12); color: var(--lime); }
.account-card strong { display: block; margin: 4px 0; white-space: nowrap; font-size: 14px; letter-spacing: -.03em; }
.account-card > span { font-size: 8px; opacity: .65; }
.dark small { color: #aeb8b0; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; border: 1px solid rgba(24,34,27,.08); background: rgba(255,255,255,.93); box-shadow: 0 18px 45px rgba(30,50,35,.17); backdrop-filter: blur(12px); }
.bank-card { left: -48px; bottom: 92px; gap: 10px; width: 210px; padding: 13px 14px; border-radius: 14px; }
.bank-icon { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: var(--ink); color: var(--lime); font-family: Georgia, serif; }
.bank-card strong { display: block; margin-top: 2px; font-size: 10px; }.bank-card i { margin-left: auto; color: #5f941c; font-style: normal; }
.goal-card { right: -34px; top: 90px; display: block; width: 146px; padding: 14px; border-radius: 13px; }
.goal-card strong { display: block; margin: 4px 0 9px; font-size: 18px; }.progress { height: 5px; overflow: hidden; border-radius: 9px; background: #e5e8e2; }.progress span { display: block; width: 72%; height: 100%; border-radius: inherit; background: var(--lime-deep); }

.features { padding: 112px max(20px, calc((100% - 1180px) / 2)); background: #fff; }
.section-heading { display: grid; grid-template-columns: 1fr 1.2fr .8fr; gap: 42px; align-items: start; margin-bottom: 56px; }
.section-heading .eyebrow { margin-top: 12px; }
.section-heading h2, .manifesto h2, .security h2 { margin-bottom: 0; font-size: clamp(37px, 4vw, 57px); line-height: 1.05; letter-spacing: -.055em; }
.section-heading > p:last-child { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 346px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #f8f9f5; transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 23px 54px rgba(35,55,40,.1); }
.feature-card.featured { background: var(--lime); border-color: var(--lime); }
.feature-number { float: right; color: #929a94; font-size: 10px; font-weight: 800; }
.feature-icon { position: relative; width: 80px; height: 80px; margin: 28px 0 53px; }
.stack i { position: absolute; width: 56px; height: 39px; border: 2px solid var(--ink); border-radius: 9px; background: #f8f9f5; }
.stack i:nth-child(1) { left: 17px; top: 0; opacity: .28; }.stack i:nth-child(2) { left: 9px; top: 9px; opacity: .55; }.stack i:nth-child(3) { left: 0; top: 18px; }
.pie { border: 2px solid var(--ink); border-radius: 50%; background: conic-gradient(var(--ink) 0 34%, transparent 34% 48%, rgba(24,34,27,.34) 48% 82%, transparent 82%); }
.target { border: 2px solid var(--ink); border-radius: 50%; }.target::before { content: ""; position: absolute; inset: 16px; border: 2px solid var(--ink); border-radius: 50%; }.target i { position: absolute; width: 27px; height: 2px; right: -10px; top: 30px; background: var(--ink); transform: rotate(-45deg); }.target i::after { content: ""; position: absolute; right: -2px; top: -4px; width: 8px; height: 8px; border-top: 2px solid var(--ink); border-right: 2px solid var(--ink); transform: rotate(45deg); }
.feature-card h3 { max-width: 260px; margin-bottom: 12px; font-size: 20px; line-height: 1.15; letter-spacing: -.035em; }
.feature-card p { max-width: 290px; margin-bottom: 0; color: #677168; font-size: 12px; line-height: 1.65; }.featured p { color: #425038; }

.manifesto { padding: 92px max(20px, calc((100% - 1180px) / 2)); background: #fff; }
.manifesto-card { position: relative; min-height: 500px; overflow: hidden; padding: 68px; border-radius: 34px; color: white; background: var(--ink); }
.manifesto-card > *:not(.orb) { position: relative; z-index: 2; }
.eyebrow.light { color: #c4cec6; }.manifesto h2 { max-width: 610px; margin-bottom: 24px; font-size: clamp(45px, 5vw, 67px); }.manifesto h2 em { color: var(--lime); }.manifesto-card > p:not(.eyebrow) { max-width: 540px; color: #bac4bc; line-height: 1.7; }
.button-light { margin-top: 18px; background: white; color: var(--ink); }.button-light span { color: #6d9e1e; font-size: 19px; }
.orb { position: absolute; width: 430px; height: 430px; right: -45px; bottom: -165px; border: 1px solid rgba(217,255,98,.28); border-radius: 50%; box-shadow: inset 0 0 100px rgba(217,255,98,.07); }
.orb::before, .orb::after { content: ""; position: absolute; border: 1px solid rgba(217,255,98,.17); border-radius: 50%; }.orb::before { inset: 50px; }.orb::after { inset: 110px; }.orb span { position: absolute; width: 56px; height: 56px; left: 50%; top: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 50px rgba(217,255,98,.5); }

.security { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: .38fr 1fr 1fr; gap: 60px; align-items: center; padding: 110px 0; }
.security-mark { display: grid; place-items: center; width: 120px; height: 140px; border-radius: 58% 58% 70% 70% / 45% 45% 78% 78%; background: var(--lime); clip-path: polygon(50% 0, 91% 15%, 88% 68%, 50% 100%, 12% 68%, 9% 15%); }.security-mark span { display: grid; place-items: center; width: 44px; height: 44px; border: 2px solid var(--ink); border-radius: 50%; font-weight: 900; }
.security h2 { font-size: clamp(36px, 3.8vw, 54px); }.security-copy > p:last-child { max-width: 480px; margin-top: 22px; color: var(--muted); line-height: 1.7; }
.security-points { display: grid; gap: 24px; }.security-points div { padding-bottom: 24px; border-bottom: 1px solid var(--line); }.security-points strong, .security-points span { display: block; }.security-points strong { margin-bottom: 7px; font-size: 14px; }.security-points span { color: var(--muted); font-size: 12px; line-height: 1.55; }

footer { width: min(1180px, calc(100% - 40px)); min-height: 115px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #6d766f; font-size: 11px; } footer .brand { color: var(--ink); font-size: 19px; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(720px, 100%); margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr 1.3fr; }.section-heading > p:last-child { grid-column: 2; }
  .security { grid-template-columns: .3fr 1fr; }.security-points { grid-column: 2; }
}
@media (max-width: 720px) {
  .site-header { width: min(100% - 28px, 1180px); height: 72px; }.header-cta { padding: 9px 13px; }
  .hero { width: min(100% - 28px, 1180px); gap: 58px; padding: 62px 0 76px; } h1 { font-size: clamp(46px, 14vw, 65px); }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .dashboard-window { min-height: 430px; border-width: 4px; border-radius: 21px; }.dash-sidebar { display: none; }.dash-main { padding: 20px 17px; }.account-grid { grid-template-columns: 1fr 1fr; }.account-card:last-child { display: none; }.goal-card { right: -5px; top: 80px; }.bank-card { left: -5px; bottom: -30px; }.balance-card { padding: 18px 16px 12px; }.balance-heading strong { font-size: 22px; }
  .features, .manifesto { padding-left: 14px; padding-right: 14px; }.features { padding-top: 85px; padding-bottom: 85px; }.section-heading { grid-template-columns: 1fr; gap: 5px; }.section-heading > p:last-child { grid-column: auto; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 320px; }
  .manifesto-card { min-height: 560px; padding: 44px 27px; }.orb { right: -180px; }.manifesto h2 { font-size: 46px; }
  .security { width: min(100% - 28px, 1180px); grid-template-columns: 1fr; gap: 35px; padding: 85px 0; }.security-mark { width: 88px; height: 105px; }.security-points { grid-column: auto; }
  footer { width: min(100% - 28px, 1180px); flex-direction: column; justify-content: center; gap: 13px; padding: 30px 0; text-align: center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; } }
