
:root {
  --green: #2fc85a;
  --green-dark: #0d7f31;
  --blue: #0a84ff;
  --purple: #c92be3;
  --indigo: #6254ff;
  --orange: #ff8427;
  --red: #ff3b48;
  --teal: #08bac7;
  --ink: #080b09;
  --muted: #6f7672;
  --soft: #f4f6f4;
  --line: #e2e7e2;
  --card: #ffffff;
  --shadow: 0 28px 80px rgba(11, 24, 15, .12);
  --radius: 30px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ink);
  background: var(--soft);
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(1220px, 92%); margin-inline: auto; }

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(226,231,226,.9);
}
.nav-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 950; letter-spacing: .12em; }
.brand img { width: 34px; height: 34px; border-radius: 9px; object-fit: cover; box-shadow: 0 8px 18px rgba(0,0,0,.13); }
.nav-links { display: flex; gap: 22px; align-items: center; font-size: .9rem; font-weight: 800; color: #4e5751; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { background: var(--ink); color: white !important; border-radius: 999px; padding: 11px 17px; }
.menu-toggle { display: none; border: 0; background: var(--ink); color: white; border-radius: 999px; padding: 9px 15px; font-weight: 800; }

.hero {
  min-height: 100vh;
  padding: 130px 0 80px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 15% 18%, rgba(10,132,255,.08), transparent 28%), radial-gradient(circle at 82% 70%, rgba(47,200,90,.22), transparent 34%), linear-gradient(180deg,#fff,#f5f9f5);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-orb-one { width: 540px; height: 540px; background: rgba(47,200,90,.11); right: -180px; top: 80px; }
.hero-orb-two { width: 390px; height: 390px; background: rgba(98,84,255,.08); left: -160px; bottom: 20px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 64px; align-items: center; position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--green-dark); font-weight: 950; letter-spacing: .12em; font-size: .78rem; margin-bottom: 18px; }
.eyebrow-dark { color: #74e994; }
h1,h2,h3 { margin: 0 0 18px; letter-spacing: -.058em; line-height: .98; }
h1 { font-size: clamp(4rem, 7.7vw, 8.4rem); }
h2 { font-size: clamp(2.7rem, 5.4vw, 5.7rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.05; }
.hero-subtitle { font-size: clamp(1.35rem,2.3vw,2rem); font-weight: 900; letter-spacing: -.045em; }
.lead { color: var(--muted); font-size: clamp(1.06rem,1.6vw,1.34rem); max-width: 780px; }
.center { text-align: center; margin-inline: auto; }
.button-row { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 28px; }
.centered { justify-content: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 900; border: 1px solid var(--ink); cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg,#43d96a,#179641); color: white; border: 0; }
.button-secondary { background: white; color: var(--ink); }
.hero-pills,.metric-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.hero-pills span,.metric-chips span { background: rgba(255,255,255,.8); border: 1px solid var(--line); padding: 9px 13px; border-radius: 999px; font-size: .84rem; font-weight: 850; }
.hero-visual { min-height: 760px; position: relative; display: grid; place-items: center; }
.phone { position: relative; background: #050505; padding: 15px 12px 21px; border-radius: 50px; box-shadow: 0 42px 105px rgba(0,0,0,.25); overflow: hidden; }
.phone::before { content:""; position:absolute; z-index:5; top:11px; left:50%; transform:translateX(-50%); width:31%; height:25px; border-radius:999px; background:#050505; }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top center; border-radius: 38px; }
.phone-hero { width: min(400px,80vw); aspect-ratio: 942/2048; transform: rotate(1deg); }
.phone-large { width: min(365px,82vw); aspect-ratio: 942/2048; }
.phone-medium { width: min(310px,76vw); aspect-ratio: 942/2048; border-radius: 44px; padding: 13px 10px 18px; }
.phone-medium img { border-radius: 33px; }
.floating-stat { position: absolute; z-index: 8; background: rgba(255,255,255,.88); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.9); border-radius: 23px; padding: 17px 18px; box-shadow: 0 20px 48px rgba(0,0,0,.13); display: grid; gap: 3px; min-width: 190px; }
.floating-stat span,.floating-stat small { color: var(--muted); font-weight: 750; }
.floating-stat strong { font-size: 1.45rem; color: var(--green-dark); letter-spacing: -.04em; }
.stat-checking { left: 0; top: 150px; }
.stat-investment { right: -8px; bottom: 125px; }
.stat-investment strong { color: var(--purple); }

.section { padding: 112px 0; }
.section-white { background: white; }
.section-soft { background: #f1f4f1; }
.section-dark { color: white; background: radial-gradient(circle at 78% 18%, rgba(47,200,90,.18), transparent 30%), #070a08; }
.section-gradient { background: radial-gradient(circle at 10% 20%,rgba(8,186,199,.14),transparent 28%), linear-gradient(180deg,#f7fbfb,#eef8f7); }
.nutrition-section { background: radial-gradient(circle at 86% 15%,rgba(201,43,227,.08),transparent 26%), #f8f7fb; }
.section-heading { margin-bottom: 48px; }
.account-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.feature-card { padding: 28px; border-radius: var(--radius); background: white; border: 1px solid var(--line); box-shadow: 0 18px 46px rgba(0,0,0,.06); }
.feature-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 17px; font-weight: 950; margin-bottom: 21px; }
.checking-card .feature-icon { background: #eaf9ee; color: var(--green-dark); }
.savings-card .feature-icon { background: #e9f4ff; color: var(--blue); }
.investment-card .feature-icon { background: #f9eafa; color: var(--purple); }
.feature-card p,.showcase-card p,.calendar-copy p { color: var(--muted); }
.statement-banner { margin-top: 28px; border-radius: 27px; padding: 23px 28px; color: white; background: linear-gradient(135deg,var(--ink),#1e2b22); display: flex; justify-content: center; gap: 20px 36px; flex-wrap: wrap; font-size: clamp(1.25rem,2.3vw,2rem); letter-spacing: -.04em; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split-reverse .phone-stage { order: -1; }
.copy-block .lead { color: rgba(255,255,255,.69); }
.section-soft .copy-block .lead,.section-gradient .copy-block .lead { color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 13px; }
.check-list li { color: rgba(255,255,255,.78); font-weight: 720; padding-left: 28px; position: relative; }
.check-list li::before { content:"✓"; position:absolute; left:0; color:#63e889; font-weight:950; }
.dark-checks li { color: #475149; }
.phone-stage { display: grid; place-items: center; min-height: 650px; }
.feature-showcase { display: grid; gap: 28px; }
.showcase-card { min-height: 650px; background: white; border: 1px solid var(--line); border-radius: 40px; padding: clamp(28px,5vw,58px); display: grid; grid-template-columns: 1fr .75fr; gap: 45px; align-items: center; box-shadow: var(--shadow); overflow: hidden; }
.showcase-card.reverse > :first-child { order: 2; }
.mini-label { color: var(--purple); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; }
.compact-list { color: var(--muted); padding-left: 20px; }
.dual-phone-stage { position: relative; min-height: 720px; display: block; }
.phone-back { position: absolute; left: 2%; top: 4%; transform: rotate(-5deg); opacity: .86; }
.phone-front { position: absolute; right: 3%; bottom: 2%; transform: rotate(4deg); }
.calendar-feature { display: grid; grid-template-columns: .78fr 1.22fr; gap: 50px; align-items: center; background: #f5f3ff; border: 1px solid #dfdcff; border-radius: 42px; padding: clamp(30px,5vw,64px); }
.calendar-copy { display: grid; gap: 13px; font-size: 1.08rem; }
.status-key { display: flex; align-items: center; gap: 10px; font-weight: 850; }
.dot { width: 12px; height: 12px; border-radius: 50%; }
.dot-green { background: var(--green); }.dot-red { background: var(--red); }.dot-gray { background: #949a96; }
.metric-chips span { background: rgba(255,255,255,.74); }
.body-progress-section .copy-block { order: 2; }
.two-phone-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 390px)); gap: 42px; justify-content: center; align-items: start; }
.light-copy { color: white; }
.light-copy .lead { color: rgba(255,255,255,.7); }
.film-section { background: radial-gradient(circle at 50% 0,rgba(47,200,90,.2),transparent 35%),#070a08; }
.film-poster { width: 100%; min-height: 560px; position: relative; border: 1px solid rgba(255,255,255,.13); border-radius: 42px; overflow: hidden; cursor: pointer; padding: 0; background: #070a08; box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.film-poster > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; filter: saturate(.85); transform: scale(1.05); }
.film-overlay { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.74)); }
.play-button { position: absolute; inset: 50% auto auto 50%; translate: -50% -50%; width: 94px; height: 94px; display:grid; place-items:center; background:white; color:#050505; border-radius:50%; font-size:2rem; padding-left:5px; box-shadow:0 20px 50px rgba(0,0,0,.34); }
.film-title { position:absolute; left:36px; bottom:30px; color:white; font-size:clamp(1.4rem,3vw,2.6rem); font-weight:950; letter-spacing:-.05em; }
.film-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; }
.film-modal[hidden] { display: none; }
.film-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.82); backdrop-filter: blur(12px); }
.film-dialog { position: relative; z-index: 2; width: min(1100px,96vw); background:#050505; border-radius:28px; overflow:hidden; border:1px solid rgba(255,255,255,.16); box-shadow:0 40px 120px rgba(0,0,0,.55); }
.film-dialog video { width:100%; display:block; aspect-ratio:16/9; background:#050505; }
.film-close { position:absolute; z-index:3; top:12px; right:12px; width:42px; height:42px; border:0; border-radius:50%; background:white; font-size:1.65rem; cursor:pointer; }
.download-card { text-align:center; background: radial-gradient(circle at 80% 0,rgba(47,200,90,.22),transparent 34%),#fff; border:1px solid var(--line); border-radius:46px; padding:clamp(40px,7vw,84px); box-shadow:var(--shadow); }

.page-hero { padding: 160px 0 70px; background: white; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(3.2rem,7vw,7.2rem); max-width: 1000px; }
.prose { max-width: 980px; margin: 46px auto 90px; background: white; border: 1px solid var(--line); border-radius: 36px; padding: clamp(28px,6vw,60px); box-shadow: 0 18px 48px rgba(0,0,0,.06); }
.prose section + section { border-top: 1px solid var(--line); margin-top: 38px; padding-top: 38px; }
.prose h2 { font-size: clamp(2rem,4vw,3.5rem); }
.prose p,.prose li { color: var(--muted); font-size: 1.08rem; }
.prose a { color: var(--green-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.prose blockquote { margin: 28px 0; padding: 24px; border-left: 5px solid var(--green); background: #f0faf2; border-radius: 0 22px 22px 0; font-size: 1.5rem; font-weight: 900; letter-spacing: -.04em; }
.prose-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.prose-grid article { background:var(--soft); border:1px solid var(--line); border-radius:22px; padding:22px; }
.prose-grid article h3 { font-size:1.35rem; }
.resource-list { display:grid; gap:10px; }
.notice { background:#fff8e9; border:1px solid #ffe1a8; border-radius:20px; padding:18px; }
.faq { display:grid; gap:12px; }
.faq details { border:1px solid var(--line); border-radius:20px; padding:0 20px; background:#fbfcfb; }
.faq summary { padding:19px 0; cursor:pointer; font-weight:900; font-size:1.08rem; }
.faq details p { margin-top:0; }
.contact-panel { background:#effaf2; border:1px solid #ccefd4; border-radius:26px; padding:28px; }
.large-contact { text-align:center; padding:clamp(34px,7vw,70px); }
.email-link { font-size:clamp(1.35rem,3vw,2.5rem); }
.legal section + section { margin-top:28px; padding-top:28px; }

.footer { background:#070a08; color:white; padding:48px 0; }
.footer-grid { display:flex; justify-content:space-between; gap:32px; flex-wrap:wrap; }
.footer-brand { color:white; }
.footer p { color:rgba(255,255,255,.7); margin:.6rem 0; }
.footer .small { font-size:.88rem; }
.footer-links { display:flex; gap:18px; flex-wrap:wrap; align-items:center; color:rgba(255,255,255,.75); font-weight:750; }

@media (max-width: 980px) {
  .site-nav { position: sticky; }
  .nav-inner { min-height: 68px; }
  .menu-toggle { display: inline-flex; }
  .nav-links { display: none; position:absolute; top:68px; left:4%; right:4%; padding:18px; background:white; border:1px solid var(--line); border-radius:20px; box-shadow:var(--shadow); flex-direction:column; align-items:stretch; }
  .nav-links.open { display:flex; }
  .nav-links a { padding:10px; }
  .hero { padding-top:80px; }
  .hero-grid,.split,.showcase-card,.calendar-feature { grid-template-columns:1fr; }
  .hero-copy { text-align:center; }
  .hero-copy .lead { margin-inline:auto; }
  .hero-copy .button-row,.hero-pills { justify-content:center; }
  .hero-visual { min-height:720px; }
  .account-grid { grid-template-columns:1fr; }
  .split-reverse .phone-stage,.body-progress-section .copy-block,.showcase-card.reverse > :first-child { order:initial; }
  .dual-phone-stage { min-height:740px; }
  .calendar-copy { text-align:center; }
  .status-key { justify-content:center; }
}
@media (max-width: 660px) {
  h1 { font-size:clamp(3.4rem,16vw,5.4rem); }
  h2 { font-size:clamp(2.5rem,12vw,4rem); }
  .section { padding:78px 0; }
  .hero-visual { min-height:650px; }
  .phone-hero { width:min(330px,82vw); }
  .floating-stat { min-width:155px; padding:13px; }
  .floating-stat strong { font-size:1.08rem; }
  .stat-checking { left:-4px; top:105px; }
  .stat-investment { right:-4px; bottom:85px; }
  .showcase-card { padding:26px 18px; }
  .two-phone-grid,.prose-grid { grid-template-columns:1fr; }
  .two-phone-grid .phone { margin-inline:auto; }
  .dual-phone-stage { min-height:650px; }
  .phone-back,.phone-front { width:245px; }
  .phone-back { left:0; }
  .phone-front { right:0; }
  .film-poster { min-height:420px; }
  .statement-banner { text-align:center; }
}
