:root {
  --bg: #f5f8fc;
  --surface: #ffffff;
  --surface-2: #eff6ff;
  --text: #0f172a;
  --muted: #516072;
  --line: #dbe4f0;
  --primary: #1f6fff;
  --primary-dark: #1757c5;
  --accent: #39b54a;
  --dark: #0b1220;
  --shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
  --radius: 24px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: Inter, system-ui, sans-serif; background: linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%); color: var(--text); }
a { color: inherit; text-decoration: none; }
.site-shell { max-width: 1380px; margin: 0 auto; padding: 24px; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.logo-wrap { display: flex; align-items: center; gap: 14px; }
.logo-mark { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; font-weight: 800; color: #fff; background: linear-gradient(135deg, #050b16 0%, #17233a 100%); box-shadow: 0 12px 30px rgba(11,18,32,.25); }
.logo-mark.big { width: 74px; height: 74px; font-size: 1.4rem; margin: 0 auto 10px; }
.logo-title { font-weight: 800; font-size: 1.2rem; }
.logo-sub { color: var(--muted); font-size: 0.9rem; }
.topnav { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.topnav a { padding: 10px 14px; border-radius: 12px; color: var(--muted); }
.topnav a:hover { background: rgba(31,111,255,.08); color: var(--primary); }
.topnav .nav-cta { background: var(--dark); color: #fff; }
.hero-card, .results-summary-card { background: var(--surface); border: 1px solid rgba(219,228,240,.85); box-shadow: var(--shadow); border-radius: 34px; overflow: hidden; }
.hero-card { display: grid; grid-template-columns: 1.06fr 0.94fr; min-height: 680px; }
.hero-left { padding: 72px 64px; background: linear-gradient(180deg, #e8f6ff 0%, #e7f3ff 100%); }
.hero-left h1 { margin: 16px 0 18px; font-size: clamp(2.6rem, 4.7vw, 4.6rem); line-height: 1.02; letter-spacing: -0.04em; max-width: 780px; }
.hero-left h1 span { color: var(--primary); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--primary); font-weight: 700; }
.hero-copy, .section-heading p, .range-note, .processing-card p { color: var(--muted); font-size: 1.08rem; line-height: 1.65; max-width: 720px; }
.trust-row, .pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.trust-row span, .mini-pill, .badge { padding: 10px 14px; border-radius: 999px; background: rgba(31,111,255,.08); color: var(--primary); font-size: .9rem; font-weight: 600; }
.badge.success, .success-text { color: #17823b; }
.badge.success { background: rgba(57,181,74,.12); }
.cta-row, .form-actions, .action-stack { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 24px; border-radius: 16px; font-weight: 700; transition: .2s ease; border: 1px solid transparent; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(180deg, #46c73f 0%, #2ea533 100%); color: #fff; box-shadow: 0 18px 40px rgba(57,181,74,.24); }
.btn-secondary { background: #fff; color: var(--text); border-color: var(--line); }
.btn-small { min-height: 46px; padding: 0 18px; }
.fine-print { color: var(--muted); margin-top: 16px; }
.stat-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.stat-strip > div, .metric-card, .sidebar-card, .result-card { background: rgba(255,255,255,.75); border: 1px solid rgba(219,228,240,.85); border-radius: 22px; padding: 18px; }
.stat-strip strong, .metric-card strong { display: block; font-size: 1.3rem; margin-bottom: 6px; }
.stat-strip span, .metric-card span { color: var(--muted); }
.hero-right { position: relative; padding: 44px; background: linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%); display: flex; align-items: center; justify-content: center; }
.hero-dashboard { width: min(100%, 560px); background: linear-gradient(180deg, #0b1220 0%, #101a2f 100%); color: #fff; border-radius: 28px; padding: 24px; box-shadow: 0 28px 70px rgba(11,18,32,.32); }
.dashboard-top, .dashboard-footer { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.dashboard-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin: 22px 0; }
.metric-card { background: rgba(255,255,255,.07); color: #fff; border-color: rgba(255,255,255,.08); }
.metric-card span { color: rgba(255,255,255,.7); }
.metric-card.accent { background: linear-gradient(180deg, rgba(31,111,255,.25), rgba(57,181,74,.18)); }
.progress { width: 220px; max-width: 100%; height: 10px; background: rgba(255,255,255,.1); border-radius: 999px; overflow: hidden; margin-top: 8px; }
.progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #4ccf4b, #4f8cff); }
.hero-visual-card { position: absolute; background: #fff; border: 1px solid rgba(219,228,240,.9); border-radius: 20px; box-shadow: var(--shadow); padding: 16px 18px; }
.hero-visual-card small { display: block; color: var(--muted); margin-bottom: 8px; }
.hero-visual-card strong { font-size: 1.45rem; }
.floating-card.one { top: 62px; right: 72px; }
.floating-card.two { bottom: 70px; left: 54px; }
.proof-strip { margin: 18px 0 0; background: rgba(255,255,255,.8); border: 1px solid rgba(219,228,240,.85); border-radius: 24px; padding: 18px 24px; display: flex; justify-content: space-between; gap: 16px; color: var(--muted); }
.section { padding: 64px 0; }
.section-alt { padding-top: 12px; }
.section-heading { margin-bottom: 24px; }
.section-heading.left { margin-bottom: 32px; }
.section-heading h2, .cta-panel h2, .upgrade-banner h2, .form-panel h1, .processing-card h1 { margin: 10px 0 12px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.06; letter-spacing: -0.03em; }
.three-col { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.info-card { background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: 24px; box-shadow: 0 18px 50px rgba(15,23,42,.06); }
.icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(31,111,255,.1); color: var(--primary); font-weight: 800; margin-bottom: 18px; }
.info-card h3, .result-card h3, .sidebar-card h3 { margin: 0 0 10px; font-size: 1.25rem; }
.info-card p, .sidebar-card ul, .sidebar-card, .result-card { color: var(--muted); line-height: 1.65; }
.engine-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.engine-badge { padding: 20px; background: linear-gradient(180deg, #ffffff 0%, #f2f7ff 100%); border: 1px solid var(--line); border-radius: 20px; font-weight: 700; }
.cta-panel, .upgrade-banner { background: linear-gradient(135deg, #0b1220 0%, #13203a 100%); color: #fff; border-radius: 28px; padding: 28px 30px; display: flex; justify-content: space-between; align-items: center; gap: 24px; box-shadow: var(--shadow); }
.inner-page { max-width: 1260px; }
.form-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; }
.form-panel, .sidebar-panel { background: transparent; }
.funding-form { background: var(--surface); border: 1px solid var(--line); border-radius: 28px; padding: 28px; box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
label span { display: block; font-weight: 600; margin-bottom: 8px; }
input { width: 100%; height: 54px; padding: 0 16px; border-radius: 14px; border: 1px solid var(--line); outline: none; font: inherit; }
input:focus { border-color: rgba(31,111,255,.55); box-shadow: 0 0 0 4px rgba(31,111,255,.12); }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin: 18px 0 24px; color: var(--text); }
.checkbox-grid label { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px; }
.checkbox-grid input { width: 18px; height: 18px; }
.sidebar-panel { display: grid; gap: 18px; align-content: start; }
.sidebar-card.dark { background: linear-gradient(135deg, #0b1220 0%, #13203a 100%); color: #fff; }
.processing-shell { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.processing-card { width: min(100%, 720px); text-align: center; background: var(--surface); border: 1px solid var(--line); border-radius: 30px; padding: 44px 32px; box-shadow: var(--shadow); }
.loader-bars { display: flex; justify-content: center; gap: 10px; margin: 24px 0; }
.loader-bars span { width: 14px; height: 56px; border-radius: 999px; background: linear-gradient(180deg, #1f6fff 0%, #39b54a 100%); animation: pulse 1s infinite ease-in-out; }
.loader-bars span:nth-child(2) { animation-delay: .15s; }
.loader-bars span:nth-child(3) { animation-delay: .3s; }
@keyframes pulse { 0%,100% { transform: scaleY(.55); opacity: .4; } 50% { transform: scaleY(1); opacity: 1; } }
.processing-list { display: grid; gap: 12px; color: var(--muted); }
.results-layout { display: grid; gap: 22px; }
.results-summary-card { display: grid; grid-template-columns: .95fr 1.05fr; padding: 28px; }
.summary-left { border-right: 1px solid var(--line); padding-right: 28px; }
.summary-right { padding-left: 28px; display: flex; flex-direction: column; justify-content: center; }
.score-gauge-wrap { display: grid; place-items: center; }
.gauge-svg { width: min(100%, 360px); }
.gauge-bg { fill: none; stroke: #e8eef6; stroke-width: 20; stroke-linecap: round; }
.gauge-value { fill: none; stroke: url(#grad); stroke: #39b54a; stroke-width: 20; stroke-linecap: round; stroke-dasharray: 314; stroke-dashoffset: 66; }
.gauge-needle { stroke: #0f172a; stroke-width: 5; stroke-linecap: round; transform-origin: 120px 120px; transition: transform .5s ease; }
.gauge-center { fill: #0f172a; }
.score-text { margin-top: -8px; text-align: center; }
.score-number { font-size: 3rem; font-weight: 800; }
.score-label { font-size: 1.5rem; font-weight: 700; color: #17823b; }
.score-caption { color: var(--muted); }
.mini-stats, .breakdown-list, .recommendation-list, .plan-list { display: grid; gap: 12px; }
.mini-stats div, .breakdown-list div, .recommendation-list div, .plan-list div { display: flex; justify-content: space-between; gap: 16px; padding: 14px 16px; background: #f9fbff; border: 1px solid var(--line); border-radius: 16px; }
.range { font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: 1; font-weight: 800; color: var(--primary); letter-spacing: -.05em; margin: 10px 0 14px; }
.results-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.compact-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
@media (max-width: 1080px) {
  .hero-card, .results-summary-card, .form-layout, .results-grid, .three-col, .engine-grid { grid-template-columns: 1fr; }
  .summary-left { border-right: 0; padding-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
  .summary-right { padding-left: 0; padding-top: 24px; }
  .hero-left, .hero-right { padding: 36px 24px; }
  .proof-strip, .cta-panel, .upgrade-banner { flex-direction: column; align-items: flex-start; }
  .field-grid, .checkbox-grid, .stat-strip, .dashboard-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .site-shell { padding: 16px; }
  .topbar { flex-direction: column; align-items: flex-start; }
  .hero-left h1 { font-size: 2.4rem; }
  .range { font-size: 2.2rem; }
  .floating-card.one, .floating-card.two { position: static; margin-bottom: 14px; }
}
