/* ========================================
   CSS RESPONSIVO - PÁGINA DE VENDAS IPERSONALITY
   Versão melhorada com responsividade completa
======================================== */

/* ========================================
   RESET E CONFIGURAÇÕES GLOBAIS
======================================== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Blinker', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #374151;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   UTILITÁRIOS DE TEXTO
======================================== */
.text-white {
    color: #ffffff;
}

.text-yellow {
    color: #ffe15a;
}

.text-cyan {
    color: #22d3ee;
}

.text-pink {
    color: #f472b6;
}

/* ========================================
   CONTAINERS
======================================== */
.container {
    width: 100%;
    max-width: 100%;
}

.container-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 1.25rem);
}

/* ========================================
   HERO SECTION
======================================== */
.hero-section {
    position: relative;
    min-height: 100vh;
    width: 100%;
    background-image: url('/vendas-images/img__0x0.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem 1.25rem;
    margin-top: 5rem;
}

.hero-title {
    font-family: 'Blinker', sans-serif;
    font-size: clamp(2rem, 5vw, 3.75rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.875rem;
    max-width: 871px;
}

.hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 700;
    line-height: 1.6;
    color: #f4f6f8;
    margin-bottom: 2.5rem;
    max-width: 879px;
}

.cta-button {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    color: #ffffff;
    padding: clamp(0.875rem, 2vw, 1.125rem) clamp(1.5rem, 4vw, 5.5rem);
    border-radius: 30px;
    font-family: 'Blinker', sans-serif;
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(6, 182, 212, 0.3);
    text-align: center;
    display: inline-block;
}

.cta-button:hover {
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(6, 182, 212, 0.4);
}

/* ========================================
   SEÇÕES GERAIS
======================================== */
.section-title {
    font-family: 'Blinker', sans-serif;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    color: #005a9c;
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 3.125rem);
}

.mentor-section-title {
    color: #1f2937 !important;
}

/* ========================================
   LICENSE BENEFITS SECTION (MODIFICADO)
======================================== */
.license-section {
    background-color: #ffffff;
    padding: clamp(3rem, 6vw, 4.1875rem) 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1024px;
    margin: 0 auto;
}

.benefit-card {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: clamp(1.5rem, 3vw, 2.1875rem);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.benefit-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #ecfdf5;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    color: #10b981;
}

.benefit-icon {
    width: 32px;
    height: 32px;
    color: #005a9c;
}

.benefit-title {
    font-family: 'Blinker', sans-serif;
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 600;
    line-height: 1.5;
    color: #005a9c;
    text-align: center;
    margin-bottom: 1.5rem;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 0.75rem;
}

.check-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 0.15rem;
    color: #10b981;
    /* Verde moderno */
}

.benefit-item-content h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.benefit-item-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #4b5563;
    line-height: 1.5;
}


/* ========================================
   SOLUTION SECTION (MODIFICADO)
======================================== */
.solution-section {
    background-color: #f4f6f8;
    padding: clamp(3rem, 6vw, 5.4375rem) 0;
}

.solution-content {
    max-width: 907px;
    margin: 0 auto;
    text-align: center;
}

.solution-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 400;
    line-height: 1.4;
    color: #4b5563;
    margin-bottom: 1.875rem;
}

.solution-highlight {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.125rem, 3vw, 1.5rem);
    font-weight: 600;
    line-height: 1.5;
    color: #374151;
    margin-bottom: 2.5rem;
}

.solution-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.solution-card {
    background-color: #ffffff;
    border: 1px solid #dfe1e6;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.solution-card-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 1.25rem;
    color: #005a9c;
}

.solution-card-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.1rem, 2.5vw, 1.25rem);
    font-weight: 600;
    line-height: 1.4;
    color: #1f2937;
    text-align: center;
    margin-bottom: 0.75rem;
}

.solution-card-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b5563;
    text-align: center;
}


/* ========================================
   MENTOR SECTION - ATUALIZADO
======================================== */
.mentor-section {
    background-color: #f4f6f8;
    padding: clamp(3rem, 6vw, 4rem) 0;
}

.mentor-grid {
    display: grid;
    /* Duas colunas em telas maiores (desktop) */
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.mentor-image {
    width: 100%;
    max-width: 473px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    justify-self: center;
    /* Centraliza a imagem na sua célula da grade */
}

.mentor-info {
    text-align: left;
    /* Alinha o texto à esquerda em desktop */
}

.mentor-description {
    text-align: left;
    margin: 0 auto;
}

.mentor-quote {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 90, 156, 0.2);
    border-radius: 12px;
    padding: clamp(1rem, 3vw, 1.5rem);
    margin: 1.5rem 0;
    /* Margem ajustada para espaçamento */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.mentor-quote-text {
    font-family: 'Blinker', sans-serif;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 600;
    line-height: 1.5;
    color: #1f2937;
    text-align: left;
}

.mentor-quote-author {
    font-family: 'Blinker', sans-serif;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 600;
    color: #0052b4;
    display: block;
    text-align: right;
    /* Mantém o autor à direita */
    margin-top: 0.5rem;
}

.mentor-cta {
    background: linear-gradient(135deg, #005a9c 0%, #003d6b 100%);
    color: #ffffff;
    padding: clamp(0.75rem, 2vw, 0.9375rem) clamp(1.5rem, 3vw, 1.875rem);
    border-radius: 27px;
    font-family: 'Blinker', sans-serif;
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 90, 156, 0.3);
}

.mentor-cta:hover {
    background: linear-gradient(135deg, #003d6b 0%, #002a4a 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 90, 156, 0.4);
}


/* ========================================
   PROBLEM SECTION (MODIFICADO)
======================================== */
.problem-section {
    background-color: #ffffff;
    padding: clamp(3rem, 6vw, 4.125rem) 0;
}

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

.problem-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 400;
    line-height: 1.4;
    color: #4b5563;
    text-align: center;
    margin-bottom: 2.5rem;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.problem-card {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.problem-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.15);
}

.problem-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #ef4444;
}

.problem-text {
    font-family: 'Blinker', sans-serif;
    font-size: clamp(0.875rem, 2vw, 1.125rem);
    font-weight: 400;
    line-height: 1.6;
    color: #991b1b;
}

.problem-highlight {
    font-family: 'Blinker', sans-serif;
    font-size: clamp(1.125rem, 3vw, 1.5rem);
    font-weight: 600;
    line-height: 1.2;
    color: #00a8e8;
    text-align: center;
    margin-bottom: 1.875rem;
}

.problem-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.stat-card {
    background-color: #ffffff;
    border: 1px solid #dfe1e6;
    border-radius: 12px;
    padding: clamp(1rem, 3vw, 1.5rem);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.stat-text {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.875rem, 2vw, 1.125rem);
    font-weight: 400;
    line-height: 1.5;
    color: #374151;
}

/* ========================================
   TESTIMONIALS SECTION
======================================== */
.testimonials-section {
    background-color: #ffffff;
    padding: clamp(3rem, 6vw, 4rem) 0;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 896px;
    margin: 0 auto;
}

.testimonial-card {
    background-color: #f4f6f8;
    border: 1px solid #dfe1e6;
    border-radius: 12px;
    padding: clamp(1.5rem, 3vw, 2.0625rem);
    display: flex;
    gap: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.testimonial-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
}

.testimonial-content {
    flex: 1;
}

.testimonial-text {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.875rem, 2vw, 1.125rem);
    font-weight: 400;
    line-height: 1.6;
    color: #1f2937;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #1f2937;
}

.highlight {
    font-weight: 600;
    color: #005a9c;
}

/* ========================================
   STEPS SECTION
======================================== */
.steps-section {
    background-color: #f4f6f8;
    padding: clamp(3rem, 6vw, 4.125rem) 0;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 896px;
    margin: 0 auto;
}

.step-card {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 90, 156, 0.2);
    border-radius: 12px;
    padding: clamp(1.5rem, 3vw, 2.0625rem);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.step-number {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #005a9c 0%, #003d6b 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.25rem;
    box-shadow: 0 4px 15px rgba(0, 90, 156, 0.3);
}

.step-icon {
    width: 30px;
    height: 26px;
    margin: 0 auto 1.25rem;
    display: block;
}

.step-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 600;
    line-height: 1.5;
    color: #1f2937;
    margin-bottom: 0.9375rem;
}

.step-description {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1f2937;
}

/* ========================================
   CTA SECTION
======================================== */
.cta-section {
    background: linear-gradient(135deg, #ffffff 0%, #f4f6f8 100%);
    padding: clamp(2.5rem, 5vw, 3.4375rem) 0;
    text-align: center;
}

.cta-title {
    font-family: 'Blinker', sans-serif;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    color: #1f2937;
    margin-bottom: 1.875rem;
}

.cta-btn {
    background: linear-gradient(135deg, #005a9c 0%, #003d6b 100%);
    color: #ffffff;
    padding: clamp(0.875rem, 2vw, 1rem) clamp(1.5rem, 4vw, 2rem);
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.875rem, 2vw, 1.125rem);
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 90, 156, 0.3);
    display: inline-block;
}

.cta-btn:hover {
    background: linear-gradient(135deg, #003d6b 0%, #002a4a 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 90, 156, 0.4);
}

/* ========================================
   QUOTE SECTION
======================================== */
.quote-section {
    background-color: #f4f6f8;
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.quote-card {
    max-width: 896px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 90, 156, 0.2);
    border-radius: 12px;
    padding: clamp(1.5rem, 4vw, 1.875rem);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(2rem, 5vw, 4.375rem);
    align-items: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.quote-avatar {
    width: clamp(80px, 15vw, 131px);
    height: clamp(80px, 15vw, 133px);
    border-radius: 50%;
    object-fit: cover;
}

.quote-text {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 400;
    line-height: 1.4;
    color: #1f2937;
    margin-bottom: 1.25rem;
}

.quote-author {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 600;
    line-height: 1.5;
    color: #005a9c;
}

/* ========================================
   FAQ SECTION
======================================== */
.faq-section {
    background-color: #ffffff;
    padding: clamp(3rem, 6vw, 4.25rem) 0;
}

.faq-content {
    max-width: 768px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid rgba(0, 90, 156, 0.2);
    border-radius: 12px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: clamp(1rem, 3vw, 1.5625rem);
    cursor: pointer;
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
    transition: background-color 0.3s ease;
}

.faq-header:hover {
    background-color: rgba(0, 90, 156, 0.05);
}

.faq-question {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 600;
    line-height: 1.5;
    color: #1f2937;
}

.faq-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-content-text {
    padding: 0 clamp(1rem, 3vw, 1.5625rem) clamp(1rem, 3vw, 1.5625rem);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 400;
    line-height: 1.5;
    color: #4b5563;
    display: none;
    animation: fadeIn 0.3s ease;
}

.faq-item.active .faq-content-text {
    display: block;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   MODAL STYLES
======================================== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding: 1.25rem;
    box-sizing: border-box;
}

.modal-overlay.active {
    display: flex;
    opacity: 1;
}

.modal-container {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 650px;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 2.5rem);
}

.modal-overlay.active .modal-container {
    transform: scale(1);
}

.modal-header {
    padding: clamp(1rem, 3vw, 1.25rem) clamp(1.5rem, 4vw, 1.875rem);
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.modal-title {
    font-family: 'Blinker', sans-serif;
    font-size: clamp(1.125rem, 3vw, 1.375rem);
    font-weight: 700;
    color: #1f2937;
}

.modal-close-btn {
    background: transparent;
    border: none;
    font-size: 1.875rem;
    cursor: pointer;
    color: #9ca3af;
    line-height: 1;
    padding: 0.3125rem;
    transition: color 0.3s ease;
}

.modal-close-btn:hover {
    color: #1f2937;
}

#applicationForm {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
}

.modal-body {
    overflow-y: auto;
    flex-grow: 1;
    padding: clamp(1rem, 3vw, 1.25rem) clamp(1.5rem, 4vw, 1.875rem);
}

.modal-footer {
    padding: clamp(1rem, 3vw, 1.25rem) clamp(1.5rem, 4vw, 1.875rem);
    border-top: 1px solid #e5e7eb;
    background-color: #f9fafb;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    flex-shrink: 0;
}

.modal-body::-webkit-scrollbar {
    width: 8px;
}

.modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

.form-group {
    margin-bottom: 1.125rem;
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    color: #374151;
    font-weight: 600;
}

.form-label .required-star {
    color: #ef4444;
    margin-left: 0.125rem;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 0.75rem 0.9375rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s;
    background-color: #f9fafb;
    color: #1f2937;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #2563eb;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    width: 100%;
    padding: clamp(0.75rem, 2vw, 0.9375rem);
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: clamp(0.875rem, 2vw, 1.125rem);
    font-weight: 700;
    font-family: 'Blinker', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.submit-btn:hover {
    background: linear-gradient(135deg, #d97706 0%, #dc2626 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4);
}

.submit-btn:disabled {
    background: #9ca3af;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* ========================================
   MEDIA QUERIES RESPONSIVAS
======================================== */

@media (max-width: 992px) {

    /* Layout de coluna única para a seção do Mentor em tablets e celulares */
    .mentor-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .mentor-info,
    .mentor-description,
    .mentor-quote-text {
        text-align: center;
        /* Centraliza o texto em telas menores */
    }

    .mentor-cta {
        display: block;
        max-width: 300px;
        margin: 1.5rem auto 0;
        /* Centraliza o botão */
    }
}


/* Tablets (768px - 1024px) */
@media (max-width: 1024px) {
    .hero-section {
        background-attachment: scroll;
    }

    .quote-card {
        gap: 2rem;
    }
}

/* Mobile Large (481px - 768px) */
@media (max-width: 768px) {
    .hero-content {
        margin-top: 6rem;
        padding: 1.5rem 1rem;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .solution-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .problem-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .problem-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .quote-card {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem;
    }

    .quote-avatar {
        justify-self: center;
    }
}

/* Mobile Small (até 480px) */
@media (max-width: 480px) {
    .container-inner {
        padding: 0 1rem;
    }

    .hero-content {
        margin-top: 5rem;
        padding: 1rem 0.75rem;
    }

    .benefit-card,
    .solution-card,
    .step-card,
    .stat-card,
    .testimonial-card {
        padding: 1.25rem;
    }

    .problem-card {
        padding: 1rem;
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .problem-icon {
        align-self: center;
    }

    .modal-container {
        margin: 1rem;
        max-height: calc(100vh - 2rem);
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 1rem;
    }

    .testimonial-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .testimonial-avatar {
        margin-bottom: 1rem;
    }
}

/* Extra Small Mobile (até 360px) */
@media (max-width: 360px) {
    .container-inner {
        padding: 0 0.75rem;
    }

    .hero-title {
        font-size: 1.75rem;
        line-height: 1.2;
    }

    .cta-button {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }

    .benefit-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .benefit-item-icon {
        align-self: center;
        margin-top: 0;
    }
}

/* Landscape Mobile */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-section {
        min-height: 100vh;
    }

    .hero-content {
        margin-top: 3rem;
        padding: 1rem;
    }

    .hero-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .hero-section {
        background-image: url('/vendas-images/img__0x0.png');
    }
}

/* Print Styles */
@media print {

    .hero-section::before,
    .modal-overlay,
    .cta-button,
    .cta-btn,
    .mentor-cta {
        display: none !important;
    }

    .hero-section {
        background: #f4f6f8 !important;
        color: #000 !important;
    }

    * {
        box-shadow: none !important;
    }
}

/* ========================================
   CORREÇÃO DE RESPONSIVIDADE ADICIONADA
======================================== */
/*
  Este bloco foi adicionado para resolver o problema de conteúdo
  colado nas bordas em telas menores. Ele aplica um `max-width` para
  limitar a largura em telas grandes e adiciona `padding` horizontal
  (espaçamento nas laterais) para todas as telas, garantindo que o
  conteúdo não toque as bordas.
*/
.license-section .container,
.solution-section .container,
.mentor-section .container,
.problem-section .container,
.testimonials-section .container,
.steps-section .container,
.cta-section .container,
.quote-section .container,
.faq-section .container {
    width: 100%;
    max-width: 1280px;
    /* Limita a largura máxima do conteúdo */
    margin-left: auto;
    /* Centra o container */
    margin-right: auto;
    /* Centra o container */
    padding-left: clamp(1rem, 4vw, 2rem);
    /* Adiciona espaçamento à esquerda */
    padding-right: clamp(1rem, 4vw, 2rem);
    /* Adiciona espaçamento à direita */
    box-sizing: border-box;
    /* Garante que o padding não aumente o tamanho total */
}