/* =============================================================================
   custom.css
   Estilos customizados da landing — sobrepõe o CSS exportado do Webflow.
   ============================================================================= */

/* -----------------------------------------------------------------------------
   1. Resets pontuais
   -------------------------------------------------------------------------- */
body { overflow-x: hidden; }

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
    color: #000;
}

.swiper-button-next,
.swiper-button-prev { display: none; }

.arrow-next:focus,
.arrow-previous:focus,
.submit-button:focus { outline: none; }

.text-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* -----------------------------------------------------------------------------
   2. Utilitários de layout (substituem `style=""` inline do HTML)
   -------------------------------------------------------------------------- */
.u-news-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.u-news-img { max-width: 300px; }

.u-img-fluid {
    width: 100%;
    height: auto;
}

.u-link-footer {
    color: #fff;
    text-decoration: underline;
}

.u-cta-cyan-text { color: #fff; margin-bottom: 20px; }

/* Hero — bg-2 com imagem .png ancorada no topo + cor de continuidade
   + gradient sutil no rodapé conectando com o bloco abaixo (#050505) */
.section.hero.bg-2 {
    background-image:
        linear-gradient(to bottom, transparent 70%, #050505 100%),
        url('../images/bg-2.png') !important;
    background-position: 0 0, top center !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: 100% 100%, auto !important;
    background-attachment: scroll, scroll !important;
    background-color: #0d0814 !important;
}

/* Outras seções com bg-2 (transicao) — sólido, sem imagem */
.section.bg-2:not(.hero) {
    background-image: none !important;
    background-color: #050505 !important;
}

/* Hero mobile — imagem ancorada à esquerda, mostrando ~40% (escalada 250%) */
@media (max-width: 767px) {
    .section.hero.bg-2 {
        background-position: 0 0, top left !important;
        background-size: 100% 100%, 250% auto !important;
    }
}

/* Hero — headline alinhada à esquerda */
.section.hero .headline { text-align: left; }

/* Hero — highlight ("se tornar um programador em 2026") em gradient roxo */
.section.hero .highlight {
    background: linear-gradient(135deg, #A78BFA 0%, #5B21B6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 14px rgba(124, 58, 237, 0.30));
}

/* -----------------------------------------------------------------------------
   Sobre Rodolfo — refinos sutis (eyebrow + name-neon + tags)
   -------------------------------------------------------------------------- */
.sobre-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(124, 58, 237, 0.10);
    border: 1px solid rgba(124, 58, 237, 0.32);
    border-radius: 9999px;
    color: #A78BFA;
    font-family: "Chakra Petch", Sora, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.sobre-eyebrow .u-pulse-dot {
    width: 6px;
    height: 6px;
    background: #A78BFA;
    box-shadow: 0 0 10px rgba(124, 58, 237, 0.7);
}

.name-neon {
    background: linear-gradient(135deg, #A78BFA 0%, #5B21B6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 14px rgba(124, 58, 237, 0.30));
}

.sobre-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.sobre-tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 11px;
    border-radius: 9999px;
    font-family: "JetBrains Mono", ui-monospace, monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.02em;
    background: rgba(124, 58, 237, 0.08);
    border: 1px solid rgba(124, 58, 237, 0.28);
    color: #A78BFA;
}

.sobre-tag--solid {
    background: rgba(124, 58, 237, 0.18);
    border-color: rgba(124, 58, 237, 0.45);
    color: #fff;
}

/* Hero — SVG inline na .dados (cancela filter:invert e fixa dimensões) */
.section.hero .dados .icon--inline {
    filter: none;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* -----------------------------------------------------------------------------
   Bloco Aniversário — callout de transição entre hero e narrativa
   -------------------------------------------------------------------------- */
.aniversario-block {
    position: relative;
    max-width: 800px;
    margin: 40px auto;
    padding: 48px 32px;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(0, 232, 143, 0.04), rgba(124, 58, 237, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    overflow: hidden;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.aniversario-block::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -20%;
    width: 140%;
    height: 200%;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.18) 0%, transparent 55%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}

.aniversario-block > * {
    position: relative;
    z-index: 1;
}

.aniversario-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 18px;
    background: rgba(124, 58, 237, 0.12);
    border: 1px solid rgba(124, 58, 237, 0.35);
    border-radius: 9999px;
    color: #A78BFA;
    font-family: "Chakra Petch", Sora, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.aniversario-eyebrow .u-pulse-dot {
    background: #A78BFA;
    box-shadow: 0 0 12px #A78BFA;
}

.aniversario-eyebrow .u-icon-inline {
    width: 16px;
    height: 16px;
    color: #A78BFA;
}

.aniversario-title {
    font-family: "Chakra Petch", Sora, sans-serif;
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.015em;
    margin: 0;
}

.aniversario-title .neon {
    background: linear-gradient(135deg, #A78BFA 0%, #5B21B6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    filter: drop-shadow(0 0 18px rgba(124, 58, 237, 0.35));
}

.aniversario-body {
    max-width: 680px;
    margin: 36px auto 0;
    text-align: left;
    color: rgba(255, 255, 255, 0.82);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.75;
}

.aniversario-body p {
    margin: 0 0 16px;
}

.aniversario-body p:last-child { margin-bottom: 0; }

.aniversario-body strong { color: #fff; font-weight: 700; }

.aniversario-body em {
    color: #A78BFA;
    font-style: italic;
    font-weight: 500;
}

/* Bloco "Você será meu sócio" — grid 2 colunas dentro do card */
.aniversario-socio {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 32px;
    align-items: start;
    max-width: 736px;
    margin: 48px auto 32px;
    padding: 28px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
}

.aniversario-socio__text { text-align: left; }

.aniversario-socio__text h3 {
    font-family: "Chakra Petch", Sora, sans-serif;
    font-size: clamp(18px, 2.2vw, 24px);
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    letter-spacing: -0.005em;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.aniversario-socio__text p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
}

.aniversario-socio__text strong { color: #A78BFA; font-weight: 700; }

.aniversario-socio__media {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #000;
    isolation: isolate;
    transform: scale(1.3);
    margin-left: 20px;
    margin-right: -30px;
}

.aniversario-socio__media img,
.aniversario-socio__media video {
    width: 100%;
    height: auto;
    display: block;
}

.aniversario-socio__media video {
    filter: blur(2px) brightness(0.85);
    transform: scale(1.04);
    transform-origin: center;
}

/* Shadowbox — gradient mask de baixo pra cima */
.aniversario-socio__shadow {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(to top,
            rgba(0, 0, 0, 0.92) 0%,
            rgba(0, 0, 0, 0.55) 35%,
            rgba(0, 0, 0, 0.15) 65%,
            transparent 100%);
}

/* Overlay de código — typing real via JS, opacity 0.3, alinhado à esquerda
   <pre> ancorado no rodapé via absolute → cresce sempre pra cima.
   Conteúdo que ultrapassa o topo é clipado pelo overflow:hidden + mask. */
.aniversario-socio__code {
    position: absolute;
    inset: 0;
    z-index: 3;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.3;
    color: #ffffff;
    font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", monospace;
    text-align: left;
    /* fade-out: 0% no topo → 100% visível no rodapé */
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.30) 35%, black 70%);
            mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.30) 35%, black 70%);
}

.aniversario-socio__code-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 22px;
    font-size: 11px;
    line-height: 1.7;
    white-space: pre;
    text-align: left;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.35);
    overflow: hidden;
}

.code-cursor::after {
    content: '_';
    animation: code-blink 1s step-end infinite;
    margin-left: 1px;
    font-weight: 700;
}

@keyframes code-blink {
    50% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .code-cursor::after { animation: none; }
}

@media (max-width: 700px) {
    .aniversario-socio__code-text { font-size: 10px; padding: 16px; }
}

@media (max-width: 700px) {
    .aniversario-socio { grid-template-columns: 1fr; padding: 20px; gap: 20px; }
    .aniversario-socio__media {
        transform: none;
        margin-left: 0;
        margin-right: 0;
    }
}

/* Closing copy + signature + CTA */
.aniversario-closing {
    max-width: 680px;
    margin: 32px auto 0;
    text-align: left;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.75;
}

.aniversario-closing p { margin: 0 0 14px; }
.aniversario-closing p:last-child { margin-bottom: 0; }
.aniversario-closing strong { color: #fff; font-weight: 700; }

.aniversario-signature {
    margin: 28px auto 0;
    max-width: 680px;
    text-align: left;
    font-family: "Chakra Petch", Sora, sans-serif;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
}

.aniversario-signature strong { color: #fff; }

.aniversario-cta {
    margin-top: 36px;
    text-align: center;
}

@media (max-width: 600px) {
    .aniversario-block { padding: 40px 24px; margin: 24px 16px; border-radius: 18px; }
    .aniversario-eyebrow { font-size: 11px; letter-spacing: 2px; padding: 7px 14px; }
}

/* -----------------------------------------------------------------------------
   3. Progress bar (formulário multi-etapa)
   -------------------------------------------------------------------------- */
.progress-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #05010c96;
    border: 1px solid #ffffff21;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 15px;
    font-family: "Chakra Petch", Sora, sans-serif;
}

.progress-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}

.progress-bar {
    flex: 1;
    height: 8px;
    background: #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #09dab7 0%, #0fa38b 100%);
    border-radius: 12px;
    width: 0%;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.progress-fill::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 2s infinite;
}

.progress-text {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    min-width: 140px;
}

.progress-percentage {
    font-size: 14px;
    color: #f7f7f7;
    font-weight: 600;
    min-width: 35px;
}

/* -----------------------------------------------------------------------------
   4. Animações
   -------------------------------------------------------------------------- */
@keyframes shimmer {
    0%   { left: -100%; }
    100% { left: 100%; }
}

@keyframes subtle-glow {
    0% {
        box-shadow:
            0 0 20px rgba(0, 229, 255, 0.30),
            0 0 40px rgba(0, 188, 212, 0.20),
            inset 0 1px 0 rgba(255, 255, 255, 0.10);
    }
    100% {
        box-shadow:
            0 0 25px rgba(0, 229, 255, 0.40),
            0 0 50px rgba(0, 188, 212, 0.25),
            inset 0 1px 0 rgba(255, 255, 255, 0.15);
    }
}

@keyframes gradient-angle {
    to { --gradient-angle: 360deg; }
}

/* -----------------------------------------------------------------------------
   5. Bloco de preço e ofertas
   -------------------------------------------------------------------------- */
.price-zone-2 {
    display: flex;
    gap: 15px;
    align-items: center;
}

.price-block { margin: 25px 0; }

.old-price,
.price {
    font-family: "Chakra Petch", Sora, sans-serif;
    text-align: center;
    line-height: 1.1em;
}

.old-price {
    font-size: 20px;
    font-weight: 400;
    text-decoration: line-through;
}

.price { font-size: 50px; }

/* -----------------------------------------------------------------------------
   6. CTA / botões customizados
   -------------------------------------------------------------------------- */
.subheadline.box-call {
    display: inline-block;
    background: linear-gradient(135deg, #1a4d5c 0%, #2d6b7a 100%);
    border: 1px solid #00bbd4a2;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 500;
    color: #00e5ff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 20px 0 -10px;
    font-size: 16px;
    box-shadow:
        0 0 20px rgba(0, 229, 255, 0.30),
        0 0 40px rgba(0, 188, 212, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.10);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    animation: subtle-glow 3s ease-in-out infinite alternate;
}

.subheadline.box-call:hover {
    transform: translateY(-2px);
    box-shadow:
        0 0 30px rgba(0, 229, 255, 0.50),
        0 0 60px rgba(0, 188, 212, 0.30);
}

/* -----------------------------------------------------------------------------
   7. Shiny CTA (botão principal) — alinhado com neon green do design system
   -------------------------------------------------------------------------- */
:root {
    --shiny-cta-bg:               #00B36D;
    --shiny-cta-bg-subtle:        #006a40;
    --shiny-cta-fg:               #ffffff;
    --shiny-cta-highlight:        #00FFA3;
    --shiny-cta-highlight-subtle: #aaffd6;
    --shiny-cta-glow:             0 0 20px rgba(0, 232, 143, 0.30), 0 0 40px rgba(0, 232, 143, 0.10);
    --shiny-cta-glow-strong:      0 0 30px rgba(0, 255, 163, 0.50), 0 0 60px rgba(0, 232, 143, 0.25);
}

@property --gradient-angle        { syntax: "<angle>";       initial-value: 0deg;  inherits: false; }
@property --gradient-angle-offset { syntax: "<angle>";       initial-value: 0deg;  inherits: false; }
@property --gradient-percent      { syntax: "<percentage>";  initial-value: 5%;    inherits: false; }
@property --gradient-shine        { syntax: "<color>";       initial-value: white; inherits: false; }

.shiny-cta {
    --animation: gradient-angle linear infinite;
    --duration: 3s;
    --shadow-size: 2px;
    isolation: isolate;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline-offset: 4px;
    padding: 1.25rem 2.5rem;
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    border: 1px solid transparent;
    border-radius: 5px;
    color: var(--shiny-cta-fg);
    background:
        linear-gradient(var(--shiny-cta-bg), var(--shiny-cta-bg)) padding-box,
        conic-gradient(
            from calc(var(--gradient-angle) - var(--gradient-angle-offset)),
            transparent,
            var(--shiny-cta-highlight) var(--gradient-percent),
            var(--gradient-shine)      calc(var(--gradient-percent) * 2),
            var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3),
            transparent                calc(var(--gradient-percent) * 4)
        ) border-box;
    box-shadow:
        inset 0 0 0 1px var(--shiny-cta-bg-subtle),
        var(--shiny-cta-glow);
    transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 240ms cubic-bezier(0.16, 1, 0.3, 1),
                background 800ms cubic-bezier(0.25, 1, 0.5, 1);
}

.shiny-cta:hover {
    transform: translateY(-2px);
    box-shadow:
        inset 0 0 0 1px var(--shiny-cta-bg-subtle),
        var(--shiny-cta-glow-strong);
}

.shiny-cta::before,
.shiny-cta::after,
.shiny-cta span::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    translate: -50% -50%;
    z-index: -1;
}

.shiny-cta:is(:hover, :focus-visible) {
    --gradient-percent: 20%;
    --gradient-angle-offset: 95deg;
    --gradient-shine: var(--shiny-cta-highlight-subtle);
}

.shiny-cta:is(:hover, :focus-visible),
.shiny-cta:is(:hover, :focus-visible)::before,
.shiny-cta:is(:hover, :focus-visible)::after { animation-play-state: running; }

/* -----------------------------------------------------------------------------
   8. Popup de inscrição (helpers do <form>)
   -------------------------------------------------------------------------- */
.popup-radio-group {
    margin-top: 15px;
    color: #000;
    text-align: left;
    padding: 0 5px;
}

.popup-radio-group__label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: "Chakra Petch", sans-serif;
}

.popup-radio-group__options {
    display: flex;
    gap: 20px;
}

.popup-radio-option {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.popup-radio-option input[type="radio"] {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    accent-color: #09dab7;
}

.popup-close { cursor: pointer; }

/* -----------------------------------------------------------------------------
   Popup Modal — design-guide aligned (override Webflow defaults)
   -------------------------------------------------------------------------- */
.popup-modal {
    z-index: 9999 !important;
    padding: 24px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background:
        radial-gradient(ellipse at top, rgba(124, 58, 237, 0.05), transparent 60%),
        rgba(0, 0, 0, 0.80) !important;
}

.popup-modal__card {
    position: relative;
    max-width: 480px !important;
    width: 100%;
    background: #ffffff !important;
    color: #18181B !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-radius: 20px !important;
    padding: 44px 32px 28px !important;
    overflow: hidden;
    isolation: isolate;
    box-shadow:
        0 24px 80px rgba(0, 0, 0, 0.45),
        0 0 80px rgba(124, 58, 237, 0.20) !important;
    animation: popup-rise 0.42s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Gradient border via mask trick */
.popup-modal__card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(167, 139, 250, 0.55) 0%, rgba(91, 33, 182, 0.55) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}

/* Glow ambient — roxo no topo, sutil sobre branco */
.popup-modal__glow {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 240px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.20) 0%, transparent 70%);
    filter: blur(50px);
    pointer-events: none;
    z-index: 0;
}

/* Grid pattern sutil de fundo */
.popup-modal__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse at top, black 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at top, black 30%, transparent 80%);
    pointer-events: none;
    z-index: 0;
}

.popup-modal__card > *:not(.popup-modal__glow):not(.popup-modal__grid) {
    position: relative;
    z-index: 2;
}

/* Close button */
.popup-modal .div-block-283 {
    inset: 12px 12px auto auto !important;
}

.popup-modal__close {
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.55);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    padding: 0;
    transition: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.popup-modal__close:hover {
    background: rgba(124, 58, 237, 0.10);
    color: #5B21B6;
    border-color: rgba(124, 58, 237, 0.50);
    transform: rotate(90deg);
    box-shadow: 0 0 16px rgba(124, 58, 237, 0.25);
}

.popup-modal__close svg { width: 16px; height: 16px; }

/* Header */
.popup-modal__header {
    text-align: center;
    margin-bottom: 26px;
}

.popup-modal__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(91, 33, 182, 0.08);
    border: 1px solid rgba(91, 33, 182, 0.30);
    border-radius: 9999px;
    color: #5B21B6;
    font-family: "Chakra Petch", Sora, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.popup-modal__eyebrow .u-pulse-dot {
    width: 6px;
    height: 6px;
    background: #7C3AED;
    box-shadow: 0 0 10px rgba(124, 58, 237, 0.6);
}

.popup-modal__title {
    font-family: "Chakra Petch", Sora, sans-serif;
    font-size: clamp(22px, 4vw, 28px);
    font-weight: 700;
    color: #18181B;
    line-height: 1.15;
    letter-spacing: -0.015em;
    margin: 0 0 14px;
}

.popup-modal__title-neon {
    display: block;
    background: linear-gradient(135deg, #7C3AED 0%, #5B21B6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 4px;
}

.popup-modal__subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "JetBrains Mono", ui-monospace, monospace;
    font-size: 11px;
    color: #71717A;
    margin: 0;
    letter-spacing: 0.02em;
}

.popup-modal__subtitle svg {
    width: 14px;
    height: 14px;
    color: #7C3AED;
    flex-shrink: 0;
}

/* Inputs — override Webflow (light theme) */
.popup-modal .input-field.atual {
    background: #fafafa !important;
    border: 1px solid #E4E4E7 !important;
    border-radius: 10px !important;
    color: #18181B !important;
    padding: 14px 16px !important;
    font-family: "Inter", "Montserrat", sans-serif !important;
    font-size: 14px !important;
    height: auto !important;
    margin-bottom: 12px !important;
    transition: 0.2s;
}

.popup-modal .input-field.atual::placeholder {
    color: #A1A1AA !important;
}

.popup-modal .input-field.atual:focus {
    outline: none;
    border-color: #7C3AED !important;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.16) !important;
    background: #fff !important;
}

/* intl-tel-input no popup — flexbox força flag e input adjacentes sem gap */
.popup-modal .iti.iti--allow-dropdown.iti--separate-dial-code {
    color: #18181B !important;
    width: 100% !important;
    display: flex !important;
    align-items: stretch;
    margin-bottom: 12px;
}

.popup-modal .phone-field { margin-bottom: 0; }

/* Container do flag agora é sibling do input (não absolute overlay) */
.popup-modal .iti--separate-dial-code .iti__flag-container {
    position: relative !important;
    flex-shrink: 0;
    height: auto;
}

/* Flag area — borda colada na esquerda, sem border-right (separator do input) */
.popup-modal .iti__selected-flag {
    background-color: #fafafa !important;
    border: 1px solid #E4E4E7 !important;
    border-right: none !important;
    border-radius: 10px 0 0 10px !important;
    padding: 0 12px !important;
    height: 100%;
    display: flex;
    align-items: center;
}

.popup-modal .iti__selected-flag:hover,
.popup-modal .iti--allow-dropdown input + .iti__flag-container:hover .iti__selected-flag {
    background-color: #f4f4f5 !important;
}

/* Input — preenche espaço restante, canto esquerdo quadrado, padding normal */
.popup-modal .iti--separate-dial-code .input-field.atual,
.popup-modal #phone-input {
    flex: 1;
    padding-left: 16px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 1px solid #E4E4E7 !important;
    margin-bottom: 0 !important;
    width: auto !important;
    min-width: 0;
}

.popup-modal .iti__selected-dial-code {
    color: #18181B !important;
    margin-left: 6px;
    font-family: "Inter", "Montserrat", sans-serif;
    font-size: 14px;
}

.popup-modal .iti__arrow {
    border-top-color: #71717A !important;
    margin-left: 8px !important;
}

/* Radio group dentro do popup (light) */
.popup-modal .popup-radio-group {
    color: #18181B !important;
    margin-top: 8px;
    margin-bottom: 18px;
    padding: 14px 16px;
    background: #fafafa;
    border: 1px solid #E4E4E7;
    border-radius: 10px;
}

.popup-modal .popup-radio-group__label {
    color: #18181B;
    font-size: 13px;
    margin-bottom: 10px;
}

.popup-modal .popup-radio-option { color: #18181B; font-size: 14px; }

/* Submit no popup — full width */
.popup-modal__submit {
    width: 100%;
    margin-top: 8px;
}

/* Trust line abaixo do form */
.popup-modal__trust {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 18px auto 0;
    font-family: "JetBrains Mono", ui-monospace, monospace;
    font-size: 10px;
    color: #71717A;
    letter-spacing: 0.02em;
    width: 100%;
    justify-content: center;
}

.popup-modal__trust svg {
    width: 12px;
    height: 12px;
    color: #7C3AED;
}

/* w-form mensagens (light theme) */
.popup-modal .w-form-done,
.popup-modal .w-form-fail {
    background: transparent !important;
    color: #18181B !important;
    margin-top: 16px;
    border-radius: 10px;
    padding: 14px;
}
.popup-modal .w-form-done { background: rgba(0, 232, 143, 0.10) !important; border: 1px solid rgba(0, 232, 143, 0.40); color: #006a40 !important; }
.popup-modal .w-form-fail { background: rgba(239, 68, 68, 0.10) !important; border: 1px solid rgba(239, 68, 68, 0.40); color: #b91c1c !important; }

@keyframes popup-rise {
    from { opacity: 0; transform: translateY(24px) scale(0.96); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Stagger interno — eyebrow → title → form → trust aparecem em cascata */
.popup-modal__header,
.popup-modal .form-block,
.popup-modal__trust {
    animation: popup-stagger 0.55s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}

.popup-modal__header   { animation-delay: 0.18s; }
.popup-modal .form-block { animation-delay: 0.30s; }
.popup-modal__trust    { animation-delay: 0.46s; }

@keyframes popup-stagger {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    .popup-modal__card,
    .popup-modal__header,
    .popup-modal .form-block,
    .popup-modal__trust { animation: none; }
}

@media (max-width: 480px) {
    .popup-modal { padding: 16px; }
    .popup-modal__card { padding: 36px 22px 22px !important; border-radius: 16px !important; }
    .popup-modal__title { font-size: 22px; }
}

/* -----------------------------------------------------------------------------
   9. Top marquee — Aniversário DevClub
   -------------------------------------------------------------------------- */
.marquee-bar {
    background: #d62828;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 100;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    box-shadow: 0 2px 14px rgba(214, 40, 40, 0.30);
}

.marquee-bar__track {
    display: flex;
    gap: 60px;
    width: max-content;
    animation: marquee-scroll 40s linear infinite;
    will-change: transform;
}

.marquee-bar__item {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-family: "Chakra Petch", Sora, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
}

.marquee-bar__icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #fff;
}

@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .marquee-bar__track { animation: none; }
}

/* -----------------------------------------------------------------------------
   10. Utilitários — eyebrow / ícones inline
   -------------------------------------------------------------------------- */
.u-eyebrow {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.u-icon-inline {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.u-icon-text {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    flex-shrink: 0;
}

/* -----------------------------------------------------------------------------
   Scroll Reveal — animações ao entrar no viewport (IntersectionObserver)
   -------------------------------------------------------------------------- */
[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

[data-reveal="fade"]  { transform: none; }
[data-reveal="left"]  { transform: translateX(-32px); }
[data-reveal="right"] { transform: translateX(32px); }
[data-reveal="scale"] { transform: scale(0.94); }
[data-reveal="up"]    { transform: translateY(28px); }

[data-reveal].is-visible {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}

/* Stagger via data-reveal-delay (ms) */
[data-reveal-delay="80"]  { transition-delay: 0.08s; }
[data-reveal-delay="160"] { transition-delay: 0.16s; }
[data-reveal-delay="240"] { transition-delay: 0.24s; }
[data-reveal-delay="320"] { transition-delay: 0.32s; }
[data-reveal-delay="400"] { transition-delay: 0.40s; }
[data-reveal-delay="500"] { transition-delay: 0.50s; }

@media (prefers-reduced-motion: reduce) {
    [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* Pulse dot — sinaliza "ao vivo" / "ativo" */
.u-pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00FFA3;
    box-shadow: 0 0 12px #00FFA3;
    flex-shrink: 0;
    animation: pulse-dot 1.6s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1;   transform: scale(1); }
    50%      { opacity: 0.6; transform: scale(1.4); }
}

/* Shimmer pill — design-guide effect, aplicável a .u-eyebrow como modificador */
.u-eyebrow--shimmer {
    padding: 9px 18px;
    border-radius: 9999px;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.04) 0%,
            rgba(0, 232, 143, 0.22) 50%,
            rgba(255, 255, 255, 0.04) 100%
        );
    background-size: 200% 100%;
    border: 1px solid rgba(0, 232, 143, 0.30);
    animation: shimmer-bg 2.5s ease-in-out infinite;
    color: #fff;
}

@keyframes shimmer-bg {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

@media (prefers-reduced-motion: reduce) {
    .u-pulse-dot,
    .u-eyebrow--shimmer { animation: none; }
}

/* -----------------------------------------------------------------------------
   11. Responsivo
   -------------------------------------------------------------------------- */
@media (max-width: 480px) {
    .container { padding: 24px; }

    .progress-text {
        min-width: 120px;
        font-size: 13px;
    }

    .price-zone-2 { display: block; }

    .subheadline.box-call {
        font-size: 14px;
        padding: 8px 20px;
        letter-spacing: 1px;
    }

    .marquee-bar { padding: 8px 0; }
    .marquee-bar__item {
        font-size: 12px;
        letter-spacing: 2px;
        gap: 10px;
    }
    .marquee-bar__track {
        gap: 40px;
        animation-duration: 30s;
    }
    .marquee-bar__icon { width: 14px; height: 14px; }
}
