/* ─── Hero Section ─────────────────────────────────────────────────────────── */
header.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 150px);
    margin-top: 75px;
    padding: 60px 115px;
    background: url("/assets/hero_background.webp") no-repeat center/cover;
}

/* Centered vertical stack in hero */
.headline-container,
.text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 35px;
}

.headline-container {
    justify-content: center;
    max-width: 980px;
    padding: 0 10px;
    gap: 50px;
}

/* Fluid typography */
.text-container h1,
.text-container h2 {
    color: var(--Grey-grey-700);
    line-height: 1.4;
}

.text-container h1 {
    font: 700 clamp(1.5rem, 8vw, 70px)/1.4 'Bitter', sans-serif;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.text-container h2 {
    font: 400 clamp(1rem, 4vw, 1.25rem)/1.4 'Poppins', sans-serif;
    max-width: 797px;
}

/* Primary CTA button */
.cta-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: clamp(.5rem, 2vw, 1rem) clamp(1rem, 4vw, 2rem);
    border-radius: 10px;
    background: var(--Blue-blue-500, #64B1CB);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: var(--Background, #FAF7F5);
    font: 600 18px/1.4 'Bitter', sans-serif;
    cursor: pointer;
    transition: filter .2s, transform .1s;
    text-decoration: none;
    text-align: center;
}

.cta-button:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

.cta-button:active {
    filter: brightness(0.9);
    transform: translateY(1px);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* ─── About Section ───────────────────────────────────────────────────────── */
.about-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    gap: 100px;
    background: var(--Grey-grey-50, #EAEAEA);
    border: 1px solid var(--Destaque_verde, #678F76);
}

.about-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    padding: 0 20px;
    width: 95%;
    max-width: 1098px;
}

.about-header h2,
.about-header p {
    text-align: center;
    font-family: 'Bitter', sans-serif;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.about-header h2 {
    font-size: clamp(24px, 5vw, 55px);
    font-weight: 700;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.about-header p {
    font-size: clamp(16px, 4vw, 40px);
    font-weight: 400;
}

/* Benefits list */
.benefits-list {
    display: flex;
    gap: 71px;
}

.benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 10px;
    width: 100%;
    max-width: 349px;
    border: 1px dashed var(--Destaque_azul, #64B1CB);
    border-radius: 10px;
}

.benefit-item figure {
    width: 48px;
    aspect-ratio: 1;
}

.benefit-item h3,
.benefit-item p {
    text-align: center;
    color: var(--Grey-grey-700, #1D1D1D);
}

.benefit-item h3 {
    font: 600 22px/1.4 'Bitter', sans-serif;
}

.benefit-item p {
    font: 400 18px/1.4 'Poppins', sans-serif;
}

/* ─── About Container (Bio + Photo) ─────────────────────────────────────── */
.about-container {
    display: flex;

    gap: 100px;
    width: 100%;
    max-width: 1110px;
}

.about-container article,
.about-container figure {
    width: 100%;
    max-width: 505px;
}

.about-container article {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font: 400 18px/1.6 'Poppins', sans-serif;
    text-align: justify;
    text-indent: 30px;
}

.therapist-photo img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.therapist-photo figcaption {
    margin-top: 10px;
    text-align: center;
    font: 400 18px/1.6 'Poppins', sans-serif;
    text-align: center;
}

.quote {
  margin-top: 10px;
  padding-inline: 0.3rem;
  border-left: 3px solid #d4d4d4;
  text-align: justify;
  font-style: italic;
  color: #525252;
}

/* ─── Attraction Sections ───────────────────────────────────────────────── */
.atraction-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25%;
    padding: 20px;
    flex-shrink: 0;
}

#atraction-online {
    background: url("../assets/Benefit_background_fliped.webp") no-repeat center/cover;
}

#atraction-psicanalysis {
    background: url("../assets/Benefit_background.webp") no-repeat center/cover;
}

.atraction-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 462px;
    padding: 10px;
    border: 1px dashed var(--Green-green-300, #678F76);
    border-radius: 10px;
    flex-shrink: 0;
}

.atraction-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 0 0;
}

.atraction-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.atraction-image {
    flex-shrink: 0;
}

.atraction-image img {
    width: 512px;
    max-width: none;
    aspect-ratio: 1;
    flex-shrink: 0;
}

.atraction-title {
    font: 600 28px/1.4 'Bitter', sans-serif;
    color: var(--Grey-grey-700);
    text-align: center;
}

.atraction-subtitle,
.atraction-text {
    font: 400 clamp(14px, 2.5vw, 18px)/1.4 'Poppins', sans-serif;
    color: var(--Grey-grey-700);
    text-align: center;
}

/* ─── Process Section ────────────────────────────────────────────────────── */
.process-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    padding: 100px 0;
    background: var(--Grey-grey-50, #EAEAEA);
}

.process-title {
    font: 700 48px/1.4 'Bitter', serif;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    color: var(--Grey-grey-700);
    width: 100%;
    max-width: 826px;
}

.process-steps {
    display: flex;
    gap: 50px;
    max-width: 1286px;
    padding: 0 10px;
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 10px;
    flex: 1 0 0;
    border: 1px dashed var(--Destaque_azul, #64B1CB);
    border-radius: 10px;
}

.process-icon {
    width: 48px;
    aspect-ratio: 1;
}

.step-title {
    font: 600 22px/1.4 'Bitter', sans-serif;
    color: var(--Grey-grey-700);
    text-align: center;
}

.step-description {
    font: 400 16px/1.4 'Poppins', sans-serif;
    color: var(--Grey-grey-700);
    text-align: center;
}

.process-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 72px;
}

.cta-title {
    font: 700 48px/1.4 'Bitter', serif;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    color: var(--Grey-grey-700);
}

.cta-video {
    width: 826px;
    max-width: 100%;
    aspect-ratio: 826/465;
    height: auto;
}

/* ─── FAQ Section ────────────────────────────────────────────────────────── */
.faq-section {
    background: url("../assets/FAQ_background.webp") no-repeat center/cover;
    padding: 60px 20px;
    text-align: center;
}

.faq-header {
    max-width: 800px;
    margin: 0 auto 40px;
}

.faq-title {
    font: 700 clamp(1.5rem, 5vw, 2.5rem)/1.2 'Bitter', serif;
    color: var(--Grey-grey-700);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}

/* FAQ items container */
.faq-items {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    gap: 16px;
}

/* Each question/answer pair */
.faq-item {
    border-bottom: 2px solid var(--Blue-blue-500, #64B1CB);
    border-radius: 8px;

    overflow: hidden;
}

/* Question row */
.faq-question {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    font: 600 18px/1.4 'Poppins', sans-serif;
    color: var(--Grey-grey-700);
}

/* Arrow icon rotate on open */
.faq-icon {
    transition: transform .3s;
    color: #678F76;
}

details[open] .faq-icon {
    transform: rotate(180deg);
}

/* Answer panel */
.faq-answer {
    padding: 16px 16px;
    font: 400 16px/1.6 'Poppins', sans-serif;
    color: var(--Grey-grey-700);
    text-align: justify;
    text-indent: 30px;
}

/* ─── Footer ──────────────────────────────────────────────────────────────── */
.footer {
    display: flex;
    justify-content: center;
    gap: 25%;
    align-items: center;
    padding: 15px 15px;
    background: var(--Grey-grey-900, #181818);
    color: #FAF7F5;
}

/* Logo fixed size */
.footer-brand {
    flex: 0 0 auto;
}

/* Contacts: vertical list between logo and button */
.footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.contacts-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.contacts-title {
    color: #FFF;
    text-align: center;

    font-family: bitter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.contacts-link {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}