/* ========================================
   Norwegian 4x4 Landing Page Styles v25
   Norwegian Colors: Red (#BA0C2F), Blue (#007bff), White (#fff)
   ======================================== */

/* Reset any browser default highlighting */
*::selection {
    background: rgba(186, 12, 47, 0.2);
    color: inherit;
}

*::-moz-selection {
    background: rgba(186, 12, 47, 0.2);
    color: inherit;
}

/* =========================
   1. MEDIA CREDIBILITY SECTION
   ========================= */

.credibility-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px 0;
    margin: 40px 0;
}

.credibility-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    border: 3px solid #e9ecef;
    max-width: 900px;
    margin: 0 auto;
}

.credibility-content {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.credibility-image-wrapper {
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.credibility-image {
    width: 200px;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.credibility-image:hover {
    transform: scale(1.05);
}

.credibility-text {
    flex: 1;
    min-width: 300px;
}

.credibility-badge {
    display: inline-block;
    background: #BA0C2F;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9em;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 8px rgba(186, 12, 47, 0.4);
}

.credibility-text h3 {
    margin: 15px 0 8px 0;
    font-size: 1.6em;
}

.credibility-text h3 a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s;
}

.credibility-text h3 a:hover {
    color: #BA0C2F;
}

.credibility-subtitle {
    color: #333;
    font-size: 1.05em;
    margin: 8px 0 15px 0;
    font-weight: 500;
}

.credibility-subtitle strong {
    color: #BA0C2F;
    font-weight: 700;
}

.credibility-description {
    color: #1a1a1a;
    line-height: 1.7;
    margin: 0;
    font-size: 1em;
}

.credibility-description strong {
    color: #1a1a1a;
    font-weight: 700;
    background: transparent;
}

/* =========================
   2. WHY CHOOSE / FEATURES SECTION
   ========================= */

.features-section {
    background: #fff;
    padding: 60px 0;
}

.section-title {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #1a1a1a;
}

/* White variant for section titles on dark backgrounds */
.section-title-white {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #fff;
}

.section-subtitle {
    text-align: center;
    font-size: 1.15em;
    color: #666;
    max-width: 700px;
    margin: 0 auto 50px auto;
    line-height: 1.7;
}

/* White variant for section subtitles on dark backgrounds */
.section-subtitle-white {
    text-align: center;
    font-size: 1.15em;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto 50px auto;
    line-height: 1.7;
}

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

.feature-card {
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
}

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

/* Red theme feature */
.feature-card-red {
    background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);
    border: 3px solid #ffcccc;
    box-shadow: 0 4px 15px rgba(186, 12, 47, 0.08);
}

.feature-card-red:hover {
    box-shadow: 0 12px 35px rgba(186, 12, 47, 0.2);
    border-color: #BA0C2F;
}

/* Blue theme feature */
.feature-card-blue {
    background: linear-gradient(135deg, #fff 0%, #e8f4fd 100%);
    border: 3px solid #a8d5f7;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.08);
}

.feature-card-blue:hover {
    box-shadow: 0 12px 35px rgba(0, 123, 255, 0.2);
    border-color: #007bff;
}

.feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
}

.feature-icon-red {
    background: linear-gradient(135deg, #BA0C2F 0%, #D62C1A 100%);
    box-shadow: 0 6px 20px rgba(186, 12, 47, 0.3);
}

.feature-icon-blue {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}

.feature-icon i {
    font-size: 2em;
    color: #fff;
}

.feature-card h3 {
    margin: 20px 0 15px 0;
    font-size: 1.35em;
    font-weight: 700;
}

.feature-card-red h3 {
    color: #BA0C2F;
}

.feature-card-blue h3 {
    color: #007bff;
}

.feature-card p {
    color: #555;
    font-size: 1.05em;
    line-height: 1.7;
    margin: 0;
}

/* =========================
   3. BENEFITS SECTION
   ========================= */

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

.benefit-card {
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
}

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

/* Red theme benefit */
.benefit-card-red {
    background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);
    border: 3px solid #ffcccc;
    box-shadow: 0 4px 15px rgba(186, 12, 47, 0.1);
}

.benefit-card-red:hover {
    box-shadow: 0 10px 35px rgba(186, 12, 47, 0.25);
    border-color: #BA0C2F;
}

/* Blue theme benefit */
.benefit-card-blue {
    background: linear-gradient(135deg, #fff 0%, #e8f4fd 100%);
    border: 3px solid #a8d5f7;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.1);
}

.benefit-card-blue:hover {
    box-shadow: 0 10px 35px rgba(0, 123, 255, 0.25);
    border-color: #007bff;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
}

.benefit-icon-red {
    background: linear-gradient(135deg, #BA0C2F 0%, #D62C1A 100%);
    box-shadow: 0 6px 20px rgba(186, 12, 47, 0.3);
}

.benefit-icon-blue {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}

.benefit-icon i {
    font-size: 2.3em;
    color: #fff;
}

.benefit-card h3 {
    margin: 20px 0 15px 0;
    font-size: 1.4em;
    font-weight: 700;
}

.benefit-card-red h3 {
    color: #BA0C2F;
}

.benefit-card-blue h3 {
    color: #007bff;
}

.benefit-card p {
    color: #555;
    font-size: 1.05em;
    line-height: 1.7;
    margin: 0;
}

/* =========================
   4. HOW IT WORKS SECTION
   ========================= */

.how-it-works-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
    margin: 60px 0;
}

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

.step-card {
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

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

/* Red theme step */
.step-card-red {
    border: 3px solid #ffcccc;
    box-shadow: 0 4px 15px rgba(186, 12, 47, 0.08);
}

.step-card-red:hover {
    box-shadow: 0 12px 35px rgba(186, 12, 47, 0.25);
    border-color: #BA0C2F;
}

/* Blue theme step */
.step-card-blue {
    border: 3px solid #a8d5f7;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.08);
}

.step-card-blue:hover {
    box-shadow: 0 12px 35px rgba(0, 123, 255, 0.25);
    border-color: #007bff;
}

.step-badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.4em;
    border: 3px solid #fff;
}

.step-badge-red {
    background: linear-gradient(135deg, #BA0C2F 0%, #D62C1A 100%);
    box-shadow: 0 6px 20px rgba(186, 12, 47, 0.4);
}

.step-badge-blue {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.step-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto 25px auto;
}

.step-icon-red {
    background: linear-gradient(135deg, #BA0C2F 0%, #D62C1A 100%);
    box-shadow: 0 6px 20px rgba(186, 12, 47, 0.3);
}

.step-icon-blue {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}

.step-icon i {
    font-size: 2.3em;
    color: #fff;
}

.step-card h3 {
    margin: 20px 0 15px 0;
    font-size: 1.35em;
    font-weight: 700;
}

.step-card-red h3 {
    color: #BA0C2F;
}

.step-card-blue h3 {
    color: #007bff;
}

.step-card p {
    color: #555;
    font-size: 1.05em;
    line-height: 1.7;
    margin: 0;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #BA0C2F 0%, #D62C1A 100%);
    color: #fff;
    padding: 20px 50px;
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 8px 30px rgba(186, 12, 47, 0.3);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    margin-top: 50px;
}

.cta-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 40px rgba(186, 12, 47, 0.5);
}

/* =========================
   5. VIDEO SECTION
   ========================= */

.video-section-title {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

/* White variant for video title on dark backgrounds */
.video-section-title-white {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}

.video-section-subtitle {
    text-align: center;
    font-size: 1.15em;
    color: #555;
    max-width: 700px;
    margin: 0 auto 50px auto;
    line-height: 1.7;
}

/* White variant for video subtitle on dark backgrounds */
.video-section-subtitle-white {
    text-align: center;
    font-size: 1.15em;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto 50px auto;
    line-height: 1.7;
}

.video-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 12px 50px rgba(0,0,0,0.2);
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* =========================
   6. TESTIMONIALS SECTION
   ========================= */

.testimonials-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
    margin: 60px 0;
}

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

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 35px 30px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-card-red {
    border-left: 5px solid #BA0C2F;
}

.testimonial-card-red:hover {
    box-shadow: 0 10px 35px rgba(186, 12, 47, 0.15);
}

.testimonial-card-blue {
    border-left: 5px solid #007bff;
}

.testimonial-card-blue:hover {
    box-shadow: 0 10px 35px rgba(0, 123, 255, 0.15);
}

.testimonial-stars {
    font-size: 2.5em;
    color: #ffd700;
    margin-bottom: 15px;
}

.testimonial-text {
    color: #333;
    font-size: 1.05em;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
}

.testimonial-avatar-red {
    background: linear-gradient(135deg, #BA0C2F 0%, #D62C1A 100%);
}

.testimonial-avatar-blue {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.testimonial-info p:first-child {
    margin: 0;
    font-weight: 700;
    color: #1a1a1a;
}

.testimonial-info p:last-child {
    margin: 0;
    color: #666;
    font-size: 0.9em;
}

/* =========================
   7. CTA CARDS SECTION
   ========================= */

.cta-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin: 60px 0;
}

.cta-card {
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.cta-card:hover {
    transform: translateY(-5px);
}

/* Red theme CTA */
.cta-card-red {
    background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);
    border: 3px solid #ffcccc;
}

.cta-card-red:hover {
    box-shadow: 0 10px 35px rgba(186, 12, 47, 0.2);
    border-color: #BA0C2F;
}

/* Blue theme CTA */
.cta-card-blue {
    background: linear-gradient(135deg, #fff 0%, #e8f4fd 100%);
    border: 3px solid #a8d5f7;
}

.cta-card-blue:hover {
    box-shadow: 0 10px 35px rgba(0, 123, 255, 0.2);
    border-color: #007bff;
}

.cta-card-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
}

.cta-card-icon-red {
    background: linear-gradient(135deg, #BA0C2F 0%, #D62C1A 100%);
    box-shadow: 0 6px 20px rgba(186, 12, 47, 0.3);
}

.cta-card-icon-blue {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}

.cta-card-icon i {
    font-size: 2em;
    color: #fff;
}

.cta-card h2 {
    margin: 20px 0 15px 0;
    font-size: 1.6em;
}

.cta-card-red h2 {
    color: #BA0C2F;
}

.cta-card-blue h2 {
    color: #007bff;
}

.cta-card p {
    color: #555;
    font-size: 1.05em;
    line-height: 1.7;
    margin: 0 0 30px 0;
}

.cta-card-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    padding: 15px 35px;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.cta-card-button:hover {
    transform: scale(1.05);
}

.cta-card-button-red {
    background: linear-gradient(135deg, #BA0C2F 0%, #D62C1A 100%);
}

.cta-card-button-red:hover {
    box-shadow: 0 8px 25px rgba(186, 12, 47, 0.5);
}

.cta-card-button-blue {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.cta-card-button-blue:hover {
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.5);
}

/* =========================
   8. FINAL DOWNLOAD CTA SECTION
   ========================= */

.final-cta-section {
    background: linear-gradient(135deg, #BA0C2F 0%, #D62C1A 100%);
    padding: 60px 0;
    margin: 60px 0 0 0;
}

.final-cta-content {
    text-align: center;
}

.final-cta-title {
    color: #fff;
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: 800;
}

.final-cta-subtitle {
    color: #fff;
    font-size: 1.2em;
    max-width: 700px;
    margin: 0 auto 40px auto;
    line-height: 1.8;
    opacity: 0.95;
}

.app-badges-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.app-badge-link {
    display: inline-block;
    transition: transform 0.3s ease;
}

.app-badge-link:hover {
    transform: translateY(-5px) scale(1.05);
}

.app-badge-img {
    height: 50px;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
}

.final-cta-footer {
    color: rgba(255,255,255,0.9);
    font-size: 0.95em;
    margin-top: 30px;
    font-weight: 500;
}

/* =========================
   9. UTILITY CLASSES
   ========================= */

.text-center {
    text-align: center;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

/* =========================
   10. RESPONSIVE STYLES
   ========================= */

/* Tablet and smaller (iPad portrait, large phones) */
@media (max-width: 768px) {
    /* Section titles */
    .section-title,
    .section-title-white {
        font-size: 2em;
    }
    
    .section-subtitle,
    .section-subtitle-white {
        font-size: 1.05em;
        margin: 0 auto 35px auto;
    }
    
    /* Video section */
    .video-section-title,
    .video-section-title-white {
        font-size: 2em;
    }
    
    .video-section-subtitle,
    .video-section-subtitle-white {
        font-size: 1.05em;
    }
    
    .video-wrapper {
        max-width: 100%;
        border-radius: 12px;
    }
    
    /* Credibility section */
    .credibility-text h3 {
        font-size: 1.4em;
    }
    
    .credibility-subtitle {
        font-size: 1em;
    }
    
    .credibility-description {
        font-size: 0.95em;
    }
    
    /* Card titles */
    .feature-card h3,
    .benefit-card h3,
    .step-card h3 {
        font-size: 1.2em;
    }
    
    .feature-card p,
    .benefit-card p,
    .step-card p {
        font-size: 0.95em;
    }
    
    /* CTA Cards */
    .cta-card h2 {
        font-size: 1.4em;
    }
    
    .cta-card p {
        font-size: 0.95em;
    }
    
    .cta-card-button,
    .cta-button {
        font-size: 1em;
        padding: 14px 30px;
    }
    
    /* Final CTA */
    .final-cta-title {
        font-size: 2.2em;
    }
    
    .final-cta-subtitle {
        font-size: 1.05em;
    }
    
    /* Testimonials */
    .testimonial-text {
        font-size: 0.95em;
    }
    
    .testimonial-stars {
        font-size: 2em;
    }
    
    /* Images */
    .credibility-image {
        width: 160px;
    }
    
    .feature-icon,
    .benefit-icon,
    .step-icon,
    .cta-card-icon {
        width: 60px;
        height: 60px;
    }
    
    .feature-icon i,
    .benefit-icon i,
    .step-icon i {
        font-size: 1.8em;
    }
    
    .cta-card-icon i {
        font-size: 1.7em;
    }
}

/* Mobile - iPhone SE, small phones (375px and below) */
@media (max-width: 425px) {
    /* Section titles - smaller for mobile */
    .section-title,
    .section-title-white {
        font-size: 1.75em;
        line-height: 1.3;
    }
    
    .section-subtitle,
    .section-subtitle-white {
        font-size: 1em;
        line-height: 1.6;
        padding: 0 10px;
    }
    
    /* Video section */
    .video-section-title,
    .video-section-title-white {
        font-size: 1.5em;
        line-height: 1.3;
    }
    
    .video-section-subtitle,
    .video-section-subtitle-white {
        font-size: 0.95em;
        padding: 0 10px;
    }
    
    .video-wrapper {
        border-radius: 10px;
    }
    
    /* Credibility section */
    .credibility-card {
        padding: 25px 20px;
    }
    
    .credibility-content {
        gap: 20px;
    }
    
    .credibility-text h3 {
        font-size: 1.2em;
    }
    
    .credibility-subtitle {
        font-size: 0.95em;
    }
    
    .credibility-description {
        font-size: 0.9em;
        line-height: 1.6;
    }
    
    .credibility-badge {
        font-size: 0.8em;
        padding: 7px 16px;
        letter-spacing: 1.5px;
    }
    
    /* Card grids - reduce padding */
    .feature-card,
    .benefit-card,
    .step-card {
        padding: 30px 20px;
    }
    
    .feature-card h3,
    .benefit-card h3,
    .step-card h3 {
        font-size: 1.1em;
        line-height: 1.3;
    }
    
    .feature-card p,
    .benefit-card p,
    .step-card p {
        font-size: 0.9em;
        line-height: 1.6;
    }
    
    /* CTA Cards */
    .cta-card {
        padding: 30px 20px;
    }
    
    .cta-card h2 {
        font-size: 1.25em;
        line-height: 1.3;
    }
    
    .cta-card p {
        font-size: 0.9em;
        line-height: 1.6;
    }
    
    .cta-card-button,
    .cta-button {
        font-size: 0.95em;
        padding: 12px 25px;
    }
    
    /* Final CTA */
    .final-cta-title {
        font-size: 1.8em;
        line-height: 1.3;
    }
    
    .final-cta-subtitle {
        font-size: 1em;
        line-height: 1.6;
        padding: 0 10px;
    }
    
    .final-cta-footer {
        font-size: 0.85em;
    }
    
    .app-badge-img {
        height: 42px;
    }
    
    /* Testimonials */
    .testimonial-card {
        padding: 25px 20px;
    }
    
    .testimonial-text {
        font-size: 0.9em;
        line-height: 1.6;
    }
    
    .testimonial-stars {
        font-size: 1.8em;
    }
    
    .testimonial-info p:first-child {
        font-size: 0.95em;
    }
    
    .testimonial-info p:last-child {
        font-size: 0.85em;
    }
    
    /* Images - smaller on mobile */
    .credibility-image {
        width: 140px;
    }
    
    .feature-icon,
    .benefit-icon,
    .step-icon,
    .cta-card-icon {
        width: 55px;
        height: 55px;
    }
    
    .feature-icon i,
    .benefit-icon i,
    .step-icon i {
        font-size: 1.6em;
    }
    
    .cta-card-icon i {
        font-size: 1.5em;
    }
    
    .step-badge {
        width: 38px;
        height: 38px;
        font-size: 1.2em;
        top: -16px;
    }
    
    .testimonial-avatar {
        width: 35px;
        height: 35px;
        font-size: 1em;
    }
    
    /* Spacing adjustments */
    .credibility-section,
    .features-section,
    .how-it-works-section,
    .testimonials-section {
        padding: 40px 0;
        margin: 40px 0;
    }
    
    .final-cta-section {
        padding: 40px 0;
    }
}

/* =========================
   11. PROTOCOL TIMELINE SECTION
   ========================= */

.protocol-section h3 {
    margin-top: 40px;
    margin-bottom: 25px;
}

.protocol-intro {
    margin-bottom: 25px;
}

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

.timeline-card {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
}

.timeline-card:hover {
    transform: translateY(-3px);
}

.timeline-card-warmup {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2);
}

.timeline-card-warmup:hover {
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.35);
}

.timeline-card-interval {
    background: linear-gradient(135deg, #BA0C2F 0%, #D62C1A 100%);
    box-shadow: 0 4px 12px rgba(186, 12, 47, 0.3);
}

.timeline-card-interval:hover {
    box-shadow: 0 6px 20px rgba(186, 12, 47, 0.45);
}

.timeline-card-recovery {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.timeline-card-recovery:hover {
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.45);
}

.timeline-icon {
    font-size: 2em;
    color: #fff;
    margin-bottom: 10px;
}

.timeline-card h4 {
    color: #fff;
    margin: 10px 0;
    font-size: 1.1em;
}

.timeline-card p {
    color: #fff;
    margin: 0;
    font-size: 0.95em;
}

.total-time-box {
    background: #f8f9fa;
    border-left: 5px solid #BA0C2F;
    padding: 20px;
    margin: 25px 0;
    border-radius: 5px;
}

.total-time-box p {
    margin: 0;
    font-size: 1.1em;
    color: #1a1a1a;
}

.total-time-box i {
    color: #BA0C2F;
    margin-right: 10px;
}

/* =========================
   12. EXPERT RESOURCES SECTION
   ========================= */

.expert-resources-title {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.8em;
}

.expert-resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.expert-card {
    text-decoration: none;
    color: inherit;
    display: block;
    border: 2px solid;
    border-radius: 10px;
    padding: 25px;
    transition: all 0.3s ease;
}

.expert-card:hover {
    transform: translateY(-3px);
}

.expert-card-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.expert-card-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3em;
}

.expert-card-text {
    flex: 1;
}

.expert-card h4 {
    margin: 0 0 5px 0;
    font-size: 1.05em;
    color: #1a1a1a;
    font-weight: 600;
}

/* Red variant */
.expert-card-red {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%);
    border-color: #ffcccc;
    box-shadow: 0 2px 8px rgba(186, 12, 47, 0.1);
}

.expert-card-red:hover {
    border-color: #BA0C2F;
    box-shadow: 0 4px 20px rgba(186, 12, 47, 0.25);
}

.expert-card-red .expert-card-icon {
    background: linear-gradient(135deg, #BA0C2F 0%, #D62C1A 100%);
}

/* Blue variant */
.expert-card-blue {
    background: linear-gradient(135deg, #e8f4fd 0%, #d4e9fc 100%);
    border-color: #a8d5f7;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
}

.expert-card-blue:hover {
    border-color: #007bff;
    box-shadow: 0 4px 20px rgba(0, 123, 255, 0.25);
}

.expert-card-blue .expert-card-icon {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

/* Sky blue variant */
.expert-card-sky {
    background: linear-gradient(135deg, #f0f9ff 0%, #ddf0ff 100%);
    border-color: #b8dcff;
    box-shadow: 0 2px 8px rgba(52, 144, 220, 0.1);
}

.expert-card-sky:hover {
    border-color: #3490dc;
    box-shadow: 0 4px 20px rgba(52, 144, 220, 0.25);
}

.expert-card-sky .expert-card-icon {
    background: linear-gradient(135deg, #3490dc 0%, #2779bd 100%);
}

/* Pink variant */
.expert-card-pink {
    background: linear-gradient(135deg, #fff0f6 0%, #ffe0f0 100%);
    border-color: #ffc2e0;
    box-shadow: 0 2px 8px rgba(220, 53, 145, 0.1);
}

.expert-card-pink:hover {
    border-color: #e83e8c;
    box-shadow: 0 4px 20px rgba(232, 62, 140, 0.25);
}

.expert-card-pink .expert-card-icon {
    background: linear-gradient(135deg, #e83e8c 0%, #c5297d 100%);
}

/* Green variant */
.expert-card-green {
    background: linear-gradient(135deg, #e6f9f0 0%, #d1f2e6 100%);
    border-color: #9ee5c6;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.1);
}

.expert-card-green:hover {
    border-color: #28a745;
    box-shadow: 0 4px 20px rgba(40, 167, 69, 0.25);
}

.expert-card-green .expert-card-icon {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

/* Yellow variant */
.expert-card-yellow {
    background: linear-gradient(135deg, #fff8e6 0%, #fff0cc 100%);
    border-color: #ffd966;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.1);
}

.expert-card-yellow:hover {
    border-color: #ffc107;
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.25);
}

.expert-card-yellow .expert-card-icon {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
}

/* Purple variant */
.expert-card-purple {
    background: linear-gradient(135deg, #f4e6ff 0%, #e8d4ff 100%);
    border-color: #d4a8ff;
    box-shadow: 0 2px 8px rgba(111, 66, 193, 0.1);
}

.expert-card-purple:hover {
    border-color: #6f42c1;
    box-shadow: 0 4px 20px rgba(111, 66, 193, 0.25);
}

.expert-card-purple .expert-card-icon {
    background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%);
}

/* Cyan variant */
.expert-card-cyan {
    background: linear-gradient(135deg, #e6fff9 0%, #ccfff0 100%);
    border-color: #99ffe0;
    box-shadow: 0 2px 8px rgba(23, 162, 184, 0.1);
}

.expert-card-cyan:hover {
    border-color: #17a2b8;
    box-shadow: 0 4px 20px rgba(23, 162, 184, 0.25);
}

.expert-card-cyan .expert-card-icon {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
}

/* Hot pink variant */
.expert-card-hotpink {
    background: linear-gradient(135deg, #ffe6f0 0%, #ffd6e6 100%);
    border-color: #ffb3d1;
    box-shadow: 0 2px 8px rgba(255, 105, 180, 0.1);
}

.expert-card-hotpink:hover {
    border-color: #ff69b4;
    box-shadow: 0 4px 20px rgba(255, 105, 180, 0.25);
}

.expert-card-hotpink .expert-card-icon {
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
}

/* Orange variant */
.expert-card-orange {
    background: linear-gradient(135deg, #fff5f0 0%, #ffe8e0 100%);
    border-color: #ffc2a8;
    box-shadow: 0 2px 8px rgba(253, 126, 20, 0.1);
}

.expert-card-orange:hover {
    border-color: #fd7e14;
    box-shadow: 0 4px 20px rgba(253, 126, 20, 0.25);
}

.expert-card-orange .expert-card-icon {
    background: linear-gradient(135deg, #fd7e14 0%, #e8590c 100%);
}

/* =========================
   13. PREMIUM PDF CTA SECTION
   ========================= */

.premium-pdf-cta {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-radius: 20px;
    padding: 50px 40px;
    margin: 60px 0 40px 0;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.pdf-cta-decorative-top {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(186, 12, 47, 0.1);
    border-radius: 50%;
    filter: blur(40px);
}

.pdf-cta-decorative-bottom {
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(0, 123, 255, 0.1);
    border-radius: 50%;
    filter: blur(40px);
}

.pdf-cta-content {
    position: relative;
    z-index: 2;
}

.pdf-cta-badge {
    display: inline-block;
    background: rgba(186, 12, 47, 0.2);
    padding: 10px 25px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid rgba(186, 12, 47, 0.3);
}

.pdf-cta-badge span {
    color: #ff6b6b;
    font-weight: 700;
    font-size: 0.9em;
    letter-spacing: 2px;
}

.pdf-cta-title {
    color: #fff;
    margin: 20px 0;
    font-size: 2.5em;
    font-weight: 800;
    line-height: 1.2;
}

.pdf-cta-description {
    color: #ccc;
    font-size: 1.2em;
    margin: 20px auto 35px auto;
    max-width: 700px;
    line-height: 1.7;
}

.pdf-features-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 30px 0;
}

.pdf-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pdf-feature-item i {
    color: #4ade80;
    font-size: 1.2em;
}

.pdf-feature-item span {
    color: #fff;
    font-size: 1em;
}

.pdf-download-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #BA0C2F 0%, #D62C1A 100%);
    color: #fff;
    padding: 20px 50px;
    font-size: 1.3em;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 8px 30px rgba(186, 12, 47, 0.4);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.pdf-download-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 40px rgba(186, 12, 47, 0.6);
}

.pdf-download-button i:first-child {
    font-size: 1.5em;
}

.pdf-download-button i:last-child {
    font-size: 1em;
}

.pdf-cta-footer {
    color: #888;
    font-size: 0.95em;
    margin-top: 25px;
    font-style: italic;
}

/* Large screens - enhance video size and spacing */
@media (min-width: 1200px) {
    .video-wrapper {
        max-width: 1200px;
    }
    
    .video-section-title,
    .video-section-title-white {
        font-size: 2.8em;
    }
    
    .video-section-subtitle,
    .video-section-subtitle-white {
        font-size: 1.2em;
    }
}

/* ========================================
   PROTOCOL SECTION
   ======================================== */
.protocol-wrapper {
    background: linear-gradient(135deg, #0f3460 0%, #16213e 50%, #1a1a2e 100%);
    padding: 60px 0;
    margin: 0;
}

.protocol-section {
    margin: 0 auto;
}

.protocol-section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}

.protocol-section p {
    font-size: 1.1em;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 20px;
}

.protocol-h3 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 1.8em;
    color: #fff;
    font-weight: 700;
}

.protocol-intro {
    font-size: 1.05em;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

/* Protocol Timeline Grid */
.protocol-timeline-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    margin: 25px 0;
}

.timeline-card {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-card:hover {
    transform: translateY(-3px);
}

.timeline-card-warmup {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2);
}

.timeline-card-warmup:hover {
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.35);
}

.timeline-card-interval {
    background: linear-gradient(135deg, #BA0C2F 0%, #D62C1A 100%);
    box-shadow: 0 4px 12px rgba(186, 12, 47, 0.3);
}

.timeline-card-interval:hover {
    box-shadow: 0 6px 20px rgba(186, 12, 47, 0.45);
}

.timeline-card-recovery {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.timeline-card-recovery:hover {
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.45);
}

.timeline-card-cooldown {
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

.timeline-card-cooldown:hover {
    box-shadow: 0 6px 20px rgba(108, 117, 125, 0.45);
}

.timeline-icon {
    font-size: 2em;
    color: #fff;
    margin-bottom: 10px;
}

.timeline-card h4 {
    color: #fff;
    margin: 10px 0;
    font-size: 1.1em;
    font-weight: 600;
}

.timeline-card p {
    color: #fff;
    margin: 0;
    font-size: 0.95em;
}

/* Total Time Box */
.total-time-box {
    background: #fff;
    border-left: 5px solid #BA0C2F;
    padding: 20px;
    margin: 25px 0;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.total-time-box p {
    margin: 0;
    font-size: 1.1em;
    color: #1a1a1a;
}

.total-time-box i {
    color: #BA0C2F;
    margin-right: 10px;
}

/* ========================================
   EXPERT RESOURCES GRID
   ======================================== */
.expert-resources-title {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.8em;
    color: #fff;
    font-weight: 700;
}

.expert-resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.expert-resource-card {
    text-decoration: none;
    color: inherit;
    display: block;
    border: 2px solid;
    border-radius: 10px;
    padding: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.expert-resource-card:hover {
    transform: translateY(-3px);
}

.expert-card-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.expert-card-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3em;
}

.expert-card-title {
    flex: 1;
    margin: 0;
    font-size: 1.05em;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.4;
}

/* Expert Card Color Variants */
.expert-resource-card-red {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%);
    border-color: #ffcccc;
}

.expert-resource-card-red:hover {
    border-color: #BA0C2F;
    box-shadow: 0 4px 20px rgba(186, 12, 47, 0.25);
}

.expert-card-icon-red {
    background: linear-gradient(135deg, #BA0C2F 0%, #D62C1A 100%);
}

.expert-resource-card-blue {
    background: linear-gradient(135deg, #e8f4fd 0%, #d4e9fc 100%);
    border-color: #a8d5f7;
}

.expert-resource-card-blue:hover {
    border-color: #007bff;
    box-shadow: 0 4px 20px rgba(0, 123, 255, 0.25);
}

.expert-card-icon-blue {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.expert-resource-card-lightblue {
    background: linear-gradient(135deg, #f0f9ff 0%, #ddf0ff 100%);
    border-color: #b8dcff;
}

.expert-resource-card-lightblue:hover {
    border-color: #3490dc;
    box-shadow: 0 4px 20px rgba(52, 144, 220, 0.25);
}

.expert-card-icon-lightblue {
    background: linear-gradient(135deg, #3490dc 0%, #2779bd 100%);
}

.expert-resource-card-pink {
    background: linear-gradient(135deg, #fff0f6 0%, #ffe0f0 100%);
    border-color: #ffc2e0;
}

.expert-resource-card-pink:hover {
    border-color: #e83e8c;
    box-shadow: 0 4px 20px rgba(232, 62, 140, 0.25);
}

.expert-card-icon-pink {
    background: linear-gradient(135deg, #e83e8c 0%, #c5297d 100%);
}

.expert-resource-card-green {
    background: linear-gradient(135deg, #e6f9f0 0%, #d1f2e6 100%);
    border-color: #9ee5c6;
}

.expert-resource-card-green:hover {
    border-color: #28a745;
    box-shadow: 0 4px 20px rgba(40, 167, 69, 0.25);
}

.expert-card-icon-green {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.expert-resource-card-yellow {
    background: linear-gradient(135deg, #fff8e6 0%, #fff0cc 100%);
    border-color: #ffd966;
}

.expert-resource-card-yellow:hover {
    border-color: #ffc107;
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.25);
}

.expert-card-icon-yellow {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
}

.expert-resource-card-purple {
    background: linear-gradient(135deg, #f4e6ff 0%, #e8d4ff 100%);
    border-color: #d4a8ff;
}

.expert-resource-card-purple:hover {
    border-color: #6f42c1;
    box-shadow: 0 4px 20px rgba(111, 66, 193, 0.25);
}

.expert-card-icon-purple {
    background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%);
}

.expert-resource-card-orange {
    background: linear-gradient(135deg, #fff4e6 0%, #ffe8cc 100%);
    border-color: #ffc966;
}

.expert-resource-card-orange:hover {
    border-color: #fd7e14;
    box-shadow: 0 4px 20px rgba(253, 126, 20, 0.25);
}

.expert-card-icon-orange {
    background: linear-gradient(135deg, #fd7e14 0%, #dc6502 100%);
}

.expert-resource-card-cyan {
    background: linear-gradient(135deg, #e6fff9 0%, #ccfff0 100%);
    border-color: #99ffe0;
}

.expert-resource-card-cyan:hover {
    border-color: #17a2b8;
    box-shadow: 0 4px 20px rgba(23, 162, 184, 0.25);
}

.expert-card-icon-cyan {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
}

.expert-resource-card-hotpink {
    background: linear-gradient(135deg, #ffe6f0 0%, #ffd6e6 100%);
    border-color: #ffb3d1;
}

.expert-resource-card-hotpink:hover {
    border-color: #ff69b4;
    box-shadow: 0 4px 20px rgba(255, 105, 180, 0.25);
}

.expert-card-icon-hotpink {
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
}

/* ========================================
   PREMIUM PDF CTA SECTION
   ======================================== */
.premium-pdf-section {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    overflow: hidden;
    margin: 60px 0;
}

.pdf-cta-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.pdf-cta-decorative-top {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(186, 12, 47, 0.1);
    border-radius: 50%;
    filter: blur(40px);
    z-index: 1;
}

.pdf-cta-decorative-bottom {
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(0, 123, 255, 0.1);
    border-radius: 50%;
    filter: blur(40px);
    z-index: 1;
}

.pdf-cta-content {
    position: relative;
    z-index: 2;
}

.pdf-cta-badge-wrapper {
    display: inline-block;
    background: rgba(186, 12, 47, 0.2);
    padding: 10px 25px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid rgba(186, 12, 47, 0.3);
}

.pdf-cta-badge-text {
    color: #ff6b6b;
    font-weight: 700;
    font-size: 0.9em;
    letter-spacing: 2px;
}

.pdf-cta-title {
    color: #fff;
    margin: 20px 0;
    font-size: 2.5em;
    font-weight: 800;
    line-height: 1.2;
}

.pdf-cta-description {
    color: #ccc;
    font-size: 1.2em;
    margin: 20px auto 35px auto;
    max-width: 700px;
    line-height: 1.7;
}

.pdf-features-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 30px 0;
}

.pdf-feature-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.pdf-feature-pill:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.pdf-feature-pill i {
    color: #4ade80;
    font-size: 1.2em;
}

.pdf-feature-pill span {
    color: #fff;
    font-size: 1em;
}

.pdf-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #BA0C2F 0%, #D62C1A 100%);
    color: #fff;
    padding: 20px 50px;
    font-size: 1.3em;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 8px 30px rgba(186, 12, 47, 0.4);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.pdf-download-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 40px rgba(186, 12, 47, 0.6);
}

.pdf-download-btn .btn-icon-left {
    font-size: 1.5em;
}

.pdf-download-btn .btn-icon-right {
    font-size: 1em;
}

.pdf-cta-footer-text {
    color: #888;
    font-size: 0.95em;
    margin-top: 25px;
    font-style: italic;
}

/* Responsive - Protocol Section */
@media (max-width: 768px) {
    .protocol-wrapper {
        padding: 40px 0;
    }
    
    .protocol-section h2 {
        font-size: 2em;
    }
    
    .protocol-h3 {
        font-size: 1.5em;
    }
    
    .expert-resources-title {
        font-size: 1.5em;
    }
    
    .pdf-cta-title {
        font-size: 2em;
    }
    
    .pdf-cta-description {
        font-size: 1.1em;
    }
    
    .pdf-download-btn {
        padding: 18px 40px;
        font-size: 1.2em;
    }
}

@media (max-width: 425px) {
    .protocol-wrapper {
        padding: 30px 0;
    }
    
    .protocol-section h2 {
        font-size: 1.75em;
    }
    
    .protocol-h3 {
        font-size: 1.3em;
    }
    
    .timeline-icon {
        font-size: 1.7em;
    }
    
    .timeline-card h4 {
        font-size: 1em;
    }
    
    .timeline-card p {
        font-size: 0.9em;
    }
    
    .total-time-box p {
        font-size: 1em;
    }
    
    .expert-resources-title {
        font-size: 1.3em;
    }
    
    .expert-card-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1em;
    }
    
    .expert-card-title {
        font-size: 0.95em;
    }
    
    .pdf-cta-title {
        font-size: 1.75em;
    }
    
    .pdf-cta-description {
        font-size: 1em;
    }
    
    .pdf-download-btn {
        padding: 16px 35px;
        font-size: 1.1em;
        gap: 10px;
    }
    
    .pdf-feature-pill {
        padding: 10px 16px;
        font-size: 0.9em;
    }
}

