.elementor-5099 .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-5099 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Taviraj', serif;
    line-height: 1.6;
    color: #22342e;
    background: #eee3d0;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Utility Classes */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.container-narrow {
    max-width: 896px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .container-narrow {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container-narrow {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.container-medium {
    max-width: 1152px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .container-medium {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container-medium {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.text-center {
    text-align: center;
}

.highlight {
    color: #db7727;
}

.text-highlight {
    color: #db7727;
}

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

/* 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 (min-width: 768px) {
    .hero-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

@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%;
}
}

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

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

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

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-title {
    font-family: 'Bodoni Moda', serif;
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: 600;
    color: #22342e;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 2.5rem;
    }
}

.hero-subtitle {
    font-family: 'Taviraj', serif;
    font-size: 1.125rem;
    color: #3d5249;
    line-height: 1.8;
}

@media (min-width: 768px) {
    .hero-subtitle {
        font-size: 1.25rem;
    }
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: #25d366;
    color: #ffffff;
    font-family: 'Taviraj', serif;
    font-weight: 500;
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(219, 119, 39, 0.3);
    font-size: 1rem;
    text-decoration: none;
}

.btn-primary:hover {
    background: #c56920;
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(219, 119, 39, 0.4);
}

@media (max-width: 640px) {
    .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    white-space: normal;
    text-align: center;
    line-height: 1.4;
}

    .icon-arrow {
        margin-left: 0;
    }
}

.icon-arrow {
    margin-left: 0.5rem;
}

.trust-indicators {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-top: 1rem;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #3d5249;
    font-family: 'Taviraj', serif;
}

.trust-dot {
    width: 0.5rem;
    height: 0.5rem;
    background: #db7727;
    border-radius: 50%;
    flex-shrink: 0;
}

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

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

.hero-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .hero-image {
        height:650px !important;
    }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(219, 119, 39, 0.15), transparent);
}

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

.decorative-blob-1 {
    top: -3rem;
    right: -3rem;
    width: 20rem;
    height: 20rem;
    background: rgba(219, 119, 39, 0.15);
}

.decorative-blob-2 {
    bottom: -3rem;
    left: -3rem;
    width: 20rem;
    height: 20rem;
    background: rgba(34, 52, 46, 0.1);
}

/* Problem Section */
.problem-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #ffffff;
}

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

.section-title {
    font-family: 'Bodoni Moda', serif;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #22342e;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .section-title {
        font-size: 3rem;
    }
}

.problem-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-size: 1.125rem;
    color: #3d5249;
    line-height: 1.8;
    max-width: 48rem;
    margin: 0 auto;
    padding-top: 2rem;
    font-family: 'Taviraj', serif;
}

@media (min-width: 768px) {
    .problem-content {
        font-size: 1.25rem;
    }
}

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

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

.section-header {
    margin-bottom: 4rem;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

.feature-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(34, 52, 46, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(219, 119, 39, 0.15);
    border-color: #db7727;
}

.feature-icon-wrapper {
    margin-bottom: 1.5rem;
}

.feature-icon {
    width: 4rem;
    height: 4rem;
    background: linear-gradient(135deg, #db7727 0%, #c56920 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(219, 119, 39, 0.3);
}

.feature-number {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.5rem;
    font-weight: 700;
}

.feature-title {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #22342e;
}

.feature-description {
    font-family: 'Taviraj', serif;
    color: #3d5249;
    line-height: 1.7;
}

/* Method Section */
.method-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #ffffff;
}

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

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

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

.method-image-wrapper {
    order: 2;
}

@media (min-width: 1024px) {
    .method-image-wrapper.order-2-lg {
        order: 1;
    }
}

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

.method-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .method-image {
        height: 850px !important;
    }
}

.method-content {
    order: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .method-content.order-1-lg {
        order: 2;
    }
}

.method-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.method-description {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-size: 1.125rem;
    color: #3d5249;
    line-height: 1.8;
    font-family: 'Taviraj', serif;
}

.method-steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #f5ede2;
    padding: 1.25rem;
    border-radius: 0.75rem;
    border-left: 4px solid #db7727;
}

.step-icon-wrapper {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    background: #db7727;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.step-text {
    font-family: 'Taviraj', serif;
    color: #22342e;
    padding-top: 0.25rem;
    font-size: 1.05rem;
}

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

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

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.benefit-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(34, 52, 46, 0.08);
    border: 2px solid #f5ede2;
    transition: all 0.3s ease;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.benefit-card:hover {
    border-color: #db7727;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(219, 119, 39, 0.15);
}

.benefit-number {
    font-family: 'Bodoni Moda', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #db7727;
    line-height: 1;
    flex-shrink: 0;
}

.benefit-content {
    flex: 1;
}

.benefit-title {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #22342e;
}

.benefit-description {
    font-family: 'Taviraj', serif;
    color: #3d5249;
    line-height: 1.7;
}

/* Journey Section */
.journey-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #ffffff;
}

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

.section-subtitle {
    font-family: 'Taviraj', serif;
    font-size: 1.125rem;
    color: #3d5249;
    max-width: 42rem;
    margin: 0 auto;
    margin-top: 1.5rem;
    line-height: 1.7;
}

.journey-timeline-wrapper {
    position: relative;
    margin-top: 3rem;
}

.timeline-line {
    display: none;
    position: absolute;
    top: 6rem;
    left: 5%;
    right: 5%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #db7727, transparent);
}

@media (min-width: 1024px) {
    .timeline-line {
        display: block;
    }
}

.journey-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .journey-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

.journey-card-wrapper {
    position: relative;
}

.journey-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(34, 52, 46, 0.08);
    border: 2px solid #f5ede2;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.journey-card:hover {
    border-color: #db7727;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(219, 119, 39, 0.15);
}

.journey-step-number {
    position: absolute;
    top: -1rem;
    left: 2rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #db7727;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 5px 15px rgba(219, 119, 39, 0.4);
    font-family: 'Bodoni Moda', serif;
}

.journey-icon-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.journey-icon {
    width: 3.5rem;
    height: 3.5rem;
    background: linear-gradient(135deg, #f5ede2, #eee3d0);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #db7727;
}

.journey-title {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #22342e;
}

.journey-description {
    font-family: 'Taviraj', serif;
    color: #3d5249;
    line-height: 1.7;
}

/* 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: 7rem;
        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: 750px;
    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: 1.5rem;
}

.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: 1rem;
}
}

.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;
    }
}

/* Responsive Utilities */
@media (max-width: 640px) {
    .hero-title {
        font-size: 1.875rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .btn-primary {
        width: 100%;
        padding: 1rem 2rem;
    }
    
    .features-grid,
    .benefits-grid,
    .journey-grid {
        gap: 1.5rem;
    }
    
    .hero-image,
    .method-image {
        height: 350px;
    }
}

@media (max-width: 640px) {
  .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;
}

.profile-img {
    width: 100%; /* Garante que ela preencha o container */
    height: auto;
    border-radius: 10px !important; /* Ajuste o valor para mais ou menos arredondado */
    object-fit: cover; /* Evita que a imagem distorça caso mude o tamanho */
}/* End custom CSS */