/* Tokens flyer — variáveis de fundo vêm de index.php (:root --bg-top/--bg-bottom) */
:root {
    --neon-cyan: #00e5ff;
    --neon-orange: #ff7a18;
    --neon-yellow: #ffd400;
    --text-white: #f4f7ff;
    --shadow-deep: 0 0 0 1px rgba(0, 229, 255, 0.25), 0 0 28px rgba(0, 229, 255, 0.35);
    --shadow-orange: 0 0 0 1px rgba(255, 122, 24, 0.35), 0 0 28px rgba(255, 122, 24, 0.45);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.landing-body {
    font-family: "Inter", system-ui, sans-serif;
    color: var(--text-white);
    background: linear-gradient(165deg, var(--bg-top) 0%, var(--bg-bottom) 55%, #020308 100%);
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
}

.landing-body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.bg-glow {
    position: fixed;
    inset: -20% -10% auto;
    height: 60vh;
    background: radial-gradient(ellipse at 50% 0%, rgba(0, 229, 255, 0.12), transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.shell {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.25rem 1rem 2rem;
}

.landing-body.has-site-nav .shell {
    padding-top: 0.25rem;
}

.top-head {
    text-align: center;
    margin-bottom: 1.25rem;
}

.headline {
    font-family: "Bebas Neue", "Impact", sans-serif;
    font-size: clamp(2.4rem, 8vw, 4.25rem);
    letter-spacing: 0.06em;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    text-shadow:
        0 1px 0 #2a2a2a,
        0 3px 0 #1a1a1a,
        0 6px 18px rgba(0, 0, 0, 0.65),
        0 0 24px rgba(0, 229, 255, 0.35);
}

.subhead {
    margin: 0.75rem 0 0;
}

.subhead-inner {
    display: inline-block;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    border: 2px solid var(--neon-yellow);
    color: var(--neon-yellow);
    font-weight: 800;
    text-transform: uppercase;
    font-size: clamp(0.85rem, 3.5vw, 1.1rem);
    letter-spacing: 0.04em;
    box-shadow: 0 0 18px rgba(255, 212, 0, 0.35), inset 0 0 12px rgba(0, 0, 0, 0.45);
    background: rgba(0, 0, 0, 0.55);
}

.grid-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: start;
}

@media (min-width: 900px) {
    .grid-main {
        grid-template-columns: minmax(260px, 340px) 1fr;
        gap: 1.5rem;
        align-items: center;
    }
}

.offers {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.neon-box {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 18px;
    padding: 1rem 1.1rem 1.15rem;
    text-align: center;
    position: relative;
    background: rgba(5, 8, 20, 0.72);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.neon-box:hover {
    transform: translateY(-2px);
}

.neon-box--cyan {
    border: 2px solid var(--neon-cyan);
    box-shadow: var(--shadow-deep);
}

.neon-box--orange {
    border: 2px solid var(--neon-orange);
    box-shadow: var(--shadow-orange);
}

.neon-box--cta {
    padding: 1rem 0.75rem;
}

.neon-box--cta .cta-smart {
    font-weight: 800;
    font-size: clamp(1rem, 3vw, 1.25rem);
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 12px rgba(255, 212, 0, 0.55);
}

.offer-lines {
    display: block;
    font-weight: 800;
    font-size: clamp(0.95rem, 3.2vw, 1.05rem);
    letter-spacing: 0.02em;
    color: #e8f4ff;
}

.price {
    display: block;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.8rem, 10vw, 3.6rem);
    line-height: 1;
    color: var(--neon-yellow);
    text-shadow: 0 0 20px rgba(255, 212, 0, 0.55);
    margin: 0.15rem 0;
}

.suffix {
    font-weight: 700;
    font-size: 0.95rem;
    color: #cfe9ff;
}

.bonus-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    color: var(--neon-yellow);
    font-weight: 800;
    font-size: clamp(0.8rem, 2.8vw, 0.95rem);
    text-transform: uppercase;
    padding: 0.5rem 0.25rem;
}

.bonus-plus {
    font-size: 1.5rem;
    line-height: 1;
}

.bonus-icon {
    filter: drop-shadow(0 0 6px rgba(255, 212, 0, 0.6));
}

.visual {
    position: relative;
}

.hero-frame {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(0, 229, 255, 0.35);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55), 0 0 32px rgba(0, 229, 255, 0.15);
    background: #02040a;
}

.hero-img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.strip-wrap {
    margin-top: 0.75rem;
    text-align: center;
}

.strip-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.bottom {
    margin-top: 1.75rem;
}

.features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem 0.5rem;
    margin-bottom: 1.25rem;
}

@media (min-width: 640px) {
    .features {
        grid-template-columns: repeat(4, 1fr);
    }
}

.feat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    text-align: center;
    color: var(--neon-yellow);
    font-weight: 800;
    font-size: 0.72rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.feat img {
    filter: drop-shadow(0 0 6px rgba(255, 212, 0, 0.45));
}

.wa-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    text-decoration: none;
    color: #fff;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    background: linear-gradient(90deg, rgba(18, 140, 126, 0.25), rgba(7, 94, 84, 0.35));
    border: 2px solid #25d366;
    box-shadow: 0 0 22px rgba(37, 211, 102, 0.35);
}

.wa-bar:hover {
    filter: brightness(1.08);
}

.wa-num {
    font-weight: 800;
    font-size: clamp(1.25rem, 4.5vw, 1.75rem);
    letter-spacing: 0.02em;
}
