:root {
  --navy-950: #06183a;
  --navy-900: #0a2552;
  --navy-800: #103a73;
  --blue-700: #075ed8;
  --blue-600: #0b74f1;
  --blue-100: #dbeafe;
  --green-600: #22a832;
  --green-100: #dcfce3;
  --ink: #0b1f44;
  --muted: #596a84;
  --line: #dbe5f1;
  --surface: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background: radial-gradient(circle at 84% 12%, rgba(11,116,241,.09), transparent 25rem), linear-gradient(180deg,#fff 0%,#f9fbff 100%);
}
.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  width: min(1180px, calc(100% - 40px));
  min-height: 86px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(10,37,82,.09);
}
.brand-link { display: inline-flex; align-items: center; }
.brand-wordmark { display: block; width: 178px; height: auto; }
.header-actions,.hero-actions,.trust-list { display: flex; align-items: center; }
.header-actions { gap: 22px; }
.site-nav { display: flex; align-items: center; gap: 28px; color: #53657f; font-size: .86rem; font-weight: 750; }
.site-nav a { position: relative; }
.site-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; border-radius: 999px; background: var(--blue-600); content: ""; opacity: 0; transform: scaleX(.5); transition: opacity 160ms ease, transform 160ms ease; }
.site-nav a:hover { color: var(--navy-900); }
.site-nav a:hover::after { opacity: 1; transform: scaleX(1); }
.text-link { color: var(--navy-800); font-size: .94rem; font-weight: 700; }
.text-link:hover { color: var(--blue-600); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 0 22px;
  font-size: .97rem;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible,.text-link:focus-visible,.brand-link:focus-visible { outline: 3px solid rgba(11,116,241,.38); outline-offset: 4px; }
.button-small { min-height: 42px; border-radius: 11px; padding: 0 17px; background: var(--navy-900); color: #fff; box-shadow: 0 8px 20px rgba(10,37,82,.16); }

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 84px 0 78px;
  grid-template-columns: minmax(0,.91fr) minmax(470px,1.09fr);
  gap: clamp(48px,7vw,96px);
  align-items: center;
}
.hero::before { position: absolute; z-index: -1; top: -110px; right: -330px; width: 750px; height: 750px; border: 1px solid rgba(11,116,241,.09); border-radius: 50%; content: ""; }
.hero-copy { max-width: 610px; }
.eyebrow { display: inline-flex; margin: 0 0 24px; align-items: center; gap: 10px; color: var(--blue-700); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green-600); box-shadow: 0 0 0 5px rgba(34,168,50,.12); }
h1 { max-width: 660px; margin: 0; color: var(--navy-950); font-size: clamp(3.2rem,6vw,5.75rem); font-weight: 900; letter-spacing: -.062em; line-height: .94; }
h1 span { display: block; margin-top: 10px; color: var(--blue-600); }
.hero-lede { max-width: 590px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1.05rem,1.7vw,1.24rem); line-height: 1.7; }
.hero-actions { margin-top: 34px; gap: 13px; flex-wrap: wrap; }
.button-primary { background: linear-gradient(135deg,var(--blue-600),#0056c9); color: #fff; box-shadow: 0 14px 30px rgba(11,116,241,.27); }
.button-primary:hover { box-shadow: 0 18px 34px rgba(11,116,241,.34); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.82); color: var(--navy-900); }
.trust-list { margin: 27px 0 0; padding: 0; gap: 18px; flex-wrap: wrap; color: var(--muted); font-size: .82rem; font-weight: 700; list-style: none; }
.trust-list li { display: inline-flex; align-items: center; gap: 7px; }
.trust-list li::before { display: inline-grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--green-600); content: "✓"; font-size: .7rem; font-weight: 900; }

.preview-wrap { position: relative; max-width: 600px; justify-self: end; }
.preview-glow { position: absolute; inset: 4% -7% -7% 7%; border-radius: 46px; background: linear-gradient(145deg,rgba(11,116,241,.3),rgba(34,168,50,.18)); filter: blur(34px); opacity: .55; }
.dashboard-card { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(135,160,196,.3); border-radius: 28px; padding: 25px; background: rgba(255,255,255,.96); box-shadow: 0 36px 80px rgba(6,24,58,.16),0 10px 30px rgba(6,24,58,.08); transform: rotate(.8deg); }
.dashboard-topbar,.dashboard-heading,.progress-copy,.recent-deal,.progress-scale { display: flex; align-items: center; justify-content: space-between; }
.dashboard-topbar { margin: -25px -25px 24px; padding: 16px 20px; background: linear-gradient(100deg,var(--navy-900),#0a3d88); color: #fff; }
.dashboard-brand { display: flex; align-items: center; gap: 9px; font-size: .92rem; font-weight: 850; }
.dashboard-brand img { width: 27px; height: 27px; object-fit: contain; }
.month-pill,.status-pill { border-radius: 999px; font-size: .67rem; font-weight: 800; }
.month-pill { padding: 7px 10px; background: rgba(255,255,255,.12); }
.dashboard-heading { gap: 18px; }
.mini-label { margin: 0 0 5px; color: #75849b; font-size: .64rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.dashboard-heading h2 { margin: 0; color: var(--navy-950); font-size: clamp(1.15rem,2vw,1.48rem); letter-spacing: -.035em; }
.status-pill { display: inline-flex; padding: 8px 10px; align-items: center; gap: 6px; background: var(--green-100); color: #187426; white-space: nowrap; }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--green-600); }

.metric-grid { display: grid; margin-top: 20px; grid-template-columns: .82fr 1.18fr; gap: 12px; }
.metric-card,.progress-card,.recent-deal { border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.metric-card { position: relative; min-height: 148px; padding: 17px; }
.metric-card-featured { border-color: rgba(11,116,241,.22); background: linear-gradient(145deg,#f4f9ff,#fff); }
.metric-icon { display: inline-grid; width: 31px; height: 31px; place-items: center; border-radius: 10px; font-size: .8rem; font-weight: 900; }
.metric-icon-blue { background: var(--blue-100); color: var(--blue-700); }
.metric-icon-green { background: var(--green-100); color: var(--green-600); }
.metric-icon-navy { background: #e7eef8; color: var(--navy-800); }
.metric-card p,.progress-copy p { margin: 14px 0 3px; color: #697891; font-size: .72rem; font-weight: 750; }
.metric-card strong { display: block; color: var(--navy-950); font-size: 1.55rem; letter-spacing: -.04em; }
.metric-card-featured strong { color: var(--blue-700); }
.metric-card small { display: block; margin-top: 4px; color: #8190a6; font-size: .62rem; }
.progress-card { margin-top: 12px; padding: 15px 17px; }
.progress-copy { justify-content: flex-start; gap: 11px; }
.progress-copy p { margin: 0 0 2px; }
.progress-copy strong { color: var(--navy-950); font-size: .82rem; }
.progress-track { overflow: hidden; height: 8px; margin-top: 15px; border-radius: 999px; background: #e8eef6; }
.progress-track span { display: block; width: 83%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--blue-600),var(--green-600)); }
.progress-scale { margin-top: 6px; color: #8190a6; font-size: .58rem; font-weight: 700; }
.recent-deal { margin-top: 12px; padding: 14px 17px; }
.recent-deal strong { color: var(--navy-950); font-size: .78rem; }
.deal-total { text-align: right; }
.deal-total span { display: block; margin-bottom: 2px; color: #8190a6; font-size: .59rem; }
.deal-total strong { color: var(--green-600); font-size: .98rem; }
.preview-note { position: relative; z-index: 1; margin: 17px 0 0; color: #8390a4; font-size: .66rem; font-weight: 650; text-align: center; }

.promise-strip { display: flex; min-height: 76px; align-items: center; justify-content: center; gap: clamp(18px,4vw,55px); background: var(--navy-950); color: #fff; }
.promise-strip p { margin: 0; font-size: clamp(.86rem,1.4vw,1rem); font-weight: 800; letter-spacing: -.01em; }
.promise-strip span { width: 5px; height: 5px; border-radius: 50%; background: var(--green-600); box-shadow: 0 0 0 5px rgba(34,168,50,.13); }

.section { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 118px 0; }
.section-heading { max-width: 760px; margin: 0 auto 58px; text-align: center; }
.section-heading-compact { max-width: 710px; margin-bottom: 52px; }
.section-kicker { margin: 0 0 16px; color: var(--blue-700); font-size: .74rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.section-kicker-light { color: #70f080; }
.section-heading h2,.founder-copy h2,.trial-copy h2,.faq-intro h2 { margin: 0; color: var(--navy-950); font-size: clamp(2.35rem,4.7vw,4.1rem); font-weight: 900; letter-spacing: -.055em; line-height: 1.02; }
.section-heading > p:last-child,.faq-intro > p:last-child { max-width: 660px; margin: 22px auto 0; color: var(--muted); font-size: 1.06rem; line-height: 1.75; }

.benefits-section { padding-bottom: 132px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.benefit-card { position: relative; overflow: hidden; min-height: 348px; border: 1px solid var(--line); border-radius: 25px; padding: 30px; background: #fff; box-shadow: 0 18px 45px rgba(6,24,58,.06); }
.benefit-card::after { position: absolute; right: -65px; bottom: -65px; width: 180px; height: 180px; border: 1px solid #e5edf7; border-radius: 50%; content: ""; }
.benefit-card-raised { transform: translateY(-14px); border-color: rgba(11,116,241,.22); box-shadow: 0 28px 60px rgba(6,24,58,.11); }
.feature-number { color: #adbacb; font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.feature-symbol { display: grid; width: 54px; height: 54px; margin-top: 36px; place-items: center; border-radius: 17px; font-size: 1.25rem; font-weight: 900; }
.feature-symbol-blue { background: var(--blue-100); color: var(--blue-700); }
.feature-symbol-green { background: var(--green-100); color: var(--green-600); }
.feature-symbol-navy { background: #e8eef7; color: var(--navy-900); }
.benefit-card h3 { position: relative; z-index: 1; margin: 24px 0 12px; color: var(--navy-950); font-size: 1.35rem; letter-spacing: -.035em; }
.benefit-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.7; }
.public-pricing { padding-top: 82px; }
.public-pricing-grid { display: grid; max-width: 880px; margin: 40px auto 0; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.public-price-card { border: 1px solid var(--line); border-radius: 25px; padding: 32px; background: #fff; box-shadow: 0 18px 45px rgba(6,24,58,.07); }
.public-price-card-pro { border-color: rgba(11,116,241,.35); box-shadow: 0 24px 55px rgba(7,83,188,.13); }
.public-price-card strong { display: block; margin: 10px 0; color: var(--navy-950); font-size: clamp(1.65rem,4vw,2.3rem); letter-spacing: -.04em; }
.public-price-card > p:not(.section-kicker) { min-height: 52px; color: var(--muted); line-height: 1.65; }
.public-price-choice { margin: 18px 0; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #f8fbff; }
.public-price-choice > span { color: var(--blue-700); font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.public-price-choice strong { font-size: clamp(1.3rem,3vw,1.9rem); }
.public-price-choice small { display: block; margin-top: 7px; color: var(--muted); line-height: 1.5; }

.founder-section { position: relative; display: grid; overflow: hidden; min-height: 470px; padding: 80px max(40px,calc((100vw - 1120px)/2)); grid-template-columns: 155px minmax(0,1fr) minmax(275px,.7fr); gap: 44px; align-items: center; background: radial-gradient(circle at 84% 10%,#154d9c 0%,transparent 30%),linear-gradient(120deg,#051733,#092a5f); color: #fff; }
.founder-section::after { position: absolute; right: -120px; bottom: -330px; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.founder-mark { position: relative; z-index: 1; display: grid; width: 145px; height: 145px; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 38px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.founder-mark img { width: 105px; height: 105px; object-fit: contain; }
.founder-copy { position: relative; z-index: 1; max-width: 620px; }
.founder-copy h2 { color: #fff; }
.founder-copy > p:last-child { margin: 22px 0 0; color: #c9d6e9; font-size: 1.02rem; line-height: 1.75; }
.founder-question { position: relative; z-index: 1; border-left: 1px solid rgba(255,255,255,.2); padding: 24px 0 24px 38px; }
.founder-question span { display: block; margin-bottom: 13px; color: #8eb5ea; font-size: .67rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.founder-question strong { font-size: 1.33rem; line-height: 1.5; }

.how-section { padding-top: 126px; }
.steps-grid { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3,1fr); gap: 20px; list-style: none; }
.steps-grid li { display: flex; min-height: 212px; border-top: 4px solid var(--blue-600); padding: 28px 22px 20px; gap: 17px; background: #f6f9fd; }
.steps-grid li:nth-child(2) { border-color: var(--green-600); }
.steps-grid li:nth-child(3) { border-color: var(--navy-900); }
.step-count { flex: 0 0 auto; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #fff; color: var(--blue-700); font-size: .82rem; font-weight: 900; box-shadow: 0 5px 14px rgba(6,24,58,.09); }
.steps-grid h3 { margin: 5px 0 10px; color: var(--navy-950); font-size: 1.14rem; letter-spacing: -.025em; }
.steps-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }

.trial-section { position: relative; display: grid; overflow: hidden; width: min(1180px,calc(100% - 40px)); min-height: 320px; margin: 0 auto 122px; border-radius: 32px; padding: 52px 58px; grid-template-columns: 90px minmax(0,1fr) auto; gap: 30px; align-items: center; background: linear-gradient(120deg,#0968df,#074baa 65%,#063477); color: #fff; box-shadow: 0 30px 70px rgba(7,83,188,.25); }
.trial-pattern { position: absolute; top: -270px; right: -160px; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.trial-pattern::after { position: absolute; inset: 70px; border: 1px solid rgba(255,255,255,.13); border-radius: inherit; content: ""; }
.trial-logo { position: relative; z-index: 1; display: grid; width: 82px; height: 82px; place-items: center; border-radius: 24px; background: rgba(255,255,255,.94); }
.trial-logo img { width: 64px; height: 64px; object-fit: contain; }
.trial-copy { position: relative; z-index: 1; max-width: 620px; }
.trial-copy h2 { color: #fff; font-size: clamp(2.2rem,4vw,3.6rem); }
.trial-copy > p:last-child { margin: 17px 0 0; color: #dbeafe; line-height: 1.65; }
.trial-action { position: relative; z-index: 1; display: flex; min-width: 250px; align-items: center; flex-direction: column; gap: 11px; }
.button-trial { width: 100%; background: #fff; color: var(--blue-700); box-shadow: 0 12px 26px rgba(0,31,85,.22); }
.trial-action small { color: #bdd7fb; font-size: .65rem; text-align: center; }

.faq-section { display: grid; padding-top: 0; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 30px; }
.faq-intro h2 { font-size: clamp(2.25rem,4.2vw,3.65rem); }
.faq-intro > p:last-child { margin-left: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 88px; cursor: pointer; align-items: center; justify-content: space-between; gap: 24px; color: var(--navy-950); font-size: 1rem; font-weight: 820; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; flex: 0 0 auto; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: #edf4fd; color: var(--blue-700); font-size: 1.1rem; transition: transform 160ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -7px 60px 28px 0; color: var(--muted); font-size: .93rem; line-height: 1.72; }

.site-footer { display: grid; padding: 56px max(30px,calc((100vw - 1120px)/2)) 34px; grid-template-columns: auto 1fr auto; gap: 28px 50px; align-items: center; border-top: 1px solid var(--line); background: #f6f9fd; }
.footer-brand img { display: block; width: 154px; height: auto; }
.site-footer > p { margin: 0; color: var(--muted); font-size: .86rem; font-weight: 650; }
.site-footer nav { display: flex; gap: 24px; color: var(--navy-800); font-size: .82rem; font-weight: 750; }
.site-footer nav a:hover { color: var(--blue-600); }
.site-footer > small { grid-column: 1/-1; padding-top: 25px; border-top: 1px solid var(--line); color: #8290a5; font-size: .66rem; }
.mobile-trial-bar { display: none; }

@media (max-width: 960px) {
  .site-nav { display: none; }
  .hero { padding-top: 66px; grid-template-columns: 1fr; gap: 62px; }
  .hero-copy { max-width: 760px; }
  .preview-wrap { width: min(100%,640px); justify-self: center; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 285px; }
  .benefit-card-raised { transform: none; }
  .founder-section { grid-template-columns: 120px 1fr; }
  .founder-mark { width: 115px; height: 115px; border-radius: 30px; }
  .founder-mark img { width: 82px; height: 82px; }
  .founder-question { grid-column: 2; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid li { min-height: auto; }
  .trial-section { padding: 48px 40px; grid-template-columns: 80px 1fr; }
  .trial-action { grid-column: 2; width: min(100%,310px); align-items: flex-start; }
  .faq-section { grid-template-columns: 1fr; gap: 44px; }
  .faq-intro { position: static; }
}
@media (max-width: 620px) {
  .public-pricing-grid { grid-template-columns: 1fr; }
  .site-header,.hero { width: min(100% - 30px,1180px); }
  .site-header { min-height: 74px; }
  .brand-wordmark { width: 139px; }
  .header-actions { gap: 11px; }
  .text-link { display: none; }
  .button-small { min-height: 40px; padding: 0 13px; font-size: .8rem; }
  .hero { padding: 48px 0 56px; gap: 50px; }
  .eyebrow { margin-bottom: 18px; font-size: .68rem; line-height: 1.5; }
  h1 { font-size: clamp(3rem,15.5vw,4.35rem); }
  .hero-lede { margin-top: 24px; font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-list { align-items: flex-start; flex-direction: column; gap: 10px; }
  .dashboard-card { border-radius: 22px; padding: 17px; transform: none; }
  .dashboard-topbar { margin: -17px -17px 19px; padding: 14px 15px; }
  .dashboard-heading { align-items: flex-start; flex-direction: column; gap: 11px; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric-card { min-height: 137px; }
  .promise-strip { padding: 24px 18px; flex-direction: column; gap: 12px; }
  .promise-strip span { display: none; }
  .section { width: min(100% - 30px,1120px); padding: 84px 0; }
  .section-heading { margin-bottom: 42px; text-align: left; }
  .section-heading > p:last-child { margin-left: 0; }
  .benefits-section { padding-bottom: 98px; }
  .benefit-card { min-height: 300px; padding: 25px; }
  .founder-section { padding: 68px 24px; grid-template-columns: 1fr; gap: 30px; }
  .founder-mark { width: 96px; height: 96px; }
  .founder-mark img { width: 70px; height: 70px; }
  .founder-question { grid-column: 1; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; padding: 26px 0 0; }
  .how-section { padding-top: 88px; }
  .steps-grid li { padding: 25px 18px; }
  .trial-section { width: min(100% - 30px,1180px); margin-bottom: 88px; border-radius: 25px; padding: 38px 24px; grid-template-columns: 1fr; gap: 24px; }
  .trial-logo { width: 70px; height: 70px; }
  .trial-logo img { width: 54px; height: 54px; }
  .trial-action { grid-column: 1; width: 100%; }
  .faq-list summary { min-height: 82px; font-size: .92rem; }
  .faq-list details p { margin-right: 0; }
  .site-footer { padding: 46px 24px 100px; grid-template-columns: 1fr; gap: 20px; }
  .site-footer nav { flex-wrap: wrap; }
  .site-footer > small { grid-column: 1; }
  .mobile-trial-bar { position: fixed; z-index: 50; right: 12px; bottom: 12px; left: 12px; display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; border-radius: 15px; background: linear-gradient(135deg,var(--blue-600),#0055c7); color: #fff; font-size: .91rem; font-weight: 850; box-shadow: 0 16px 38px rgba(6,24,58,.3); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
