* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #0033A0, #CC0000);
    color: #333;
    line-height: 1.6;
}

.urgency-bar {
    background: #FF6B6B;
    color: white;
    padding: 12px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

/* HEADER STYLES */
header {
    text-align: center;
    padding: 40px 20px 30px;
    background: linear-gradient(135deg, #0033A0, #CC0000);
    border-radius: 15px;
    color: white;
    margin-bottom: 30px;
    position: relative;
}

.nhl-badge {
    background: #FFB81C;
    color: #000;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h1 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.highlight {
    background: linear-gradient(transparent 70%, rgba(255, 184, 28, 0.3) 70%);
}

.subtitle {
    font-size: 1.3rem;
    margin-bottom: 30px;
    opacity: 0.9;
    font-weight: 600;
}

/* PRIZE SHOWCASE */
.prize-showcase {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.prize-item {
    text-align: center;
    background: rgba(255,255,255,0.1);
    padding: 20px 15px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.prize-icon {
    font-size: 3rem;
    margin-bottom: 10px;
}

.prize-text {
    font-weight: 600;
    font-size: 0.9rem;
}

.value-badge {
    background: white;
    color: #333;
    padding: 25px 40px;
    border-radius: 15px;
    display: inline-block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    margin-top: 20px;
}

.value-amount {
    font-size: 3.5rem;
    font-weight: 800;
    color: #CC0000;
    line-height: 1;
}

.value-text {
    font-size: 1rem;
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content {
    padding: 0 20px;
}

/* SOCIAL PROOF STACK */
.social-proof-stack {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px 0;
}

.proof-item {
    background: #f8f9fa;
    padding: 25px 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #e9ecef;
}

.proof-number {
    display: block;
    font-size: 2.2rem;
    font-weight: 800;
    color: #CC0000;
    margin-bottom: 5px;
}

.proof-text {
    font-size: 0.9rem;
    color: #666;
    font-weight: 600;
}

/* BENEFITS GRID */
.benefits-section {
    margin: 50px 0;
}

.benefits-section h2 {
    text-align: center;
    color: #0033A0;
    margin-bottom: 40px;
    font-size: 2rem;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.benefit-card {
    background: #f8f9fa;
    padding: 30px 25px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #e9ecef;
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.benefit-card h3 {
    color: #0033A0;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.benefit-card p {
    color: #666;
    line-height: 1.5;
}

/* WINNERS SECTION */
.winners-section {
    margin: 50px 0;
}

.winners-section h2 {
    text-align: center;
    color: #0033A0;
    margin-bottom: 40px;
    font-size: 2rem;
}

.winners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.winner-card {
    display: flex;
    align-items: center;
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
    gap: 20px;
}

.winner-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0033A0, #CC0000);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.winner-info {
    flex: 1;
}

.winner-info strong {
    color: #0033A0;
    display: block;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.winner-info p {
    color: #666;
    font-style: italic;
    line-height: 1.4;
}

/* URGENCY STACK */
.urgency-stack {
    margin: 40px 0;
}

.urgency-item {
    background: #fff3cd;
    padding: 20px 25px;
    border-radius: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border: 1px solid #ffeaa7;
    font-weight: 600;
}

.urgency-icon {
    margin-right: 15px;
    font-size: 1.3rem;
}

/* PAIN POINT SOLUTION */
.pain-point-solution {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    margin: 40px 0;
    text-align: center;
    border-left: 5px solid #0033A0;
}

.pain-point-solution h3 {
    color: #0033A0;
    margin-bottom: 20px;
    font-size: 1.4rem;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.trust-badge {
    background: #0033A0;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* CTA SECTION */
.cta-section {
    text-align: center;
    padding: 50px 40px;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    border-radius: 20px;
    margin: 50px 0 30px;
    border: 3px solid #FFB81C;
    position: relative;
}

.cta-header h3 {
    color: #0033A0;
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 800;
}

.cta-header p {
    color: #666;
    margin-bottom: 30px;
    font-size: 1.2rem;
    font-weight: 600;
}

.countdown-timer {
    background: #0033A0;
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto 30px;
    max-width: 300px;
}

.timer-label {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.timer-display {
    font-size: 2.5rem;
    font-weight: 800;
    font-family: monospace;
    letter-spacing: 2px;
}

.cta-button {
    display: block;
    background: linear-gradient(45deg, #CC0000, #FF6B6B);
    color: white;
    padding: 25px 45px;
    font-size: 1.4rem;
    font-weight: 800;
    text-decoration: none;
    border-radius: 50px;
    margin: 0 auto 30px;
    max-width: 550px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 35px rgba(204, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.cta-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: 0.5s;
}

.cta-button:hover:before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 45px rgba(204, 0, 0, 0.6);
}

.cta-main {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 8px;
}

.cta-sub {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    opacity: 0.9;
}

.risk-reversal {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.guarantee-item {
    font-weight: 800;
    color: #4CAF50;
    font-size: 1.1rem;
}

.final-disclaimer {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
    font-style: italic;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.4;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .container {
        margin: 0;
        padding: 15px;
        border-radius: 0;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    .prize-showcase {
        flex-direction: column;
        gap: 15px;
    }
    
    .social-proof-stack {
        grid-template-columns: 1fr;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .winners-grid {
        grid-template-columns: 1fr;
    }
    
    .winner-card {
        flex-direction: column;
        text-align: center;
    }
    
    .urgency-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .trust-badges {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-button {
        font-size: 1.1rem;
        padding: 20px 25px;
    }
    
    .risk-reversal {
        flex-direction: column;
        gap: 15px;
    }
    
    .timer-display {
        font-size: 2rem;
    }
}