/* === CABINET D'ORTHODONTIE DES DOCTEURS PRÉVÉ — STYLES === */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --dark-green: #1E5631; --medium-green: #2D6A2F; --light-green: #3A7D3A;
    --gold: #C9A96E; --cream: #FDFAF6; --text-dark: #2C2C2C;
    --text-light: #555555; --border-light: #E8E3DB;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background-color: var(--cream); color: var(--text-dark); line-height: 1.6; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; color: var(--dark-green); margin-bottom: 1rem; }
h1 { font-size: 3.5rem; font-weight: 700; } h2 { font-size: 2.8rem; font-weight: 700; margin-bottom: 1.5rem; }
h3 { font-size: 1.8rem; font-weight: 600; } h4 { font-size: 1.4rem; font-weight: 600; }
a { transition: color 0.3s ease; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 1rem 2rem; display: flex; justify-content: space-between; align-items: center; background: rgba(253, 250, 246, 0.98); box-shadow: 0 4px 20px rgba(30, 86, 49, 0.1); transition: all 0.3s ease; }
nav.transparent { background: rgba(30, 86, 49, 0.55); box-shadow: 0 2px 15px rgba(0,0,0,0.2); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
nav.transparent .nav-logo span { color: white; }
nav.transparent .nav-menu a { color: rgba(255,255,255,0.95); font-weight: 600; text-shadow: 0 1px 3px rgba(0,0,0,0.3); }
nav.transparent .nav-menu a:hover, nav.transparent .nav-menu a.active { color: var(--gold); }
nav.transparent .hamburger span { background: white; }
nav.scrolled { background: rgba(253, 250, 246, 0.98); box-shadow: 0 4px 20px rgba(30, 86, 49, 0.1); padding: 0.8rem 2rem; }
.nav-logo { display: flex; align-items: center; gap: 0.8rem; text-decoration: none; color: var(--dark-green); font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; }
.nav-logo img { width: 66px; height: 66px; border-radius: 50%; object-fit: contain; transition: all 0.3s ease; background: white; box-shadow: 0 0 0 4px white; }
nav.scrolled .nav-logo img { width: 52px; height: 52px; background: transparent; box-shadow: none; }
.nav-menu { display: flex; gap: 2rem; align-items: center; list-style: none; position: absolute; left: 50%; transform: translateX(-50%); }
.nav-menu a { text-decoration: none; color: var(--text-dark); font-weight: 500; font-size: 0.95rem; padding: 0.3rem 0; border-bottom: 2px solid transparent; transition: all 0.3s ease; }
.nav-menu a:hover, .nav-menu a.active { color: var(--gold); border-bottom-color: var(--gold); }
.nav-caducee { width: 45px; height: 45px; object-fit: contain; transition: all 0.3s ease; flex-shrink: 0; }
nav.scrolled .nav-caducee { width: 38px; height: 38px; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 5px; }
.hamburger span { width: 25px; height: 2px; background: var(--dark-green); transition: all 0.3s ease; }
.nav-flags { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-lang-btn { cursor: pointer; width: 38px; height: 38px; border-radius: 50%; overflow: hidden; border: 2.5px solid rgba(255,255,255,0.5); transition: all 0.3s ease; flex-shrink: 0; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.nav-lang-btn:hover { transform: scale(1.12); border-color: var(--gold); box-shadow: 0 4px 14px rgba(0,0,0,0.25); }
.nav-lang-btn img { width: 100%; height: 100%; object-fit: cover; }
nav.scrolled .nav-lang-btn { border-color: rgba(30,86,49,0.3); }

/* HERO */
.hero { position: relative; height: 100vh; overflow: hidden; display: flex; align-items: center; justify-content: center; color: white; }
.hero-slideshow { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.slide { position: absolute; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.2s ease-in-out; }
.slide.active { opacity: 1; }
.hero-overlay { position: absolute; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(30, 86, 49, 0.75) 0%, rgba(30, 86, 49, 0.55) 50%, rgba(201, 169, 110, 0.3) 100%); }
.hero-content { position: relative; z-index: 10; text-align: center; max-width: 900px; padding: 2rem; animation: fadeInUp 1s ease 0.3s both; }
.hero-logos { display: flex; align-items: center; justify-content: center; gap: 2rem; margin-bottom: 2rem; }
.hero-logo-main { width: 130px; height: 130px; border-radius: 50%; object-fit: contain; background: rgba(255,255,255,0.95); padding: 8px; box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.hero-caducee { width: 100px; height: 100px; object-fit: contain; filter: drop-shadow(0 4px 15px rgba(0,0,0,0.3)); }
.hero-content h1 { color: white; font-size: 3rem; margin-bottom: 0.8rem; text-shadow: 2px 2px 8px rgba(0,0,0,0.3); line-height: 1.2; }
.hero-content .tagline { font-size: 1.3rem; color: var(--gold); margin-bottom: 2.5rem; font-weight: 300; text-shadow: 1px 1px 4px rgba(0,0,0,0.3); }
.hero-buttons { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; }
.btn { padding: 1rem 2rem; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 1rem; transition: all 0.3s ease; border: none; cursor: pointer; display: inline-block; }
.btn-primary { background: var(--gold); color: var(--dark-green); border: 2px solid var(--gold); }
.btn-primary:hover { background: transparent; color: var(--gold); transform: translateY(-3px); box-shadow: 0 8px 25px rgba(201, 169, 110, 0.4); }
.btn-secondary { background: transparent; color: white; border: 2px solid white; }
.btn-secondary:hover { background: white; color: var(--dark-green); transform: translateY(-3px); }
.slide-dots { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); display: flex; gap: 0.8rem; z-index: 20; }
.dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.5); cursor: pointer; transition: all 0.3s ease; }
.dot.active { background: var(--gold); transform: scale(1.3); }

/* PAGE HEADER (legacy) */
.page-header { padding: 8rem 2rem 4rem; background: linear-gradient(135deg, var(--dark-green) 0%, var(--medium-green) 100%); color: white; text-align: center; }
.page-header h1 { color: white; font-size: 3rem; margin-bottom: 0.5rem; }
.page-header .subtitle { color: var(--gold); font-size: 1.1rem; font-weight: 300; }

/* INNER PAGE HERO */
.inner-hero { position: relative; height: 55vh; min-height: 380px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.inner-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.04); transition: transform 8s ease; }
.inner-hero:hover .inner-hero-bg { transform: scale(1); }
.inner-hero-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(30,86,49,0.75) 0%, rgba(30,86,49,0.52) 55%, rgba(201,169,110,0.28) 100%); }
.inner-hero-content { position: relative; z-index: 10; text-align: center; padding: 2rem; animation: fadeInUp 0.9s ease 0.2s both; }
.inner-hero-content .hero-eyebrow { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; display: block; }
.inner-hero-content h1 { color: white; font-size: 3.5rem; line-height: 1.2; margin-bottom: 0.7rem; text-shadow: 0 2px 12px rgba(0,0,0,0.25); }
.inner-hero-content .hero-sub { color: rgba(255,255,255,0.88); font-size: 1.25rem; font-weight: 300; margin-top: 0.4rem; }

/* ANIMATIONS */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* SECTIONS */
section { padding: 5rem 2rem; }
.section-container { max-width: 1200px; margin: 0 auto; }
section.alt-bg { background-color: #F5F2ED; }
.section-subtitle { color: var(--gold); font-size: 1rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 0.5rem; }

/* CABINET */
.cabinet-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.cabinet-content p { font-size: 1.05rem; line-height: 1.8; color: var(--text-light); margin-bottom: 1.5rem; }
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2rem; }
.pillar { background: white; padding: 1.5rem; border-radius: 12px; border-left: 4px solid var(--medium-green); box-shadow: 0 2px 12px rgba(30, 86, 49, 0.08); transition: all 0.3s ease; }
.pillar:hover { transform: translateY(-5px); box-shadow: 0 8px 24px rgba(30, 86, 49, 0.15); }
.pillar h4 { color: var(--medium-green); margin-bottom: 0.5rem; }
.pillar p { font-size: 0.95rem; color: var(--text-light); }
.cabinet-image { border-radius: 12px; overflow: hidden; box-shadow: 0 10px 40px rgba(30, 86, 49, 0.2); }
.cabinet-image img { width: 100%; height: auto; display: block; }
/* CABINET PAGE — FEATURE LIST */
.cab-intro-section { background: var(--cream); padding: 5rem 2rem 4rem; }
.cab-intro-inner { max-width: 700px; margin: 0 auto; text-align: center; }
.cab-intro-inner .section-subtitle { display: block; margin-bottom: 0.6rem; }
.cab-intro-inner h2 { margin-bottom: 1.2rem; }
.cab-intro-inner p { font-size: 1.1rem; color: var(--text-light); line-height: 1.8; }
.cab-features-section { background: white; padding: 1rem 2rem 5rem; }
.cab-feat-list { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; }
.cab-feat { display: flex; gap: 1.8rem; align-items: flex-start; padding: 2.2rem 2.5rem 2.2rem 0; border-bottom: 1px solid var(--border-light); }
.cab-feat:nth-child(even) { padding-left: 2.5rem; padding-right: 0; border-left: 1px solid var(--border-light); }
.cab-feat:last-child { border-bottom: none; }
.cab-feat:nth-last-child(2) { border-bottom: none; }
.cab-feat-icon { width: 58px; height: 58px; flex-shrink: 0; background: linear-gradient(135deg, var(--dark-green) 0%, var(--medium-green) 100%); border-radius: 14px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(30,86,49,0.18); }
.cab-feat-icon svg { width: 28px; height: 28px; stroke: white; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cab-feat-body { padding-top: 0.2rem; }
.cab-feat-body h3 { font-size: 1.25rem; margin-bottom: 0.5rem; color: var(--dark-green); }
.cab-feat-body p { font-size: 0.97rem; color: var(--text-light); line-height: 1.75; margin: 0; }
@media (max-width: 768px) {
    .cab-feat-list { grid-template-columns: 1fr; }
    .cab-feat:nth-child(even) { padding-left: 0; border-left: none; }
    .cab-feat:nth-last-child(2) { border-bottom: 1px solid var(--border-light); }
    .cab-feat { padding: 2rem 0; }
}

/* TEAM */
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-bottom: 2rem; }
.team-grid-secondary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.team-card { background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(30, 86, 49, 0.1); transition: all 0.3s ease; text-align: center; padding: 2rem; }
.team-card:hover { transform: translateY(-8px); box-shadow: 0 12px 40px rgba(30, 86, 49, 0.2); }
.team-photo { width: 180px; height: 180px; border-radius: 50%; margin: 0 auto 1.5rem; overflow: hidden; background: white; box-shadow: 0 8px 24px rgba(30, 86, 49, 0.2); }
.team-card.secondary .team-photo { width: 140px; height: 140px; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.team-name { font-size: 1.4rem; color: var(--dark-green); margin-bottom: 0.5rem; }
.team-role { color: var(--gold); font-weight: 600; font-size: 0.95rem; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.08em; }
.team-desc { font-size: 0.9rem; color: var(--text-light); line-height: 1.6; }
.credentials { font-size: 0.85rem; color: var(--text-light); margin-top: 1rem; text-align: left; line-height: 1.6; list-style: none; padding: 0; }
.credentials li { margin-bottom: 0.4rem; padding-left: 1.2rem; position: relative; }
.credentials li::before { content: '•'; position: absolute; left: 0; color: var(--gold); font-weight: bold; }

/* TREATMENTS VISUAL GRID */
.treatments-visual-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 1.5rem; margin-top: 1rem; min-height: calc(100vh - 180px); }
.treatment-visual-card { background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(30,86,49,0.10); transition: all 0.35s ease; display: flex; flex-direction: column; }
.treatment-visual-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(30,86,49,0.18); }
.treatment-visual-img {
    width: 100%; flex: 1; min-height: 180px;
    background-size: cover; background-position: center;
    background-color: #C8DFC8;
    background-image: linear-gradient(135deg, var(--medium-green) 0%, var(--light-green) 100%);
    transition: transform 0.5s ease;
}
.treatment-visual-card:hover .treatment-visual-img { transform: scale(1.04); }
.treatment-visual-body { padding: 1.2rem 1.6rem 1.5rem; flex-shrink: 0; }
.treatment-tag { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); background: rgba(201,169,110,0.12); padding: 0.25rem 0.75rem; border-radius: 20px; margin-bottom: 0.6rem; }
.treatment-visual-body h3 { color: var(--dark-green); font-size: 1.4rem; margin-bottom: 0.5rem; }
.treatment-visual-body p { font-size: 0.9rem; color: var(--text-light); line-height: 1.6; }

/* TIMELINE */
.timeline { position: relative; padding: 2rem 0; }
.timeline::before { content: ''; position: absolute; left: 50%; transform: translateX(-50%); width: 4px; height: 100%; background: linear-gradient(180deg, var(--medium-green) 0%, var(--gold) 100%); border-radius: 2px; }
.timeline-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.timeline-item { position: relative; padding: 2rem; background: white; border-radius: 12px; box-shadow: 0 4px 12px rgba(30, 86, 49, 0.08); }
.timeline-item:nth-child(odd) { text-align: right; padding-right: 3rem; }
.timeline-item:nth-child(even) { text-align: left; padding-left: 3rem; }
.timeline-dot { position: absolute; width: 24px; height: 24px; background: var(--gold); border: 4px solid white; border-radius: 50%; left: 50%; top: 2rem; transform: translateX(-50%); box-shadow: 0 0 0 4px var(--medium-green); }
.timeline-number { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: var(--medium-green); font-weight: 700; margin-bottom: 0.5rem; }
.timeline-item h4 { color: var(--dark-green); margin-bottom: 0.8rem; }
.timeline-item p { font-size: 0.95rem; color: var(--text-light); }

/* PARCOURS TIMELINE HORIZONTAL */
.parcours-timeline {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.2rem;
    position: relative;
    margin-top: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}
.parcours-timeline::before {
    content: '';
    position: absolute;
    top: 52px;
    left: calc(100% / 12);
    right: calc(100% / 12);
    height: 2px;
    background: linear-gradient(90deg, var(--medium-green) 0%, var(--gold) 50%, var(--medium-green) 100%);
    z-index: 0;
}
.parcours-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
}
.parcours-icon-wrap {
    width: 96px;
    height: 96px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 18px rgba(30,86,49,0.14);
    margin-bottom: 1rem;
    flex-shrink: 0;
    border: 2.5px solid rgba(30,86,49,0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.parcours-step:hover .parcours-icon-wrap {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(30,86,49,0.22);
    border-color: var(--gold);
}
.parcours-icon-wrap svg {
    width: 40px;
    height: 40px;
    color: var(--dark-green);
}
.parcours-num {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 28px;
    height: 28px;
    background: var(--gold);
    color: white;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(201,169,110,0.4);
}
.parcours-step h4 {
    color: var(--dark-green);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.3;
}
.parcours-step p {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 50%;
    transform: translateX(-50%) translateY(-6px);
    width: 185px;
    background: white;
    border-radius: 10px;
    padding: 0.9rem 1rem;
    box-shadow: 0 8px 28px rgba(30,86,49,0.18);
    border: 1px solid rgba(30,86,49,0.1);
    font-size: 0.8rem;
    color: var(--text-light);
    line-height: 1.55;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 50;
    text-align: left;
}
.parcours-step:hover p {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* === ENGAGEMENTS DURABLES === */
/* Intro stats */
.eng-intro { background: var(--cream); padding: 5rem 2rem; }
.eng-stats { display: flex; justify-content: center; gap: 5rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.eng-stat { text-align: center; }
.eng-stat-num { display: block; font-family: 'Playfair Display', serif; font-size: 4rem; font-weight: 700; color: var(--dark-green); line-height: 1; }
.eng-stat-label { display: block; font-size: 0.95rem; color: var(--text-light); margin-top: 0.4rem; letter-spacing: 0.05em; text-transform: uppercase; }
.eng-intro-text { max-width: 780px; margin: 0 auto; text-align: center; font-size: 1.1rem; color: var(--text-light); line-height: 1.8; }
.eng-intro-text strong { color: var(--dark-green); }

/* Category sections */
.eng-category { padding: 5rem 2rem; }
.eng-category:nth-child(odd) { background: white; }
.eng-category:nth-child(even) { background: var(--cream); }
.eng-cat-inner { max-width: 1200px; margin: 0 auto; }
.eng-cat-header { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 3rem; padding-bottom: 1.5rem; border-bottom: 2px solid var(--border-light); }
.eng-cat-icon { width: 64px; height: 64px; background: linear-gradient(135deg, var(--dark-green) 0%, var(--medium-green) 100%); border-radius: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.eng-cat-icon svg { width: 34px; height: 34px; stroke: white; fill: none; stroke-width: 1.8; }
.eng-cat-header h2 { font-size: 2rem; margin-bottom: 0.2rem; }
.eng-cat-header p { font-size: 0.95rem; color: var(--text-light); margin: 0; font-family: 'Inter', sans-serif; }
.eng-cat-count { margin-left: auto; background: var(--gold); color: white; font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* Measure cards grid */
.eng-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.eng-card { background: white; border: 1px solid var(--border-light); border-radius: 12px; padding: 1.4rem 1.4rem 1.4rem 1rem; display: flex; gap: 1rem; align-items: flex-start; transition: all 0.25s ease; box-shadow: 0 2px 8px rgba(30,86,49,0.04); }
.eng-category:nth-child(even) .eng-card { background: white; }
.eng-card:hover { border-color: var(--gold); box-shadow: 0 6px 20px rgba(30,86,49,0.1); transform: translateY(-2px); }
.eng-card-icon { width: 42px; height: 42px; background: linear-gradient(135deg, var(--dark-green) 0%, var(--medium-green) 100%); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.eng-card-icon svg { width: 22px; height: 22px; stroke: white; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.eng-card-body h4 { font-size: 0.95rem; font-weight: 600; color: var(--dark-green); margin-bottom: 0.35rem; font-family: 'Inter', sans-serif; }
.eng-card-body p { font-size: 0.83rem; color: var(--text-light); line-height: 1.5; margin: 0; font-style: italic; }

/* Sources */
.eng-sources { background: var(--dark-green); color: white; padding: 4rem 2rem; }
.eng-sources-inner { max-width: 900px; margin: 0 auto; }
.eng-sources h3 { color: var(--gold); margin-bottom: 1.5rem; font-size: 1.3rem; }
.eng-sources ul { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
.eng-sources li { font-size: 0.85rem; color: rgba(255,255,255,0.75); line-height: 1.6; padding-left: 1.2rem; border-left: 2px solid var(--gold); }

/* CONTACT FORM */
.contact-form-section { background: white; }
.contact-form-wrapper { max-width: 780px; margin: 0 auto; }
.contact-form-wrapper h2 { text-align: center; margin-bottom: 0.5rem; }
.contact-form-wrapper .section-subtitle { text-align: center; display: block; margin-bottom: 3rem; }
.contact-form { display: flex; flex-direction: column; gap: 1.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.9rem; font-weight: 600; color: var(--dark-green); font-family: 'Inter', sans-serif; letter-spacing: 0.02em; }
.form-group label .required { color: var(--gold); margin-left: 2px; }
.form-group input, .form-group select, .form-group textarea { font-family: 'Inter', sans-serif; font-size: 0.95rem; color: var(--text-dark); background: #FAFAF8; border: 1.5px solid var(--border-light); border-radius: 10px; padding: 0.85rem 1.1rem; transition: all 0.25s ease; outline: none; width: 100%; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--medium-green); background: white; box-shadow: 0 0 0 3px rgba(45, 106, 47, 0.1); }
.form-group input::placeholder, .form-group textarea::placeholder { color: #AAAAAA; }
.form-group textarea { resize: vertical; min-height: 140px; }
.form-radio-group { display: flex; gap: 1.5rem; align-items: center; padding-top: 0.3rem; }
.form-radio-group label { display: flex; align-items: center; gap: 0.5rem; font-size: 0.95rem; font-weight: 400; color: var(--text-dark); cursor: pointer; }
.form-radio-group input[type="radio"] { width: 18px; height: 18px; accent-color: var(--medium-green); cursor: pointer; }
.form-file-wrapper { position: relative; }
.form-file-wrapper input[type="file"] { font-size: 0.88rem; padding: 0.7rem 1rem; cursor: pointer; }
.form-file-info { font-size: 0.8rem; color: var(--text-light); margin-top: 0.3rem; }
.form-submit { text-align: center; margin-top: 0.5rem; }
.form-submit .btn { padding: 1rem 3rem; font-size: 1rem; }
.form-note { font-size: 0.8rem; color: var(--text-light); margin-top: 1rem; text-align: center; }

/* FAQ */
.faq-container { max-width: 800px; margin: 0 auto; }
.faq-item { background: white; border-radius: 8px; margin-bottom: 1rem; overflow: hidden; box-shadow: 0 2px 8px rgba(30, 86, 49, 0.08); }
.faq-question { padding: 1.5rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: white; border: none; width: 100%; font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 600; color: var(--dark-green); transition: all 0.3s ease; }
.faq-question:hover { background: #F5F2ED; color: var(--medium-green); }
.faq-toggle { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; color: var(--gold); transition: transform 0.3s ease; font-weight: bold; }
.faq-question.active .faq-toggle { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-answer.active { max-height: 500px; padding: 0 1.5rem 1.5rem; }
.faq-answer p { font-size: 0.95rem; color: var(--text-light); line-height: 1.7; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.contact-info h3 { margin-bottom: 1.5rem; }
.info-block { margin-bottom: 2rem; }
.info-block h4 { color: var(--medium-green); font-size: 1.1rem; margin-bottom: 0.8rem; }
.info-block p { font-size: 0.95rem; color: var(--text-light); line-height: 1.6; }
.contact-link { color: var(--medium-green); text-decoration: none; font-weight: 500; }
.contact-link:hover { color: var(--gold); }
.hours-table { width: 100%; margin: 1rem 0; border-collapse: collapse; font-size: 0.9rem; }
.hours-table th, .hours-table td { padding: 0.8rem; text-align: left; border-bottom: 1px solid var(--border-light); }
.hours-table th { background: #F5F2ED; font-weight: 600; color: var(--dark-green); }
.hours-table td { color: var(--text-light); }
.access-info { margin-top: 1.5rem; }
.access-item { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1rem; }
.access-icon { width: 40px; height: 40px; background: linear-gradient(135deg, var(--medium-green) 0%, var(--light-green) 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.access-icon svg { width: 22px; height: 22px; stroke: white; fill: none; stroke-width: 2; }
.access-text h5 { color: var(--dark-green); margin-bottom: 0.2rem; font-size: 0.95rem; }
.access-text p { font-size: 0.85rem; color: var(--text-light); }
.map-container { border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(30, 86, 49, 0.15); height: 400px; }
.map-container iframe { width: 100%; height: 100%; border: none; }

/* FOOTER */
footer { background: var(--dark-green); color: white; padding: 3rem 0; }
.footer-content { display: grid; grid-template-columns: 2fr 1fr auto; align-items: stretch; gap: 3rem; margin-bottom: 2rem; padding: 0 6rem; }
.footer-badge { display: flex; justify-content: center; align-items: center; }
.footer-badge img { height: 100%; width: auto; max-width: 130px; object-fit: contain; opacity: 0.92; }
.footer-section h5 { color: white; margin-bottom: 1.2rem; font-size: 1rem; font-weight: 700; letter-spacing: 0.03em; }
.footer-section ul { list-style: none; }
.footer-section ul li { margin-bottom: 0.65rem; color: rgba(255,255,255,0.8); font-size: 0.9rem; }
.footer-section a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.9rem; transition: color 0.3s ease; }
.footer-section a:hover { color: var(--gold); }
/* Paired block: spans 2 columns of parent, uses same column-gap internally */
.footer-paired { display: grid; grid-template-columns: 1fr 1fr; column-gap: 3rem; row-gap: 1.1rem; align-items: center; }
.footer-paired > h5 { color: white; font-size: 1rem; font-weight: 700; letter-spacing: 0.03em; margin-bottom: 0.1rem; align-self: end; }
.footer-transport-item { display: flex; align-items: flex-start; gap: 0.7rem; }
.footer-transport-item .ft-icon { font-size: 1.1rem; line-height: 1.4; flex-shrink: 0; }
.footer-transport-item strong { display: block; color: white; font-size: 0.92rem; font-weight: 600; line-height: 1.3; }
.footer-transport-item span { display: block; color: rgba(255,255,255,0.6); font-size: 0.82rem; margin-top: 0.1rem; }
.footer-contact-item { color: rgba(255,255,255,0.8); font-size: 0.9rem; display: flex; align-items: center; gap: 0.3em; }
.footer-contact-item a { color: rgba(255,255,255,0.8); text-decoration: none; transition: color 0.3s; }
.footer-contact-item a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 2rem; margin: 0 5%; font-size: 0.9rem; color: rgba(255,255,255,0.8); text-align: center; }
.footer-hours li.today { color: var(--gold); font-weight: 700; }

/* RESPONSIVE */
@media (max-width: 768px) {
    h1 { font-size: 2.5rem; } h2 { font-size: 2rem; } h3 { font-size: 1.5rem; }
    nav { padding: 0.8rem 1rem; }
    .nav-menu { display: none; position: fixed; top: 0; right: -100%; width: 75%; height: 100vh; background: var(--cream); flex-direction: column; justify-content: center; align-items: center; gap: 2rem; transition: right 0.3s ease; box-shadow: -4px 0 20px rgba(0,0,0,0.1); }
    .nav-menu.open { display: flex; right: 0; }
    .hamburger { display: flex; }
    .hero-content h1 { font-size: 2rem; } .hero-content .tagline { font-size: 1rem; }
    .hero-logos { gap: 1rem; } .hero-logo-main { width: 90px; height: 90px; } .hero-caducee { width: 70px; height: 70px; }
    .cabinet-grid, .contact-grid { grid-template-columns: 1fr; }
    .team-grid, .team-grid-secondary { grid-template-columns: 1fr; }
    .treatments-visual-grid, .timeline-grid { grid-template-columns: 1fr; }
    .treatment-visual-img { height: 200px; }
    .timeline::before { left: 0; }
    .timeline-item { margin-left: 0 !important; margin-right: 0 !important; padding-left: 2rem !important; text-align: left !important; }
    .timeline-dot { left: 0; }
    .parcours-timeline { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
    .parcours-timeline::before { display: none; }
    .eco-pillars, .pillars { grid-template-columns: 1fr; }
    .eng-grid { grid-template-columns: repeat(2, 1fr); }
    .eng-stats { gap: 2.5rem; }
    .footer-content { grid-template-columns: 1fr; text-align: center; }
    .page-header h1 { font-size: 2.2rem; }
}
