
:root {
  --ink: #151c2b;
  --muted: #69707d;
  --purple: #8138ee;
  --purple-dark: #6924d9;
  --soft: #f8f9fb;
  --line: #e8e9ed;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: white; font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.96); border-bottom: 1px solid #eceef1; backdrop-filter: blur(12px); }
.nav-shell { width: min(1200px, calc(100% - 48px)); min-height: 80px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand-logo { width: 158px; height: auto; display: block; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { color: #585d67; font-size: 14px; transition: color .2s; }
.desktop-nav a:hover { color: var(--purple); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; padding: 15px 27px; background: linear-gradient(90deg, var(--purple-dark), #8e3ef5); color: white; font-weight: 700; font-size: 14px; box-shadow: 0 7px 16px rgba(121,49,227,.18); cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(121,49,227,.25); }
.button-small { padding: 13px 24px; white-space: nowrap; }

.hero { min-height: 505px; display: grid; place-items: center; padding: 78px 24px; background: #fafbfc; border-bottom: 1px solid var(--line); text-align: center; }
.hero-inner { max-width: 980px; }
.eyebrow { display: inline-block; color: var(--purple); font-size: 12px; line-height: 1; letter-spacing: .16em; font-weight: 800; }
.hero h1 { margin: 22px auto 20px; max-width: 950px; font-size: clamp(42px, 5vw, 65px); line-height: 1.08; letter-spacing: -.045em; }
.hero h1 span { color: var(--purple); }
.hero p { max-width: 760px; margin: 0 auto 31px; color: var(--muted); font-size: 19px; line-height: 1.55; }
.hero-note { margin-top: 22px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 7px; color: #757a85; font-size: 12px; }
.hero-note svg { color: var(--purple); }
.hero-note-item { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.hero-note > i { width: 3px; height: 3px; margin: 0 7px; flex: 0 0 auto; border-radius: 50%; background: #b9bcc3; }

.trust-strip { min-height: 132px; display: flex; align-items: center; justify-content: center; gap: 62px; padding: 26px; border-bottom: 1px solid var(--line); }
.trust-strip img { width: 210px; height: auto; }
.trust-strip .divider { width: 1px; height: 50px; background: #e2e3e6; }
.rating { text-align: center; }
.stars { color: #ffb41f; font-size: 22px; letter-spacing: 2px; margin-bottom: 5px; }
.rating strong { font-size: 14px; }

.content-stack { padding-block: 68px 85px; }
.feature-row { display: grid; grid-template-columns: 390px 1fr; gap: 48px; align-items: center; padding: 55px 0; border-bottom: 1px solid var(--line); }
.feature-row:last-child { border-bottom: 0; }
.feature-card { min-height: 240px; padding: 34px 32px; border-radius: 24px; display: flex; flex-direction: column; justify-content: center; }
.feature-card svg { color: var(--purple); }
.feature-card h2 { margin: 23px 0 10px; font-size: 23px; line-height: 1.2; }
.feature-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.lavender { background: #fbf4ff; }
.blue { background: #eff6ff; }
.blue svg { color: #2879e8; }
.yellow { background: #fffbea; }
.yellow svg { color: #cc7900; }
.feature-copy h3 { margin: 0 0 26px; font-size: 19px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; row-gap: 24px; }
.check-item { display: flex; gap: 13px; align-items: flex-start; color: #2f3440; font-size: 15px; line-height: 1.45; }
.check-item svg { color: var(--purple); flex: 0 0 auto; margin-top: 2px; border: 1.5px solid currentColor; border-radius: 50%; padding: 2px; }
.amber-check svg { color: #c67700; }
.callout { margin: 30px 0 0; padding: 17px 20px; border-left: 3px solid var(--purple); background: #faf8fe; color: #555b68; font-size: 14px; line-height: 1.6; }
.readiness-list { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 28px; }
.readiness-item { display: flex; gap: 13px; align-items: flex-start; }
.readiness-item > span { width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; background: #e8f1ff; color: #2879e8; font-size: 12px; font-weight: 800; }
.readiness-item p { display: grid; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.readiness-item strong { color: var(--ink); font-size: 15px; }

.purple-section { background: linear-gradient(125deg, #7129e0, #8c39f4); color: white; padding: 84px 0; }
.purple-grid { display: grid; grid-template-columns: 1fr 470px; gap: 80px; align-items: center; }
.section-kicker { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; letter-spacing: .12em; color: #e6d8ff; }
.purple-section h2 { max-width: 600px; margin: 18px 0; font-size: clamp(34px, 4vw, 47px); line-height: 1.12; letter-spacing: -.035em; }
.purple-section > div > div > p { max-width: 630px; color: #eadfff; font-size: 17px; line-height: 1.65; }
.capability-list { display: grid; gap: 16px; margin-top: 28px; }
.capability-list > div { display: flex; align-items: center; gap: 14px; }
.capability-list svg { width: 34px; height: 34px; padding: 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 10px; }
.capability-list span { color: #eadfff; font-size: 14px; }
.capability-list strong { color: white; }
.channel-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
.channel-pills span { border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 7px 12px; color: #f1e9ff; font-size: 11px; }
.scorecard { padding: 27px; border: 1px solid rgba(255,255,255,.25); border-radius: 22px; background: rgba(255,255,255,.98); color: var(--ink); box-shadow: 0 25px 60px rgba(50,0,110,.28); }
.scorecard-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 19px; margin-bottom: 18px; border-bottom: 1px solid #e9e5ef; }
.scorecard-head > div { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.scorecard-head svg { color: var(--purple); }
.scorecard-head > strong { padding: 5px 9px; border-radius: 999px; background: #f3ebff; color: var(--purple); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.score-row { margin: 15px 0; }
.score-row > div:first-child { display: flex; justify-content: space-between; font-size: 12px; margin-bottom: 7px; }
.score-row strong { color: var(--purple); }
.score-track { height: 7px; border-radius: 99px; overflow: hidden; background: #eee9f5; }
.score-track i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #6f27de, #9a50f7); }
.score-result { margin-top: 22px; padding: 15px; display: flex; align-items: center; gap: 12px; border-radius: 13px; background: #f5f0fd; }
.score-result svg { color: var(--purple); }
.score-result div { display: grid; gap: 2px; }
.score-result span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.score-result strong { font-size: 14px; }

.process { padding-block: 92px; }
.section-heading { max-width: 780px; margin: 0 auto 48px; text-align: center; }
.section-heading h2 { margin: 15px 0 13px; font-size: clamp(32px, 4vw, 44px); line-height: 1.15; letter-spacing: -.03em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.process-grid article { position: relative; padding: 31px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 10px 30px rgba(21,28,43,.05); }
.process-grid article > span { position: absolute; right: 25px; top: 24px; color: #d6c3ef; font-size: 30px; font-weight: 900; }
.process-grid svg { width: 42px; height: 42px; padding: 10px; border-radius: 11px; background: #f4ecff; color: var(--purple); }
.process-grid h3 { margin: 24px 0 10px; font-size: 18px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.proof-band { background: #f7f8fa; border-block: 1px solid var(--line); }
.proof-grid { min-height: 140px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid > div { display: grid; gap: 4px; padding: 0 28px; border-right: 1px solid #dedfe3; text-align: center; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { color: var(--purple); font-size: 30px; }
.proof-grid span { color: var(--muted); font-size: 12px; }

.form-section { padding: 92px 24px 105px; }
.readiness-form { max-width: 750px; margin: auto; padding: 32px; border: 1px solid #dfe1e6; border-radius: 18px; background: #fafbfc; box-shadow: 0 4px 12px rgba(21,28,43,.05); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid > div, .message-field { display: grid; gap: 8px; }
.readiness-form label { font-size: 13px; font-weight: 700; }
.readiness-form input, .readiness-form textarea, .form-select { width: 100%; min-height: 47px; border: 1px solid #dfe1e6; border-radius: 12px; background: white; padding-inline: 14px; box-shadow: none; }
.readiness-form textarea { padding-block: 13px; resize: vertical; }
.readiness-form input:focus, .readiness-form textarea:focus, .form-select:focus { outline: 2px solid rgba(129,56,238,.2); border-color: var(--purple); }
.message-field { margin-top: 20px; }
.form-button { width: 100%; margin-top: 22px; }
.form-note { margin: 17px 0 0; text-align: center; color: #767c87; font-size: 11px; line-height: 1.5; }

footer { background: #f8f9fb; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr .9fr 1.2fr; gap: 70px; padding-block: 64px 48px; }
.footer-brand { display: flex; align-items: center; gap: 8px; font-weight: 900; }
.footer-brand svg { width: 31px; height: 31px; padding: 6px; border-radius: 8px; background: var(--purple); color: white; }
footer h3 { margin: 0 0 20px; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
footer p, footer a { display: block; margin: 0 0 12px; color: #737985; font-size: 13px; line-height: 1.6; }
footer a:hover { color: var(--purple); }
.footer-zendesk { width: 47px; height: 47px; object-fit: contain; border-radius: 50%; background: white; box-shadow: 0 2px 8px rgba(21,28,43,.08); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-block: 26px 34px; border-top: 1px solid #dedfe3; color: #767c87; font-size: 11px; }
.footer-bottom div { display: flex; gap: 25px; }
.footer-bottom a { margin: 0; font-size: 11px; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .feature-row { grid-template-columns: 330px 1fr; gap: 32px; }
  .purple-grid { grid-template-columns: 1fr 410px; gap: 45px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 760px) {
  .section-shell, .nav-shell { width: min(100% - 32px, 1180px); }
  .nav-shell { min-height: 68px; gap: 12px; }
  .brand-logo { width: 132px; }
  .nav-cta { max-width: 190px; padding: 10px 14px; white-space: normal; text-align: center; font-size: 11px; line-height: 1.25; }
  .hero { min-height: auto; padding: 66px 20px; }
  .hero h1 { font-size: 40px; }
  .hero p { font-size: 16px; }
  .hero-note { gap: 10px 14px; }
  .hero-note > i { display: none; }
  .trust-strip { gap: 22px; }
  .trust-strip img { width: 150px; }
  .trust-strip .divider { display: none; }
  .rating strong { font-size: 11px; }
  .feature-row { grid-template-columns: 1fr; padding: 34px 0; }
  .feature-card { min-height: 0; }
  .check-grid, .readiness-list { grid-template-columns: 1fr; }
  .purple-section { padding: 64px 0; }
  .purple-grid { grid-template-columns: 1fr; }
  .scorecard { padding: 22px; }
  .process { padding-block: 70px; }
  .process-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr 1fr; padding-block: 28px; gap: 22px 0; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .form-section { padding: 72px 16px; }
  .readiness-form { padding: 23px; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 460px) {
  .nav-cta { max-width: 155px; }
  .hero h1 { font-size: 34px; }
  .hero-note { display: grid; grid-template-columns: 1fr; justify-items: center; }
  .trust-strip { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; gap: 20px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

.hidden-field{position:absolute!important;left:-9999px!important}.readiness-form select{appearance:auto}