* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Nunito Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    text-align: left;
    background-color: #ffffff;
    color: #333;
}

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

/* Header */
header {
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 60px;
}

nav {
    display: flex;
    gap: 30px;
}

nav a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

nav a:hover {
    color: #7cb342;
}

/* Hero Section */
.hero {
    background: url('../images/bg-vendas_assets_template-erico-rocha.png') center/cover no-repeat;
    color: #fff;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}


.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
}

.hero-label {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 10px;
    font-weight: normal;
}

.hero-text h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #7cb342;
    font-weight: bold;
}

.hero-text h1 span {
    color: #fff;
}

.hero-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.feature-item {
    font-size: 14px;
    color: #00a8ff;
    font-weight: bold;
    letter-spacing: 1px;
}

.hero-text > p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #ddd;
}

.cta-button {
    display: inline-block;
    background: #ff6b35;
    color: #fff;
    padding: 16px 50px;
    border: 3px dashed #ff6b35;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    font-family: 'Montserrat', sans-serif;
    border: 3px dashed #ff6b35;
}

.cta-button:hover {
    background: #ff5722;
    border-color: #ff5722;
}

.hero-image {
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
}

/* About Section */
.about {
    background: #f5f5f5;
    padding: 80px 0;
}

.about h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    margin-bottom: 50px;
    text-align: left;
    color: #333;
    font-weight: 600;
}

.about-grid {
    display: grid;
  
    gap: 40px;
    margin-bottom: 50px;
}

.about-card {
    background: #fff;
    padding: 30px;
    border-radius: 0;
    text-align: left;
    transition: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.about-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #7cb342;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.about-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}


/* Courses Section */
    .topics-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.9rem;
    }

    .topic-pill {
      background: #fff;
      border-radius: 999px;
      padding: 0.55rem 1.2rem;
      font-size: 0.9rem;
      border: 1px solid rgba(148,163,184,.6);
      text-align: center;
    }
.courses {
    background: #fff;
    padding: 80px 0;
}

.courses h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    margin-bottom: 50px;
    text-align: left;
    color: #333;
    font-weight: 600;
}

.courses h2 em {
    font-style: italic;
    color: #666;
}

.course-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.course-item {
    background: transparent;
    padding: 0;
    border: none;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.course-item strong {
    color: #333;
    font-weight: bold;
}

.courses-footer {
    background: #f0f0f0;
    padding: 30px;
    border-radius: 0;
    text-align: center;
    margin-top: 40px;
}

.courses-footer p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

/* Pricing Section */
.pricing {
    
    padding: 80px 0;
    text-align: center;
    color: #fff;
}



.pricing h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: bold;
}

.price-box {
    
    background: linear-gradient(135deg, #7cb342 0%, #6fa032 100%);
    color: #fff;
    padding: 40px;
    border-radius: 8px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.price-box .old-price {
    font-size: 18px;
    text-decoration: line-through;
    opacity: 0.9;
    margin-bottom: 10px;
    color: #fff;
}

.price-box img {
    width: 400px;
    height: 50px;
    
    margin-top: 20px;
}
.price-box .label {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
}

.price-box .new-price {
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffeb3b;
    font-family: 'Bebas Neue', sans-serif;
}

.price-box .period {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
}

.price-security {
    font-size: 13px;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 0;
    color: #fff;
}

.price-security strong {
    color: #ffeb3b;
}
.bonus {
    
    padding: 80px 0;
    text-align: center;
    color: #fff;
    background: #f5f5f5;
}
.bonus h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
    color: #333;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.bonus h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #7cb342, #ff6b35);
    border-radius: 2px;
}

.badge-small {
      display: inline-block;
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: var(--primary-dark);
      margin-bottom: 0.35rem;
      font-weight: 700;
    }

/* Bonus Section */


.bonus h3 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #333;
    font-weight: bold;
}


/* Teachers Section */
.teachers {
    background: #fff;
    /* padding: 80px 0; */
}
.bonus-item {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px ;
}

.bonus-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #7cb342, #ff6b35);
    transition: width 0.3s ease;
}

.bonus-item h4 {
    color: #7cb342;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
    flex: 1;
}
.bonus-item p {
    color: #5a6c7d;
    font-size: 15px;
    line-height: 1.7;
    margin-left: 39px;
    padding-left: 0;
    position: relative;
}
.bonus-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-color: #7cb342;
}

.bonus-item:hover::before {
    width: 6px;
}

.bonus-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}


.teachers h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    margin-bottom: 50px;
    text-align: left;
    color: #333;
    font-weight: 600;
}

.teachers-grid {
    display: flex; 
    flex-direction: column;
    overflow: auto;
    
}

.teacher-card {
    
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    transition: none;
    display: flex;
    flex-direction: row;
    gap: 0;
    color: #fff;
    min-height: 450px;
      max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;

}

.teacher-card:hover {
    transform: none;
}

.teacher-image {
    width: 100%;
    height: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    min-height: 450px;
}

.teacher-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teacher-info {
    padding: 50px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.teacher-info .cta-button {
 color: #ffffff;}
 
.teacher-info h3 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: bold;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
}

.teacher-info p {
    font-size: 14px;
    line-height: 1.8;
    color: #ddd;
    margin-bottom: 15px;
}

.teacher-info p strong {
    color: #fff;
}

.teacher-info p em {
    color: #aaa;
    font-style: italic;
}

.teacher-info a {
    color: #7cb342;
    text-decoration: none;
    font-weight: bold;
}

.teacher-info a:hover {
    text-decoration: underline;
}

/* FAQ Section */
.faq {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.faq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #7cb342, #ff6b35);
}

.faq h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
    color: #333;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.faq h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #7cb342, #ff6b35);
    border-radius: 2px;
}

.faq-grid {
    display: grid;
    gap: 25px;
    margin-bottom: 50px;
}

.faq-item {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.faq-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #7cb342, #ff6b35);
    transition: width 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-color: #7cb342;
}

.faq-item:hover::before {
    width: 6px;
}

.faq-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.faq-icon {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #7cb342, #6fa032);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.faq-icon::before {
    content: '?';
    color: white;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.faq-item h4 {
    color: #2c3e50;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
    flex: 1;
}

.faq-item p {
    color: #5a6c7d;
    font-size: 15px;
    line-height: 1.7;
    margin-left: 39px;
    padding-left: 0;
    position: relative;
}

.faq-item p::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 8px;
    width: 3px;
    height: calc(100% - 16px);
    background: #e9ecef;
    border-radius: 2px;
}

.faq-cta {
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e9ecef;
}

.faq-cta .cta-button {
    background: linear-gradient(135deg, #ff6b35, #e55a2b);
    border: none;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    font-size: 18px;
    padding: 18px 60px;
    transition: all 0.3s ease;
}

.faq-cta .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    background: linear-gradient(135deg, #e55a2b, #d1491f);
}

/* Guarantee Section */
.guarantee {
    background: #2a2a2a;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.guarantee-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}

.guarantee-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.guarantee h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
}

.guarantee p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #ddd;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Footer */
footer {
    background: #1a1a1a;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    font-size: 13px;
}

footer p {
    margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .course-list {
        grid-template-columns: 1fr;
    }

    .teachers-grid {
        gap: 40px;
    }

    .teacher-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .teacher-image {
        min-height: 300px;
    }

    .hero-text h1 {
        font-size: 40px;
    }

    .container {
        padding: 0 20px;
    }

    .header-content {
        padding: 0 20px;
    }

    nav {
        gap: 15px;
    }

    .bonus-grid {
        grid-template-columns: 1fr;
    }

    /* FAQ Responsive */
    .faq h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .faq h2::after {
        width: 60px;
    }

    .faq-grid {
        gap: 20px;
    }

    .faq-item {
        padding: 20px;
        border-radius: 8px;
    }

    .faq-header {
        gap: 12px;
        margin-bottom: 12px;
    }

    .faq-icon {
        width: 20px;
        height: 20px;
        margin-top: 0;
    }

    .faq-icon::before {
        font-size: 12px;
    }

    .faq-item h4 {
        font-size: 16px;
    }

    .faq-item p {
        font-size: 14px;
        margin-left: 32px;
    }

    .faq-item p::before {
        left: -12px;
    }

    .faq-cta .cta-button {
        font-size: 16px;
        padding: 16px 40px;
    }
}

@media (max-width: 480px) {
    .faq-item {
        padding: 15px;
    }

    .faq-header {
        flex-direction: column;
        gap: 8px;
    }

    .faq-icon {
        align-self: flex-start;
    }

    .faq-item p {
        margin-left: 0;
        padding-left: 0;
    }

    .faq-item p::before {
        display: none;
    }

    .faq-cta {
        margin-top: 30px;
        padding-top: 30px;
    }
}
