/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.container {
    position: relative;
}

.page {
    display: none;
    min-height: 100vh;
}

.page.active {
    display: block;
}

/* Pre-lander Styles */
#prelander {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: white;
    text-align: center;
    padding: 0;
}

.urgency-banner {
    background: linear-gradient(90deg, #ff4757, #ff3838);
    color: white;
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.8; }
    100% { opacity: 1; }
}

.hero-section {
    padding: 40px 20px;
    max-width: 800px;
    margin: 0 auto;
}

.shocking-headline {
    font-size: clamp(24px, 5vw, 42px);
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.2;
}

.highlight {
    color: #ffd700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.money-highlight {
    color: #00ff88;
    font-size: 1.2em;
    text-shadow: 0 0 20px rgba(0, 255, 136, 0.5);
    animation: glow 1.5s ease-in-out infinite alternate;
}

@keyframes glow {
    from { text-shadow: 0 0 20px rgba(0, 255, 136, 0.5); }
    to { text-shadow: 0 0 30px rgba(0, 255, 136, 0.8); }
}

.subheadline {
    margin-bottom: 40px;
    font-size: 16px;
    opacity: 0.9;
}

.warning {
    color: #ff4757;
    font-size: 18px;
    margin-top: 20px;
    animation: blink 2s infinite;
}

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

.curiosity-video {
    margin: 40px 0;
    position: relative;
}

.video-placeholder {
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    padding: 60px 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
    border: 3px solid #ffd700;
}

.video-placeholder:hover {
    transform: scale(1.05);
}

.video-placeholder i {
    font-size: 60px;
    margin-bottom: 20px;
    color: white;
}

.scarcity-message {
    margin: 30px 0;
}

.limited-spots {
    background: rgba(255, 71, 87, 0.2);
    border: 2px solid #ff4757;
    border-radius: 10px;
    padding: 15px;
    font-weight: 600;
    color: #ff4757;
}

.spots-counter {
    color: #ffd700;
    font-size: 1.2em;
    font-weight: 800;
}

.main-cta {
    background: linear-gradient(45deg, #ff4757, #ff6b7d);
    color: white;
    border: none;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    margin: 30px 0;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 71, 87, 0.4);
    text-transform: uppercase;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
}

.main-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 71, 87, 0.6);
}

.main-cta small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    opacity: 0.8;
}

.social-proof-mini {
    margin-top: 20px;
    font-size: 14px;
    opacity: 0.8;
}

.footer-prelander {
    background: rgba(0,0,0,0.3);
    padding: 20px;
    margin-top: 50px;
}

/* Main Landing Page Styles */
#landing {
    background: #f8f9fa;
}

.header-landing {
    position: sticky;
    top: 0;
    z-index: 100;
}

/* Professional Header */
.professional-header {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-section i {
    font-size: 28px;
    color: #ffd700;
}

.company-name {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.credentials {
    display: flex;
    gap: 15px;
}

.trust-badge {
    background: rgba(255,255,255,0.2);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-content {
    padding: 40px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.hero-landing {
    text-align: center;
    margin-bottom: 60px;
}

.professional-headline {
    font-size: clamp(28px, 6vw, 48px);
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
}

.highlight-text {
    color: #1e3c72;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.subheadline {
    font-size: clamp(18px, 3vw, 24px);
    color: #555;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.value-proposition {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
}

.main-value {
    font-size: 20px;
    color: #444;
    margin-bottom: 15px;
    font-weight: 600;
}

.support-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.risk-notice {
    font-size: 14px;
    color: #d35400;
    background: #fff3e0;
    padding: 10px 20px;
    border-radius: 8px;
    border-left: 4px solid #d35400;
    margin: 20px auto;
    max-width: 600px;
}

.warning-tag {
    color: #ff4757;
    font-size: 0.8em;
}

.money-text {
    color: #00ff88;
    text-shadow: 2px 2px 4px rgba(0, 255, 136, 0.3);
}

.emotional-hook {
    margin: 30px 0 40px;
    font-size: 18px;
}

.pain-point {
    color: #e74c3c;
    font-weight: 600;
    margin-bottom: 15px;
}

.solution {
    color: #f39c12;
    font-weight: 600;
    margin-bottom: 15px;
}

.urgency-text {
    color: #27ae60;
    font-weight: 700;
    font-size: 20px;
}

/* Form Styles */
.form-container {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 3px solid #ffd700;
}

.urgent-form {
    border-color: #ff4757;
    animation: borderGlow 2s ease-in-out infinite alternate;
}

@keyframes borderGlow {
    from { border-color: #ff4757; box-shadow: 0 0 20px rgba(255, 71, 87, 0.3); }
    to { border-color: #ff6b7d; box-shadow: 0 0 30px rgba(255, 71, 87, 0.5); }
}

.form-header {
    text-align: center;
    margin-bottom: 25px;
}

.form-header h3 {
    color: #2c3e50;
    font-size: 24px;
    margin-bottom: 10px;
}

.form-urgency {
    color: #ff4757;
    font-weight: 600;
    font-size: 16px;
}

.countdown-spots {
    color: #ffd700;
    font-weight: 800;
}

.lead-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.lead-form input {
    padding: 15px 20px;
    border: 2px solid #ddd;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    transition: border-color 0.3s ease;
}

.lead-form input:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 10px rgba(52, 152, 219, 0.3);
}

.submit-btn {
    background: linear-gradient(45deg, #27ae60, #2ecc71);
    color: white;
    border: none;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(39, 174, 96, 0.4);
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(39, 174, 96, 0.6);
}

.submit-btn.secondary {
    background: linear-gradient(45deg, #3498db, #5dade2);
    box-shadow: 0 10px 30px rgba(52, 152, 219, 0.4);
}

.submit-btn.final {
    background: linear-gradient(45deg, #f39c12, #e67e22);
    box-shadow: 0 10px 30px rgba(243, 156, 18, 0.4);
    font-size: 20px;
    padding: 25px;
}

.submit-btn small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    opacity: 0.9;
}

.trust-badges {
    text-align: center;
    margin-top: 15px;
    color: #7f8c8d;
    font-size: 14px;
}

/* Success Stories */
.success-stories {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    margin: 60px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.section-title {
    text-align: center;
    color: #2c3e50;
    font-size: clamp(24px, 4vw, 36px);
    margin-bottom: 40px;
    font-weight: 700;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.testimonial {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.testimonial:hover {
    transform: scale(1.05);
}

.earnings {
    font-size: 28px;
    font-weight: 800;
    color: #00ff88;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

.user-info strong {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

/* Features Section */
.features-section {
    margin: 60px 0;
}

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

.feature {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.feature:hover {
    transform: translateY(-10px);
}

.feature-icon {
    font-size: 48px;
    color: #3498db;
    margin-bottom: 20px;
}

.feature h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 20px;
}

/* FAQ Section */
.faq-section {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    margin: 60px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.faq-item {
    padding: 20px;
    border-left: 4px solid #3498db;
    background: #f8f9fa;
}

.faq-item h4 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Final CTA */
.final-cta {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    border-radius: 15px;
    padding: 50px 30px;
    text-align: center;
    margin: 60px 0;
}

.final-urgency h2 {
    font-size: clamp(28px, 5vw, 42px);
    margin-bottom: 20px;
}

.big-text {
    font-size: 24px;
    margin-bottom: 15px;
}

.final-spots {
    color: #ffd700;
    font-weight: 800;
}

.countdown-text {
    font-size: 20px;
    color: #ff4757;
    font-weight: 600;
    margin-bottom: 30px;
}

.final-form {
    max-width: 500px;
    margin: 30px auto;
}

.final-trust {
    margin-top: 20px;
    color: #00ff88;
    font-weight: 600;
}


/* Mobile Optimizations */
@media (max-width: 768px) {
    .hero-section, .main-content {
        padding: 20px 15px;
    }
    
    .testimonials-grid, .features-grid, .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .form-container {
        padding: 20px;
        margin: 20px 0;
    }
    
    .lead-form {
        gap: 12px;
    }
    
    .lead-form input {
        padding: 12px 15px;
    }
    
    .submit-btn {
        padding: 15px;
        font-size: 16px;
    }
}

/* Timer Styling */
.timer, #timer, #timer-footer, #main-timer, #secondary-timer, #final-timer {
    color: #ffd700;
    font-weight: 800;
    font-family: 'Courier New', monospace;
}

/* Success Message Animations */
@keyframes successSlide {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes successSlideOut {
    from {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
}

.success-message .success-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.success-message .success-content i {
    font-size: 48px;
    color: #00ff88;
}

.success-message .success-content h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.success-message .success-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

.success-message .success-sub {
    font-size: 14px !important;
    opacity: 0.9;
    animation: pulse 1.5s ease-in-out infinite;
}

/* Thank You Page Styles */
.thank-you-page {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    padding: 20px;
}

.thank-you-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.success-header {
    text-align: center;
    margin-bottom: 60px;
    color: white;
}

.checkmark-animation {
    margin-bottom: 30px;
}

.checkmark-animation i {
    font-size: 100px;
    color: #00ff88;
    animation: checkmarkBounce 1s ease-out;
}

@keyframes checkmarkBounce {
    0% { transform: scale(0); opacity: 0; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}

.thank-you-headline {
    font-size: clamp(28px, 6vw, 48px);
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.thank-you-headline .highlight {
    color: #ffd700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.thank-you-subtext {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 20px;
}

.next-steps {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin: 40px 0;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.next-steps-title {
    text-align: center;
    color: #2c3e50;
    font-size: 28px;
    margin-bottom: 40px;
}

.steps-grid {
    display: grid;
    gap: 30px;
    margin-top: 30px;
}

.step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border-radius: 15px;
    background: #f8f9fa;
    border-left: 5px solid #3498db;
}

.step-number {
    background: linear-gradient(45deg, #3498db, #5dade2);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

.step-content h3 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 20px;
}

.step-content p {
    margin-bottom: 8px;
    color: #555;
}

.step-note {
    color: #e74c3c !important;
    font-weight: 600;
    font-size: 14px;
}

.urgency-reminder {
    margin: 40px 0;
}

.urgency-box {
    background: linear-gradient(45deg, #ff4757, #ff6b7d);
    color: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255, 71, 87, 0.4);
}

.urgency-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.countdown-activation {
    color: #ffd700;
    font-size: 24px;
    font-weight: 800;
    font-family: 'Courier New', monospace;
}

.urgency-sub {
    margin-top: 15px;
    font-size: 16px;
    opacity: 0.9;
}

.social-proof-thank-you {
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    padding: 30px;
    margin: 40px 0;
    text-align: center;
    color: white;
}

.social-proof-thank-you h3 {
    margin-bottom: 25px;
    font-size: 24px;
}

.testimonials-small {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.testimonial-mini {
    background: rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 10px;
    font-style: italic;
}

.testimonial-mini strong {
    display: block;
    margin-top: 10px;
    font-style: normal;
    color: #ffd700;
}

.final-cta-thank-you {
    text-align: center;
    margin-top: 50px;
}

.vip-badge {
    background: linear-gradient(45deg, #f39c12, #e67e22);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(243, 156, 18, 0.4);
}

.final-message {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.support-info {
    color: white;
    opacity: 0.9;
}

.support-info p {
    margin: 10px 0;
    font-size: 16px;
}

/* Mobile optimizations for thank you page */
@media (max-width: 768px) {
    .thank-you-content {
        padding: 20px 15px;
    }
    
    .next-steps {
        padding: 25px 20px;
    }
    
    .step {
        flex-direction: column;
        text-align: center;
    }
    
    .step-number {
        align-self: center;
    }
    
    .testimonials-small {
        grid-template-columns: 1fr;
    }
}

/* Prelander Link Styles */
.curiosity-link {
    color: #ffd700;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px dotted #ffd700;
    transition: all 0.3s ease;
}

.curiosity-link:hover {
    color: #ffed4e;
    border-bottom-color: #ffed4e;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.warning-link {
    color: #ff4757;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 2px solid #ff4757;
    transition: all 0.3s ease;
}

.warning-link:hover {
    color: #ff6b7d;
    border-bottom-color: #ff6b7d;
    text-shadow: 0 0 10px rgba(255, 71, 87, 0.5);
}

.inline-link {
    color: #00ff88;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dotted #00ff88;
    transition: all 0.3s ease;
}

.inline-link:hover {
    color: #33ff99;
    border-bottom-color: #33ff99;
    text-shadow: 0 0 8px rgba(0, 255, 136, 0.4);
}

.urgency-link {
    color: #ff4757;
    text-decoration: none;
    font-weight: 700;
    animation: blink 2s infinite;
}

.urgency-link:hover {
    color: #ff6b7d;
    text-shadow: 0 0 10px rgba(255, 71, 87, 0.6);
}

.testimonial-link {
    color: #3498db;
    text-decoration: none;
    font-style: italic;
    border-bottom: 1px dotted #3498db;
    transition: all 0.3s ease;
}

.testimonial-link:hover {
    color: #5dade2;
    border-bottom-color: #5dade2;
}

.spots-link {
    color: #ffd700;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.spots-link:hover {
    color: #ffed4e;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.final-link, .compliance-link, .footer-link {
    color: #e74c3c;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #e74c3c;
    transition: all 0.3s ease;
}

.final-link:hover, .compliance-link:hover, .footer-link:hover {
    color: #c0392b;
    border-bottom-color: #c0392b;
    text-shadow: 0 0 8px rgba(231, 76, 60, 0.4);
}

.video-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.video-link:hover .video-placeholder {
    transform: scale(1.05);
}

/* Additional Prelander Styles */
.revelation-text {
    margin: 40px 0;
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    border-left: 5px solid #ffd700;
}

.hook-text, .mystery-text, .scarcity-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
}

.social-proof-section {
    margin: 50px 0;
    text-align: center;
}

.proof-title {
    color: #ffd700;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.testimonials-preview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.testimonial-preview {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    color: white;
}

.final-hook {
    margin: 50px 0;
    text-align: center;
    padding: 30px;
    background: rgba(255, 71, 87, 0.1);
    border-radius: 15px;
    border: 2px solid #ff4757;
}

.final-text, .compliance-text {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: white;
}

/* CTA Button Variations */
.main-cta.secondary {
    background: linear-gradient(45deg, #3498db, #5dade2);
    box-shadow: 0 10px 30px rgba(52, 152, 219, 0.4);
}

.main-cta.testimonial {
    background: linear-gradient(45deg, #9b59b6, #8e44ad);
    box-shadow: 0 10px 30px rgba(155, 89, 182, 0.4);
}

.main-cta.final {
    background: linear-gradient(45deg, #e74c3c, #c0392b);
    box-shadow: 0 10px 30px rgba(231, 76, 60, 0.4);
    animation: pulse 2s infinite;
}

.cta-section {
    margin: 30px 0;
}

.secondary-cta, .testimonial-cta, .final-cta {
    margin: 40px 0;
}

/* Facebook-Compliant Educational Styles */
.company-info {
    text-align: center;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
}

.company-name {
    color: #3498db;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tagline {
    color: #bdc3c7;
    font-size: 16px;
    margin: 0;
}

.educational-headline {
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    color: white;
    margin: 40px 0;
    line-height: 1.2;
}

.focus-highlight {
    color: #3498db;
    display: block;
    font-size: 42px;
}

.educational-subheadline {
    text-align: center;
    margin: 30px 0;
    color: #ecf0f1;
}

.educational-subheadline p {
    font-size: 18px;
    margin: 10px 0;
}

.educational-note {
    color: #f39c12;
    font-weight: 600;
    margin-top: 20px;
}

.main-cta.educational {
    background: linear-gradient(45deg, #3498db, #2980b9);
    box-shadow: 0 10px 30px rgba(52, 152, 219, 0.3);
}

.main-cta.educational:hover {
    background: linear-gradient(45deg, #5dade2, #3498db);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(52, 152, 219, 0.4);
}

.educational-content {
    margin: 50px 0;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border-left: 5px solid #3498db;
}

.content-title {
    color: #3498db;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.learning-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.learning-point {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid rgba(52, 152, 219, 0.2);
    transition: all 0.3s ease;
}

.learning-point:hover {
    border-color: #3498db;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(52, 152, 219, 0.2);
}

.learning-point i {
    color: #3498db;
    font-size: 40px;
    margin-bottom: 15px;
    display: block;
}

.learning-point h4 {
    color: #ecf0f1;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 10px 0;
}

.learning-point p {
    color: #bdc3c7;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.testimonials-compliant {
    margin: 50px 0;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
}

.testimonials-title {
    color: #3498db;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

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

.testimonial-compliant {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #3498db;
}

.testimonial-compliant p {
    color: #ecf0f1;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.5;
}

.testimonial-compliant strong {
    color: #bdc3c7;
    font-size: 14px;
}

.risk-disclosure-section {
    margin: 50px 0;
    padding: 40px;
    background: rgba(231, 76, 60, 0.1);
    border: 2px solid #e74c3c;
    border-radius: 15px;
}

.disclosure-title {
    color: #e74c3c;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.risk-disclosure p {
    color: #ecf0f1;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.risk-disclosure strong {
    color: #e74c3c;
    font-weight: 600;
}

.final-educational-cta {
    margin: 50px 0;
    text-align: center;
    padding: 40px;
    background: rgba(52, 152, 219, 0.1);
    border-radius: 15px;
    border: 2px solid #3498db;
}

.final-title {
    color: #3498db;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.final-description {
    color: #ecf0f1;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.footer-compliant {
    margin-top: 60px;
    padding: 40px 20px 20px 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    text-align: center;
    border-top: 3px solid #3498db;
}

.company-footer h4 {
    color: #3498db;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.company-footer p {
    color: #bdc3c7;
    font-size: 16px;
    margin-bottom: 30px;
}

.legal-links {
    margin: 25px 0;
}

.legal-link {
    color: #3498db;
    text-decoration: none;
    font-size: 14px;
    margin: 0 5px;
    transition: color 0.3s ease;
}

.legal-link:hover {
    color: #5dade2;
    text-decoration: underline;
}

.final-disclaimer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(52, 152, 219, 0.3);
}

.final-disclaimer p {
    color: #95a5a6;
    font-size: 12px;
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto;
}

.final-disclaimer strong {
    color: #e74c3c;
}

/* Mobile optimizations for educational version */
@media (max-width: 768px) {
    .educational-headline {
        font-size: 36px;
    }
    
    .focus-highlight {
        font-size: 32px;
    }
    
    .learning-points {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .educational-content, .testimonials-compliant, .risk-disclosure-section, .final-educational-cta {
        padding: 25px 20px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .company-name {
        font-size: 24px;
    }
    
    .final-title {
        font-size: 26px;
    }
}

/* Legal Sections Styling */
.legal-sections {
    margin: 50px 0;
    display: none; /* Hidden by default, shown when anchor links are clicked */
}

.legal-section {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    margin: 20px 0;
    border-radius: 10px;
    border-left: 4px solid #3498db;
    color: #ecf0f1;
}

.legal-section h3 {
    color: #3498db;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.legal-section p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.legal-section strong {
    color: #f39c12;
    font-weight: 600;
}

/* Show legal sections when targeted by hash */
.legal-section:target {
    display: block;
    animation: fadeInUp 0.6s ease;
}

.legal-sections:has(.legal-section:target) {
    display: block;
}

/* Company details styling */
.company-details {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(52, 152, 219, 0.3);
}

.company-details p {
    color: #bdc3c7;
    font-size: 14px;
    margin: 8px 0;
}

/* Expectation setting styles */
.expectation-setting {
    margin-top: 30px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(52, 152, 219, 0.2);
}

.expectation-setting h4 {
    color: #3498db;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.benefits-list li {
    color: #2ecc71;
    font-size: 16px;
    padding: 8px 0;
    font-weight: 500;
}

.no-guarantee {
    text-align: center;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(231, 76, 60, 0.3);
}

.no-guarantee small em {
    color: #e67e22;
    font-style: italic;
}

/* Animation for legal sections */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}