/* --------------------------------------------------------------------------
   Configurações Globais & Variáveis
-------------------------------------------------------------------------- */
:root {
    --bs-primary: #2563eb;       /* Azul Royal High Conversion */
    --bs-primary-hover: #1d4ed8;
    --dark-bg: #0b0f19;          /* Deep Slate/Carbon */
    --slate-card: #1e293b;       /* Slate Grey para cards escuros */
    --danger-light: #fef2f2;
    --text-gray: #d1d5db;
    --text-muted-gray: #9ca3af;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #1f2937;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

/* --------------------------------------------------------------------------
   Utilitários de Layout & Espaçamento Extensivos
-------------------------------------------------------------------------- */
.py-6 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
}
.bg-dark {
    background-color: var(--dark-bg) !important;
}
.bg-slate {
    background-color: var(--slate-card) !important;
}
.min-vh-75 {
    min-height: 75vh;
}
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 50rem; }
.text-gray { color: var(--text-gray) !important; }
.text-gray-muted { color: var(--text-muted-gray) !important; }
.bg-danger-light { background-color: var(--danger-light) !important; }
.fw-extrabold { font-weight: 800; }
.fw-black { font-weight: 900; }
.tracking-wider { letter-spacing: 0.05em; }
.lh-1-2 { line-height: 1.25; }

/* Componentes Estilizados */
.text-gradient {
    background: linear-gradient(135deg, #ffffff 30%, #93c5fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --------------------------------------------------------------------------
   Dobra 1: Hero Section Customizations
-------------------------------------------------------------------------- */
.hero-section {
    background-color: var(--dark-bg);
    background-image: radial-gradient(circle at top right, rgba(37, 99, 235, 0.12), transparent 45%);
}

.logo-placeholder {
    max-height: 150px;
    filter: brightness(1) contrast(1.05);
}

.bg-blur {
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-overlay-card {
    position: absolute;
    bottom: 25px;
    left: -20px;
    width: 240px;
    z-index: 10;
}

/* --------------------------------------------------------------------------
   Dobra 3: Seção de Mentores
-------------------------------------------------------------------------- */
.mentor-img-container {
    width: 100%;
    height: 340px;
    overflow: hidden;
    background-color: #f1f5f9;
}

.mentor-img-container img {
    width: 100%;
    height: 100%;
    object-position: top center;
    transition: transform 0.5s ease;
}

.card:hover .mentor-img-container img {
    transform: scale(1.03);
}

.custom-list-bullets {
    padding-left: 0;
}
.custom-list-bullets li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.65rem;
    line-height: 1.45;
}
.custom-list-bullets li::before {
    content: "•";
    color: var(--bs-primary);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

/* --------------------------------------------------------------------------
   Dobra 4: Grid de Dores
-------------------------------------------------------------------------- */
.icon-box-sm {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
}

.hover-translate {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-translate:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}

/* --------------------------------------------------------------------------
   Dobra 5: Pilares
-------------------------------------------------------------------------- */
.icon-pill {
    width: 40px;
    height: 40px;
    font-weight: 700;
}

/* --------------------------------------------------------------------------
   Dobra 6: Timeline dos 90 dias
-------------------------------------------------------------------------- */
.timeline-wrapper {
    padding-left: 10px;
}
.timeline-dot {
    position: absolute;
    width: 14px;
    height: 14px;
    left: -9px;
    top: 6px;
    border: 3px solid #f8fafc;
}
.border-transparent {
    border-color: transparent !important;
}

/* ----------------------------
   Formulários Estilizados
---------------------------- */
.form-style {
    display: block;
    width: 100%;
    padding: 0.45rem 0.85rem;
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e293b;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cbd5e1;
    border-radius: 0.375rem;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.form-style:focus {
    color: #0f172a;
    background-color: #fff;
    border-color: #3b82f6;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
select.form-style {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

/* --------------------------------------------------------------------------
   Container Responsivo para Iframe (Respondi.app)
-------------------------------------------------------------------------- */
.responsive-iframe-wrapper {
    position: relative;
    width: 100%;
    height: 620px; /* Altura ideal para o design do Respondi em computadores */
    overflow: hidden;
    background-color: #ffffff;
}

.responsive-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Ajuste fino para dispositivos móveis (Smartphones) */
@media (max-width: 768px) {
    .responsive-iframe-wrapper {
        /* Aumenta a proporção vertical para acomodar o teclado do celular 
           e a quebra de linhas das perguntas sem cortar o botão de avançar */
        height: 720px; 
    }
}