/* Estilos gerais */
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    overflow-x: hidden; /* Evita rolagem horizontal */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Promo Banner */
.promo-banner {
    background-color: #4285F4;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

/* Header */
.header {
    background-color: #000;
    padding: 20px 0;
    border-bottom: 1px solid #333;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 40px;
}

.login-btn {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.login-btn:hover {
    background-color: #555;
}

/* Hero Section */
.hero {
    padding: 40px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    gap: 6px;
}

.stars {
    color: #FFD700;
    font-size: 30px;
    letter-spacing: 2px;
}

.user-avatars {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.avatar-small {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -10px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.avatar-small:first-child {
    margin-left: 0;
}

.rating-text {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.hero-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-title .highlight {
    color: #4285F4;
}

.hero-subtitle {
    font-size: 20px;
    color: #ccc;
    margin-bottom: 25px;
}

.hero-video {
    margin-bottom: 25px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    background-color: #222;
    border-radius: 10px;
    overflow: hidden;
}

.video-container img.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.video-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
}

.hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: #ccc;
    margin-bottom: 25px;
}

.pricing-section {
    background-color: #111;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 20px;
    border: 3px dashed #4285F4;
    position: relative;
}

.pricing-box {
    margin-bottom: 20px;
}

.sale-badge {
    background-color: #FFD700;
    color: #000;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price-original {
    font-size: 16px;
    color: #999;
    margin-bottom: 8px;
}

.strikethrough {
    text-decoration: line-through;
}

.price-current {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.price-highlight {
    color: #4285F4;
}

.cta-button {
    background-color: #4285F4;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #3367D6;
}

.guarantee-text {
    font-size: 13px;
    color: #aaa;
    margin-top: 20px;
    line-height: 1.4;
}

.guarantee-text p {
    margin: 8px 0;
}

/* Problem Section */
.problem-section {
    padding: 30px 0;
    text-align: center;
}

.problem-content {
    max-width: 800px;
    margin: 0 auto;
}

.problem-text {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.problem-text strong {
    color: #4285F4;
}

.solution-text {
    font-size: 24px;
    font-weight: 700;
    color: #FFD700;
}

/* Watch Analyze Section */
.watch-section {
    background-color: #fff;
    color: #000;
    padding: 40px 0;
    text-align: center;
}

.watch-section .section-title {
    color: #000;
}

.watch-section .section-subtitle {
    color: #666;
}

.section-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
}

.section-subtitle {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 25px;
}

.videos-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.video-item {
    background-color: #111;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.video-item.large {
    grid-column: 1 / -1;
}

.video-item img {
    width: 100%;
    height: auto;
    display: block;
}

.video-item .play-button-small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
}

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

/* Course Introduction */
.course-intro {
    padding: 30px 0;
    text-align: center;
}

.intro-badge {
    background-color: #4285F4;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

.course-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 25px;
}

.course-mockup img {
    max-width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.course-description {
    font-size: 18px;
    line-height: 1.6;
    color: #ccc;
}

/* What You'll Master */
.master-section {
    background-color: #fff;
    color: #000;
    padding: 80px 0;
    text-align: center;
}

.master-section .section-title {
    color: #000;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.2;
}

.master-section .section-subtitle {
    color: #666;
    font-size: 22px;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

.flywheel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 60px;
    margin-top: 50px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.flywheel-item {
    background-color: #fff;
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.flywheel-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.flywheel-icon img {
    height: 180px;
    width: 180px;
    margin-bottom: 30px;
    object-fit: contain;
}

.flywheel-item h3 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
}

.flywheel-item p {
    font-size: 20px;
    color: #666;
    line-height: 1.6;
    max-width: 300px;
    margin: 0 auto;
}

/* Skills Grid */
.skills-section {
    background-color: #fff;
    color: #000;
    padding: 40px 0;
}

.skills-section .section-title {
    color: #000;
}

.skills-section .section-subtitle {
    color: #666;
}

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

.skill-item {
    background-color: #000;
    padding: 20px;
    border-radius: 10px;
}

.skill-item h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.skill-item p {
    font-size: 16px;
    color: #ccc;
    line-height: 1.6;
}

/* Imagination Section */
.imagination-section {
    padding: 80px 0;
    text-align: center;
    background-color: #000;
}

.imagination-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}

.imagination-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #ccc;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    text-align: center;
}

/* Bonus Section */
.bonus-section {
    padding: 40px 0;
    text-align: center;
    background-color: #111;
}

.bonus-badge {
    background-color: #FFD700;
    color: #000;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

.bonus-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 25px;
}

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

.feature {
    background-color: #222;
    padding: 20px;
    border-radius: 10px;
    font-size: 18px;
    text-align: left;
}

/* Final CTA */
.final-cta {
    padding: 40px 0;
    text-align: center;
}

.cta-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 25px;
}

.final-pricing {
    margin-bottom: 20px;
}

.price-large {
    font-size: 48px;
    font-weight: 800;
    color: #4285F4;
    margin-right: 20px;
}

.price-original-small {
    font-size: 24px;
    color: #ccc;
    text-decoration: line-through;
}

.course-includes {
    margin-top: 25px;
    text-align: left;
    display: inline-block;
}

.includes-list {
    list-style: none;
    padding: 0;
}

.include-item {
    font-size: 18px;
    margin-bottom: 10px;
}

.guarantee {
    margin-top: 25px;
    font-size: 16px;
    color: #ccc;
}

/* FAQ Section */
.faq-section {
    padding: 40px 0;
}

.faq-item {
    background-color: #111;
    margin-bottom: 10px;
    border-radius: 5px;
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px; /* Ajuste conforme necessário */
    padding-bottom: 20px;
}

/* Footer */
.footer {
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #333;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    margin: 0 15px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
}

.copyright {
    margin-top: 20px;
    font-size: 14px;
    color: #888;
}

/* Responsividade */
@media (max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }

    .flywheel-grid, .skills-grid, .bonus-features, .videos-small-grid {
        grid-template-columns: 1fr;
    }
    
    .flywheel-item {
        padding: 35px 25px;
    }
    
    .flywheel-icon img {
        height: 100px;
    }
    
    .flywheel-item h3 {
        font-size: 24px;
    }
    
    .flywheel-item p {
        font-size: 16px;
    }
}

/* CTA button na seção de vídeos */
.watch-section-cta {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
}

/* CTA button na seção Master */
.master-section-cta {
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
}

/* CTA button na seção Skills */
.skills-section-cta {
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
}

/* Customização para esconder elementos do YouTube */
.video-container iframe,
.video-modal-content iframe,
.video-item iframe {
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    border: none;
}

/* Overlay personalizado para esconder elementos do YouTube */
.video-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    pointer-events: none;
    z-index: 5;
    border-radius: 0 0 10px 10px;
}

/* Estilo customizado para o player */
.video-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.video-item.large iframe {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

/* Estilos para o Modal de Vídeo */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.video-modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 900px;
    height: 70%;
    background-color: transparent;
}

.video-modal-content iframe {
    width: 100%;
    height: 100%;
}

.close-button {
    color: #fff;
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.close-button:hover,
.close-button:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Estilos para GIFs das habilidades */
.skill-gif {
    margin-bottom: 20px;
    text-align: center;
}

.skill-gif img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Seções de imaginação com vídeos de fundo simulados */
.imagination-section-1 {
    background-image: url('../images/hero_video_thumbnail.gif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 300px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px 0;
}

.imagination-section-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.imagination-section-1 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.imagination-section-1 h2 {
    font-size: 1.8rem;
    font-weight: 900;
    color: white;
    text-align: center;
    line-height: 1.1;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.imagination-section-2 h3 {
    font-size: 1.8rem;
    font-weight: 900;
    color: white;
    text-align: center;
    line-height: 1.1;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* Responsividade para as seções inspiracionais */
@media (max-width: 768px) {
    .imagination-section-1 {
        min-height: 300px;
        padding: 40px 0;
        background-attachment: scroll;
    }

    .imagination-section-1 h2,
    .imagination-section-2 h3 {
        font-size: 1.4rem;
        line-height: 1.2;
        padding: 0 10px;
    }

    .imagination-section-1 .container,
    .imagination-section-2 .container {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .imagination-section-1,
    .imagination-section-2 {
        min-height: 250px;
        padding: 30px 0;
    }

    .imagination-section-1 h2,
    .imagination-section-2 h3 {
        font-size: 1.2rem;
        line-height: 1.3;
        padding: 0 10px;
    }
}

.imagination-section-2 {
    background-image: url('../images/background_video_2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 250px;
    display: flex;
    align-items: center;
    position: relative;
    animation: backgroundShift 10s ease-in-out infinite;
}

.imagination-section-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.imagination-section-2 .container {
    position: relative;
    z-index: 2;
}

/* Animações para simular movimento de vídeo */
@keyframes backgroundPulse {
    0%, 100% {
        background-size: 100%;
        filter: brightness(1);
    }
    50% {
        background-size: 105%;
        filter: brightness(1.1);
    }
}

@keyframes backgroundShift {
    0%, 100% {
        background-position: center center;
        filter: hue-rotate(0deg);
    }
    25% {
        background-position: center top;
        filter: hue-rotate(5deg);
    }
    50% {
        background-position: center bottom;
        filter: hue-rotate(10deg);
    }
    75% {
        background-position: center top;
        filter: hue-rotate(5deg);
    }
}

/* Alternância de fundos das seções */

.testimonials-section {
    background-color: #fff;
    color: #000;
    padding: 40px 0;
}

.testimonials-section .section-title {
    color: #000;
}

.testimonials-section p {
    color: #666;
}

/* Responsividade para GIFs */
@media (max-width: 768px) {
    .skill-gif img {
        max-width: 90%;
    }

    .imagination-section-1,
    .imagination-section-2 {
        min-height: 300px;
        padding: 40px 0;
    }
}

/* Reviews Section */
.reviews-section {
    background-color: #fff;
    color: #000;
    padding: 40px 0;
}

/* Secret Weapon Section */
.secret-weapon-section {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
}

.secret-weapon-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.secret-weapon-video {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.secret-weapon-video video {
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
}

.secret-weapon-info {
    padding: 20px 0;
}

.secret-weapon-badge {
    background-color: #4285F4;
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.secret-weapon-title {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.secret-weapon-value {
    color: #fff;
    font-weight: 900;
}

.secret-weapon-subtitle {
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 25px;
    line-height: 1.5;
}

.secret-weapon-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1.1rem;
    line-height: 1.4;
}

.feature-item .checkmark {
    color: #00D26A;
    font-size: 1.2rem;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-item span:last-child {
    color: #fff;
    font-weight: 500;
}

/* Responsividade para Secret Weapon Section */
@media (max-width: 768px) {
    .secret-weapon-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .secret-weapon-title {
        font-size: 2.2rem;
    }
    
    .secret-weapon-features {
        text-align: left;
    }
    
    .feature-item {
        font-size: 1rem;
    }
}

.reviews-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 60px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.review-item {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.reviewer-info h4 {
    margin: 0 0 5px 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.reviewer-info .stars {
    font-size: 0.9rem;
    color: #FFD700;
}

.review-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
    font-style: italic;
}

/* Responsividade para Reviews */
@media (max-width: 768px) {
    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }

    .reviews-title {
        font-size: 2rem;
        margin-bottom: 25px;
    }

    .review-item {
        padding: 20px;
    }
}

/* Enroll Section */
.enroll-section {
    background-color: #000;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.enroll-title {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.enroll-pricing {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.price-current {
    font-size: 4rem;
    font-weight: 900;
    color: #4285F4;
    line-height: 1;
}

.price-crossed {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ccc;
    text-decoration: line-through;
    text-decoration-color: #ccc;
    text-decoration-thickness: 3px;
}

.course-mockup-container {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-devices-mockup {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    border-radius: 15px;
}

.course-features {
    margin: 40px 0;
    text-align: center;
}

.features-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 600px;
    margin: 0 auto;
}

.feature-check {
    font-size: 1.1rem;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.feature-check::before {
    content: none;
}

.enroll-button {
    background-color: #4285F4;
    color: #fff;
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 30px 0;
    display: inline-block;
    box-shadow: 0 6px 20px rgba(66, 133, 244, 0.3);
}

.enroll-button:hover {
    background-color: #3367D6;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(66, 133, 244, 0.4);
}

.payment-methods {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.payment-icon {
    height: 35px;
    width: auto;
    border-radius: 6px;
    background: #fff;
    padding: 5px 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Responsividade para Enroll Section */
@media (max-width: 768px) {
    .enroll-title {
        font-size: 2.2rem;
        line-height: 1.2;
    }
    
    .price-current {
        font-size: 3rem;
    }
    
    .price-crossed {
        font-size: 2rem;
    }
    
    .course-devices-mockup {
        max-height: 300px;
    }
    
    .enroll-button {
        font-size: 1.1rem;
        padding: 16px 35px;
    }
    
    .payment-icon {
        height: 30px;
    }
}

@media (max-width: 480px) {
    .enroll-title {
        font-size: 1.8rem;
        padding: 0 10px;
    }
    
    .enroll-pricing {
        flex-direction: column;
        gap: 10px;
    }
    
    .price-current {
        font-size: 2.5rem;
    }
    
    .price-crossed {
        font-size: 1.8rem;
    }
    
    .features-list {
        padding: 0 20px;
    }
    
    .feature-check {
        font-size: 1rem;
    }
}