:root {
    --sb-bg: #050402;
    --sb-bg-2: #0b0805;
    --sb-card: #120d08;
    --sb-card-2: #1b130b;
    --sb-text: #fff7ec;
    --sb-text-2: #eadcc9;
    --sb-muted: #c7b59d;
    --sb-gold: #c9964a;
    --sb-gold-2: #f2d58a;
    --sb-gold-3: #8f6027;
    --sb-border: rgba(242, 213, 138, .26);
    --sb-border-strong: rgba(242, 213, 138, .44);
    --sb-danger: #ffdf9b;
}

/* =========================
   HEADER DA LANDING
========================= */

body.sb-course-page .site-header {
    transition: transform .28s ease, opacity .28s ease !important;
    will-change: transform;
}

body.sb-course-page.sb-not-top .site-header {
    transform: translateY(-115%) !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* =========================
   BASE
========================= */

html {
    scroll-behavior: smooth;
}

body.sb-course-page {
    background: var(--sb-bg);
}

.sb-page {
    position: relative;
    background:
        radial-gradient(circle at 50% -12%, rgba(242, 213, 138, .18), transparent 34%),
        radial-gradient(circle at 100% 15%, rgba(201, 150, 74, .13), transparent 30%),
        linear-gradient(180deg, #050402 0%, #090604 48%, #050402 100%);
    color: var(--sb-text);
    overflow: hidden;
    padding-bottom: 86px;
}

.sb-page * {
    box-sizing: border-box;
}

.sb-container {
    width: min(100% - 28px, 1120px);
    margin-inline: auto;
}

.sb-section {
    padding: 58px 0;
    position: relative;
}

.sb-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--sb-gold-2);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.sb-kicker::before {
    content: "";
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--sb-gold-2));
}

.sb-title,
.sb-section-title {
    font-family: Georgia, 'Times New Roman', serif;
    text-transform: uppercase;
    letter-spacing: -.035em;
    line-height: .96;
    margin: 0;
}

.sb-section-title {
    font-size: clamp(34px, 9vw, 58px);
    margin-bottom: 16px;
}

.sb-p {
    color: var(--sb-text-2);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.sb-p strong {
    color: #fff;
}

.sb-center {
    text-align: center;
}

.sb-btn {
    width: 100%;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border-radius: 14px;
    background: linear-gradient(135deg, #8f6027 0%, #d8ad5e 42%, #fff0a9 52%, #b47a34 100%);
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-size: 13px;
    font-weight: 950;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 16px 34px rgba(201,150,74,.28);
    text-align: center;
}

.sb-btn-dark {
    background: linear-gradient(180deg, #1d1812, #070503);
    border-color: rgba(242,213,138,.22);
}

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

.sb-hero {
    padding: 12px 0 0;
}

.sb-hero-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--sb-border-strong);
    border-radius: 28px;
    padding: 22px 16px 0;
    background:black;
    box-shadow: 0 26px 70px rgba(0,0,0,.48);
}

.sb-hero-card::before {
    content: "GLOW";
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 92px;
    line-height: 1;
    color: rgba(242,213,138,.07);
    pointer-events: none;
}

.sb-brand {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--sb-gold-2);
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 18px;
}

.sb-hero-copy {
    position: relative;
    z-index: 2;
    text-align: center;
}

.sb-hero-copy h1 {
    font-size: clamp(28px, 6vw, 88px);
    margin-bottom: 14px;
}

.sb-hero-copy h1 span {
    display: block;
    color: var(--sb-gold-2);
    text-shadow: 0 0 24px rgba(242,213,138,.14);
}

.sb-hero-copy .sb-p {
    max-width: 540px;
    margin: 0 auto;
}

.sb-hero-badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    margin: 22px 0;
}

.sb-hero-badges span {
    border: 1px solid rgba(242,213,138,.24);
    background: rgba(0,0,0,.28);
    border-radius: 13px;
    padding: 11px 8px;
    color: #fff3df;
    font-size: 12px;
    font-weight: 850;
    text-align: center;
}

.sb-hero-img-wrap {
    position: relative;
    margin-top: 22px;
}

.sb-hero-img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: 24px 24px 0 0;
    filter: contrast(1.08) saturate(1.04) brightness(.94);
}

.sb-hero-offer {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 14px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(7,5,3,.88);
    border: 1px solid rgba(242,213,138,.38);
    backdrop-filter: blur(12px);
    text-align: center;
}

.sb-hero-offer strong {
    display: block;
    color: var(--sb-gold-2);
    font-family: Georgia, 'Times New Roman', serif;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1;
}

.sb-hero-offer small {
    display: block;
    margin-top: 5px;
    color: var(--sb-text-2);
    font-size: 12px;
    font-weight: 750;
}

/* =========================
   FAIXA
========================= */

.sb-marquee {
    margin-top: 18px;
    overflow: hidden;
    white-space: nowrap;
    background: linear-gradient(90deg, #8f6027, #f2d58a, #8f6027);
    color: #130d06;
    border-top: 1px solid rgba(255,255,255,.22);
    border-bottom: 1px solid rgba(255,255,255,.22);
}

.sb-marquee-track {
    display: inline-flex;
    gap: 28px;
    padding: 11px 0;
    animation: sbMarquee 18s linear infinite;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 950;
    text-transform: uppercase;
    font-size: 13px;
}

.sb-marquee-track span::after {
    content: "✦";
    margin-left: 28px;
}

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

/* =========================
   BLOCOS
========================= */

.sb-split {
    display: grid;
    gap: 24px;
}

.sb-img-card,
.sb-text-card,
.sb-panel {
    border: 1px solid var(--sb-border);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
    box-shadow: 0 22px 60px rgba(0,0,0,.30);
}

.sb-img-card {
    padding: 10px;
}

.sb-img-card img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: 18px;
    filter: contrast(1.06) brightness(.92);
}

.sb-text-card,
.sb-panel {
    padding: 22px;
}

.sb-text-card .sb-btn,
.sb-panel .sb-btn {
    margin-top: 24px;
}

.sb-list {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.sb-list-item {
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(242,213,138,.22);
    border-radius: 17px;
    background: rgba(255,255,255,.026);
    padding: 12px;
}

.sb-list-item b {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: rgba(242,213,138,.10);
    border: 1px solid rgba(242,213,138,.20);
    color: var(--sb-gold-2);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 23px;
}

.sb-list-item span {
    color: #fff4e2;
    font-weight: 850;
    line-height: 1.35;
    font-size: 14px;
}

.sb-cards {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.sb-card {
    border: 1px solid rgba(242,213,138,.22);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
    padding: 22px;
}

.sb-card h3 {
    font-family: Georgia, 'Times New Roman', serif;
    color: var(--sb-gold-2);
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.06;
    margin: 0 0 10px;
}

.sb-card p {
    color: var(--sb-text-2);
    line-height: 1.62;
    margin: 0;
    font-size: 15px;
}

.sb-checks {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.sb-check {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    border-bottom: 1px solid rgba(242,213,138,.14);
    padding-bottom: 12px;
    color: #fff4e2;
    font-weight: 720;
    line-height: 1.45;
}

.sb-check i {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--sb-gold), var(--sb-gold-2));
    color: #120c06;
    font-style: normal;
    font-size: 12px;
    font-weight: 950;
}

/* =========================
   MÓDULOS
========================= */

.sb-modules {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.sb-module {
    border: 1px solid rgba(242,213,138,.23);
    border-radius: 21px;
    padding: 20px;
    background:
        radial-gradient(circle at 0 0, rgba(242,213,138,.12), transparent 40%),
        rgba(255,255,255,.024);
}

.sb-module-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.sb-module-num {
    width: 49px;
    height: 49px;
    flex: 0 0 49px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    border: 1px solid rgba(242,213,138,.34);
    color: var(--sb-gold-2);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 23px;
    font-weight: 950;
}

.sb-module h3 {
    margin: 0;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    text-transform: uppercase;
    line-height: 1.08;
    font-size: 21px;
}

.sb-module h3 span {
    color: var(--sb-gold-2);
}

.sb-module p {
    margin: 0;
    color: var(--sb-text-2);
    line-height: 1.62;
    font-size: 15px;
}

/* =========================
   CRONOGRAMA
========================= */

.sb-day {
    border: 1px solid rgba(242,213,138,.24);
    border-radius: 22px;
    padding: 22px;
    background: rgba(255,255,255,.024);
}

.sb-day + .sb-day {
    margin-top: 14px;
}

.sb-day h3 {
    margin: 0 0 6px;
    color: var(--sb-gold-2);
    font-family: Georgia, 'Times New Roman', serif;
    text-transform: uppercase;
    font-size: 30px;
}

.sb-day strong {
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 13px;
    margin-bottom: 18px;
}

.sb-day ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.sb-day li {
    display: flex;
    gap: 9px;
    color: var(--sb-text-2);
    line-height: 1.48;
    font-size: 15px;
}

.sb-day li::before {
    content: "✓";
    color: var(--sb-gold-2);
    font-weight: 950;
}

/* =========================
   CARROSSÉIS AUTOMÁTICOS
========================= */

.sb-auto-carousel {
    margin-top: 28px;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.sb-auto-track {
    display: flex;
    gap: 14px;
    width: max-content;
    animation: sbAutoLoop var(--sb-duration, 34s) linear infinite;
    will-change: transform;
}

.sb-auto-carousel:hover .sb-auto-track {
    animation-play-state: paused;
}

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

.sb-auto-slide {
    width: min(78vw, 330px);
    border: 1px solid rgba(242,213,138,.26);
    border-radius: 22px;
    overflow: hidden;
    background: #120d08;
    box-shadow: 0 18px 42px rgba(0,0,0,.34);
}

.sb-auto-slide img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: contrast(1.04) brightness(.95);
}

.sb-slide-caption {
    padding: 14px;
    color: var(--sb-text-2);
    font-size: 14px;
    line-height: 1.45;
}

.sb-whatsapp-slide {
    width: min(78vw, 320px);
    border: 1px solid rgba(242,213,138,.24);
    border-radius: 22px;
    background: #100c08;
    padding: 10px;
    box-shadow: 0 18px 42px rgba(0,0,0,.32);
}

.sb-whatsapp-slide img {
    width: 100%;
    height: 430px;
    object-fit: contain;
    background: #070503;
    border-radius: 16px;
    display: block;
}

.sb-carousel-note {
    margin-top: 12px;
    color: rgba(255,247,236,.62);
    font-size: 13px;
    text-align: center;
}

/* =========================
   BÔNUS
========================= */

.sb-bonus {
    border: 1px solid var(--sb-border-strong);
    border-radius: 26px;
    padding: 12px;
    background:
        radial-gradient(circle at 80% 0%, rgba(242,213,138,.11), transparent 35%),
        rgba(255,255,255,.024);
}

.sb-bonus img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: 20px;
    filter: contrast(1.06) brightness(.92);
}

.sb-bonus-content {
    padding: 20px 10px 8px;
}

/* =========================
   OFERTA
========================= */

.sb-offer {
    padding: 62px 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(242,213,138,.18), transparent 34%),
        linear-gradient(180deg, #0b0805 0%, #050402 100%);
    border-top: 1px solid rgba(242,213,138,.22);
    border-bottom: 1px solid rgba(242,213,138,.18);
}

.sb-offer-grid {
    margin-top: 28px;
    display: grid;
    gap: 16px;
}

.sb-offer-info,
.sb-price-card {
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.018));
    border: 1px solid var(--sb-border-strong);
    box-shadow: 0 24px 70px rgba(0,0,0,.42);
}

.sb-offer-info {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sb-offer-info h3 {
    margin: 0 0 10px;
    font-family: Georgia, 'Times New Roman', serif;
    color: var(--sb-gold-2);
    text-transform: uppercase;
    font-size: 26px;
}

.sb-offer-info p {
    margin: 0 0 18px;
    color: var(--sb-text-2);
    line-height: 1.62;
    font-size: 15px;
}

.sb-offer-points {
    display: grid;
    gap: 10px;
}

.sb-offer-point {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--sb-text-2);
    font-size: 14px;
    line-height: 1.45;
}

.sb-offer-point::before {
    content: "✓";
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(242,213,138,.12);
    border: 1px solid rgba(242,213,138,.34);
    color: var(--sb-gold-2);
    font-weight: 950;
}

.sb-price-card {
    padding: 24px;
    text-align: center;
}

.sb-tag {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #8f6027, #f2d58a, #8f6027);
    color: #fff;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 18px;
}

.sb-old-price {
    display: block;
    color: #af9d84;
    text-decoration: line-through;
    font-size: 20px;
    margin-bottom: 6px;
}

.sb-price-card small {
    display: block;
    color: var(--sb-muted);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 950;
    margin-bottom: 6px;
}

.sb-price {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 60px;
    line-height: .95;
    margin: 0;
    color: #fff;
}

.sb-price span {
    color: var(--sb-gold-2);
}

.sb-price-sub {
    color: var(--sb-text-2);
    margin: 8px 0 18px;
}

.sb-payment-line {
    border-top: 1px solid rgba(242,213,138,.20);
    padding-top: 16px;
    margin-top: 16px;
    color: var(--sb-text-2);
    line-height: 1.55;
}

.sb-payment-line strong {
    color: var(--sb-gold-2);
}

.sb-price-card .sb-btn {
    margin-top: 22px;
}

/* =========================
   MENTORA / LOCAL / FINAL
========================= */

.sb-mentor-name {
    font-family: Georgia, 'Times New Roman', serif;
    text-transform: uppercase;
    color: var(--sb-gold-2);
    font-size: clamp(42px, 12vw, 72px);
    line-height: .94;
    margin: 0 0 14px;
}

.sb-location {
    border: 1px solid var(--sb-border);
    border-radius: 26px;
    padding: 12px;
    background: rgba(255,255,255,.024);
}

.sb-location img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    filter: contrast(1.06) brightness(.9);
}

.sb-location-content {
    padding: 20px 10px 8px;
}

.sb-address {
    margin: 18px 0 22px;
    padding: 15px;
    border-radius: 17px;
    background: rgba(242,213,138,.095);
    border: 1px solid rgba(242,213,138,.22);
    color: #fff3df;
    line-height: 1.5;
}

.sb-address strong {
    color: var(--sb-gold-2);
}

.sb-final {
    padding: 62px 0;
    background: linear-gradient(135deg, #8f6027 0%, #f2d58a 52%, #8f6027 100%);
    color: #120b05;
    text-align: center;
}

.sb-final h2 {
    font-family: Georgia, 'Times New Roman', serif;
    text-transform: uppercase;
    font-size: clamp(34px, 10vw, 58px);
    line-height: 1;
    margin: 0 0 14px;
}

.sb-final p {
    font-size: 17px;
    line-height: 1.55;
    font-weight: 800;
    margin: 0 0 24px;
}

.sb-final .sb-btn {
    background: linear-gradient(180deg, #1d1812, #070503);
}

/* =========================
   CTA FIXO INFERIOR MOBILE
========================= */

.sb-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1100;
}

.sb-sticky-cta .sb-btn {
    min-height: 54px;
    border-radius: 16px;
}

/* =========================
   DESKTOP SEM PERDER O MOBILE FIRST
========================= */

@media (min-width: 760px) {
    .sb-page {
        padding-bottom: 0;
    }

    .sb-section {
        padding: 88px 0;
    }


    .sb-hero {
        padding-top: 48px;
    }

    .sb-hero-card {
        display: grid;
        grid-template-columns: 1fr .92fr;
        align-items: center;
        gap: 34px;
        padding: 42px 42px 0;
    }

    .sb-brand,
    .sb-hero-copy {
        text-align: left;
    }

    .sb-hero-copy h1 {
        font-size: 82px;
    }

    .sb-hero-copy .sb-p {
        margin: 0;
    }

    .sb-hero .sb-btn {
        width: auto;
        min-width: 360px;
    }

    .sb-hero-badges {
        max-width: 500px;
    }

    .sb-hero-img {
        height: 620px;
    }

    .sb-split {
        grid-template-columns: .96fr 1.04fr;
        align-items: center;
        gap: 34px;
    }

    .sb-img-card img {
        height: 520px;
    }

    .sb-cards {
        grid-template-columns: repeat(4, 1fr);
    }

    .sb-checks {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 22px;
    }

    .sb-modules {
        grid-template-columns: repeat(2, 1fr);
    }

    .sb-auto-slide {
        width: 340px;
    }

    .sb-whatsapp-slide {
        width: 330px;
    }

    .sb-offer-grid {
        grid-template-columns: .95fr 1.05fr;
        align-items: stretch;
    }

    .sb-bonus {
        display: grid;
        grid-template-columns: .92fr 1.08fr;
        align-items: center;
        gap: 24px;
        padding: 18px;
    }

    .sb-bonus img {
        height: 520px;
    }

    .sb-location {
        display: grid;
        grid-template-columns: .95fr 1.05fr;
        align-items: center;
        gap: 24px;
        padding: 18px;
    }

    .sb-location img {
        height: 430px;
    }

    .sb-sticky-cta {
        display: none;
    }

    .sb-btn {
        width: auto;
    }

    .sb-price-card .sb-btn {
        width: 100%;
    }
}
