:root {
    --font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

    --color-cream: #fdf6eb;
    --color-cream-strong: #fdf3e3;
    --color-sand: #f4e1c8;
    --color-blue: #83cad9;
    --color-pink: #f47979;
    --color-primary: #ffb800;
    --color-text-main: #222222;
    --color-text-muted: #666666;
    --radius-lg: 24px;
    --radius-md: 16px;
    --shadow-card: 0 9px 21px rgba(0, 0, 0, 0.2);
}

/* RESET BÁSICO */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--font-sans);
    color: var(--color-text-main);
    background: #fffaf1;
}

/* UTILITÁRIOS */
.container {
    width: min(1120px, 100% - 32px);
    margin-inline: auto;
}

.section {
    padding: 20px 0
}

.section--cream {
    background: var(--color-cream);
}

.section--sand {
    background: var(--color-sand);
}

.section--blue {
    background: var(--color-blue);
}

.section--pink {
    background: var(--color-pink);
    color: #fff;
}

.section-title {
    font-size: 1.9rem;
    line-height: 120%;
    font-weight: 700;
    margin: 0 0 16px;
}

.section-title--center {
    text-align: center;
}

.section-subtitle {
    font-size: 1rem;
    color: var(--color-text-muted);
    margin: 0;
}

.section-subtitle--center {
    text-align: center;
}

.section-subheading {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 24px;
}

.body-text {
    font-size: 0.98rem;
    line-height: 1.6;
    color: var(--color-text-muted);
}

/* BOTÕES */
.btn {
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 10px 22px;
    border-radius: 10px;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease,
        color 0.15s ease;
}

.btn--primary {
    background: var(--color-primary);
    color: #3d2d00;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    min-width: 200px;
}

.btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
}

.btn--pill {
    background: rgba(255, 255, 255, 0.85);
    color: #ff6f61;
}

/* HERO */
.hero {
    position: relative;
    /* min-height: 80vh; */
    color: #000;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero__background {
    /* position: absolute;
    inset: 0; */
    /* background-image: url("/qero/assets/site/images/cuidomidestino/banner-1.png");
    background-size: cover;
    background-position: right; */
    filter: saturate(1.05);
    width: 100%;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff7ec);
}

.hero__content {
    position: absolute;
    /* padding: 40px 0 0px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    height: 330px;
}

.hero__logo-block {
    max-width: 420px;
}

.hero__logo {
    max-width: 550px;
    height: auto;
    display: block;
}

.hero__tagline {
    margin-top: 8px;
    font-size: 0.9rem;
}

.hero__tabs {
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    min-height: 100px;
    padding: 18px 32px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 24px;
    margin: 0 50px;
}

.hero-tab {
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    gap: 10px;
    cursor: pointer;
}

.hero-tab__title {
    display: block;
    font-weight: 600;
    font-size: 1rem;
}

.hero-tab__subtitle {
    display: block;
    font-size: 0.85rem;
    color: var(--color-text-muted);
}

/* .hero-tab--active .hero-tab__title {
    color: #e65d63;
}

.hero-tab--active .hero-tab__subtitle {
    color: #e65d63;
} */

.hero-tab__divider {
    width: 1px;
    height: 32px;
    background: #a5a5a5;
}

/* ABOUT */
.section.section--cream.about {
    padding-top: 0;
    z-index: 1;
    position: relative;
    margin-top: -20px;
}

.about__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
    gap: 40px;
}

.about__left {
    display: flex;
    gap: 32px;
    align-items: center;
}

.about__cup img {
    max-height: 450px;
    width: auto;
    display: block;
}

.about__qr-block {
    position: relative;
    display: flex;
    justify-content: center;
}

.about__qr img {
    max-width: 160px;
}

.about__qr .arrow-img {
    position: relative;
    right: -130px;
}

.about__right {
    font-size: 0.98rem;
}

.about__subtitle {
    margin-top: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}

.about__highlight {
    margin-top: 24px;
    font-weight: 700;
}

/* WHO USES */
.who-uses__header {
    padding-bottom: 24px;
}

.who-uses__grid {
    gap: 118px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.who-uses__map-logo img {
    max-width: 260px;
    display: block;
}

.who-uses__logos {
    margin-top: 24px;
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}

.who-uses__right {
    min-width: 400px;
}

.who-uses__logos img {
    max-height: 50px;
    cursor: pointer;
}

.agenda-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    text-align: center;
}

.agenda-table th {
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    padding: 8px 0;
    border-bottom: 1px solid #e0d0b6;
}

.agenda-table td {
    padding: 8px 3px;
    border-bottom: 1px solid #f0e3cf;
}

/* CARE BLUE CARDS */
.care__inner {
    text-align: center;
}

.care__cards {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.care-card {
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 32px;
    padding: 32px 24px 28px;
    /* box-shadow: var(--shadow-card); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    transition: background 2s;
}

.care-card__title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.care-card__icon img {
    max-width: 200px;
}

.care-card__text {
    font-size: 0.9rem;
    color: var(--color-text-main);
    line-height: 1.6;
    flex: 1;
}

/* REASONS */
.section.section--cream.reasons {
    padding-bottom: 70px;
    padding-top: 0px;
}

.reasons__hero {
    position: relative;
    /* height: 590px; */
    /* background-image: url("/qero/assets/site/images/cuidomidestino/banner-2.png");
    background-size: cover;
    background-position: center; */
    display: flex;
    align-items: center;
}

.reasons__overlay {
    position: absolute;
    display: flex;
    align-items: flex-end;
    padding: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

.reasons__overlay h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin: 0;
    color: #fff0f0;
    text-shadow: 2px 2px #33333370;
}

.reasons__content {
    padding-top: 20px;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
    gap: 48px;
}

.reasons__left {
    max-width: 470px;
}

.reasons__right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.reasons__item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0.95rem;
}

.reasons__item img {
    width: 70px;
    height: auto;
}

/* IMPACT */
.impact__cards {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 94px;
}

.impact-card {
    position: relative;
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
}

.impact-card__image {
    display: flex;
    overflow: hidden;
    height: 345px;
}

.impact-card__image img {
    position: absolute;
    top: -80px;
    width: 100%;
    object-fit: cover;
}

.impact-card__body {
    padding: 18px 20px 24px;
    font-size: 0.92rem;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.impact-card__title {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 700;
}

.impact__footer-text {
    margin-top: 32px;
}

/* CTA BANNER */
.cta-banner__inner {
    display: flex;
    justify-content: center;
}

.cta-banner__card {
    width: 100%;
    min-height: 150px;
    /* max-width: 960px; */
    border-radius: 32px;
    padding: 32px 40px;
    background-image: url("/qero/assets/site/images/cuidomidestino/img-15.png");
    /* sua imagem */
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow-card);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.cta-banner__text {
    max-width: 420px;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 2px 2px #33333370;
}

/* PARTNERS CAROUSEL */
.partners__inner {
    text-align: center;
}

.partners__text {
    max-width: 840px;
    margin: 0 auto 32px;
    color: #ffe4e4;
}

.partners__slider {
    margin-top: 24px;
}

.partners__track-wrapper {
    flex: none;
    overflow: hidden;
}

.partners__track {
    display: flex;
    transition: transform 0.3s ease;
    width: 300%;
}

.partners__item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 16px;
}

.partners__item img {
    max-height: 80px;
    filter: brightness(0) invert(1);
}

/* Controles embaixo: dots à esquerda, flechas à direita */
.partners__footer {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partners__dots {
    display: flex;
    gap: 8px;
}

/* bolinhas: ativa é uma “pílula” vermelha, as outras brancas */
.dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: none;
    background: #ffe7df;
    cursor: pointer;
}

.dot--active {
    width: 24px;
    background: #ff4b35;
}

/* flechas vermelhas à direita */
.partners__arrows {
    display: flex;
    gap: 12px;
}

.slider-btn {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: #ff4b35;
    color: #ffffff;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.slider-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

/* FAQ */
.faq__list {
    margin-top: 24px;
    background: #fff;
    border-radius: 32px;
    box-shadow: var(--shadow-card);
    padding: 8px 0;
}

.faq-item+.faq-item {
    border-top: 1px solid #f3efe7;
}

.faq-item__question {
    width: 100%;
    padding: 18px 28px;
    border: none;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: inherit;
    font-size: 0.98rem;
    cursor: pointer;
}

.faq-item__icon {
    font-size: 1.2rem;
    color: #ff6f6f;
}

.faq-item__answer {
    padding: 0 28px 18px;
    font-size: 0.9rem;
    color: var(--color-text-muted);
    display: none;
}

.faq-item--open .faq-item__answer {
    display: block;
}

/* Container dos grupos */
.faq-groups {
    margin-top: 16px;
}

/* Cabeçalho do grupo */
.faq-group__header {
    width: 100%;
    padding: 16px 16px;
    border: none;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: .8s ease-in-out;
    border-radius: 20px;
}

.faq-group__header:hover {
    background-color: #f1f1f1;
}

.faq-group__toggle {
    font-size: 1.2rem;
    transition: transform 0.2s ease;
}

/* Corpo do grupo fechado */
.faq-group__body {
    display: none;
    margin-top: 8px;
}

/* Grupo aberto */
.faq-group--open .faq-group__body {
    display: block;
}

.faq-group--open .faq-group__toggle {
    transform: rotate(180deg);
}

/* O restante continua igual ao seu CSS */
.faq__list {
    margin-top: 0;
    background: #fff;
    border-radius: 32px;
    box-shadow: var(--shadow-card);
    padding: 8px 0;
}

.faq-item+.faq-item {
    border-top: 1px solid #f3efe7;
}

.faq-item__question {
    width: 100%;
    padding: 18px 28px;
    border: none;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.98rem;
    cursor: pointer;
}

.faq-item__answer {
    padding: 0 28px 18px;
    font-size: 0.9rem;
    color: var(--color-text-muted);
    display: none;
}

.faq-item--open .faq-item__answer {
    display: block;
}

.faq-item__icon {
    font-size: 1.2rem;
    color: #ff6f6f;
}


/* FOOTER */
.footer {
    background: #f4f4f4;
    padding: 32px 24px;
}

.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 0.9rem;
}

.footer__logo {
    max-height: 110px;
}

.footer__center {
    text-align: center;
}

.footer__social {
    margin-top: 8px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.footer__social-icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #fff2f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
}

.footer__pager {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #111;
    color: #fff;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
}

.footer__pager-btn {
    border: none;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.who-uses__map-logo {
    cursor: pointer;
}

.partner__logo__template {
    width: 80px;
    height: 80px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.partner__logo__template img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* RESPONSIVO */
@media (max-width: 900px) {
    .hero__tabs {
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: normal;
        height: auto;
        margin: 0;
    }

    .about__inner,
    .who-uses__grid,
    .reasons__content,
    .impact__cards,
    .care__cards {
        grid-template-columns: minmax(0, 1fr);
    }

    .cta-banner__card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .footer__inner {
        flex-direction: column;
        text-align: center;
    }

    .about__inner {
        display: flex;
        flex-direction: column-reverse;
    }

    .about__left {
        justify-content: center;
    }

    .about__qr-block {
        display: none;
    }

    .who-uses__grid {
        flex-direction: column;
    }

    .who-uses__right {
        min-width: 100%;
    }

    .map-partners-content {
        flex-direction: column;
    }

    .who-uses__map-logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .hero-tab__divider {
        display: none;
    }

    .hero__content {
        padding-top: 24px;
    }

    .hero__logo {
        max-width: 260px;
    }

    .care-card {
        padding-inline: 18px;
    }

    .reasons__overlay h2 {
        font-size: 1.5rem;
        line-height: 2.2rem;
        margin-bottom: 0px;
    }
}