/*
Theme Name: Equidimora Home Lite Premium Horse Head
Theme URI: https://example.com/equidimora
Author: OpenAI
Description: Tema WordPress custom per Equidimora con home sintetica, menu premium e logo nel menu.
Version: 1.3.3
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: equidimora
*/

:root {
    --terracotta: #A0623B;
    --terracotta-dark: #7A4A2B;
    --terracotta-deeper: #5C3720;
    --cream: #FDF5ED;
    --ivory: #F5E6D3;
    --gold: #D4A574;
    --gold-light: #E8C9A0;
    --dark: #2C1810;
    --text-dark: #3D2317;
    --text-light: #FDF5ED;
    --white: #FFFFFF;
    --shadow: rgba(44, 24, 16, 0.15);
    --shadow-strong: rgba(44, 24, 16, 0.3);
    --max-width: 1100px;
    --radius-lg: 20px;
    --radius-md: 16px;
    --radius-sm: 12px;
    --transition: all 0.35s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Lato', sans-serif;
    color: var(--text-dark);
    background-color: var(--cream);
    overflow-x: hidden;
    line-height: 1.6;
}

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

a {
    color: var(--terracotta);
}

.site-main {
    min-height: 60vh;
}

.container,
.section-container,
.site-footer__container,
.site-header__container {
    width: min(var(--max-width), calc(100% - 3rem));
    margin-inline: auto;
}

section,
.page-section {
    padding: 100px 0;
}

.section-label {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--terracotta);
    margin-bottom: 1rem;
    font-weight: 700;
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    color: var(--terracotta-dark);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}

.section-title .accent,
.page-hero__title .accent,
.hero-title .accent,
.hero-name .accent,
.cta-title .accent {
    font-style: italic;
    color: var(--terracotta);
}

.section-divider {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, var(--terracotta), var(--gold));
    margin-bottom: 2rem;
}

.section-divider.center {
    margin-inline: auto;
}

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

.text-center .section-divider {
    margin-inline: auto;
}

.page-hero {
    padding: 170px 0 80px;
    background: linear-gradient(135deg, var(--terracotta-deeper) 0%, var(--terracotta) 45%, var(--terracotta-dark) 100%);
    color: var(--cream);
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(212, 165, 116, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(245, 230, 211, 0.08) 0%, transparent 40%);
}

.page-hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.page-hero__eyebrow {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 999px;
    background: rgba(212, 165, 116, 0.18);
    border: 1px solid rgba(212, 165, 116, 0.3);
    color: var(--gold-light);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 1.2rem;
}

.page-hero__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.8rem, 6vw, 4.6rem);
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    font-weight: 400;
}

.page-hero__text {
    font-size: 1.08rem;
    color: rgba(253, 245, 237, 0.85);
    max-width: 680px;
    line-height: 1.9;
}

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(212, 165, 116, 0.3);
    transition: var(--transition);
}

.site-header.is-scrolled {
    background: rgba(92, 55, 32, 0.92);
    box-shadow: 0 4px 30px var(--shadow-strong);
}

.site-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.site-branding a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--cream);
    text-decoration: none;
    letter-spacing: 2px;
    display: inline-flex;
    align-items: center;
}


.site-header {
    background: rgba(122, 74, 43, 0.78);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.site-header__container {
    min-height: 86px;
}

.site-branding a {
    background: rgba(253, 245, 237, 0.1);
    border: 1px solid rgba(232, 201, 160, 0.26);
    padding: 8px 12px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(44, 24, 16, 0.18);
}

.site-branding img {
    width: 168px;
    max-width: 42vw;
    border-radius: 10px;
    display: block;
}

.site-navigation {
    background: rgba(253, 245, 237, 0.08);
    border: 1px solid rgba(232, 201, 160, 0.2);
    border-radius: 999px;
    padding: 0.35rem 1rem;
    box-shadow: 0 12px 30px rgba(44, 24, 16, 0.14);
}

.primary-menu {
    gap: 1.15rem;
}

.primary-menu a {
    font-size: 0.82rem;
    letter-spacing: 1.2px;
}

.menu-item--cta a {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    box-shadow: 0 8px 24px rgba(212, 165, 116, 0.22);
}

.hero-mark {
    width: 126px;
    margin: 0 auto 1rem;
    opacity: 0.96;
}

.hero-mark img {
    width: 100%;
    height: auto;
    display: block;
    image-rendering: -webkit-optimize-contrast;
}


.site-branding span {
    color: var(--gold-light);
}

.primary-menu {
    list-style: none;
    display: flex;
    align-items: center;
}

.primary-menu a {
    color: var(--cream);
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding: 10px 2px;
    transition: color 0.3s ease;
}

.primary-menu a::after {
    content: '';
    position: absolute;
    inset: auto auto 0 0;
    width: 0;
    height: 1.5px;
    background: var(--gold-light);
    transition: width 0.3s ease;
}

.primary-menu a:hover::after,
.primary-menu .current-menu-item > a::after,
.primary-menu .current_page_item > a::after {
    width: 100%;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
    color: var(--gold-light);
}

.menu-item--cta a {
    background: var(--gold);
    color: var(--dark);
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

.menu-item--cta a::after {
    display: none;
}

.menu-item--cta a:hover {
    background: var(--gold-light);
    color: var(--dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.35);
}

.menu-toggle {
    display: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.menu-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    background: var(--cream);
    transition: var(--transition);
}

.hero {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--terracotta-deeper) 0%, var(--terracotta) 40%, var(--terracotta-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 120px 0 60px;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(212, 165, 116, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(245, 230, 211, 0.08) 0%, transparent 40%),
        radial-gradient(ellipse at 60% 80%, rgba(122, 74, 43, 0.3) 0%, transparent 50%);
    z-index: 1;
}

.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(212, 165, 116, 0.3);
    border-radius: 50%;
    animation: float-particle 15s infinite ease-in-out;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    text-align: center;
}

.hero-badge,
.badge {
    display: inline-block;
    background: rgba(212, 165, 116, 0.2);
    border: 1px solid rgba(212, 165, 116, 0.4);
    padding: 8px 24px;
    border-radius: 30px;
    color: var(--gold-light);
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.hero-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    display: block;
}

.hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 7vw, 5.5rem);
    color: var(--cream);
    font-weight: 300;
    letter-spacing: 6px;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

.hero-divider {
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
    margin: 1.5rem auto;
}

.hero-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    color: var(--gold-light);
    margin-bottom: 1rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 400;
}

.hero-titles {
    color: var(--gold-light);
    font-size: 0.95rem;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.hero-text {
    font-size: 1.15rem;
    color: rgba(253, 245, 237, 0.85);
    max-width: 650px;
    margin: 0 auto 2.5rem;
    line-height: 1.8;
    font-weight: 300;
}

.hero-buttons,
.cta-buttons,
.button-row {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary,
.btn-service,
.btn-submit,
.wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    transition: var(--transition);
    cursor: pointer;
}

.btn-primary,
.wp-block-button__link {
    background: var(--gold);
    color: var(--dark);
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 2px solid var(--gold);
}

.btn-primary:hover,
.wp-block-button__link:hover {
    background: var(--gold-light);
    border-color: var(--gold-light);
    color: var(--dark);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(212, 165, 116, 0.35);
}

.btn-secondary {
    background: transparent;
    color: var(--cream);
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 0.95rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 1.5px solid rgba(253, 245, 237, 0.4);
}

.btn-secondary:hover {
    border-color: var(--gold-light);
    color: var(--gold-light);
    background: rgba(212, 165, 116, 0.1);
    transform: translateY(-3px);
}


.btn-secondary--dark {
    color: var(--terracotta-dark);
    border-color: rgba(160, 98, 59, 0.35);
}

.btn-secondary--dark:hover {
    color: var(--terracotta-dark);
    border-color: var(--terracotta);
    background: rgba(160, 98, 59, 0.08);
}


.hero-scroll {
    position: absolute;
    bottom: 30px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    z-index: 2;
    animation: bounce 2s infinite;
}

.hero-scroll a {
    color: var(--gold-light);
    text-decoration: none;
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, var(--gold-light), transparent);
}

.intro,
.about,
.services,
.faq {
    background: var(--cream);
}

.intro-grid,
.about-grid,
.contact-grid,
.split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.intro-image,
.about-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-image {
    aspect-ratio: 4/5;
}

.about-image {
    width: 100%;
    aspect-ratio: 3/4;
    background: linear-gradient(135deg, var(--terracotta-dark) 0%, var(--terracotta) 50%, var(--gold) 100%);
}

.intro-image::before,
.about-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 70%, rgba(212, 165, 116, 0.3) 0%, transparent 60%);
}

.intro-image::after {
    content: '';
    position: absolute;
    inset: -5px;
    border: 1px solid var(--gold);
    border-radius: 24px;
    z-index: -1;
}

.intro-image-content,
.about-image-content {
    text-align: center;
    padding: 2rem;
    color: var(--cream);
    position: relative;
    z-index: 1;
}

.horse-icon {
    font-size: 5rem;
    margin-bottom: 1rem;
    display: block;
}

.silhouette {
    font-size: 6rem;
    display: block;
    margin-bottom: 1rem;
}

.name-display {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: var(--cream);
    letter-spacing: 3px;
}

.intro-image-content p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.6;
    color: var(--gold-light);
}

.content-copy p,
.intro-text p,
.about-text p,
.page-content p,
.contact-info > p,
.card-copy {
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--text-dark);
    margin-bottom: 1.4rem;
    font-weight: 300;
}

.pain-points,
.service-features,
.contact-details,
.footer-menu {
    list-style: none;
}

.pain-points li,
.service-features li,
.contact-details li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.pain-points li {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.pain-points .icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: var(--terracotta);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cream);
    font-size: 0.8rem;
    margin-top: 2px;
}

.education,
.cta-section {
    background: linear-gradient(135deg, var(--terracotta-deeper) 0%, var(--terracotta-dark) 100%);
    color: var(--cream);
    position: relative;
    overflow: hidden;
}

.education::before,
.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 50%, rgba(212, 165, 116, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 50%, rgba(245, 230, 211, 0.05) 0%, transparent 40%);
}

.education .section-label,
.benefits .section-label {
    color: var(--gold-light);
}

.education .section-title,
.benefits .section-title,
.cta-title {
    color: var(--cream);
}

.education .section-title .accent,
.benefits .section-title .accent {
    color: var(--gold-light);
}

.education .section-divider,
.benefits .section-divider {
    background: linear-gradient(90deg, var(--gold-light), transparent);
}

.education-intro,
.cta-copy {
    max-width: 800px;
    font-size: 1.12rem;
    line-height: 1.9;
    color: rgba(253, 245, 237, 0.82);
    margin-bottom: 3rem;
    font-weight: 300;
}

.education-cards,
.services-grid,
.testimonials-grid,
.overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.edu-card,
.service-card,
.testimonial-card,
.overview-card {
    border-radius: 20px;
    overflow: hidden;
    transition: var(--transition);
}

.edu-card {
    background: rgba(253, 245, 237, 0.06);
    border: 1px solid rgba(212, 165, 116, 0.2);
    padding: 2.5rem 2rem;
    position: relative;
}

.edu-card:hover {
    background: rgba(253, 245, 237, 0.1);
    border-color: rgba(212, 165, 116, 0.4);
    transform: translateY(-5px);
}

.edu-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    opacity: 0;
    transition: var(--transition);
}

.edu-card:hover::before {
    opacity: 1;
}

.edu-card .card-icon,
.service-header .service-icon {
    font-size: 2.8rem;
    display: block;
    margin-bottom: 1rem;
}

.edu-card h3,
.step h3,
.service-header h3,
.benefit-text h3,
.footer-title {
    font-family: 'Cormorant Garamond', serif;
}

.edu-card h3 {
    font-size: 1.5rem;
    color: var(--cream);
    margin-bottom: 1rem;
    font-weight: 500;
}

.edu-card p {
    color: rgba(253, 245, 237, 0.7);
    font-size: 0.95rem;
    line-height: 1.8;
    font-weight: 300;
}

.process {
    background: var(--ivory);
}

.process-text-center,
.services-text-center,
.testimonials-text-center,
.faq-text-center,
.benefits-text-center {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 4rem;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    position: relative;
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), var(--gold), transparent);
    z-index: 0;
}

.step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.step-number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--terracotta), var(--terracotta-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 25px var(--shadow);
}

.step-number span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    color: var(--cream);
    font-weight: 500;
}

.step h3 {
    font-size: 1.3rem;
    color: var(--terracotta-dark);
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.step p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--text-dark);
    font-weight: 300;
}

.service-card,
.testimonial-card,
.overview-card,
.contact-form-area,
.faq-item,
.stat-box {
    background: var(--white);
    box-shadow: 0 10px 40px var(--shadow);
}

.service-card:hover,
.testimonial-card:hover,
.overview-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 54px var(--shadow-strong);
}

.service-card.featured {
    border: 2px solid var(--gold);
    position: relative;
}

.service-badge {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--gold);
    color: var(--dark);
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    z-index: 2;
}

.service-header {
    background: linear-gradient(135deg, var(--terracotta), var(--terracotta-dark));
    padding: 2.5rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.service-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(212, 165, 116, 0.15) 0%, transparent 70%);
}

.service-header h3 {
    font-size: 1.6rem;
    color: var(--cream);
    font-weight: 500;
    position: relative;
}

.service-body {
    padding: 2rem;
}

.service-body p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.service-features li {
    padding: 8px 0;
    font-size: 0.9rem;
    color: var(--text-dark);
    border-bottom: 1px solid var(--ivory);
    align-items: center;
}

.service-features li:last-child {
    border-bottom: 0;
}

.check {
    color: var(--terracotta);
    font-weight: 700;
    font-size: 1rem;
}

.service-price {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid var(--ivory);
}

.price {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    color: var(--terracotta-dark);
    font-weight: 600;
}

.price-note {
    display: block;
    font-size: 0.85rem;
    color: var(--gold);
    margin-bottom: 0.6rem;
}

.btn-service {
    width: 100%;
    margin-top: 1rem;
    background: linear-gradient(135deg, var(--terracotta), var(--terracotta-dark));
    color: var(--cream);
    padding: 14px 24px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-service:hover,
.btn-submit:hover {
    background: linear-gradient(135deg, var(--terracotta-dark), var(--terracotta-deeper));
    transform: translateY(-2px);
    color: var(--cream);
}

.overview-card {
    padding: 2rem;
    text-decoration: none;
    color: inherit;
}

.overview-card__icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}

.overview-card h3 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--terracotta-dark);
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
}

.overview-card p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--text-dark);
}

.benefits {
    background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
    color: var(--cream);
    position: relative;
    overflow: hidden;
}

.benefits::before {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 200px;
    background: linear-gradient(to top, rgba(92, 55, 32, 0.5), transparent);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.benefit-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 2rem;
    background: rgba(253, 245, 237, 0.06);
    border: 1px solid rgba(212, 165, 116, 0.15);
    border-radius: 16px;
    transition: var(--transition);
}

.benefit-item:hover {
    background: rgba(253, 245, 237, 0.1);
    border-color: rgba(212, 165, 116, 0.3);
    transform: translateX(5px);
}

.benefit-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: rgba(212, 165, 116, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.benefit-text h3 {
    font-size: 1.3rem;
    color: var(--cream);
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.benefit-text p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(253, 245, 237, 0.7);
    font-weight: 300;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: -60px;
    position: relative;
    z-index: 2;
    padding: 0 1rem;
}

.stat-box {
    border-radius: 16px;
    padding: 1.5rem 1rem;
    text-align: center;
}

.stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: var(--terracotta);
    font-weight: 600;
    line-height: 1;
}

.stat-label {
    font-size: 0.75rem;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

.about-credentials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: 2rem 0;
}

.credential-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ivory);
    border: 1px solid var(--gold);
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 0.85rem;
    color: var(--terracotta-dark);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.testimonials {
    background: var(--ivory);
}

.testimonial-card {
    padding: 2.5rem 2rem;
    position: relative;
}

.quote-icon {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    color: var(--gold);
    opacity: 0.4;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stars {
    color: var(--gold);
    font-size: 0.9rem;
    margin-bottom: 1rem;
    letter-spacing: 3px;
}

.testimonial-card p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--text-dark);
    font-weight: 300;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid var(--ivory);
    padding-top: 1.2rem;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--terracotta), var(--gold));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cream);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 600;
}

.author-name {
    display: block;
    font-weight: 700;
    color: var(--terracotta-dark);
    font-size: 0.95rem;
}

.author-role {
    font-size: 0.8rem;
    color: var(--gold);
}

.faq-list {
    max-width: 820px;
    margin: 0 auto;
}

.faq-item {
    border-radius: 16px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: var(--transition);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    transition: var(--transition);
}

.faq-question:hover {
    background: var(--ivory);
}

.faq-question h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    color: var(--terracotta-dark);
    font-weight: 600;
}

.faq-toggle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--terracotta);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cream);
    font-size: 1.3rem;
    flex-shrink: 0;
    transition: var(--transition);
}

.faq-item.active .faq-toggle {
    background: var(--terracotta-dark);
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 400px;
    padding: 0 2rem 1.5rem;
}

.faq-answer p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--text-dark);
    font-weight: 300;
}

.cta-section {
    padding: 120px 0;
    text-align: center;
}

.cta-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
}

.cta-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: block;
}

.cta-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.3;
}

.cta-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: var(--gold-light);
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin-top: 2rem;
}

.cta-phone a {
    color: var(--gold-light);
    text-decoration: none;
}

.contact {
    background: var(--ivory);
}

.contact-form-area {
    border-radius: 20px;
    padding: 3rem;
}

.contact-form-area h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    color: var(--terracotta-dark);
    margin-bottom: 0.5rem;
}

.form-subtitle {
    font-size: 0.9rem;
    color: var(--gold);
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 14px 18px;
    border: 1.5px solid var(--ivory);
    border-radius: 12px;
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    color: var(--text-dark);
    background: var(--cream);
    transition: var(--transition);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--terracotta);
    box-shadow: 0 0 0 3px rgba(160, 98, 59, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.btn-submit {
    width: 100%;
    background: linear-gradient(135deg, var(--terracotta), var(--terracotta-dark));
    color: var(--cream);
    padding: 16px 32px;
    border: 0;
    border-radius: 12px;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.form-privacy {
    font-size: 0.8rem;
    color: var(--gold);
    margin-top: 1rem;
    line-height: 1.6;
}

.contact-details li {
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(212, 165, 116, 0.2);
    align-items: center;
}

.contact-details li:last-child {
    border-bottom: 0;
}

.detail-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--terracotta), var(--terracotta-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.detail-label {
    display: block;
    font-size: 0.8rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.detail-value,
.detail-value a {
    font-size: 1.05rem;
    color: var(--terracotta-dark);
    font-weight: 600;
    text-decoration: none;
}

.notice {
    padding: 1rem 1.25rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.notice--success {
    background: #e7f7ec;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.notice--error {
    background: #fbeaea;
    color: #7c1f1f;
    border: 1px solid #f5c6cb;
}

.site-footer {
    background: var(--dark);
    color: var(--cream);
    padding: 60px 0 30px;
}

.site-footer__main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(212, 165, 116, 0.15);
}

.site-footer__brand h3,
.footer-title {
    font-family: 'Cormorant Garamond', serif;
    color: var(--cream);
}

.site-footer__brand h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.site-footer__brand p,
.site-footer a,
.site-footer__bottom {
    color: rgba(253, 245, 237, 0.65);
}

.site-footer__brand p {
    font-size: 0.9rem;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.site-footer a {
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--gold-light);
}

.footer-title {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.footer-menu li {
    margin-bottom: 0.8rem;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(212, 165, 116, 0.15);
    border: 1px solid rgba(212, 165, 116, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-light);
    text-decoration: none;
    font-size: 1rem;
    transition: var(--transition);
}

.social-link:hover {
    background: var(--terracotta);
    border-color: var(--terracotta);
    transform: translateY(-3px);
    color: var(--cream);
}

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    font-size: 0.8rem;
    gap: 1rem;
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    text-decoration: none;
    box-shadow: 0 5px 25px rgba(37, 211, 102, 0.4);
    transition: var(--transition);
    animation: pulse-whatsapp 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 35px rgba(37, 211, 102, 0.5);
    color: white;
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
}

@keyframes float-particle {
    0%, 100% { transform: translateY(0) translateX(0); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    50% { transform: translateY(-200px) translateX(50px); }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

@keyframes pulse-whatsapp {
    0% { box-shadow: 0 5px 25px rgba(37, 211, 102, 0.4); }
    50% { box-shadow: 0 5px 25px rgba(37, 211, 102, 0.6), 0 0 0 10px rgba(37, 211, 102, 0.1); }
    100% { box-shadow: 0 5px 25px rgba(37, 211, 102, 0.4); }
}

@media (max-width: 1024px) {
    .education-cards,
    .services-grid,
    .testimonials-grid,
    .overview-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .process-steps::before {
        display: none;
    }
}

@media (max-width: 820px) {
    .menu-toggle {
        display: flex;
    }

    .site-navigation {
        position: fixed;
        top: 75px;
        left: 0;
        right: 0;
        background: rgba(92, 55, 32, 0.98);
        backdrop-filter: blur(20px);
        transform: translateY(-120%);
        opacity: 0;
        pointer-events: none;
        transition: var(--transition);
        padding: 1.5rem;
    }

    .site-navigation.is-open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }

    .primary-menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .intro-grid,
    .about-grid,
    .contact-grid,
    .split-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .benefits-grid,
    .education-cards,
    .services-grid,
    .testimonials-grid,
    .overview-grid,
    .site-footer__main {
        grid-template-columns: 1fr;
    }

    .about-stats {
        margin-top: -40px;
    }

    .site-footer__bottom {
        flex-direction: column;
        text-align: center;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .hero-title {
        letter-spacing: 3px;
    }

    section,
    .page-section {
        padding: 75px 0;
    }

    .page-hero {
        padding: 145px 0 70px;
    }
}

@media (max-width: 480px) {
    .process-steps,
    .about-stats {
        grid-template-columns: 1fr;
    }

    .hero-buttons,
    .cta-buttons,
    .button-row {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-primary,
    .btn-secondary,
    .btn-service {
        width: 100%;
    }

    .contact-form-area {
        padding: 2rem 1.25rem;
    }

    .whatsapp-float {
        right: 18px;
        bottom: 18px;
    }
}


/* === 1.3 CONTRAST FIXES === */

body { color: #2b1c12; background: #fdf5ed; }
p, li, .page-content p, .entry-content p, .entry-content li, .section-text, .service-card p, .testimonial-card p, .faq-answer p, .contact-copy p { color: #2f2218; }
h1, h2, h3, h4, h5, h6, .section-title, .page-hero__title, .hero-title, .service-card h3, .testimonial-card h3, .faq-question, .faq-question h3 { color: #5c3720; }
.site-header, .site-header.is-scrolled { background: rgba(92, 55, 32, 0.98); }
.site-branding a, .primary-menu a, .mobile-toggle { color: #fdf5ed; }
.primary-menu a:hover, .primary-menu .current-menu-item > a, .primary-menu .current_page_item > a { color: #f3d6b2; }
.hero, .page-hero, .education, .benefits, .cta-section, .site-footer { color: #fdf5ed; }
.hero p, .page-hero__text, .education p, .benefits p, .cta-section p, .site-footer p, .site-footer li, .site-footer a, .site-footer__bottom { color: rgba(253,245,237,.92); }
.hero h1, .hero-subtitle, .hero-titles, .education .section-title, .benefits .section-title, .cta-title, .site-footer h3, .site-footer h4 { color: #fffaf4; }
.hero .accent, .page-hero__title .accent, .education .accent, .benefits .accent, .cta-title .accent, .site-footer a:hover { color: #f0cfaa; }
.intro, .services, .about, .faq, .contact, .testimonials, .process { background-color: #fdf5ed; }
.process, .testimonials, .contact { background-color: #f7ede2; }
.service-card, .testimonial-card, .faq-item, .contact-form, .contact-form-area, .stat-box, .benefit-item { background: #ffffff; }
.service-card p, .testimonial-card p, .faq-answer p, .stat-box .stat-label, .benefit-item p, .contact-form-area p { color: #342418; }
.service-header h3, .service-header .service-icon, .benefits .benefit-item h3 { color: #fffaf4; }
.section-label, .detail-label, .author-role, .price-note, .form-subtitle { color: #9a633d; }
input, textarea, select { color: #2f2218; background: #fffdf9; border-color: #dfc4ab; }
input::placeholder, textarea::placeholder { color: #7a685b; opacity: 1; }
.btn-primary, .btn-service, .btn-submit, .menu-item--cta a { background: #d4a574; color: #2c1810; border-color: #d4a574; }
.btn-primary:hover, .btn-service:hover, .btn-submit:hover, .menu-item--cta a:hover { background: #e8c9a0; color: #2c1810; }
.btn-secondary { color: #fdf5ed; border-color: rgba(253,245,237,.65); }
.btn-secondary:hover { color: #fffaf4; border-color: #f0cfaa; background: rgba(255,255,255,.08); }


.home-intro {
    background: var(--cream);
}

.home-intro__grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 3rem;
    align-items: center;
}

.home-intro__text p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--text-dark);
    margin-bottom: 1.2rem;
    font-weight: 300;
}

.home-intro__card {
    background: linear-gradient(135deg, var(--terracotta-deeper) 0%, var(--terracotta-dark) 100%);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    color: var(--cream);
    box-shadow: 0 15px 45px var(--shadow);
    position: relative;
    overflow: hidden;
}

.home-intro__card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(212, 165, 116, 0.2), transparent 45%);
}

.home-intro__card > * { position: relative; z-index: 1; }

.home-intro__card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: var(--cream);
    margin-bottom: 1rem;
}

.home-intro__card-text {
    color: rgba(253,245,237,.85);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.home-links {
    background: var(--ivory);
}

.home-links__lead {
    max-width: 760px;
    margin: 0 auto 3rem;
    text-align: center;
}

.home-links__lead p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-dark);
    font-weight: 300;
}

.home-links__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.home-link-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: 0 10px 30px var(--shadow);
    transition: var(--transition);
    text-decoration: none;
}

.home-link-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px var(--shadow-strong);
}

.home-link-card__eyebrow {
    display: inline-block;
    margin-bottom: .75rem;
    font-size: .78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--terracotta);
    font-weight: 700;
}

.home-link-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.7rem;
    color: var(--terracotta-dark);
    margin-bottom: .75rem;
    font-weight: 600;
}

.home-link-card p {
    color: var(--text-dark);
    line-height: 1.8;
    font-size: .95rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.home-link-card__cta {
    color: var(--terracotta);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: .82rem;
}

.home-cta-simple {
    background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
    color: var(--cream);
    text-align: center;
}

.home-cta-simple p {
    max-width: 700px;
    margin: 0 auto 2rem;
    color: rgba(253,245,237,.88);
    line-height: 1.9;
}

.home-cta-simple .section-label,
.home-cta-simple .section-title,
.home-cta-simple .section-title .accent {
    color: var(--cream);
}

.home-cta-simple .section-divider {
    margin-inline: auto;
    background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
}

@media (max-width: 900px) {
    .home-intro__grid,
    .home-links__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
  .site-header__container { min-height: 78px; }
  .site-branding a { padding: 6px 10px; border-radius: 14px; }
  .site-branding img { width: 140px; }
  .site-navigation { background: transparent; border: 0; box-shadow: none; padding: 0; }
}

@media (max-width: 768px) {
  .hero-mark { width: 92px; margin-bottom: 0.8rem; }
}
