/*
Theme Name: Dr Nahid Yesfi — Liquid Glass
Theme URI: https://nahidyesfi.ma
Author: Dr Nahid Yesfi
Author URI: https://nahidyesfi.ma
Description: Thème WordPress médical bilingue français–darija pour le cabinet de cardiologie et phlébologie Dr Nahid Yesfi à Tanger. Design Liquid Glass responsive, services, diplômes, FAQ, contact et prise de rendez-vous WhatsApp.
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nahidyesfi
Tags: custom-logo, custom-colors, one-column, accessibility-ready, rtl-language-support
*/
/* ---------- Core ---------- */
:root {
  --pink: #df1679;
  --pink-deep: #bb0d62;
  --pink-soft: #ffe5f2;
  --blue: #6495b9;
  --blue-deep: #346b91;
  --cyan: #16acd0;
  --ice: #edf7fb;
  --ice-2: #dceef6;
  --navy: #14384d;
  --navy-2: #0b2b3e;
  --text: #3f6174;
  --muted: #7891a0;
  --white: #fff;
  --line: rgba(255,255,255,.72);
  --glass: rgba(255,255,255,.48);
  --shadow: 0 30px 80px rgba(27,76,105,.13), inset 0 1px 0 rgba(255,255,255,.8);
  --shadow-strong: 0 38px 100px rgba(17,63,91,.2), inset 0 1px 0 rgba(255,255,255,.82);
  --radius: 30px;
  --container: 1180px;
  --ease: cubic-bezier(.22,1,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 4%, rgba(223,22,121,.08), transparent 29%),
    radial-gradient(circle at 88% 12%, rgba(100,149,185,.18), transparent 30%),
    linear-gradient(180deg, #f8fcfe 0%, #edf7fb 45%, #f8fcfe 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
[lang="ary-MA"] { font-family: Tahoma, "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button { color: inherit; }
svg { display: block; }
::selection { color: #fff; background: var(--pink); }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }
.section-shell { position: relative; }
.skip { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 16px; border-radius: 10px; color: #fff; background: var(--navy); transform: translateY(-180%); transition: transform .2s; }
.skip:focus { transform: translateY(0); }

.ambient { position: fixed; z-index: -2; border-radius: 50%; filter: blur(60px); pointer-events: none; opacity: .75; }
.ambient-a { width: 350px; height: 350px; top: 12%; left: -160px; background: rgba(223,22,121,.18); }
.ambient-b { width: 430px; height: 430px; top: 46%; right: -220px; background: rgba(100,149,185,.3); }
.ambient-c { width: 250px; height: 250px; bottom: 5%; left: 12%; background: rgba(22,172,208,.11); }
.grain { position: fixed; z-index: -1; inset: 0; pointer-events: none; opacity: .026; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.glass-panel {
  border: 1px solid rgba(255,255,255,.76);
  background: linear-gradient(145deg, rgba(255,255,255,.63), rgba(255,255,255,.29));
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
  backdrop-filter: blur(26px) saturate(150%);
}

/* ---------- Top / Header ---------- */
.topline { position: relative; z-index: 90; min-height: 34px; color: rgba(255,255,255,.78); background: var(--navy-2); font-size: 10px; font-weight: 650; }
.topline-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.location-mini { display: inline-flex; align-items: center; gap: 7px; }
.location-mini svg { width: 14px; height: 14px; fill: none; stroke: var(--pink); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.location-mini b { color: rgba(255,255,255,.3); }
.top-contacts { display: flex; align-items: center; gap: 11px; direction: ltr; }
.top-contacts a { color: #fff; transition: color .2s; }
.top-contacts a:first-child { color: #ff9aca; }
.top-contacts a:hover { color: var(--pink); }

.site-header { position: sticky; z-index: 80; top: 0; height: 86px; transition: background .25s, box-shadow .25s; }
.site-header::before { content: ""; position: absolute; inset: 0; border-bottom: 1px solid rgba(255,255,255,.7); background: rgba(239,248,252,.72); -webkit-backdrop-filter: blur(22px) saturate(150%); backdrop-filter: blur(22px) saturate(150%); }
.site-header.scrolled::before { background: rgba(250,253,255,.9); box-shadow: 0 14px 40px rgba(20,56,77,.1); }
.nav-glass { position: relative; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-symbol { width: 45px; height: 45px; padding: 5px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.85); border-radius: 15px; background: rgba(255,255,255,.56); box-shadow: 0 10px 25px rgba(38,96,126,.11), inset 0 1px 0 #fff; }
.brand-symbol img { width: 100%; height: 100%; object-fit: contain; }
.brand-text { display: grid; line-height: 1.1; }
.brand-text strong { color: var(--navy); font-size: 14px; font-weight: 900; letter-spacing: -.025em; }
.brand-text small { margin-top: 5px; color: var(--pink); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 23px; }
.desktop-nav a { position: relative; display: grid; justify-items: center; color: #416276; font-size: 11px; font-weight: 800; line-height: 1.1; transition: color .2s; }
.desktop-nav a small { margin-top: 4px; color: #879ca8; font-size: 8.5px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -12px; left: 0; height: 2px; border-radius: 3px; background: linear-gradient(90deg,var(--pink),var(--cyan)); transform: scaleX(0); transition: transform .25s var(--ease); }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--pink); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.pill { min-height: 47px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 0; border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 850; line-height: 1.1; transition: transform .28s var(--ease), box-shadow .28s var(--ease), background .25s; }
.pill > span:not(.round-icon) { display: block; }
.pill > small { font-size: 9px; font-weight: 750; }
.pill svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s var(--ease); }
.pill:hover { transform: translateY(-3px); }
.pill:hover > svg { transform: translate(2px,-2px); }
.pill-primary { color: #fff; background: linear-gradient(135deg, var(--pink), #f0529f); box-shadow: 0 14px 30px rgba(223,22,121,.25), inset 0 1px 0 rgba(255,255,255,.4); }
.pill-primary:hover { box-shadow: 0 18px 38px rgba(223,22,121,.33), inset 0 1px 0 rgba(255,255,255,.5); }
.nav-rdv { min-height: 44px; padding: 0 16px; }
.menu-button { width: 44px; height: 44px; padding: 0; display: none; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.72); border-radius: 14px; background: linear-gradient(135deg,var(--blue-deep),var(--navy)); box-shadow: 0 10px 25px rgba(20,56,77,.2); cursor: pointer; }
.menu-button i { width: 19px; height: 2px; border-radius: 3px; background: #fff; transition: transform .25s, opacity .2s; }
.menu-button[aria-expanded="true"] i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 75; top: 86px; right: 0; left: 0; max-height: 0; padding: 0 24px; display: none; overflow: hidden; background: rgba(250,253,255,.96); -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px); box-shadow: 0 25px 50px rgba(20,56,77,.14); opacity: 0; transition: max-height .35s var(--ease), opacity .25s, padding .35s; }
.mobile-menu.open { max-height: 560px; padding-block: 16px 24px; opacity: 1; }
.mobile-menu a { padding: 13px 2px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(100,149,185,.13); color: var(--navy); font-size: 14px; font-weight: 800; }
.mobile-menu a span { color: var(--pink); font-size: 12px; font-weight: 650; }

/* ---------- Hero ---------- */
.hero { padding: 42px 0 56px; overflow: hidden; }
.hero-line { position: absolute; top: 12%; right: -8%; left: -8%; height: 200px; opacity: .11; pointer-events: none; }
.hero-line svg { width: 100%; height: 100%; }
.hero-line path { fill: none; stroke: var(--pink); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.hero-card { position: relative; min-height: 650px; padding: 50px 52px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 30px; overflow: hidden; border-radius: 42px; box-shadow: var(--shadow-strong); }
.hero-card::before { content: ""; position: absolute; top: -160px; right: -120px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(100,149,185,.35), rgba(100,149,185,.06) 57%, transparent 70%); }
.hero-card::after { content: ""; position: absolute; bottom: -190px; left: -110px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(223,22,121,.18), transparent 67%); }
.glass-shine { position: absolute; z-index: 0; top: -65%; left: 14%; width: 140px; height: 190%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent); transform: rotate(23deg); filter: blur(6px); opacity: .55; pointer-events: none; }
.hero-copy { position: relative; z-index: 4; }
.kicker { width: fit-content; margin-bottom: 23px; padding: 8px 12px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; border: 1px solid rgba(255,255,255,.82); border-radius: 999px; color: var(--blue-deep); background: rgba(255,255,255,.46); box-shadow: inset 0 1px 0 #fff, 0 8px 20px rgba(42,98,128,.06); font-size: 9px; font-weight: 850; }
.kicker b { color: var(--pink); font-weight: 700; }
.pulse-dot { position: relative; width: 9px; height: 9px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px rgba(223,22,121,.1); }
.pulse-dot::after { content: ""; position: absolute; inset: -5px; border: 1px solid var(--pink); border-radius: 50%; animation: pulse 2.2s ease-out infinite; }
@keyframes pulse { 0% { opacity: .7; transform: scale(.5); } 85%,100% { opacity: 0; transform: scale(1.8); } }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(47px,5.25vw,74px); font-weight: 900; line-height: .94; letter-spacing: -.067em; }
.hero h1 em { color: var(--pink); font-style: normal; }
.hero h2 { margin: 14px 0 0; color: var(--navy); font-size: clamp(27px,3vw,40px); font-weight: 800; line-height: 1.16; letter-spacing: -.025em; }
.hero h2 em { color: var(--blue-deep); font-style: normal; }
.hero-intro { max-width: 610px; margin-top: 23px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; }
.hero-intro p { margin: 0; color: #527185; font-size: 12px; line-height: 1.7; }
.hero-intro p[dir="rtl"] { padding-left: 16px; border-left: 1px solid rgba(223,22,121,.18); color: #47677a; font-size: 12.5px; line-height: 1.75; }
.hero-actions { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 11px; }
.pill-large { min-height: 55px; padding-inline: 23px; }
.pill-glass { color: var(--navy); border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.48); box-shadow: 0 12px 28px rgba(20,56,77,.08), inset 0 1px 0 #fff; }
.round-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue-deep); }
.round-icon svg { width: 16px; height: 16px; }
.trust-row { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 9px 17px; }
.trust-row > span { display: inline-flex; align-items: center; gap: 6px; color: #58778a; font-size: 9px; font-weight: 800; }
.trust-row > span i { width: 7px; height: 7px; border: 2px solid rgba(223,22,121,.24); border-radius: 50%; background: var(--pink); box-sizing: content-box; }
.trust-row > span b { color: #8397a2; font-weight: 650; }

.hero-portrait { position: relative; z-index: 3; height: 560px; align-self: end; }
.portrait-glass { position: absolute; z-index: 2; right: 34px; bottom: -50px; width: 410px; height: 590px; overflow: hidden; border: 1px solid rgba(255,255,255,.85); border-radius: 220px 220px 34px 34px; background: rgba(223,240,247,.38); box-shadow: 0 34px 65px rgba(34,87,116,.2), inset 0 1px 0 #fff; }
.portrait-glass::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 25%; background: linear-gradient(transparent, rgba(216,237,246,.94)); pointer-events: none; }
.portrait-glass img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
.portrait-orbit { position: absolute; z-index: 1; border: 1px solid rgba(100,149,185,.26); border-radius: 50%; }
.orbit-one { top: 20px; right: 0; width: 500px; height: 500px; box-shadow: 0 0 0 45px rgba(255,255,255,.14), 0 0 0 90px rgba(100,149,185,.035); }
.orbit-two { top: 75px; right: 55px; width: 390px; height: 390px; border-color: rgba(223,22,121,.14); border-style: dashed; animation: rotate 35s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.float-glass { position: absolute; z-index: 4; padding: 10px 13px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.85); border-radius: 15px; background: rgba(255,255,255,.68); box-shadow: 0 16px 40px rgba(36,87,115,.15), inset 0 1px 0 #fff; -webkit-backdrop-filter: blur(16px) saturate(160%); backdrop-filter: blur(16px) saturate(160%); animation: float 5.5s ease-in-out infinite; }
.float-glass > span:last-child { display: grid; line-height: 1.15; }
.float-glass strong { color: var(--navy); font-size: 10.5px; font-weight: 900; }
.float-glass small { margin-top: 3px; color: #758e9c; font-size: 9px; font-weight: 650; }
.float-symbol { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; }
.float-symbol svg { width: 27px; height: 27px; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.float-symbol svg path:first-child { fill: rgba(223,22,121,.08); }
.float-symbol.pink { color: var(--pink); background: var(--pink-soft); }
.float-symbol.pink svg { stroke: var(--pink); }
.float-symbol.blue { color: var(--blue-deep); background: #e3f1f7; }
.float-symbol.blue svg { stroke: var(--blue-deep); }
.float-heart { top: 85px; right: -12px; }
.float-vein { bottom: 138px; left: -15px; animation-delay: -2s; }
.float-hours { right: 4px; bottom: 20px; min-width: 195px; animation-delay: -3.5s; }
.online-dot { width: 10px; height: 10px; border: 4px solid rgba(34,186,115,.16); border-radius: 50%; background: #23bb75; box-sizing: content-box; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ---------- Shared headings ---------- */
.section-heading { margin-bottom: 48px; }
.section-heading.centered { text-align: center; }
.label { width: fit-content; margin-bottom: 20px; padding: 7px 12px; display: inline-flex; align-items: center; gap: 5px; border: 1px solid rgba(223,22,121,.13); border-radius: 999px; color: var(--pink); background: rgba(255,255,255,.5); box-shadow: inset 0 1px 0 #fff; font-size: 9px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.label b { color: var(--blue-deep); font-weight: 700; letter-spacing: 0; text-transform: none; }
.section-heading h2, .doctor-copy h2, .faq-heading h2, .appointment-copy h2, .location-copy h2 { margin: 0; color: var(--navy); font-size: clamp(42px,4.6vw,64px); font-weight: 900; line-height: .98; letter-spacing: -.062em; }
.section-heading h2 em, .doctor-copy h2 em, .faq-heading h2 em, .appointment-copy h2 em, .location-copy h2 em { color: var(--pink); font-style: normal; }
.section-heading h3, .doctor-copy h3, .faq-heading h3, .appointment-copy h3, .location-copy h3 { margin: 11px 0 0; color: var(--blue-deep); font-size: clamp(25px,2.8vw,39px); font-weight: 800; line-height: 1.15; letter-spacing: -.025em; }
.section-heading h3 em, .doctor-copy h3 em, .faq-heading h3 em, .appointment-copy h3 em, .location-copy h3 em { color: var(--navy); font-style: normal; }

/* ---------- Expertise ---------- */
.expertise { padding-top: 92px; }
.expertise-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.feature-card { position: relative; min-height: 510px; padding: 18px; overflow: hidden; border-radius: var(--radius); transition: transform .35s var(--ease), box-shadow .35s; }
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-strong); }
.feature-card::before { content: ""; position: absolute; top: -120px; right: -100px; width: 240px; height: 240px; border-radius: 50%; background: rgba(223,22,121,.09); filter: blur(3px); }
.feature-image { position: relative; height: 245px; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 22px; background: rgba(221,239,247,.58); box-shadow: inset 0 1px 0 #fff; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.feature-card:hover .feature-image img { transform: scale(1.08); }
.vein-img img { object-position: center 43%; }
.doppler-img img { transform: scale(1.08); }
.feature-card:hover .doppler-img img { transform: scale(1.15); }
.card-index { position: absolute; z-index: 2; top: 30px; right: 30px; width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.85); border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.68); box-shadow: 0 8px 20px rgba(20,56,77,.1); font-size: 8px; font-weight: 900; }
.feature-body { position: relative; padding: 22px 4px 3px; }
.feature-tag { color: var(--blue-deep); font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.feature-body h4 { margin: 5px 0 0; color: var(--navy); font-size: 26px; font-weight: 900; line-height: 1.05; letter-spacing: -.045em; }
.feature-body h5 { margin: 5px 0 0; color: var(--pink); font-size: 16px; font-weight: 750; line-height: 1.25; }
.feature-body p { max-width: 88%; margin: 12px 0 0; color: #668092; font-size: 10px; line-height: 1.55; }
.feature-body p[dir="rtl"] { margin-top: 5px; color: #536f81; font-size: 10.5px; }
.circle-arrow { position: absolute; right: 2px; bottom: 4px; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg,var(--pink),#ef4b9a); box-shadow: 0 12px 25px rgba(223,22,121,.2); transition: transform .25s var(--ease); }
.circle-arrow:hover { transform: rotate(7deg) scale(1.08); }
.circle-arrow svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-dark { color: #fff; border-color: rgba(255,255,255,.27); background: linear-gradient(145deg, rgba(20,56,77,.92), rgba(52,107,145,.82)); box-shadow: 0 30px 80px rgba(20,56,77,.22), inset 0 1px 0 rgba(255,255,255,.22); }
.feature-dark::before { background: rgba(223,22,121,.2); }
.feature-dark .feature-image { border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.12); }
.feature-dark .card-index { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.12); }
.feature-dark .feature-tag { color: #a8cde1; }
.feature-dark .feature-body h4 { color: #fff; }
.feature-dark .feature-body h5 { color: #ff8dc5; }
.feature-dark .feature-body p { color: rgba(255,255,255,.68); }
.feature-dark .feature-body p[dir="rtl"] { color: rgba(255,255,255,.72); }

/* ---------- Doctor ---------- */
.doctor { overflow: hidden; }
.doctor::before { content: ""; position: absolute; top: 12%; left: -220px; width: 430px; height: 430px; border: 1px solid rgba(223,22,121,.11); border-radius: 50%; box-shadow: 0 0 0 60px rgba(223,22,121,.025), 0 0 0 120px rgba(100,149,185,.025); }
.doctor-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 78px; }
.identity-card { position: relative; min-height: 590px; padding: 55px 45px 95px; display: grid; place-items: center; overflow: hidden; border-radius: 40px; }
.identity-card::before { content: ""; position: absolute; inset: 11%; border: 1px solid rgba(100,149,185,.18); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.14); }
.identity-halo { position: absolute; top: 19%; left: 50%; width: 330px; height: 330px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.8), rgba(100,149,185,.16) 62%, transparent 70%); transform: translateX(-50%); filter: blur(6px); }
.identity-card img { position: relative; z-index: 2; width: 78%; max-height: 420px; object-fit: contain; filter: drop-shadow(0 22px 30px rgba(30,84,113,.13)); }
.identity-band { position: absolute; z-index: 3; right: 24px; bottom: 24px; left: 24px; min-height: 59px; padding: 0 20px; display: flex; align-items: center; justify-content: center; gap: 15px; border: 1px solid rgba(255,255,255,.86); border-radius: 18px; color: var(--navy); background: rgba(255,255,255,.63); box-shadow: 0 14px 35px rgba(35,84,111,.1), inset 0 1px 0 #fff; -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); font-size: 11px; font-weight: 850; }
.identity-band i { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
.doctor-intro { margin-top: 23px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.doctor-intro p { margin: 0; color: #607c8e; font-size: 11.5px; line-height: 1.7; }
.doctor-intro p[dir="rtl"] { padding-left: 17px; border-left: 1px solid rgba(223,22,121,.17); color: #526f80; font-size: 12px; }
.credentials { margin-top: 27px; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.credentials article { min-height: 92px; padding: 14px; display: flex; align-items: flex-start; gap: 11px; border: 1px solid rgba(255,255,255,.9); border-radius: 17px; background: rgba(255,255,255,.46); box-shadow: inset 0 1px 0 #fff; transition: transform .25s var(--ease), box-shadow .25s; }
.credentials article:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(33,83,111,.09), inset 0 1px 0 #fff; }
.cred-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; color: var(--pink); background: var(--pink-soft); }
.cred-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.credentials article div { display: grid; line-height: 1.3; }
.credentials strong { color: var(--navy); font-size: 10px; font-weight: 850; }
.credentials small { margin-top: 4px; color: #708997; font-size: 8.5px; line-height: 1.35; }
.text-arrow { width: fit-content; margin-top: 25px; display: inline-flex; align-items: center; gap: 8px; color: var(--pink); font-size: 10.5px; font-weight: 850; }
.text-arrow span { color: var(--blue-deep); }
.text-arrow svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
.text-arrow:hover svg { transform: translate(3px,-3px); }

/* ---------- Services ---------- */
.services { overflow: hidden; color: #fff; background: linear-gradient(145deg, #0b2b3e 0%, #17465f 52%, #2e6888 100%); }
.services::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 70px 70px; -webkit-mask-image: linear-gradient(transparent,black 20%,black 80%,transparent); mask-image: linear-gradient(transparent,black 20%,black 80%,transparent); }
.services-orb { position: absolute; border-radius: 50%; filter: blur(20px); }
.services-orb-a { width: 430px; height: 430px; top: -230px; right: -80px; background: rgba(223,22,121,.2); }
.services-orb-b { width: 400px; height: 400px; bottom: -250px; left: -130px; background: rgba(100,149,185,.22); }
.services .container { position: relative; z-index: 2; }
.services .section-heading h2 { color: #fff; }
.services .section-heading h2 em { color: #ff8fc7; }
.services .section-heading h3 { color: #acd0e2; }
.services .section-heading h3 em { color: #fff; }
.services .label { color: #ff87c2; border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.07); box-shadow: inset 0 1px 0 rgba(255,255,255,.1); }
.services .label b { color: #b8d8e8; }
.service-tabs { width: min(100%,730px); margin: 0 auto 25px; padding: 7px; display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.06); box-shadow: inset 0 1px 0 rgba(255,255,255,.1); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.service-tab { min-height: 77px; padding: 10px 14px; display: flex; align-items: center; gap: 12px; border: 0; border-radius: 16px; color: rgba(255,255,255,.62); background: transparent; cursor: pointer; text-align: left; transition: background .25s, color .25s, box-shadow .25s; }
.service-tab.active { color: var(--navy); background: rgba(255,255,255,.92); box-shadow: 0 15px 35px rgba(0,0,0,.16), inset 0 1px 0 #fff; }
.tab-icon { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; color: currentColor; background: rgba(255,255,255,.08); }
.service-tab.active .tab-icon { color: var(--pink); background: var(--pink-soft); }
.tab-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.tab-icon svg path:first-child { fill: rgba(223,22,121,.06); }
.service-tab > span:nth-child(2) { display: grid; line-height: 1.15; }
.service-tab strong { font-size: 12px; font-weight: 900; }
.service-tab small { margin-top: 4px; font-size: 10px; font-weight: 650; }
.service-tab > b { margin-left: auto; font-size: 9px; font-weight: 900; }
.service-panel { min-height: 480px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 16px; opacity: 0; transform: translateY(10px); transition: opacity .35s, transform .35s; }
.service-panel.active { opacity: 1; transform: translateY(0); }
.service-panel[hidden] { display: none; }
.service-intro { position: relative; padding: 32px; overflow: hidden; border-color: rgba(255,255,255,.2); border-radius: 27px; background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.06)); box-shadow: 0 25px 65px rgba(0,0,0,.13), inset 0 1px 0 rgba(255,255,255,.2); }
.service-intro::after { content: ""; position: absolute; right: -75px; bottom: -85px; width: 240px; height: 240px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,255,255,.025),0 0 0 67px rgba(255,255,255,.018); }
.service-intro > span { color: #ff93c8; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.service-intro h4 { margin: 11px 0 0; color: #fff; font-size: 31px; font-weight: 900; line-height: 1; letter-spacing: -.045em; }
.service-intro h5 { margin: 8px 0 0; color: #b8d9e9; font-size: 21px; font-weight: 750; }
.service-intro p { max-width: 300px; margin: 27px 0 0; color: rgba(255,255,255,.64); font-size: 11px; line-height: 1.65; }
.service-intro p[dir="rtl"] { margin-top: 7px; color: rgba(255,255,255,.72); font-size: 11.5px; }
.pink-intro { background: linear-gradient(145deg, rgba(223,22,121,.2), rgba(255,255,255,.05)); }
.service-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.service-list article { min-height: 75px; padding: 12px 15px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 17px; background: rgba(255,255,255,.075); box-shadow: inset 0 1px 0 rgba(255,255,255,.09); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); transition: transform .25s var(--ease), background .25s, border-color .25s; }
.service-list article:hover { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.12); transform: translateY(-3px); }
.service-list article > b { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: #ff9bcc; background: rgba(223,22,121,.17); font-size: 8px; font-weight: 900; }
.service-list article > span { display: grid; line-height: 1.2; }
.service-list strong { color: #fff; font-size: 10.5px; font-weight: 800; }
.service-list small { margin-top: 4px; color: #b3d1df; font-size: 9.5px; }
.phlebo-list { grid-template-columns: repeat(2,1fr); align-content: start; }
.phlebo-list article { min-height: 100px; }
.services-cta { margin-top: 27px; display: flex; justify-content: center; }
.pill-white { color: var(--navy); background: rgba(255,255,255,.94); box-shadow: 0 15px 35px rgba(0,0,0,.18), inset 0 1px 0 #fff; }

/* ---------- Journey ---------- */
.journey { overflow: hidden; }
.journey::before { content: ""; position: absolute; top: 50%; right: 0; left: 0; height: 1px; background: linear-gradient(90deg,transparent,rgba(100,149,185,.22),transparent); }
.journey-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.journey-card { position: relative; min-height: 315px; padding: 27px; overflow: hidden; border-radius: 27px; transition: transform .3s var(--ease), box-shadow .3s; }
.journey-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-strong); }
.journey-card::after { content: ""; position: absolute; right: -60px; bottom: -80px; width: 190px; height: 190px; border-radius: 50%; background: radial-gradient(circle, rgba(223,22,121,.1), transparent 68%); }
.journey-card > span { position: absolute; top: 24px; right: 25px; color: #94a9b5; font-size: 9px; font-weight: 900; }
.journey-icon { width: 55px; height: 55px; margin-bottom: 31px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.85); border-radius: 17px; color: var(--pink); background: rgba(255,229,242,.75); box-shadow: inset 0 1px 0 #fff; }
.journey-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.journey-card h4 { margin: 0; color: var(--navy); font-size: 25px; font-weight: 900; line-height: 1.05; letter-spacing: -.04em; }
.journey-card h5 { margin: 5px 0 0; color: var(--blue-deep); font-size: 17px; font-weight: 750; }
.journey-card p { max-width: 90%; margin: 17px 0 0; color: #6d8594; font-size: 10.5px; line-height: 1.6; }
.journey-card p[dir="rtl"] { margin-top: 5px; color: #587485; font-size: 11px; }

/* ---------- FAQ ---------- */
.faq { background: linear-gradient(180deg,rgba(255,255,255,.32),rgba(220,238,246,.4)); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 75px; }
.faq-heading { position: sticky; top: 125px; }
.faq-heading > p { max-width: 440px; margin: 22px 0 0; color: #6c8594; font-size: 11px; line-height: 1.65; }
.faq-heading > p[dir="rtl"] { margin-top: 6px; color: #587486; font-size: 11.5px; }
.faq-heading .pill { margin-top: 24px; }
.accordion { display: grid; gap: 10px; }
.accordion details { overflow: hidden; border-radius: 20px; transition: box-shadow .25s; }
.accordion details[open] { box-shadow: var(--shadow-strong); }
.accordion summary { min-height: 83px; padding: 17px 19px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary > span { display: grid; line-height: 1.3; }
.accordion summary b { color: var(--navy); font-size: 11px; font-weight: 850; }
.accordion summary small { margin-top: 5px; color: var(--blue-deep); font-size: 10.5px; font-weight: 650; }
.accordion summary i { position: relative; width: 34px; height: 34px; flex: 0 0 auto; border-radius: 50%; background: var(--pink-soft); }
.accordion summary i::before, .accordion summary i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 1.5px; border-radius: 2px; background: var(--pink); transform: translate(-50%,-50%); transition: transform .25s; }
.accordion summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.accordion details[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.accordion details > div { padding: 0 19px 18px; border-top: 1px solid rgba(100,149,185,.1); }
.accordion details > div p { margin: 15px 0 0; color: #6a8392; font-size: 10.5px; line-height: 1.65; }
.accordion details > div p[dir="rtl"] { margin-top: 5px; color: #567284; font-size: 11px; }

/* ---------- Appointment ---------- */
.appointment { overflow: hidden; padding-bottom: 125px; background: linear-gradient(145deg, #112f42, #285d7b); }
.appointment::before { content: ""; position: absolute; inset: 0; opacity: .09; background-image: radial-gradient(circle at center, #fff 1px, transparent 1.3px); background-size: 27px 27px; }
.appointment-blob { position: absolute; border-radius: 45% 55% 61% 39% / 41% 36% 64% 59%; filter: blur(12px); }
.blob-pink { width: 430px; height: 430px; top: -210px; left: -120px; background: rgba(223,22,121,.3); animation: morph 12s ease-in-out infinite alternate; }
.blob-blue { width: 510px; height: 510px; right: -210px; bottom: -270px; background: rgba(100,149,185,.28); animation: morph 15s ease-in-out infinite alternate-reverse; }
@keyframes morph { to { border-radius: 59% 41% 34% 66% / 57% 62% 38% 43%; transform: rotate(15deg) scale(1.06); } }
.appointment-shell { position: relative; z-index: 2; padding: 46px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 58px; border-color: rgba(255,255,255,.2); border-radius: 38px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.05)); box-shadow: 0 40px 90px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.25); }
.light-label { color: #ff93c8; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.08); }
.light-label b { color: #bddce9; }
.appointment-copy h2 { color: #fff; }
.appointment-copy h2 em { color: #ff8bc5; }
.appointment-copy h3 { color: #b7d9e8; }
.appointment-copy h3 em { color: #fff; }
.appointment-copy > p { max-width: 500px; margin: 22px 0 0; color: rgba(255,255,255,.63); font-size: 11px; line-height: 1.65; }
.appointment-copy > p[dir="rtl"] { margin-top: 6px; color: rgba(255,255,255,.72); font-size: 11.5px; }
.contact-stack { margin-top: 25px; display: grid; gap: 8px; }
.contact-stack a { padding: 9px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.11); border-radius: 15px; background: rgba(255,255,255,.055); transition: background .2s, transform .2s; }
.contact-stack a:hover { background: rgba(255,255,255,.1); transform: translateX(3px); }
.contact-round { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; color: #fff; background: rgba(100,149,185,.45); }
.contact-round.wa { background: rgba(36,189,115,.75); }
.contact-round svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-stack a > span:last-child { display: grid; line-height: 1.2; }
.contact-stack small { color: rgba(255,255,255,.49); font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }
.contact-stack strong { margin-top: 3px; color: #fff; font-size: 11px; font-weight: 850; direction: ltr; }
.rdv-form { padding: 29px; border: 1px solid rgba(255,255,255,.72); border-radius: 27px; color: var(--text); background: rgba(255,255,255,.9); box-shadow: 0 30px 70px rgba(0,0,0,.19), inset 0 1px 0 #fff; -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); }
.form-title { margin-bottom: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.form-title > div { display: grid; line-height: 1.2; }
.form-title span { color: var(--navy); font-size: 19px; font-weight: 900; letter-spacing: -.035em; }
.form-title small { margin-top: 4px; color: var(--pink); font-size: 12px; font-weight: 700; }
.form-title > i { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: var(--pink); background: var(--pink-soft); }
.form-title svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px 11px; }
.field { display: grid; gap: 7px; color: var(--navy); font-size: 9px; font-weight: 800; }
.field.full { grid-column: 1 / -1; }
.field > span b { color: var(--pink); font-weight: 650; }
.field input, .field select { width: 100%; height: 48px; padding: 0 13px; border: 1px solid #d7e6ed; border-radius: 11px; outline: 0; color: var(--navy); background: rgba(241,248,251,.78); font-size: 11px; font-weight: 650; transition: border-color .2s, box-shadow .2s, background .2s; }
.field input:focus, .field select:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(100,149,185,.13); }
.field input::placeholder { color: #9aadb7; }
.consent { position: relative; margin-top: 15px; display: flex; align-items: flex-start; gap: 9px; color: #69818f; cursor: pointer; font-size: 9px; line-height: 1.4; }
.consent input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.consent > i { width: 18px; height: 18px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #c6d9e2; border-radius: 5px; background: #f5fafc; transition: background .2s, border-color .2s; }
.consent > i svg { width: 12px; height: 12px; fill: none; stroke: #fff; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; opacity: 0; }
.consent input:checked + i { border-color: var(--pink); background: var(--pink); }
.consent input:checked + i svg { opacity: 1; }
.consent > span { display: grid; }
.consent small { margin-top: 3px; color: #78919f; font-size: 9.5px; }
.pill-submit { width: 100%; min-height: 54px; margin-top: 16px; color: #fff; background: linear-gradient(135deg,var(--pink),#f34d9f); box-shadow: 0 14px 30px rgba(223,22,121,.24); }
.confirm-note { margin: 9px 0 0; color: #8a9ca6; text-align: center; font-size: 8px; }
.confirm-note span { color: #6f8795; }

/* ---------- Location ---------- */
.location-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 75px; }
.map-card { position: relative; min-height: 515px; overflow: hidden; border-radius: 37px; background: linear-gradient(145deg,rgba(215,235,244,.75),rgba(255,255,255,.38)); }
.map-roads { position: absolute; inset: 0; }
.map-roads::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 48%, transparent, rgba(228,242,248,.52) 78%); }
.map-roads svg { width: 100%; height: 100%; }
.map-roads path { fill: none; stroke: rgba(255,255,255,.86); stroke-width: 17px; stroke-linecap: round; filter: drop-shadow(0 2px 2px rgba(42,88,114,.06)); }
.map-roads .thin { stroke-width: 7px; }
.map-pin { position: absolute; z-index: 3; top: 46%; left: 50%; display: flex; align-items: center; gap: 10px; transform: translate(-50%,-50%); }
.map-pin::before { content: ""; position: absolute; z-index: -1; left: 25px; width: 120px; height: 120px; border: 1px solid rgba(223,22,121,.2); border-radius: 50%; box-shadow: 0 0 0 26px rgba(223,22,121,.045),0 0 0 54px rgba(100,149,185,.025); animation: mapPulse 3s ease-out infinite; }
@keyframes mapPulse { 0%,100% { transform: scale(.88); opacity: .7; } 70% { transform: scale(1.08); opacity: .25; } }
.map-pin > span { width: 58px; height: 58px; padding: 8px; display: grid; place-items: center; border: 4px solid rgba(255,255,255,.86); border-radius: 19px 19px 19px 5px; background: var(--navy); box-shadow: 0 17px 34px rgba(20,56,77,.25); transform: rotate(-45deg); }
.map-pin img { width: 100%; height: 100%; object-fit: contain; transform: rotate(45deg); }
.map-pin b { padding: 10px 14px; border: 1px solid rgba(255,255,255,.86); border-radius: 12px; color: var(--navy); background: rgba(255,255,255,.76); box-shadow: 0 13px 30px rgba(20,56,77,.1); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); font-size: 10px; white-space: nowrap; }
.map-button { position: absolute; z-index: 4; right: 20px; bottom: 20px; left: 20px; min-height: 57px; padding: 0 18px; display: flex; align-items: center; gap: 10px; border-radius: 16px; color: #fff; background: linear-gradient(135deg,var(--navy),var(--blue-deep)); box-shadow: 0 15px 35px rgba(20,56,77,.22); }
.map-button span { font-size: 10px; font-weight: 850; }
.map-button small { margin-left: auto; color: rgba(255,255,255,.72); font-size: 10px; }
.map-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.location-copy address { margin-top: 25px; padding: 18px; display: grid; border-left: 3px solid var(--pink); border-radius: 0 15px 15px 0; background: rgba(255,255,255,.48); font-style: normal; box-shadow: inset 0 1px 0 #fff; }
.location-copy address strong { color: var(--navy); font-size: 13px; font-weight: 850; }
.location-copy address span { margin-top: 3px; color: #6d8593; font-size: 10.5px; }
.location-copy address small { margin-top: 6px; color: var(--blue-deep); font-size: 10.5px; }
.hours-card { margin-top: 16px; padding: 15px; display: grid; gap: 7px; border-radius: 18px; }
.hours-card > div { min-height: 42px; padding: 0 3px; display: grid; grid-template-columns: .8fr .8fr 1fr; align-items: center; gap: 8px; border-bottom: 1px solid rgba(100,149,185,.12); }
.hours-card > div:last-child { border-bottom: 0; }
.hours-card span { color: var(--navy); font-size: 9px; font-weight: 800; }
.hours-card small { color: #718997; font-size: 9px; }
.hours-card strong { color: var(--blue-deep); text-align: right; font-size: 10px; font-weight: 850; }
.hours-card .closed { color: var(--pink); }
.holiday-note { margin: 9px 0 0; color: #8296a2; font-size: 8.5px; }
.holiday-note span { color: #6d8795; }
.domain-pill { width: fit-content; margin-top: 21px; padding: 8px 13px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.85); border-radius: 999px; background: rgba(255,255,255,.53); box-shadow: inset 0 1px 0 #fff; }
.domain-pill i { width: 8px; height: 8px; border-radius: 50%; background: #24bb76; box-shadow: 0 0 0 4px rgba(36,187,118,.1); }
.domain-pill span { color: #8094a0; font-size: 8px; text-transform: uppercase; }
.domain-pill strong { color: var(--navy); font-size: 10px; }

/* ---------- Emergency / Footer ---------- */
.urgent { padding: 22px 0; color: rgba(255,255,255,.72); background: #071f2d; }
.urgent-inner { display: grid; grid-template-columns: auto 1fr 1fr; align-items: center; gap: 20px; }
.urgent-icon { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #fff; background: rgba(223,22,121,.72); font-size: 14px; font-weight: 900; }
.urgent p { margin: 0; font-size: 8.5px; line-height: 1.55; }
.urgent p[dir="rtl"] { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.1); font-size: 9px; }
.urgent strong { color: #ff9dca; }
.footer { padding: 60px 0 24px; color: rgba(255,255,255,.6); background: var(--navy-2); }
.footer-top { display: grid; grid-template-columns: .7fr 1.15fr .75fr .85fr; align-items: center; gap: 45px; }
.footer-logo { width: 120px; height: 108px; padding: 8px; display: grid; place-items: center; border-radius: 20px; background: rgba(255,255,255,.05); }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; }
.footer-message h2 { margin: 0; color: #fff; font-size: 25px; font-weight: 900; letter-spacing: -.04em; }
.footer-message h3 { margin: 5px 0 0; color: #ff8fc7; font-size: 17px; font-weight: 700; }
.footer-message p { margin: 8px 0 0; font-size: 9px; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { display: flex; justify-content: space-between; gap: 10px; color: rgba(255,255,255,.65); font-size: 9px; font-weight: 750; transition: color .2s; }
.footer-links a span { color: rgba(255,255,255,.4); }
.footer-links a:hover { color: #ff8fc7; }
.footer-contact { display: grid; gap: 13px; direction: ltr; }
.footer-contact a { display: grid; }
.footer-contact small { color: rgba(255,255,255,.4); font-size: 7.5px; text-transform: uppercase; letter-spacing: .07em; }
.footer-contact strong { margin-top: 2px; color: #fff; font-size: 13px; font-weight: 850; }
.footer-bottom { margin-top: 36px; padding-top: 20px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.32); font-size: 8px; }
.footer-bottom p { margin: 0; }
.mobile-dock { position: fixed; z-index: 70; right: 12px; bottom: 12px; left: 12px; height: 58px; padding: 5px; display: none; grid-template-columns: 1fr 1.25fr; gap: 5px; border: 1px solid rgba(255,255,255,.82); border-radius: 20px; background: rgba(255,255,255,.78); box-shadow: 0 18px 45px rgba(20,56,77,.23); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.mobile-dock a { display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 15px; color: var(--navy); background: rgba(100,149,185,.12); font-size: 9px; font-weight: 850; }
.mobile-dock a small { color: #718a99; font-size: 8.5px; }
.mobile-dock a svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mobile-dock .dock-wa { color: #fff; background: linear-gradient(135deg,#18a967,#29c47b); box-shadow: 0 8px 20px rgba(35,184,112,.22); }
.mobile-dock .dock-wa small { color: rgba(255,255,255,.72); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .78s var(--ease), transform .78s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

/* ---------- Responsive ---------- */
@media (max-width: 1120px) {
  :root { --container: 1000px; }
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 10px; }
  .hero-card { padding-inline: 38px; }
  .portrait-glass { right: 10px; width: 380px; }
  .orbit-one { right: -25px; }
  .float-heart { right: -10px; }
  .doctor-grid { gap: 55px; }
  .appointment-shell { gap: 38px; }
}

@media (max-width: 920px) {
  .container { width: min(100% - 36px, 760px); }
  .section { padding: 88px 0; }
  .desktop-nav { display: none; }
  .menu-button, .mobile-menu { display: grid; }
  .nav-rdv { margin-left: auto; }
  .hero { padding-top: 26px; }
  .hero-card { grid-template-columns: 1fr; padding: 43px 40px 0; }
  .hero-copy { text-align: center; }
  .kicker { margin-inline: auto; justify-content: center; }
  .hero-intro { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-portrait { width: min(100%,560px); height: 570px; margin-inline: auto; }
  .portrait-glass { right: 50%; bottom: -48px; width: 400px; transform: translateX(50%); }
  .orbit-one { right: 50%; transform: translateX(50%); }
  .orbit-two { right: 50%; transform: translateX(50%); }
  .float-heart { right: 2%; }
  .float-vein { left: 2%; }
  .expertise-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 355px; display: grid; grid-template-columns: 42% 58%; }
  .feature-image { height: 100%; min-height: 315px; }
  .feature-body { padding: 30px 15px; display: flex; flex-direction: column; justify-content: center; }
  .feature-body p { max-width: 82%; }
  .card-index { right: 26px; }
  .doctor-grid, .location-grid { grid-template-columns: 1fr; gap: 48px; }
  .identity-card { width: min(100%,580px); min-height: 510px; margin-inline: auto; }
  .doctor-copy { text-align: center; }
  .doctor-copy .label { margin-inline: auto; }
  .doctor-intro { max-width: 650px; margin-inline: auto; margin-top: 23px; text-align: initial; }
  .credentials { text-align: initial; }
  .text-arrow { margin-inline: auto; }
  .service-panel { grid-template-columns: 1fr; }
  .service-intro { min-height: 260px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card { min-height: 230px; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-heading { position: static; text-align: center; }
  .faq-heading .label { margin-inline: auto; }
  .faq-heading > p { margin-inline: auto; }
  .appointment-shell { grid-template-columns: 1fr; }
  .appointment-copy { text-align: center; }
  .appointment-copy .label { margin-inline: auto; }
  .appointment-copy > p { margin-inline: auto; }
  .contact-stack { max-width: 600px; margin-inline: auto; margin-top: 25px; text-align: initial; }
  .rdv-form { width: min(100%,650px); margin-inline: auto; }
  .map-card { order: 2; }
  .location-copy { order: 1; text-align: center; }
  .location-copy .label { margin-inline: auto; }
  .location-copy address, .hours-card { text-align: initial; }
  .domain-pill { margin-inline: auto; }
  .footer-top { grid-template-columns: .7fr 1.3fr 1fr; }
  .footer-links { display: none; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px,520px); }
  .section { padding: 73px 0; }
  .topline { min-height: 31px; }
  .topline-inner { min-height: 31px; justify-content: center; }
  .location-mini { display: none; }
  .top-contacts { font-size: 9px; }
  .site-header { height: 74px; }
  .mobile-menu { top: 74px; }
  .brand-symbol { width: 39px; height: 39px; border-radius: 13px; }
  .brand-text strong { font-size: 12px; }
  .brand-text small { font-size: 7px; }
  .nav-rdv { display: none; }
  .hero { padding: 17px 0 35px; }
  .hero-card { min-height: auto; padding: 31px 18px 0; border-radius: 28px; }
  .kicker { max-width: 100%; margin-bottom: 19px; font-size: 8px; }
  .hero h1 { font-size: clamp(40px,12vw,57px); }
  .hero h2 { font-size: clamp(25px,7vw,34px); }
  .hero-intro { grid-template-columns: 1fr; gap: 8px; }
  .hero-intro p { font-size: 11px; }
  .hero-intro p[dir="rtl"] { padding: 8px 0 0; border-top: 1px solid rgba(223,22,121,.15); border-left: 0; font-size: 11.5px; }
  .hero-actions { display: grid; }
  .hero-actions .pill { width: 100%; }
  .trust-row { gap: 8px 12px; }
  .hero-portrait { height: 490px; }
  .portrait-glass { width: 315px; height: 500px; }
  .orbit-one { top: 35px; width: 380px; height: 380px; }
  .orbit-two { top: 70px; width: 310px; height: 310px; }
  .float-glass { padding: 8px 10px; }
  .float-symbol { width: 32px; height: 32px; }
  .float-glass strong { font-size: 9px; }
  .float-glass small { font-size: 8px; }
  .float-heart { top: 53px; right: -3px; }
  .float-vein { bottom: 130px; left: -2px; }
  .float-hours { right: 0; bottom: 20px; min-width: 171px; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2, .doctor-copy h2, .faq-heading h2, .appointment-copy h2, .location-copy h2 { font-size: clamp(36px,10.5vw,48px); }
  .section-heading h3, .doctor-copy h3, .faq-heading h3, .appointment-copy h3, .location-copy h3 { font-size: clamp(23px,6.6vw,32px); }
  .feature-card { min-height: 500px; padding: 14px; display: block; }
  .feature-image { height: 255px; min-height: 0; }
  .feature-body { padding: 22px 5px; display: block; }
  .feature-body p { max-width: 86%; }
  .identity-card { min-height: 440px; padding: 35px 25px 90px; border-radius: 28px; }
  .identity-card img { width: 84%; }
  .identity-band { right: 15px; bottom: 15px; left: 15px; font-size: 9px; }
  .doctor-intro { grid-template-columns: 1fr; gap: 7px; }
  .doctor-intro p[dir="rtl"] { padding: 8px 0 0; border-top: 1px solid rgba(223,22,121,.15); border-left: 0; }
  .credentials { grid-template-columns: 1fr; }
  .service-tabs { border-radius: 18px; }
  .service-tab { min-height: 68px; padding: 8px; gap: 8px; }
  .tab-icon { width: 38px; height: 38px; }
  .service-tab strong { font-size: 10px; }
  .service-tab small { font-size: 8.5px; }
  .service-tab > b { display: none; }
  .service-intro { min-height: 260px; padding: 24px; }
  .service-list, .phlebo-list { grid-template-columns: 1fr; }
  .service-list article, .phlebo-list article { min-height: 72px; }
  .journey-card { min-height: 250px; padding: 23px; }
  .faq-heading > p { font-size: 10px; }
  .accordion summary { min-height: 88px; padding: 15px; }
  .accordion summary b { font-size: 10px; }
  .accordion summary small { font-size: 9.5px; }
  .appointment { padding-bottom: 98px; }
  .appointment-shell { padding: 27px 15px; border-radius: 28px; }
  .contact-stack a { padding: 8px; }
  .rdv-form { padding: 21px 15px; border-radius: 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .map-card { min-height: 410px; border-radius: 28px; }
  .map-pin b { display: none; }
  .map-button { right: 14px; bottom: 14px; left: 14px; }
  .map-button small { font-size: 9px; }
  .hours-card > div { grid-template-columns: .8fr .8fr 1fr; }
  .urgent-inner { grid-template-columns: auto 1fr; }
  .urgent p[dir="rtl"] { grid-column: 1/-1; padding: 10px 0 0; border-top: 1px solid rgba(255,255,255,.08); border-left: 0; }
  .footer { padding-bottom: 102px; }
  .footer-top { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-logo { width: 110px; }
  .footer-contact { justify-items: center; }
  .footer-bottom { align-items: center; flex-direction: column; text-align: center; }
  .mobile-dock { display: grid; }
}

@media (max-width: 390px) {
  .brand-text small { display: none; }
  .hero-portrait { height: 450px; }
  .portrait-glass { width: 285px; height: 460px; }
  .float-hours { min-width: 155px; }
  .service-tab > span:nth-child(2) small { display: none; }
  .map-button small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- WordPress integration ---------- */
body.admin-bar .site-header { top: 32px; }
body.admin-bar .mobile-menu { top: 118px; }
@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
  body.admin-bar .mobile-menu { top: 132px; }
}
@media (max-width: 640px) {
  body.admin-bar .mobile-menu { top: 120px; }
}

/* ---------- WordPress content templates ---------- */
.wp-theme-content {
  min-height: 65vh;
  padding: 90px 0;
  background: radial-gradient(circle at 10% 10%, rgba(223,22,121,.08), transparent 28%), linear-gradient(180deg, #f7fcfe, #edf7fb);
}
.wp-content-card {
  padding: clamp(26px, 5vw, 60px);
  border-radius: 32px;
}
.wp-entry-title {
  margin: 0 0 28px;
  color: var(--navy-950);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.055em;
}
.wp-entry-title a { color: inherit; }
.wp-entry-title small { display: block; margin-top: 10px; color: var(--blue-500); font-size: .58em; letter-spacing: 0; }
.wp-entry-content { color: var(--text); font-size: 15px; line-height: 1.8; }
.wp-entry-content h2, .wp-entry-content h3 { color: var(--navy-950); line-height: 1.2; }
.wp-entry-content a { color: var(--pink); text-decoration: underline; text-underline-offset: 3px; }
.wp-entry-content img { height: auto; border-radius: 20px; }
.wp-error-card { text-align: center; }
.wp-error-card .section-label { margin-inline: auto; }
.wp-error-card p { margin: 6px auto; max-width: 620px; }
.wp-error-card .button { margin-top: 26px; }
.single-specialty { grid-template-columns: minmax(0, 900px); justify-content: center; }
.single-specialty .specialty-card { width: 100%; }
.inner-specialty-page { padding-top: 95px; }
.inner-page-title { margin: 0; color: #fff; font-size: clamp(54px, 8vw, 105px); font-weight: 950; line-height: .95; letter-spacing: -.075em; }
.inner-specialty-page .section-heading > h2[dir="rtl"] { margin-top: 12px; color: #b9dae8; font-size: clamp(30px, 4vw, 50px); }
.inner-page-lead { max-width: 620px; margin: 20px auto 0; color: rgba(255,255,255,.66); font-size: 13px; }
.inner-service-panel { opacity: 1; transform: none; }
.phlebo-page { background: linear-gradient(145deg, #30213a, #71305b 48%, #2c607d); }
@media (max-width: 620px) {
  .wp-theme-content { padding: 60px 0; }
  .wp-content-card { border-radius: 24px; }
}
