/* 
   FULL AGGRESSIVE FUNNEL THEME
   - Optimized for 3G (No External Fonts)
*/

:root {
    --red: #d32f2f;
    --red-dark: #b71c1c; 
    --yellow: #ffd600; 
    --black: #111111;
    --grey-bg: #eeeeee;
}

* { box-sizing: border-box; outline: none; }
body { 
    margin: 0; padding: 0; 
    /* OPTIMIZED FONT: No download required */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: var(--grey-bg);
    padding-bottom: 70px;
    color: #222;
}

/* OPTIMIZED: Prevents layout shift while images load */
img { 
    width: 100%; 
    display: block; 
    height: auto; 
    aspect-ratio: attr(width) / attr(height);
}

/* OPTIMIZED FONT: Uses Impact or Arial Narrow instead of Oswald */
h1, h2, h3 { 
    font-family: Impact, "Arial Narrow", "Helvetica Neue", sans-serif;
    text-transform: uppercase; margin: 0; line-height: 1.1; letter-spacing: 0.5px; 
}

p { line-height: 1.6; font-size: 1.05rem; margin-bottom: 15px; }

/* Wrapper */
.wrapper {
    max-width: 480px; 
    margin: 0 auto; 
    background: white;
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
}

/* HEADER ALERT */
.alert-bar {
    background: #000; color: #fff; text-align: center;
    padding: 8px; font-weight: bold; font-size: 0.9rem;
    font-family: Impact, "Arial Narrow", sans-serif;
    border-bottom: 4px solid var(--red);
}

/* HERO SECTION */
.hero { background: #fff; padding-bottom: 15px; }
.hero-padding { padding: 25px 15px 15px 15px; text-align: center; }
.headline { font-size: 2.1rem; color: var(--black); font-weight: 700; margin: 0; }
.highlight { background: var(--yellow); padding: 0 5px; color: black; }

/* MEDIA BOX */
.media-box-full {
    width: 100%; margin-bottom: 0px; 
    position: relative;
    border-top: 4px solid #000; border-bottom: 4px solid #000;
    background: #f0f0f0; /* Loading placeholder color */
    min-height: 200px;
}
.image-hero-box { position: relative; }
.stock-badge {
    position: absolute; top: 15px; right: 15px;
    background: var(--red); color: white;
    font-weight: bold; padding: 5px 10px; font-size: 0.8rem;
    z-index: 5; border: 2px solid white; 
    transform: rotate(2deg); box-shadow: 0 3px 6px rgba(0,0,0,0.4);
}

/* CTA BOX & ANIMATION */
.hero-cta-box { 
    background: #fffde7; padding: 20px 15px; border-bottom: 1px solid #ddd; 
    text-align: center; margin-top: 0;
}
.cta-text { margin: 10px 0; font-size: 1.1rem; color: #333; font-weight: 600; }

.price-flash { 
    font-size: 3rem; 
    font-family: Impact, "Arial Narrow", sans-serif; 
    font-weight: 900; 
    color: var(--red); margin: 5px 0 15px 0; 
    text-shadow: 2px 2px 0px rgba(0,0,0,0.1); line-height: 1;
}
.heartbeat-animation { animation: heartbeat 1.5s ease-in-out infinite; }
@keyframes heartbeat {
    0% { transform: scale(1); }
    15% { transform: scale(1.1); color: #ff0000; }
    30% { transform: scale(1); color: var(--red); }
    45% { transform: scale(1.1); color: #ff0000; }
    100% { transform: scale(1); }
}

.btn-main {
    display: block; width: 100%; background: var(--red); color: white;
    font-size: 1.6rem; 
    font-family: Impact, "Arial Narrow", sans-serif;
    text-decoration: none;
    padding: 18px; border-bottom: 6px solid var(--red-dark); text-align: center;
    border-radius: 4px; box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    text-transform: uppercase; margin-top: 10px;
}
.btn-main:active { transform: translateY(4px); border-bottom: 2px solid var(--red-dark); box-shadow: none; }
.small-trust { font-size: 0.9rem; margin-top: 12px; font-weight: 700; color: #333; }

/* PAIN SECTION */
.pain-section { background: #1a1a1a; color: white; padding: 30px 20px; text-align: center; border-top: 4px solid #000; }
.pain-section h2 { color: var(--yellow); font-size: 1.7rem; margin-bottom: 20px; }
.pain-item { 
    display: flex; align-items: center; background: rgba(255,255,255,0.1); 
    padding: 12px; margin-bottom: 10px; border-left: 5px solid var(--red);
}
.x-mark { font-size: 1.2rem; margin-right: 15px; }
.pain-item p { text-align: left; margin: 0; font-size: 1rem; }

/* LONG COPY SALES LETTER */
.long-sales-letter { padding: 30px 20px; background: white; color: #333; }
.letter-header { display: flex; align-items: center; gap: 15px; border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-bottom: 20px; }
.avatar-img { width: 50px; height: 50px; border-radius: 50%; border: 2px solid #ccc; }
.letter-meta { font-size: 0.9rem; line-height: 1.4; }
.intro-paragraph { font-size: 1.2rem; }

.text-red { color: var(--red); font-weight: bold; background: #fff3e0; padding: 0 3px; }

.media-box-full-text { width: calc(100% + 40px); margin: 25px -20px; position: relative; border-top: 2px solid #000; border-bottom: 2px solid #000; }
.caption { text-align: center; font-size: 0.85rem; font-style: italic; color: #555; background: #eee; padding: 5px; margin: 0; }

.long-sales-letter h3 { font-size: 1.8rem; margin: 30px 0 15px; color: var(--black); text-align: left; border-bottom: 3px solid var(--yellow); display: inline-block; }

.yellow-box { background: #fff9c4; padding: 20px; border: 2px dashed #fbc02d; margin: 25px 0; border-radius: 6px; text-align: center; }

/* VISUAL PROOF */
.visual-proof { padding-bottom: 30px; border-bottom: 1px solid #ccc; border-top: 4px solid black; }
.proof-head { font-size: 2.2rem; text-align: center; margin: 30px 0 20px; color: #111; }
.copy-block { padding: 0 20px; }
.copy-block h3 { color: var(--red); font-size: 1.5rem; margin-top: 30px; }
.check-list { list-style: none; padding: 0; margin: 20px 0; }
.check-list li { font-size: 1.1rem; margin-bottom: 15px; }

.final-hook { background: #f0f0f0; border-left: 5px solid black; padding: 15px; margin-top: 30px; font-weight: 500; }

/* OFFER SECTION */
.offer-section { background: #333; padding: 30px 15px 50px; }
.offer-box-border { 
    border: 4px solid var(--yellow); 
    background: white; padding: 20px 15px; 
    box-shadow: 0 0 30px rgba(255, 234, 0, 0.2);
}
.offer-title {
    background: var(--red); color: white; text-align: center; font-size: 1.8rem; 
    font-family: Impact, "Arial Narrow", sans-serif;
    padding: 12px; margin: -35px -25px 25px -25px; 
    border-bottom: 5px solid var(--red-dark); width: calc(100% + 50px);
}
.offer-sub { text-align: center; font-weight: bold; color: #555; margin-bottom: 25px; text-transform: uppercase; font-size: 0.85rem; }

/* FORMS */
.funnel-form { display: flex; flex-direction: column; gap: 20px; }
.field-wrap { position: relative; }
.input-label { display: block; font-weight: 900; font-size: 0.95rem; margin-bottom: 5px; text-transform: uppercase; color: #000; }

.static-price-box { font-weight: bold; color: var(--red); }

.big-input {
    width: 100%; padding: 16px; font-size: 1.1rem;
    border: 2px solid #555; border-radius: 4px; background: #fff;
    font-family: inherit;
}
.big-input:focus { border-color: var(--red); background: #fff5f5; }

/* SUBMIT BTN */
.btn-submit {
    background: #00c853; color: white; 
    font-family: Impact, "Arial Narrow", sans-serif; 
    font-size: 1.6rem;
    padding: 18px 10px; width: 100%; border: none; border-bottom: 6px solid #009624;
    cursor: pointer; text-transform: uppercase; margin-top: 10px; line-height: 1.2;
}
.btn-submit:active { transform: translateY(4px); border-bottom: 0; }
.btn-submit small { display: block; font-family: inherit; font-size: 1rem; margin-top: 5px; opacity: 0.9; text-transform: none; }
.guarantee-box { margin-top: 20px; text-align: center; background: #f0f0f0; padding: 12px; font-size: 0.9rem; border: 1px dashed #999; line-height: 1.4; }

/* FOOTER */
.social-section { padding: 30px 20px; background: white; border-bottom: 2px solid #111; }
.fb-comment { background: #f0f2f5; padding: 15px; border-radius: 8px; margin-bottom: 15px; font-size: 0.95rem; }
.fb-header { display: flex; justify-content: space-between; font-weight: bold; margin-bottom: 5px; }
.trust-row { display: flex; justify-content: space-around; font-weight: bold; font-size: 0.85rem; color: #555; margin-top: 25px; border-top: 1px solid #ddd; padding-top: 15px; }

.footer { background: black; color: white; text-align: center; padding: 30px 20px; margin-top: 0; font-size: 0.8rem; }

/* STICKY BAR */
.sticky-bar {
    position: fixed; bottom: 0; left: 0; right: 0; 
    background: var(--yellow); padding: 12px; text-align: center;
    border-top: 3px solid #000; z-index: 1000;
}
.sticky-btn {
    color: black; 
    font-family: Impact, "Arial Narrow", sans-serif;
    font-size: 1.3rem; font-weight: bold;
    text-decoration: none; text-transform: uppercase;
}