:root {
  --ink: #171a17;
  --muted: #686b65;
  --paper: #f5f4ef;
  --card: #fffefa;
  --violet: #6557ff;
  --violet-dark: #4d3ee8;
  --sage: #dce9cf;
  --line: rgba(23, 26, 23, 0.12);
  --radius-lg: 34px;
  --shadow: 0 24px 80px rgba(31, 32, 28, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.ambient { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; z-index: -1; }
.ambient-one { width: 520px; height: 520px; right: -230px; top: 190px; background: rgba(177, 165, 255, .18); }
.ambient-two { width: 370px; height: 370px; left: -180px; top: 620px; background: rgba(211, 231, 193, .25); }

.site-header {
  width: min(1240px, calc(100% - 48px));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 20px/1 "Manrope", sans-serif; letter-spacing: -0.7px; }
.brand-mark { width: 28px; height: 28px; display: inline-flex; align-items: end; justify-content: center; gap: 2px; padding: 6px; border-radius: 9px; background: var(--ink); transform: rotate(-2deg); }
.brand-mark i { display: block; width: 3px; border-radius: 3px; background: #f5f4ef; }
.brand-mark i:nth-child(1) { height: 7px; }.brand-mark i:nth-child(2) { height: 14px; }.brand-mark i:nth-child(3) { height: 10px; }
.brand-mark.small { width: 20px; height: 20px; border-radius: 6px; padding: 4px; }
.brand-mark.small i { width: 2px; }.brand-mark.small i:nth-child(1) { height: 5px; }.brand-mark.small i:nth-child(2) { height: 10px; }.brand-mark.small i:nth-child(3) { height: 7px; }
.desktop-nav { display: flex; gap: 34px; margin-left: 80px; }
.desktop-nav a { color: #555852; font-size: 14px; font-weight: 500; transition: color .2s; }
.desktop-nav a:hover { color: var(--ink); }
.nav-cta { padding: 11px 16px; border: 1px solid var(--ink); border-radius: 999px; font-size: 13px; font-weight: 600; transition: all .2s; }
.nav-cta:hover { background: var(--ink); color: white; }

.hero { min-height: 745px; padding: 92px 0 90px; display: grid; grid-template-columns: .87fr 1.2fr; align-items: center; gap: 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #686b65; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #55b773; box-shadow: 0 0 0 5px rgba(85,183,115,.12); }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.055em; margin: 0; }
h1 { margin-top: 25px; font-size: clamp(62px, 6.6vw, 100px); line-height: .91; font-weight: 700; }
h1 em, h2 em { color: var(--violet); font-style: normal; }
.hero-lede { max-width: 555px; margin: 32px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; gap: 30px; padding: 17px 22px; border-radius: 12px; font-size: 14px; font-weight: 700; }
.button-primary { background: var(--ink); color: white; box-shadow: 0 12px 26px rgba(23,26,23,.18); transition: transform .2s, box-shadow .2s; }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(23,26,23,.22); }
.text-link { font-size: 14px; font-weight: 600; }
.play-icon { display: inline-grid; place-items: center; width: 27px; height: 27px; margin-right: 7px; padding-left: 2px; border: 1px solid #c5c5be; border-radius: 50%; font-size: 8px; }
.trust-note { display: flex; align-items: center; gap: 14px; margin-top: 46px; color: #777971; font-size: 12px; line-height: 1.5; }
.avatars { display: flex; }
.avatars b { width: 28px; height: 28px; margin-left: -7px; display: grid; place-items: center; border: 2px solid var(--paper); border-radius: 50%; color: white; background: #9f8ce7; font-size: 9px; }
.avatars b:first-child { margin-left: 0; background: #769980; }.avatars b:last-child { background: #c17963; }

.product-stage { position: relative; min-width: 660px; transform: perspective(1400px) rotateY(-2deg); }
.dashboard-card { overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 25px; background: rgba(255,255,255,.88); box-shadow: 0 35px 90px rgba(36,36,31,.16), inset 0 0 0 1px rgba(30,30,25,.04); backdrop-filter: blur(18px); }
.dashboard-topbar { height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e8e8e3; }
.mini-brand { display: flex; align-items: center; gap: 6px; font: 800 11px/1 "Manrope"; }
.month-switcher { display: flex; align-items: center; gap: 9px; font-size: 9px; font-weight: 600; }
.month-switcher button { width: 22px; height: 22px; border: 1px solid #e1e1dc; border-radius: 6px; background: white; color: #85867f; }
.avatar-button { width: 28px; height: 28px; border: 0; border-radius: 50%; background: #dce9cf; font-size: 8px; font-weight: 700; }
.dashboard-grid { display: grid; grid-template-columns: 1.22fr .9fr; min-height: 416px; }
.overview-panel, .agent-panel { padding: 25px; }
.agent-panel { border-left: 1px solid #e8e8e3; background: #fafaf7; }
.panel-label { margin: 0 0 18px; color: #92938d; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.spend-heading { display: flex; justify-content: space-between; align-items: end; }
.spend-heading div { display: grid; gap: 6px; }
.spend-heading span { color: #868780; font-size: 10px; }.spend-heading strong { font: 700 29px/1 "Manrope"; letter-spacing: -.04em; }
.trend-pill { padding: 6px 8px; border-radius: 999px; background: #e2f1df; color: #347449 !important; font-size: 8px !important; font-weight: 700; }
.chart { position: relative; margin-top: 35px; height: 178px; }
.chart-lines { position: absolute; inset: 0 0 27px; display: flex; flex-direction: column; justify-content: space-between; }
.chart-lines i { border-top: 1px dashed #e6e6e0; }
.chart svg { position: absolute; width: 100%; height: 142px; overflow: visible; }
.chart .area { fill: url(#area); }.chart .line { fill: none; stroke: var(--violet); stroke-width: 2.3; }.chart circle { fill: white; stroke: var(--violet); stroke-width: 3; }
.chart-labels { position: absolute; bottom: 0; width: 100%; display: flex; justify-content: space-between; color: #a0a19b; font-size: 8px; }
.agent-head { display: flex; gap: 10px; align-items: center; }
.agent-orb { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 auto; border-radius: 10px; color: white; background: var(--violet); box-shadow: 0 6px 15px rgba(101,87,255,.25); font-size: 12px; }
.agent-head div { display: grid; gap: 2px; }.agent-head strong { font-size: 10px; }.agent-head small { color: #9a9b95; font-size: 7px; }
.question-bubble { margin: 22px 0 12px 30px; padding: 11px 12px; border-radius: 10px 10px 2px 10px; background: var(--ink); color: white; font-size: 9px; }
.answer-copy { padding: 13px; border-radius: 12px; background: white; box-shadow: 0 4px 18px rgba(30,30,26,.06); }
.answer-copy p { margin: 0; color: #666862; font-size: 8px; line-height: 1.55; }.answer-copy p strong { color: var(--ink); }
.answer-copy ul { padding: 0; margin: 12px 0 0; list-style: none; }
.answer-copy li { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding: 8px 0; border-top: 1px solid #efefea; font-size: 8px; }
.answer-copy li span:nth-child(2) { display: grid; }.answer-copy li small { color: #9b9c96; font-size: 7px; }
.category-dot { width: 7px; height: 7px; border-radius: 50%; }.travel { background: var(--violet); }.dining { background: #e8a36a; }.bills { background: #6aa58d; }
.ask-field { margin-top: 12px; height: 37px; padding: 0 6px 0 12px; display: flex; justify-content: space-between; align-items: center; border: 1px solid #e2e2dc; border-radius: 10px; color: #aaa; background: white; font-size: 8px; }
.ask-field button { width: 25px; height: 25px; border: 0; border-radius: 7px; color: white; background: var(--violet); }
.floating-card { position: absolute; display: flex; align-items: center; border: 1px solid white; background: rgba(255,255,255,.94); box-shadow: 0 18px 45px rgba(31,32,28,.16); backdrop-filter: blur(15px); }
.alert-card { right: -45px; top: 74px; width: 238px; padding: 14px; gap: 10px; border-radius: 14px; }
.alert-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; color: #ab553f; background: #f9ded4; font-size: 11px; font-weight: 800; }
.floating-card div:not(.budget-ring) { display: grid; gap: 2px; }.floating-card small { color: #999a94; font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }.floating-card strong { font-size: 9px; }.floating-card div span { color: #a0a19a; font-size: 7px; }
.alert-card button { margin-left: auto; border: 0; background: none; color: #83847d; }
.budget-card { left: -34px; bottom: 35px; min-width: 204px; padding: 13px 17px; gap: 11px; border-radius: 14px; }
.budget-ring { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--violet) 72%, #e9e8e2 0); position: relative; }
.budget-ring::after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: white; }.budget-ring span { position: relative; z-index: 1; color: var(--ink) !important; font-size: 7px !important; font-weight: 700; }

.signal-strip { min-height: 64px; padding: 20px 32px; display: flex; align-items: center; justify-content: center; gap: 32px; color: #d8d8d1; background: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.signal-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--violet); }
.statement { padding: 145px 0 75px; display: grid; grid-template-columns: 1fr 2.2fr 1fr; align-items: end; gap: 30px; }
.section-kicker { align-self: start; color: #84867f; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.statement h2, .answers-copy h2 { font-size: clamp(48px, 6vw, 79px); line-height: .98; font-weight: 650; }
.statement p { margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.feature-grid { padding-bottom: 150px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card { position: relative; min-height: 470px; padding: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--card); }
.feature-card-wide { grid-column: 1 / -1; min-height: 500px; display: grid; grid-template-columns: .65fr 1.15fr 1.35fr; align-items: center; gap: 30px; }
.feature-number { position: absolute; top: 32px; right: 36px; color: rgba(40,41,37,.25); font: 600 10px "Manrope"; }
.feature-tag { display: inline-block; margin-bottom: 20px; color: #74766f; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.feature-card h3 { font-size: clamp(35px, 3.6vw, 52px); line-height: 1.02; font-weight: 650; }
.feature-card p { max-width: 415px; margin: 23px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.account-stack { position: relative; }
.account-row { height: 86px; margin-top: -8px; padding: 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; border: 1px solid #e8e8e1; border-radius: 16px; background: white; box-shadow: 0 12px 28px rgba(34,35,30,.07); transform: rotate(1deg); }
.account-row:nth-child(2) { transform: translateX(22px) rotate(-1deg); }.account-row:nth-child(3) { transform: translateX(4px) rotate(.5deg); }
.bank-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: white; background: var(--violet); font-size: 11px; font-weight: 700; }
.bank-icon.green { background: #70a37c; }.bank-icon.dark { background: var(--ink); }
.account-row div { display: grid; gap: 3px; }.account-row b, .account-row strong { font-size: 11px; }.account-row small { color: #999a93; font-size: 8px; }
.feature-card-dark { color: white; background: #1c201e; border-color: #1c201e; }
.feature-card-dark .feature-number, .feature-card-dark .feature-tag, .feature-card-dark p { color: rgba(255,255,255,.55); }
.subscription-list { margin-top: 45px; padding: 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.05); }
.subscription-list div { display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; column-gap: 11px; padding: 10px; align-items: center; }
.subscription-list div + div { border-top: 1px solid rgba(255,255,255,.08); }
.service-icon { grid-row: 1 / 3; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; background: #d85e62; font-size: 11px; font-weight: 800; }.service-icon.blue { background: #647fd5; }
.subscription-list b, .subscription-list strong { font-size: 10px; }.subscription-list small { color: rgba(255,255,255,.45); font-size: 8px; }.subscription-list strong { grid-column: 3; grid-row: 1 / 3; }
.feature-card-sage { background: var(--sage); border-color: transparent; }
.goal-card { margin-top: 51px; padding: 21px; border-radius: 17px; background: rgba(255,255,255,.66); box-shadow: 0 13px 30px rgba(67,83,61,.09); }
.goal-top, .goal-bottom { display: flex; justify-content: space-between; font-size: 10px; }.goal-top strong { font-size: 9px; }.goal-bottom { color: #666e61; font-size: 8px; }.goal-bottom b { color: var(--ink); }
.goal-track { height: 7px; margin: 17px 0 10px; overflow: hidden; border-radius: 99px; background: rgba(46,59,43,.12); }.goal-track i { display: block; width: 64%; height: 100%; border-radius: inherit; background: var(--violet); }

.answers-section { padding: 140px 0; color: white; background: #1c201e; }
.answers-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.section-kicker.light { color: rgba(255,255,255,.46); margin-bottom: 72px; }
.answers-copy h2 em { color: #a69cff; }.answers-copy p { max-width: 470px; margin-top: 30px; color: rgba(255,255,255,.55); line-height: 1.7; }
.prompt-list { display: flex; flex-direction: column; }
.prompt { width: 100%; padding: 25px 2px; display: flex; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.6); background: transparent; text-align: left; transition: color .2s; }
.prompt span { font: 500 clamp(17px, 2vw, 23px) "Manrope"; letter-spacing: -.03em; }.prompt b { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; font-weight: 400; transition: all .2s; }
.prompt:hover, .prompt.active { color: white; }.prompt.active b, .prompt:hover b { border-color: var(--violet); background: var(--violet); }
.prompt-answer { min-height: 105px; margin-top: 26px; padding: 20px; display: flex; gap: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.04); }
.prompt-answer p { margin: 1px 0 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.65; }

.waitlist { padding: 125px 0; }
.waitlist-card { position: relative; padding: 94px 30px; overflow: hidden; border-radius: 42px; color: white; background: var(--violet); text-align: center; }
.waitlist-glow { position: absolute; width: 540px; height: 540px; left: calc(50% - 270px); bottom: -440px; border-radius: 50%; background: #b8afff; filter: blur(10px); }
.waitlist .eyebrow { color: rgba(255,255,255,.65); }.waitlist .status-dot { background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.12); }
.waitlist h2 { position: relative; margin-top: 25px; font-size: clamp(55px, 7vw, 86px); line-height: .96; }.waitlist h2 em { color: white; opacity: .62; }
.waitlist > div > p { position: relative; color: rgba(255,255,255,.7); }
.waitlist form { position: relative; width: min(510px, 100%); margin: 35px auto 0; padding: 6px; display: flex; border-radius: 14px; background: white; box-shadow: 0 18px 40px rgba(44,34,145,.25); }
.waitlist input { min-width: 0; flex: 1; padding: 12px 15px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.waitlist button { padding: 14px 18px; border: 0; border-radius: 10px; color: white; background: var(--ink); font-size: 12px; font-weight: 700; }.waitlist button span { margin-left: 22px; }
.form-note { font-size: 10px; }
.site-footer { min-height: 120px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #777971; font-size: 11px; }
.site-footer .brand { color: var(--ink); }.site-footer div { display: flex; gap: 25px; }
.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; }

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { text-align: center; }.hero-lede { margin-inline: auto; }.hero-actions, .trust-note { justify-content: center; }
  .product-stage { width: min(700px, 94%); min-width: 0; margin: 35px auto 0; }
  .statement { grid-template-columns: .55fr 2fr; }.statement p { grid-column: 2; max-width: 500px; }
  .answers-grid { gap: 55px; }
}

@media (max-width: 760px) {
  .section-shell, .site-header { width: min(100% - 30px, 1180px); }
  .site-header { height: 74px; }.desktop-nav { display: none; }.nav-cta { padding: 9px 12px; font-size: 11px; }
  .hero { min-height: auto; padding: 58px 0 75px; gap: 20px; }.hero-copy { text-align: left; } h1 { font-size: clamp(53px, 16vw, 74px); }.hero-lede { margin-inline: 0; font-size: 16px; }.hero-actions { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: 20px; }.trust-note { justify-content: flex-start; }
  .product-stage { width: 100%; margin-top: 35px; transform: none; }.dashboard-card { border-radius: 18px; }.dashboard-grid { grid-template-columns: 1fr; }.agent-panel { border-left: 0; border-top: 1px solid #e8e8e3; }.alert-card { right: -6px; top: 225px; }.budget-card { left: -5px; bottom: -33px; }.floating-card { transform: scale(.88); }
  .signal-strip { margin-top: 30px; justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .statement { padding: 110px 0 55px; grid-template-columns: 1fr; }.statement h2 { font-size: 49px; }.statement p { grid-column: 1; }
  .feature-grid { grid-template-columns: 1fr; padding-bottom: 100px; }.feature-card-wide { grid-column: auto; grid-template-columns: 1fr; padding-top: 70px; }.feature-card { min-height: 440px; padding: 29px; }.feature-card h3 { font-size: 38px; }.account-stack { margin-top: 25px; }.account-row:nth-child(2), .account-row:nth-child(3) { transform: none; }
  .answers-section { padding: 100px 0; }.answers-grid { grid-template-columns: 1fr; }.section-kicker.light { margin-bottom: 35px; }.answers-copy h2 { font-size: 49px; }
  .waitlist { padding: 75px 0; }.waitlist-card { padding: 70px 20px; border-radius: 28px; }.waitlist h2 { font-size: 51px; }.waitlist form { flex-direction: column; padding: 7px; }.waitlist input { padding: 15px; }.waitlist button { width: 100%; }
  .site-footer { padding: 35px 0; gap: 22px; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: no-preference) {
  .dashboard-card { animation: float-in .8s cubic-bezier(.2,.8,.2,1) both; }
  .floating-card { animation: soft-float 5s ease-in-out infinite; }.budget-card { animation-delay: -2.3s; }
  @keyframes float-in { from { opacity: 0; transform: translateY(22px) scale(.98); } to { opacity: 1; transform: none; } }
  @keyframes soft-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -7px; } }
}

