/* ============================================
   WHIZR DESIGN SYSTEM — TOKENS
   Aspirational refresh of ENG_WEB_Platform.
   Brand DNA preserved, scales modernized.
   ============================================ */

:root {
  /* ---------- Brand ---------- */
  /* Primária — Whizr Purple */
  --whz-primary:         #8025E8;
  --whz-primary-light:   #A050F5;
  --whz-primary-dark:    #6018B8;
  --whz-primary-tint:    #F3ECFE;

  /* Secundária — Indigo profundo */
  --whz-secondary:       #4B0082;
  --whz-secondary-light: #6B21A8;
  --whz-secondary-dark:  #2E0052;
  --whz-secondary-tint:  #EDE4F5;

  /* Terciária — azul Whizr, para acentos pequenos */
  --whz-tertiary:        #3F6BC6;
  --whz-tertiary-light:  #4F86F7;
  --whz-tertiary-dark:   #375EAD;
  --whz-tertiary-tint:   #EBF0FB;

  /* Ink reforçado para contraste com roxos */
  --whz-ink-brand:       #0C0923;

  /* Featured mantém para destaques especiais (usa primária) */
  --whz-featured:        #8025E8;
  --whz-featured-light:  #C29CFF;
  --whz-featured-tint:   #F3ECFE;

  --whz-rose:     #993C58;
  --whz-gold:     #B28946;
  --whz-gold-light: #DEAB57;

  /* ---------- Semantic ---------- */
  --whz-success:       #2BC866;
  --whz-success-tint:  #E5F8ED;
  --whz-danger:        #E7505A;
  --whz-danger-tint:   #FCE8EA;
  --whz-warning:       #DEAB57;
  --whz-warning-tint:  #FFF4DC;
  --whz-info:          #8025E8;
  --whz-info-tint:     #F3ECFE;

  /* ---------- Neutrals (archival → extended scale) ---------- */
  --whz-ink:         #0F0D24; /* text-primary */
  --whz-ink-2:       #1A1A1A; /* nightDark */
  --whz-ink-3:       #2C2A3E;
  --whz-muted:       #555555; /* coralGrey */
  --whz-muted-2:     #707070; /* night */
  --whz-muted-3:     #ACACAC; /* nightLight */
  --whz-line:        #E6E6EE;
  --whz-line-strong: #D4D4D4;
  --whz-surface:     #FFFFFF;
  --whz-surface-2:   #F7F7F7; /* neutral */
  --whz-surface-3:   #F2F2F2;
  --whz-page:        #FBF8FF; /* tint sutil de roxo */
  --whz-page-soft:   #FDFBFF;

  /* ---------- POS / Occasional accents ---------- */
  --whz-pos-blue:   #003393;
  --whz-pos-pink:   #FF427A;
  --whz-pos-orange: #FF9123;
  --whz-pos-green:  #05CC52;
  --whz-pos-purple: #9F16DB;

  /* ---------- Type ---------- */
  --whz-font-sans: "Nunito Sans", "Nunito", ui-sans-serif, system-ui, sans-serif;
  --whz-font-display: "Nunito", "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  --whz-font-mono: "JetBrains Mono", ui-monospace, Menlo, monospace;

  /* Type scale — aspirational refresh of fonts.js */
  --whz-t-mini:      11px;   /*  was 10  */
  --whz-t-small:     13px;   /*  was 12  */
  --whz-t-default:   15px;   /*  was 14  */
  --whz-t-highlight: 17px;   /*  was 16  */
  --whz-t-subtitle:  22px;   /*  was 20  */
  --whz-t-title:     28px;   /*  was 24  */
  --whz-t-hero:      48px;   /*  was 40  */
  --whz-t-display:   72px;   /*  new     */

  --whz-lh-tight:  1.1;
  --whz-lh-snug:   1.25;
  --whz-lh-body:   1.55;
  --whz-lh-prose:  1.65;

  --whz-tracking-display: -0.02em;
  --whz-tracking-tight:   -0.01em;
  --whz-tracking-label:    0.04em;
  --whz-tracking-eyebrow:  0.12em;

  /* ---------- Spacing (preserved from sizes.js, aliased) ---------- */
  --whz-s-0:   0px;
  --whz-s-1:   2px;  /* quark */
  --whz-s-2:   4px;  /* nano */
  --whz-s-3:   6px;  /* micro */
  --whz-s-4:   8px;  /* mini */
  --whz-s-5:   10px; /* tiny */
  --whz-s-6:   12px; /* little */
  --whz-s-7:   14px; /* small */
  --whz-s-8:   16px; /* normal */
  --whz-s-9:   20px; /* medium */
  --whz-s-10:  24px; /* big */
  --whz-s-11:  32px; /* grand */
  --whz-s-12:  40px; /* gigantic */
  --whz-s-13:  48px; /* immense */
  --whz-s-14:  64px; /* tremendous */
  --whz-s-15:  80px; /* huge */
  --whz-s-16:  96px; /* colossal */

  /* ---------- Radii ---------- */
  --whz-r-xs: 4px;
  --whz-r-sm: 6px;   /* squired button */
  --whz-r-md: 8px;   /* inputs */
  --whz-r-lg: 12px;  /* modals */
  --whz-r-xl: 16px;
  --whz-r-2xl: 20px;
  --whz-r-pill: 999px; /* rounded button */

  /* ---------- Shadow ---------- */
  --whz-shadow-sm: 0 1px 2px rgba(15, 13, 36, .06), 0 1px 1px rgba(15, 13, 36, .04);
  --whz-shadow-md: 0 2px 3px #ACACAC; /* legacy defaultShadow */
  --whz-shadow-lg: 0 12px 32px -8px rgba(21, 17, 54, .18), 0 2px 6px rgba(21, 17, 54, .06);
  --whz-shadow-xl: 0 24px 60px -12px rgba(21, 17, 54, .22), 0 4px 12px rgba(21, 17, 54, .08);
  --whz-shadow-focus: 0 0 0 3px rgba(128, 37, 232, .18);

  /* ---------- Breakpoints (reference) ---------- */
  --whz-bp-xm:  320px;
  --whz-bp-sm:  620px;
  --whz-bp-smd: 768px;
  --whz-bp-md:  900px;
  --whz-bp-lg:  1200px;
  --whz-bp-xl:  1600px;

  /* ---------- Motion ---------- */
  --whz-ease: cubic-bezier(0.32, 0.72, 0, 1);
  --whz-dur-fast: 120ms;
  --whz-dur-base: 240ms;
  --whz-dur-slow: 380ms;

  /* ---------- Z-index tiers ---------- */
  --whz-z-base: 1;
  --whz-z-dropdown: 100;
  --whz-z-sticky: 200;
  --whz-z-modal: 800;
  --whz-z-toast: 900;
}

/* ============================================
   BASE
   ============================================ */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
  font-family: var(--whz-font-sans);
  font-size: var(--whz-t-default);
  line-height: var(--whz-lh-body);
  color: var(--whz-ink);
  background: var(--whz-surface);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "cv11", "ss01";
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }

::selection { background: var(--whz-secondary); color: var(--whz-surface); }

  /* =========================================================
     LANDING — Whizr
     Editorial, ingressos & gestão de evento.
     ========================================================= */

  body { background: var(--whz-page); color: var(--whz-ink); font-size: 16px; }

  ::selection { background: var(--whz-primary); color: #fff; }

  .container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
  .container--narrow { max-width: 1000px; margin: 0 auto; padding: 0 32px; }

  /* ---------- TYPOGRAPHY UTILITIES ---------- */
  .display {
    font-family: var(--whz-font-display);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 0.96;
    color: var(--whz-ink);
    margin: 0;
    text-wrap: balance;
  }
  .display--xl { font-size: clamp(48px, 7vw, 88px); }
  .display--lg { font-size: clamp(36px, 5vw, 60px); }
  .display--md { font-size: clamp(28px, 3.4vw, 40px); }
  .display em { font-style: normal; color: var(--whz-primary); }

  .eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--whz-secondary);
  }
  .eyebrow .dot { width: 6px; height: 6px; border-radius: 999px; background: var(--whz-gold); }
  .eyebrow.on-dark { color: rgba(255,255,255,0.85); }
  .eyebrow.on-dark .dot { background: var(--whz-gold-light); }

  .lede {
    font-size: clamp(17px, 1.4vw, 19px);
    line-height: 1.55;
    color: var(--whz-muted);
    max-width: 56ch;
    margin: 0;
  }

  .mono { font-family: var(--whz-font-mono); }

  /* ---------- BUTTONS (page-scoped, editorial) ---------- */
  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: var(--whz-font-sans);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.005em;
    padding: 14px 24px;
    border-radius: var(--whz-r-pill);
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: all 160ms var(--whz-ease);
    white-space: nowrap;
    text-decoration: none;
  }
  .btn--primary { background: var(--whz-primary); color: #fff; border-color: var(--whz-primary); }
  .btn--primary:hover { background: var(--whz-primary-dark); border-color: var(--whz-primary-dark); transform: translateY(-1px); box-shadow: 0 12px 24px -8px rgba(96, 24, 184, .35); }
  .btn--ghost { background: transparent; color: var(--whz-ink); border-color: var(--whz-line-strong); }
  .btn--ghost:hover { border-color: var(--whz-ink); }
  .btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
  .btn--ghost-light:hover { border-color: #fff; background: rgba(255,255,255,0.06); }
  .btn--gold { background: var(--whz-gold); color: var(--whz-ink); border-color: var(--whz-gold); }
  .btn--gold:hover { background: var(--whz-gold-light); border-color: var(--whz-gold-light); }
  .btn--lg { padding: 16px 28px; font-size: 16px; }
  .btn--sm { padding: 10px 18px; font-size: 14px; }
  .btn .arrow { display: inline-block; transition: transform 160ms var(--whz-ease); }
  .btn:hover .arrow { transform: translateX(3px); }

  /* ---------- IMAGE PLACEHOLDER ---------- */
  /* Editorial, neutro: caixa com label monoespaçada — para inserção posterior. */
  .ph {
    position: relative;
    background: var(--whz-page-soft);
    border: 1.5px dashed rgba(75, 0, 130, 0.22);
    border-radius: var(--whz-r-xl);
    overflow: hidden;
    display: grid; place-items: center;
    color: var(--whz-secondary);
    isolation: isolate;
  }
  .ph::before {
    /* listras finas para indicar “preencher depois” sem virar arte gerada */
    content: "";
    position: absolute; inset: 0;
    background-image: repeating-linear-gradient(
      135deg,
      transparent 0 18px,
      rgba(128, 37, 232, 0.05) 18px 19px
    );
    z-index: -1;
  }
  .ph-meta {
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    padding: 14px 18px;
    text-align: center;
    max-width: 86%;
  }
  .ph-meta .tag {
    font-family: var(--whz-font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(75, 0, 130, 0.55);
  }
  .ph-meta .label {
    font-family: var(--whz-font-sans);
    font-size: 14px;
    font-weight: 700;
    color: var(--whz-secondary-dark);
    line-height: 1.35;
  }
  .ph-meta .hint {
    font-family: var(--whz-font-mono);
    font-size: 11px;
    color: var(--whz-muted-2);
  }

  .ph--ratio-16x9 { aspect-ratio: 16 / 9; }
  .ph--ratio-4x3  { aspect-ratio: 4 / 3; }
  .ph--ratio-3x4  { aspect-ratio: 3 / 4; }
  .ph--ratio-1x1  { aspect-ratio: 1 / 1; }
  .ph--ratio-9x16 { aspect-ratio: 9 / 16; }

  .ph--dark {
    background: var(--whz-secondary-dark);
    border-color: rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.7);
  }
  .ph--dark::before {
    background-image: repeating-linear-gradient(
      135deg,
      transparent 0 18px,
      rgba(255, 255, 255, 0.04) 18px 19px
    );
  }
  .ph--dark .tag { color: rgba(222, 171, 87, 0.7); }
  .ph--dark .label { color: #fff; }
  .ph--dark .hint { color: rgba(255,255,255,0.45); }

  /* ---------- NAV ---------- */
  .nav {
    position: sticky; top: 0; z-index: 50;
    background: rgba(251, 248, 255, 0.82);
    backdrop-filter: saturate(160%) blur(10px);
    -webkit-backdrop-filter: saturate(160%) blur(10px);
    border-bottom: 1px solid rgba(75, 0, 130, 0.06);
  }
  .nav-inner {
    display: flex; align-items: center; justify-content: space-between;
    height: 72px;
  }
  .logo {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--whz-font-display);
    font-weight: 900;
    font-size: 22px;
    letter-spacing: -0.035em;
    color: var(--whz-ink);
  }
  .logo-mark {
    width: 32px; height: 32px;
    border-radius: 9px;
    background: linear-gradient(135deg, var(--whz-primary) 0%, var(--whz-secondary) 100%);
    display: grid; place-items: center;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    box-shadow: 0 6px 14px -4px rgba(96, 24, 184, .45);
  }
  .nav-links {
    display: flex; gap: 28px;
    font-size: 14px;
    font-weight: 600;
    color: var(--whz-ink-3);
  }
  .nav-links a:hover { color: var(--whz-primary); }
  .nav-actions { display: flex; align-items: center; gap: 12px; }
  .nav-actions .login {
    font-size: 14px; font-weight: 700; color: var(--whz-ink-3);
    padding: 8px 14px; border-radius: var(--whz-r-pill);
  }
  .nav-actions .login:hover { color: var(--whz-primary); }

  @media (max-width: 880px) {
    .nav-links { display: none; }
  }

  /* ---------- HERO ---------- */
  .hero {
    position: relative;
    padding: 96px 0 80px;
    overflow: hidden;
  }
  .hero::before {
    content: ""; position: absolute; inset: -200px -200px auto auto;
    width: 720px; height: 720px;
    background: radial-gradient(closest-side, rgba(128, 37, 232, 0.18), transparent 70%);
    pointer-events: none;
  }
  .hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
  }
  .hero-pill {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 8px 14px 8px 8px;
    background: #fff;
    border: 1px solid rgba(75, 0, 130, 0.12);
    border-radius: var(--whz-r-pill);
    box-shadow: var(--whz-shadow-sm);
    font-size: 13px;
    font-weight: 600;
    color: var(--whz-ink-3);
    margin-bottom: 28px;
  }
  .hero-pill b {
    font-weight: 800;
    background: var(--whz-primary-tint);
    color: var(--whz-primary-dark);
    padding: 4px 10px;
    border-radius: var(--whz-r-pill);
    font-size: 11.5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .hero h1 { margin-bottom: 24px; }
  .hero .lede { font-size: 19px; max-width: 52ch; margin-bottom: 36px; }
  .hero-cta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
  .hero-fine {
    display: flex; align-items: center; gap: 10px;
    margin-top: 24px;
    font-size: 13px;
    color: var(--whz-muted-2);
  }
  .hero-fine .check {
    width: 16px; height: 16px;
    border-radius: 50%;
    background: var(--whz-success-tint);
    color: #1B8045;
    display: grid; place-items: center;
    font-size: 11px; font-weight: 900;
  }

  .hero-visual {
    position: relative;
    aspect-ratio: 4 / 5;
  }
  .hero-visual .ph {
    position: absolute;
    inset: 0;
  }
  .hero-visual .ph-mobile {
    position: absolute;
    bottom: -36px; left: -56px;
    width: 36%;
    aspect-ratio: 9 / 16;
    z-index: 2;
    border-radius: 28px;
    box-shadow: 0 30px 60px -20px rgba(46, 0, 82, .35);
  }
  .hero-stat {
    position: absolute;
    top: 32px; left: -40px;
    background: #fff;
    border: 1px solid var(--whz-line);
    border-radius: var(--whz-r-lg);
    padding: 14px 18px;
    box-shadow: var(--whz-shadow-lg);
    z-index: 3;
    display: flex; align-items: center; gap: 12px;
  }
  .hero-stat .num {
    font-family: var(--whz-font-display);
    font-weight: 900;
    font-size: 28px;
    line-height: 1;
    color: var(--whz-secondary);
    letter-spacing: -0.02em;
  }
  .hero-stat .lbl {
    font-size: 12px; color: var(--whz-muted-2);
    font-weight: 600;
  }
  .hero-stat .lbl b { color: var(--whz-ink); font-weight: 800; }

  @media (max-width: 960px) {
    .hero { padding: 64px 0 64px; }
    .hero-grid { grid-template-columns: 1fr; gap: 56px; }
    .hero-visual .ph-mobile { left: 0; bottom: -24px; width: 32%; }
    .hero-stat { left: 0; top: 16px; }
  }

  /* ---------- SOCIAL PROOF STRIP ---------- */
  .strip {
    background: #fff;
    border-top: 1px solid var(--whz-line);
    border-bottom: 1px solid var(--whz-line);
    padding: 36px 0;
  }
  .strip-inner {
    display: flex; align-items: center; gap: 48px;
    flex-wrap: wrap;
  }
  .strip-label {
    font-family: var(--whz-font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--whz-muted-2);
    flex: none;
    max-width: 180px;
    line-height: 1.5;
  }
  .strip-logos {
    display: flex;
    flex: 1;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
  }
  .strip-logo {
    height: 32px;
    min-width: 120px;
    background: var(--whz-page);
    border: 1px dashed rgba(75, 0, 130, 0.18);
    border-radius: var(--whz-r-sm);
    display: grid; place-items: center;
    font-family: var(--whz-font-mono);
    font-size: 11px;
    color: var(--whz-muted-2);
    letter-spacing: 0.04em;
  }

  /* ---------- SECTION SCAFFOLD ---------- */
  .section {
    padding: 112px 0;
  }
  .section--tight { padding: 80px 0; }
  .section--alt { background: #fff; }
  .section--dark {
    background: var(--whz-secondary-dark);
    color: #fff;
  }
  .section--dark .display { color: #fff; }
  .section--dark .display em { color: var(--whz-gold); }
  .section--dark .lede { color: rgba(255,255,255,0.7); }

  .section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 64px;
  }
  .section-head--centered {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    gap: 24px;
    margin-bottom: 64px;
  }
  .section-head--centered .lede { margin: 0 auto; }
  .section-head h2 { margin-top: 16px; }

  @media (max-width: 880px) {
    .section { padding: 80px 0; }
    .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; }
  }

  /* ---------- PROBLEMS ---------- */
  .problems {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--whz-line);
    border: 1px solid var(--whz-line);
    border-radius: var(--whz-r-2xl);
    overflow: hidden;
  }
  .problem {
    background: #fff;
    padding: 36px 32px;
    display: flex; flex-direction: column; gap: 12px;
    min-height: 220px;
  }
  .problem .num {
    font-family: var(--whz-font-mono);
    font-size: 12px;
    color: var(--whz-muted-3);
    margin-bottom: 4px;
  }
  .problem h3 {
    font-family: var(--whz-font-display);
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.015em;
    line-height: 1.2;
    margin: 0;
    color: var(--whz-ink);
  }
  .problem p {
    margin: 0;
    color: var(--whz-muted);
    font-size: 15px;
    line-height: 1.55;
  }
  @media (max-width: 880px) { .problems { grid-template-columns: 1fr; } }

  /* ---------- SHOWCASE (alternating rows) ---------- */
  .showcase-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 64px 0;
    border-bottom: 1px solid var(--whz-line);
  }
  .showcase-row:last-child { border-bottom: 0; }
  .showcase-row.flip .showcase-text { order: 2; }
  .showcase-row.flip .showcase-art { order: 1; }
  .showcase-text .eyebrow { margin-bottom: 20px; }
  .showcase-text h3 {
    font-family: var(--whz-font-display);
    font-weight: 900;
    font-size: clamp(28px, 3vw, 38px);
    letter-spacing: -0.025em;
    line-height: 1.1;
    margin: 0 0 20px;
    color: var(--whz-ink);
    text-wrap: balance;
  }
  .showcase-text p {
    color: var(--whz-muted);
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 28px;
    max-width: 50ch;
  }
  .showcase-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
  .showcase-list li {
    display: flex; gap: 12px; align-items: flex-start;
    font-size: 15px; color: var(--whz-ink-3); font-weight: 500;
  }
  .showcase-list li::before {
    content: "";
    flex: none;
    margin-top: 8px;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--whz-primary);
  }
  .showcase-art .ph { box-shadow: var(--whz-shadow-lg); }

  @media (max-width: 880px) {
    .showcase-row { grid-template-columns: 1fr; gap: 36px; padding: 48px 0; }
    .showcase-row.flip .showcase-text { order: 1; }
    .showcase-row.flip .showcase-art { order: 2; }
  }

  /* ---------- FEATURE GRID ---------- */
  .feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .feat {
    background: #fff;
    border: 1px solid var(--whz-line);
    border-radius: var(--whz-r-xl);
    padding: 24px;
    display: flex; flex-direction: column; gap: 16px;
    transition: border-color 200ms var(--whz-ease), transform 200ms var(--whz-ease), box-shadow 200ms var(--whz-ease);
  }
  .feat:hover { border-color: var(--whz-primary); transform: translateY(-2px); box-shadow: var(--whz-shadow-lg); }
  .feat .ph { aspect-ratio: 16 / 10; }
  .feat .feat-tag {
    font-family: var(--whz-font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--whz-primary);
  }
  .feat h4 {
    font-family: var(--whz-font-display);
    font-weight: 800;
    font-size: 19px;
    letter-spacing: -0.015em;
    line-height: 1.25;
    margin: 0;
    color: var(--whz-ink);
  }
  .feat p {
    margin: 0;
    color: var(--whz-muted);
    font-size: 14.5px;
    line-height: 1.55;
  }
  @media (max-width: 880px) { .feat-grid { grid-template-columns: 1fr; } }

  /* ---------- HOW IT WORKS ---------- */
  .steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    counter-reset: step;
  }
  .step {
    background: #fff;
    border-radius: var(--whz-r-xl);
    padding: 36px 32px;
    border: 1px solid var(--whz-line);
    position: relative;
  }
  .step::before {
    counter-increment: step;
    content: counter(step, decimal-leading-zero);
    font-family: var(--whz-font-mono);
    font-size: 13px;
    color: var(--whz-gold);
    font-weight: 700;
    letter-spacing: 0.18em;
    display: block;
    margin-bottom: 18px;
  }
  .step h4 {
    font-family: var(--whz-font-display);
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.015em;
    line-height: 1.2;
    margin: 0 0 10px;
    color: var(--whz-ink);
  }
  .step p { margin: 0; color: var(--whz-muted); font-size: 15px; line-height: 1.55; }
  .section--dark .step { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.1); }
  .section--dark .step h4 { color: #fff; }
  .section--dark .step p { color: rgba(255,255,255,0.65); }
  @media (max-width: 880px) { .steps { grid-template-columns: 1fr; } }

  /* ---------- WHY ---------- */
  .why {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .why-card {
    background: #fff;
    border: 1px solid var(--whz-line);
    border-radius: var(--whz-r-xl);
    padding: 32px;
    display: flex; flex-direction: column; gap: 16px;
  }
  .why-card .key {
    font-family: var(--whz-font-display);
    font-weight: 900;
    font-size: 44px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--whz-primary);
  }
  .why-card h4 {
    font-family: var(--whz-font-display);
    font-weight: 800;
    font-size: 20px;
    letter-spacing: -0.015em;
    margin: 0;
    color: var(--whz-ink);
  }
  .why-card p { margin: 0; color: var(--whz-muted); font-size: 15px; line-height: 1.55; }
  @media (max-width: 880px) { .why { grid-template-columns: 1fr; } }

  /* ---------- TESTIMONIAL ---------- */
  .quote {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
  }
  .quote-art .ph { aspect-ratio: 4 / 5; }
  .quote-body blockquote {
    margin: 0;
    font-family: var(--whz-font-display);
    font-weight: 700;
    font-size: clamp(24px, 2.6vw, 34px);
    letter-spacing: -0.015em;
    line-height: 1.3;
    color: var(--whz-ink);
    text-wrap: balance;
  }
  .quote-body blockquote::before {
    content: "“";
    font-family: var(--whz-font-display);
    font-weight: 900;
    font-size: 96px;
    line-height: 0.5;
    color: var(--whz-gold);
    display: block;
    margin-bottom: 16px;
  }
  .quote-cite {
    margin-top: 28px;
    display: flex; align-items: center; gap: 14px;
  }
  .quote-cite .avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: var(--whz-primary-tint);
    border: 1px dashed rgba(75, 0, 130, 0.25);
    display: grid; place-items: center;
    font-family: var(--whz-font-mono);
    font-size: 9px;
    color: var(--whz-secondary);
  }
  .quote-cite .name { font-weight: 800; color: var(--whz-ink); font-size: 15px; }
  .quote-cite .role { font-size: 13px; color: var(--whz-muted-2); }
  @media (max-width: 880px) {
    .quote { grid-template-columns: 1fr; gap: 36px; }
  }

  /* ---------- PRICING ---------- */
  .pricing-toggle {
    display: inline-flex;
    background: var(--whz-surface-2);
    border-radius: var(--whz-r-pill);
    padding: 4px;
    margin-top: 8px;
  }
  .pricing-toggle button {
    border: 0; background: transparent;
    padding: 10px 18px;
    border-radius: var(--whz-r-pill);
    font-family: var(--whz-font-sans);
    font-weight: 700; font-size: 13px;
    color: var(--whz-muted);
    cursor: pointer;
    transition: all 160ms var(--whz-ease);
    display: inline-flex; align-items: center; gap: 8px;
  }
  .pricing-toggle button.active { background: #fff; color: var(--whz-ink); box-shadow: var(--whz-shadow-sm); }
  .pricing-toggle .save { font-family: var(--whz-font-mono); font-size: 10px; color: var(--whz-success); font-weight: 700; }

  .plans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
  }
  .plan {
    background: #fff;
    border: 1px solid var(--whz-line);
    border-radius: var(--whz-r-2xl);
    padding: 36px 32px;
    display: flex; flex-direction: column; gap: 24px;
    position: relative;
  }
  .plan--featured {
    background: var(--whz-secondary-dark);
    color: #fff;
    border-color: var(--whz-secondary-dark);
    box-shadow: 0 30px 60px -20px rgba(46, 0, 82, .4);
  }
  .plan--featured::before {
    content: "Mais escolhido";
    position: absolute;
    top: -14px; left: 32px;
    background: var(--whz-gold);
    color: var(--whz-ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: var(--whz-r-pill);
  }
  .plan-name {
    font-family: var(--whz-font-display);
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: inherit;
  }
  .plan-tag {
    font-size: 13px;
    color: var(--whz-muted-2);
    margin-top: 4px;
  }
  .plan--featured .plan-tag { color: rgba(255,255,255,0.65); }
  .plan-price { display: flex; align-items: baseline; gap: 8px; }
  .plan-price .pct {
    font-family: var(--whz-font-display);
    font-weight: 900;
    font-size: 56px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: inherit;
  }
  .plan-price .unit { font-size: 14px; font-weight: 700; color: var(--whz-muted); }
  .plan--featured .plan-price .unit { color: rgba(255,255,255,0.7); }
  .plan-price-note { font-size: 13px; color: var(--whz-muted-2); margin-top: -16px; }
  .plan--featured .plan-price-note { color: rgba(255,255,255,0.55); }

  .plan-features { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; flex: 1; }
  .plan-features li {
    display: flex; gap: 10px; align-items: flex-start;
    font-size: 14.5px;
    color: var(--whz-ink-3);
    line-height: 1.45;
  }
  .plan--featured .plan-features li { color: rgba(255,255,255,0.85); }
  .plan-features li::before {
    content: "";
    flex: none;
    margin-top: 6px;
    width: 14px; height: 14px;
    border-radius: 50%;
    background: var(--whz-success-tint) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M2 6.5L4.5 9L10 3' fill='none' stroke='%231B8045' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center / 10px no-repeat;
  }
  .plan-features li.muted { opacity: 0.45; text-decoration: line-through; }
  .plan-features li.muted::before {
    background: var(--whz-surface-2) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M3 3L9 9M9 3L3 9' fill='none' stroke='%23ACACAC' stroke-width='1.6' stroke-linecap='round'/></svg>") center / 10px no-repeat;
  }
  .plan--featured .plan-features li.muted { color: rgba(255,255,255,0.4); }

  .plan .btn { width: 100%; }
  @media (max-width: 980px) { .plans { grid-template-columns: 1fr; } }

  /* ---------- FAQ ---------- */
  .faq { display: grid; gap: 4px; max-width: 820px; margin: 0 auto; }
  .faq details {
    background: #fff;
    border: 1px solid var(--whz-line);
    border-radius: var(--whz-r-lg);
    padding: 0;
  }
  .faq details + details { margin-top: 8px; }
  .faq summary {
    list-style: none;
    padding: 22px 24px;
    cursor: pointer;
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px;
    font-family: var(--whz-font-display);
    font-weight: 700;
    font-size: 17px;
    color: var(--whz-ink);
  }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary::after {
    content: "+";
    font-family: var(--whz-font-mono);
    font-size: 22px;
    font-weight: 400;
    color: var(--whz-primary);
    transition: transform 160ms var(--whz-ease);
  }
  .faq details[open] summary::after { content: "−"; }
  .faq details[open] { border-color: var(--whz-primary); }
  .faq .answer {
    padding: 0 24px 22px;
    color: var(--whz-muted);
    font-size: 15px;
    line-height: 1.6;
  }

  /* ---------- FINAL CTA ---------- */
  .cta-final {
    background: linear-gradient(160deg, var(--whz-secondary-dark) 0%, var(--whz-secondary) 60%, var(--whz-primary-dark) 100%);
    color: #fff;
    border-radius: var(--whz-r-2xl);
    padding: 80px 64px;
    margin: 0 32px 96px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 56px;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .cta-final::before {
    content: "";
    position: absolute;
    inset: auto -20% -40% auto;
    width: 540px; height: 540px;
    background: radial-gradient(closest-side, rgba(222,171,87,0.22), transparent 70%);
    pointer-events: none;
  }
  .cta-final h2 { color: #fff; }
  .cta-final h2 em { color: var(--whz-gold); }
  .cta-final p { color: rgba(255,255,255,0.78); font-size: 17px; max-width: 48ch; margin: 24px 0 32px; line-height: 1.55; }
  .cta-final .actions { display: flex; gap: 12px; flex-wrap: wrap; }
  .cta-final .ph { aspect-ratio: 4 / 5; background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.18); }
  .cta-final .ph .label { color: #fff; }
  .cta-final .ph .tag { color: rgba(222, 171, 87, 0.7); }
  .cta-final .ph .hint { color: rgba(255,255,255,0.45); }
  .cta-final .ph::before { background-image: repeating-linear-gradient(135deg, transparent 0 18px, rgba(255,255,255,0.04) 18px 19px); }

  @media (max-width: 880px) {
    .cta-final { grid-template-columns: 1fr; padding: 56px 32px; margin: 0 16px 64px; }
  }

  /* ---------- FOOTER ---------- */
  footer {
    border-top: 1px solid var(--whz-line);
    background: #fff;
    padding: 56px 0 32px;
    color: var(--whz-muted);
  }
  .foot-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
  }
  .foot-col h5 {
    font-family: var(--whz-font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--whz-ink);
    margin: 0 0 16px;
    font-weight: 700;
  }
  .foot-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
  .foot-col a { font-size: 14px; color: var(--whz-muted); }
  .foot-col a:hover { color: var(--whz-primary); }
  .foot-brand p { font-size: 14px; line-height: 1.55; max-width: 36ch; margin: 16px 0 0; }
  .foot-bottom {
    display: flex; align-items: center; justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid var(--whz-line);
    font-size: 13px; color: var(--whz-muted-2);
    flex-wrap: wrap; gap: 16px;
  }
  .foot-bottom .legal a { color: var(--whz-muted-2); margin-left: 18px; }
  .foot-bottom .legal a:hover { color: var(--whz-ink); }
  @media (max-width: 880px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 540px) { .foot-grid { grid-template-columns: 1fr; } }