.elementor-12128 .elementor-element.elementor-element-32576eb{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2773a7a *//* Reset Forçado */
* {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
}

html, body {
    width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: radial-gradient(circle at 10% 20%, #101c2e 0%, #080c14 90%) !important;
    color: #ffffff !important;
    overflow-x: hidden !important;
}

/* Força 100% de ponta a ponta mesmo se estiver dentro de um container com largura limitada */
.form-force-fullwidth {
    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding: 30px 40px !important;
    overflow: hidden !important;
    display: block !important;
}

/* Card 100% de largura total */
.glass-fullscreen-card {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 40px 35px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(22px) !important;
    -webkit-backdrop-filter: blur(22px) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
}

/* Efeitos Luminosos */
.glass-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    z-index: 1;
    pointer-events: none;
}
.shape-1 {
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, #00f2fe, #4facfe);
    top: -10%;
    left: -10%;
    opacity: 0.25;
}
.shape-2 {
    width: 650px;
    height: 650px;
    background: linear-gradient(135deg, #25d366, #00b4db);
    bottom: -10%;
    right: -10%;
    opacity: 0.22;
}
.shape-3 {
    width: 450px;
    height: 450px;
    background: linear-gradient(135deg, #7f00ff, #e100ff);
    top: 35%;
    left: 45%;
    opacity: 0.15;
}

/* Títulos */
.section-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff !important;
    margin: 28px 0 16px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    letter-spacing: 0.5px;
}
.section-title:first-of-type {
    margin-top: 0;
}

/* Grids 100% Fluidos */
.form-grid-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
}

.form-grid-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
}

.col-span-2 {
    grid-column: span 2 !important;
}

.form-group {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    width: 100% !important;
}

label {
    font-weight: 600;
    font-size: 0.92rem;
    margin-bottom: 8px;
    color: #ffffff !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.required {
    color: #ff5252 !important;
    font-weight: 700;
}

/* Inputs em Branco Puro */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"] {
    width: 100% !important;
    padding: 14px 16px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 12px !important;
    font-size: 0.95rem !important;
    color: #ffffff !important;
    outline: none !important;
    transition: all 0.25s ease;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.65) !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1) !important;
    opacity: 0.95;
    cursor: pointer;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="date"]:focus {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: #ffffff !important;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.35) !important;
}

/* Área de Upload */
.camera-upload-box {
    position: relative !important;
    border: 2px dashed rgba(255, 255, 255, 0.35) !important;
    border-radius: 12px !important;
    padding: 35px 20px !important;
    text-align: center;
    background: rgba(255, 255, 255, 0.04) !important;
    cursor: pointer;
    width: 100% !important;
}

.camera-upload-box input[type="file"] {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    cursor: pointer;
}

.upload-hint {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 500;
}
.upload-hint svg {
    color: #ffffff !important;
}

.preview-container {
    margin-top: 15px;
    text-align: center;
}
.preview-container img {
    max-width: 100%;
    max-height: 280px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    object-fit: cover;
}

/* Botão WhatsApp Full Width */
.form-actions {
    margin-top: 30px;
    width: 100% !important;
}

.btn-whatsapp {
    width: 100% !important;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.9), rgba(18, 140, 126, 0.9)) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 12px !important;
    padding: 16px !important;
    font-size: 1.1rem !important;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35) !important;
}

/* Responsividade Completa */
@media screen and (max-width: 1024px) {
    .form-grid-4 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
}

@media screen and (max-width: 768px) {
    .form-force-fullwidth {
        padding: 20px 15px !important;
    }
    .glass-fullscreen-card {
        padding: 25px 18px !important;
    }
}

@media screen and (max-width: 480px) {
    .form-force-fullwidth {
        padding: 15px 10px !important;
    }
    .glass-fullscreen-card {
        padding: 20px 14px !important;
        border-radius: 12px !important;
    }
    .form-grid-4,
    .form-grid-2 {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }
    .col-span-2 {
        grid-column: span 1 !important;
    }
}/* End custom CSS */