/* Google Fonts carregada via <link> no <head>. @import removido (render-blocking) */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --sun:        #ff7a1a;
    --sun-deep:   #d94f00;
    --ember:      #3a0f00;
    --ember-mid:  #5c1900;
    --ember-dark: #200800;
    --gold:       #ffc700;
    --white:      #ffffff;
    --muted:      rgba(255,255,255,0.70);
    --card-bg:    rgba(255,255,255,0.07);
    --card-border: rgba(255,255,255,0.11);
    --green:      #5dcc5d;
    --radius:     14px;
    --radius-sm:  8px;
    --radius-btn: 10px;
}

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
    font-family: 'Jost', sans-serif;
    background: var(--ember);
    color: var(--white);
    line-height: 1.6;
    font-size: 1rem;
    overflow-x: hidden;
}

/* ══════════════════════════════════════════
   URGENCY BAR
══════════════════════════════════════════ */
.urgency-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--gold);
    color: var(--ember);
    text-align: center;
    padding: 11px 20px;
    font-weight: 800;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.urgency-bar-icon {
    flex-shrink: 0;
    object-fit: contain;
    height: 30px;
    width: auto;
}

@media (max-width: 720px) {
    .urgency-bar-icon { width: 56px; height: auto; align-self: center; }
}

/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.hero {
    background: radial-gradient(ellipse 120% 80% at 50% -10%, #7a2600 0%, transparent 55%),
                linear-gradient(170deg, #2b0a00 0%, #6b1f00 45%, #3a0f00 100%);
    text-align: center;
    padding: 52px 20px 68px;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(255,199,0,0.10) 0%, transparent 60%);
    pointer-events: none;
}

/* ── Hero visual: capa da Revolução Solar com roda de signos ──── */
.hero-visual {
    width: 520px;
    height: 520px;
    margin: 0 auto 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.solar-rays {
    position: absolute;
    inset: -26px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,199,0,0.22) 0%, transparent 62%),
                repeating-conic-gradient(
                    from 0deg,
                    rgba(255,199,0,0.14) 0deg 4deg,
                    transparent 4deg 15deg
                );
    animation: rays-spin 40s linear infinite;
    pointer-events: none;
}

@keyframes rays-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.solar-ring {
    position: absolute;
    inset: 0;
    animation: ring-spin 90s linear infinite;
}

@keyframes ring-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.solar-ring-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 94px;
    height: 94px;
    margin: -47px;
    --ring-radius: 240px;
    transform: rotate(var(--ring-angle)) translateX(var(--ring-radius)) rotate(calc(var(--ring-angle) * -1));
}

.solar-ring-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    animation: ring-spin-counter 90s linear infinite;
    filter: drop-shadow(0 0 6px rgba(255,199,0,0.35));
    opacity: 0.85;
}

@keyframes ring-spin-counter {
    from { transform: rotate(0deg); }
    to   { transform: rotate(-360deg); }
}

.hero-product-img {
    position: relative;
    z-index: 2;
    width: 312px;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.45)) drop-shadow(0 0 50px rgba(255,153,51,0.35));
    animation: product-float 5s ease-in-out infinite;
}

@keyframes product-float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-10px); }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,199,0,0.10);
    border: 1px solid rgba(255,199,0,0.38);
    color: var(--gold);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 50px;
    margin-bottom: 22px;
}

.hero h1 {
    font-family: 'Fredoka One', 'Jost', sans-serif;
    font-size: clamp(2.4rem, 7vw, 4rem);
    font-weight: normal;
    line-height: 1.1;
    max-width: 820px;
    margin: 24px auto 18px;
    letter-spacing: 0.01em;
    color: var(--white);
}

.hero-sub {
    font-size: clamp(1.05rem, 2.5vw, 1.2rem);
    color: var(--muted);
    max-width: 580px;
    margin: 0 auto 40px;
    line-height: 1.75;
}

/* Price */
.hero-price { margin-bottom: 10px; }

.price-old {
    font-size: 1rem;
    color: var(--muted);
    text-decoration: line-through;
    margin-bottom: 4px;
}

.price-main {
    font-size: clamp(3rem, 9vw, 4.5rem);
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 8px;
}

.price-main small {
    font-size: 0.4em;
    font-weight: 700;
    vertical-align: super;
}

.price-installments {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 18px;
    font-size: 0.9rem;
    color: var(--muted);
    margin-bottom: 30px;
}

.price-installments-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.price-installments-item i { color: var(--green); font-size: 0.8rem; }

/* ── Timer ── */
.timer-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: rgba(255,199,0,0.06);
    border: 1px solid rgba(255,199,0,0.2);
    border-radius: 50px;
    padding: 8px 20px;
    margin-bottom: 20px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.timer-label {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.timer-live {
    display: flex;
    align-items: center;
    gap: 10px;
}

.timer-label .fa-clock { color: var(--gold); }

.timer-display {
    display: flex;
    gap: 2px;
    align-items: center;
}

.timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer-block {
    color: var(--gold);
    font-size: 1.15rem;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    min-width: 26px;
    text-align: center;
}

.timer-unit-label {
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    line-height: 1;
}

.timer-sep {
    color: var(--gold);
    font-size: 1rem;
    font-weight: 900;
    padding: 0 2px;
    margin-bottom: 8px;
}

.timer-expired-msg {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.timer-expired-msg .fa-triangle-exclamation {
    font-size: 1.5rem;
    color: #ff4444;
    animation: pulse-alert 0.8s ease-in-out infinite alternate;
}

.timer-expired-line1 {
    font-size: 1rem;
    font-weight: 900;
    color: #ff4444;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.timer-expired-line2 {
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
    letter-spacing: 0.02em;
}

@keyframes pulse-alert {
    from { opacity: 0.6; transform: scale(0.95); }
    to   { opacity: 1;   transform: scale(1.08); }
}

.timer-section.timer-expired {
    background: rgba(255,40,40,0.10);
    border-color: rgba(255,40,40,0.40);
    transition: background 0.4s, border-color 0.4s;
}

.timer-section.timer-expired .timer-live { display: none; }
.timer-section.timer-expired .timer-expired-msg { display: flex; }

/* ── CTA Buttons ── */
.btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--gold);
    color: var(--ember);
    font-family: 'Jost', sans-serif;
    font-size: clamp(1.1rem, 2.8vw, 1.35rem);
    font-weight: 900;
    text-decoration: none;
    padding: 20px 48px;
    border-radius: var(--radius-btn);
    border: none;
    cursor: pointer;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: transform 0.15s, box-shadow 0.15s;
    animation: pulse-glow 2.5s ease-in-out infinite;
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 50px rgba(255,199,0,0.65);
}

.btn-cta:active { transform: translateY(0); }

@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 28px rgba(255,122,26,0.38); }
    50%       { box-shadow: 0 0 56px rgba(255,199,0,0.72); }
}

.btn-cta .fa-sun,
.sticky-cta .fa-sun {
    font-size: 1.35em;
    display: inline-block;
}

.btn-cta .fa-sun.shake,
.sticky-cta .fa-sun.shake {
    animation: sun-shake 0.6s ease-in-out;
}

@keyframes sun-shake {
    0%          { transform: rotate(0deg)   scale(1); }
    15%         { transform: rotate(-16deg) scale(1.2); }
    30%         { transform: rotate(12deg)  scale(1.15); }
    45%         { transform: rotate(-9deg)  scale(1.1); }
    60%         { transform: rotate(6deg)   scale(1.06); }
    75%         { transform: rotate(-3deg)  scale(1.03); }
    100%        { transform: rotate(0deg)   scale(1); }
}

.barra-segura {
    display: block;
    max-width: 340px;
    width: 100%;
    margin: 14px auto 0;
}

.btn-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.trust-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: var(--muted);
}

.trust-item i { color: var(--green); font-size: 0.85em; }

/* ══════════════════════════════════════════
   SHARED / LAYOUT
══════════════════════════════════════════ */
section { padding: 72px 20px; }

.container { max-width: 900px; margin: 0 auto; }

.section-label {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
}

.section-title {
    text-align: center;
    font-size: clamp(2rem, 5.5vw, 3rem);
    font-weight: 900;
    line-height: 1.14;
    margin-bottom: 14px;
}

.section-title em { font-style: normal; color: var(--gold); }

.section-desc {
    text-align: center;
    color: var(--muted);
    max-width: 560px;
    margin: 0 auto 48px;
    font-size: 1.02rem;
}

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

/* ══════════════════════════════════════════
   O QUE É A REVOLUÇÃO SOLAR
══════════════════════════════════════════ */
.what-section {
    background: linear-gradient(180deg, #260b00 0%, #3a0f00 100%);
}

.what-section .section-title {
    font-family: 'Fredoka One', 'Jost', sans-serif;
    font-weight: normal;
}

.what-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 48px;
}

.what-item {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius);
    padding: 28px 22px;
    text-align: center;
    transition: border-color 0.25s, transform 0.25s;
}

.what-item:hover {
    border-color: rgba(255,199,0,0.35);
    transform: translateY(-4px);
}

.what-item-icon {
    display: block;
    width: 144px;
    height: 144px;
    margin: 0 auto 14px;
}

.what-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 0 18px rgba(255,122,26,0.45));
}

.what-item h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--gold);
}

.what-item p {
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.6;
}

/* ══════════════════════════════════════════
   O QUE VOCÊ RECEBE · INCLUDES
══════════════════════════════════════════ */
.includes-section {
    background: var(--ember);
}

.includes-section .section-title {
    font-family: 'Fredoka One', 'Jost', sans-serif;
    font-weight: normal;
}

.includes-total {
    text-align: center;
    background: rgba(255,199,0,0.1);
    border: 2px solid rgba(255,199,0,0.45);
    border-radius: var(--radius);
    padding: 20px 32px;
    margin-bottom: 40px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.includes-total .it-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
}

.includes-total .it-label .fa-fire { font-size: 1em; color: #ff5a1f; }

.includes-total .it-value {
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    line-height: 1.6;
}

.it-price-old {
    font-size: 1.05rem;
    color: var(--muted);
    text-decoration: line-through;
    font-weight: 600;
}

.it-price-now { font-size: 1rem; color: rgba(255,255,255,0.8); }

.it-price-now strong {
    color: var(--gold);
    font-size: 1.7rem;
    font-weight: 900;
    display: inline-block;
    margin-left: 4px;
}

/* Cards grid */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 18px;
}

.cards-grid-bonus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 48px;
}

.card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius);
    transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.card:hover {
    border-color: rgba(255,199,0,0.38);
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(0,0,0,0.28);
}

/* Card header: sunburst em CSS puro (sem dependência de imagem) */
.card-header {
    position: relative;
    height: 90px;
    flex-shrink: 0;
    border-radius: var(--radius) var(--radius) 0 0;
    overflow: hidden;
}

.card-header::before {
    content: '';
    position: absolute;
    inset: -40% -20%;
    background: repeating-conic-gradient(from 0deg, rgba(255,255,255,0.14) 0deg 3deg, transparent 3deg 18deg);
    opacity: 0.6;
}

.card-header-1 { background: url('../img/card-header-1.webp') center/cover no-repeat, linear-gradient(135deg, #3a0f00 0%, #8a2a00 100%); }
.card-header-2 { background: url('../img/card-header-2.webp') center/cover no-repeat, linear-gradient(135deg, #2b0a00 0%, #a13800 100%); }
.card-header-3 { background: url('../img/card-header-3.webp') center/cover no-repeat, linear-gradient(135deg, #3a0f00 0%, #7a1f00 100%); }
.card-header-4 { background: url('../img/card-header-4.webp') center/cover no-repeat, linear-gradient(135deg, #2b0a00 0%, #8a3a00 100%); }
.card-header-5 { background: url('../img/card-header-5.webp') center/cover no-repeat, linear-gradient(135deg, #3a0f00 0%, #6b1f00 100%); }
.card-header-6 { background: url('../img/card-header-6.webp') center/cover no-repeat, linear-gradient(135deg, #2b0a00 0%, #9c3300 100%); }

.card-icon-wrap {
    position: absolute;
    top: 66px;
    left: 20px;
    width: 52px;
    height: 52px;
    background: var(--ember);
    border: 2px solid rgba(255,199,0,0.38);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--gold);
    z-index: 3;
}

.card-body {
    padding: 36px 22px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-tag-pin {
    position: absolute;
    left: 84px;
    top: 92px;
    transform: translateY(-50%);
}

.card-tag.included.card-tag-pin {
    background: var(--gold) !important;
    border-color: var(--ember) !important;
    color: var(--ember) !important;
}

.card-tag {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
    width: fit-content;
}

.card-tag.included {
    background: rgba(255,255,255,0.07);
    color: var(--muted);
    border: 1px solid rgba(255,255,255,0.12);
}

.card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
}

.card p {
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.55;
    flex: 1;
}

/* ══════════════════════════════════════════
   PARA QUEM É
══════════════════════════════════════════ */
.who-section {
    background: linear-gradient(180deg, #3a0f00 0%, #260b00 100%);
}

.who-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    max-width: 780px;
    margin: 0 auto 48px;
}

.who-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-sm);
    padding: 18px 20px;
    transition: border-color 0.2s;
}

.who-item:hover { border-color: rgba(255,199,0,0.3); }

.who-item-icon {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255,199,0,0.08);
    border: 1px solid #FFC700;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

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

.who-item-text strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 4px;
}

.who-item-text span {
    font-size: 1.05rem;
    color: var(--muted);
    line-height: 1.5;
}

/* ══════════════════════════════════════════
   PROOF SECTION
══════════════════════════════════════════ */
.proof-section { background: var(--ember); }

.stats-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 52px;
    flex-wrap: nowrap;
}

.stat {
    text-align: center;
    background: rgba(255,199,0,0.07);
    border: 1px solid rgba(255,199,0,0.22);
    border-radius: var(--radius);
    padding: 24px 12px;
    flex: 1;
    min-width: 0;
    transition: border-color 0.2s, transform 0.2s;
}

.stat:hover {
    border-color: rgba(255,199,0,0.45);
    transform: translateY(-3px);
}

.stat-num {
    font-size: clamp(1.5rem, 4.5vw, 2.6rem);
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
    text-shadow: 0 0 20px rgba(255,199,0,0.3);
    white-space: nowrap;
}

.stat-num--sm { font-size: clamp(1.125rem, 3.375vw, 1.95rem); }

.stat-label {
    font-size: clamp(0.6rem, 1.8vw, 0.78rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--muted);
    margin-top: 8px;
    text-transform: uppercase;
    line-height: 1.3;
}

/* Testimonials */
.testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.testimonial {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius);
    padding: 26px 22px 22px;
    display: flex;
    flex-direction: column;
}

.stars {
    color: var(--gold);
    font-size: 1.5rem;
    letter-spacing: 4px;
    margin-bottom: 14px;
    text-shadow: 0 0 12px rgba(255,199,0,0.5);
}

.testimonial-text {
    font-size: 0.9rem;
    line-height: 1.65;
    color: rgba(255,255,255,0.88);
    font-style: italic;
    flex: 1;
    margin-bottom: 18px;
    position: relative;
    padding-top: 28px;
}

.testimonial-text::before {
    content: '\201C';
    position: absolute;
    top: -6px;
    left: -4px;
    font-size: 4rem;
    font-style: normal;
    line-height: 1;
    color: var(--gold);
    opacity: 0.25;
    font-family: Georgia, serif;
    pointer-events: none;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
    display: block;
    border: 2px solid rgba(255,199,0,0.35);
}

.testimonial-author {
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--white);
    line-height: 1.3;
}

.testimonial-city {
    font-size: 0.74rem;
    color: var(--muted);
}

/* ══════════════════════════════════════════
   OFFER SECTION
══════════════════════════════════════════ */
.offer-section {
    background: linear-gradient(160deg, #2b0a00 0%, #3a0f00 100%);
    text-align: center;
}

.offer-box {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,199,0,0.26);
    border-radius: 20px;
    padding: 52px 40px 44px;
    max-width: 560px;
    margin: 0 auto;
}

.offer-includes {
    list-style: none;
    margin: 28px 0 36px;
    text-align: left;
}

.offer-includes li {
    font-size: 0.93rem;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255,255,255,0.9);
}

.offer-includes li:last-child { border-bottom: none; }

.offer-includes li .fa-circle-check {
    color: var(--gold);
    font-size: 0.9rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.guarantee {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 24px;
    padding: 18px 20px;
    background: rgba(93,204,93,0.05);
    border: 1px solid rgba(93,204,93,0.2);
    border-radius: var(--radius-sm);
    text-align: left;
}

.guarantee-icon {
    font-size: 2rem;
    color: var(--green);
    flex-shrink: 0;
    line-height: 1;
}

.guarantee-text p {
    font-size: 0.82rem;
    color: var(--muted);
    line-height: 1.5;
    text-align: justify;
}

.security-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.07);
}

.security-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.78rem;
    color: var(--muted);
}

.security-item i { color: var(--green); font-size: 1rem; }

.delivery-note {
    margin-top: 14px;
    font-size: 0.8rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

/* ══════════════════════════════════════════
   SOCIAL SECTION
══════════════════════════════════════════ */
.social-section {
    background: linear-gradient(160deg, #260b00 0%, #3a0f00 100%);
    text-align: center;
}

.social-section .section-desc {
    max-width: 600px;
    margin-bottom: 36px;
}

.social-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-social {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 32px;
    border-radius: var(--radius-btn);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: transform 0.15s, box-shadow 0.15s;
    cursor: pointer;
    border: none;
}

.btn-social:hover { transform: translateY(-2px); }

.btn-instagram {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
    color: #fff;
    box-shadow: 0 4px 20px rgba(253,29,29,0.3);
}

.btn-instagram:hover { box-shadow: 0 8px 30px rgba(253,29,29,0.45); }

.btn-whatsapp {
    background: #25d366;
    color: #fff;
    box-shadow: 0 4px 20px rgba(37,211,102,0.3);
}

.btn-whatsapp:hover { box-shadow: 0 8px 30px rgba(37,211,102,0.45); }

.social-followers {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
}

.social-followers-num {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 6px;
}

.social-followers-text {
    font-size: 0.88rem;
    color: var(--muted);
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
footer {
    background: #1a0800;
    text-align: center;
    padding: 30px 20px;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.3);
    line-height: 1.9;
}

footer a { color: rgba(255,255,255,0.35); text-decoration: none; }

.footer-legal-links { margin-top: 10px; font-size: 0.68rem; }

.footer-legal-link {
    color: rgba(255,255,255,0.28) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}

.footer-legal-link:hover { color: rgba(255,255,255,0.55) !important; }

.footer-legal-sep { margin: 0 8px; }

/* ══════════════════════════════════════════
   MODAIS
══════════════════════════════════════════ */
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2000;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.72);
}

.modal-overlay.modal-open { display: flex; overflow: hidden; padding: 16px; }

.modal-box {
    background: var(--ember-dark);
    border: 1px solid var(--card-border);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    max-height: min(600px, calc(100dvh - 32px));
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0,0,0,0.6);
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    background: rgba(255,255,255,0.05);
    border-bottom: 1px solid var(--card-border);
    flex-shrink: 0;
}

.modal-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 0.03em;
}

.modal-close {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    color: var(--white);
    font-size: 1.9rem;
    line-height: 1;
    cursor: pointer;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
}

.modal-close:hover { background: rgba(255,255,255,0.18); }

.modal-body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 22px;
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.75;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,199,0,0.3) transparent;
}

.modal-body::-webkit-scrollbar { width: 5px; }
.modal-body::-webkit-scrollbar-thumb { background: rgba(255,199,0,0.3); border-radius: 10px; }

.modal-footer {
    padding: 16px 22px;
    border-top: 1px solid var(--card-border);
    flex-shrink: 0;
    text-align: center;
}

.modal-footer .btn-cta {
    width: 100%;
    font-size: 1rem;
    padding: 16px 24px;
    animation: none;
    box-shadow: 0 0 28px rgba(255,199,0,0.32);
}

/* ── Modal de exit-intent: layout de popup promocional dedicado ── */
.modal-box--promo {
    max-width: 440px;
    text-align: center;
    background: radial-gradient(ellipse 140% 90% at 50% 0%, #6b1f00 0%, transparent 55%),
                linear-gradient(160deg, #3a0f00 0%, #200800 100%);
    border-color: rgba(255,199,0,0.35);
    position: relative;
    max-height: calc(100dvh - 32px);
}

.modal-close--float {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    width: 36px;
    height: 36px;
    font-size: 1.6rem;
}

.modal-promo-icon {
    width: 78px;
    height: 78px;
    margin: 36px auto 4px;
    border-radius: 50%;
    background: radial-gradient(circle at 42% 38%, #fff6d8 0%, var(--gold) 30%, var(--sun) 65%, var(--sun-deep) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    color: var(--ember-dark);
    box-shadow: 0 0 40px rgba(255,153,51,0.55), 0 0 90px rgba(255,199,0,0.3);
    flex-shrink: 0;
    animation: promo-icon-pulse 3.2s ease-in-out infinite;
}

@keyframes promo-icon-pulse {
    0%, 100% { box-shadow: 0 0 40px rgba(255,153,51,0.5), 0 0 90px rgba(255,199,0,0.28); transform: scale(1); }
    50%       { box-shadow: 0 0 56px rgba(255,153,51,0.7), 0 0 120px rgba(255,199,0,0.45); transform: scale(1.06); }
}

.modal-promo-body {
    padding: 14px 32px 32px;
    overflow-y: auto;
}

.modal-promo-title {
    font-family: 'Fredoka One', 'Jost', sans-serif;
    font-weight: normal;
    font-size: 1.55rem;
    line-height: 1.3;
    color: var(--white);
    margin-bottom: 12px;
}

.modal-promo-text {
    font-size: 0.92rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.65;
    max-width: 340px;
    margin: 0 auto;
}

.modal-exit-price {
    margin: 20px 0 24px;
}

.modal-exit-price .price-old { font-size: 0.88rem; margin-bottom: 2px; }
.modal-exit-price .price-main { font-size: 2.8rem; margin-bottom: 0; }

.modal-promo-body .btn-cta {
    width: 100%;
    animation: none;
    box-shadow: 0 0 28px rgba(255,199,0,0.32);
}

@media (max-width: 480px) {
    .modal-promo-icon { width: 66px; height: 66px; font-size: 1.8rem; margin-top: 30px; }
    .modal-promo-title { font-size: 1.3rem; }
    .modal-exit-price .price-main { font-size: 2.4rem; }
}

@media (max-width: 720px) {
    .modal-box {
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        border-radius: 0;
        border: none;
    }
    .modal-overlay { align-items: flex-end; }
}

/* ══════════════════════════════════════════
   STICKY CTA (mobile only)
══════════════════════════════════════════ */
.sticky-cta { display: none; }

@media (max-width: 720px) {
    .sticky-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: var(--gold);
        color: var(--ember);
        font-family: 'Jost', sans-serif;
        font-size: 1.25rem;
        font-weight: 900;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        padding: 18px 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        box-shadow: 0 -4px 24px rgba(255,199,0,0.35);
        transform: translateY(100%);
        transition: transform 0.3s ease;
    }

    .sticky-cta--visible { transform: translateY(-7px); }
}

/* ══════════════════════════════════════════
   BARRA DE PROGRESSO
══════════════════════════════════════════ */
#scroll-progress {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: #5C1900;
    z-index: 1000;
    pointer-events: none;
}

#scroll-progress-fill {
    height: 100%;
    width: 0%;
    background: #FFC700;
    transition: width 0.1s linear;
    border-radius: 0 2px 2px 0;
}

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 720px) {
    .cards-grid         { grid-template-columns: 1fr; }
    .cards-grid-bonus   { grid-template-columns: 1fr; }
    .testimonials       { grid-template-columns: 1fr; }
    .what-grid          { grid-template-columns: 1fr; }
    .who-list           { grid-template-columns: 1fr; }
    .stat               { padding: 18px 8px; }
    .stat-num--sm       { font-size: 0.96rem; }
    .offer-box          { padding: 36px 20px 32px; }
    .btn-cta            { width: 100%; max-width: 420px; font-size: 1.25rem; padding: 20px 24px; }
    section             { padding: 52px 20px; }
    .timer-section      { padding: 7px 16px; }
    .social-btns        { flex-direction: column; align-items: stretch; }
    .btn-social         { justify-content: center; }
    footer              { padding-bottom: 87px; }
    #scroll-progress    { height: 7px; }
    .hero-visual        { width: 338px; height: 338px; }
    .solar-ring-item    { width: 68px; height: 68px; margin: -34px; --ring-radius: 160px; }
    .hero-product-img   { width: 215px; }
}

@media (min-width: 721px) and (max-width: 960px) {
    .cards-grid         { grid-template-columns: repeat(2, 1fr); }
    .cards-grid-bonus   { grid-template-columns: repeat(2, 1fr); }
    .testimonials       { grid-template-columns: repeat(2, 1fr); }
    .what-grid          { grid-template-columns: repeat(2, 1fr); }
}

.prazo-destaque {
    display: inline;
    white-space: nowrap;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-color: #f3d46b;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    font-weight: 600;
}
