  :root {
    --ink: #101828;
    --ink-2: #2F3138;
    --muted: #71767F;
    --line: #E0E0E2;
    --line-2: #EDEDEE;
    --bg: #FFFFFF;
    --bg-alt: #F8F6F2;
    --bg-tint: #EDE9FB;
    --brand: #2C439B;
    --brand-2: #F2683E;
    --brand-ink: #22337A;
    --accent: #027A48;
    --warn-bg: #FFF6EB;
    --warn-ink: #8A4B00;
    --grad-cta: linear-gradient(68deg, #F99C36 0%, #F2683E 100%);
    --max: 1200px;
  }
  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  body {
    font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--ink);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    line-height: 1.55;
  }
  .serif { font-family: 'Nunito Sans', sans-serif; font-weight: 800; }
  .serif-i { font-family: 'Nunito Sans', sans-serif; font-style: italic; font-weight: 700; }
  .wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }

  .notice {
    background: #FFFBE6;
    border-bottom: 1px solid #F0E5B2;
    color: #6B5500;
    font-size: 13px;
    text-align: center;
    padding: 8px 16px;
  }

  /* NAV */
  nav.top {
    border-bottom: 1px solid var(--line);
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(8px);
    position: sticky; top: 0; z-index: 50;
  }
  nav.top .wrap {
    display: flex; align-items: center; justify-content: space-between;
    height: 64px;
  }
  .logo {
    display: flex; align-items: center; gap: 8px;
    font-weight: 700; font-size: 18px; letter-spacing: -0.01em;
    color: var(--ink);
  }
  .logo .mark {
    width: 28px; height: 28px; border-radius: 7px;
    background: var(--brand);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-weight: 800; font-size: 14px;
  }
  nav.top .links {
    display: flex; gap: 28px; font-size: 14px; color: var(--muted);
  }
  nav.top .links a { color: var(--muted); text-decoration: none; }
  nav.top .links a:hover { color: var(--ink); }
  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-weight: 600; font-size: 14px;
    padding: 10px 18px; border-radius: 9px;
    text-decoration: none; cursor: pointer;
    border: 1px solid transparent; transition: transform .04s ease, background .15s ease;
  }
  .btn:active { transform: translateY(1px); }
  .btn-primary { background: var(--grad-cta); color: #fff; }
  .btn-primary:hover { box-shadow: 0 8px 20px -4px rgba(242,104,62,0.45); filter: saturate(1.05); }
  .btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); }
  .btn-ghost:hover { background: var(--bg-alt); }
  .btn-lg { padding: 14px 22px; font-size: 15px; }

  /* HERO */
  .hero { padding: 64px 0 24px; background: linear-gradient(180deg, #ECE6FA 0%, #FFF6EB 38%, #FFFFFF 72%); }
  .hero .wrap { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: start; }
  .eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--bg-tint); color: var(--brand-ink);
    font-weight: 600; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
    padding: 6px 12px; border-radius: 999px; margin-bottom: 20px;
  }
  .eyebrow .dot { width: 6px; height: 6px; background: var(--brand); border-radius: 50%; }
  h1.headline {
    font-size: 52px; line-height: 1.05; letter-spacing: -0.025em; font-weight: 700;
    margin: 0 0 18px;
  }
  h1.headline .accent { color: var(--brand-2); font-weight: 800; }
  .subhead {
    font-size: 18px; color: var(--ink-2); max-width: 52ch; margin: 0 0 24px;
  }
  .trust-line {
    display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    color: var(--muted); font-size: 13px; margin-bottom: 24px;
  }
  .trust-line strong { color: var(--ink); font-weight: 600; }
  .trust-line .sep { width: 4px; height: 4px; border-radius: 50%; background: #C9CDD7; }
  .cta-row { display: flex; align-items: center; gap: 14px; margin-bottom: 8px; flex-wrap: wrap; }
  .cta-row .note { color: var(--muted); font-size: 13px; margin-left: 4px; }
  .micro-fine { color: var(--muted); font-size: 13px; margin: 14px 0 0; }

  /* HERO VIDEO BOX */
  .g2-badge {
    position: absolute; top: -20px; right: -12px;
    width: 88px; height: auto; z-index: 3;
    filter: drop-shadow(0 8px 16px rgba(16,24,40,0.20));
  }
  .hero-video-wrap {
    background: linear-gradient(180deg, #FFFFFF 0%, #F3EDFB 100%);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 18px;
    position: relative;
  }
  .video-shell {
    position: relative;
    background: #101828 url('https://cdn.prod.website-files.com/6321d2582ab71d22a64bc62a/6a315d1085f411a3b50926ea_co-afl-agile-billing-cards.png') center / cover no-repeat;
    border-radius: 10px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    box-shadow: 0 24px 48px -20px rgba(11, 25, 60, 0.35);
  }
  .video-shell::before {
    content: "";
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse at 78% 88%, rgba(242,104,62,0.38), transparent 55%),
      linear-gradient(150deg, rgba(44,67,155,0.86) 0%, rgba(16,24,40,0.82) 100%);
  }
  .video-content {
    position: absolute; inset: 0;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    color: #fff; gap: 14px; text-align: center; padding: 16px;
  }
  .play-btn {
    width: 78px; height: 78px; border-radius: 50%;
    background: #fff; color: var(--brand);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    box-shadow: 0 12px 32px rgba(0,0,0,0.30);
    transition: transform .15s ease;
  }
  .play-btn:hover { transform: scale(1.04); }
  .play-btn svg { width: 28px; height: 28px; margin-left: 4px; }
  .video-caption { font-size: 14px; opacity: 0.85; max-width: 36ch; }
  .video-caption strong { color: #fff; opacity: 1; }
  .video-badge {
    position: absolute; top: 14px; left: 14px;
    background: rgba(255,255,255,0.12); color: #fff;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.18);
    padding: 5px 11px; border-radius: 999px; font-size: 12px; font-weight: 500;
    display: inline-flex; align-items: center; gap: 6px;
  }
  .video-badge .live { width: 8px; height: 8px; border-radius: 50%; background: #FF4757; box-shadow: 0 0 0 4px rgba(255,71,87,0.2); }

  /* MINI ROI CALCULATOR (NEW) */
  .roi-mini {
    margin-top: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 16px 18px;
  }
  .roi-mini .roi-label { font-size: 12px; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; }
  .roi-mini .roi-row { display: flex; align-items: center; gap: 14px; }
  .roi-mini .roi-slider-wrap { flex: 1; min-width: 0; }
  .roi-mini input[type=range] { width: 100%; accent-color: var(--brand); }
  .roi-mini .roi-result { background: var(--bg-tint); color: var(--brand-ink); padding: 10px 14px; border-radius: 8px; font-weight: 600; font-size: 14px; min-width: 130px; text-align: center; }
  .roi-mini .roi-result strong { font-size: 18px; display: block; line-height: 1.1; }
  .roi-mini .roi-fine { color: var(--muted); font-size: 12px; margin-top: 8px; }

  /* LOGO STRIP */
  .logo-strip {
    margin-top: 64px;
    padding: 32px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .logo-strip-label {
    text-align: center; font-size: 13px; color: var(--muted);
    text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600;
    margin-bottom: 22px;
  }
  .logo-strip .row {
    display: grid; grid-template-columns: repeat(5, 1fr); align-items: center;
    gap: 24px;
  }
  .firm-logo {
    height: 36px; display: flex; align-items: center; justify-content: center;
    color: #6e7383; font-weight: 700; font-size: 16px; letter-spacing: -0.01em;
    opacity: 0.78;
    font-family: 'Nunito Sans', sans-serif;
  }
  .firm-logo .blk { font-weight: 800; color: #4a4f5f; }
  .firm-logo img {
    max-height: 30px; max-width: 100%; width: auto; object-fit: contain;
    filter: grayscale(1); opacity: 0.72;
    transition: filter .2s ease, opacity .2s ease;
  }
  .firm-logo img:hover { filter: grayscale(0); opacity: 1; }
  .from-icn {
    width: 46px; height: 46px; border-radius: 11px;
    background: var(--bg-tint); color: var(--brand);
    display: grid; place-items: center; margin: 0 auto 4px;
  }

  /* SECTION SHELL */
  section { padding: 92px 0; }
  .section-eyebrow {
    text-align: center; font-size: 13px; color: var(--brand-ink);
    text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700;
    margin-bottom: 12px;
  }
  h2.section-title {
    font-size: 42px; line-height: 1.1; letter-spacing: -0.02em; font-weight: 700;
    text-align: center; margin: 0 auto 16px; max-width: 22ch;
  }
  h2.section-title .accent { color: var(--brand-2); font-weight: 800; }
  .section-sub {
    text-align: center; font-size: 17px; color: var(--muted);
    max-width: 62ch; margin: 0 auto 56px;
  }

  /* PAIN SECTION */
  .pain { background: var(--bg-alt); }
  .pain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .pain-card {
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    padding: 32px;
  }
  .pain-card .icn {
    width: 44px; height: 44px; border-radius: 10px;
    background: #FEE2E2; color: #B91C1C;
    display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
  }
  .pain-card h3 { font-size: 22px; margin: 0 0 8px; letter-spacing: -0.01em; }
  .pain-card p { margin: 0; color: var(--muted); font-size: 15px; }
  .pain-quote {
    text-align: center; margin-top: 40px;
    font-family: 'Nunito Sans', sans-serif; font-style: italic;
    font-size: 24px; color: var(--ink-2); max-width: 50ch; margin-left: auto; margin-right: auto;
  }

  /* NEW: COMING-FROM SECTION */
  .coming-from { background: #fff; padding: 88px 0; }
  .coming-from .wrap { text-align: center; }
  .coming-from h2 {
    font-size: 36px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 700;
    margin: 0 auto 16px; max-width: 22ch;
  }
  .coming-from p.lead {
    font-size: 17px; color: var(--muted); max-width: 60ch; margin: 0 auto 36px;
  }
  .from-logos {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
    max-width: 880px; margin: 0 auto 36px;
  }
  .from-logo {
    background: var(--bg-alt); border: 1px solid var(--line);
    border-radius: 12px; padding: 22px;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
    text-align: center; min-height: 96px;
  }
  .from-logo .name { font-weight: 700; font-size: 16px; color: var(--ink); letter-spacing: -0.01em; }
  .from-logo .tag { color: var(--muted); font-size: 12px; }
  .from-arrow {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--accent); color: #fff;
    padding: 12px 22px; border-radius: 999px;
    font-weight: 600; font-size: 15px;
  }
  .from-stat-callout {
    margin-top: 28px;
    display: inline-flex; align-items: baseline; gap: 12px;
    padding: 18px 26px;
    background: #F1FAF4;
    border: 1px solid #BFE5CC;
    color: #15803D;
    border-radius: 14px;
    font-size: 15px;
  }
  .from-stat-callout .big { font-size: 28px; font-weight: 700; line-height: 1; }

  /* SOLUTION */
  .solution-stack { display: flex; flex-direction: column; gap: 96px; }
  .feature-row {
    display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center;
  }
  .feature-row.reverse { grid-template-columns: 1.1fr 1fr; }
  .feature-row.reverse .copy { order: 2; }
  .feature-row.reverse .visual { order: 1; }
  .feature-num {
    font-family: 'Nunito Sans', sans-serif; font-style: italic;
    font-size: 28px; color: var(--brand); margin-bottom: 8px;
  }
  .feature-row h3 {
    font-size: 32px; line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 14px;
  }
  .feature-row p { font-size: 17px; color: var(--ink-2); margin: 0 0 18px; }
  .check-list { list-style: none; padding: 0; margin: 0; }
  .check-list li {
    display: flex; gap: 10px; align-items: flex-start;
    padding: 8px 0; color: var(--ink-2); font-size: 15px;
  }
  .check-list li svg { flex: 0 0 18px; margin-top: 3px; color: var(--accent); }

  /* PRODUCT SCREENS */
  .screen {
    background: #fff; border: 1px solid var(--line); border-radius: 14px;
    box-shadow: 0 20px 50px -24px rgba(11,25,60,0.18);
    overflow: hidden;
  }
  .screen .titlebar {
    display: flex; align-items: center; gap: 8px;
    padding: 12px 14px; background: #FAFBFD; border-bottom: 1px solid var(--line-2);
  }
  .screen .titlebar .d { width: 10px; height: 10px; border-radius: 50%; background: #E1E4EC; }
  .screen .titlebar .d:nth-child(1) { background: #FF5F57; }
  .screen .titlebar .d:nth-child(2) { background: #FFBD2E; }
  .screen .titlebar .d:nth-child(3) { background: #28C840; }
  .screen .titlebar .url {
    margin-left: 16px; font-size: 12px; color: var(--muted);
    background: #fff; padding: 4px 10px; border-radius: 6px; border: 1px solid var(--line-2);
  }

  .mock-table .row {
    display: grid; grid-template-columns: 1.5fr 1fr 1fr 0.6fr;
    padding: 14px 18px; border-bottom: 1px solid var(--line-2);
    align-items: center; font-size: 14px;
  }
  .mock-table .row.h {
    background: #FAFBFD; font-size: 12px; color: var(--muted);
    text-transform: uppercase; letter-spacing: 0.04em; font-weight: 600;
  }
  .mock-table .client { display: flex; align-items: center; gap: 10px; font-weight: 500; }
  .mock-table .avatar {
    width: 28px; height: 28px; border-radius: 50%;
    background: var(--bg-tint); color: var(--brand);
    font-size: 12px; font-weight: 600;
    display: flex; align-items: center; justify-content: center;
  }
  .mock-table .pill {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 3px 10px; border-radius: 999px; font-size: 12px; font-weight: 500;
  }
  .pill.ok { background: #E8F8EE; color: #15803D; }
  .pill.run { background: #EDF0FB; color: #2C439B; }
  .pill.wait { background: #FFF4E6; color: #B45309; }
  .pill.fail { background: #FEE2E2; color: #B91C1C; }
  .pill .dt { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

  .sync-card { padding: 22px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: center; }
  .sync-box { border: 1px solid var(--line); border-radius: 10px; padding: 16px; background: #fff; }
  .sync-box .label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; margin-bottom: 8px; }
  .sync-box .value { font-weight: 600; font-size: 15px; }
  .sync-box .meta { font-size: 12px; color: var(--muted); margin-top: 4px; }
  .sync-arrow { width: 48px; height: 48px; border-radius: 50%; background: var(--bg-tint); color: var(--brand); display: flex; align-items: center; justify-content: center; }
  .sync-status { grid-column: 1 / -1; margin-top: 8px; display: flex; align-items: center; gap: 8px; font-size: 13px; color: #15803D; }

  .pause-card { padding: 22px; }
  .pause-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line-2); }
  .pause-row:last-child { border-bottom: 0; }
  .pause-row .left { display: flex; align-items: center; gap: 12px; }
  .pause-row .name { font-weight: 500; font-size: 14px; }
  .pause-row .days { font-size: 12px; color: var(--muted); margin-top: 2px; }
  .pause-row .av-sm { width: 36px; height: 36px; border-radius: 50%; background: var(--bg-tint); color: var(--brand); display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 13px; }

  /* MIGRATION TIMELINE (NEW) */
  .migration { background: var(--bg-alt); padding: 92px 0; }
  .migration .wrap { max-width: 1080px; margin: 0 auto; padding: 0 28px; }
  .migration .header { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: end; margin-bottom: 48px; }
  .migration h2 { font-size: 40px; line-height: 1.1; letter-spacing: -0.02em; font-weight: 700; margin: 0; max-width: 22ch; }
  .migration .quote-side {
    background: #fff; border: 1px solid var(--line);
    border-left: 3px solid var(--brand);
    padding: 22px 26px; border-radius: 12px;
    font-family: 'Nunito Sans', sans-serif; font-style: italic; font-size: 19px;
    color: var(--ink-2);
  }
  .migration .quote-side .attrib {
    margin-top: 12px; font-family: 'Inter', sans-serif; font-style: normal;
    font-size: 13px; color: var(--muted); font-weight: 500;
  }
  .timeline {
    position: relative;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
    background: #fff; border: 1px solid var(--line); border-radius: 18px;
    padding: 36px 28px;
  }
  .timeline::before {
    content: ""; position: absolute; top: 70px; left: 60px; right: 60px;
    height: 2px; background: var(--line);
  }
  .timeline-step { position: relative; z-index: 1; padding: 0 12px; }
  .timeline-day {
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--brand); color: #fff;
    width: 64px; height: 64px; border-radius: 50%;
    font-weight: 700; font-size: 13px; line-height: 1.1;
    box-shadow: 0 0 0 6px #fff;
    text-align: center; padding: 4px;
    margin-bottom: 14px;
  }
  .timeline-step h4 { font-size: 16px; margin: 0 0 6px; letter-spacing: -0.01em; }
  .timeline-step p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.5; }
  .timeline-step.live .timeline-day { background: var(--accent); }

  /* STATS BLOCK */
  .stats { background: var(--ink); color: #fff; padding: 72px 0; }
  .stats .wrap { text-align: center; }
  .stats-eyebrow {
    color: #E9DEFA; font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700;
    margin-bottom: 12px;
  }
  .stats h2 { color: #fff; font-size: 34px; letter-spacing: -0.02em; margin: 0 0 8px; }
  .stats .who { color: #93A3C0; font-size: 14px; margin-bottom: 40px; }
  .stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 920px; margin: 0 auto; }
  .stat-card {
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px; padding: 28px;
  }
  .stat-num {
    font-size: 56px; font-weight: 700; letter-spacing: -0.02em; line-height: 1;
    color: #fff; margin-bottom: 10px;
  }
  .stat-num .unit { font-size: 22px; color: #F99C36; font-weight: 700; margin-left: 4px; }
  .stat-label { font-size: 14px; color: #C3CCDD; }

  /* TESTIMONIAL */
  .testimonial { padding: 88px 0; }
  .quote-card {
    max-width: 880px; margin: 0 auto;
    background: var(--bg-alt); border: 1px solid var(--line);
    border-radius: 20px; padding: 56px;
    position: relative;
  }
  .quote-card::before {
    content: "\201C";
    position: absolute; top: 24px; left: 32px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 120px; line-height: 1; color: var(--brand); opacity: 0.18;
  }
  .quote-text {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 28px; line-height: 1.35; color: var(--ink);
    margin: 0 0 32px; position: relative;
  }
  .quote-author { display: flex; align-items: center; gap: 16px; }
  .author-photo {
    width: 56px; height: 56px; border-radius: 50%;
    background: linear-gradient(135deg, #E9DEFA, #D9C9F5);
    color: var(--brand-ink); font-weight: 700; font-size: 18px;
    display: flex; align-items: center; justify-content: center;
    border: 2px solid #fff; box-shadow: 0 0 0 1px var(--line);
  }
  .author-meta strong { display: block; font-size: 15px; }
  .author-meta span { font-size: 13px; color: var(--muted); }

  /* WALL OF LOVE (NEW) */
  .wall { background: #fff; padding: 88px 0 100px; }
  .wall .grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
    max-width: 1080px; margin: 0 auto;
  }
  .wall-card {
    background: var(--bg-alt); border: 1px solid var(--line);
    border-radius: 14px; padding: 22px;
    display: flex; flex-direction: column; gap: 14px;
  }
  .wall-card p { font-size: 15px; line-height: 1.5; color: var(--ink-2); margin: 0; }
  .wall-card .who {
    display: flex; align-items: center; gap: 10px;
    padding-top: 14px; border-top: 1px solid var(--line);
    font-size: 13px; color: var(--muted);
  }
  .wall-card .av { width: 32px; height: 32px; border-radius: 50%; background: var(--bg-tint); color: var(--brand); display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 12px; }
  .wall-card .who strong { color: var(--ink); font-weight: 600; }

  /* HOW IT WORKS */
  .how { background: var(--bg-alt); }
  .how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; position: relative; }
  .how-step { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 28px; position: relative; z-index: 1; }
  .how-num { width: 36px; height: 36px; border-radius: 50%; background: var(--brand); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; margin-bottom: 18px; }
  .how-step h3 { margin: 0 0 8px; font-size: 18px; letter-spacing: -0.01em; }
  .how-step p { margin: 0; color: var(--muted); font-size: 14px; }
  .how-timing { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--accent); font-weight: 600; margin-top: 14px; }

  /* PRICING ANCHOR */
  .price-anchor {
    background: linear-gradient(135deg, #F3EEFB, #FFF6EB);
    border: 1px solid var(--line); border-radius: 18px;
    padding: 32px 36px;
    max-width: 880px; margin: 64px auto 0;
  }
  .price-anchor-top { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
  .price-anchor strong.lead-line { display: block; font-size: 18px; margin-bottom: 6px; }
  .price-anchor .from-num {
    font-family: 'Nunito Sans', sans-serif; font-size: 38px; color: var(--brand);
    line-height: 1; margin-right: 6px; vertical-align: -4px;
  }
  .price-anchor .price-range {
    color: var(--muted); font-size: 14px;
  }
  .price-tiers {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line);
  }
  .tier { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px; }
  .tier .tier-name { font-weight: 600; font-size: 13px; color: var(--ink); }
  .tier .tier-fit { color: var(--muted); font-size: 12px; margin-top: 4px; }
  .tier .tier-price { font-weight: 700; font-size: 18px; color: var(--brand-ink); margin-top: 8px; }

  /* FAQ */
  .faq { padding: 88px 0; }
  .faq-list { max-width: 760px; margin: 0 auto; }
  details.faq-item { border-bottom: 1px solid var(--line); padding: 20px 0; }
  details.faq-item summary {
    list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
    font-weight: 600; font-size: 17px; color: var(--ink);
  }
  details.faq-item summary::-webkit-details-marker { display: none; }
  details.faq-item summary svg { transition: transform .2s ease; color: var(--muted); }
  details.faq-item[open] summary svg { transform: rotate(45deg); }
  details.faq-item p { margin: 14px 0 0; color: var(--muted); font-size: 15px; }

  /* FINAL CTA */
  .final-cta { background: var(--ink); color: #fff; padding: 96px 0; }
  .final-cta .wrap { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
  .final-cta h2 { color: #fff; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin: 0 0 16px; }
  .final-cta p { color: #B7C2D9; font-size: 17px; margin: 0 0 28px; }
  .final-cta ul { list-style: none; padding: 0; margin: 0; }
  .final-cta ul li {
    display: flex; gap: 10px; align-items: flex-start;
    color: #DCE2EF; font-size: 14px; padding: 5px 0;
  }
  .final-cta ul li svg { color: #6EE7B7; flex: 0 0 18px; margin-top: 3px; }

  .form-card {
    background: #fff; color: var(--ink); border-radius: 18px; padding: 32px;
  }
  .form-card h3 { margin: 0 0 6px; font-size: 22px; letter-spacing: -0.015em; }
  .form-card .sub { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
  .form-card label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--ink-2); }
  .form-card input {
    width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 9px;
    font-size: 15px; font-family: inherit; margin-bottom: 16px; background: #FAFBFD;
  }
  .form-card input:focus { outline: 2px solid var(--brand); outline-offset: 1px; background: #fff; }
  .form-card .btn-primary { width: 100%; padding: 14px; font-size: 15px; }
  .form-fine { text-align: center; color: var(--muted); font-size: 12px; margin-top: 14px; }

  /* STICKY MOBILE/SCROLL CTA (NEW) */
  .sticky-cta {
    position: fixed; bottom: 0; left: 0; right: 0;
    background: rgba(255,255,255,0.96);
    border-top: 1px solid var(--line);
    padding: 12px 20px;
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    box-shadow: 0 -10px 30px -10px rgba(11,25,60,0.10);
    z-index: 40;
    backdrop-filter: blur(8px);
    transform: translateY(100%);
    transition: transform .25s ease;
  }
  .sticky-cta.visible { transform: translateY(0); }
  .sticky-cta .blurb {
    font-size: 13px; color: var(--ink-2); flex: 1; min-width: 0;
  }
  .sticky-cta .blurb strong { color: var(--ink); }
  .sticky-cta .btn { white-space: nowrap; }

  /* FOOTER */
  footer { padding: 36px 0 96px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
  footer .wrap { display: flex; justify-content: space-between; align-items: center; }

  @media (max-width: 900px) {
    h1.headline { font-size: 36px; }
    h2.section-title, .migration h2, .coming-from h2 { font-size: 28px; }
    .hero .wrap, .migration .header, .final-cta .wrap { grid-template-columns: 1fr; gap: 32px; }
    .feature-row, .feature-row.reverse { grid-template-columns: 1fr; gap: 32px; }
    .feature-row.reverse .copy { order: 1; }
    .feature-row.reverse .visual { order: 2; }
    .pain-grid, .how-grid, .stats-grid, .timeline, .price-tiers, .wall .grid, .from-logos { grid-template-columns: 1fr 1fr !important; }
    .pain-grid { grid-template-columns: 1fr !important; }
    .timeline::before { display: none; }
    .timeline { padding: 24px; gap: 24px; }
    .logo-strip .row { grid-template-columns: repeat(3, 1fr); }
    .price-anchor-top { grid-template-columns: 1fr; }
    nav.top .links { display: none; }
    .quote-card { padding: 36px 24px; }
    .quote-text { font-size: 22px; }
  }

  /* --- Webflow embed fixes & video modal --- */
  .feature-row > * { min-width: 0; }
  .screen { max-width: 100%; }
  .play-btn { cursor: pointer; }
  .co-video-modal {
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(16,24,40,0.85);
    display: flex; align-items: center; justify-content: center;
    padding: 24px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  }
  .co-video-inner { position: relative; width: min(960px, 100%); aspect-ratio: 16 / 9; }
  .co-video-inner iframe { width: 100%; height: 100%; border: 0; border-radius: 12px; box-shadow: 0 30px 80px -20px rgba(0,0,0,0.6); }
  .co-video-close {
    position: absolute; top: -42px; right: 0;
    background: none; border: 0; color: #fff; font-size: 30px; line-height: 1;
    cursor: pointer; padding: 4px 8px;
  }
