.elementor-5164 .elementor-element.elementor-element-1324359{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-5164 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* Reset e configurações base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #1A1A1A;
    background-color: #FAF7F2;
    overflow-x: hidden;
}

/* Typography */
h1, h2, h3, h4 {
    font-weight: 600;
    line-height: 1.3;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Containers */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.container-small {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.container-medium {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(to bottom right, #F5E6D3, #FAF7F2);
    padding: 40px 10px;
    position: relative;
    overflow: hidden;
}

/* NOVO OVERLAY COM IMAGEM */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://paginadecontatolp.com.br/wp-content/uploads/2026/04/Icone-Verde-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 500px; /* ajuste fino aqui */
    opacity: 0.06; /* controla transparência */
    right: 42%;
    pointer-events: none;
}

@media (max-width: 740px) {
    /* NOVO OVERLAY COM IMAGEM */
    .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://paginadecontatolp.com.br/wp-content/uploads/2026/04/Icone-Verde-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 500px; /* ajuste fino aqui */
    opacity: 0.06; /* controla transparência */
    pointer-events: none;
    bottom: 50%;
}
}

.logo-watermark {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.03;
    pointer-events: none;
}

.logo-placeholder {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #FF8C42 0%, transparent 70%);
    border-radius: 50%;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: stretch;
    position: relative;
    z-index: 10;
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-title {
    font-size: 1.875rem;
    color: #1A1A1A;
    line-height: 1.25;
}

.text-highlight {
    color: #FF8C42;
}

.hero-subtitle {
    font-size: 1.125rem;
    color: #4A4A4A;
    line-height: 1.6;
}

.hero-badges {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
}

.badge {
    background: white;
    padding: 12px 24px;
    border-radius: 9999px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #FF8C42;
    width: fit-content;
}

.badge p {
    color: #FF8C42;
    font-weight: 500;
    margin: 0;
}

.hero-cta {
    padding-top: 24px;
}

.btn-primary {
    display: inline-block;
    background: #25d366;
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background: #E67A35;
}

.hero-image {
    display: none;
}

.image-placeholder {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;

    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.foto-perfil {
    border-radius: 20px !important;
}

.image-placeholder p {
    color: #FF8C42;
    text-align: center;
}

/* Connection Section */
.connection-section {
    padding: 40px 10px;
    background: white;
}

.section-title-center {
    font-size: 2.275rem;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 24px;
}

.section-text {
    font-size: 1.125rem;
    color: #4A4A4A;
    line-height: 1.7;
    margin-bottom: 16px;
}

.highlight-box {
    padding-top: 16px;
}

.highlight-text {
    font-size: 1.25rem;
    color: #FF8C42;
    font-weight: 500;
    margin: 0;
}

/* FIV Section */
.fiv-section {
    padding: 40px 10px;
    background: linear-gradient(to bottom, #FAF7F2, #F5E6D3);
}

.section-header {
    text-align: center;
    margin-bottom: 48px;
}

.section-text-centered {
    font-size: 1.125rem;
    color: #4A4A4A;
    max-width: 800px;
    margin: 0 auto;
}

.fiv-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.fiv-card {
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.fiv-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.fiv-card.bg-white {
    background: white;
}

.fiv-card.bg-cream {
    background: #FFFBF7;
}

.fiv-card-number {
    position: absolute;
    top: 0;
    right: 16px;
    font-size: 120px;
    font-weight: bold;
    color: #FF8C42;
    opacity: 0.08;
    line-height: 1;
    user-select: none;
}

.fiv-card-content {
    position: relative;
    z-index: 10;
}

.fiv-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.step-badge {
    width: 48px;
    height: 48px;
    background: linear-gradient(to bottom right, #FF8C42, #FF6B1A);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.step-line {
    height: 4px;
    flex: 1;
    background: linear-gradient(to right, #FF8C42, transparent);
    border-radius: 9999px;
}

.card-title {
    font-size: 1.25rem;
    color: #1A1A1A;
    margin-bottom: 12px;
    line-height: 1.4;
}

.card-text {
    color: #4A4A4A;
    line-height: 1.7;
    font-size: 0.875rem;
}

.fiv-conclusion {
    margin-top: 48px;
    text-align: center;
    background: linear-gradient(to bottom right, #FF8C42, #FF6B1A);
    color: white;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.icon-heart {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    display: block;
}

.fiv-conclusion p {
    font-size: 1.125rem;
    line-height: 1.7;
    margin: 0;
}

/* Pillars Section */
.pillars-section {
    padding: 40px 10px;
    background: white;
}

.pillars-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
}

.pillar-card {
    background: #FAF7F2;
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.pillar-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.pillar-icon {
    width: 48px;
    height: 48px;
    color: #FF8C42;
    margin: 0 auto 16px;
}

.pillar-title {
    font-size: 1.25rem;
    color: #1A1A1A;
    margin-bottom: 12px;
}

.pillar-text {
    color: #4A4A4A;
}

/* Services Section */
.services-section {
    padding: 40px 10px;
    background: linear-gradient(to bottom, #F5E6D3, #FAF7F2);
}

.section-subtitle-center {
    text-align: center;
    font-size: 1.125rem;
    color: #4A4A4A;
    margin-bottom: 48px;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.service-card {
    background: white;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.service-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.service-icon {
    width: 24px;
    height: 24px;
    color: #FF8C42;
    flex-shrink: 0;
    margin-top: 4px;
}

.service-title {
    font-size: 1.25rem;
    color: #1A1A1A;
    margin-bottom: 8px;
}

.service-text {
    color: #4A4A4A;
}

/* Authority Section */
.authority-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: linear-gradient(135deg, #f5ede2 0%, #eee3d0 100%);
}

@media (min-width: 768px) {
    .authority-section {
        padding-top: 7em;
        padding-bottom: 7rem;
    }
}

.authority-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .authority-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
    }
}

.authority-image-wrapper {
    position: relative;
}

.authority-image-container {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(34, 52, 46, 0.2);
    background: #ffffff;
}

.authority-image {
    width: 100%;
    height: 550px ;
    object-fit: cover;
}

.image-placeholder {
    width: 100%;
    height: 730px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: linear-gradient(135deg, #eee3d0, #e8dac8);
    color: #db7727;
    text-align: center;
    padding: 2rem;
}

.image-placeholder svg {
    opacity: 0.5;
}

.image-placeholder p {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #22342e;
}

.image-placeholder span {
    font-family: 'Taviraj', serif;
    font-size: 0.875rem;
    color: #3d5249;
}

@media (max-width: 640px) {
    
.image-placeholder {
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: linear-gradient(135deg, #eee3d0, #e8dac8);
    color: #db7727;
    text-align: center;
    padding: 2rem;
}
}

.decorative-blob-authority {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.3;
}

.decorative-blob-authority-1 {
    top: -2rem;
    left: -2rem;
    width: 15rem;
    height: 15rem;
    background: rgba(219, 119, 39, 0.2);
}

.decorative-blob-authority-2 {
    bottom: -2rem;
    right: -2rem;
    width: 15rem;
    height: 15rem;
    background: rgba(34, 52, 46, 0.15);
}

.authority-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.authority-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.authority-crm {
    font-family: 'Taviraj', serif;
    font-size: 1.125rem;
    color: #db7727;
    font-weight: 500;
}

.credentials-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.credential-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.credential-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: #db7727;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(219, 119, 39, 0.3);
}

.credential-text {
    font-family: 'Taviraj', serif;
    font-size: 1.05rem;
    color: #22342e;
    line-height: 1.6;
}

.authority-bio {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-family: 'Taviraj', serif;
    font-size: 1.05rem;
    color: #3d5249;
    line-height: 1.8;
    padding-top: 1rem;
}

/* FAQ Section */
.faq-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* NOVO OVERLAY COM IMAGEM */
.faq-section::before {
        content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://paginadecontatolp.com.br/wp-content/uploads/2026/04/Icone-transparente-1-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 500px; /* ajuste fino aqui */
    opacity: 0.05; /* controla transparência */
        background-attachment: fixed;
    pointer-events: none;
}

@media (min-width: 768px) {
    .faq-section {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
}

.accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.accordion-item {
    background: #f5ede2;
    border: 2px solid #eee3d0;
    border-radius: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-shadow: 0 5px 15px rgba(34, 52, 46, 0.05);
    transition: all 0.3s ease;
}

.accordion-item:hover {
    border-color: #db7727;
    box-shadow: 0 8px 25px rgba(219, 119, 39, 0.1);
}

.accordion-item.active {
    border-color: #db7727;
}

.accordion-trigger {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
    padding: 1.25rem 0;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
    outline: none;
}

.accordion-question {
    flex: 1;
    min-width: 0;
    font-family: 'Bodoni Moda', serif;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #22342e;
    font-weight: 500;
    overflow-wrap: break-word;
    word-break: break-word;
}

.accordion-icon {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    color: #db7727;
    transition: transform 0.3s ease;
    margin-top: 0.25rem;
}

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

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
    transition: max-height 0.6s ease-in;
}

.accordion-content-inner {
    padding-bottom: 1.25rem;
}

.accordion-content-inner p {
    font-family: 'Taviraj', serif;
    color: #3d5249;
    line-height: 1.8;
    font-size: 0.85rem;
}

.faq-cta {
    margin-top: 3rem;
    text-align: center;
}

@media (max-width: 640px) {
    .accordion-item {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .accordion-trigger {
        gap: 0.5rem;
        padding: 1rem 0;
    }

    .accordion-question {
        font-size: 1rem;
        line-height: 1.35;
    }
}

/* Footer */
.footer {
    background: #22342e;
    color: #eee3d0;
}

.footer-container {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {
    .footer-container {
        padding-top: 4rem;
        padding-bottom: 2.5rem;
    }
}

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

@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: 1.5fr 1fr;
        gap: 4rem;
    }
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-logo {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.75rem;
    color: #db7727;
    font-weight: 600;
}

.footer-crm-footer {
    font-family: 'Taviraj', serif;
    font-size: 1rem;
    color: #d4c5b0;
}

.footer-specialty {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.125rem;
    color: #eee3d0;
    font-weight: 500;
    margin-top: 0.5rem;
}

.footer-description {
    font-family: 'Taviraj', serif;
    font-size: 0.95rem;
    color: #b8aa95;
    line-height: 1.7;
    max-width: 36rem;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-heading {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.25rem;
    color: #db7727;
    font-weight: 600;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-family: 'Taviraj', serif;
    font-size: 0.95rem;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #b8aa95;
    line-height: 1.6;
}

.footer-icon {
    color: #db7727;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.footer-bottom {
    border-top: 1px solid rgba(238, 227, 208, 0.2);
    margin-top: 3rem;
    padding-top: 2rem;
}

.footer-copyright {
    text-align: center;
    font-family: 'Taviraj', serif;
    font-size: 0.875rem;
    color: #b8aa95;
    line-height: 1.6;
}

.footer-legal-sub {
    margin-top: 0.5rem;
    font-size: 0.8rem;
}

.footer-logo-img {
    margin-bottom: 1rem;
}

.footer-logo-img img {
    max-width: 180px !important;
    width: 100%;
    height: auto;
    display: block;
}

/* Ajuste fino mobile */
@media (max-width: 768px) {
    .footer-logo-img {
        margin-bottom: 0.8rem;
        display: flex;
        justify-content: center;
    }

    .footer-logo-img img {
        max-width: 140px !important;
    }
}

/* Responsivo - Tablet */
@media (min-width: 768px) {
    .hero-section {
        padding: 80px 24px;
    }

    .hero-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-image {
        display: block;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.25rem;
    }
    
    .section-title {
        font-size: 2.4rem;
    }

    .section-title-center {
        font-size: 2.6rem;
    }

    .fiv-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsivo - Desktop */
@media (min-width: 1024px) {
    .fiv-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .pillars-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Previne overflow no mobile */
@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    * {
        max-width: 100%;
    }

    .hero-title {
        font-size: 1.5rem;
        word-wrap: break-word;
    }

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

    .badge {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .section-title-center {
        font-size: 1.5rem;
    }

    .section-text {
        font-size: 1rem;
    }

    .fiv-card {
        padding: 24px;
    }

    .card-title {
        font-size: 1.1rem;
    }

    .card-text {
        font-size: 0.875rem;
    }

    .service-title {
        font-size: 1.1rem;
    }

    .faq-question {
        font-size: 1.1rem;
    }

    .footer-name {
        font-size: 1.5rem;
    }

    .contact-detail {
        font-size: 0.9rem;
        word-wrap: break-word;
    }
    
    .image-placeholder {
    width: 100%;
    height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: linear-gradient(135deg, #eee3d0, #e8dac8);
    color: #db7727;
    text-align: center;
    padding: 2rem;
    }
}


/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Largura específica para o FAQ ficar mais elegante e centralizado */
.container-narrow {
    max-width: 1000px; /* Largura ideal para leitura de FAQ */
    margin: 0 auto;
    padding: 0 24px;
}

/* --- REMOÇÃO DO HOVER E EFEITO ROSA/SELEÇÃO --- */

.accordion-item:hover {
    /* Mantém a cor original ou apenas a borda, sem mudar o fundo para cores estranhas */
    border-color: #db7727;
    background: #f5ede2; /* Força a permanência da cor creme */
    box-shadow: 0 8px 25px rgba(219, 119, 39, 0.1);
}

.accordion-trigger {
    outline: none; /* Remove o contorno de clique do navegador */
    -webkit-tap-highlight-color: transparent; /* Remove o flash de clique em dispositivos móveis */
}

/* Se o "rosa" for um background que aparece ao clicar */
.accordion-trigger:focus, 
.accordion-trigger:active,
.accordion-item.active {
    background: transparent !important;
}

/* Garante que o conteúdo interno não herde cores de seleção */
.accordion-content-inner {
    background: transparent;
}

@media (max-width: 640px) {
    
    .btn-primary {
    display: inline-block;
    background: #25d366;
    color: #ffffff;
    padding: 16px 45px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

  .faq-section .accordion-item {
    padding-left: 14px !important;
    padding-right: 14px !important;
    overflow: hidden !important;
  }

  .faq-section .accordion-trigger {
    display: grid !important;
    grid-template-columns: 1fr 16px !important;
    column-gap: 10px !important;
    align-items: center !important;
    width: 100% !important;
    padding: 14px 0 !important;
    box-sizing: border-box !important;
  }

  .faq-section .accordion-question {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;

    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;

    font-size: 18px !important;
    line-height: 1.35 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .faq-section .accordion-icon {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    flex: none !important;
    margin: 0 !important;
    justify-self: end !important;
    align-self: center !important;
  }

  .faq-section .accordion-content,
  .faq-section .accordion-content-inner,
  .faq-section .accordion-content-inner p {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
}

.accordion-item:hover,
.accordion-item:focus,
.accordion-item:active,
.accordion-item.active {
    background: #f5ede2 !important;
    box-shadow: 0 5px 15px rgba(34, 52, 46, 0.05) !important;
}

.accordion-trigger:hover,
.accordion-trigger:focus,
.accordion-trigger:active {
    background: transparent !important;
    outline: none !important;
}

.accordion-question:hover,
.accordion-question:focus,
.accordion-question:active {
    background: transparent !important;
    color: #22342e !important;
}

.accordion-trigger,
.accordion-question {
    -webkit-tap-highlight-color: transparent;
}/* End custom CSS */