/* Guitarra Nordestina 2.0 Landing Page Styles */

.section-container {
    margin-top: 2rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Course Header with Cover Image */
.course-header {
    margin-top: 8rem;
    margin-bottom: 1rem;
}

.course-cover-container {
    width: 50%;
    min-width: 230px;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 0rem;
}

.course-cover-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



/* Hero Section */
.hero-section {
    padding: 2rem 0;
    margin-bottom: 3rem;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hero-subtitle {
    font-size: 1.8rem;
    color: var(--color-other);
    margin-bottom: 2rem;
    font-weight: 600;
    font-style: italic;
}

.hero-intro {
    margin-bottom: 2rem;
}

.hero-lead {
    font-size: 1.3rem;
    color: var(--color-text);
    font-weight: 500;
    margin-bottom: 1rem;
}

.hero-lead a {
    color: var(--color-primary) !important;
    text-decoration: none;
    font-weight: 700;
}

.text-primary {
    color: var(--color-primary) !important;
    text-decoration: none;
    font-weight: 700;
}

.text-primary:hover {
    color: var(--color-other) !important;
    text-decoration: underline;
}

.highlight-text {
    background-color: var(--color-primary);
    color: var(--color-text-with);
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
}

.hero-final {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--color-other);
}

.destak-green {
    background-color: var(--color-primary);
    color: var(--color-background);
    padding: 2px 7px !important;
}

.destak-orange {
    background-color: var(--color-secundary);
    color: var(--color-primary);
    padding: 0 7px !important;
}

.hero-description {
    font-size: 1.1rem;
    color: var(--color-text);
    margin-top: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.hero-description p {
    margin-bottom: 1.5rem;
}

/* Price Section */
.price-section {
    background-color: var(--color-background);
    border: 3px solid var(--color-primary);
    border-radius: 15px;
    padding: 1.5rem;
    margin: 2rem auto;
    max-width: 400px;
    box-shadow: 0 8px 20px rgba(195, 36, 57, 0.2);
}

.price-old {
    font-size: 1.1rem;
    color: var(--color-text-hard-gray);
    text-decoration: line-through;
    margin-bottom: 0.5rem;
}

.price-current {
    font-size: 1.4rem;
    color: var(--color-other);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.price-highlight {
    font-size: 2.2rem;
    color: var(--color-primary);
    font-weight: 800;
}

.price-installments {
    font-size: 1rem;
    color: var(--color-text);
    font-style: italic;
}

/* CTA Buttons */
.link-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.btn-custom {
    cursor: pointer;
    background-color: var(--color-primary);
    height: 3rem;
    margin: auto;
    border: none;
    border-radius: 8px;
    color: var(--color-background);
    font-size: 1.2rem;
    font-weight: 700;
}

.btn-custom>a {
    text-decoration: none;
    color: var(--color-background);;

}
.btn-custom:hover,.btn-custom:hover>a ,.btn-yellow {
    background-color: var(--color-other);
    color: var(--color-background);
}

.link-button, .link-button:hover {
    background-color: transparent !important;
}
.btn-cta-main {
    background-color: var(--color-primary);
    color: var(--color-text-with);
    border: none;
    border-radius: 12px;
    padding: 20px 30px;
    font-size: 1.3rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    margin: 2rem 0;
    box-shadow: 0 6px 20px rgba(195, 36, 57, 0.3);
    animation: pulse 2s infinite;
}

.btn-cta-main:hover {
    background-color: var(--color-other);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(18, 32, 52, 0.4);
}

.btn-cta-final {
    background-color: var(--color-primary);
    color: var(--color-text-with);
    border: none;
    border-radius: 15px;
    padding: 25px 40px;
    font-size: 1.4rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    margin: 2rem 0;
    box-shadow: 0 8px 30px rgba(195, 36, 57, 0.4);
    animation: pulse 2s infinite;
}

.btn-cta-final:hover {
    background-color: var(--color-other);
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(18, 32, 52, 0.5);
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.guarantee-badge {
    background-color: rgba(18, 32, 52, 0.1);
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1.5rem;
    border-left: 4px solid var(--color-other);
}

h1, h2, h3 {
    justify-content: center;
    text-align: center;
    margin: auto;
}

.guarantee-badge p {
    margin: 0;
    color: var(--color-other);
    font-weight: 600;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 2rem 0;
}

.benefit-item {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid var(--color-primary);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
}

.benefit-item:hover {
    transform: translateY(-5px);
}

.benefit-item h3 {
    color: var(--color-other);
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.benefit-item p {
    color: var(--color-text);
    line-height: 1.6;
    margin: 0;
}

/* Teacher Section */
.teacher-section {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    align-items: center;
    margin: 2rem 0;
}

.teacher-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.teacher-content h3 {
    color: var(--color-primary);
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.teacher-achievements {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.teacher-achievements li {
    color: var(--color-other);
    margin-bottom: 0.5rem;
    font-weight: 500;
}

/* Course Content Grid */
.course-content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.content-item {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid var(--color-primary);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.content-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.content-number {
    background: linear-gradient(135deg, var(--color-primary), var(--color-other));
    color: var(--color-text-with);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(195, 36, 57, 0.3);
}

.content-item h3 {
    color: var(--color-other);
    font-size: 1.1rem;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
}

/* Course Modules - Remove old styles */
.course-modules {
    margin: 2rem 0;
}

.module {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 5px solid var(--color-other);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.module h3 {
    color: var(--color-primary);
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.module ul {
    list-style: none;
    padding: 0;
}

.module li {
    color: var(--color-text);
    padding: 0.3rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.module li::before {
    content: "▶";
    color: var(--color-primary);
    position: absolute;
    left: 0;
    font-size: 0.8rem;
}

/* Testimonials */
.testimonials {
    margin: 2rem 0;
}

.testimonial {
    background-color: rgba(18, 32, 52, 0.05);
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    border-left: 4px solid var(--color-other);
    font-style: italic;
}

.testimonial p:first-child {
    color: var(--color-text);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.testimonial p:last-child {
    color: var(--color-primary);
    margin: 0;
    font-weight: 600;
    font-style: normal;
    text-align: right;
}

/* Special Offer */
.special-offer {
    background: linear-gradient(135deg, rgba(195, 36, 57, 0.1), rgba(18, 32, 52, 0.1));
    border-radius: 15px;
    padding: 2rem;
    margin: 3rem 0;
    border: 2px solid var(--color-primary);
}

.bonus-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.bonus-list li {
    color: var(--color-other);
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    padding-left: 0;
    font-weight: 500;
}

.bonus-value {
    background-color: var(--color-primary);
    color: var(--color-text-with);
    padding: 1rem;
    border-radius: 8px;
    margin: 1.5rem auto;
    max-width: 400px;
}

.bonus-free {
    font-size: 1.2rem;
    margin: 0;
}

.highlight-free {
    background-color: var(--color-other);
    color: var(--color-text-with);
    padding: 2px 8px;
    border-radius: 5px;
    font-weight: 800;
}

.urgency {
    background-color: rgba(220, 121, 40, 0.2);
    padding: 1rem;
    border-radius: 8px;
    border: 2px solid var(--color-secundary);
    margin-top: 1.5rem;
}

.urgency p {
    margin: 0;
    color: var(--color-other);
    font-weight: 600;
}

/* Final CTA */
.final-cta {
    background: linear-gradient(135deg, var(--color-primary), var(--color-other));
    border-radius: 20px;
    padding: 3rem 2rem;
    margin: 3rem 0;
    color: var(--color-text-with);
    text-align: center;
}

.final-cta h2 {
    color: var(--color-text-with);
    font-size: 2.2rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.price-comparison {
    margin: 1.5rem 0;
}

.price-old-big {
    font-size: 1.5rem;
    text-decoration: line-through;
    color: rgba(242, 242, 242, 0.7);
    margin-right: 1rem;
}

.price-current-big {
    font-size: 3rem;
    font-weight: 800;
    color: var(--color-text-with);
}

.installments-final {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: rgba(242, 242, 242, 0.9);
}

.guarantees-final p {
    color: var(--color-text-with);
    margin: 0.5rem 0;
    font-weight: 500;
}

.security-badges {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(242, 242, 242, 0.3);
}

.security-badges p {
    color: rgba(242, 242, 242, 0.8);
    margin: 0;
    font-size: 0.9rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .course-header {
        margin-top: 4rem;
        margin-bottom: 0rem;
    }
    
    .course-cover-container {
        padding: 0 0.5rem;
    }
    
    .course-cover-img {
        border-radius: 10px;
    }
    
    .hero-title {
        font-size: 2.8rem;
    }
    
    .hero-subtitle {
        font-size: 1.3rem;
    }
    
    .hero-lead {
        font-size: 1.1rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .course-content-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .content-item {
        padding: 1rem;
        gap: 0.8rem;
    }
    
    .content-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .content-item h3 {
        font-size: 1rem;
    }
    
    .teacher-section {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .btn-cta-main, .btn-cta-final {
        padding: 18px 25px;
        font-size: 1.1rem;
    }
    
    .price-section {
        margin: 1.5rem auto;
        padding: 1rem;
    }
    
    .price-highlight {
        font-size: 1.8rem;
    }
    
    .final-cta {
        padding: 2rem 1rem;
    }
    
    .final-cta h2 {
        font-size: 1.8rem;
    }
    
    .price-current-big {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .section-container {
        padding: 0 1rem;
    }
    
    .course-cover-container {
        padding: 0 0.25rem;
    }
    
    .course-cover-img {
        border-radius: 8px;
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-lead {
        font-size: 1rem;
    }
    
    .benefit-item {
        padding: 1rem;
    }
    
    .special-offer {
        padding: 1.5rem;
        margin: 2rem 0;
    }
    
    .bonus-list {
        font-size: 1rem;
    }
    
    .btn-cta-main, .btn-cta-final {
        padding: 15px 20px;
        font-size: 1rem;
        width: 100%;
        max-width: 350px;
    }
    
    .final-cta h2 {
        font-size: 1.5rem;
    }
    
    .price-current-big {
        font-size: 1.8rem;
    }
    
    .installments-final {
        font-size: 1rem;
    }
}
