/* VITL GLP RT — Clean White Theme */

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

:root {
    --bg: #ffffff;
    --card: #f8f9fa;
    --surface: #f3f4f6;
    --border: #e5e7eb;
    --border-strong: #d1d5db;
    --red: #dc2626;
    --red-dark: #b91c1c;
    --gold: #d97706;
    --gold-light: #fef3c7;
    --green: #059669;
    --green-light: #ecfdf5;
    --white: #111827;
    --text: #111827;
    --muted: #6b7280;
    --consent: #9ca3af;
    --display: 'Bebas Neue', sans-serif;
    --body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --w: 480px;
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.1);
    --radius: 12px;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    font-family: var(--body);
    background: #f0f2f5;
    color: var(--text);
    -webkit-font-smoothing: antialiased;
    width: 100%;
    overflow-x: hidden;
}

img, video, svg {
    max-width: 100%;
    height: auto;
}

.page-wrap {
    width: 100%;
    max-width: var(--w);
    margin: 0 auto;
    background: var(--bg);
    min-height: 100vh;
    min-height: 100dvh;
    box-shadow: var(--shadow-lg);
    overflow-x: hidden;
}

.red { color: var(--red); }

.blink { animation: blink 1.4s step-end infinite; }

@keyframes blink { 50% { opacity: 0.55; } }

/* ── Urgency ── */
.urgency-bar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: linear-gradient(90deg, #fef2f2, #fee2e2, #fef2f2);
    background-size: 200% 100%;
    animation: barMove 3s ease infinite;
    color: var(--red-dark);
    text-align: center;
    padding: 10px 12px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-bottom: 1px solid #fecaca;
}

.urgency-bar strong { color: var(--red); font-size: 12px; }

.pulse-dot {
    width: 8px; height: 8px;
    background: var(--red);
    border-radius: 50%;
    animation: pulse 0.9s ease infinite;
}

@keyframes barMove {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes pulse {
    50% { opacity: 0.3; transform: scale(1.5); }
}

/* ── Hook ── */
.hook {
    padding: 24px 20px 16px;
    text-align: center;
    background: linear-gradient(180deg, #fffbeb 0%, var(--bg) 100%);
}

.hook-tag {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--red);
    margin-bottom: 14px;
}

.hook-title {
    font-family: var(--display);
    font-size: clamp(44px, 12vw, 56px);
    line-height: 0.92;
    letter-spacing: 3px;
    margin-bottom: 14px;
    color: var(--text);
}

.hook-title .strike {
    color: var(--red);
    text-decoration: line-through;
    text-decoration-color: var(--red);
}

.hook-sub {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.65;
}

.hook-sub strong { color: var(--text); }
.hook-sub .red { font-weight: 800; }

/* ── Story ── */
.story {
    padding: 10px 22px 18px;
}

.story-line {
    font-size: 16px;
    font-weight: 600;
    color: var(--muted);
    margin-bottom: 4px;
}

.story-line.big { font-size: 17px; color: var(--text); }

.story-line .fade {
    color: var(--red);
    font-weight: 800;
    text-decoration: line-through;
}

.story-punch {
    margin-top: 18px;
    font-size: 15px;
    color: var(--muted);
    line-height: 1.65;
    padding: 14px;
    background: #fef2f2;
    border-left: 3px solid var(--red);
    border-radius: 0 var(--radius) var(--radius) 0;
}

.story-punch strong { color: var(--gold); }

.story-secret {
    margin-top: 14px;
    font-size: 15px;
    color: #374151;
    line-height: 1.65;
}

.story-secret strong { color: var(--gold); }
.story-secret em { color: var(--text); font-style: normal; font-weight: 700; }

.story-question {
    margin-top: 18px;
    text-align: center;
    padding: 16px;
    background: var(--card);
    border: 2px solid var(--red);
    border-radius: var(--radius);
}

.story-question p {
    font-family: var(--display);
    font-size: 28px;
    letter-spacing: 2px;
    color: var(--text);
}

.story-question .you {
    color: var(--red);
    font-size: 36px;
}

/* ── Countdown ── */
.countdown-bar {
    text-align: center;
    padding: 12px;
    background: var(--card);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.countdown-bar p {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 3px;
    color: var(--red);
    margin-bottom: 4px;
}

.countdown {
    font-family: var(--display);
    font-size: 36px;
    color: var(--red);
    letter-spacing: 4px;
}

/* ── Product ── */
.product-shot {
    position: relative;
    padding: 16px 16px 8px;
    text-align: center;
}

.product-badge {
    display: inline-block;
    background: var(--red);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.product-shot img {
    width: 100%;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    background: #fff;
}

.product-meta h2 {
    font-family: var(--display);
    font-size: 28px;
    letter-spacing: 2px;
    margin-top: 10px;
    color: var(--text);
}

.product-meta h2 span { color: var(--gold); }

.stock-warn {
    font-size: 12px;
    color: var(--red);
    font-weight: 700;
    margin-top: 4px;
}

.stock-warn strong { font-size: 14px; }

/* ── Benefits ── */
.benefits {
    padding: 16px 20px;
    background: var(--card);
    border-top: 1px solid var(--border);
}

.benefits-head {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--gold);
    margin-bottom: 10px;
}

.benefits ul {
    list-style: none;
}

.benefits li {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    padding: 5px 0;
    border-bottom: 1px solid var(--border);
}

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

/* ── CTA ── */
.cta-section {
    padding: 20px 18px 14px;
    background: linear-gradient(180deg, var(--card) 0%, var(--bg) 100%);
    border-top: 3px solid var(--gold);
}

.cta-warn {
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    color: var(--red);
    margin-bottom: 12px;
}

.cta-warn span { color: var(--green); }

.cta-title {
    font-family: var(--display);
    font-size: 26px;
    letter-spacing: 1.5px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 6px;
    color: var(--text);
}

.cta-sub {
    text-align: center;
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 16px;
    font-style: italic;
}

/* ── Form ── */
.form-group { margin-bottom: 10px; }

.form-group input[type="email"] {
    width: 100%;
    padding: 17px 14px;
    background: #fff;
    border: 2px solid var(--border-strong);
    border-radius: var(--radius);
    color: var(--text);
    font-size: 16px;
    font-family: var(--body);
    -webkit-appearance: none;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.form-group input:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.15);
}

.form-group input::placeholder { color: #9ca3af; }

.cta-btn {
    width: 100%;
    padding: 20px 14px;
    background: linear-gradient(135deg, #111827, #374151);
    border: none;
    border-radius: var(--radius);
    color: #fff;
    font-family: var(--display);
    font-size: 20px;
    letter-spacing: 1.5px;
    cursor: pointer;
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
    transition: transform 0.15s, box-shadow 0.15s;
}

.cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg);
}

.cta-btn::after {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    animation: shimmer 2.5s ease infinite;
}

@keyframes shimmer { 100% { left: 100%; } }

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

.cta-btn:disabled { opacity: 0.6; cursor: not-allowed; animation: none; transform: none; }

.cta-fear {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: var(--red);
    margin: 10px 0 14px;
}

/* ── Consents ── */
.consents {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.consent-item {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    cursor: pointer;
}

.consent-item input[type="checkbox"] {
    margin-top: 2px;
    width: 12px; height: 12px;
    flex-shrink: 0;
    accent-color: var(--gold);
}

.consent-item span {
    font-size: 8px;
    line-height: 1.4;
    color: var(--consent);
}

/* ── Messages ── */
.form-message {
    margin-top: 12px;
    padding: 12px;
    border-radius: var(--radius);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.form-message.success {
    background: var(--green-light);
    border: 1px solid #6ee7b7;
    color: var(--green);
}

.form-message.error {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: var(--red);
}

/* ── Footer ── */
.footer {
    padding: 14px 18px 28px;
    text-align: center;
    border-top: 1px solid var(--border);
}

.disclaimer {
    font-size: 8px;
    color: #9ca3af;
    line-height: 1.5;
}

.copyright { font-size: 8px; color: #d1d5db; margin-top: 4px; }

@media (max-width: 479px) {
    body { padding: 0; }

    .page-wrap {
        max-width: 100%;
        box-shadow: none;
    }

    .hook { padding: 20px 16px 14px; }
    .story { padding: 10px 16px 16px; }
    .product-shot { padding: 14px 12px 8px; }
    .benefits { padding: 14px 16px; }
    .cta-section { padding: 18px 14px 12px; }
    .footer { padding: 14px 14px 24px; }
    .urgency-bar { font-size: 9px; padding: 10px 8px; }
}

@media (min-width: 480px) { body { padding: 12px 0; } }
