/* ========================================
   TALKMED LANDING PAGE - CUSTOM STYLES
   ======================================== */

/* ========== RESET & GLOBAL ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #2D3748;
    overflow-x: hidden;
    line-height: 1.6;
}

html {
    scroll-behavior: smooth;
}

/* ========== HERO SECTION ========== */
.hero-section {
    position: relative;
    min-height: 1480px;
    overflow: hidden;
    color: #FFFFFF;
    padding: 0;
}

.hero-background {
    position: absolute;
    width: 100%;
    z-index: 0;
}

.hero-bg-image {
    width: 100%;
    height: auto;
    display: block;
}

.hero-section .container {
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
}

/* Logo */
.logo-container {
    margin-top: 140px;
    margin-bottom: 10px;
}

.logo-talkmed {
    max-width: 160px;
    height: auto;
    filter: drop-shadow(0 4px 20px rgba(255, 255, 255, 0.3));
}

/* Títulos Hero */
.hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    line-height: 1;
}

.hero-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 12px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
}

.hero-description {
    font-size: 0.8rem;
    font-weight: 300;
    max-width: 600px;
    margin: 30px auto 30px;
    line-height: 1.5;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* CTA Button */
.btn-cta {
    background: linear-gradient(135deg, #FF6B6B 0%, #FF5757 100%);
    border: none;
    padding: 12px 40px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
    transition: all 0.3s ease;
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 107, 0.6);
    background: linear-gradient(135deg, #FF5757 0%, #FF4444 100%);
    color: #FFFFFF;
}

/* Info Boxes */
.info-boxes {
    margin-top: 10px;
    margin-bottom: 5px;
}

.info-box {
    background: #F6339A;
    border: 1px solid #ffffff;
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    text-align: left;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
}

.info-box i {
    font-size:30px;
    padding-right: 15px;
}

.info-box-date {
    font-size:20px;
    font-weight: bold;
}

.vagas-limitadas {
    font-size: 0.8rem;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.95;
    margin: 8px 0;
}

.hero-footer-text {
    margin-top: 780px;
    margin-bottom: 0;
    font-size: 0.85rem;
    font-weight: 400;
    opacity: 0.95;
}

/* ========== SOBRE O EVENTO SECTION ========== */
.sobre-section {
    background: #FFFFFF;
    padding: 100px 0;
}

/* Doctor Image */
.doctor-image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.doctor-image {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.15));
}

.neon-effect {
    position: absolute;
    max-width: 120%;
    height: auto;
    z-index: 1;
    opacity: 0.7;
}

.neon-1 {
    top: -10%;
    left: -10%;
}

/* Section Titles */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #8200DB;
    margin-bottom: 20px;
}

.subsection-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2D3748;
    margin-bottom: 25px;
}

.section-text {
    font-size: 1.1rem;
    color: #4A5568;
    line-height: 1.8;
}

/* Expectativa Cards */
.expectativa-card {
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.expectativa-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(147, 51, 234, 0.15);
    border-color: #8200DB;
}

.card-icon {
    margin-bottom: 0px;
}

.card-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2D3748;
    margin-bottom: 5px;
}

.card-text {
    font-size: 0.95rem;
    color: #718096;
    margin: 0;
}

/* ========== INFORMAÇÕES DO EVENTO SECTION ========== */
.info-evento-section {
    background: linear-gradient(175deg, #9810FA 40%, #2B7FFF 100%);
    padding: 80px 20px;
    color: #FFFFFF;
    text-align: center;
}

.info-evento-data {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.6;
}

.info-evento-local {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

/* ========== INSCRIÇÕES SECTION ========== */
.inscricao-section {
    background: #F7FAFC;
    padding: 100px 0;
}

.inscricao-pretitle {
    font-size: 0.9rem;
    font-weight: 700;
    color: #8200DB;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    background-color: #F3E8FF;
    display: inline-block;
    padding:5px 10px 5px;
    border-radius:10px;
}

.inscricao-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #8200DB;
    margin-bottom: 15px;
}

.inscricao-subtitle {
    font-size: 1.1rem;
    color: #2D3748;
    margin-bottom: 30px;
}

.bullet-pink {
    color: #FF6B9D;
    font-size: 0.8rem;
    margin-right: 8px;
}

.inscricao-text {
    font-size: 1.3rem;
    margin-bottom: 40px;
}

.text-pink {
    color: #FF6B9D;
    font-weight: 600;
}

/* Formulário de Inscrição */
.inscricao-form-container {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.inscricao-label {
    font-size: 1rem;
    font-weight: 500;
    color: #2D3748;
    margin-bottom: 20px;
}

.perfil-option {
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 15px;
    padding: 20px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.perfil-option:hover {
    border-color: #8200DB;
    box-shadow: 0 5px 20px rgba(147, 51, 234, 0.1);
}

.perfil-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.perfil-option input[type="radio"]:checked + .perfil-label {
    color: #8200DB;
    font-weight: 600;
}

.perfil-option input[type="radio"]:checked ~ .perfil-label::before {
    background: #8200DB;
    border-color: #8200DB;
}

.perfil-label {
    font-size: 1.1rem;
    color: #2D3748;
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.perfil-label i {
    font-size: 1.2rem;
    color: #CBD5E0;
}

.perfil-option input[type="radio"]:checked + .perfil-label i {
    color: #8200DB;
}

/* ========== FOOTER ========== */
.footer-section {
    background: linear-gradient(135deg, #7C3AED 0%, #8200DB 100%);
    color: #FFFFFF;
    padding: 60px 0 30px;
}

.footer-logo-talkmed {
    max-width: 200px;
    height: auto;
}

.footer-apoio-text {
    font-size: 0.9rem;
    font-weight: 400;
    opacity: 0.9;
    margin-bottom: 10px;
}

.footer-logo-grupodoc {
    max-width: 180px;
    height: auto;
}

.footer-description {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8;
    margin-top: 40px;
    margin-bottom: 0;
    opacity: 0.95;
}

.footer-description strong {
    font-weight: 600;
}

.footer-copyright {
    font-size: 0.9rem;
    font-weight: 300;
    opacity: 0.8;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* ========== RESPONSIVE ========== */

/* Tablets */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2.8rem;
    }
    
    .hero-subtitle {
        font-size: 1.3rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .subsection-title {
        font-size: 1.5rem;
    }
    
    .inscricao-title {
        font-size: 2.8rem;
    }
    
    .info-evento-data {
        font-size: 1.3rem;
    }
    
    .info-evento-local {
        font-size: 1.5rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .hero-section {
        height: 400px;
        min-height: 40px;
        background-color: #8200DB;
    }
    
    .hero-background {
        position: absolute;
        opacity:0.3;
    }
    
    .hero-section .container {
        position: relative;
    }
    
    .logo-container {
        margin-top: 0;
    }
    
    .hero-title {
        font-size: 1.8rem;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }
    
    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 10px;
    }
    
    .hero-description {
        font-size: 0.75rem;
        margin: 15px auto 15px;
        line-height: 1.4;
    }
    
    .logo-talkmed {
        max-width: 140px;
    }
    
    .btn-cta {
        padding: 10px 30px;
        font-size: 0.85rem;
    }
    
    .info-box {
        font-size: 0.85rem;
        padding: 10px 18px;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .subsection-title {
        font-size: 1.3rem;
    }
    
    .section-text {
        font-size: 1rem;
    }
    
    .sobre-section {
        padding: 60px 0;
    }
    
    .expectativa-card {
        padding: 25px 20px;
    }
    
    .card-icon img {
        width: 60px;
        height: 60px;
    }
    
    .inscricao-title {
        font-size: 2.2rem;
    }
    
    .inscricao-text {
        font-size: 1.1rem;
    }
    
    .inscricao-form-container {
        padding: 30px 20px;
    }
    
    .info-evento-section {
        padding: 60px 20px;
    }
    
    .info-evento-data {
        font-size: 1.1rem;
    }
    
    .info-evento-local {
        font-size: 1.3rem;
    }
    
    .footer-description br {
        display: none;
    }
    
    .footer-logo-talkmed,
    .footer-logo-grupodoc {
        max-width: 150px;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .info-boxes {
        flex-direction: column;
        align-items: center;
    }
    
    .info-box {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .inscricao-title {
        font-size: 1.8rem;
    }
}

/* ========== MODAL STYLES ========== */
.modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
}

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

.modal-header .btn-close {
    font-size: 0.8rem;
}

.modal-logo {
    max-width: 150px;
    height: auto;
}

.modal-title-custom {
    font-size: 2rem;
    font-weight: 700;
    color: #8200DB;
    margin-bottom: 10px;
}

.modal-subtitle {
    font-size: 1.1rem;
    color: #4A5568;
    font-weight: 500;
}

.form-control-custom {
    border: 2px solid #E2E8F0;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control-custom:focus {
    border-color: #8200DB;
    box-shadow: 0 0 0 0.2rem rgba(130, 0, 219, 0.15);
}

.form-label {
    font-weight: 500;
    color: #2D3748;
    margin-bottom: 8px;
}

.btn-submit-custom {
    background: linear-gradient(135deg, #8200DB 0%, #9333EA 100%);
    border: none;
    padding: 14px 50px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    color: #FFFFFF;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(130, 0, 219, 0.3);
}

.btn-submit-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(130, 0, 219, 0.5);
    background: linear-gradient(135deg, #7000C0 0%, #8200DB 100%);
}

/* Responsivo do Modal */
@media (max-width: 767px) {
    .modal-title-custom {
        font-size: 1.5rem;
    }
    
    .modal-subtitle {
        font-size: 1rem;
    }
    
    .modal-logo {
        max-width: 120px;
    }
    
    .btn-submit-custom {
        padding: 12px 40px;
        font-size: 1rem;
    }
}


/* ========== PERFIL OPTIONS NO MODAL ========== */
.perfil-option-modal {
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.perfil-option-modal:hover {
    border-color: #8200DB;
    box-shadow: 0 5px 20px rgba(130, 0, 219, 0.1);
}

.perfil-option-modal input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.perfil-option-modal input[type="radio"]:checked ~ .perfil-label-modal {
    color: #8200DB;
    font-weight: 600;
}

.perfil-option-modal input[type="radio"]:checked {
    & ~ .perfil-label-modal i {
        color: #8200DB;
    }
}

.perfil-label-modal {
    font-size: 1rem;
    color: #2D3748;
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.perfil-label-modal i {
    font-size: 0.8rem;
    color: #CBD5E0;
    transition: all 0.3s ease;
}

.perfil-option-modal input[type="radio"]:checked + .perfil-label-modal i {
    color: #8200DB;
}

/* ========== FORM SELECT CUSTOM ========== */
.form-select.form-control-custom {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238200DB' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

/* ========== FORM CHECKBOXES ========== */
.form-check-input {
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #E2E8F0;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-check-input:checked {
    background-color: #8200DB;
    border-color: #8200DB;
}

.form-check-input:focus {
    border-color: #8200DB;
    box-shadow: 0 0 0 0.2rem rgba(130, 0, 219, 0.15);
}

.form-check-label {
    font-size: 1rem;
    color: #2D3748;
    cursor: pointer;
    margin-left: 8px;
}

/* ========== CAMPOS DINÂMICOS ========== */
#camposEstudante,
#camposProfissional {
    transition: all 0.3s ease;
}

/* ========== RESPONSIVO MODAL ADICIONAL ========== */
@media (max-width: 767px) {
    .perfil-option-modal {
        padding: 12px 16px;
    }
    
    .perfil-label-modal {
        font-size: 0.9rem;
    }
    
    .form-check-label {
        font-size: 0.9rem;
    }
}
