.elementor-6 .elementor-element.elementor-element-ab57c80{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0273442 *//* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
    background-color: #ffffff;
    overflow-x: hidden;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    font-family: inherit;
    border: none;
    cursor: pointer;
    background: none;
}

/* Container Base */
.hero-section__container,
.symptoms-section__container,
.about-doctor-section__container,
.services-section__container,
.conditions-section__container,
.cta-section__container,
.footer-main__container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    z-index: 10;
}

@media (min-width: 640px) {
    .hero-section__container,
    .symptoms-section__container,
    .about-doctor-section__container,
    .services-section__container,
    .conditions-section__container,
    .cta-section__container,
    .footer-main__container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .hero-section__container,
    .symptoms-section__container,
    .about-doctor-section__container,
    .services-section__container,
    .conditions-section__container,
    .cta-section__container,
    .footer-main__container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Header */
.header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.header-nav__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

.header-nav__logo {
    flex-shrink: 0;
}

.header-nav__logo img {
    height: 2.5rem;
    width: auto;
    object-fit: contain;
}

@media (min-width: 640px) {
    .header-nav__logo img {
        height: 3rem;
    }
}

.header-nav__cta {
    background-color: #25d366;
    color: #ffffff;
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    transition: all 0.3s;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.header-nav__cta:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px) {
    .header-nav__cta {
        padding: 0.875rem 2rem;
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 8rem;
    padding-bottom: 4rem;
    background-color: #AEB098;
}

@media (min-width: 640px) {
    .hero-section {
        padding-top: 10rem;
        padding-bottom: 6rem;
    }
}

@media (min-width: 1024px) {
    .hero-section {
        padding-top: 12rem;
        padding-bottom: 8rem;
    }
}

.hero-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    pointer-events: none;
}

.hero-section__bg-icon {
    position: absolute;
    color: white;
}

.hero-section__bg-icon svg {
    width: 100%;
    height: 100%;
}

.hero-section__bg-icon--1 {
    top: 2.5rem;
    left: 2.5rem;
    width: 6rem;
    height: 6rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.hero-section__bg-icon--2 {
    top: 8rem;
    right: 5rem;
    width: 5rem;
    height: 5rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation-delay: 0.1s;
}

.hero-section__bg-icon--3 {
    bottom: 5rem;
    left: 8rem;
    width: 7rem;
    height: 7rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation-delay: 0.2s;
}

.hero-section__bg-icon--4 {
    bottom: 8rem;
    right: 2.5rem;
    width: 8rem;
    height: 8rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation-delay: 0.3s;
}

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

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

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

@media (min-width: 640px) {
    .hero-section__text-content {
        gap: 2rem;
    }
}

@media (min-width: 1024px) {
    .hero-section__text-content {
        padding-right: 2rem;
    }
}

.hero-section__title {
    color: white;
    margin-bottom: 0.5rem;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.2;
    font-weight: 700;
}

.hero-section__subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    line-height: 1.4;
}

.hero-section__description-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-section__description {
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.7;
}

.hero-section__cta-primary {
    background-color: #25d366;
    color: #ffffff;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    padding: 1rem 2rem;
    border-radius: 9999px;
    transition: transform 0.3s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: fit-content;
    font-weight: 600;
}

.hero-section__cta-primary:hover {
    transform: scale(1.05);
}

.hero-section__image-wrapper {
    position: relative;
    max-width: 32rem;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .hero-section__image-wrapper {
        margin: 0;
    }
}

.hero-section__image-container {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-height: 600px;
}

.hero-section__image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hero-section__image-decoration {
    position: absolute;
    border-radius: 9999px;
    opacity: 0.3;
}

.hero-section__image-decoration--1 {
    top: -1rem;
    right: -1rem;
    width: 6rem;
    height: 6rem;
    background-color: #C29D69;
}

.hero-section__image-decoration--2 {
    bottom: -1rem;
    left: -1rem;
    width: 8rem;
    height: 8rem;
    background-color: #878972;
}

/* Symptoms Section */
.symptoms-section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: white;
}

@media (min-width: 640px) {
    .symptoms-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

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

.symptoms-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23878972' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

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

.symptoms-section__title {
    color: #878972;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

@media (min-width: 640px) {
    .symptoms-section__title {
        margin-bottom: 2rem;
    }
}

.symptoms-section__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .symptoms-section__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        margin-bottom: 3rem;
    }
}

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

.symptoms-section__item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #F2B2B3;
    color: #ffffff;
    transition: all 0.3s;
    min-height: 110px;
}

@media (min-width: 640px) {
    .symptoms-section__item {
        gap: 1rem;
        padding: 1.5rem;
    }
}

.symptoms-section__item:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-0.25rem);
}

.symptoms-section__item-icon {
    flex-shrink: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.symptoms-section__item-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

@media (min-width: 640px) {
    .symptoms-section__item-icon svg {
        width: 1.75rem;
        height: 1.75rem;
    }
}

.symptoms-section__item-text {
    text-align: left;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    line-height: 1.5;
    margin: 0;
}

.symptoms-section__description-wrapper {
    max-width: 56rem;
    margin: 0 auto 2rem;
}

@media (min-width: 640px) {
    .symptoms-section__description-wrapper {
        margin-bottom: 2.5rem;
    }
}

.symptoms-section__description {
    color: #878972;
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.8;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .symptoms-section__description {
        padding: 0 1.5rem;
    }
}

.symptoms-section__cta {
    background-color: #25d366;
    color: #ffffff;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    padding: 1rem 2rem;
    border-radius: 9999px;
    transition: transform 0.3s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: 600;
}

.symptoms-section__cta:hover {
    transform: scale(1.05);
}

/* About Doctor Section */
.about-doctor-section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #AEB098;
}

@media (min-width: 640px) {
    .about-doctor-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media (min-width: 1024px) {
    .about-doctor-section {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
}

.about-doctor-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    pointer-events: none;
}

.about-doctor-section__bg-icon {
    position: absolute;
    color: white;
}

.about-doctor-section__bg-icon svg {
    width: 100%;
    height: 100%;
}

.about-doctor-section__bg-icon--1 {
    top: 5rem;
    left: 2.5rem;
    width: 8rem;
    height: 8rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.about-doctor-section__bg-icon--2 {
    top: 10rem;
    right: 5rem;
    width: 7rem;
    height: 7rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation-delay: 0.2s;
}

.about-doctor-section__bg-icon--3 {
    bottom: 5rem;
    left: 25%;
    width: 6rem;
    height: 6rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation-delay: 0.1s;
}

.about-doctor-section__bg-icon--4 {
    bottom: 10rem;
    right: 25%;
    width: 9rem;
    height: 9rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation-delay: 0.3s;
}

.about-doctor-section__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
            margin-bottom: 3rem;
}

@media (min-width: 1024px) {
    .about-doctor-section__content {
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
        margin-bottom: 5rem;
    }
}

.about-doctor-section__image-wrapper {
    position: relative;
    max-width: 32rem;
    margin: 0 auto;
    order: 2;
}

@media (min-width: 1024px) {
    .about-doctor-section__image-wrapper {
        order: 1;
        margin: 0;
    }
}

.about-doctor-section__image-container {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-height: 700px;
}

.about-doctor-section__image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-doctor-section__image-decoration {
    position: absolute;
    border-radius: 9999px;
    opacity: 0.3;
}

.about-doctor-section__image-decoration--1 {
    top: -1.5rem;
    left: -1.5rem;
    width: 7rem;
    height: 7rem;
    background-color: #F2B2B3;
}

.about-doctor-section__image-decoration--2 {
    bottom: -1.5rem;
    right: -1.5rem;
    width: 9rem;
    height: 9rem;
    background-color: #878972;
}

.about-doctor-section__text-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    order: 1;
}

@media (min-width: 640px) {
    .about-doctor-section__text-content {
        gap: 2rem;
    }
}

@media (min-width: 1024px) {
    .about-doctor-section__text-content {
        order: 2;
    }
}

.about-doctor-section__title {
    color: white;
    margin-bottom: 0.75rem;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    line-height: 1.3;
    font-weight: 700;
}

.about-doctor-section__credentials {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 2vw, 1.125rem);
}

.about-doctor-section__description-group {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.about-doctor-section__description {
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.8;
}

/* Services Section */
.services-section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: white;
}

@media (min-width: 640px) {
    .services-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

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

.services-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C29D69' fill-opacity='1'%3E%3Cpath d='M0 0h40v40H0V0zm40 40h40v40H40V40zm0-40h2l-2 2V0zm0 4l4-4h2l-6 6V4zm0 4l8-8h2L40 10V8zm0 4L52 0h2L40 14v-2zm0 4L56 0h2L40 18v-2zm0 4L60 0h2L40 22v-2zm0 4L64 0h2L40 26v-2zm0 4L68 0h2L40 30v-2zm0 4L72 0h2L40 34v-2zm0 4L76 0h2L40 38v-2zm0 4L80 0v2L42 40h-2zm4 0L80 4v2L46 40h-2zm4 0L80 8v2L50 40h-2zm4 0l28-28v2L54 40h-2zm4 0l24-24v2L58 40h-2zm4 0l20-20v2L62 40h-2zm4 0l16-16v2L66 40h-2zm4 0l12-12v2L70 40h-2zm4 0l8-8v2l-6 6h-2zm4 0l4-4v2l-2 2h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.services-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 0.5rem;
}

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

@media (min-width: 1024px) {
    .services-section__grid {
        gap: 2.5rem;
    }
}

.services-section__card {
    background-color: #F2B2B3;
    padding: 1.5rem;
    border-radius: 1.5rem;
    transition: all 0.3s;
}

@media (min-width: 640px) {
    .services-section__card {
        
        padding: 2rem;
    }
}

.services-section__card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-0.5rem);
}

.services-section__card-icon {
    color: white;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .services-section__card-icon {
        margin-bottom: 1.5rem;
    }
}

.services-section__card-icon svg {
    width: 2.5rem;
    height: 2.5rem;
}

@media (min-width: 640px) {
    .services-section__card-icon svg {
        width: 3rem;
        height: 3rem;
    }
}

.services-section__card-title {
    color: white;
    margin-bottom: 0.75rem;
    font-size: clamp(1.15rem, 2.5vw, 1.4rem);
    line-height: 1.4;
    font-weight: 600;
}

@media (min-width: 640px) {
    .services-section__card-title {
        margin-bottom: 1rem;
    }
}

.services-section__card-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    line-height: 1.7;
}

.services-section__cta-wrapper {
    text-align: center;
}

.services-section__cta {
    background-color: #25d366;
    color: #ffffff;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    padding: 1rem 2rem;
    border-radius: 9999px;
    transition: transform 0.3s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: 600;
}

.services-section__cta:hover {
    transform: scale(1.05);
}

/* Conditions Section */
.conditions-section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #878972;
}

@media (min-width: 640px) {
    .conditions-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

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

.conditions-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    pointer-events: none;
}

.conditions-section__bg-icon {
    position: absolute;
    color: white;
}

.conditions-section__bg-icon svg {
    width: 100%;
    height: 100%;
}

.conditions-section__bg-icon--1 {
    top: 2.5rem;
    right: 2.5rem;
    width: 10rem;
    height: 10rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.conditions-section__bg-icon--2 {
    bottom: 5rem;
    left: 2.5rem;
    width: 9rem;
    height: 9rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation-delay: 0.2s;
}

.conditions-section__bg-icon--3 {
    top: 50%;
    left: 33%;
    width: 8rem;
    height: 8rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation-delay: 0.1s;
}

.conditions-section__header {
    text-align: center;
    margin-bottom: 3rem;
}

@media (min-width: 640px) {
    .conditions-section__header {
        margin-bottom: 4rem;
    }
}

.conditions-section__title {
    color: white;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    line-height: 1.3;
    font-weight: 700;
}

.conditions-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .conditions-section__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        margin-bottom: 3rem;
    }
}

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

.conditions-section__card {
    background-color: white;
    padding: 1.5rem;
    border-radius: 1.5rem;
    transition: all 0.3s;
}

@media (min-width: 640px) {
    .conditions-section__card {
        padding: 2rem;
    }
}

.conditions-section__card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-0.5rem);
}

.conditions-section__card-icon {
    color: #C29D69;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .conditions-section__card-icon {
        margin-bottom: 1.25rem;
    }
}

.conditions-section__card-icon svg {
    width: 2rem;
    height: 2rem;
}

@media (min-width: 640px) {
    .conditions-section__card-icon svg {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.conditions-section__card-title {
    color: #878972;
    margin-bottom: 0.75rem;
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    line-height: 1.4;
    font-weight: 600;
}

@media (min-width: 640px) {
    .conditions-section__card-title {
        margin-bottom: 1rem;
    }
}

.conditions-section__card-description {
    color: #878972;
    opacity: 0.85;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    line-height: 1.7;
}

.conditions-section__cta-wrapper {
    text-align: center;
}

.conditions-section__cta {
    background-color: #25d366;
    color: #ffffff;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    padding: 1rem 2rem;
    border-radius: 9999px;
    transition: transform 0.3s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: 600;
}

.conditions-section__cta:hover {
    transform: scale(1.05);
}

.first-consultation-section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: linear-gradient(to bottom right, rgba(242, 178, 179, 0.05), rgba(194, 157, 105, 0.05));
    overflow: hidden;
}

@media (min-width: 768px) {
    .first-consultation-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.first-consultation-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.02;
    pointer-events: none;
}

.first-consultation-section__bg-blur {
    position: absolute;
    border-radius: 9999px;
    filter: blur(60px);
}

.first-consultation-section__bg-blur--1 {
    top: 2.5rem;
    left: 2.5rem;
    width: 16rem;
    height: 16rem;
    background-color: #878972;
}

.first-consultation-section__bg-blur--2 {
    bottom: 2.5rem;
    right: 2.5rem;
    width: 24rem;
    height: 24rem;
    background-color: #F2B2B3;
}

.first-consultation-section__container {
    max-width: 96rem;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    .first-consultation-section__container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

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

.first-consultation-section__header {
    text-align: center;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .first-consultation-section__header {
        margin-bottom: 4rem;
    }
}

.first-consultation-section__title {
    font-size: clamp(1.875rem, 5vw, 3rem);
    margin-bottom: 1rem;
    color: #878972;
    line-height: 1.2;
}

@media (min-width: 1024px) {
    .first-consultation-section__title {
        font-size: clamp(2.25rem, 5vw, 3rem);
    }
}

.first-consultation-section__intro {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: #374151;
    max-width: 48rem;
    margin: 0 auto;
    line-height: 1.75;
}

.first-consultation-section__grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .first-consultation-section__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

.consultation-checklist-item {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(242, 178, 179, 0.2);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: all 0.3s ease;
}

.consultation-checklist-item:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.consultation-checklist-item__icon-wrapper {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.25rem;
}

.consultation-checklist-item__icon {
    width: 1.5rem;
    height: 1.5rem;
    color: #C29D69;
}

.consultation-checklist-item__content {
    flex: 1;
}

.consultation-checklist-item__title {
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    margin-bottom: 0.5rem;
    color: #878972;
}

@media (min-width: 768px) {
    .consultation-checklist-item__title {
        font-size: clamp(1.125rem, 2vw, 1.25rem);
    }
}

.consultation-checklist-item__description {
    color: #374151;
    line-height: 1.75;
}

.first-consultation-section__footer {
    text-align: center;
}

.first-consultation-section__footer-text {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: #374151;
    font-style: italic;
    max-width: 42rem;
    margin: 0 auto;
    line-height: 1.75;
    background-color: rgba(242, 178, 179, 0.1);
    padding: 1.5rem;
    border-radius: 0.75rem;
}

/* CTA Section */
.cta-section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #F2B2B3;
}

@media (min-width: 640px) {
    .cta-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

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

.cta-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    pointer-events: none;
}

.cta-section__bg-icon {
    position: absolute;
    color: white;
}

.cta-section__bg-icon svg {
    width: 100%;
    height: 100%;
}

.cta-section__bg-icon--1 {
    top: 2.5rem;
    left: 2.5rem;
    width: 8rem;
    height: 8rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cta-section__bg-icon--2 {
    top: 33%;
    right: 5rem;
    width: 7rem;
    height: 7rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation-delay: 0.2s;
}

.cta-section__bg-icon--3 {
    bottom: 5rem;
    left: 33%;
    width: 9rem;
    height: 9rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation-delay: 0.1s;
}

.cta-section__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

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

.cta-section__text-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .cta-section__text-content {
        gap: 2rem;
    }
}

.cta-section__title {
    color: white;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    line-height: 1.3;
    font-weight: 700;
}

.cta-section__description {
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.8;
}

.cta-section__cta {
    background-color: #25d366;
    color: #ffffff;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    padding: 1rem 2rem;
    border-radius: 9999px;
    transition: transform 0.3s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: fit-content;
    font-weight: 600;
}

.cta-section__cta:hover {
    transform: scale(1.05);
}

.cta-section__image-wrapper {
    position: relative;
    max-width: 32rem;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .cta-section__image-wrapper {
        margin: 0;
    }
}

.cta-section__image-container {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-height: 600px;
}

.cta-section__image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.cta-section__image-decoration {
    position: absolute;
    border-radius: 9999px;
    opacity: 0.3;
}

.cta-section__image-decoration--1 {
    top: -1.5rem;
    right: -1.5rem;
    width: 7rem;
    height: 7rem;
    background-color: #C29D69;
}

.cta-section__image-decoration--2 {
    bottom: -1.5rem;
    left: -1.5rem;
    width: 9rem;
    height: 9rem;
    background-color: #878972;
}

/* Footer */
.footer-main {
    position: relative;
    background-color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 640px) {
    .footer-main {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 1024px) {
    .footer-main {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.footer-main__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23F2B2B3' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.footer-main__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    justify-items: center;
    text-align: center;
}

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

@media (min-width: 1024px) {
    .footer-main__content {
        grid-template-columns: repeat(3, 1fr);
        gap: 5rem;
    }
}

.footer-main__brand {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-main__logo {
    display: flex;
    justify-content: center;
}

.footer-main__logo img {
    height: 4rem;
    width: auto;
    object-fit: contain;
}

@media (min-width: 640px) {
    .footer-main__logo img {
        height: 5rem;
    }
}

.footer-main__brand-text {
    color: #878972;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    line-height: 1.7;
}

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

.footer-main__section-title {
    color: #C29D69;
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    font-weight: 600;
}

.footer-main__section-title svg {
    width: 1.25rem;
    height: 1.25rem;
}

.footer-main__address-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #878972;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    line-height: 1.7;
}

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

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

.footer-main__contact-label {
    color: #878972;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.footer-main__phone-link {
    color: #25d366;
    font-size: clamp(1rem, 2vw, 1.125rem);
    margin-top: 0.25rem;
    transition: opacity 0.3s;
}

.footer-main__phone-link:hover {
    opacity: 0.8;
}

.footer-main__social-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-main__social-link {
    background-color: #F2B2B3;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    transition: all 0.3s;
}

.footer-main__social-link:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transform: translateY(-0.125rem);
}

.footer-main__social-link svg {
    width: 1.25rem;
    height: 1.25rem;
}

.footer-main__social-link span {
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.footer-main__bottom {
    border-top: 1px solid rgba(135, 137, 114, 0.2);
    margin-top: 2.5rem;
    padding-top: 1.5rem;
}

@media (min-width: 640px) {
    .footer-main__bottom {
        margin-top: 3rem;
        padding-top: 2rem;
    }
}

.footer-main__bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

@media (min-width: 640px) {
    .footer-main__bottom-content {
        flex-direction: row;
    }
}

.footer-main__copyright {
    color: #878972;
    font-size: clamp(0.85rem, 2vw, 0.95rem);
    text-align: center;
}

@media (min-width: 640px) {
    .footer-main__copyright {
        text-align: left;
    }
}

.footer-main__made-with {
    color: #878972;
    font-size: clamp(0.85rem, 2vw, 0.95rem);
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.footer-main__heart-icon {
    color: #F2B2B3;
    fill: #F2B2B3;
}

.footer-main__heart-icon svg {
    width: 1rem;
    height: 1rem;
}

/* Animations */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Prevent horizontal scroll on mobile */
@media (max-width: 640px) {
    body, html {
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    * {
        max-width: 100%;
    }
}

/* Fonte para parágrafos e descrições */
p, .descricao, .texto-paragrafo {
  font-family: 'NickySans', serif;
}/* End custom CSS */