:root {
  --navy: #12233f;
  --navy-2: #1b3154;
  --green: #148a61;
  --green-light: #dff5eb;
  --amber: #b56c00;
  --amber-light: #fff3d6;
  --ink: #202630;
  --muted: #667085;
  --line: #dfe4ea;
  --surface: #f5f7fa;
  --white: #fff;
  --shadow: 0 22px 60px rgba(18, 35, 63, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, system-ui, sans-serif; line-height: 1.6; }
button, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--white); color: var(--navy); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.site-header { max-width: 1180px; margin: auto; padding: 1.2rem 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: .55rem; color: var(--navy); font-weight: 700; font-size: 1.25rem; text-decoration: none; }
.brand-mark { width: 2rem; height: 2rem; color: var(--green); }
nav { display: flex; align-items: center; gap: 1.8rem; }
nav a { text-decoration: none; color: #475467; font-size: .92rem; }
nav a:hover { color: var(--navy); }
.button { border: 1px solid var(--navy); border-radius: .65rem; background: var(--navy); color: var(--white); padding: .85rem 1.25rem; font-weight: 600; box-shadow: 0 4px 0 rgba(0,0,0,.08); transition: transform .15s, background .15s; }
.button:hover { background: var(--navy-2); transform: translateY(-1px); }
.button:focus-visible, .text-button:focus-visible, a:focus-visible, select:focus-visible, input:focus-visible { outline: 3px solid #80c7ff; outline-offset: 3px; }
.button-small { padding: .55rem .9rem; font-size: .9rem; box-shadow: none; }
.button-secondary { background: transparent; color: var(--navy); box-shadow: none; }
.button-secondary:hover { background: var(--surface); }
.hero { max-width: 1180px; margin: 3.5rem auto 6rem; padding: 2rem 1.5rem; display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; align-items: center; }
.eyebrow { color: var(--green); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 .8rem; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 6vw, 5rem); margin: 0 0 1.4rem; max-width: 750px; }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); margin: 0 0 1.25rem; }
h3 { font-size: 1.1rem; margin: 0 0 .4rem; }
.hero-lede { font-size: 1.18rem; color: #475467; max-width: 650px; }
.hero-actions { display: flex; gap: .8rem; margin: 2rem 0 1rem; flex-wrap: wrap; }
.microcopy { color: var(--muted); font-size: .83rem; }
.rulebook-card { padding: 1.5rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--white); box-shadow: var(--shadow); transform: rotate(1deg); }
.card-topline { display: grid; grid-template-columns: auto 1fr auto; gap: .8rem; align-items: center; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.customer-initials { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border-radius: .65rem; background: var(--navy); color: var(--white); font-weight: 700; }
.card-topline strong, .card-topline div span { display: block; }
.card-topline div span { color: var(--muted); font-size: .75rem; }
.status { border-radius: 999px; padding: .3rem .6rem; font-size: .73rem; font-weight: 700; }
.status-ready { color: #0e6848; background: var(--green-light); }
.readiness { margin: 1.3rem 0; }
.readiness div:first-child { display: flex; justify-content: space-between; font-size: .9rem; }
.progress { height: .48rem; margin-top: .55rem; background: #e9edf2; border-radius: 999px; overflow: hidden; }
.progress span { display: block; height: 100%; background: var(--green); border-radius: inherit; }
.progress .progress-86 { width: 86%; }
.checks { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; font-size: .9rem; }
.checks li { display: flex; gap: .6rem; padding: .65rem .7rem; border-radius: .5rem; background: var(--surface); }
.checks li span { display: grid; place-items: center; min-width: 1.25rem; height: 1.25rem; border-radius: 50%; font-weight: 700; font-size: .7rem; }
.checks .complete span { background: var(--green-light); color: var(--green); }
.checks .warning { background: var(--amber-light); color: #684000; }
.checks .warning span { background: #ffd987; color: #684000; }
.source-note { margin-top: 1rem; color: var(--muted); font-size: .72rem; text-align: right; }
.section-narrow { max-width: 980px; margin: 0 auto; padding: 6rem 1.5rem; text-align: center; }
.problem { border-top: 1px solid var(--line); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; text-align: left; }
.problem-grid article { padding: 1.3rem; border-left: 3px solid var(--amber); background: var(--surface); border-radius: 0 .7rem .7rem 0; }
.problem-grid strong, .problem-grid span { display: block; }
.problem-grid span { color: var(--muted); font-size: .9rem; margin-top: .35rem; }
.steps { padding: 7rem max(1.5rem, calc((100vw - 1100px) / 2)); background: var(--surface); display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; }
.steps ol { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.steps li { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.3rem; background: var(--white); border: 1px solid var(--line); border-radius: .8rem; }
.steps li > span { display: grid; place-items: center; width: 2.2rem; height: 2.2rem; border-radius: .55rem; background: var(--green-light); color: var(--green); font-weight: 700; }
.steps li p { margin: 0; color: var(--muted); font-size: .92rem; }
.privacy { max-width: 1100px; margin: auto; padding: 7rem 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.privacy > div > p:not(.eyebrow) { color: var(--muted); }
.privacy > ul { list-style: none; padding: 1.5rem; margin: 0; background: var(--navy); color: var(--white); border-radius: 1rem; display: grid; gap: 1rem; }
.privacy > ul li { display: flex; gap: .75rem; }
.privacy > ul span { color: #73e1b8; font-weight: 700; }
.text-button { border: 0; padding: 0; color: var(--green); background: transparent; font-weight: 600; }
.pricing { padding: 7rem 1.5rem; background: var(--surface); text-align: center; }
.price-card { max-width: 540px; margin: 2rem auto 1rem; padding: 2rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--white); box-shadow: 0 12px 30px rgba(18,35,63,.08); text-align: left; }
.price { color: var(--navy); font-size: 3rem; font-weight: 700; letter-spacing: -.05em; }
.price-label { color: var(--muted); margin-left: .5rem; }
.price-card ul { margin: 1.5rem 0; padding-left: 1.3rem; }
.price-card li { margin: .5rem 0; }
.price-card .button { width: 100%; }
.pricing-note { color: var(--muted); font-size: .85rem; }
.final-cta { padding: 6rem 1.5rem; background: var(--navy); color: var(--white); text-align: center; }
.final-cta h2 { color: var(--white); }
.final-cta .eyebrow { color: #73e1b8; }
.button-light { color: var(--navy); background: var(--white); border-color: var(--white); }
.button-light:hover { background: #eaf0f7; }
footer { max-width: 1180px; margin: auto; padding: 2rem 1.5rem; display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .78rem; }
.footer-brand { font-size: 1rem; }
dialog { width: min(760px, calc(100% - 2rem)); max-height: calc(100vh - 2rem); overflow: auto; border: 0; border-radius: 1rem; padding: 2rem; box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(12,24,42,.72); backdrop-filter: blur(3px); }
.dialog-close { position: absolute; top: 1rem; right: 1rem; border: 0; background: var(--surface); color: var(--navy); width: 2.2rem; height: 2.2rem; border-radius: 50%; font-size: 1.4rem; }
.dialog-intro { color: var(--muted); margin-top: -.5rem; }
.sample-table { border: 1px solid var(--line); border-radius: .7rem; overflow: hidden; margin: 1.5rem 0; }
.sample-row { display: grid; grid-template-columns: 1fr 1.5fr .8fr; gap: 1rem; padding: .8rem; border-bottom: 1px solid var(--line); font-size: .85rem; }
.sample-row:last-child { border-bottom: 0; }
.sample-head { background: var(--surface); font-weight: 700; }
.tag-confirmed { color: var(--green); font-weight: 600; }
.tag-review { color: var(--amber); font-weight: 600; }
.tag-unknown { color: var(--muted); font-weight: 600; }
.dialog-action { width: 100%; }
.guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.guide-grid > div { padding: 1.2rem; border: 1px solid var(--line); border-radius: .7rem; }
.guide-grid ul { padding-left: 1.2rem; }
.notice { padding: .8rem; background: var(--amber-light); color: #684000; border-radius: .5rem; font-size: .85rem; }
#pilot-form { display: grid; gap: 1rem; }
#pilot-form > label, fieldset { display: grid; gap: .35rem; color: var(--navy); font-weight: 600; }
select { width: 100%; padding: .75rem; border: 1px solid #b9c1cc; border-radius: .5rem; background: var(--white); color: var(--ink); }
fieldset { border: 1px solid var(--line); border-radius: .6rem; padding: .9rem; }
legend { padding: 0 .3rem; }
.check-label { display: flex; gap: .55rem; color: var(--ink); font-weight: 400; font-size: .9rem; }
.pilot-result { margin-top: 1.2rem; padding: 1.2rem; border-radius: .7rem; background: var(--green-light); }
.pilot-result h3 { margin-top: 0; }
.pilot-result dl { display: grid; grid-template-columns: auto 1fr; gap: .3rem .8rem; font-size: .85rem; }
.pilot-result dd { margin: 0; }

/* Professional launch redesign */
:root {
  --navy: #0b1f3a;
  --navy-2: #14345c;
  --green: #0b8f72;
  --green-light: #dff7ef;
  --ink: #172033;
  --muted: #5f6c80;
  --line: #d9e1ea;
  --surface: #f4f7fa;
  --shadow: 0 26px 80px rgba(11, 31, 58, .16), 0 4px 14px rgba(11, 31, 58, .06);
}
body { background: #fbfcfd; -webkit-font-smoothing: antialiased; }
.announcement { min-height: 2.25rem; padding: .45rem 1rem; display: flex; justify-content: center; gap: 1rem; background: var(--navy); color: #dce8f5; font-size: .74rem; letter-spacing: .02em; }
.announcement span:first-child { color: #86e5c4; font-weight: 700; }
.announcement span + span { padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.2); }
.site-header { position: sticky; top: 0; z-index: 50; max-width: none; padding: 0; border-bottom: 1px solid rgba(217,225,234,.85); background: rgba(251,252,253,.92); backdrop-filter: blur(16px); }
.header-inner { width: min(1180px, calc(100% - 3rem)); min-height: 4.65rem; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { gap: .7rem; font-size: 1.15rem; letter-spacing: -.025em; }
.brand-icon { width: 2.1rem; height: 2.1rem; display: grid; place-items: center; border-radius: .6rem; color: var(--white); background: linear-gradient(145deg, var(--green), #08705b); box-shadow: 0 6px 16px rgba(11,143,114,.22); }
.brand-mark { width: 1.4rem; height: 1.4rem; color: inherit; }
nav { gap: 1.65rem; }
nav a { font-size: .86rem; font-weight: 500; }
.button { border-radius: .55rem; padding: .85rem 1.2rem; box-shadow: 0 5px 14px rgba(11,31,58,.13); }
.button-small { padding: .62rem .9rem; }
.hero { position: relative; max-width: 1240px; min-height: 650px; margin: 0 auto; padding: 6.3rem 1.5rem 6rem; grid-template-columns: 1.02fr .98fr; gap: 4.5rem; }
.hero::before { content: ""; position: absolute; inset: 0 50% 0 -20vw; z-index: -1; background: radial-gradient(circle at 40% 35%, rgba(11,143,114,.09), transparent 42%); }
.eyebrow { color: var(--green); font-size: .72rem; letter-spacing: .13em; }
.eyebrow-dot { display: inline-block; width: .42rem; height: .42rem; margin-right: .35rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(11,143,114,.11); vertical-align: .05rem; }
h1 { max-width: 650px; font-size: clamp(3.4rem, 5.6vw, 5.35rem); line-height: .98; letter-spacing: -.058em; }
h2 { letter-spacing: -.045em; }
.hero-lede { max-width: 610px; font-size: 1.12rem; line-height: 1.75; }
.microcopy { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.15rem; color: #526176; font-size: .76rem; }
.microcopy span { white-space: nowrap; }
.product-shell { position: relative; padding: .7rem; border: 1px solid #ced8e3; border-radius: 1.15rem; background: #eef3f7; box-shadow: 0 35px 90px rgba(11,31,58,.18); }
.window-bar { height: 2.1rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 .4rem .55rem; color: #6b7788; font-size: .65rem; }
.window-dots { display: flex; gap: .3rem; }
.window-dots i { width: .48rem; height: .48rem; border-radius: 50%; background: #b8c3cf; }
.secure-label { justify-self: end; }
.rulebook-card { padding: 1.55rem; border: 0; border-radius: .72rem; transform: none; box-shadow: 0 3px 12px rgba(11,31,58,.07); }
.floating-proof { position: absolute; right: -1.15rem; bottom: -1.4rem; display: flex; align-items: center; gap: .7rem; min-width: 225px; padding: .8rem .95rem; border: 1px solid #cbe7dd; border-radius: .7rem; background: #fff; box-shadow: 0 15px 35px rgba(11,31,58,.13); }
.floating-proof > span { width: 1.65rem; height: 1.65rem; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-weight: 700; }
.floating-proof strong, .floating-proof small { display: block; }
.floating-proof strong { color: var(--navy); font-size: .76rem; }
.floating-proof small { color: var(--muted); font-size: .63rem; }
.source-note { display: flex; justify-content: flex-end; align-items: center; gap: .35rem; }
.audience-strip { max-width: 1180px; margin: 0 auto; padding: 1.4rem 1.5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 2rem; color: var(--muted); font-size: .77rem; }
.audience-strip > div { display: flex; gap: 2.2rem; color: #506077; }
.audience-strip strong { font-size: .78rem; letter-spacing: .03em; }
.deliverables { max-width: 1180px; margin: auto; padding: 8rem 1.5rem; }
.centered-heading { max-width: 730px; margin: auto; text-align: center; }
.centered-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; }
.deliverable-grid { margin-top: 3.2rem; display: grid; grid-template-columns: 1.35fr .825fr .825fr; gap: 1rem; }
.deliverable-grid article { position: relative; min-height: 310px; padding: 1.7rem; overflow: hidden; border: 1px solid var(--line); border-radius: .9rem; background: #fff; box-shadow: 0 8px 30px rgba(11,31,58,.05); }
.deliverable-grid article::after { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; bottom: -100px; border-radius: 50%; background: rgba(11,143,114,.05); }
.feature-number { position: absolute; top: 1.4rem; right: 1.5rem; color: #a2adba; font-size: .7rem; font-weight: 700; letter-spacing: .1em; }
.feature-icon { width: 2.5rem; height: 2.5rem; margin-bottom: 2.4rem; display: grid; place-items: center; border-radius: .65rem; color: var(--green); background: var(--green-light); font-weight: 800; }
.deliverable-grid p { color: var(--muted); font-size: .9rem; }
.mini-map { max-width: 340px; margin-top: 1.6rem; padding: .8rem 1rem; display: grid; border-left: 3px solid var(--green); border-radius: .25rem .5rem .5rem .25rem; background: var(--surface); }
.mini-map span { color: var(--muted); font-size: .64rem; text-transform: uppercase; letter-spacing: .06em; }
.mini-map strong { color: var(--navy); font-size: .86rem; }
.mini-map em { color: var(--green); font-size: .62rem; font-style: normal; }
.problem { max-width: 1180px; border: 0; border-radius: 1.2rem; background: var(--navy); }
.problem h2 { max-width: 850px; margin-inline: auto; color: #fff; }
.problem .eyebrow { color: #7ce0bc; }
.problem-grid article { border: 1px solid rgba(255,255,255,.11); border-left: 3px solid #ffbc55; background: rgba(255,255,255,.055); }
.problem-grid strong { color: #fff; }
.problem-grid span { color: #b9c7d8; }
.steps { margin-top: 8rem; background: #edf3f6; }
.section-copy { color: var(--muted); }
.steps li { padding: 1.55rem; border: 0; box-shadow: 0 8px 24px rgba(11,31,58,.05); }
.privacy > ul { padding: 2.1rem; box-shadow: 0 25px 55px rgba(11,31,58,.16); }
.price-card { border-top: 4px solid var(--green); border-radius: .8rem; box-shadow: 0 20px 55px rgba(11,31,58,.10); }
.final-cta { position: relative; overflow: hidden; }
.final-cta::after { content: ""; position: absolute; width: 440px; height: 440px; right: -180px; top: -260px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); }
footer { padding-block: 2.7rem; align-items: flex-start; }
footer p { margin: .45rem 0 0; }
.footer-meta { max-width: 480px; text-align: right; }
.footer-brand { font-size: 1rem; }
dialog { border: 1px solid rgba(217,225,234,.8); border-radius: .85rem; }

@media (max-width: 800px) {
  nav a { display: none; }
  .header-inner { width: min(100% - 2rem, 1180px); }
  .hero { grid-template-columns: 1fr; gap: 3rem; margin-top: 1rem; }
  .rulebook-card { transform: none; }
  .problem-grid, .privacy, .steps, .deliverable-grid { grid-template-columns: 1fr; }
  .steps, .privacy { gap: 2rem; }
  .audience-strip { align-items: flex-start; flex-direction: column; }
  .audience-strip > div { width: 100%; gap: 1rem; justify-content: space-between; flex-wrap: wrap; }
  .deliverable-grid article { min-height: auto; }
  .floating-proof { right: .5rem; }
  footer { flex-direction: column; }
  .footer-meta { text-align: left; }
}

@media (max-width: 540px) {
  .announcement { gap: .45rem; font-size: .65rem; }
  .announcement span + span { padding-left: .45rem; }
  .header-inner { min-height: 4.2rem; }
  .brand { font-size: 1rem; }
  nav { gap: .5rem; }
  .button-small { font-size: .75rem; }
  .hero { min-height: auto; padding-top: 4rem; }
  h1 { font-size: 3.05rem; }
  .hero-actions .button { width: 100%; }
  .microcopy { gap: .45rem 1rem; }
  .product-shell { padding: .45rem; }
  .window-bar { grid-template-columns: 1fr 1fr; }
  .window-bar > span:nth-child(2) { display: none; }
  .floating-proof { position: static; margin: .55rem; }
  .audience-strip > div { display: grid; grid-template-columns: 1fr 1fr; }
  .deliverables { padding-block: 6rem; }
  .problem { border-radius: 0; }
  .problem-grid, .guide-grid { grid-template-columns: 1fr; }
  .sample-row { grid-template-columns: 1fr; gap: .15rem; }
  .sample-head { display: none; }
  dialog { padding: 1.4rem; }
}

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