/* ============================================
   RESET & BASE
============================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --bg-deep: #1c1008;
    --bg-dark: #2e1c0d;
    --bg-card: #3d2510;
    --bg-card-2: #472c14;
    --gold: #C98741;
    --gold-light: #dfaa68;
    --gold-soft: #b5743a;
    --cream: #f5ebdd;
    --text: #ede0cc;
    --text-dim: #c4a882;
    --line: rgba(201, 135, 65, 0.28);
    --shadow-glow: 0 0 80px rgba(201, 135, 65, 0.15);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: var(--bg-deep);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.container.narrow {
    max-width: 880px;
}

.gold { color: var(--gold); }
.gold-soft { color: var(--gold-soft); }

/* ============================================
   TYPOGRAPHY
============================================ */
h1, h2, h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    line-height: 1.1;
    color: var(--cream);
    letter-spacing: -0.01em;
}

.section-title {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 500;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.05rem;
    color: var(--text-dim);
    max-width: 640px;
    margin: 0 auto;
}

.section-header {
    margin-bottom: 3.5rem;
}

.section-header.center {
    text-align: center;
}

.eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding: 0.4rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 100px;
}

/* ============================================
   SECTIONS
============================================ */
.section {
    padding: 6rem 0;
    position: relative;
}

.section-dark {
    background: linear-gradient(180deg, var(--bg-deep) 0%, #140904 100%);
}

.section-tinted {
    background: radial-gradient(ellipse at top, rgba(201, 135, 65, 0.07), transparent 60%),
                var(--bg-deep);
}

.section-offer {
    background: radial-gradient(ellipse at center, rgba(201, 135, 65, 0.09), transparent 70%),
                var(--bg-deep);
}

.section-photo-bg {
    background:
        linear-gradient(180deg, rgba(28, 16, 8, 0.92), rgba(28, 16, 8, 0.85)),
        radial-gradient(ellipse at top, rgba(201, 135, 65, 0.1), transparent 70%);
    position: relative;
}

.section-cta {
    text-align: center;
    margin-top: 3rem;
}

/* ============================================
   BUTTONS
============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 1.1rem 2rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    text-transform: uppercase;
}

.btn-primary {
    background: linear-gradient(135deg, #dfa05a 0%, var(--gold) 50%, #b8902f 100%);
    color: #1a0d05;
    box-shadow: 0 8px 28px rgba(201, 135, 65, 0.35),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 38px rgba(201, 135, 65, 0.45),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
    filter: brightness(1.05);
}

.btn-large {
    padding: 1.4rem 2.6rem;
    font-size: 1rem;
}

.btn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(26, 13, 5, 0.2);
    font-size: 0.85rem;
}

/* ============================================
   HERO
============================================ */
.hero {
    position: relative;
    padding: 5rem 0 0;
    background:
        radial-gradient(ellipse 80% 60% at 70% 30%, rgba(201, 135, 65, 0.12), transparent 60%),
        linear-gradient(180deg, #1e0d04 0%, var(--bg-deep) 100%);
    overflow: hidden;
}

.hero-bg-glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 75% 40%, rgba(223, 170, 104, 0.18), transparent 50%);
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 2;
    min-height: 80vh;
    padding-bottom: 5rem;
}

.hero-content {
    max-width: 560px;
}

.hero-title {
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 400;
    line-height: 0.95;
    margin-bottom: 1.5rem;
}

.hero-title .gold {
    display: block;
    font-style: italic;
}

.hero-subtitle {
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 500;
    color: var(--cream);
    margin-bottom: 1.5rem;
    font-family: 'Cormorant Garamond', serif;
}

.hero-subtitle u {
    text-decoration-color: var(--gold);
    text-underline-offset: 4px;
}

.hero-description {
    font-size: 1rem;
    color: var(--text-dim);
    margin-bottom: 1.8rem;
    max-width: 480px;
}

.hero-cta-text {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--text);
    margin-bottom: 1.6rem;
    line-height: 1.5;
}

.hero-trust {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    color: var(--text-dim);
    letter-spacing: 0.04em;
}

.trust-icon {
    color: var(--gold);
    font-size: 0.95rem;
}

/* Hero image */
.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.hero-image-frame {
    position: relative;
    width: 100%;
    max-width: 460px;
    aspect-ratio: 4/5;
}

.hero-image-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(201, 135, 65, 0.18), rgba(62, 37, 16, 0.6)),
        repeating-linear-gradient(45deg,
            rgba(201, 135, 65, 0.05) 0,
            rgba(201, 135, 65, 0.05) 2px,
            transparent 2px,
            transparent 12px);
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dim);
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 20px;
    display: block;
}

.hero-image-badge {
    position: absolute;
    bottom: 30px;
    left: -20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--bg-card);
    border: 2px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* ============================================
   MARQUEE
============================================ */
.marquee {
    overflow: hidden;
    background: linear-gradient(90deg, #2a1508 0%, #3a1e0a 50%, #2a1508 100%);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 1rem 0;
    position: relative;
    z-index: 3;
}

.marquee-track {
    display: flex;
    gap: 2rem;
    white-space: nowrap;
    animation: marquee 40s linear infinite;
    width: max-content;
}

.marquee-track span {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--gold-soft);
    text-transform: uppercase;
}

.marquee-sep {
    color: var(--gold) !important;
    opacity: 0.6;
}

.marquee-bottom {
    margin-top: 4rem;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ============================================
   BEFORE / AFTER
============================================ */
.ba-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.ba-card {
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 1.2rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.ba-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ba-card-single .ba-single {
    position: relative;
    width: 100%;
    aspect-ratio: 9/16;
    border-radius: 14px;
    overflow: hidden;
}

.ba-single-label {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: #1a0d05;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    padding: 0.35rem 1rem;
    border-radius: 100px;
    white-space: nowrap;
}

.ba-compare {
    position: relative;
    width: 100%;
    aspect-ratio: 9/16;
    border-radius: 14px;
    overflow: hidden;
    cursor: ew-resize;
    user-select: none;
    background: var(--bg-dark);
}

.ba-before, .ba-after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ba-before {
    clip-path: inset(0 50% 0 0);
    z-index: 2;
}

.ba-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: rgba(244, 238, 222, 0.7);
    text-transform: uppercase;
}

.ba-placeholder-before {
    background:
        linear-gradient(135deg, #2a2820 0%, #1a1815 100%),
        repeating-linear-gradient(0deg,
            rgba(255,255,255,0.02) 0,
            rgba(255,255,255,0.02) 2px,
            transparent 2px,
            transparent 5px);
    filter: saturate(0.4) brightness(0.85);
}

.ba-placeholder-after {
    background:
        linear-gradient(135deg, rgba(201, 135, 65, 0.28) 0%, rgba(62, 37, 16, 0.8) 100%),
        radial-gradient(ellipse at 30% 30%, rgba(223, 170, 104, 0.4), transparent 60%);
}

.ba-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    transform: translateX(-50%);
    z-index: 3;
    pointer-events: none;
}

.ba-handle-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: var(--gold);
    transform: translateX(-50%);
    box-shadow: 0 0 12px rgba(201, 135, 65, 0.6);
}

.ba-handle-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--gold);
    color: #1a0d05;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.ba-caption {
    margin-top: 1rem;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    color: var(--cream);
    font-style: italic;
}

/* ============================================
   AUDIENCE (PARA QUEM)
============================================ */
.audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.audience-card {
    background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-card-2) 100%);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 2rem 1.5rem;
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.audience-card:hover {
    transform: translateY(-4px);
    border-color: var(--gold-soft);
}

.card-line {
    position: absolute;
    top: -1px;
    left: 1.5rem;
    width: 50px;
    height: 3px;
    background: var(--gold);
    border-radius: 0 0 4px 4px;
}

.card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(201, 135, 65, 0.1);
    border: 1px solid var(--line);
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
}

.audience-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--cream);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.audience-card p {
    font-size: 0.92rem;
    color: var(--text-dim);
    line-height: 1.6;
}

/* ============================================
   OPPORTUNITY (DOR)
============================================ */
.opportunity-card {
    background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-card-2) 100%);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 3.5rem;
    position: relative;
    box-shadow: var(--shadow-glow);
}

.card-corner-line {
    position: absolute;
    top: -1px;
    left: 3rem;
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), transparent);
    border-radius: 0 0 4px 4px;
}

.opp-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 3rem;
    align-items: start;
}

.opp-divider {
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent, var(--line) 30%, var(--line) 70%, transparent);
    align-self: stretch;
}

.opp-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(201, 135, 65, 0.1);
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--gold);
    margin-bottom: 1.5rem;
}

.opp-title {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1.5rem;
}

.opp-text {
    color: var(--text-dim);
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.opp-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.opp-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    color: var(--text-dim);
    font-size: 0.95rem;
}

.opp-x {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(201, 135, 65, 0.1);
    border: 1px solid var(--line);
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.85rem;
    margin-top: 1px;
}

.opp-stat-logo {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1.5rem;
    color: var(--cream);
    font-weight: 600;
    font-size: 1.1rem;
}

.opp-stat-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gold);
    color: #1a0d05;
    font-size: 1.1rem;
}

.opp-stat-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.2;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid var(--line);
    padding-bottom: 1.2rem;
}

.opp-stat-text {
    color: var(--text-dim);
    margin-bottom: 1.2rem;
    font-size: 0.95rem;
}

.opp-stat-strong {
    color: var(--cream);
    font-weight: 500;
    font-size: 1rem;
}

/* ============================================
   OPORTUNIDADE REAL
============================================ */
.opp-real {
    text-align: center;
    position: relative;
    padding-top: 3rem;
}

.opp-real-divider {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--bg-deep);
    border: 1px solid var(--line);
}

.opp-real-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 1px solid var(--gold);
    border-radius: 50%;
}

.center {
    text-align: center;
}

.opp-real-sub {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    color: var(--gold);
    margin-bottom: 2rem;
}

.opp-real-text {
    font-size: 1.05rem;
    color: var(--text-dim);
    max-width: 720px;
    margin: 0 auto 1.5rem;
    line-height: 1.7;
}

/* ============================================
   MODULES
============================================ */
.modules-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 880px;
    margin: 0 auto;
}

.module {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 1.5rem;
    padding: 1.8rem;
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: 16px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.module:hover {
    transform: translateX(6px);
    border-color: var(--gold-soft);
}

.module-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 600;
    color: var(--gold);
    line-height: 1;
}

.module-body h3 {
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
}

.module-body p {
    color: var(--text-dim);
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.module-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.module-tags li {
    padding: 0.3rem 0.8rem;
    background: rgba(201, 135, 65, 0.09);
    border: 1px solid var(--line);
    border-radius: 100px;
    font-size: 0.78rem;
    color: var(--gold);
    letter-spacing: 0.04em;
}

/* ============================================
   BONUS
============================================ */
.bonus-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 960px;
    margin: 0 auto;
}

.bonus-grid-3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
}

.bonus-card {
    background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-card-2) 100%);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 2rem;
    position: relative;
    transition: transform 0.3s ease;
}

.bonus-card:hover {
    transform: translateY(-4px);
}

.bonus-card-highlight {
    border-color: var(--gold-soft);
    box-shadow: 0 0 40px rgba(201, 135, 65, 0.15);
}

.bonus-tag {
    display: inline-block;
    padding: 0.35rem 0.8rem;
    background: rgba(201, 135, 65, 0.12);
    border: 1px solid var(--line);
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--gold);
    margin-bottom: 1.2rem;
}

.bonus-card h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

.bonus-card p {
    color: var(--text-dim);
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
}

.bonus-value {
    font-size: 0.9rem;
    color: var(--gold);
    font-weight: 600;
}

.bonus-value s {
    color: var(--text-dim);
    font-weight: 400;
}

/* ============================================
   OFFER
============================================ */
.offer-card {
    background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-card-2) 100%);
    border: 1px solid var(--gold-soft);
    border-radius: 24px;
    padding: 3.5rem;
    text-align: center;
    box-shadow: 0 0 60px rgba(201, 135, 65, 0.18);
    position: relative;
}

.offer-badge {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    background: var(--gold);
    color: #1a0d05;
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin-bottom: 1.5rem;
}

.offer-title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.offer-list {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    text-align: left;
    max-width: 480px;
    margin: 0 auto 2.5rem;
}

.offer-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    color: var(--text);
    font-size: 0.98rem;
}

.check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--gold);
    color: #1a0d05;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.78rem;
    font-weight: 800;
    margin-top: 2px;
}

.offer-price {
    margin-bottom: 2rem;
}

.price-from {
    color: var(--text-dim);
    font-size: 0.95rem;
    margin-bottom: 0.6rem;
}

.price-from s {
    margin-right: 0.3rem;
}

.price-main {
    font-family: 'Cormorant Garamond', serif;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.price-currency {
    font-size: 1.6rem;
    font-weight: 500;
    margin-right: 0.4rem;
}

.price-value {
    font-size: 5rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.price-decimals {
    font-size: 1.6rem;
    font-weight: 500;
    vertical-align: top;
}

.price-cash {
    color: var(--text-dim);
    font-size: 0.95rem;
}

.offer-guarantee {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    max-width: 540px;
    margin: 2.5rem auto 0;
    padding: 1.4rem;
    background: rgba(201, 135, 65, 0.05);
    border: 1px dashed var(--line);
    border-radius: 14px;
    text-align: left;
}

.guarantee-seal {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--gold);
    color: #1a0d05;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    line-height: 1;
}

.guarantee-seal span {
    font-size: 1.8rem;
}

.guarantee-seal small {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    margin-top: 2px;
}

.guarantee-text {
    color: var(--text-dim);
    font-size: 0.9rem;
}

.guarantee-text strong {
    color: var(--cream);
    display: block;
    margin-bottom: 0.3rem;
}

/* ============================================
   ABOUT (QUEM SOU)
============================================ */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 4rem;
    align-items: center;
}

.about-image-frame {
    position: relative;
    width: 100%;
    max-width: 420px;
    aspect-ratio: 4/5;
}

.about-image-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(201, 135, 65, 0.18), rgba(62, 37, 16, 0.6)),
        repeating-linear-gradient(45deg,
            rgba(201, 135, 65, 0.05) 0,
            rgba(201, 135, 65, 0.05) 2px,
            transparent 2px,
            transparent 12px);
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dim);
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.about-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 20px;
    display: block;
    position: relative;
    z-index: 2;
}

.about-decor {
    position: absolute;
    inset: -16px -16px 16px 16px;
    border: 1px solid var(--gold);
    border-radius: 20px;
    z-index: 1;
    opacity: 0.5;
}

.about-content p {
    color: var(--text-dim);
    margin-bottom: 1.2rem;
    font-size: 1rem;
    line-height: 1.7;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 0.3rem;
}

.stat-label {
    font-size: 0.82rem;
    color: var(--text-dim);
    letter-spacing: 0.04em;
}

/* ============================================
   FOOTER
============================================ */
.footer {
    padding: 3rem 0 4rem;
    border-top: 1px solid var(--line);
    background: #140904;
    text-align: center;
}

.footer-brand {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--cream);
    margin-bottom: 1rem;
}

.footer-text {
    font-size: 0.82rem;
    color: var(--text-dim);
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 960px) {
    .section { padding: 4rem 0; }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-bottom: 3rem;
    }

    .hero-image {
        order: -1;
        max-width: 340px;
        margin: 0 auto;
        height: auto;
        display: block;
        width: 100%;
    }

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

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

    .opp-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .opp-divider {
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--line) 30%, var(--line) 70%, transparent);
    }

    .opportunity-card,
    .offer-card {
        padding: 2.5rem 1.8rem;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-image-frame {
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .ba-grid,
    .audience-grid,
    .bonus-grid {
        grid-template-columns: 1fr;
    }

    .module {
        grid-template-columns: 60px 1fr;
        padding: 1.4rem;
    }

    .module-num {
        font-size: 2.2rem;
    }

    .offer-guarantee {
        flex-direction: column;
        text-align: center;
    }

    .about-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .btn {
        padding: 1rem 1.5rem;
        font-size: 0.82rem;
    }

    .price-value {
        font-size: 4rem;
    }
}

/* ============================================
   STICKY HEADER (NOVO)
============================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(20, 9, 4, 0);
    backdrop-filter: blur(0);
    border-bottom: 1px solid transparent;
    transition: background 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease, padding 0.3s ease;
    padding: 0.9rem 0;
}

.site-header.is-scrolled {
    background: rgba(20, 9, 4, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom-color: var(--line);
    padding: 0.6rem 0;
}

.site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.site-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: var(--cream);
    text-transform: uppercase;
    flex-shrink: 0;
}

.site-nav {
    display: flex;
    gap: 1.8rem;
    align-items: center;
}

.site-nav a {
    font-size: 0.86rem;
    font-weight: 500;
    color: var(--text-dim);
    letter-spacing: 0.04em;
    transition: color 0.2s ease;
}

.site-nav a:hover {
    color: var(--gold);
}

.btn-sm {
    padding: 0.7rem 1.2rem;
    font-size: 0.78rem;
}

.site-header-cta {
    flex-shrink: 0;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 38px;
    height: 38px;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 8px;
    cursor: pointer;
    padding: 0;
}

.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--gold);
    margin: 0 auto;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Compensa o header fixo no scroll de âncora */
body {
    padding-top: 64px;
}

[id] {
    scroll-margin-top: 80px;
}

@media (max-width: 860px) {
    .site-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: rgba(20, 9, 4, 0.98);
        backdrop-filter: blur(14px);
        border-bottom: 1px solid var(--line);
        padding: 0.5rem 1.5rem 1.2rem;
    }
    .site-nav.is-open {
        display: flex;
    }
    .site-nav a {
        padding: 0.9rem 0;
        border-bottom: 1px solid var(--line);
        font-size: 0.95rem;
    }
    .site-nav a:last-child { border-bottom: none; }
    .nav-toggle { display: flex; }
    .site-header-cta { display: none; }
}

/* ============================================
   TESTIMONIALS (NOVO)
============================================ */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.testimonial-card {
    background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-card-2) 100%);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    border-color: var(--gold-soft);
}

.testimonial-stars {
    color: var(--gold);
    letter-spacing: 0.15em;
    font-size: 0.95rem;
}

.testimonial-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    line-height: 1.5;
    color: var(--cream);
    font-style: italic;
    flex: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
}

.testimonial-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--gold);
    color: #1a0d05;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.testimonial-name {
    color: var(--cream);
    font-weight: 600;
    font-size: 0.95rem;
}

.testimonial-role {
    color: var(--text-dim);
    font-size: 0.8rem;
    margin-top: 2px;
}

@media (max-width: 960px) {
    .testimonials-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
}

/* Galeria de prints (depoimentos reais) */
.testimonials-prints {
    column-count: 3;
    column-gap: 1.4rem;
    max-width: 1080px;
    margin: 0 auto;
}

@media (max-width: 960px) {
    .testimonials-prints { column-count: 2; }
}

@media (max-width: 560px) {
    .testimonials-prints { column-count: 1; max-width: 420px; }
}

.print-card {
    break-inside: avoid;
    margin: 0 0 1.4rem 0;
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.print-card:hover {
    transform: translateY(-4px);
    border-color: var(--gold-soft);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.4),
                0 0 30px rgba(201, 135, 65, 0.1);
}

.print-img-btn {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.print-img-btn img {
    width: 100%;
    height: auto;
    display: block;
    transition: filter 0.25s ease;
}

.print-img-btn:hover img {
    filter: brightness(1.05);
}

.print-card figcaption {
    padding: 0.85rem 1rem;
    border-top: 1px solid var(--line);
    font-size: 0.85rem;
    color: var(--text-dim);
    letter-spacing: 0.02em;
}

.print-card figcaption strong {
    color: var(--cream);
    font-weight: 600;
    margin-right: 0.4rem;
}

.testimonials-note {
    margin-top: 2.2rem;
    text-align: center;
    color: var(--text-dim);
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.check-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--gold);
    color: #1a0d05;
    font-size: 0.7rem;
    font-weight: 800;
}

/* ============================================
   LIGHTBOX (NOVO)
============================================ */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    cursor: zoom-out;
}

.lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.lightbox-img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.7);
    transform: scale(0.96);
    transition: transform 0.25s ease;
}

.lightbox.is-open .lightbox-img {
    transform: scale(1);
}

.lightbox-close {
    position: fixed;
    top: 1.2rem;
    right: 1.4rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    transition: background 0.2s ease;
}

.lightbox-close:hover {
    background: rgba(255, 255, 255, 0.22);
}

/* ============================================
   FAQ (NOVO)
============================================ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.faq-item {
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.25s ease;
}

.faq-item[open] {
    border-color: var(--gold-soft);
}

.faq-item summary {
    cursor: pointer;
    padding: 1.3rem 1.6rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    color: var(--cream);
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    transition: color 0.2s ease;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
    content: '+';
    color: var(--gold);
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.faq-item[open] summary::after {
    transform: rotate(45deg);
}

.faq-item summary:hover {
    color: var(--gold-light);
}

.faq-answer {
    padding: 0 1.6rem 1.4rem;
    color: var(--text-dim);
    font-size: 0.97rem;
    line-height: 1.7;
    border-top: 1px solid var(--line);
    padding-top: 1.2rem;
}

.faq-answer strong { color: var(--cream); }

@media (max-width: 640px) {
    .faq-item summary { font-size: 1.05rem; padding: 1.1rem 1.3rem; }
    .faq-answer { padding: 1rem 1.3rem 1.2rem; }
}

/* ============================================
   FOOTER EXPANDIDO (NOVO)
============================================ */
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 2.5rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.footer-brand-col .footer-brand {
    margin-bottom: 0.8rem;
}

.footer-tagline {
    color: var(--text-dim);
    font-size: 0.9rem;
    line-height: 1.6;
    max-width: 280px;
}

.footer-col h4 {
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
}

.footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.footer-col a {
    color: var(--text-dim);
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.footer-col a:hover {
    color: var(--gold);
}

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

@media (max-width: 960px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    .footer-brand-col {
        grid-column: 1 / -1;
        text-align: center;
    }
    .footer-tagline { margin: 0 auto; }
}

@media (max-width: 480px) {
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .footer-tagline { max-width: 100%; }
}

/* ============================================
   AUTORIDADE / RECONHECIMENTO (NOVO)
============================================ */
.section-authority {
    background:
        radial-gradient(ellipse at 70% 40%, rgba(201, 135, 65, 0.08), transparent 60%),
        linear-gradient(180deg, var(--bg-deep) 0%, #140904 100%);
    padding: 5rem 0;
}

.authority-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 3.5rem;
    align-items: center;
}

.authority-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.5),
        0 0 60px rgba(201, 135, 65, 0.12);
}

.authority-photo {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.authority-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        transparent 0%,
        transparent 55%,
        rgba(20, 9, 4, 0.85) 100%);
    pointer-events: none;
}

.authority-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    background: rgba(201, 135, 65, 0.95);
    color: #1a0d05;
    border-radius: 100px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.authority-badge-icon {
    font-size: 0.9rem;
}

.authority-content .section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1.4rem;
}

.authority-text {
    color: var(--text-dim);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.authority-text strong {
    color: var(--cream);
    font-weight: 600;
}

.authority-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.8rem;
    border-top: 1px solid var(--line);
}

.authority-stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 0.3rem;
}

.authority-stat-label {
    font-size: 0.78rem;
    color: var(--text-dim);
    line-height: 1.4;
    letter-spacing: 0.03em;
}

@media (max-width: 960px) {
    .authority-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .authority-image {
        max-width: 560px;
        margin: 0 auto;
    }
    .authority-stats {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .authority-stats {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        text-align: center;
    }
    .authority-stat-num {
        font-size: 1.8rem;
    }
}

/* Ajuste para grid "Quem sou" com 4 stats */
.about-stats {
    grid-template-columns: repeat(4, 1fr) !important;
}

@media (max-width: 640px) {
    .about-stats {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ============================================
   MOBILE UX OPTIMIZATIONS (NOVO)
============================================ */

/* Touch targets mínimos (44px Apple HIG) */
.btn {
    min-height: 44px;
}

.nav-toggle {
    width: 44px;
    height: 44px;
}

.site-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
}

@media (max-width: 860px) {
    /* Mantém CTA visível no header mobile (versão compacta) */
    .site-header-cta {
        display: inline-flex !important;
        padding: 0.55rem 0.9rem;
        font-size: 0.72rem;
    }
    .site-header-cta .btn-arrow {
        display: none;
    }
}

@media (max-width: 480px) {
    .site-logo {
        font-size: 0.95rem;
        letter-spacing: 0.12em;
    }
    .site-header-cta {
        padding: 0.5rem 0.7rem;
        font-size: 0.68rem;
    }
}

/* Hero: reduz min-height em mobile pra evitar espaço vazio */
@media (max-width: 960px) {
    .hero-grid {
        min-height: auto;
        padding-top: 1rem;
    }
    .hero {
        padding-top: 3rem;
    }
}

/* Botões em telas pequenas: garante altura confortável */
@media (max-width: 640px) {
    .btn {
        padding: 0.95rem 1.4rem;
        min-height: 48px;
    }
    .btn-large {
        padding: 1.1rem 1.6rem;
        font-size: 0.88rem;
        min-height: 52px;
    }
    /* CTAs principais nas seções: ocupam quase toda a largura no mobile */
    .section-cta .btn,
    .hero-content .btn-primary,
    .offer-card > .btn-primary,
    .about-content > .btn-primary {
        width: 100%;
        max-width: 360px;
        justify-content: center;
    }
}

/* Padding mais confortável em telas pequenas */
@media (max-width: 480px) {
    .container {
        padding: 0 18px;
    }
    .section {
        padding: 3.5rem 0;
    }
}

/* Sticky CTA mobile (barra inferior fixa) */
.mobile-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 95;
    background: rgba(20, 9, 4, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid var(--line);
    padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    transform: translateY(100%);
    transition: transform 0.35s ease;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.4);
}

.mobile-sticky-cta.is-visible {
    transform: translateY(0);
}

.mobile-sticky-info {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    flex: 1;
    min-width: 0;
}

.mobile-sticky-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--gold);
}

.mobile-sticky-cash {
    font-size: 0.72rem;
    color: var(--text-dim);
    margin-top: 1px;
}

.mobile-sticky-cta .btn {
    flex-shrink: 0;
    padding: 0.75rem 1.2rem;
    font-size: 0.78rem;
    min-height: 44px;
}

@media (max-width: 760px) {
    .mobile-sticky-cta {
        display: flex;
    }
    /* Compensa o espaço da barra fixa para conteúdo não ficar atrás */
    body {
        padding-bottom: 76px;
    }
}

/* Esconde sticky CTA quando já está visualizando a oferta */
.mobile-sticky-cta.is-near-offer {
    transform: translateY(100%);
}

/* Acessibilidade: respeita preferência de movimento reduzido */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
    .marquee-track {
        animation: none;
    }
    .hero-content,
    .hero-image,
    .section {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Melhora rolagem suave de prints (lightbox) em mobile */
@media (max-width: 640px) {
    .lightbox {
        padding: 1rem;
    }
    .lightbox-close {
        top: 0.8rem;
        right: 0.8rem;
        width: 40px;
        height: 40px;
    }
}

/* Marquee — reduz fonte e velocidade em mobile pra ficar mais legível */
@media (max-width: 640px) {
    .marquee {
        padding: 0.8rem 0;
    }
    .marquee-track {
        gap: 1.2rem;
        animation-duration: 30s;
    }
    .marquee-track span {
        font-size: 0.72rem;
        letter-spacing: 0.1em;
    }
}

/* ============================================
   HERO BEFORE/AFTER COMPARADOR (NOVO)
============================================ */
.hero-ba {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: var(--bg-dark);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.5),
        0 0 60px rgba(201, 135, 65, 0.18);
}

.hero-ba-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 20px;
}

.hero-ba-after {
    z-index: 1;
}

.hero-ba-before {
    z-index: 2;
    clip-path: inset(0 75% 0 0);
    animation: hero-ba-reveal 7s ease-in-out infinite;
    will-change: clip-path;
}

.hero-ba-handle {
    position: absolute;
    top: 0;
    left: 25%;
    width: 4px;
    height: 100%;
    transform: translateX(-50%);
    z-index: 4;
    pointer-events: none;
    animation: hero-ba-handle 7s ease-in-out infinite;
    will-change: left;
}

.hero-ba-handle-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: var(--gold);
    transform: translateX(-50%);
    box-shadow: 0 0 16px rgba(201, 135, 65, 0.7);
}

.hero-ba-handle-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gold);
    color: #1a0d05;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.45),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
    animation: hero-ba-pulse 2.4s ease-in-out infinite;
}

@keyframes hero-ba-reveal {
    0%   { clip-path: inset(0 80% 0 0); }
    50%  { clip-path: inset(0 20% 0 0); }
    100% { clip-path: inset(0 80% 0 0); }
}

@keyframes hero-ba-handle {
    0%   { left: 20%; }
    50%  { left: 80%; }
    100% { left: 20%; }
}

@keyframes hero-ba-pulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50%      { transform: translate(-50%, -50%) scale(1.08); }
}

/* Labels Antes/Depois */
.hero-ba-label {
    position: absolute;
    top: 18px;
    z-index: 5;
    padding: 0.4rem 0.9rem;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.hero-ba-label-antes {
    left: 18px;
    background: rgba(20, 9, 4, 0.72);
    color: var(--cream);
    border: 1px solid rgba(245, 235, 221, 0.3);
}

.hero-ba-label-depois {
    right: 18px;
    background: rgba(201, 135, 65, 0.95);
    color: #1a0d05;
    box-shadow: 0 4px 16px rgba(201, 135, 65, 0.4);
}

/* Pausa a animação quando o usuário passar o mouse (deixa ele apreciar) */
.hero-ba:hover .hero-ba-before,
.hero-ba:hover .hero-ba-handle {
    animation-play-state: paused;
}

@media (max-width: 640px) {
    .hero-ba-handle-circle {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    .hero-ba-label {
        font-size: 0.65rem;
        padding: 0.3rem 0.7rem;
        top: 12px;
    }
    .hero-ba-label-antes { left: 12px; }
    .hero-ba-label-depois { right: 12px; }
}
