@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --navy: #081426;
  --navy-2: #0e1d34;
  --blue: #3f6df6;
  --blue-2: #6d8cff;
  --mint: #49d7ad;
  --purple: #8d6bff;
  --ink: #12213a;
  --muted: #61708a;
  --line: #e7ebf2;
  --surface: #f7f9fc;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(26, 48, 88, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  background: #fff;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 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; }

.ambient { position: fixed; border-radius: 50%; filter: blur(80px); opacity: .25; pointer-events: none; z-index: -1; }
.ambient-one { width: 360px; height: 360px; background: #9ab4ff; top: -80px; right: 5%; }
.ambient-two { width: 300px; height: 300px; background: #b99cff; top: 480px; left: -130px; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(231,235,242,.8);
}
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; }
.desktop-nav { display: flex; gap: 30px; color: var(--muted); font-weight: 600; font-size: 14px; }
.desktop-nav a:hover, .text-link:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 22px; font-weight: 600; font-size: 14px; }
.menu-button { display: none; background: none; border: 0; font-weight: 700; }
.mobile-menu { display: none; padding: 8px 20px 20px; }
.mobile-menu.open { display: grid; gap: 14px; }

.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 22px; border-radius: 15px;
  border: 1px solid var(--blue); color: #fff; background: linear-gradient(135deg, var(--blue), #5a79f8);
  font-weight: 700; box-shadow: 0 14px 34px rgba(63,109,246,.24);
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(63,109,246,.3); }
.button-small { min-height: 42px; padding: 0 16px; border-radius: 12px; }
.button-secondary { color: var(--ink); background: rgba(255,255,255,.75); border-color: var(--line); box-shadow: none; }
.button-light { color: var(--navy); background: #fff; border-color: #fff; box-shadow: none; }

.hero { padding: 96px 0 88px; }
.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 64px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; }
.eyebrow span { width: 24px; height: 2px; background: currentColor; }
.eyebrow.light { color: #aabfff; }
h1, h2, h3, h4 { font-family: "Manrope", sans-serif; margin: 0; }
h1 { font-size: clamp(48px, 6vw, 76px); line-height: 1.02; letter-spacing: -.055em; margin: 22px 0 24px; }
h1 em { font-style: normal; background: linear-gradient(90deg, var(--blue), var(--purple)); -webkit-background-clip: text; color: transparent; }
.hero-sub { font-size: 19px; line-height: 1.7; color: var(--muted); max-width: 650px; }
.hero-actions { display: flex; gap: 14px; margin-top: 32px; }
.hero-proof { display: flex; align-items: center; gap: 16px; margin-top: 34px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.hero-proof p { margin: 0; }
.avatar-stack { display: flex; }
.avatar-stack span {
  width: 34px; height: 34px; border-radius: 50%; border: 2px solid #fff; margin-left: -8px;
  display: grid; place-items: center; color: #fff; font-size: 10px; font-weight: 800;
  background: linear-gradient(135deg, var(--blue), var(--purple));
}
.avatar-stack span:first-child { margin-left: 0; }

.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.glow-card { box-shadow: var(--shadow); }
.dashboard {
  position: relative; width: min(100%, 580px); padding: 28px; border-radius: 30px;
  color: #fff; background:
    radial-gradient(circle at top right, rgba(109,140,255,.28), transparent 36%),
    linear-gradient(155deg, #0b1830, #0f2444 65%, #0b1930);
  border: 1px solid rgba(255,255,255,.1);
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
}
.dash-top, .panel-head, .bill-row, .reward-card-top, .reward-bottom { display: flex; align-items: center; justify-content: space-between; }
.dash-top h3 { font-size: 24px; }
.muted { color: #96a6c0; margin: 0 0 4px; font-size: 13px; }
.profile { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: rgba(255,255,255,.1); font-weight: 800; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 26px 0 16px; }
.metric { padding: 18px; border-radius: 18px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08); }
.metric p { margin: 0 0 8px; color: #aab7cb; font-size: 12px; }
.metric strong { display: block; font-size: 24px; letter-spacing: -.03em; }
.metric span { display: block; margin-top: 8px; color: #9ba9be; font-size: 11px; }
.metric .positive { color: var(--mint); }
.primary-metric { background: linear-gradient(135deg, rgba(63,109,246,.42), rgba(141,107,255,.28)); }
.bill-panel { padding: 20px; border-radius: 20px; background: #fff; color: var(--ink); }
.panel-head { margin-bottom: 10px; }
.panel-head span { color: var(--blue); font-size: 12px; font-weight: 700; }
.bill-row { gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.bill-row:last-child { border-bottom: 0; }
.bill-icon { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; font-weight: 800; }
.electric { background: #fff3cf; }
.medical { background: #e9f8f4; color: #15946e; }
.card { background: #eeeaff; color: #6e56d9; }
.wifi { background: #e7efff; color: #3f6df6; }
.bill-name { display: grid; flex: 1; gap: 3px; }
.bill-name strong { font-size: 13px; }
.bill-name span { color: var(--muted); font-size: 11px; }
.bill-amount { font-weight: 800; font-size: 13px; }
.insight-card { display: flex; gap: 12px; align-items: center; margin-top: 16px; padding: 15px 16px; border-radius: 16px; background: rgba(73,215,173,.09); border: 1px solid rgba(73,215,173,.22); }
.insight-icon { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: var(--mint); color: var(--navy); }
.insight-card strong { font-size: 12px; }
.insight-card p { margin: 3px 0 0; color: #a9bbca; font-size: 11px; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 170px; padding: 14px 16px; border-radius: 16px; background: rgba(255,255,255,.93); box-shadow: 0 18px 50px rgba(25,48,88,.18); backdrop-filter: blur(12px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 12px; }
.floating-card small { color: var(--muted); margin-top: 2px; }
.float-one { left: -20px; top: 110px; }
.float-two { right: -6px; bottom: 88px; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(73,215,173,.15); }
.reward-symbol { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: #fff2c6; color: #a97500; }

.logo-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px 0; background: rgba(247,249,252,.65); }
.logo-strip p { text-align: center; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.category-marquee { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; color: #8090a7; font-weight: 700; }

.section { padding: 112px 0; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
h2 { font-size: clamp(38px, 5vw, 56px); line-height: 1.08; letter-spacing: -.045em; margin: 18px 0; }
.section-heading p, .rewards-copy > p, .vision-copy > p, .security-copy p { color: var(--muted); font-size: 18px; line-height: 1.7; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.feature-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 40px rgba(28,54,98,.05); }
.feature-large { grid-row: span 2; background: linear-gradient(160deg, #f9fbff, #eef3ff); }
.feature-icon { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; background: #edf2ff; color: var(--blue); font-size: 22px; font-weight: 800; }
.feature-card h3 { font-size: 23px; margin: 22px 0 10px; }
.feature-card p { color: var(--muted); line-height: 1.7; }
.mini-dashboard { margin-top: 34px; padding: 22px; border-radius: 20px; background: var(--navy); color: white; }
.mini-dashboard > div:first-child { display: flex; justify-content: space-between; align-items: center; }
.bar-chart { height: 130px; display: flex; align-items: end; gap: 10px; margin-top: 18px; }
.bar-chart i { flex: 1; border-radius: 8px 8px 3px 3px; background: linear-gradient(180deg, var(--blue-2), var(--purple)); }

.rewards-section { background: var(--navy); color: #fff; overflow: hidden; }
.rewards-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 72px; align-items: center; }
.rewards-copy > p { color: #aebbd0; }
.reward-steps { display: grid; gap: 18px; margin-top: 34px; }
.reward-steps > div { display: flex; gap: 16px; align-items: flex-start; }
.reward-steps b { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #aebeff; }
.reward-steps strong, .reward-steps small { display: block; }
.reward-steps small { color: #98a8bf; margin-top: 4px; }
.reward-card {
  min-height: 360px; padding: 30px; border-radius: 30px; color: #fff;
  background: radial-gradient(circle at top right, rgba(255,255,255,.24), transparent 32%), linear-gradient(135deg, #345eef, #7b5cf1 58%, #2fcda3);
  box-shadow: 0 35px 90px rgba(0,0,0,.28);
  transform: rotate(2deg);
}
.reward-card-top img { width: 42px; filter: brightness(0) invert(1); }
.reward-card-top span { font-size: 12px; letter-spacing: .15em; font-weight: 800; }
.reward-balance { margin-top: 66px; }
.reward-balance small, .reward-balance span { display: block; opacity: .82; }
.reward-balance strong { display: block; font-size: 52px; margin: 4px 0; }
.reward-progress { height: 7px; margin: 30px 0 20px; border-radius: 10px; background: rgba(255,255,255,.28); overflow: hidden; }
.reward-progress i { display: block; width: 72%; height: 100%; background: #fff; border-radius: inherit; }
.reward-bottom strong, .reward-bottom small { display: block; }
.reward-bottom small { opacity: .7; margin-bottom: 4px; }

.bill-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-card { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.category-card span { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: white; box-shadow: 0 8px 22px rgba(27,52,90,.08); }
.category-card strong, .category-card small { display: block; }
.category-card strong { margin-top: 20px; }
.category-card small { color: var(--muted); margin-top: 5px; }

.vision-section { background: linear-gradient(180deg, #f8faff, #fff); }
.vision-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 84px; align-items: center; }
.vision-visual { display: grid; place-items: center; }
.phone-frame { width: 310px; padding: 10px; border-radius: 42px; background: #0c1729; box-shadow: var(--shadow); }
.phone-top { width: 90px; height: 22px; border-radius: 0 0 16px 16px; background: #0c1729; margin: 0 auto -10px; position: relative; z-index: 2; }
.phone-content { min-height: 590px; padding: 26px 18px; border-radius: 34px; background: #f7f9fd; }
.phone-header { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.phone-header img { width: 30px; }
.insurance-card { margin-top: 24px; padding: 22px; border-radius: 22px; color: white; background: linear-gradient(135deg, #243a73, #4b70e4); }
.insurance-card small, .insurance-card strong { display: block; }
.insurance-card strong { margin: 8px 0 28px; }
.insurance-card div { display: flex; justify-content: space-between; margin-top: 10px; font-size: 11px; }
.claim-row, .medical-bill { margin-top: 16px; padding: 16px; border-radius: 16px; background: white; border: 1px solid var(--line); }
.claim-row { display: flex; justify-content: space-between; font-size: 12px; }
.claim-row b { color: #b27600; }
.medical-bill strong, .medical-bill small { display: block; }
.medical-bill strong { font-size: 25px; margin: 9px 0; }
.medical-bill small { color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -2px; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: #e9f8f4; color: #15946e; font-weight: 800; }
.future-note { padding: 16px; border-left: 3px solid var(--purple); background: #f6f3ff; font-size: 13px !important; }

.roadmap-section { background: var(--surface); }
.roadmap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.roadmap-card { padding: 30px; border-radius: 22px; background: #fff; border: 1px solid var(--line); }
.roadmap-card > span { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: #eef2fb; color: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.roadmap-card h3 { margin: 22px 0 10px; font-size: 24px; }
.roadmap-card p { color: var(--muted); line-height: 1.7; }
.roadmap-card.active { color: #fff; background: linear-gradient(145deg, var(--navy), #173461); border-color: transparent; }
.roadmap-card.active p { color: #afbdd0; }

.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.security-cards { display: grid; gap: 14px; }
.security-card { display: grid; grid-template-columns: 48px 1fr; column-gap: 14px; align-items: center; padding: 20px; border: 1px solid var(--line); border-radius: 18px; }
.security-card span { grid-row: span 2; width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: #eef2ff; color: var(--blue); }
.security-card small { color: var(--muted); margin-top: 4px; }

.waitlist-section { padding-top: 20px; }
.waitlist-card { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; padding: 56px; border-radius: 30px; color: white; background: radial-gradient(circle at top right, rgba(109,140,255,.32), transparent 32%), linear-gradient(145deg, #09172d, #102b50); }
.waitlist-card p { color: #aab8cc; line-height: 1.7; }
.waitlist-form { display: grid; gap: 12px; }
.waitlist-form input { width: 100%; height: 56px; padding: 0 18px; border-radius: 14px; border: 1px solid rgba(255,255,255,.15); color: white; background: rgba(255,255,255,.08); outline: none; }
.waitlist-form input:focus { border-color: #91a6ff; box-shadow: 0 0 0 4px rgba(109,140,255,.15); }
.waitlist-form small { color: #91a0b6; font-size: 11px; }
.form-message { margin: 0 !important; min-height: 20px; font-size: 13px; }
.form-message.success { color: var(--mint); }
.form-message.error { color: #ffb4b4; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 72px; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 18px; padding: 20px 22px; background: #fff; }
summary { cursor: pointer; font-weight: 800; }
details p { color: var(--muted); line-height: 1.7; margin-bottom: 0; }

.footer { padding: 70px 0 24px; color: #a8b5c9; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; }
.footer-brand { color: white; }
.footer-grid p { max-width: 380px; line-height: 1.7; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 12px; }
.footer-grid strong { color: white; margin-bottom: 6px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); margin-top: 50px; padding-top: 22px; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .desktop-nav, .nav-actions { display: none; }
  .menu-button { display: block; }
  .hero-grid, .rewards-grid, .vision-grid, .security-grid, .waitlist-card, .faq-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 72px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 560px; }
  .dashboard { transform: none; }
  .bill-category-grid { grid-template-columns: repeat(2, 1fr); }
  .roadmap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 80px 0; }
  h1 { font-size: 48px; }
  h2 { font-size: 38px; }
  .hero-actions { flex-direction: column; }
  .hero-visual { min-height: 520px; }
  .dashboard { padding: 18px; }
  .metric-row { grid-template-columns: 1fr; }
  .float-one { left: 0; top: 70px; }
  .float-two { right: 0; bottom: 40px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large { grid-row: auto; }
  .bill-category-grid { grid-template-columns: 1fr; }
  .waitlist-card { padding: 34px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}
