/* ============================================
   THE FORGOTTEN VERSES — MASTER STYLESHEET
   Catholic / liturgical adaptation
   ============================================ */

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=EB+Garamond:ital,wght@0,400;0,500;1,400&family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ---- CSS VARIABLES ---- */
:root {
    --bg-color: #060504;
    --bg-secondary: #0b0a08;
    --bg-card: #121110;
    --text-color: #e6e1d6;
    --text-muted: #9a948a;
    --gold-primary: #C9A84C;
    --gold-secondary: #b8860b;
    --gold-light: #f0d68a;
    --crimson: #a3171a;
    --crimson-bright: #c12326;
    --crimson-dark: #6e0f10;
    --crimson-glow: rgba(163, 23, 26, 0.45);
    --green-accent: #3a9d5d;
    --green-glow: rgba(58, 157, 93, 0.35);
    --green-cta: #1ba34e;
    --green-cta-bright: #28c462;
    --green-cta-dark: #0a5f2c;
    --green-cta-glow: rgba(34, 180, 90, 0.4);
    --red-urgent: #c0392b;
    --font-heading: 'Cinzel', serif;
    --font-subheading: 'Playfair Display', serif;
    --font-serif: 'EB Garamond', serif;
    --font-body: 'Inter', sans-serif;
    --shadow-gold: 0 0 20px rgba(201, 168, 76, 0.3);
    --max-width: 1200px;
}

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

html { scroll-behavior: smooth; }

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-body);
    line-height: 1.7;
    overflow-x: hidden;
    position: relative;
}

/* ---- CANVAS BACKGROUND ---- */
#particles-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

/* ---- TYPOGRAPHY ---- */
h1, h2, h3 {
    font-family: var(--font-heading);
    color: var(--gold-primary);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    line-height: 1.2;
}

h1 { font-size: 2.6rem; color: #fff; text-shadow: 0 2px 15px rgba(0,0,0,0.8), 0 0 40px rgba(201, 168, 76, 0.1); }
h2 { font-size: 2.2rem; }
h3 { font-size: 1.2rem; color: #fff; text-transform: none; letter-spacing: 0; }

p {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #c2bcb1;
}

a { text-decoration: none; }

strong { color: var(--gold-primary); }

.gold-text {
    color: var(--gold-primary);
    background: linear-gradient(to bottom, #fceabb 0%, #f0d68a 30%, #C9A84C 50%, #b8860b 70%, #f0d68a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    filter: drop-shadow(0 0 8px rgba(201, 168, 76, 0.4));
}

.crimson-text { color: var(--crimson-bright); }

.gold-link { color: var(--gold-primary); text-decoration: underline; }

.highlight {
    background: rgba(163, 23, 26, 0.18);
    color: var(--gold-light);
    padding: 2px 8px;
    border-radius: 3px;
}

/* ---- LAYOUT ---- */
.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

/* ---- CROSS DIVIDER ---- */
.star-divider {
    text-align: center;
    font-size: 1.4rem;
    color: var(--gold-primary);
    margin: 15px 0 30px;
    opacity: 0.6;
    letter-spacing: 12px;
}

/* ---- BADGES ---- */
.badge {
    background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));
    color: #000;
    padding: 6px 18px;
    font-weight: 700;
    font-size: 0.8rem;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(201, 168, 76, 0.5);
    letter-spacing: 1px;
}

.price-badge {
    display: inline-block;
    background: var(--crimson);
    color: #fff;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.price-badge-red {
    display: inline-block;
    background: var(--crimson);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700;
    vertical-align: middle;
}

/* ============================================
   HEADER & NAVIGATION
   ============================================ */
/* ---- OFFER BAR (urgency) ---- */
.offer-bar {
    display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap;
    background: linear-gradient(90deg, #6e0f10, #a3171a 50%, #6e0f10);
    color: #fff; text-align: center;
    font-family: var(--font-body); font-size: 0.95rem; letter-spacing: 0.4px;
    padding: 10px 16px; position: relative; z-index: 101;
    border-bottom: 1px solid rgba(201, 168, 76, 0.45);
}
.offer-bar .offer-bar-text { color: #f6e3d8; font-weight: 600; }
.offer-bar .offer-bar-time {
    font-family: 'Courier New', monospace; font-weight: 800; color: #ffe9a8; font-size: 1.05rem;
    letter-spacing: 1px; background: rgba(0,0,0,0.28); padding: 2px 11px; border-radius: 5px;
}
.offer-bar .offer-bar-extra { color: #f0d68a; font-weight: 600; }
@media (max-width: 640px) {
    .offer-bar { font-size: 0.84rem; padding: 9px 12px; gap: 8px; }
    .offer-bar .offer-bar-extra { display: none; }
}

.header {
    background: rgba(8, 6, 4, 0.96);
    backdrop-filter: blur(16px);
    padding: 16px 0;
    border-bottom: 1px solid rgba(201, 168, 76, 0.2);
    position: relative;
    z-index: 100;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-heading);
    color: var(--gold-primary);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-shadow: 0 0 18px rgba(201, 168, 76, 0.3);
    white-space: nowrap;
}

.logo .logo-cross {
    font-size: 1.45rem;
    color: var(--gold-light);
    filter: drop-shadow(0 0 8px rgba(201, 168, 76, 0.55));
}

.header-nav {
    display: flex;
    gap: 28px;
    align-items: center;
}

.nav-link {
    color: #cfc8bb;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.nav-link:hover, .nav-link.active {
    color: var(--gold-primary);
    text-shadow: 0 0 10px rgba(201, 168, 76, 0.4);
}

.header-cta {
    display: inline-block;
    padding: 10px 22px;
    background: linear-gradient(180deg, rgba(201, 168, 76, 0.18), rgba(201, 168, 76, 0.05));
    border: 1px solid var(--gold-primary);
    color: var(--gold-light);
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: all 0.3s ease;
}

.header-cta:hover {
    background: linear-gradient(180deg, var(--gold-light), var(--gold-primary));
    color: #000;
    box-shadow: 0 0 18px rgba(201, 168, 76, 0.45);
}

@media (max-width: 820px) {
    .header-container { flex-direction: column; text-align: center; gap: 14px; }
    .header-nav { justify-content: center; gap: 16px 18px; flex-wrap: wrap; }
    .nav-link { font-size: 0.76rem; }
    .logo { font-size: 1.2rem; }
}

/* ---- STICKY HEADER ---- */
.sticky-header {
    position: fixed;
    top: -90px;
    left: 0; right: 0;
    background: rgba(6, 5, 4, 0.96);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(201, 168, 76, 0.3);
    padding: 12px 0;
    z-index: 9999;
    transition: top 0.4s ease;
}

.sticky-header.visible { top: 0; }

.sticky-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sticky-title {
    font-family: var(--font-heading);
    color: var(--gold-primary);
    font-size: 0.9rem;
    letter-spacing: 2px;
}

.sticky-right { display: flex; align-items: center; gap: 15px; }
.sticky-price { color: #fff; font-size: 0.9rem; }
.sticky-price s { color: #666; margin-right: 5px; }

.sticky-btn {
    background: var(--green-cta);
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    box-shadow: 0 2px 10px var(--green-cta-glow);
}

.sticky-btn:hover { background: var(--green-cta-bright); transform: translateY(-1px); }

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    padding: 60px 0 100px;
    background: radial-gradient(ellipse at 30% 50%, #19120c 0%, #0a0805 50%, #000000 100%);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -20%; left: -10%;
    width: 60%; height: 80%;
    background: radial-gradient(ellipse, rgba(201, 168, 76, 0.08) 0%, transparent 70%);
    z-index: 0; pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -10%; right: -5%;
    width: 50%; height: 60%;
    background: radial-gradient(ellipse, rgba(163, 23, 26, 0.08) 0%, transparent 70%);
    z-index: 0; pointer-events: none;
}

.hero-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.hero-text { flex: 1.2; min-width: 320px; }
.hero-image { flex: 0.8; min-width: 280px; display: flex; justify-content: center; align-items: center; }

.subheadline {
    font-size: 1.15rem;
    color: #b8b2a6;
    margin-bottom: 25px;
    line-height: 1.8;
}

/* ---- VIEWERS BADGE ---- */
.viewers-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(163, 23, 26, 0.12);
    border: 1px solid rgba(163, 23, 26, 0.35);
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.85rem;
    color: #e08a86;
    margin-bottom: 25px;
}

.live-dot {
    width: 8px; height: 8px;
    background: var(--crimson-bright);
    border-radius: 50%;
    display: inline-block;
    animation: livePulse 1.5s infinite;
}

@keyframes livePulse {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(193, 35, 38, 0.7); }
    50% { opacity: 0.6; box-shadow: 0 0 0 6px rgba(193, 35, 38, 0); }
}

/* ---- BOOK COVER ---- */
.book-container { position: relative; }

.book-cover {
    max-width: 360px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow:
        0 25px 60px rgba(0,0,0,0.8),
        0 0 50px rgba(201, 168, 76, 0.2),
        0 0 100px rgba(201, 168, 76, 0.08);
    transform: perspective(1000px) rotateY(-8deg);
    transition: transform 0.4s ease;
    animation: bookFloat 6s ease-in-out infinite;
    border: 1px solid rgba(201, 168, 76, 0.2);
}

.book-container:hover .book-cover {
    animation-play-state: paused;
    transform: perspective(1000px) rotateY(0deg) scale(1.03);
}

@keyframes bookFloat {
    0%, 100% { transform: perspective(1000px) rotateY(-8deg) translateY(0); }
    50% { transform: perspective(1000px) rotateY(-8deg) translateY(-15px); }
}

/* ---- BOOK DUO (bundle 2-volume set) ---- */
.duo-wrap { text-align: center; width: 100%; }

.duo-set-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));
    color: #000;
    font-weight: 800;
    font-size: 0.72rem;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 7px 20px;
    border-radius: 22px;
    margin-bottom: 26px;
    box-shadow: 0 5px 16px rgba(201, 168, 76, 0.35);
}

.book-duo {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 480px;
    margin: 0 auto;
    perspective: 1600px;
}
@media (max-width: 768px) { .book-duo { height: 420px; } }
@media (max-width: 480px) { .book-duo { height: 340px; } }
.book-duo img {
    position: absolute;
    bottom: 14px;
    width: 57%;
    height: auto;
    border-radius: 7px;
    border: 1px solid rgba(201, 168, 76, 0.35);
    box-shadow: 0 30px 60px rgba(0,0,0,0.9), 0 0 60px rgba(201, 168, 76, 0.18);
}
.book-duo .duo-back {
    right: 0;
    transform: rotateY(16deg);
    transform-origin: left center;
    filter: brightness(0.82);
    z-index: 1;
}
.book-duo .duo-front {
    left: 0;
    transform: rotateY(-10deg);
    transform-origin: right center;
    z-index: 2;
    animation: duoFloat 6s ease-in-out infinite;
}
.book-duo:hover .duo-front { animation-play-state: paused; }

@keyframes duoFloat {
    0%, 100% { transform: rotateY(-10deg) translateY(0); }
    50% { transform: rotateY(-10deg) translateY(-13px); }
}

/* Bundle hero: give the 2-volume set more room so the books read large */
@media (min-width: 769px) {
    .hero-bundle { gap: 36px; align-items: flex-start; }
    .hero-bundle .hero-text { flex: 1 1 0; min-width: 0; }
    .hero-bundle .hero-image { flex: 1 1 0; min-width: 0; position: sticky; top: 90px; align-self: flex-start; padding-top: 12px; }
}

/* ---- TRUST LINE (dignified social proof) ---- */
.trust-line {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.trust-line .stars { color: var(--gold-primary); letter-spacing: 2px; font-size: 1.05rem; }
.trust-line .trust-text { color: #b8b2a6; font-size: 0.92rem; }
.trust-line .trust-text strong { color: #fff; }

/* ---- SLIM COUNTDOWN (tasteful urgency) ---- */
.countdown-slim {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(201, 168, 76, 0.07);
    border: 1px solid rgba(201, 168, 76, 0.28);
    color: var(--gold-light);
    padding: 9px 18px;
    border-radius: 8px;
    font-size: 0.88rem;
    letter-spacing: 0.4px;
    margin: 4px 0 20px;
}
.countdown-slim .cd-time {
    font-family: 'Courier New', monospace;
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 1px;
}

/* ============================================
   OFFER BOX
   ============================================ */
.offer-box {
    background: linear-gradient(180deg, rgba(22, 16, 10, 0.95) 0%, rgba(10, 9, 7, 0.95) 100%);
    border: 1px solid rgba(201, 168, 76, 0.5);
    padding: 35px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 40px rgba(201, 168, 76, 0.15), inset 0 1px 0 rgba(201, 168, 76, 0.15);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.offer-box::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.05), transparent);
    animation: offerShimmer 4s ease-in-out infinite;
}

@keyframes offerShimmer {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

.price-container { margin: 20px 0; }
.regular-price { font-size: 1.1rem; color: #8a857c; }

.strikethrough {
    text-decoration: line-through;
    color: var(--crimson-bright);
    font-size: 1.2rem;
}

.sale-price {
    font-size: 3.2rem;
    font-weight: 900;
    color: #fff;
    margin: 5px 0;
    text-shadow: 0 0 20px rgba(255,255,255,0.1);
}

.price-note { font-size: 0.85rem; color: #948f86; margin-bottom: 0; }

/* ---- COUNTDOWN TIMER ---- */
.countdown-label {
    font-size: 0.9rem;
    color: var(--crimson-bright);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    animation: blink 2s infinite;
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: 'Courier New', monospace;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.time-unit { display: flex; flex-direction: column; align-items: center; line-height: 1; }

.time-unit span {
    background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
    padding: 8px 14px;
    border-radius: 6px;
    color: var(--crimson-bright);
    border: 1px solid #333;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.5);
    min-width: 55px;
    text-align: center;
}

.time-unit small {
    font-size: 0.55rem;
    color: #6b665d;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: var(--font-body);
    letter-spacing: 1px;
}

.time-sep { color: var(--crimson-bright); font-size: 2rem; font-weight: 700; padding-bottom: 15px; }

@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }

/* ============================================
   CTA BUTTON
   ============================================ */
.cta-button {
    display: block;
    width: 100%;
    padding: 20px 30px;
    background: linear-gradient(180deg, var(--green-cta-bright) 0%, var(--green-cta) 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.25rem;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    box-shadow: 0 5px 0 var(--green-cta-dark), 0 8px 25px var(--green-cta-glow);
    transition: all 0.2s ease;
    margin: 15px 0;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.cta-button::after {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.10) 50%, transparent 70%);
    animation: btnShine 3s infinite;
}

@keyframes btnShine {
    0% { transform: translateX(-100%) rotate(45deg); }
    100% { transform: translateX(100%) rotate(45deg); }
}

.cta-button:hover {
    background: linear-gradient(180deg, #34d46e 0%, var(--green-cta-bright) 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 0 var(--green-cta-dark), 0 15px 35px rgba(34, 180, 90, 0.5);
}

.cta-button:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 var(--green-cta-dark), 0 3px 8px var(--green-cta-glow);
}

.cta-gold {
    background: linear-gradient(180deg, var(--gold-primary) 0%, var(--gold-secondary) 100%);
    color: #000;
    box-shadow: 0 5px 0 #8B6914, 0 8px 25px rgba(201, 168, 76, 0.3);
}

.cta-gold:hover {
    background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold-primary) 100%);
    box-shadow: 0 8px 0 #8B6914, 0 15px 35px rgba(201, 168, 76, 0.4);
}

/* Pulse Animation */
.pulse-animation { animation: pulse 2s infinite, btnScale 2s ease-in-out infinite; }

@keyframes pulse {
    0% { box-shadow: 0 5px 0 var(--green-cta-dark), 0 0 0 0 rgba(34, 180, 90, 0.5); }
    70% { box-shadow: 0 5px 0 var(--green-cta-dark), 0 0 0 15px rgba(34, 180, 90, 0); }
    100% { box-shadow: 0 5px 0 var(--green-cta-dark), 0 0 0 0 rgba(34, 180, 90, 0); }
}

@keyframes btnScale { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.04); } }

.cta-gold.pulse-animation { animation: pulseGold 2s infinite, btnScale 2s ease-in-out infinite; }

@keyframes pulseGold {
    0% { box-shadow: 0 5px 0 #8B6914, 0 0 0 0 rgba(201, 168, 76, 0.5); }
    70% { box-shadow: 0 5px 0 #8B6914, 0 0 0 15px rgba(201, 168, 76, 0); }
    100% { box-shadow: 0 5px 0 #8B6914, 0 0 0 0 rgba(201, 168, 76, 0); }
}

.secure-badge { font-size: 0.8rem; color: #948f86; text-align: center; margin-top: 5px; }
.secure-badge .lock { color: var(--green-accent); }

/* ============================================
   PROBLEM SECTION
   ============================================ */
.problem-section {
    background: var(--bg-secondary);
    text-align: center;
    border-top: 1px solid rgba(201, 168, 76, 0.15);
    border-bottom: 1px solid rgba(201, 168, 76, 0.15);
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.problem-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #222019;
    padding: 30px 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.problem-card:hover { border-color: rgba(163, 23, 26, 0.45); transform: translateY(-3px); }
.problem-icon { font-size: 2.5rem; margin-bottom: 15px; }
.problem-highlight { font-size: 1.2rem; color: var(--text-color); margin-top: 30px; }

/* ============================================
   BENEFITS SECTION
   ============================================ */
.benefits-section { background: var(--bg-color); }
.section-header { text-align: center; margin-bottom: 50px; }

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.benefit-card {
    background: linear-gradient(180deg, #17150f 0%, #0e0d0a 100%);
    padding: 35px 25px;
    border: 1px solid #262219;
    border-radius: 12px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold-primary), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}

.benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(201, 168, 76, 0.5);
    box-shadow: 0 15px 40px rgba(201, 168, 76, 0.15), 0 0 30px rgba(201, 168, 76, 0.08);
}

.benefit-card:hover::before { opacity: 1; }

.benefit-icon { font-size: 3rem; margin-bottom: 20px; filter: drop-shadow(0 0 10px rgba(201, 168, 76, 0.3)); }

/* ---- INSIDE-THE-BOOK LIST ---- */
.inside-list {
    max-width: 760px;
    margin: 10px auto 0;
    list-style: none;
}
.inside-list li {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    background: rgba(255,255,255,0.02);
    border: 1px solid #221f18;
    border-left: 3px solid var(--gold-primary);
    border-radius: 8px;
    padding: 18px 22px;
    margin-bottom: 14px;
    font-size: 1.05rem;
    color: #d8d2c6;
    transition: all 0.3s ease;
}
.inside-list li:hover { border-color: rgba(201,168,76,0.4); border-left-color: var(--gold-primary); transform: translateX(4px); }
.inside-list li .cross { color: var(--gold-primary); font-size: 1.2rem; flex-shrink: 0; line-height: 1.4; }
.inside-list li strong { color: #fff; }

/* ============================================
   AUTHOR / COMPILER SECTION
   ============================================ */
.author-section {
    background: linear-gradient(135deg, #100d08 0%, #0a0805 50%, #050403 100%);
    border-top: 1px solid rgba(201, 168, 76, 0.2);
    border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}

.author-content { text-align: center; max-width: 720px; margin: 0 auto; }

.author-badge {
    display: inline-block;
    background: rgba(201, 168, 76, 0.15);
    color: var(--gold-primary);
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 15px;
    border: 1px solid rgba(201, 168, 76, 0.3);
}

.author-stats { display: flex; justify-content: center; gap: 40px; margin-top: 35px; flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; align-items: center; }
.stat-number { font-family: var(--font-heading); font-size: 2rem; color: var(--gold-primary); font-weight: 700; }
.stat-label { font-size: 0.8rem; color: #948f86; text-transform: uppercase; letter-spacing: 1px; margin-top: 5px; }

/* ============================================
   BUNDLE SECTION
   ============================================ */
.bundle-section {
    background: radial-gradient(ellipse at center, #1a1407 0%, #0a0805 60%, #050403 100%);
    padding: 80px 0;
}

.bundle-box {
    max-width: 720px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(201, 168, 76, 0.08) 0%, rgba(10, 9, 5, 0.95) 30%, rgba(10, 9, 5, 0.98) 100%);
    border: 2px solid var(--gold-primary);
    border-radius: 15px;
    padding: 45px 40px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 80px rgba(201, 168, 76, 0.2), 0 0 150px rgba(201, 168, 76, 0.05);
}

.bundle-badge {
    position: absolute;
    top: -15px; left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));
    color: #000;
    padding: 6px 25px;
    border-radius: 25px;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 1px;
    white-space: nowrap;
}

.bundle-description {
    font-style: italic;
    color: #c6c0b4;
    margin: 15px 0 30px;
    font-family: var(--font-subheading);
    font-size: 1.05rem;
    line-height: 1.8;
}

.bundle-items { text-align: left; max-width: 460px; margin: 0 auto 30px; }

.bundle-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-size: 1.05rem;
    color: #ddd6c9;
}

.bundle-item:last-child { border-bottom: none; }
.bundle-item .check { color: var(--gold-primary); font-size: 1.3rem; font-weight: 700; flex-shrink: 0; }
.bundle-item em { color: var(--gold-primary); font-size: 0.9rem; }

.bundle-price { margin: 25px 0 15px; }
.bundle-total { display: block; color: #8a857c; font-size: 1.1rem; margin-bottom: 5px; }
.bundle-total s { color: var(--crimson-bright); }
.bundle-actual { font-size: 3.5rem; font-weight: 900; color: var(--gold-primary); text-shadow: 0 0 30px rgba(201, 168, 76, 0.3); }

/* ============================================
   FINAL CTA SECTION
   ============================================ */
.final-cta { text-align: center; background: radial-gradient(circle, #14110b 0%, #050403 100%); padding: 100px 0; }

.offer-box-final {
    background: var(--bg-card);
    padding: 45px;
    max-width: 600px;
    margin: 40px auto 0;
    border: 2px solid var(--gold-primary);
    border-radius: 12px;
    box-shadow: 0 0 50px rgba(201, 168, 76, 0.15);
}

.price-container-final {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.strikethrough-big { font-size: 2rem; text-decoration: line-through; color: #5c574f; }
.price-big { font-size: 3.5rem; font-weight: 900; color: #fff; text-shadow: 0 0 20px rgba(255,255,255,0.1); }
.countdown-container-small { margin-top: 15px; }
.countdown-label-small { font-size: 0.9rem; color: var(--crimson-bright); font-weight: 600; }

/* ============================================
   GUARANTEE SECTION
   ============================================ */
.guarantee-section { background: var(--bg-secondary); padding: 60px 0; }

.guarantee-box {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255,255,255,0.02);
    border: 1px solid #221f18;
    border-radius: 12px;
    padding: 40px;
}

.guarantee-shield { font-size: 4rem; margin-bottom: 15px; }
.guarantee-box h2 { font-size: 1.8rem; }

/* ============================================
   FAQ SECTION
   ============================================ */
.faq-section { background: var(--bg-color); padding: 80px 0; }
.faq-list { max-width: 750px; margin: 0 auto; }

.faq-item {
    border: 1px solid #221f18;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.3s;
}

.faq-item:hover { border-color: rgba(201, 168, 76, 0.4); }

.faq-question {
    width: 100%;
    padding: 20px 25px;
    background: var(--bg-card);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1.05rem;
    font-family: var(--font-body);
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.faq-question:hover { background: #1a1813; }

.faq-toggle { font-size: 1.5rem; color: var(--gold-primary); transition: transform 0.3s; flex-shrink: 0; margin-left: 15px; }
.faq-item.active .faq-toggle { transform: rotate(45deg); }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background: rgba(0,0,0,0.3);
}

.faq-item.active .faq-answer { max-height: 320px; padding: 20px 25px; }
.faq-answer p { font-size: 1rem; color: #b3ada2; line-height: 1.7; margin: 0; }

/* ============================================
   DIGITAL PRODUCT NOTICE
   ============================================ */
.digital-notice {
    background: var(--bg-secondary);
    border-top: 1px solid rgba(201, 168, 76, 0.15);
    padding: 45px 0;
}
.digital-notice-box {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 22px;
    background: rgba(201, 168, 76, 0.05);
    border: 1px solid rgba(201, 168, 76, 0.25);
    border-radius: 12px;
    padding: 28px 32px;
    text-align: left;
}
.digital-notice-icon { font-size: 2.6rem; flex-shrink: 0; }
.digital-notice-box h4 {
    font-family: var(--font-heading);
    color: var(--gold-primary);
    font-size: 1.05rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.digital-notice-box p { font-size: 0.95rem; color: #aaa498; margin: 0; line-height: 1.6; }
@media (max-width: 560px) {
    .digital-notice-box { flex-direction: column; text-align: center; gap: 12px; }
}

/* ============================================
   FOOTER
   ============================================ */
footer {
    background: #000;
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #1a1813;
    position: relative;
    z-index: 2;
}

footer p { color: #6b665d; font-size: 0.8rem; }

footer a { color: #7a756c; text-decoration: none; margin: 0 10px; transition: color 0.3s; }
footer a:hover { color: var(--gold-primary); }

.disclaimer {
    margin-top: 15px;
    font-size: 0.7rem !important;
    color: #4a463f !important;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   EXIT INTENT POPUP
   ============================================ */
.exit-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    padding: 20px;
    animation: fadeIn 0.3s ease;
}

.exit-popup-overlay.active { display: flex; }

.exit-popup {
    background: linear-gradient(180deg, #1a1712 0%, #0a0805 100%);
    border: 2px solid var(--gold-primary);
    border-radius: 15px;
    padding: 45px 40px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    position: relative;
    box-shadow: 0 0 80px rgba(201, 168, 76, 0.2);
    animation: popupSlide 0.4s ease;
}

@keyframes popupSlide {
    from { transform: translateY(-30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.exit-close {
    position: absolute;
    top: 15px; right: 20px;
    background: none;
    border: none;
    color: #6b665d;
    font-size: 2rem;
    cursor: pointer;
    transition: color 0.3s;
    line-height: 1;
}

.exit-close:hover { color: #fff; }
.exit-popup h2 { font-size: 1.6rem; color: #fff; margin-bottom: 10px; }
.exit-subtitle { color: #b3ada2; font-style: italic; font-family: var(--font-subheading); margin-bottom: 5px; }
.exit-no-thanks { margin-top: 10px; }
.exit-no-thanks a { color: #6b665d; font-size: 0.8rem; text-decoration: underline; transition: color 0.3s; }
.exit-no-thanks a:hover { color: #948f86; }

/* ============================================
   SCROLL REVEAL ANIMATIONS
   ============================================ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-stagger { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal-stagger.visible { opacity: 1; transform: translateY(0); }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ============================================
   RESPONSIVE — MOBILE FIRST
   ============================================ */
@media (max-width: 480px) {
    h1 { font-size: 1.85rem; }
    h2 { font-size: 1.5rem; }
    .sale-price { font-size: 2.5rem; }
    .price-big { font-size: 2.5rem; }
    .bundle-actual { font-size: 2.5rem; }
    .countdown { font-size: 1.5rem; gap: 4px; }
    .time-unit span { padding: 6px 8px; min-width: 42px; font-size: 1.4rem; }
    .time-sep { font-size: 1.4rem; }
    .cta-button { font-size: 1rem; padding: 16px 20px; }
    .offer-box { padding: 20px 15px; }
    .bundle-box { padding: 30px 20px; }
    .offer-box-final { padding: 30px 20px; }
    .exit-popup { padding: 30px 20px; }
    .author-stats { gap: 25px; }
    .stat-number { font-size: 1.6rem; }
    .inside-list li { font-size: 0.98rem; padding: 15px 16px; }
}

@media (max-width: 768px) {
    h1 { font-size: 2.1rem; }
    .hero { padding: 40px 0 60px; }
    .hero-content { flex-direction: column; text-align: center; gap: 30px; align-items: stretch; }
    .hero-image { order: 1; margin-top: 10px; width: 100%; }
    .hero-text { min-width: auto; }
    .book-cover { max-width: 260px; }
    .viewers-badge { justify-content: center; }
    .problem-grid { grid-template-columns: 1fr; }
    .benefits-grid { grid-template-columns: 1fr 1fr; }
    .bundle-items { max-width: 100%; }
    .price-container-final { flex-direction: column; gap: 5px; }
    .sticky-title { display: none; }
    .sticky-inner { justify-content: center; }
}

@media (max-width: 600px) {
    .benefits-grid { grid-template-columns: 1fr; }
}

@media (min-width: 1200px) {
    h1 { font-size: 2.9rem; }
    .hero { padding: 70px 0 100px; }
}

/* ============================================
   LIVE REVIEWS SECTION
   ============================================ */
.live-reviews-section {
    background: linear-gradient(135deg, #060504 0%, #0a0805 100%);
    border-top: 1px solid rgba(201, 168, 76, 0.1);
    border-bottom: 1px solid rgba(201, 168, 76, 0.1);
    position: relative;
    overflow: hidden;
}

.reviews-container { display: flex; flex-direction: column; gap: 30px; max-width: 900px; margin: 0 auto; }

.review-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(201, 168, 76, 0.2);
    border-radius: 12px;
    padding: 30px;
    position: relative;
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(20px);
}

.review-card.visible { opacity: 1; transform: translateY(0); }

.review-card:hover {
    border-color: rgba(201, 168, 76, 0.5);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.review-author { display: flex; align-items: center; gap: 15px; }

.author-avatar {
    width: 45px; height: 45px;
    background: var(--gold-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 800;
    font-size: 1.2rem;
    font-family: var(--font-heading);
}

.author-info h4 { color: #fff; font-size: 1.1rem; margin: 0; font-family: var(--font-body); }
.author-info p { color: #948f86; font-size: 0.85rem; margin: 0; }

.review-rating { color: var(--gold-primary); font-size: 1.1rem; letter-spacing: 2px; }

.review-text { font-size: 1.1rem; line-height: 1.7; color: #d2ccc0; font-style: italic; margin-bottom: 20px; }

.review-product-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(58, 157, 93, 0.1);
    color: var(--green-accent);
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(58, 157, 93, 0.3);
}

.review-product-tag.tag-gold {
    background: rgba(201, 168, 76, 0.1);
    color: var(--gold-primary);
    border-color: rgba(201, 168, 76, 0.3);
}

.live-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    color: var(--green-accent);
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.live-indicator .dot {
    width: 10px; height: 10px;
    background: var(--green-accent);
    border-radius: 50%;
    animation: livePulseGreen 1.5s infinite;
}

@keyframes livePulseGreen {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(58, 157, 93, 0.6); }
    50% { opacity: 0.6; box-shadow: 0 0 0 8px rgba(58, 157, 93, 0); }
}

.rating-summary {
    text-align: center;
    margin-bottom: 35px;
}
.rating-summary .stars { color: var(--gold-primary); font-size: 1.6rem; letter-spacing: 3px; }
.rating-summary .rating-text { color: #b3ada2; font-size: 0.95rem; margin-top: 6px; }
.rating-summary .rating-text strong { color: #fff; }

/* ============================================
   REAL-TIME PURCHASE TOAST
   ============================================ */
.purchase-toast {
    position: fixed;
    bottom: 25px; left: 25px;
    background: rgba(10, 9, 7, 0.96);
    border: 1px solid rgba(201, 168, 76, 0.4);
    border-left: 4px solid var(--gold-primary);
    padding: 15px 20px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 99999;
    transform: translateX(-150%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    max-width: 320px;
}

.purchase-toast.show { transform: translateX(0); opacity: 1; }

.toast-img { width: 45px; height: 60px; object-fit: cover; border-radius: 3px; box-shadow: 0 2px 5px rgba(0,0,0,0.5); }
.toast-content p { margin: 0; font-size: 0.9rem; line-height: 1.4; color: #e0dacd; }
.toast-content .toast-name { font-weight: 700; color: var(--gold-primary); }
.toast-time { font-size: 0.75rem; color: #948f86; margin-top: 4px; display: block; }

/* ============================================
   CATALOG PAGE STYLES
   ============================================ */
.catalog-section { padding: 60px 0; }

.catalog-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
}

.catalog-card {
    background: rgba(16, 14, 11, 0.9);
    border: 1px solid rgba(201, 168, 76, 0.3);
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 300px;
    max-width: 360px;
    transition: all 0.4s ease;
}

.catalog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.8), 0 0 20px rgba(201, 168, 76, 0.15);
}

.catalog-card.bundle-highlight {
    border: 2px solid var(--gold-primary);
    box-shadow: 0 0 30px rgba(201, 168, 76, 0.2);
    transform: scale(1.05);
    background: linear-gradient(180deg, rgba(22, 16, 10, 0.95) 0%, rgba(10, 9, 7, 0.95) 100%);
    z-index: 10;
}

.catalog-card.bundle-highlight:hover { transform: scale(1.05) translateY(-5px); }

@media (max-width: 1000px) {
    .catalog-card.bundle-highlight { transform: scale(1); }
    .catalog-card.bundle-highlight:hover { transform: translateY(-5px); }
    .catalog-grid { flex-direction: column; align-items: center; }
    .catalog-card { max-width: 450px; }
}

.catalog-card-badge {
    background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));
    color: #000;
    font-weight: 800;
    font-size: 0.78rem;
    padding: 6px 15px;
    position: absolute;
    top: -15px; left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    white-space: nowrap;
    box-shadow: 0 5px 15px rgba(201, 168, 76, 0.4);
}

.catalog-image {
    width: 200px;
    height: auto;
    margin: 0 auto 25px;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    border: 1px solid rgba(201,168,76,0.3);
}

.catalog-image-duo {
    width: 100%;
    max-width: 240px;
    height: 250px;
    margin: 0 auto 25px;
    position: relative;
}
.catalog-image-duo img {
    position: absolute;
    width: 152px;
    border-radius: 6px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.65);
    border: 1px solid rgba(201,168,76,0.3);
    bottom: 0;
}
.catalog-image-duo .duo-a { left: 4px; transform: rotate(-7deg); z-index: 1; filter: brightness(0.85); }
.catalog-image-duo .duo-b { right: 4px; transform: rotate(7deg); z-index: 2; }

.catalog-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 10px;
    min-height: 60px;
}

.catalog-subtitle {
    font-family: var(--font-subheading);
    font-style: italic;
    color: #f3e9cf;
    font-size: 1.08rem;
    line-height: 1.55;
    margin-bottom: 16px;
    min-height: 24px;
}

.catalog-price {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 900;
    color: var(--gold-primary);
    margin-bottom: 25px;
    text-shadow: 0 0 15px rgba(201, 168, 76, 0.3);
}
.catalog-price s { font-size: 1.2rem; color: var(--crimson-bright); }

.catalog-benefits { list-style: none; text-align: left; margin-bottom: 30px; flex-grow: 1; }

.catalog-benefits li {
    font-size: 1rem;
    color: #d8d2c6;
    margin-bottom: 15px;
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
}

.catalog-benefits li::before {
    content: '✝';
    position: absolute;
    left: 0; top: 0;
    color: var(--gold-primary);
    font-weight: bold;
    font-size: 1.1rem;
}

/* ============================================
   CURIOSITY PEEK (conversion centerpiece)
   ============================================ */
.curiosity-section {
    background: radial-gradient(ellipse at 50% 0%, #15100a 0%, #0a0805 55%, #070504 100%);
    border-top: 1px solid rgba(201,168,76,.18);
    border-bottom: 1px solid rgba(201,168,76,.18);
}
.curiosity-intro {
    max-width: 730px;
    margin: 0 auto 46px;
    text-align: center;
    font-family: var(--font-serif);
    font-size: 1.28rem;
    color: #d4cec2;
    font-style: italic;
    line-height: 1.85;
}
.curiosity-list { max-width: 850px; margin: 0 auto; list-style: none; }
.curiosity-item {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    background: linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.012));
    border: 1px solid #262219;
    border-left: 3px solid var(--crimson);
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 18px;
    transition: all .35s ease;
}
.curiosity-item:hover {
    border-color: rgba(201,168,76,.45);
    border-left-color: var(--crimson-bright);
    transform: translateX(6px);
    box-shadow: 0 14px 34px rgba(0,0,0,.55);
}
.curiosity-num {
    flex-shrink: 0;
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--gold-primary);
    width: 48px; height: 48px;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid rgba(201,168,76,.4);
    border-radius: 50%;
    background: rgba(201,168,76,.06);
    text-shadow: 0 0 12px rgba(201,168,76,.4);
    letter-spacing: 0;
}
.curiosity-text { font-size: 1.15rem; line-height: 1.65; color: #ddd6c9; margin: 0; padding-top: 7px; }
.curiosity-text strong { color: var(--gold-light); font-weight: 700; }
.curiosity-lockline {
    text-align: center;
    color: var(--gold-light);
    font-family: var(--font-subheading);
    font-style: italic;
    font-size: 1.18rem;
    margin: 44px auto 24px;
    max-width: 640px;
}
.curiosity-cta-wrap { max-width: 460px; margin: 0 auto; text-align: center; }
.date-accent { color: var(--crimson-bright); font-weight: 600; }
@media (max-width: 480px) {
    .curiosity-item { gap: 14px; padding: 18px 16px; }
    .curiosity-num { width: 40px; height: 40px; font-size: 1.15rem; }
    .curiosity-text { font-size: 1.05rem; }
    .curiosity-intro { font-size: 1.12rem; }
    .curiosity-lockline { font-size: 1.05rem; }
}

/* ============================================
   DOWNLOAD / THANK-YOU PAGE
   ============================================ */
.download-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.checkmark-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(58, 157, 93, 0.15);
    border: 3px solid var(--green-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    animation: checkPop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    opacity: 0;
    transform: scale(0.3);
    box-shadow: 0 0 40px rgba(58, 157, 93, 0.3);
}

@keyframes checkPop {
    0% { opacity: 0; transform: scale(0.3); }
    60% { opacity: 1; transform: scale(1.15); }
    100% { opacity: 1; transform: scale(1); }
}

.checkmark-circle svg { width: 50px; height: 50px; }
.checkmark-circle svg path {
    stroke: var(--green-accent);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: checkDraw 0.5s 0.4s ease forwards;
}
@keyframes checkDraw { to { stroke-dashoffset: 0; } }

.download-thank-you {
    font-family: var(--font-body);
    font-size: 1.1rem;
    color: var(--green-accent);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 10px;
    animation: fadeIn 0.6s 0.3s ease both;
}

.download-title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    color: var(--gold-primary);
    background: linear-gradient(to bottom, #fceabb 0%, #f0d68a 30%, #C9A84C 50%, #b8860b 70%, #f0d68a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 8px rgba(201, 168, 76, 0.4));
    margin-bottom: 8px;
    animation: fadeIn 0.6s 0.5s ease both;
}

.download-subtitle {
    font-family: var(--font-subheading);
    font-size: 1.15rem;
    color: #b3ada2;
    font-style: italic;
    margin-bottom: 35px;
    animation: fadeIn 0.6s 0.6s ease both;
}

.download-cover {
    width: 150px;
    height: auto;
    margin: 0 auto 35px;
    border-radius: 6px;
    border: 1px solid rgba(201,168,76,0.3);
    box-shadow: 0 20px 45px rgba(0,0,0,0.8), 0 0 35px rgba(201,168,76,0.18);
    animation: fadeIn 0.6s 0.7s ease both;
}

.download-btn {
    display: inline-block;
    width: 100%;
    max-width: 480px;
    padding: 22px 30px;
    background: linear-gradient(180deg, var(--gold-primary) 0%, var(--gold-secondary) 100%);
    color: #000;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.3rem;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    box-shadow: 0 5px 0 #8B6914, 0 8px 25px rgba(201, 168, 76, 0.3);
    transition: all 0.2s ease;
    margin: 0 auto 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    animation: fadeIn 0.6s 0.8s ease both, pulseGold 2s 1.4s infinite, btnScale 2s 1.4s ease-in-out infinite;
}

.download-btn::after {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.1) 50%, transparent 70%);
    animation: btnShine 3s infinite;
}

.download-btn:hover {
    background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold-primary) 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 0 #8B6914, 0 15px 35px rgba(201, 168, 76, 0.4);
}
.download-btn:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #8B6914, 0 3px 8px rgba(201, 168, 76, 0.3);
}

.rabbi-message {
    max-width: 560px;
    margin: 40px auto 0;
    padding: 30px;
    background: rgba(201, 168, 76, 0.06);
    border: 1px solid rgba(201, 168, 76, 0.2);
    border-radius: 12px;
    animation: fadeIn 0.6s 1s ease both;
}
.rabbi-message .star-divider { margin: 0 0 15px; font-size: 1.2rem; }
.rabbi-message p {
    font-family: var(--font-subheading);
    font-size: 1.1rem;
    color: #cfc8bb;
    font-style: italic;
    line-height: 1.8;
    margin: 0;
}

.support-message {
    margin-top: 40px;
    font-size: 0.85rem;
    color: #7a756c;
    animation: fadeIn 0.6s 1.2s ease both;
}
.support-message a { color: var(--gold-primary); text-decoration: underline; }

@media (max-width: 480px) {
    .download-title { font-size: 1.7rem; }
    .download-btn { font-size: 1rem; padding: 18px 20px; }
    .checkmark-circle { width: 80px; height: 80px; }
    .checkmark-circle svg { width: 40px; height: 40px; }
}
