:root {
    --bg: #f8fafc;
    --bg-soft: #ffffff;
    --bg-dark: #020617;
    --text: #0f172a;
    --muted: #64748b;
    --muted-dark: #cbd5e1;
    --primary: #2563eb;
    --primary-dark: #1d4ed8;
    --purple: #7c3aed;
    --green: #22c55e;
    --border: rgba(15, 23, 42, 0.10);
    --shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
    --shadow-soft: 0 14px 40px rgba(15, 23, 42, 0.08);
    --radius: 24px;
    --container: 1180px;
}

.page-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 15% 10%, rgba(37, 99, 235, 0.16), transparent 28%),
        radial-gradient(circle at 85% 15%, rgba(124, 58, 237, 0.14), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 45%, #f1f5f9 100%);
}

.section {
    padding: 110px 0;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 56px;
    text-align: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.10);
    color: var(--primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.section-heading h2,
.final-cta h2 {
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.04;
    letter-spacing: -0.05em;
    margin-bottom: 18px;
}

.section-heading p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--muted);
}

/* HERO */

.hero {
    min-height: calc(100vh - 84px);
    display: flex;
    align-items: center;
    padding: 35px 0 80px;
}

.hero__grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 70px;
    align-items: center;
}

.hero__content h1 {
    font-size: clamp(46px, 6vw, 76px);
    line-height: 0.96;
    letter-spacing: -0.07em;
    margin-bottom: 26px;
}

.hero__content p {
    max-width: 620px;
    color: var(--muted);
    font-size: 20px;
    line-height: 1.75;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero__proof {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 600;
}

.stars {
    color: #f59e0b;
    letter-spacing: 2px;
}

.hero__visual {
    position: relative;
    min-height: 610px;
}

.dashboard-card {
    position: absolute;
    inset: 40px 0 auto auto;
    width: min(700px, 100%);
    min-height: 410px;
    border-radius: 34px;
    background: rgba(15, 23, 42, 0.92);
    box-shadow: 0 40px 100px rgba(15, 23, 42, 0.28);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-8deg) rotateX(4deg);
}

.dashboard-card__top {
    height: 58px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 22px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.dashboard-card__top span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.28);
}

.dashboard-card__body {
    padding: 28px;
}

.metric--big {
    padding: 22px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(37,99,235,0.32), rgba(124,58,237,0.25));
    color: #fff;
}

.metric small,
.metric em {
    display: block;
    color: #cbd5e1;
    font-style: normal;
}

.metric strong {
    display: block;
    font-size: 58px;
    letter-spacing: -0.06em;
    margin: 8px 0;
}

.chart-bars {
    height: 150px;
    display: flex;
    align-items: flex-end;
    gap: 14px;
    margin: 28px 0;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255,255,255,0.06);
}

.chart-bars i {
    flex: 1;
    display: block;
    border-radius: 999px 999px 8px 8px;
    background: linear-gradient(180deg, #60a5fa, #7c3aed);
}

.pipeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.pipeline div {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.07);
    color: #fff;
}

.pipeline span {
    display: block;
    color: #cbd5e1;
    font-size: 12px;
    margin-bottom: 8px;
}

.pipeline strong {
    font-size: 22px;
}

.phone-card {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 230px;
    height: 410px;
    padding: 14px;
    border-radius: 34px;
    background: #020617;
    box-shadow: 0 32px 80px rgba(15, 23, 42, 0.30);
}

.phone-card__screen {
    height: 100%;
    padding: 28px 12px;
    border-radius: 26px;
    background: linear-gradient(180deg, #f8fafc, #e2e8f0);
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}

.msg {
    display: block;
    padding: 10px 12px;
    border-radius: 16px;
    font-size: 12px;
    line-height: 1.35;
    box-shadow: var(--shadow-soft);
}

.msg--in {
    background: #fff;
    align-self: flex-start;
}

.msg--out {
    background: #dcfce7;
    align-self: flex-end;
}

.floating-card {
    position: absolute;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.84);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
    font-size: 14px;
    font-weight: 900;
}

.floating-card--one {
    top: 8px;
    right: 70px;
}

.floating-card--two {
    right: 10px;
    bottom: 70px;
}

/* TRUSTBAR */

.trustbar {
    padding: 22px 0;
    border-block: 1px solid rgba(15,23,42,0.08);
    background: rgba(255,255,255,0.70);
    backdrop-filter: blur(18px);
}

.trustbar__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.trustbar span {
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    box-shadow: var(--shadow-soft);
}

/* AUDIENCE */

.audience__grid,
.plans-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.choice-card,
.plan-card,
.feature-card {
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(15,23,42,0.08);
    border-radius: var(--radius);
    padding: 34px;
    box-shadow: var(--shadow-soft);
    transition: 0.25s ease;
}

.choice-card:hover,
.plan-card:hover,
.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.choice-card--featured,
.plan-card.featured {
    background: linear-gradient(135deg, #0f172a, #1e1b4b);
    color: #fff;
}

.choice-card__icon {
    display: inline-grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(37,99,235,0.10);
    font-size: 26px;
    margin-bottom: 24px;
}

.choice-card h3,
.feature-card h3,
.plan-card h3 {
    font-size: 26px;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.choice-card p,
.feature-card p,
.plan-card p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 22px;
}

.choice-card--featured p,
.plan-card.featured p {
    color: var(--muted-dark);
}

.choice-card a {
    color: var(--primary);
    font-weight: 900;
}

.choice-card--featured a {
    color: #93c5fd;
}

/* PROBLEM */

.problem {
    background: #fff;
}

.timeline {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 92px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: linear-gradient(var(--primary), var(--purple));
    opacity: 0.22;
}

.timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 24px;
    padding: 22px 0;
}

.time {
    font-weight: 900;
    color: var(--primary);
}

.timeline-item > div {
    background: #f8fafc;
    border: 1px solid rgba(15,23,42,0.08);
    border-radius: 20px;
    padding: 24px;
    box-shadow: var(--shadow-soft);
}

.timeline-item h3 {
    font-size: 22px;
    margin-bottom: 8px;
}

.timeline-item p {
    color: var(--muted);
}

/* HOW */

.steps,
.stats__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.step {
    padding: 34px;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(15,23,42,0.08);
}

.step span {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--primary), var(--purple));
    color: #fff;
    font-weight: 900;
    margin-bottom: 22px;
}

.step h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.step p {
    color: var(--muted);
    line-height: 1.6;
}

/* DEMO */

.demo {
    background: #020617;
    color: #fff;
}

.demo .section-heading p {
    color: var(--muted-dark);
}

.demo .eyebrow,
.final-cta .eyebrow {
    background: rgba(255,255,255,0.08);
    color: #93c5fd;
}

.video-placeholder {
    min-height: 480px;
    border-radius: 36px;
    background:
        radial-gradient(circle at 20% 20%, rgba(37,99,235,0.35), transparent 30%),
        radial-gradient(circle at 80% 20%, rgba(124,58,237,0.34), transparent 30%),
        linear-gradient(135deg, #0f172a, #020617);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 40px 110px rgba(0,0,0,0.35);
    display: grid;
    place-items: center;
    text-align: center;
    color: #cbd5e1;
}

.play {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--primary);
    font-size: 34px;
    margin: 0 auto 18px;
    box-shadow: 0 24px 60px rgba(37,99,235,0.28);
}

/* FEATURES */

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.feature-card span {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 22px;
}

.feature-card h3 {
    font-size: 21px;
}

.feature-card p {
    margin-bottom: 0;
}

/* WHITE LABEL
   Estilos oficiais movidos para sections.css para evitar conflito.
*/

/* STATS */

.stats {
    padding: 52px 0;
    background: #020617;
    color: #fff;
}

.stats__grid {
    grid-template-columns: repeat(4, 1fr);
}

.stat {
    text-align: center;
}

.stat strong {
    display: block;
    font-size: clamp(34px, 4vw, 54px);
    letter-spacing: -0.06em;
}

.stat span {
    color: var(--muted-dark);
    font-weight: 600;
}

/* COMPARISON */

.comparison-table {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow);
    border: 1px solid rgba(15,23,42,0.08);
}

.comparison-header,
.comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.comparison-header div {
    padding: 24px;
    font-weight: 900;
    background: #0f172a;
    color: #fff;
}

.comparison-row span {
    padding: 22px 24px;
    border-top: 1px solid rgba(15,23,42,0.08);
    color: #475569;
    font-weight: 700;
}

.comparison-row span:nth-child(2) {
    color: var(--primary);
    background: rgba(37,99,235,0.04);
}

/* PLANS */

.plan-card {
    position: relative;
    padding: 42px;
}

.plan-card.featured li {
    color: #e2e8f0;
}

.badge {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    color: #93c5fd;
    font-size: 12px;
    font-weight: 900;
}

/* FAQ */

.faq {
    background: #fff;
}

.faq-list {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.faq-list details {
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid rgba(15,23,42,0.08);
    padding: 20px 22px;
    box-shadow: var(--shadow-soft);
}

.faq-list summary {
    cursor: pointer;
    font-weight: 900;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list p {
    color: var(--muted);
    line-height: 1.7;
    margin-top: 12px;
}

/* FINAL CTA */

.final-cta {
    padding: 120px 0;
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(37,99,235,0.34), transparent 32%),
        linear-gradient(135deg, #020617, #0f172a);
    color: #fff;
}

.final-cta p {
    max-width: 680px;
    margin: 0 auto 34px;
    color: var(--muted-dark);
    font-size: 18px;
    line-height: 1.7;
}

/* FOOTER */

.footer {
    background: #020617;
    color: #cbd5e1;
    padding: 70px 0 28px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    gap: 40px;
}

.footer h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 12px;
}

.footer h4 {
    color: #fff;
    margin-bottom: 14px;
}

.footer p {
    max-width: 420px;
    color: #94a3b8;
    line-height: 1.7;
}

.footer a {
    display: block;
    color: #94a3b8;
    margin-bottom: 10px;
}

.footer a:hover {
    color: #fff;
}

.footer-bottom {
    width: min(var(--container), calc(100% - 40px));
    margin: 42px auto 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
    color: #64748b;
    font-size: 14px;
}

/* WHATSAPP */

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 60;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 999px;
    background: #22c55e;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 20px 50px rgba(34,197,94,0.32);
}

/* ANIMATIONS */

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* RESPONSIVO */

@media (max-width: 980px) {
    .hero__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .hero {
        padding-top: 60px;
    }

    .hero__visual {
        min-height: 520px;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 720px) {
    .section {
        padding: 78px 0;
    }

    .hero__content h1 {
        font-size: 42px;
    }

    .hero__content p {
        font-size: 17px;
    }

    .hero__actions {
        flex-direction: column;
    }

    .hero__proof {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero__visual {
        min-height: 460px;
    }

    .dashboard-card {
        position: relative;
        inset: auto;
        width: 100%;
        min-height: 390px;
        transform: none;
    }

    .phone-card {
        width: 190px;
        height: 330px;
        left: 8px;
        bottom: -10px;
    }

    .floating-card--one {
        top: -18px;
        right: 14px;
    }

    .floating-card--two {
        right: 12px;
        bottom: 18px;
    }

    .audience__grid,
    .plans-grid,
    .steps,
    .features-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .timeline::before {
        left: 62px;
    }

    .timeline-item {
        grid-template-columns: 86px 1fr;
        gap: 14px;
    }

    .video-placeholder {
        min-height: 320px;
        border-radius: 26px;
    }

    .comparison-header,
    .comparison-row {
        grid-template-columns: 1fr;
    }

    .comparison-row span:nth-child(2) {
        border-top: 1px solid rgba(15,23,42,0.08);
    }

    .reseller-card__stats {
        grid-template-columns: 1fr;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        min-height: 50px;
        padding: 0 18px;
    }
}

