.tdah-page {
  --navy:#163d6c; --navy-2:#0f2c50; --navy-soft:#3f5680;
  --blue:#4f78ab; --blue-soft:#5189cd;
  --coral:#ed8d73; --coral-2:#e07555; --coral-soft:#f4b6a6;
  --green:#b2ceae; --rose:#f5d8d2; --peau:#faebe6; --sable:#eadaca; --cyan:#79bad7; --ciel:#acd3e5;
  --ink:#33425c; --ink-soft:#5d6a82; --ink-faint:#94a0b4;
  --paper:#ffffff; --page:#ffffff; --cream:#f7f8fa; --mist:#f7f8fa; --nuage:#f7f8fa;
  --rule:#e7e7e1; --rule-2:#eef0ea; --tag-border:#d4d4cb; --tick:#163d6c; --gold:#bfa14a;
  --serif:"Fraunces", Georgia, serif;
  --sans:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --ui:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --display:"PP Eiko", "Fraunces", Georgia, serif;
}
.tdah-page .kicker { font-family:var(--ui); color:var(--coral-2); font-weight:700; letter-spacing:.18em; }
.tdah-page .btn { font-family:var(--ui); }

/* Bandeau « nouvelle image de marque » */
.tdah-page .rebrand { background:var(--navy); color:#fff; }
.tdah-page .rebrand__in { max-width:1180px; margin:0 auto; padding:11px 40px; display:flex; align-items:center; justify-content:center; gap:14px; }
.tdah-page .rebrand__mark { height:26px; width:auto; flex:none; }
.tdah-page .rebrand__txt { margin:0; font-family:var(--ui); font-size:13.5px; line-height:1.45; color:rgba(255,255,255,.82); text-align:center; }
.tdah-page .rebrand__txt strong { color:#fff; font-weight:700; }
@media (max-width:620px){ .tdah-page .rebrand__in { padding:9px 18px; gap:10px; } .tdah-page .rebrand__txt { font-size:12px; } .tdah-page .rebrand__mark { height:22px; } }

/* Logo dans un pied de page sombre */
.tdah-page .brand--logo img { display:block; width:auto; }


.tdah-page * { box-sizing:border-box; }
.tdah-page { scroll-behavior:smooth; }
.tdah-page { margin:0; background:var(--page); color:var(--ink); font-family:var(--sans);
  font-size:17px; line-height:1.6; -webkit-font-smoothing:antialiased; }
.tdah-page img { max-width:100%; display:block; }
.tdah-page .wrap { width:100%; max-width:1180px; margin:0 auto; padding-inline:40px; }
.tdah-page h1, .tdah-page h2, .tdah-page h3 { font-family:var(--serif); color:var(--navy); font-weight:600; letter-spacing:-.003em; margin:0; }

/* topbar */
.tdah-page .topbar { background:var(--paper); border-bottom:1px solid var(--rule); position:sticky; top:0; z-index:40; }
.tdah-page .topbar__in { max-width:1180px; margin:0 auto; padding:0 40px; height:74px; display:flex; align-items:center; gap:30px; }
.tdah-page .topbar__logo { display:flex; align-items:center; gap:9px; }
.tdah-page .topbar__logo .tb-cross { height:26px; width:auto; display:block; }
.tdah-page .topbar__logo .tb-word { height:17px; width:auto; display:block; position:relative; top:1px; }
.tdah-page .topnav { display:flex; gap:28px; margin-left:10px; }
.tdah-page .topnav a { font-family:var(--ui); font-size:13.5px; font-weight:500; color:var(--ink); text-decoration:none; }
.tdah-page .topnav a:hover { color:var(--navy); }
.tdah-page .topbar__right { margin-left:auto; display:flex; align-items:center; gap:18px; }
.tdah-page .topbar__phone { font-family:var(--ui); font-size:13.5px; font-weight:600; color:var(--navy); text-decoration:none; white-space:nowrap; }
.tdah-page .topbar__lang { font-family:var(--ui); font-size:12px; font-weight:600; color:var(--ink-soft); text-decoration:none; }
@media (max-width:760px){ .tdah-page .topnav, .tdah-page .topbar__phone { display:none; } }

/* hero */
.tdah-page .hero { position:relative; isolation:isolate; overflow:hidden; background:var(--navy); padding:120px 0; }
.tdah-page .hero__bg { position:absolute; inset:0; z-index:-2; background:url("54fb4c76-7cde-4890-b341-4a9d54124211") left center/cover no-repeat; }
.tdah-page .hero__overlay { position:absolute; inset:0; z-index:-1; background:linear-gradient(270deg, rgba(13,28,56,.92) 0%, rgba(13,28,56,.8) 38%, rgba(13,28,56,.45) 66%, rgba(13,28,56,.12) 100%); }
.tdah-page .hero .inner { max-width:560px; margin-left:auto; }
.tdah-page .hero .kicker { color:rgba(255,255,255,.82); margin-bottom:14px; }
.tdah-page .hero h1 { font-size:clamp(34px,4vw,52px); line-height:1.04; color:#fff; }
.tdah-page .hero p { max-width:44ch; margin:18px 0 0; color:rgba(255,255,255,.85); font-size:18px; line-height:1.6; }
@media(max-width:720px){ .tdah-page .hero__overlay { background:linear-gradient(0deg, rgba(13,28,56,.95) 0%, rgba(13,28,56,.7) 60%, rgba(13,28,56,.4) 100%); } .tdah-page .hero .inner { margin-left:0; } }

/* section helpers */
.tdah-page .section { padding:80px 0; }
.tdah-page .section--tight { padding:60px 0; }
.tdah-page .kicker { display:block; }
.tdah-page .lead { font-size:19px; line-height:1.7; color:var(--ink-soft); }

/* intro split */
.tdah-page .intro { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start; }
.tdah-page .intro h2 { font-size:clamp(30px,3.2vw,42px); line-height:1.08; margin:14px 0 0; }
.tdah-page .intro__body p { margin:0 0 18px; color:var(--ink-soft); font-size:16.5px; line-height:1.75; }
.tdah-page .intro__body p:last-child { margin-bottom:0; }
.tdah-page .intro__body strong { color:var(--navy); font-weight:600; }
@media (max-width:820px){ .tdah-page .intro { grid-template-columns:1fr; gap:26px; } }

/* signs */
.tdah-page .signs { background:var(--mist); }
.tdah-page .signs__head { text-align:center; max-width:680px; margin:0 auto 50px; }
.tdah-page .signs__head h2 { font-size:clamp(30px,3.2vw,42px); margin:14px 0 14px; }
.tdah-page .signs__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.tdah-page .sign { background:var(--paper); border:1px solid var(--rule); border-radius:14px; padding:26px 24px; display:flex; gap:14px; align-items:flex-start; }
.tdah-page .sign__ic { flex:none; width:38px; height:38px; border-radius:10px; background:var(--peau); display:flex; align-items:center; justify-content:center; color:var(--coral-2); }
.tdah-page .sign__ic svg { width:20px; height:20px; }
.tdah-page .sign p { margin:0; font-size:15.5px; line-height:1.5; color:var(--ink); font-weight:500; }
@media (max-width:820px){ .tdah-page .signs__grid { grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .tdah-page .signs__grid { grid-template-columns:1fr; } }

/* pricing grid */
.tdah-page .plans__head { text-align:center; max-width:640px; margin:0 auto 46px; }
.tdah-page .plans__head h2 { font-size:clamp(30px,3.2vw,42px); margin:14px 0 14px; }
.tdah-page .plans__grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; align-items:stretch; }
.tdah-page .plan { background:var(--paper); border:1px solid var(--rule); border-radius:16px; padding:34px 32px 32px; display:flex; flex-direction:column; box-shadow:0 1px 2px rgba(22,61,108,.05); }
.tdah-page .plan__name { font-size:25px; margin-bottom:8px; line-height:1.15; }
.tdah-page .plan__sub { font-family:var(--ui); font-size:14px; color:var(--ink-soft); margin:0 0 16px; line-height:1.5; }
.tdah-page .plan__price { font-family:var(--serif); font-size:38px; font-weight:600; color:var(--navy); line-height:1; }
.tdah-page .plan__price small { font-family:var(--ui); font-size:13px; font-weight:500; color:var(--ink-faint); }
.tdah-page .plan__list { list-style:none; margin:20px 0 26px; padding:20px 0 0; border-top:1px solid var(--rule); display:flex; flex-direction:column; gap:12px; flex:1; }
.tdah-page .plan__list li { display:flex; gap:11px; align-items:flex-start; color:var(--ink); font-size:15px; line-height:1.5; }
.tdah-page .plan__list .tk { flex:none; margin-top:3px; color:var(--coral-2); }
.tdah-page .btn-book { display:inline-flex; align-items:center; justify-content:center; height:50px; padding:0 26px; width:100%;
  font-family:var(--ui); font-size:12px; font-weight:700; letter-spacing:.13em; text-transform:uppercase;
  border-radius:999px; border:1.5px solid var(--navy); background:var(--navy); color:#fff; text-decoration:none;
  transition:background .2s, transform .15s; }
.tdah-page .btn-book:hover { background:var(--navy-2); transform:translateY(-1px); }
@media (max-width:820px){ .tdah-page .plans__grid { grid-template-columns:1fr; } }

/* note */
.tdah-page .note { display:flex; gap:12px; align-items:flex-start; max-width:760px; margin:28px auto 0; padding:16px 20px;
  background:var(--peau); border-radius:12px; font-family:var(--ui); font-size:14px; line-height:1.55; color:var(--ink); }
.tdah-page .note svg { flex:none; margin-top:1px; color:var(--coral-2); }

/* details band */
.tdah-page .details { background:var(--mist); }
.tdah-page .details__card { max-width:860px; margin:0 auto; background:var(--paper); border:1px solid var(--rule); border-radius:16px; padding:40px 44px; }
.tdah-page .details__card h2 { font-size:27px; margin:0 0 22px; }
.tdah-page .details__list { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:16px; }
.tdah-page .details__list li { display:flex; gap:13px; align-items:flex-start; color:var(--ink); font-size:16px; line-height:1.6; }
.tdah-page .details__list .tk { flex:none; margin-top:4px; color:var(--coral-2); }
@media (max-width:560px){ .tdah-page .details__card { padding:30px 24px; } }

/* info band */
.tdah-page .infoband { background:var(--navy); color:#fff; }
.tdah-page .infoband .wrap { padding:80px 40px; }
.tdah-page .infoband .kicker { color:rgba(255,255,255,.6); text-align:center; }
.tdah-page .infoband h2 { color:#fff; text-align:center; font-size:clamp(30px,3.4vw,44px); margin:14px auto 18px; }
.tdah-page .infoband__lead { max-width:64ch; margin:0 auto 52px; text-align:center; color:rgba(255,255,255,.74); font-size:18px; line-height:1.65; }
.tdah-page .infoband__grid { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.tdah-page .stat { text-align:center; padding:14px; border-left:1px solid rgba(255,255,255,.12); }
.tdah-page .stat:first-child { border-left:0; }
.tdah-page .stat__big { font-family:var(--serif); font-size:27px; font-weight:600; color:#fff; line-height:1; margin-bottom:10px; }
.tdah-page .stat__lbl { font-family:var(--ui); font-size:14px; color:rgba(255,255,255,.7); line-height:1.45; }
@media (max-width:760px){ .tdah-page .infoband__grid { grid-template-columns:1fr; gap:30px 18px; } .tdah-page .stat { border-left:0; } }

/* faq */
.tdah-page .faq { padding:80px 0; }
.tdah-page .faq__head { text-align:center; margin-bottom:44px; }
.tdah-page .faq__head h2 { font-size:clamp(30px,3.2vw,42px); margin:14px 0 0; }
.tdah-page .faq__list { max-width:780px; margin:0 auto; }
.tdah-page .faq__item { border-bottom:1px solid var(--rule); }
.tdah-page .faq__item summary { list-style:none; cursor:pointer; padding:22px 4px; display:flex; align-items:center; justify-content:space-between; gap:20px;
  font-family:var(--serif); font-size:20px; color:var(--navy); font-weight:600; }
.tdah-page .faq__item summary::-webkit-details-marker { display:none; }
.tdah-page .faq__item summary::after { content:"+"; font-family:var(--ui); font-size:24px; font-weight:400; color:var(--coral-2); flex:none; }
.tdah-page .faq__item[open] summary::after { content:"–"; }
.tdah-page .faq__a { padding:0 4px 24px; color:var(--ink-soft); font-size:16px; line-height:1.65; max-width:66ch; }

/* footer */
.tdah-page .foot { background:var(--navy-2); color:rgba(255,255,255,.66); }
.tdah-page .foot__in { max-width:1180px; margin:0 auto; padding:54px 40px 30px; }
.tdah-page .foot__top { display:flex; justify-content:space-between; gap:40px; flex-wrap:wrap; padding-bottom:34px; border-bottom:1px solid rgba(255,255,255,.1); }
.tdah-page .foot__logo img { height:34px; width:auto; }
.tdah-page .foot__contact { display:flex; gap:26px; flex-wrap:wrap; font-family:var(--ui); font-size:14px; }
.tdah-page .foot__contact a { color:#fff; text-decoration:none; font-weight:600; }
.tdah-page .foot__clinics { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; padding:30px 0; font-family:var(--ui); }
.tdah-page .foot__clinic h5 { margin:0 0 7px; font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,.8); }
.tdah-page .foot__clinic p { margin:0; font-size:13px; line-height:1.5; color:rgba(255,255,255,.55); }
.tdah-page .foot__bottom { padding-top:22px; font-family:var(--ui); font-size:13px; color:rgba(255,255,255,.45); }

@media (max-width:820px){ .tdah-page .foot__clinics { grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .tdah-page .wrap, .tdah-page .topbar__in, .tdah-page .foot__in { padding-inline:22px; } }