/* ==========================================================================
   WEBINAR MATRÍCULAS 2027 — PREMIUM LAUNCH SALES PAGE (namespace: wm-)
   Dark, editorial, high-conversion. Inspired by modern infoproduct launches.
   ========================================================================== */

:root {
    --wm-bg: #07070e;
    --wm-bg-2: #0d0d18;
    --wm-surface: rgba(255, 255, 255, 0.045);
    --wm-surface-2: rgba(255, 255, 255, 0.07);
    --wm-line: rgba(255, 255, 255, 0.10);
    --wm-line-strong: rgba(255, 255, 255, 0.18);
    --wm-ink: #f6f6fb;
    --wm-soft: rgba(246, 246, 251, 0.72);
    --wm-muted: rgba(246, 246, 251, 0.52);
    --wm-blue: #4d7cff;
    --wm-purple: #b073ff;
    --wm-orange: #ff8a5c;
    --wm-gold: #f6c98a;
    --wm-green: #3ddc84;
    --wm-radius: 20px;
    --wm-radius-lg: 28px;
    --wm-glow-orange: 0 18px 50px rgba(255, 122, 70, 0.38);
    --wm-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

html { scroll-behavior: smooth; }
::selection { background: var(--wm-orange); color: #1a0d06; }

body.wm-page {
    background:
        radial-gradient(1200px 700px at 12% -5%, rgba(80, 60, 200, 0.28), transparent 55%),
        radial-gradient(1000px 700px at 100% 5%, rgba(255, 122, 70, 0.16), transparent 50%),
        var(--wm-bg);
    color: var(--wm-ink);
    font-family: 'Nunito', sans-serif;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.wm-page *:focus-visible { outline: 2px solid var(--wm-orange); outline-offset: 3px; }

.wm-container { max-width: 1080px; margin: 0 auto; padding: 0 1.5rem; }
.wm-narrow { max-width: 780px; margin-left: auto; margin-right: auto; }

/* Elegant serif for display accents */
.wm-serif {
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-weight: 500;
    background: linear-gradient(100deg, var(--wm-gold), var(--wm-orange) 55%, var(--wm-purple));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 0.06em;
}
.wm-hl { color: var(--wm-orange); }

/* ============================ BUTTONS ============================ */

.wm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.02rem;
    letter-spacing: 0.01em;
    line-height: 1;
    border: none;
    border-radius: 100px;
    padding: 1.15rem 2rem;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    white-space: nowrap;
}
.wm-btn-lg { padding: 1.3rem 2.4rem; font-size: 1.1rem; }
.wm-btn-full { width: 100%; }

.wm-btn-primary {
    position: relative;
    color: #221007;
    background: linear-gradient(120deg, var(--wm-gold), var(--wm-orange) 60%, #f2632f);
    box-shadow: var(--wm-glow-orange);
}
.wm-btn-primary::after {
    content: '';
    position: absolute; inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.wm-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 24px 60px rgba(255, 122, 70, 0.5); filter: brightness(1.04); }
.wm-btn-primary:active { transform: translateY(-1px); }
.wm-btn-primary:disabled { opacity: 0.65; cursor: default; transform: none; }

.wm-btn-ghost {
    color: var(--wm-ink);
    background: var(--wm-surface-2);
    border: 1.5px solid var(--wm-line-strong);
    backdrop-filter: blur(8px);
}
.wm-btn-ghost:hover { transform: translateY(-2px); background: rgba(255, 255, 255, 0.12); }

.wm-cta-hint {
    font-size: 0.86rem;
    color: var(--wm-muted);
    margin: 0.85rem 0 0;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    justify-content: center;
}

/* ============================ COUNTDOWN BAR ============================ */

.wm-countdown {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(10, 8, 20, 0.82);
    border-bottom: 1px solid var(--wm-line);
    backdrop-filter: blur(14px);
    padding: 0.6rem 1rem;
}
.wm-countdown-ended { display: none; }
.wm-countdown-inner {
    max-width: 1080px; margin: 0 auto;
    display: flex; align-items: center; justify-content: center;
    gap: 1.5rem; flex-wrap: wrap;
}
.wm-countdown-label {
    display: flex; align-items: center; gap: 0.5rem;
    color: var(--wm-soft); font-weight: 700; font-size: 0.9rem; white-space: nowrap;
}
.wm-countdown-dot { width: 9px; height: 9px; background: var(--wm-orange); border-radius: 50%; animation: wm-pulse 1.4s ease-in-out infinite; }
.wm-countdown-blocks { display: flex; align-items: center; gap: 0.3rem; }
.wm-countdown-block {
    display: flex; flex-direction: column; align-items: center;
    background: var(--wm-surface); border: 1px solid var(--wm-line);
    border-radius: 10px; padding: 0.3rem 0.6rem; min-width: 50px;
}
.wm-countdown-num {
    font-family: 'Outfit', sans-serif; font-size: 1.25rem; font-weight: 700;
    color: #fff; line-height: 1.1; letter-spacing: 1px; min-width: 2ch; text-align: center;
}
.wm-countdown-unit { font-size: 0.58rem; font-weight: 700; color: var(--wm-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 1px; }
.wm-countdown-sep { font-family: 'Outfit', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--wm-line-strong); margin-bottom: 10px; }
.wm-countdown-cta {
    background: linear-gradient(120deg, var(--wm-gold), var(--wm-orange));
    color: #221007; border: none; border-radius: 30px;
    padding: 0.5rem 1.2rem; font-family: 'Outfit', sans-serif; font-size: 0.86rem; font-weight: 700;
    cursor: pointer; white-space: nowrap; transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 6px 18px rgba(255, 122, 70, 0.35);
}
.wm-countdown-cta:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(255, 122, 70, 0.45); }

@keyframes wm-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 138, 92, 0.7); }
    50% { box-shadow: 0 0 0 7px rgba(255, 138, 92, 0); }
}

/* ============================ SHARED BADGES / HEADERS ============================ */

.wm-eyebrow {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(255, 138, 92, 0.12);
    border: 1px solid rgba(255, 138, 92, 0.35);
    color: var(--wm-gold);
    border-radius: 100px; padding: 0.45rem 1.1rem;
    font-family: 'Outfit', sans-serif; font-size: 0.8rem; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
}
.wm-eyebrow-dot { width: 7px; height: 7px; background: var(--wm-orange); border-radius: 50%; animation: wm-pulse 1.4s ease-in-out infinite; }

.wm-section { padding: 5.5rem 0; }
.wm-section-tight { padding: 3.5rem 0; }

.wm-section-head { text-align: center; max-width: 720px; margin: 0 auto 3.25rem; }
.wm-kicker {
    display: inline-block; font-family: 'Outfit', sans-serif; font-size: 0.8rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.12em; color: var(--wm-purple); margin-bottom: 1rem;
}
.wm-h2 {
    font-family: 'Outfit', sans-serif; font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 700;
    line-height: 1.12; letter-spacing: -0.02em; color: var(--wm-ink); margin: 0 0 1rem;
}
.wm-sub { font-size: 1.1rem; line-height: 1.7; color: var(--wm-soft); margin: 0; }

/* ============================ HERO ============================ */

.wm-hero { position: relative; text-align: center; padding: 4rem 0 4.5rem; overflow: hidden; }
.wm-hero-orb {
    position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; opacity: 0.55;
}
.wm-hero-orb.a { top: -120px; left: 50%; transform: translateX(-50%); width: 520px; height: 320px; background: radial-gradient(circle, rgba(176, 115, 255, 0.5), transparent 70%); }
.wm-hero-orb.b { bottom: -140px; right: -60px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(255, 122, 70, 0.35), transparent 70%); }
.wm-hero .wm-container { position: relative; z-index: 1; }

.wm-hero-logo { height: 74px; width: auto; margin: 0 auto 1.75rem; display: block; }

.wm-hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.3rem, 5.6vw, 4.15rem);
    font-weight: 800; line-height: 1.05; letter-spacing: -0.03em;
    color: #fff; margin: 1.5rem auto 1.35rem; max-width: 15ch;
}
.wm-hero-sub {
    font-size: clamp(1.05rem, 2.2vw, 1.28rem); line-height: 1.65; color: var(--wm-soft);
    max-width: 640px; margin: 0 auto 2rem;
}
.wm-hero-sub strong { color: var(--wm-ink); }

.wm-hero-meta {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-bottom: 2rem;
}
.wm-chip {
    display: inline-flex; align-items: center; gap: 0.45rem;
    background: var(--wm-surface); border: 1px solid var(--wm-line);
    border-radius: 100px; padding: 0.55rem 1.05rem; font-size: 0.92rem; color: var(--wm-soft);
    backdrop-filter: blur(8px);
}
.wm-chip strong { color: #fff; font-weight: 700; }
.wm-chip-ico { font-size: 0.95rem; line-height: 1; }

.wm-hero-cta { display: flex; flex-direction: column; align-items: center; }

.wm-trust-strip {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 2.5rem;
    margin-top: 3.25rem; padding-top: 2.5rem; border-top: 1px solid var(--wm-line);
}
.wm-trust-item { display: flex; flex-direction: column; gap: 0.2rem; }
.wm-trust-num {
    font-family: 'Outfit', sans-serif; font-size: 2.1rem; font-weight: 800; line-height: 1;
    background: linear-gradient(120deg, var(--wm-gold), var(--wm-orange));
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.wm-trust-label { font-size: 0.86rem; color: var(--wm-muted); max-width: 160px; }

/* ============================ URGÊNCIA ============================ */

.wm-urgency-card {
    position: relative; overflow: hidden;
    background: linear-gradient(150deg, rgba(255, 122, 70, 0.14), rgba(176, 115, 255, 0.1));
    border: 1px solid var(--wm-line-strong);
    border-radius: var(--wm-radius-lg);
    padding: 3rem;
    display: grid; grid-template-columns: 1.55fr 1fr; gap: 2.5rem; align-items: center;
}
.wm-urgency-card::before {
    content: ''; position: absolute; top: -80px; right: -60px; width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(255, 122, 70, 0.3), transparent 70%); filter: blur(30px);
}
.wm-urgency-copy { position: relative; z-index: 1; }
.wm-urgency-copy h2 {
    font-family: 'Outfit', sans-serif; font-size: clamp(1.7rem, 3.4vw, 2.35rem); font-weight: 700;
    line-height: 1.15; letter-spacing: -0.02em; color: #fff; margin: 0.85rem 0 1.1rem;
}
.wm-urgency-copy p { font-size: 1.05rem; line-height: 1.7; color: var(--wm-soft); margin: 0 0 1rem; }
.wm-urgency-list { list-style: none; margin: 1.25rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 0.7rem; }
.wm-urgency-list li { display: flex; gap: 0.6rem; font-size: 1rem; color: var(--wm-ink); line-height: 1.5; }
.wm-check {
    flex-shrink: 0; width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center;
    background: rgba(61, 220, 132, 0.16); color: var(--wm-green); border-radius: 50%; font-size: 0.75rem; font-weight: 800; margin-top: 1px;
}
.wm-urgency-stat {
    position: relative; z-index: 1; text-align: center;
    background: rgba(7, 7, 14, 0.55); border: 1px solid var(--wm-line);
    border-radius: 20px; padding: 2.25rem 1.75rem; backdrop-filter: blur(6px);
}
.wm-urgency-stat-k { display: block; font-family: 'Outfit', sans-serif; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--wm-muted); margin-bottom: 0.5rem; }
.wm-urgency-stat-big {
    display: block; font-family: 'Outfit', sans-serif; font-size: 3.6rem; font-weight: 800; line-height: 1; margin-bottom: 0.75rem;
    background: linear-gradient(120deg, var(--wm-gold), var(--wm-orange)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.wm-urgency-stat p { font-size: 0.98rem; line-height: 1.6; color: var(--wm-soft); margin: 0; }

/* ============================ PARA QUEM É ============================ */

.wm-audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.wm-audience-card {
    background: var(--wm-surface); border: 1px solid var(--wm-line); border-radius: var(--wm-radius); padding: 2.25rem;
}
.wm-audience-card.yes { border-color: rgba(61, 220, 132, 0.3); background: linear-gradient(160deg, rgba(61, 220, 132, 0.08), transparent); }
.wm-audience-card.no { border-color: rgba(255, 122, 70, 0.25); }
.wm-audience-title { display: flex; align-items: center; gap: 0.6rem; font-family: 'Outfit', sans-serif; font-size: 1.2rem; font-weight: 700; color: #fff; margin: 0 0 1.25rem; }
.wm-audience-ico { width: 30px; height: 30px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.95rem; }
.wm-audience-card.yes .wm-audience-ico { background: rgba(61, 220, 132, 0.18); color: var(--wm-green); }
.wm-audience-card.no .wm-audience-ico { background: rgba(255, 122, 70, 0.18); color: var(--wm-orange); }
.wm-audience-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.85rem; }
.wm-audience-list li { display: flex; gap: 0.6rem; font-size: 1rem; line-height: 1.5; color: var(--wm-soft); }
.wm-audience-list li b { color: var(--wm-ink); font-weight: 700; }
.wm-audience-mark { flex-shrink: 0; margin-top: 2px; font-weight: 800; }
.wm-audience-card.yes .wm-audience-mark { color: var(--wm-green); }
.wm-audience-card.no .wm-audience-mark { color: var(--wm-orange); }

/* ============================ DORES ============================ */

.wm-pains-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; }
.wm-pain-card {
    background: var(--wm-surface); border: 1px solid var(--wm-line); border-radius: var(--wm-radius);
    padding: 2rem 1.75rem; transition: transform 0.25s ease, border-color 0.25s ease;
}
.wm-pain-card:hover { transform: translateY(-4px); border-color: var(--wm-line-strong); }
.wm-pain-ico { width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; background: rgba(255, 122, 70, 0.14); color: var(--wm-orange); margin-bottom: 1.1rem; }
.wm-pain-card h3 { font-family: 'Outfit', sans-serif; font-size: 1.15rem; font-weight: 700; line-height: 1.3; color: #fff; margin: 0 0 0.55rem; }
.wm-pain-card p { font-size: 0.97rem; line-height: 1.6; color: var(--wm-soft); margin: 0; }

/* ============================ VALUE STACK ============================ */

.wm-value-list { display: flex; flex-direction: column; gap: 1rem; max-width: 820px; margin: 0 auto; }
.wm-value-item {
    display: flex; gap: 1.35rem; align-items: flex-start;
    background: var(--wm-surface); border: 1px solid var(--wm-line); border-radius: var(--wm-radius);
    padding: 1.65rem 1.75rem; transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.wm-value-item:hover { transform: translateY(-3px); border-color: rgba(255, 138, 92, 0.4); background: var(--wm-surface-2); }
.wm-value-num {
    flex-shrink: 0; font-family: 'Fraunces', serif; font-style: italic; font-size: 1.7rem; font-weight: 600;
    width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px;
    color: var(--wm-gold); background: rgba(246, 201, 138, 0.1); border: 1px solid rgba(246, 201, 138, 0.25);
}
.wm-value-item h3 { font-family: 'Outfit', sans-serif; font-size: 1.18rem; font-weight: 700; color: #fff; margin: 0.3rem 0 0.4rem; }
.wm-value-item p { font-size: 0.98rem; line-height: 1.6; color: var(--wm-soft); margin: 0; }

/* ============================ PROOF / AUTORIDADE ============================ */

.wm-quote-card {
    max-width: 860px; margin: 0 auto; text-align: center;
    background: linear-gradient(160deg, rgba(176, 115, 255, 0.1), transparent);
    border: 1px solid var(--wm-line-strong); border-radius: var(--wm-radius-lg); padding: 3rem 2.5rem;
}
.wm-quote-mark { font-family: 'Fraunces', serif; font-size: 4rem; line-height: 0.5; color: var(--wm-purple); display: block; margin-bottom: 1rem; height: 2rem; }
.wm-quote-text { font-family: 'Fraunces', serif; font-size: clamp(1.35rem, 3vw, 1.9rem); font-style: italic; font-weight: 400; line-height: 1.4; color: #fff; margin: 0 0 1.75rem; }

.wm-host-card {
    display: flex; align-items: center; gap: 2.5rem; max-width: 820px; margin: 2.5rem auto 0;
    background: var(--wm-surface); border: 1px solid var(--wm-line); border-radius: var(--wm-radius-lg); padding: 2.25rem;
}
.wm-host-photo { width: 170px; height: auto; object-fit: contain; border-radius: 18px; flex-shrink: 0; align-self: center; }
.wm-host-name { font-family: 'Outfit', sans-serif; font-size: 1.5rem; font-weight: 700; color: #fff; margin: 0 0 0.2rem; }
.wm-host-role { font-size: 0.98rem; font-weight: 700; color: var(--wm-gold); margin: 0 0 0.85rem; }
.wm-host-bio { font-size: 0.98rem; line-height: 1.65; color: var(--wm-soft); margin: 0; }

/* ============================ FORM ============================ */

.wm-form-section { position: relative; }
.wm-form-card {
    position: relative; max-width: 620px; margin: 0 auto;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    border: 1px solid var(--wm-line-strong); border-radius: var(--wm-radius-lg);
    padding: 2.5rem; box-shadow: var(--wm-shadow); scroll-margin-top: 90px;
}
.wm-form-card::before {
    content: ''; position: absolute; inset: -1px; border-radius: inherit; padding: 1px;
    background: linear-gradient(140deg, rgba(246, 201, 138, 0.5), transparent 40%, rgba(176, 115, 255, 0.4));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.wm-form-header { text-align: center; margin-bottom: 1.5rem; }
.wm-form-tag {
    display: inline-block; background: rgba(255, 138, 92, 0.14); color: var(--wm-gold);
    font-family: 'Outfit', sans-serif; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em;
    border-radius: 100px; padding: 0.35rem 0.9rem; margin-bottom: 0.85rem; border: 1px solid rgba(255, 138, 92, 0.3);
}
.wm-form-header h2 { font-family: 'Outfit', sans-serif; font-size: 1.7rem; font-weight: 700; color: #fff; margin: 0 0 0.4rem; }
.wm-form-header p { font-size: 0.98rem; color: var(--wm-soft); margin: 0; }

.wm-lead-form { display: flex; flex-direction: column; gap: 0.9rem; }
.wm-field { display: flex; flex-direction: column; gap: 0.35rem; }
.wm-field label { font-family: 'Outfit', sans-serif; font-size: 0.85rem; font-weight: 600; color: var(--wm-ink); }
.wm-req { color: var(--wm-orange); }

.wm-field input, .wm-field select {
    width: 100%; box-sizing: border-box; font-family: 'Nunito', sans-serif; font-size: 0.98rem;
    color: var(--wm-ink); background: rgba(0, 0, 0, 0.28); border: 1.5px solid var(--wm-line);
    border-radius: 12px; padding: 0.8rem 0.95rem; transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.wm-field input::placeholder { color: var(--wm-muted); }
.wm-field select { color: var(--wm-ink); }
.wm-field select option { background: #14141f; color: var(--wm-ink); }
.wm-field input:focus, .wm-field select:focus { outline: none; border-color: var(--wm-orange); box-shadow: 0 0 0 3px rgba(255, 138, 92, 0.18); }

.wm-field-row { display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 0.75rem; }
.wm-radio-group { display: flex; gap: 0.75rem; }
.wm-radio-label {
    flex: 1; display: flex; align-items: center; justify-content: flex-start; gap: 0.6rem;
    font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 600; color: var(--wm-soft);
    background: rgba(0, 0, 0, 0.28); border: 1.5px solid var(--wm-line); border-radius: 12px; padding: 0.85rem 1rem; cursor: pointer; transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.wm-radio-label:hover { border-color: rgba(255, 138, 92, 0.6); color: var(--wm-ink); }
.wm-radio-label input { width: 18px; height: 18px; flex-shrink: 0; accent-color: var(--wm-orange); cursor: pointer; margin: 0; }
.wm-radio-label:has(input:checked) { border-color: var(--wm-orange); background: rgba(255, 138, 92, 0.12); color: var(--wm-ink); }

.wm-field-error { color: #ff7a7a; font-size: 0.78rem; font-weight: 700; display: block; margin-top: 4px; }
.wm-input-error { border-color: #ff7a7a !important; }

.wm-form-secure { display: flex; align-items: center; gap: 0.4rem; justify-content: center; font-size: 0.78rem; color: var(--wm-muted); margin: 0.35rem 0 0; text-align: center; }

/* ============================ FAQ ============================ */

.wm-faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.85rem; }
.wm-faq-item { background: var(--wm-surface); border: 1px solid var(--wm-line); border-radius: 16px; overflow: hidden; transition: border-color 0.25s ease; }
.wm-faq-item.open { border-color: var(--wm-line-strong); }
.wm-faq-q {
    width: 100%; text-align: left; background: none; border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    padding: 1.35rem 1.6rem; font-family: 'Outfit', sans-serif; font-size: 1.05rem; font-weight: 600; color: var(--wm-ink);
}
.wm-faq-icon { flex-shrink: 0; width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--wm-surface-2); color: var(--wm-orange); font-size: 1.2rem; transition: transform 0.3s ease; }
.wm-faq-item.open .wm-faq-icon { transform: rotate(45deg); }
.wm-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.wm-faq-a-inner { padding: 0 1.6rem 1.4rem; font-size: 0.98rem; line-height: 1.65; color: var(--wm-soft); }

/* ============================ FINAL CTA ============================ */

.wm-final { position: relative; }
.wm-final-card {
    position: relative; overflow: hidden; text-align: center;
    background: linear-gradient(150deg, #12122a 0%, #1a0f2e 55%, #2a1410 100%);
    border: 1px solid var(--wm-line-strong); border-radius: var(--wm-radius-lg); padding: 4rem 2.5rem;
}
.wm-final-card::before { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 500px; height: 300px; background: radial-gradient(circle, rgba(255, 122, 70, 0.32), transparent 70%); filter: blur(30px); }
.wm-final-card > * { position: relative; z-index: 1; }
.wm-final-title { font-family: 'Outfit', sans-serif; font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.12; letter-spacing: -0.02em; color: #fff; max-width: 16ch; margin: 1.35rem auto 1.1rem; }
.wm-final-sub { font-size: 1.1rem; line-height: 1.65; color: var(--wm-soft); max-width: 620px; margin: 0 auto 1.75rem; }
.wm-final-sub strong { color: #fff; }
.wm-final-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2rem; }

/* ============================ COMUNIDADE ============================ */

.wm-community-inner {
    max-width: 720px; margin: 0 auto; text-align: center;
    background: var(--wm-surface); border: 1px solid var(--wm-line); border-radius: var(--wm-radius-lg); padding: 3rem 2rem;
}
.wm-wa-icon { width: 62px; height: 62px; margin: 0 auto 1.25rem; display: flex; align-items: center; justify-content: center; background: rgba(61, 220, 132, 0.14); border-radius: 50%; }
.wm-community-inner h2 { font-family: 'Outfit', sans-serif; font-size: 1.8rem; font-weight: 700; line-height: 1.2; color: #fff; margin: 0 0 0.85rem; }
.wm-community-inner h2 strong { color: var(--wm-green); }
.wm-community-inner p { font-size: 1rem; line-height: 1.65; color: var(--wm-soft); max-width: 520px; margin: 0 auto 1.75rem; }
.wm-btn-whatsapp {
    display: inline-flex; align-items: center; gap: 0.65rem; background: #25D366; color: #04231a;
    text-decoration: none; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1rem;
    border-radius: 100px; padding: 0.95rem 1.9rem; box-shadow: 0 12px 30px rgba(37, 211, 102, 0.32);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wm-btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(37, 211, 102, 0.45); }

/* ============================ MOBILE STICKY ============================ */

.wm-mobile-sticky {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 998;
    background: rgba(10, 8, 20, 0.92); border-top: 1px solid var(--wm-line);
    backdrop-filter: blur(14px); box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.5);
    padding: 0.7rem 1rem; transform: translateY(120%); transition: transform 0.3s ease; display: none;
}
.wm-mobile-sticky.visible { transform: translateY(0); }
.wm-mobile-sticky-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; max-width: 640px; margin: 0 auto; }
.wm-mobile-sticky-text { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.92rem; color: var(--wm-ink); line-height: 1.2; }
.wm-mobile-sticky-text span { display: block; font-family: 'Nunito', sans-serif; font-weight: 600; font-size: 0.76rem; color: var(--wm-muted); }
.wm-mobile-sticky .wm-btn { padding: 0.8rem 1.35rem; font-size: 0.92rem; }

/* ============================ THANK YOU PAGE ============================ */

.wm-ty { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 3.5rem 1.5rem 4.5rem; overflow: hidden; }
.wm-ty-orb { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; opacity: 0.5; }
.wm-ty-orb.a { top: -140px; left: 50%; transform: translateX(-50%); width: 520px; height: 320px; background: radial-gradient(circle, rgba(176, 115, 255, 0.45), transparent 70%); }
.wm-ty-orb.b { bottom: -160px; right: -60px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(255, 122, 70, 0.3), transparent 70%); }
.wm-ty-inner { position: relative; z-index: 1; width: 100%; max-width: 640px; text-align: center; }

.wm-ty-logo { height: 62px; width: auto; display: block; margin: 0 auto 2.25rem; }
.wm-ty-check {
    width: 84px; height: 84px; margin: 0 auto 1.5rem; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: rgba(61, 220, 132, 0.14); border: 1px solid rgba(61, 220, 132, 0.35);
    box-shadow: 0 0 45px rgba(61, 220, 132, 0.28);
}
.wm-ty-title { font-family: 'Outfit', sans-serif; font-size: clamp(2rem, 5vw, 2.85rem); font-weight: 800; letter-spacing: -0.02em; color: #fff; margin: 0 0 0.9rem; }
.wm-ty-sub { font-size: 1.1rem; line-height: 1.65; color: var(--wm-soft); margin: 0 auto 2.5rem; max-width: 520px; }
.wm-ty-sub strong { color: #fff; }

.wm-ty-event {
    display: flex; align-items: center; gap: 1.5rem; text-align: left;
    background: var(--wm-surface); border: 1px solid var(--wm-line-strong); border-radius: var(--wm-radius-lg);
    padding: 1.75rem; margin-bottom: 1.5rem;
}
.wm-ty-date { flex-shrink: 0; width: 88px; text-align: center; border-radius: 16px; padding: 0.9rem 0; background: linear-gradient(150deg, var(--wm-gold), var(--wm-orange) 60%, #f2632f); color: #221007; }
.wm-ty-date-month { display: block; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.08em; }
.wm-ty-date-day { display: block; font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 2.2rem; line-height: 1; }
.wm-ty-event-label { font-family: 'Outfit', sans-serif; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--wm-gold); margin: 0 0 0.35rem; }
.wm-ty-event-name { font-family: 'Outfit', sans-serif; font-size: 1.15rem; font-weight: 700; color: #fff; line-height: 1.3; margin: 0 0 0.75rem; }
.wm-ty-details { display: flex; flex-direction: column; gap: 0.45rem; }
.wm-ty-detail { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: var(--wm-soft); }
.wm-ty-detail svg { flex-shrink: 0; color: var(--wm-orange); }

.wm-ty-block { background: var(--wm-surface); border: 1px solid var(--wm-line); border-radius: var(--wm-radius); padding: 1.5rem; margin-bottom: 1.5rem; }
.wm-ty-block-label { font-family: 'Outfit', sans-serif; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--wm-muted); margin: 0 0 0.9rem; }

.wm-btn-block { width: 100%; box-sizing: border-box; }
.wm-btn-youtube {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.65rem;
    background: linear-gradient(120deg, #ff3b30, #d81f13); color: #fff; text-decoration: none;
    font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.05rem; border-radius: 100px; padding: 1.1rem 1.9rem;
    box-shadow: 0 14px 34px rgba(216, 31, 19, 0.4); transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wm-btn-youtube:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(216, 31, 19, 0.5); }

/* ============================ RESPONSIVE ============================ */

@media (max-width: 900px) {
    .wm-urgency-card { grid-template-columns: 1fr; gap: 2rem; padding: 2.25rem; }
    .wm-audience-grid { grid-template-columns: 1fr; }
    .wm-pains-grid { grid-template-columns: 1fr; }
    .wm-host-card { flex-direction: column; text-align: center; }
}

@media (max-width: 640px) {
    .wm-container { padding: 0 1.15rem; }
    .wm-section { padding: 4rem 0; }
    .wm-hero { padding: 2.5rem 0 3.5rem; }
    .wm-hero-logo { height: 60px; }
    .wm-trust-strip { gap: 1.5rem; }
    .wm-trust-num { font-size: 1.7rem; }
    .wm-form-card { padding: 1.6rem; }
    .wm-field-row { grid-template-columns: 1fr; }
    .wm-value-item { flex-direction: column; gap: 0.85rem; padding: 1.5rem; }
    .wm-final-card { padding: 3rem 1.5rem; }
    .wm-quote-card { padding: 2.25rem 1.5rem; }
    .wm-mobile-sticky { display: block; }
    .wm-countdown-cta { display: none; }
    .wm-countdown-inner { gap: 0.75rem; }
    .wm-countdown-block { min-width: 42px; padding: 0.25rem 0.45rem; }
    .wm-countdown-num { font-size: 1.05rem; }

    .wm-ty-event { flex-direction: column; text-align: center; gap: 1rem; padding: 1.5rem; }
    .wm-ty-details { align-items: center; }
    .wm-ty-title { font-size: 1.9rem; }
}
