.elementor-2463 .elementor-element.elementor-element-0efa25b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-aa68376 *//* ============================================
   SEGURO RESIDENCIAL - CSS CUSTOMIZADO
   Para uso no Elementor (Avançado > CSS Customizado)
   ============================================ */

/* Importar fontes */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@600;700&family=Outfit:wght@400;500;600;700&display=swap');

/* ============================================
   VARIÁVEIS CSS
   ============================================ */
:root {
    --primary: #0A3D62;
    --primary-dark: #062740;
    --accent: #E8A547;
    --accent-light: #F4D19B;
    --bg-light: #F8F9FA;
    --bg-white: #FFFFFF;
    --text-dark: #1A1A1A;
    --text-gray: #6B7280;
    --border: #E5E7EB;
    --success: #10B981;
    --shadow: 0 4px 24px rgba(10, 61, 98, 0.08);
    --shadow-lg: 0 12px 48px rgba(10, 61, 98, 0.12);
}

/* ============================================
   SECTION 1: HERO
   ============================================ */
.hero-section {
    background: linear-gradient(165deg, var(--primary) 0%, var(--primary-dark) 100%);
    padding: 80px 24px 60px;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 120%;
    height: 200%;
    background: radial-gradient(circle, rgba(232, 165, 71, 0.1) 0%, transparent 70%);
    animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-title {
    font-family: 'Crimson Pro', Georgia, serif;
    color: #FFFFFF;
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    animation: fadeInUp 0.8s ease;
}

.hero-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.125rem;
    margin-bottom: 32px;
    line-height: 1.7;
    animation: fadeInUp 0.8s 0.2s ease both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   BOTÕES
   ============================================ */
.cta-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s 0.4s ease both;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
    text-align: center;
    font-family: 'Outfit', -apple-system, sans-serif;
}

.btn-primary {
    background: var(--accent);
    color: var(--primary-dark);
    box-shadow: 0 4px 16px rgba(232, 165, 71, 0.3);
}

.btn-primary:hover {
    background: var(--accent-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(232, 165, 71, 0.4);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.15);
    color: var(--bg-white);
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
}

.btn-large {
    font-size: 1.125rem;
    padding: 20px 48px;
}

.btn-fixed {
    width: 100%;
}

/* ============================================
   TRUST BADGES
   ============================================ */
.trust-badges {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    animation: fadeInUp 0.8s 0.6s ease both;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
}

.badge-icon {
    width: 20px;
    height: 20px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--primary-dark);
    font-weight: 600;
}

/* ============================================
   SEÇÕES GERAIS
   ============================================ */
.profile-section,
.coverage-section,
.assistance-section,
.differentials-section,
.social-proof-section,
.faq-section {
    padding: 64px 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.coverage-section,
.differentials-section,
.faq-section {
    background: var(--bg-light);
}

.section-title {
    font-family: 'Crimson Pro', Georgia, serif;
    font-size: 2rem;
    margin-bottom: 16px;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    color: var(--text-dark);
}

.section-intro {
    font-size: 1.125rem;
    color: var(--text-gray);
    margin: 0 auto 48px;
    max-width: 600px;
    text-align: center;
}

.cta-center {
    text-align: center;
    margin-top: 40px;
}

/* ============================================
   SECTION 2: PERFIL DO CLIENTE
   ============================================ */
.profile-grid {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}

.profile-card {
    background: var(--bg-white);
    padding: 24px;
    border-radius: 16px;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.profile-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent);
}

.profile-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 16px;
}

.profile-card h3 {
    font-family: 'Crimson Pro', Georgia, serif;
    font-size: 1.25rem;
    margin-bottom: 8px;
    color: var(--text-dark);
    font-weight: 700;
}

.profile-card p {
    color: var(--text-gray);
    font-size: 0.9375rem;
    margin-bottom: 16px;
    line-height: 1.6;
}

.profile-link {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s;
}

.profile-link:hover {
    color: var(--accent);
}

/* ============================================
   SECTION 3: COBERTURAS
   ============================================ */
.coverage-grid {
    display: grid;
    gap: 20px;
    margin-bottom: 40px;
}

.coverage-item {
    background: var(--bg-white);
    padding: 24px;
    border-radius: 12px;
    border-left: 4px solid var(--accent);
    box-shadow: var(--shadow);
}

.coverage-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.coverage-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--accent-light), var(--accent));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.coverage-item h3 {
    font-family: 'Crimson Pro', Georgia, serif;
    font-size: 1.125rem;
    color: var(--text-dark);
    font-weight: 700;
}

.coverage-item p {
    color: var(--text-gray);
    font-size: 0.9375rem;
    line-height: 1.6;
}

/* ============================================
   SECTION 4: ASSISTÊNCIA 24H
   ============================================ */
.assistance-grid {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}

.assistance-item {
    background: linear-gradient(135deg, rgba(232, 165, 71, 0.05), rgba(232, 165, 71, 0.1));
    padding: 20px;
    border-radius: 12px;
    display: flex;
    gap: 16px;
    border: 1px solid rgba(232, 165, 71, 0.2);
}

.assistance-icon {
    width: 40px;
    height: 40px;
    background: var(--accent);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.assistance-content h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--text-dark);
}

.assistance-content p {
    font-size: 0.875rem;
    color: var(--text-gray);
    line-height: 1.6;
}

/* ============================================
   SECTION 5: DIFERENCIAIS
   ============================================ */
.differentials-list {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}

.differential-item {
    background: var(--bg-white);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(10, 61, 98, 0.06);
    display: flex;
    gap: 16px;
    align-items: start;
}

.check-icon {
    width: 28px;
    height: 28px;
    background: var(--success);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}

.differential-item h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--text-dark);
}

.differential-item p {
    font-size: 0.9375rem;
    color: var(--text-gray);
    line-height: 1.6;
}

.small-text {
    font-size: 0.875rem;
    color: var(--text-gray);
    margin-top: 16px;
    text-align: center;
}

/* ============================================
   SECTION 6: PROVA SOCIAL
   ============================================ */
.logos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.logo-item {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--primary);
    opacity: 0.7;
    transition: opacity 0.3s;
}

.logo-item:hover {
    opacity: 1;
}

.testimonial {
    background: var(--bg-white);
    padding: 32px;
    border-radius: 16px;
    box-shadow: var(--shadow);
    max-width: 600px;
    margin: 0 auto 32px;
}

.testimonial-quote {
    font-size: 1.125rem;
    font-style: italic;
    color: var(--text-dark);
    margin-bottom: 16px;
    line-height: 1.7;
}

.testimonial-author {
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 4px;
}

.testimonial-role {
    font-size: 0.875rem;
    color: var(--text-gray);
}

.susep-text {
    text-align: center;
    color: var(--text-gray);
    font-size: 0.9375rem;
}

/* ============================================
   SECTION 7: FAQ
   ============================================ */
.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--bg-white);
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(10, 61, 98, 0.05);
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: background 0.3s;
}

.faq-question:hover {
    background: var(--bg-light);
}

.faq-question h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
}

.faq-toggle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--accent);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: transform 0.3s;
    flex-shrink: 0;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer-content {
    padding: 0 20px 20px;
    color: var(--text-gray);
    line-height: 1.7;
}

/* ============================================
   SECTION 8: CTA FINAL
   ============================================ */
.final-cta-section {
    background: var(--primary);
    color: var(--bg-white);
    padding: 64px 24px;
    text-align: center;
}

.final-cta-title {
    font-family: 'Crimson Pro', Georgia, serif;
    font-size: 2rem;
    margin-bottom: 16px;
    color: #FFFFFF;
    font-weight: 700;
}

.final-cta-text {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

/* ============================================
   SECTION 9: RODAPÉ LEGAL
   ============================================ */
.footer-legal-section {
    background: var(--primary-dark);
    color: rgba(255, 255, 255, 0.7);
    padding: 48px 24px 24px;
    text-align: center;
}

.footer-legal {
    font-size: 0.875rem;
    margin-bottom: 20px;
    line-height: 1.8;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.footer-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s;
}

.footer-link:hover {
    color: var(--accent);
}

.footer-susep {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

/* ============================================
   FIXED CTA MOBILE
   ============================================ */
.fixed-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--bg-white);
    padding: 12px 24px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    animation: slideUp 0.4s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.fixed-cta.visible {
    display: block;
}

/* ============================================
   RESPONSIVO - TABLET
   ============================================ */
@media (min-width: 768px) {
    .hero-title {
        font-size: 3.5rem;
    }

    .cta-group {
        flex-direction: row;
        justify-content: center;
    }

    .btn {
        padding: 18px 40px;
    }

    .profile-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .coverage-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .assistance-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .differentials-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================
   RESPONSIVO - DESKTOP
   ============================================ */
@media (min-width: 1024px) {
    .hero-section {
        padding: 120px 48px 80px;
    }

    .profile-section,
    .coverage-section,
    .assistance-section,
    .differentials-section,
    .social-proof-section,
    .faq-section {
        padding: 96px 48px;
    }

    .profile-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .coverage-grid,
    .assistance-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}/* End custom CSS */