
:root{
  --M:#8B1A2B;--MD:#5E1020;--ML:#A8223A;
  --N:#1A3A5C;--ND:#0F2540;--NL:#254D78;
  --G:#B8892A;--GL:#D4A94A;--GF:#F5E6C8;
  --CR:#FAF6F0;--CRD:#F2EAE0;
  --W:#FFFFFF;--T1:#141414;--T2:#3A3A3A;--T3:#767676;
  --LINE:rgba(139,26,43,0.1);
  --page-gutter:48px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter', sans-serif;
  color:var(--T1);
  background:var(--W);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}

h1,h2,h3,h4,blockquote{
  font-family:'Playfair Display', serif;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.wrap{max-width:1200px;margin:0 auto;padding:0 var(--page-gutter)}

/* ── EYEBROW ── */
.ey{display:inline-flex;align-items:center;gap:10px;font-family:'DM Sans',sans-serif;font-size:18px;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:#8B1A2B}
.ey::before,.ey::after{content:'';display:inline-block;width:22px;height:1px;background:#8B1A2B}

/* ── RULE ── */
.rule{width:44px;height:1px;background:#8B1A2B;margin:20px 0 30px}
.rule.mid{margin:20px auto 30px}

/* ── BUTTONS ── */
.btn{display:inline-flex;align-items:center;gap:10px;font-family:'DM Sans',sans-serif;font-size:18px;font-weight:500;letter-spacing:1.8px;text-transform:uppercase;padding:16px 38px;border:1px solid transparent;cursor:pointer;transition:all .35s ease;position:relative;overflow:hidden}
.btn-m{background:var(--M);color:#fff;border-color:var(--M);border-radius:30px;}
.btn-m:hover{background:var(--MD);box-shadow:0 14px 36px rgba(139,26,43,.32);transform:translateY(-2px)}
.btn-gw{background:transparent;color:#fff;border-color:rgba(255,255,255,.45);border-radius:30px;}
.btn-gw:hover{background:rgba(255,255,255,.08);border-color:#fff;transform:translateY(-2px)}
.btn-gm{background:transparent;color:var(--M);border-color:var(--M)}
.btn-gm:hover{background:var(--M);color:#fff;transform:translateY(-2px)}
.btn-w{background:#fff;color:var(--M);border-color:#fff}
.btn-w:hover{background:transparent;color:#fff;transform:translateY(-2px)}
.btn-n{background:var(--N);color:#fff;border-color:var(--N)}
.btn-n:hover{background:var(--ND);transform:translateY(-2px)}

/* ════════════════════════════════════
  NAV
════════════════════════════════════ */
#nav{position:fixed;top:0;left:0;right:0;z-index:999;transition:background .4s,box-shadow .4s,padding .3s;padding:6px 0;background:rgba(255,255,255,.96);backdrop-filter:blur(20px);box-shadow:0 1px 0 var(--LINE)}
#nav.solid{background:rgba(255,255,255,.96);backdrop-filter:blur(20px);box-shadow:0 1px 0 var(--LINE);padding:6px 0}
.nav-in{display:flex;align-items:center;justify-content:flex-start;max-width:100%;margin:0 auto;padding:0 var(--page-gutter)}
.nav-in>a:first-child{display:flex;align-items:center;flex-shrink:0;margin-right:auto}
.nav-logo img{height:60px;width:auto;margin-left:50px;object-fit:contain;}


.nav-links{display:flex;gap:34px;justify-content:flex-end}
.nav-links a{font-size:20px;font-weight:500;letter-spacing:.3px;color:var(--N);position:relative;transition:color .25s}
.nav-links a::after{content:'';position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--M);transition:width .3s}
.nav-links a:hover{color:var(--M)}
.nav-links a:hover::after{width:100%}
#nav:not(.solid) .nav-links a{color:var(--N)}
#nav:not(.solid) .nav-links a:hover{color:var(--M)}
.nav-r{display:flex;align-items:center;gap:18px;margin-left:28px;}
.nav-tel{font-size:13px;font-weight:500;color:var(--M);letter-spacing:.3px}
#nav:not(.solid) .nav-tel{color:var(--M)}
.hmbg{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;margin-left:auto;background:transparent;border:0;appearance:none}
.hmbg span{width:22px;height:1.5px;background:var(--N);display:block;transition:.3s}
#nav:not(.solid) .hmbg span{background:var(--N)}


/* mobile drawer */
#drw{display:none;position:fixed;inset:0;z-index:1001;background:rgba(8,16,28,.97);flex-direction:column;align-items:center;justify-content:center;gap:28px}
#drw a{font-family:'Cormorant Garamond',serif;font-size:30px;color:#fff;font-weight:600;letter-spacing:.5px;transition:color .2s}
#drw a:hover{color:var(--GL)}
.drw-close{position:absolute;top:24px;right:28px;font-size:32px;color:rgba(255,255,255,.4);cursor:pointer;line-height:1;transition:color .2s;background:transparent;border:0}
.drw-close:hover{color:#fff}

/* ════════════════════════════════════
  HERO
════════════════════════════════════ */
#hero{min-height:100vh;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding-top:80px;background:var(--ND)}
.hero-bg{position:absolute;inset:0;background:#00688E}
.hero-noise{position:absolute;inset:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");background-size:150px}
/* diagonal lines */
@media (max-width:900px){

/* hide desktop gradient layer */
.hero-bg{
  display:none;
}

/* mobile hero — solid dark bg, image shown via hero-mobile-img */
#hero{
  background: linear-gradient(170deg, var(--ND) 0%, #0D1F35 60%, rgba(139,26,43,.35) 100%);
}

/* hide right hero image on mobile */
.hero-right{
  display:none;
}

/* spacing for text */
.hero-left{
  padding:120px 24px 80px;
}

.hero-h1{
  font-size:36px;
}

.hero-sub{
  font-size:15px;
}

}
.hero-geo{position:absolute;right:0;top:0;bottom:0;width:56%;pointer-events:none}
.hero-geo::before{content:'';position:absolute;top:-8%;right:-4%;width:88%;height:116%;border:1px solid rgba(255,255,255,.035);transform:skewX(-7deg)}
.hero-geo::after{content:'';position:absolute;top:-8%;right:9%;width:68%;height:116%;border:1px solid rgba(184,137,42,.06);transform:skewX(-7deg)}

.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:calc(100vh - 80px);position:relative;z-index:2;max-width:100%;padding:0}
.hero-left{padding:80px 56px 80px var(--page-gutter)}
.hero-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(184,137,42,.1);border:1px solid rgba(184,137,42,.28);padding:8px 20px;margin-bottom:30px;font-size:11px;font-weight:500;letter-spacing:2.5px;text-transform:uppercase;color:white}
.hero-dot{width:6px;height:6px;border-radius:50%;background:#9D1F38;animation:pd 2s infinite}
@keyframes pd{0%,100%{opacity:1}50%{opacity:.25}}
.hero-h1{font-size:clamp(42px,4.8vw,70px);line-height:1.06;color:#fff;font-weight:600;margin-bottom:22px;letter-spacing:-.5px}
.hero-h1 em{color:#9D1F38;font-style:normal}
.hero-sub{font-family:'DM Sans',sans-serif;font-size:17px;line-height:1.8;color:rgba(255,255,255,.6);margin-bottom:36px;max-width:470px;font-weight:300}
/* doctor strip */
.hero-doc{display:flex;align-items:center;gap:16px;padding:16px 22px;margin-bottom:40px;background:rgba(255,255,255,.052);border:1px solid rgba(255,255,255,.09);border-left:2px solid var(--G);max-width:450px}
.hero-doc-av{width:50px;height:50px;border-radius:50%;flex-shrink:0;overflow:hidden;background:linear-gradient(135deg,var(--G),var(--M));display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:19px;color:#fff;font-weight:700}
.hero-doc-av img{width:100%;height:100%;object-fit:cover}
.hero-doc-name{font-family:'Cormorant Garamond',serif;font-size:16px;font-weight:600;color:#fff}
.hero-doc-cred{font-size:15px; font-weight:600;  color:#9D1F38;margin-top:2px}
.hero-doc-note{font-size:13px;color:white;margin-top:3px}
.hero-btns{display:flex;gap:14px;flex-wrap:wrap}

/* hero image side */
.hero-right{height:100%;min-height:100vh;position:relative;overflow:hidden;border-radius:30px 0 0 30px;}
.hero-right img{width:100%;height:100%;object-fit:cover;filter:brightness(.75) saturate(1.1);display:block}
.hero-right-ph{width:100%;height:100%;min-height:700px;background:linear-gradient(160deg,rgba(255,255,255,.04),rgba(139,26,43,.2));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:rgba(255,255,255,.2);font-size:13px}
.hero-right::before{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,var(--ND) 0%,transparent 28%),linear-gradient(0deg,var(--ND) 0%,transparent 18%)}
/* stat cards */
.fc{position:absolute;z-index:2;padding:18px 22px;background:rgba(8,20,36,.84);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(10px)}
.fc1{bottom:18%;left:-110px}
.fc2{top:16%;right:36px}
.fc-n{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:700;color:#fff;line-height:1}
.fc-n sub{font-size:18px;color:var(--GL);vertical-align:baseline;font-weight:600}
.fc-l{font-size:11px;color:rgba(255,255,255,.45);letter-spacing:1px;text-transform:uppercase;margin-top:4px}
/* scroll cue */
.scue{position:absolute;bottom:32px;left:48px;z-index:3;display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.3);font-size:11px;letter-spacing:2px;text-transform:uppercase}
.sline{width:36px;height:1px;background:rgba(255,255,255,.2);position:relative;overflow:hidden}
.sline::after{content:'';position:absolute;top:0;left:-100%;height:100%;width:100%;background:var(--GL);animation:sl 2.2s infinite}
@keyframes sl{0%{left:-100%}100%{left:100%}}

/* ════════════════════════════════════
  METRICS BAR
════════════════════════════════════ */
#metrics{background:var(--M)}
.metrics-row{display:grid;grid-template-columns:repeat(5,1fr)}
.met{padding:44px 20px;text-align:center;border-right:1px solid rgba(255,255,255,.1);position:relative;transition:background .3s}
.met:last-child{border-right:none}
.met:hover{background:rgba(0,0,0,.1)}
.met::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:2px;background:var(--GL);transition:width .4s}
.met:hover::after{width:50%}
.met-ic{font-size:20px;margin-bottom:10px;opacity:.65}
.met-n{font-family:'Cormorant Garamond',serif;font-size:44px;font-weight:700;color:#fff;line-height:1}
.met-n sub{font-size:20px;color:var(--GL);font-weight:600;vertical-align:baseline}
.met-l{font-size:12px;color:rgba(255,255,255,.58);margin-top:6px;letter-spacing:.5px}

/* ════════════════════════════════════
  ABOUT
════════════════════════════════════ */
#about{padding:130px 0;background:var(--CR)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:96px;align-items:center}
.about-img-col{position:relative;padding-bottom:56px}
.about-img1{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;box-shadow:0 24px 60px rgba(0,0,0,.13)}
.about-img1-ph{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--N),var(--M));display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.25);flex-direction:column;gap:8px;font-size:13px}
.about-img2{position:absolute;bottom:0;right:-36px;width:52%;aspect-ratio:1;object-fit:cover;border:4px solid var(--W);box-shadow:0 14px 40px rgba(0,0,0,.16)}
.about-img2-ph{position:absolute;bottom:0;right:-36px;width:52%;aspect-ratio:1;background:var(--N);border:4px solid var(--W);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.2);font-size:12px}
.since{position:absolute;top:-20px;left:-20px;width:96px;height:96px;background:var(--M);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 10px 28px rgba(139,26,43,.32)}
.since-y{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:700;color:var(--GL)}
.since-t{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.55);margin-top:1px}
.about-h2{font-size:clamp(30px,3.5vw,50px);font-weight:600;color:var(--N);line-height:1.1}
.about-p{font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.85;color:var(--T2);margin-bottom:16px;font-weight:300}
.pillars{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-top:32px;background:var(--LINE)}
.pil{background:var(--W);padding:22px;transition:background .3s}
.pil:hover{background:var(--GF)}
.pil-ic{font-size:22px;margin-bottom:10px}
.pil-t{font-family:'Cormorant Garamond',serif;font-size:17px;font-weight:600;color:var(--N)}
.pil-d{font-size:13px;color:var(--T3);margin-top:3px;line-height:1.6}

/* ════════════════════════════════════
  DOCTOR
════════════════════════════════════ */
#doctor{padding:130px 0;background:var(--ND);position:relative;overflow:hidden}
#doctor::after{content:'';position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(139,26,43,.16),transparent 65%);top:-180px;right:-180px;pointer-events:none}
.doc-grid{display:grid;grid-template-columns:5fr 7fr;gap:80px;align-items:start;position:relative;z-index:1}
.doc-portrait{position:relative}
.doc-img{width:100%;aspect-ratio:2/3;object-fit:cover;object-position:top;display:block}
.doc-img-ph{width:100%;aspect-ratio:2/3;background:linear-gradient(160deg,rgba(255,255,255,.04),rgba(184,137,42,.08));border:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;align-items:center;justify-content:center;color:rgba(255,255,255,.2);gap:10px;font-size:13px}
.doc-tl{position:absolute;top:-10px;left:-10px;width:52px;height:52px;border-top:2px solid var(--G);border-left:2px solid var(--G)}
.doc-br{position:absolute;bottom:-10px;right:-10px;width:52px;height:52px;border-bottom:2px solid var(--G);border-right:2px solid var(--G)}
.doc-plate{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(8,16,28,.96) 0%,transparent 100%);padding:40px 22px 22px}
.doc-plate h3{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:600;color:#fff}
.doc-plate p{font-size:12px;color:var(--GL);margin-top:4px;letter-spacing:.4px}

.doc-copy .ey{margin-bottom:22px}
.doc-h2{font-size:clamp(30px,3.5vw,50px);font-weight:600;color:#fff;line-height:1.1}
.doc-h2 em{color:#8B1A2B;font-style:italic}
.doc-p{font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.85;color:rgba(255,255,255,.58);margin-bottom:14px;font-weight:300}
.creds{display:flex;flex-wrap:wrap;gap:9px;margin:28px 0}
.cred{font-size:12px;font-weight:500;letter-spacing:.5px;padding:7px 16px;border:1px solid rgba(184,137,42,.28);color:rgba(255,255,255,.7);background:rgba(184,137,42,.06)}
.doc-q{margin-top:32px;padding:26px 28px;border-left:2px solid var(--G);background:rgba(184,137,42,.055);position:relative}
.doc-q::before{content:'\201C';font-family:'Cormorant Garamond',serif;font-size:72px;font-weight:700;color:var(--G);opacity:.22;position:absolute;top:-6px;left:12px;line-height:1}
.doc-q p{font-family:'Cormorant Garamond',serif;font-size:19px;font-style:italic;font-weight:400;color:rgba(255,255,255,.82);line-height:1.65;position:relative;z-index:1}
.doc-q cite{display:block;font-size:11px;font-style:normal;color:var(--GL);letter-spacing:1px;text-transform:uppercase;margin-top:12px}

/* ════════════════════════════════════
  PROGRAMS
════════════════════════════════════ */
#programs{padding:130px 0;background:var(--W)}
.sec-hd{text-align:center;margin-bottom:68px}
.sec-hd .ey{justify-content:center;margin-bottom:18px}
.sec-hd h2{font-size:clamp(30px,3.5vw,52px);font-weight:600;color:var(--N);line-height:1.1}
.sec-hd p{font-family:'DM Sans',sans-serif;font-size:16px;color:var(--T3);max-width:540px;margin:14px auto 0;line-height:1.7;font-weight:300}
.progs{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:rgba(0,0,0,.07)}
.prog{background:var(--W);display:flex;flex-direction:column;position:relative;overflow:hidden;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}
.prog:hover{transform:scale(1.015);z-index:2;box-shadow:0 20px 70px rgba(0,0,0,.14)}
.prog-img{width:100%;height:250px;object-fit:cover;display:block;filter:brightness(.84) saturate(1.05);transition:filter .5s,transform .6s}
.prog:hover .prog-img{filter:brightness(.72) saturate(1.12);transform:scale(1.04)}
.prog-iph{width:100%;height:250px;display:flex;align-items:center;justify-content:center;font-size:50px}
.prog-bd{padding:34px 36px 38px;flex:1;display:flex;flex-direction:column}
.prog-ord{font-family:'Cormorant Garamond',serif;font-size:48px;font-weight:300;color:rgba(139,26,43,.09);line-height:1;margin-bottom:6px;transition:color .3s}
.prog:hover .prog-ord{color:rgba(139,26,43,.15)}
.prog-tag{font-size:10px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:#fff;padding:5px 13px;display:inline-block;align-self:flex-start;margin-bottom:14px}
.prog-h3{font-size:clamp(19px,1.8vw,25px);font-weight:600;color:var(--N);margin-bottom:10px;line-height:1.2}
.prog-desc{font-family:'DM Sans',sans-serif;font-size:15px;color:var(--T2);line-height:1.75;font-weight:300;flex:1}
.prog-ul{margin:16px 0;display:flex;flex-direction:column;gap:7px}
.prog-ul li{list-style:none;font-size:13px;color:var(--T2);display:flex;align-items:flex-start;gap:9px}
.prog-ul li::before{content:'';display:inline-block;width:14px;height:1px;background:var(--M);flex-shrink:0;margin-top:9px}
.prog-cta{display:inline-flex;align-items:center;gap:8px;margin-top:16px;font-size:12px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--M);transition:gap .3s,color .3s}
.prog-cta:hover{gap:14px;color:var(--MD)}
.prog-arr{width:22px;height:1px;background:currentColor;position:relative;transition:width .3s}
.prog-arr::after{content:'';position:absolute;right:0;top:-3px;width:7px;height:7px;border-right:1.5px solid currentColor;border-top:1.5px solid currentColor;transform:rotate(45deg)}
.prog-cta:hover .prog-arr{width:34px}
/* program color bands */
.iph-db{background:linear-gradient(135deg,var(--N),var(--ND))}
.iph-ht{background:linear-gradient(135deg,var(--M),var(--MD))}
.iph-hp{background:linear-gradient(135deg,#1B4D33,#2C6E49)}
.iph-ob{background:linear-gradient(135deg,#5C3A10,#B8892A)}
.pt-db{background:var(--N)}
.pt-ht{background:var(--M)}
.pt-hp{background:#1B4D33}
.pt-ob{background:#5C3A10}

/* ════════════════════════════════════
  WHY US
════════════════════════════════════ */
#why{padding:130px 0;background:var(--CR)}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:96px;align-items:center}
.why-img-col{position:relative}
.why-img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;box-shadow:0 28px 72px rgba(0,0,0,.13)}
.why-img-ph{width:100%;aspect-ratio:4/5;background:linear-gradient(135deg,var(--M),var(--N));display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.2);flex-direction:column;gap:10px}
.why-frame{position:absolute;top:-18px;left:-18px;right:18px;bottom:18px;border:1px solid rgba(139,26,43,.18);pointer-events:none}
.why-rib{position:absolute;bottom:36px;right:-36px;background:var(--M);padding:22px 26px;box-shadow:0 14px 36px rgba(139,26,43,.32);text-align:center}
.why-rn{font-family:'Cormorant Garamond',serif;font-size:36px;font-weight:700;line-height:1;color:var(--GL)}
.why-rl{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.65);margin-top:4px}
.why-h2{font-size:clamp(30px,3.5vw,50px);font-weight:600;color:var(--N);line-height:1.1}
.why-intro{font-family:'DM Sans',sans-serif;font-size:16px;color:var(--T2);line-height:1.8;margin-bottom:36px;font-weight:300}
.diffs{border-top:1px solid var(--LINE)}
.diff{display:flex;gap:22px;align-items:flex-start;padding:22px 0;border-bottom:1px solid var(--LINE);transition:padding-left .3s}
.diff:hover{padding-left:8px}
.diff-ic{width:42px;height:42px;flex-shrink:0;background:var(--GF);display:flex;align-items:center;justify-content:center;font-size:19px;transition:background .3s}
.diff:hover .diff-ic{background:linear-gradient(135deg,var(--M),var(--ML))}
.diff-t{font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:600;color:var(--N)}
.diff-d{font-size:14px;color:var(--T3);line-height:1.65;margin-top:4px}

/* ════════════════════════════════════
  TESTIMONIALS
════════════════════════════════════ */
#testi{padding:130px 0;background:#00688E;position:relative;overflow:hidden}
#testi::before{content:'\201C';font-family:'Cormorant Garamond',serif;font-size:480px;font-weight:700;color:rgba(255,255,255,.016);position:absolute;top:-60px;left:-20px;line-height:1;pointer-events:none}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.055);position:relative;z-index:1}
.tst{background:var(--ND);padding:46px 34px;transition:background .4s}
.tst:hover{background:linear-gradient(135deg,#8B1A2B,#1A3A5C)}
.tst-stars{color:var(--GL);font-size:13px;letter-spacing:3px;margin-bottom:18px}
.tst-q{font-family:'Cormorant Garamond',serif;font-size:18px;font-style:italic;font-weight:400;color:rgba(255,255,255,.75);line-height:1.7;margin-bottom:26px}
.tst-meta{display:flex;align-items:center;gap:14px;padding-top:22px;border-top:1px solid rgba(255,255,255,.07)}
.tst-av{width:44px;height:44px;border-radius:50%;flex-shrink:0;overflow:hidden;background:linear-gradient(135deg,var(--G),var(--M));display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:18px;color:#fff;font-weight:700}
.tst-name{font-family:'Cormorant Garamond',serif;font-size:16px;font-weight:600;color:#fff}
.tst-det{font-size:12px;color:rgba(255,255,255,.38);margin-top:2px}
.tst-badge{display:inline-block;margin-top:5px;font-size:10px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--GL)}

/* ════════════════════════════════════
  RESEARCH
════════════════════════════════════ */
#research{padding:130px 0;background:var(--W)}
.res-grid{display:grid;grid-template-columns:7fr 5fr;gap:80px;align-items:start}
.res-h2{font-size:clamp(30px,3.5vw,50px);font-weight:600;color:var(--N);line-height:1.1}
.res-p{font-family:'DM Sans',sans-serif;font-size:16px;color:var(--T2);line-height:1.8;font-weight:300;margin-bottom:36px}
.r-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--LINE);margin-bottom:44px}
.rs{background:var(--CR);padding:26px 18px;text-align:center;transition:background .3s}
.rs:hover{background:var(--GF)}
.rs-n{font-family:'Cormorant Garamond',serif;font-size:38px;font-weight:700;color:var(--M);line-height:1}
.rs-l{font-size:11px;color:var(--T3);margin-top:5px;letter-spacing:.5px}
.papers{border-top:1px solid var(--LINE)}
.pap{display:flex;gap:18px;align-items:flex-start;padding:22px 0;border-bottom:1px solid var(--LINE);transition:padding-left .3s}
.pap:hover{padding-left:8px}
.pap-ic{font-size:18px;flex-shrink:0;opacity:.65;margin-top:2px}
.pap-t{font-family:'Cormorant Garamond',serif;font-size:17px;font-weight:600;color:var(--N);line-height:1.4}
.pap-j{font-size:12px;color:var(--T3);margin-top:4px;letter-spacing:.3px}
.res-vis{position:relative}
.res-img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;box-shadow:0 22px 56px rgba(0,0,0,.11)}
.res-img-ph{width:100%;aspect-ratio:3/4;background:linear-gradient(135deg,var(--N),var(--MD));display:flex;flex-direction:column;align-items:center;justify-content:center;color:rgba(255,255,255,.25);gap:8px;font-size:13px}
.pub-rib{position:absolute;bottom:28px;left:-28px;background:var(--M);padding:22px 24px;box-shadow:0 10px 28px rgba(139,26,43,.32);text-align:center}
.pub-n{font-family:'Cormorant Garamond',serif;font-size:38px;font-weight:700;color:var(--GL);line-height:1}
.pub-l{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.6);margin-top:4px}

/* ════════════════════════════════════
  LOCATIONS
════════════════════════════════════ */
#locs{padding:130px 0;background:var(--CR)}
.loc-top{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:72px}
.loc-h2{font-size:clamp(30px,3.5vw,50px);font-weight:600;color:var(--N);line-height:1.1}
.loc-p{font-family:'DM Sans',sans-serif;font-size:16px;color:var(--T2);line-height:1.8;font-weight:300;margin-bottom:28px}
.map-ph{aspect-ratio:4/3;background:var(--CRD);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--N);font-size:14px;font-weight:500;border:1px solid rgba(26,58,92,.07);position:relative;overflow:hidden}
.map-ph::after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 36px,rgba(26,58,92,.035) 36px,rgba(26,58,92,.035) 37px),repeating-linear-gradient(90deg,transparent,transparent 36px,rgba(26,58,92,.035) 36px,rgba(26,58,92,.035) 37px)}
.map-ic{font-size:44px;opacity:.28;position:relative;z-index:1}
.map-ph strong{position:relative;z-index:1}
.map-ph span{font-size:13px;color:var(--T3);position:relative;z-index:1}
.cities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(0,0,0,.07)}
.city{background:var(--W);padding:30px 22px;text-align:center;transition:background .3s,transform .3s;cursor:pointer}
.city:hover{background:var(--M);transform:translateY(-3px)}
.city-ic{font-size:26px;margin-bottom:10px;transition:filter .3s}
.city:hover .city-ic{filter:grayscale(1) brightness(10)}
.city-n{font-family:'Cormorant Garamond',serif;font-size:17px;font-weight:600;color:var(--N);transition:color .3s}
.city-c{font-size:12px;color:var(--T3);margin-top:3px;transition:color .3s}
.city:hover .city-n,.city:hover .city-c{color:rgba(255,255,255,.85)}

/* ════════════════════════════════════
  CTA
════════════════════════════════════ */
#cta{padding:130px 0;background:var(--M);position:relative;overflow:hidden;text-align:center}
#cta::before{content:'';position:absolute;inset:0;background:linear-gradient(120deg,var(--MD) 0%,var(--M) 50%,var(--ML) 100%)}
#cta::after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(-55deg,transparent 0px,transparent 28px,rgba(255,255,255,.012) 28px,rgba(255,255,255,.012) 29px)}
.cta-in{position:relative;z-index:1;max-width:740px;margin:0 auto}
.cta-in .ey{color:var(--GL);justify-content:center;margin-bottom:26px}
.cta-h2{font-size:clamp(34px,5vw,66px);font-weight:600;color:#fff;line-height:1.05;margin-bottom:20px}
.cta-h2 em{font-style:italic;color:var(--GL)}
.cta-p{font-family:'DM Sans',sans-serif;font-size:17px;color:rgba(255,255,255,.68);line-height:1.75;margin-bottom:44px;font-weight:300}
.cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.cta-tel{margin-top:44px;padding-top:36px;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;font-size:14px;color:rgba(255,255,255,.5)}
.cta-tel strong{font-family:'Cormorant Garamond',serif;font-size:24px;color:#fff;font-weight:600}
.assurs{display:flex;gap:36px;justify-content:center;flex-wrap:wrap;margin-top:48px}
.asr{display:flex;align-items:center;gap:9px;font-size:13px;color:rgba(255,255,255,.5)}
.asr-dot{width:5px;height:5px;border-radius:50%;background:var(--GL);flex-shrink:0}

/* ════════════════════════════════════
  FOOTER
════════════════════════════════════ */
footer{background:#07111E;padding:80px 0 32px}
.ft-grid{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr;gap:56px;margin-bottom:56px}
.ft-logo img{height:55px;margin-bottom:18px}
.ft-logo-fb{font-family:'Cormorant Garamond',serif;font: size 30px;font-weight:700;color:rgba(255,255,255,.65);margin-bottom:18px;display:none}
.ft-logo-fb span{color:var(--GL)}
.ft-tag{font-family:'Cormorant Garamond',serif;font-size:30px;font-style:italic;color:var(--GL);margin-bottom:14px}
.ft-desc{font-size:15px;color:rgba(255,255,255,.34);line-height:1.7;font-weight:300}
.ft-h{font-size:15px;font-weight:500;letter-spacing:2.5px;text-transform:uppercase;color:var(--GL);margin-bottom:18px}
.ft-ul{list-style:none;display:flex;flex-direction:column;gap:11px}
.ft-ul a{font-size:15px;color:rgba(255,255,255,.4);transition:color .25s}
.ft-ul a:hover{color:#fff}
.ft-line{border:none;border-top:1px solid rgba(255,255,255,.055);margin-bottom:24px}
.ft-bot{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.ft-bot p{font-size:12px;color:rgba(255,255,255,.25)}

/* ════════════════════════════════════
  WHATSAPP FAB
════════════════════════════════════ */
.wa{position:fixed;bottom:28px;right:28px;z-index:990;width:54px;height:54px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(37,211,102,.38);transition:transform .3s,box-shadow .3s}
.wa:hover{transform:scale(1.1);box-shadow:0 12px 32px rgba(37,211,102,.5)}
.wa svg{width:26px;height:26px;fill:#fff}

/* ════════════════════════════════════
  ANIMATIONS
════════════════════════════════════ */
.rv{opacity:0;transform:translateY(26px);transition:opacity .85s cubic-bezier(.25,.46,.45,.94),transform .85s cubic-bezier(.25,.46,.45,.94)}
.rv-l{opacity:0;transform:translateX(-26px);transition:opacity .85s cubic-bezier(.25,.46,.45,.94),transform .85s cubic-bezier(.25,.46,.45,.94)}
.rv-r{opacity:0;transform:translateX(26px);transition:opacity .85s cubic-bezier(.25,.46,.45,.94),transform .85s cubic-bezier(.25,.46,.45,.94)}
.rv.on,.rv-l.on,.rv-r.on{opacity:1;transform:translate(0)}
.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}.d4{transition-delay:.4s}

/* ════════════════════════════════════
  RESPONSIVE
════════════════════════════════════ */
@media(max-width:1100px){
  .wrap{padding:0 32px}
  .nav-in{padding:0 32px}
  .hero-left{padding:72px 40px 72px 32px}
  .fc1{left:-70px}
  .about-img2,.about-img2-ph{right:-20px;width:46%}
}
@media(max-width:900px){
  #nav{padding:0}
  .nav-in{align-items:center;justify-content:space-between;padding:8px 24px}
  .nav-in>a:first-child{margin-right:0}
  .nav-logo{margin:0 !important;align-self:center}
  .nav-logo img{height:42px}
  .hmbg{display:flex;align-self:center;justify-content:center;align-items:center;width:44px;height:44px;margin-top:0;position:relative;z-index:1002}
  .wrap{padding:0 24px}
  .hero-grid{grid-template-columns:1fr}
  .hero-right{display:none}
  .hero-left{padding:80px 24px 72px}
  .metrics-row{grid-template-columns:repeat(3,1fr)}
  .met:nth-child(4),.met:nth-child(5){border-top:1px solid rgba(255,255,255,.1)}
  .about-grid,.doc-grid,.why-grid,.res-grid,.loc-top{grid-template-columns:1fr;gap:48px}
  .about-img-col{padding-bottom:0}
  .about-img2,.about-img2-ph{display:none}
  .since{top:16px;left:16px}
  .doc-portrait{max-width:380px;margin:0 auto}
  .progs{grid-template-columns:1fr;background:none}
  .prog{border-bottom:1px solid rgba(0,0,0,.06)}
  .testi-grid{grid-template-columns:1fr}
  .r-stats{grid-template-columns:repeat(2,1fr)}
  .cities-grid{grid-template-columns:repeat(2,1fr)}
  .ft-grid{grid-template-columns:1fr 1fr}
  .nav-links,.nav-r{display:none}
  .fc{display:none}
}
@media(max-width:540px){
  #metrics .metrics-row{
    grid-template-columns:1fr;
    padding:0 16px !important;
    gap:0;
  }
  .met{
    padding:24px 16px;
    border-right:none;
    border-top:1px solid rgba(255,255,255,.1);
  }
  .met:first-child{
    border-top:none;
  }
  .met:nth-child(5){
    grid-column:auto;
  }
  .met-ic{
    font-size:18px;
    margin-bottom:8px;
  }
  .met-n{
    font-size:34px;
  }
  .met-n sub{
    font-size:16px;
  }
  .met-l{
    font-size:11px;
    letter-spacing:.3px;
  }
  .hero-btns{flex-direction:column;align-items:flex-start}
  .cta-btns{flex-direction:column;align-items:center}
  .assurs{gap:18px;flex-direction:column;align-items:center}
  .cities-grid{grid-template-columns:repeat(2,1fr)}
  .ft-grid{grid-template-columns:1fr}
  .why-rib{right:0;bottom:20px}
}

.cnt{display:inline}
.since-y{
  font-family:'Cormorant Garamond',serif;
  font-size:26px;
  font-weight:700;
  color:#fff;
}

.since-t{
  font-size:10px;
  letter-spacing:3px;
  text-transform:uppercase;
  color:rgba(255,255,255,.75);
}
/* Sticky Button */
.sticky-consult{
  position:fixed;
  top:90%;
  left:50%;
  transform:translate(-50%,-50%);
  background:linear-gradient(135deg,#8B1A2B,#1A3A5C);
  color:#fff;
  padding:14px 28px;
  font-size:13px;
  letter-spacing:1px;
  text-transform:uppercase;
  cursor:pointer;
  z-index:999;
  border-radius:30px;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}

/* Popup */
.consult-popup{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:1000;
}

/* Form Box */
.consult-box{
  background:#fff;
  padding:40px;
  width:380px;
  border-radius:10px;
  position:relative;
}

.consult-box h3{
  margin-bottom:20px;
}

.consult-box input,
.consult-box select,
.consult-box textarea{
  width:100%;
  padding:12px;
  margin-bottom:12px;
  border:1px solid #ddd;
  border-radius:4px;
  font-size:14px;
  font-family:inherit;
  box-sizing:border-box;
}
.consult-box textarea{
  resize:vertical;
  min-height:80px;
}

.consult-box button{
  width:100%;
  padding:12px;
  background:#8B1A2B;
  color:#fff;
  border:none;
  cursor:pointer;
}

/* Close */
.consult-close{
  position:absolute;
  right:15px;
  top:10px;
  font-size:22px;
  cursor:pointer;
}

.wa-btn{
  display:block;
  margin-top:20px;
  padding:12px;
  background:#25D366;
  color:#fff;
  text-align:center;
  border-radius:6px;
}
.consult-close{
  position:absolute;
  top:12px;
  right:16px;
  font-size:22px;
  cursor:pointer;
  color:#333;
}
select{
  width:100%;
  padding:12px;
  margin-bottom:12px;
  border:1px solid #ddd;
  border-radius:4px;
  font-size:14px;
}
.call-fab{
  position:fixed;
  bottom:96px;   /* above WhatsApp */
  right:28px;
  width:54px;
  height:54px;
  border-radius:50%;
  background:#1A3A5C;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  box-shadow:0 8px 24px rgba(0,0,0,.25);
  z-index:990;
  text-decoration:none;
  transition:transform .3s;
}

.call-fab:hover{
  transform:scale(1.1);
}
@media (max-width:900px){

  .nav-logo img{
    margin-left:0;
    height:44px;
  }

}

.hero-mobile-img{
  display:none;
}
@media (max-width:900px){

.hero-mobile-img{
  display:block;
  position:relative;
  width:100%;
  height:58vh;
  min-height:320px;
  margin-top:60px;
  overflow:hidden;
  flex-shrink:0;
  z-index:1;
}

.hero-mobile-img::after{
  content:'';
  position:absolute;
  bottom:0;left:0;right:0;
  height:55%;
  background:linear-gradient(to bottom, transparent 0%, var(--ND) 100%);
  pointer-events:none;
  z-index:2;
}

.hero-mobile-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  filter:brightness(.92) saturate(1.08);
}

#hero{
  padding-top:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:100vh;
  overflow:hidden;
}

.hero-grid{
  display:block;
  min-height:auto;
}

.hero-left{
  position:relative;
  z-index:2;
  padding:24px 24px 60px;
}

.hero-h1{
  font-size:36px;
  line-height:1.2;
}

.hero-sub{
  font-size:15px;
}


}

/* ── PREMIUM MOBILE OVERRIDES ── */
@media (max-width:900px){
  .hero-left{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 24px 60px;
  }
  
  .hero-h1{
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 24px;
    text-shadow: 0 4px 15px rgba(0,0,0,0.4);
  }
  
  .hero-sub{
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    color: rgba(255,255,255,0.8);
  }

  .hero-doc {
    margin-left: auto;
    margin-right: auto;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.2);
    border-left: 4px solid var(--G);
    text-align: left;
    width: 100%;
    max-width: 400px;
  }

  .hero-btns {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
  }

  .hero-btns .btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    padding: 18px 24px;
    font-size: 13px;
    border-radius: 4px;
  }

  .hero-mobile-img img {
    filter: brightness(0.92) saturate(1.08);
  }

  /* Section Level Premium Refinements */
  .sec-hd h2 {
    font-size: 32px;
  }
  
  .about-h2, .doc-h2, .why-h2, .res-h2, .loc-h2 {
    text-align: center;
  }
  
  .about-p, .doc-p, .why-intro, .res-p, .loc-p {
    text-align: center;
  }
  
  .doc-copy, .rv-r {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .rule {
    margin: 20px auto 30px; 
  }

  .creds, .cta-btns, .assurs {
    justify-content: center;
  }

  /* Programs Section Premium Centering */
  .prog-bd {
    text-align: center;
    align-items: center;
  }
  
  .prog-ul li {
    justify-content: center;
    text-align: left; /* Keep text left aligned for readability but center the list */
  }

  /* Testimonials Section Premium Centering */
  .tst {
    text-align: center;
  }
  
  .tst-meta {
    justify-content: center;
  }

  
}

/* Mobile */
@media (max-width:480px){

.sticky-consult{
  padding:10px 18px;
  font-size:12px;
}

}

@media (max-width:540px){
  .hero-left .hero-btns{
    width:100%;
    max-width:340px;
    margin:28px auto 18px;
    flex-direction:column;
    align-items:stretch;
    gap:12px;
  }

  .hero-left .hero-btns .btn{
    width:100%;
    max-width:none;
    justify-content:center;
    text-align:center;
  }
}

#testi{
  padding:60px 0;   /* reduce from 130px */
}

.sec-hd{
  margin-bottom:30px;  /* reduce space before grid */
}

.testi-grid{
  margin-top:20px;
}

.testi-video-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
margin-top:50px;
}

.video-card{
background:#8B1A2B;
border-radius:10px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.3);
}

.video-card iframe{
width:100%;
height:220px;
border:none;
}

.video-info{
padding:18px;
color:#fff;
}

.video-info h4{
margin:0 0 6px;
font-size:16px;
}



@media(max-width:900px){

.testi-video-grid{
grid-template-columns:1fr;
}

.video-card iframe{
height:200px;
}

}


/* PATIENT JOURNEY */
#journey{
padding:70px 0 100px;
background:#00688E;
}

#journey .sec-hd h2{
color:#fff;
}

#journey .sec-hd p{
color:rgba(255,255,255,.6);
}

.journey-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
margin-top:60px;

}

.journey-step{
text-align:center;
padding:32px;
border:1px solid rgba(255,255,255,.08);
transition:all .35s;
background:rgba(255,255,255,.03);
backdrop-filter:blur(6px);
}

.journey-step:hover{
transform:translateY(-6px);
box-shadow:0 18px 50px rgba(0,0,0,.35);
background:rgba(255,255,255,.06);
}

.journey-icon{
width:60px;
height:60px;
margin:0 auto 20px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(255,255,255,.08);
color:#8B1A2B;
}

.journey-icon svg{
width:28px;
height:28px;

}

.journey-step h3{
font-family:'Cormorant Garamond',serif;
font-size:20px;
color:#fff;
margin-bottom:10px;
}

.journey-step p{
font-size:14px;
color:rgba(255,255,255,.55);
line-height:1.7;
}

/* responsive */
@media(max-width:900px){
  #journey{
    padding:50px 0 60px;
  }
  .journey-grid{
    grid-template-columns:1fr;
    gap:10px;
    margin-top:32px;
    counter-reset:journey-step;
  }
  .journey-step{
    display:grid;
    grid-template-columns:52px 1fr;
    grid-template-rows:auto auto;
    column-gap:16px;
    row-gap:4px;
    align-items:start;
    text-align:left;
    padding:16px 20px;
    counter-increment:journey-step;
    position:relative;
  }
  .journey-step:hover{
    transform:none;
  }
  .journey-step::after{
    content:counter(journey-step);
    position:absolute;
    top:12px;
    right:16px;
    font-family:'Cormorant Garamond',serif;
    font-size:28px;
    font-weight:700;
    color:rgba(255,255,255,.09);
    line-height:1;
  }
  .journey-icon{
    grid-column:1;
    grid-row:1 / 3;
    width:44px;
    height:44px;
    margin:0;
    align-self:center;
  }
  .journey-step h3{
    grid-column:2;
    grid-row:1;
    font-size:16px;
    margin-bottom:0;
    text-align:left;
    align-self:end;
  }
  .journey-step p{
    grid-column:2;
    grid-row:2;
    font-size:13px;
    text-align:left;
    line-height:1.6;
  }
}

.journey-icon img{
width:30px;
height:30px;
}


.about-hero-banner{
height:420px;
background-image:url("https://images.unsplash.com/photo-1579684385127-1ef15d508118?w=1600&q=80");
background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
position:relative;
color:white;
text-align:center;
}

/* dark overlay */
.about-hero-banner::before{
content:"";
position:absolute;
inset:0;
background:rgba(0,0,0,0.55);
}

/* text container */
.about-hero-content{
position:relative;
z-index:2;
max-width:800px;
padding:20px;
}

.gradient-text{
background:linear-gradient(90deg,#00688E,#b6172f,#00688E);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
font-size:54px;
font-weight:700;
}

.about-hero-content h1{
font-size:54px;
font-weight:700;
margin-bottom:16px;
}

.about-hero-content p{
font-size:18px;
line-height:1.7;
opacity:.9;
}

.about-premium{
padding:140px 20px;
background:#FAF6F0;
}

.about-wrap{
max-width:1100px;
margin:auto;
}

.about-header{
text-align:center;
max-width:700px;
margin:auto;
margin-bottom:80px;
}

.about-eyebrow{
letter-spacing:3px;
font-size:15px;
color:#8B1A2B;
display:block;
margin-bottom:18px;
}

.about-header h1{
font-size:48px;
line-height:1.1;
margin-bottom:20px;
color:#1A3A5C;
}

.about-header h1 span{
color:#8B1A2B;
}

.about-header p{
font-size:17px;
line-height:1.8;
color:#555;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
margin-bottom:80px;
}

.about-col h3{
font-size:22px;
margin-bottom:10px;
color:#1A3A5C;
}

.about-col p{
font-size:16px;
line-height:1.8;
color:#666;
}

.about-stats{
display:grid;
grid-template-columns:repeat(4,1fr);
border-top:1px solid rgba(0,0,0,0.08);
border-bottom:1px solid rgba(0,0,0,0.08);
}

.about-stat{
text-align:center;
padding:40px 20px;
}

.about-stat h2{
font-size:42px;
color:#8B1A2B;
margin-bottom:6px;
}

.about-stat p{
font-size:13px;
letter-spacing:1px;
color:#777;
}


/* SECTION */

.core-section{
padding:40px 0 120 px;
background:#FAF6F0;
}

.core-container{
max-width:1200px;
margin:auto;
padding:0 40px;
}


/* HEADER */

.core-header{
text-align:center;
max-width:720px;
margin:auto;
margin-bottom:70px;
}

.core-eyebrow{
font-size:15px;
letter-spacing:3px;
color:#8B1A2B;
text-transform:uppercase;
display:block;
margin-bottom:12px;
font-weight:600;
}

.cardiac-text{
color:#8B1A2B;
font-weight:600;
}
.core-title{
font-family:'Cormorant Garamond',serif;
font-size:42px;
color:#1A3A5C;
margin-bottom:18px;
}

.core-text{
font-size:16px;
color:#555;
line-height:1.7;
}


/* GRID */

.core-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:28px;
}


/* CARD */

.core-item{
background:white;
padding:34px 28px;
border-radius:6px;
text-align:center;
transition:all .35s ease;
border:1px solid rgba(0,0,0,0.05);
}

.core-item:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(0,0,0,0.08);
}


/* ICON */

.core-icon{
width:56px;
height:56px;
margin:auto;
margin-bottom:16px;
border-radius:50%;
background:#8B1A2B;
display:flex;
align-items:center;
justify-content:center;
color:white;
font-size:20px;
}


/* TEXT */

.core-item h3{
font-family:'Cormorant Garamond',serif;
font-size:20px;
color:#1A3A5C;
margin-bottom:10px;
}

.core-item p{
font-size:14px;
color:#666;
line-height:1.6;
}


/* MOBILE */

@media(max-width:900px){

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

}

@media(max-width:520px){

.core-grid{
grid-template-columns:1fr;
}

.core-title{
font-size:32px;
}

}

.mission-vision{
  padding:120px 0;
  background:#fff;
}

.mv-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
}

.mv-card{
  background:#fff;
  box-shadow:0 20px 60px rgba(0,0,0,0.08);
  transition:transform .4s ease;
}

.mv-card:hover{
  transform:translateY(-8px);
}

.mv-img img{
  width:100%;
  height:280px;
  object-fit:cover;
}

.mv-content{
  padding:34px;
}

.mv-eyebrow{
  font-size:15px;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#8B1A2B;
  font-weight:600;
}

.mv-content h2{
  font-family:'Cormorant Garamond',serif;
  font-size:34px;
  margin:12px 0 16px;
  color:var(--N);
}

.mv-content p{
  font-size:15px;
  line-height:1.8;
  color:var(--T2);
}

@media(max-width:900px){
  .mv-grid{
    grid-template-columns:1fr;
  }
}

.doctor-lead{
  padding:120px 0;
  background:#FAF6F0;
}

.doctor-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

.doctor-img img{
  width:100%;
  max-width:420px;
  border-radius:8px;
  box-shadow:0 25px 70px rgba(0,0,0,0.12);
}

.doctor-eyebrow{
  font-size:15px;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#8B1A2B;
}

.doctor-content h2{
  font-family:'Cormorant Garamond',serif;
  font-size:40px;
  margin:10px 0;
  color:var(--N);
}

.doctor-cred{
  color:var(--M);
  font-weight:600;
  margin-bottom:18px;
}

.doctor-content p{
  font-size:15px;
  line-height:1.8;
  color:var(--T2);
  margin-bottom:14px;
}

@media(max-width:900px){
  .doctor-grid{
    grid-template-columns:1fr;
    text-align:center;
  }

  .doctor-img img{
    margin:auto;
  }
}


.journey{
  padding:100px 0;
  text-align:center;
  background:#f9f9f9;
}

.journey .wrap{
  max-width:1200px;
  margin:0 auto;
  padding:0 var(--page-gutter);
}

.journey-title{
  font-size:40px;
  margin-bottom:50px;
  color:#1A3A5C;
}

.journey-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
  align-items:stretch;
}

.journey-card{
  background:#fff;
  padding:30px;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:0.3s;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.journey-card:hover{
  transform:translateY(-6px);
}

.journey-icon{
  font-size:32px;
  color:#8B1A2B;
  margin-bottom:15px;
}

.journey-card h3{
  font-size:20px;
  margin-bottom:10px;
  color:#1A3A5C;
}

.journey-card p{
  font-size:15px;
  line-height:1.6;
  color:#555;
}

/* ===== JOURNEY RESPONSIVE ===== */

/* Tablet */
@media (max-width: 900px){

  .journey{
    padding:80px 0;
  }

  .journey-title{
    font-size:34px;
    margin-bottom:40px;
  }

  .journey-grid{
    grid-template-columns:repeat(2,1fr);
    gap:20px;
  }

  .journey-card{
    padding:24px;
  }

  .journey-card h3{
    font-size:18px;
  }

  .journey-card p{
    font-size:14px;
  }

}


/* Mobile */
@media (max-width: 540px){

  .journey{
    padding:70px 0;
  }

  .journey-title{
    font-size:28px;
    margin-bottom:30px;
  }

  .journey-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .journey-card{
    padding:22px;
  }

  .journey-icon{
    font-size:28px;
  }

  .journey-card h3{
    font-size:17px;
  }

  .journey-card p{
    font-size:14px;
    line-height:1.7;
  }

}

.philosophy{
  padding:120px 0;
  background:#FAF6F0;
}

.philosophy-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.philosophy-image img{
  width:100%;
  border-radius:10px;
  box-shadow:0 20px 50px rgba(0,0,0,0.1);
}

.philosophy-icon{
  font-size:34px;
  color:#8B1A2B;
  margin-bottom:10px;
}

.philosophy-content h2{
  font-size:40px;
  margin-bottom:20px;
  color:#1A3A5C;
}

.philosophy-lead{
  font-size:18px;
  margin-bottom:18px;
  color:#333;
}

.philosophy-content p{
  font-size:16px;
  line-height:1.7;
  margin-bottom:20px;
}

.philosophy-points{
  list-style:none;
  padding:0;
}

.philosophy-points li{
  font-size:15px;
  margin-bottom:10px;
  display:flex;
  align-items:center;
  gap:10px;
}

.philosophy-points i{
  color:#8B1A2B;
}
/* Tablet */
@media (max-width:900px){

.philosophy{
  padding:90px 25px;
}

.philosophy-container{
  grid-template-columns:1fr;
  gap:40px;
}

.philosophy-content h2{
  font-size:34px;
}

.philosophy-lead{
  font-size:17px;
}

}

/* Mobile */

@media (max-width:540px){

.philosophy{
  padding:70px 18px;
}

.philosophy-content h2{
  font-size:28px;
}

.philosophy-lead{
  font-size:16px;
}

.philosophy-content p{
  font-size:15px;
}

.philosophy-points li{
  font-size:14px;
}

.philosophy-icon{
  font-size:28px;
}

}

/* Treatment Section */

.treatment-section{
padding:130px 0;
background:#fff;
}


.treatment-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;
}

.treatment-img img{
width:100%;
height: 500px;
aspect-ratio:4/3;
object-fit:cover;
border-radius: 20px;
box-shadow:0 20px 60px rgba(0,0,0,.12);
}

.treatment-title{
font-size:clamp(30px,3.5vw,50px);
font-weight:600;
color:var(--N);
line-height:1.1;
}

.treatment-intro{
font-size:16px;
line-height:1.8;
color:var(--T2);
margin-bottom:30px;
}

.treatment-list{
display:flex;
flex-direction:column;
gap:20px;
}

.treatment-list li{
display:flex;
gap:16px;
}

.treatment-list i{
font-size:20px;
color:var(--M);
margin-top:4px;
}

.treatment-list h4{
font-size:18px;
color:var(--N);
margin-bottom:4px;
}

.treatment-list p{
font-size:14px;
color:var(--T3);
line-height:1.6;
}


/* Responsive */

@media(max-width:900px){

.treatment-grid{
grid-template-columns:1fr;
gap:40px;
}

.treatment-img{
order:-1;
}

}

.ey-treatment{
color:#8B1A2B;
font-size:15px;
}

.ey-treatment::before,
.ey-treatment::after{
background:#8B1A2B;
}


.research-section{
padding:130px 0;
background:#FAF6F0;
}

.research-header{
max-width:700px;
margin-bottom:60px;
}

.research-title{
font-size:clamp(30px,3.5vw,48px);
color:#1A3A5C;
margin-bottom:10px;
}

.research-intro{
font-size:16px;
line-height:1.8;
color:#555;
}

.research-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.research-card{
background:#fff;
padding:30px;
border-radius:6px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:transform .3s ease;
}

.research-card:hover{
transform:translateY(-6px);
}

.research-card i{
font-size:26px;
color:#8B1A2B;
margin-bottom:14px;
}

.research-card h4{
font-size:18px;
color:#1A3A5C;
margin-bottom:8px;
}

.research-card p{
font-size:14px;
color:#666;
line-height:1.6;
}


/* Responsive */

@media(max-width:900px){

.research-grid{
grid-template-columns:1fr 1fr;
}

}

@media(max-width:500px){

.research-grid{
grid-template-columns:1fr;
}

}

.patients-treated{
padding:120px 0;
background:#fff;
}

.patients-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
margin-top:50px;
}

.patients-stat{
display:flex;
align-items:center;
gap:20px;
margin-bottom:25px;
}

.patients-stat i{
font-size:36px;
color:var(--M);
}

.patients-stat h3{
font-size:40px;
font-family:'Cormorant Garamond',serif;
color:var(--N);
margin:0;
}

.patients-text{
font-size:16px;
line-height:1.8;
color:var(--T2);
margin-bottom:25px;
}

.patients-list{
list-style:none;
display:flex;
flex-direction:column;
gap:10px;
}

.patients-list li{
font-size:14px;
color:var(--T2);
display:flex;
align-items:center;
gap:10px;
}

.patients-list i{
color:#8B1A2B;
}

.video-wrapper{
position:relative;
padding-bottom:56.25%;
height:0;
overflow:hidden;
border-radius:6px;
box-shadow:0 20px 60px rgba(0,0,0,0.15);
}

.video-wrapper iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

/* responsive */
@media(max-width:900px){
.patients-grid{
grid-template-columns:1fr;
gap:40px;
}
}

.awards-section{
padding:120px 0;
background:var(--CR);
}

.awards-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
margin-top:60px;
}

.award-card{
background:#fff;
padding:30px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
transition:all .35s ease;
}

.award-card:hover{
transform:translateY(-6px);
box-shadow:0 25px 60px rgba(0,0,0,0.15);
}

.award-card img{
width:100%;
height:140px;
border-radius:20px;
object-fit:contain;
margin-bottom:20px;
}

.award-card h3{
font-family:'Cormorant Garamond',serif;
font-size:20px;
color:var(--N);
margin-bottom:10px;
}

.award-card p{
font-size:14px;
color:var(--T3);
line-height:1.6;
}

/* responsive */

@media(max-width:900px){

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

}

@media(max-width:500px){

.awards-grid{
grid-template-columns:1fr;
}

}

.network-team{
padding:120px 0;
background:#faf6f0;
}

.network-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
margin-top:50px;
}

.network-card{
background:#fff;
padding:40px;
border-radius:8px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
transition:transform .3s ease;
}

.network-card:hover{
transform:translateY(-6px);
}

.network-icon{
font-size:34px;
color:#8B1A2B;
margin-bottom:20px;
}

.network-card h3{
font-size:24px;
margin-bottom:15px;
color:#1A3A5C;
}

.network-card p{
font-size:15px;
line-height:1.7;
margin-bottom:20px;
color:#555;
}

.network-card ul{
list-style:none;
padding:0;
}

.network-card ul li{
display:flex;
align-items:center;
gap:10px;
margin-bottom:10px;
font-size:14px;
color:#444;
}

.network-card ul li i{
color:#8B1A2B;
}

/* responsive */
@media(max-width:768px){
.network-grid{
grid-template-columns:1fr;
}
}

.diagnostics-section{
padding:120px 0;
background:#ffffff;
}

.diag-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;
}

.diag-text h2{
font-size:42px;
color:#1A3A5C;
margin-bottom:20px;
}

.diag-text p{
font-size:16px;
line-height:1.8;
color:#555;
margin-bottom:18px;
}

.diag-image img{
width:100%;
border-radius:6px;
box-shadow:0 20px 60px rgba(0,0,0,0.1);
}

.diag-features{
margin-top:30px;
display:grid;
grid-template-columns:1fr 1fr;
gap:25px;
}

.diag-item{
display:flex;
gap:15px;
}

.diag-item i{
font-size:22px;
color:#8B1A2B;
margin-top:4px;
}

.diag-item h4{
font-size:16px;
color:#1A3A5C;
margin-bottom:4px;
}

.diag-item p{
font-size:14px;
color:#666;
margin:0;
}

/* responsive */

@media(max-width:900px){

.diag-grid{
grid-template-columns:1fr;
gap:40px;
}

.diag-features{
grid-template-columns:1fr;
}

}

.healing-methods{
padding:120px 0;
background:#faf6f0;
}

.heal-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
margin-top:60px;
}

.heal-card{
background:#fff;
padding:40px;
border-radius:6px;
box-shadow:0 12px 40px rgba(0,0,0,0.05);
transition:all .3s ease;
}

.heal-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 50px rgba(0,0,0,0.08);
}

.heal-icon{
font-size:36px;
color:#8B1A2B;
margin-bottom:20px;
}

.heal-card h3{
font-size:24px;
margin-bottom:15px;
color:#1A3A5C;
}

.heal-card p{
font-size:15px;
line-height:1.8;
color:#555;
margin-bottom:20px;
}

.heal-card ul{
list-style:none;
padding:0;
}

.heal-card ul li{
display:flex;
align-items:center;
gap:10px;
margin-bottom:10px;
font-size:14px;
color:#444;
}

.heal-card ul li i{
color:#8B1A2B;
font-size:12px;
}

/* responsive */

@media(max-width:900px){

.heal-grid{
grid-template-columns:1fr;
gap:30px;
}

.healing-methods{
padding:80px 0;
}

}

.recovery-success{
padding:120px 0;
background:#ffffff;
}

.recovery-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
margin-top:60px;
}

.recovery-card{
background:#faf6f0;
padding:40px;
border-radius:6px;
box-shadow:0 12px 40px rgba(0,0,0,0.05);
transition:all .3s ease;
}

.recovery-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 50px rgba(0,0,0,0.08);
}

.recovery-icon{
font-size:36px;
color:#8B1A2B;
margin-bottom:20px;
}

.recovery-card h3{
font-size:24px;
margin-bottom:15px;
color:#1A3A5C;
}

.recovery-card p{
font-size:15px;
line-height:1.8;
color:#555;
margin-bottom:20px;
}

.recovery-card ul{
list-style:none;
padding:0;
}

.recovery-card ul li{
display:flex;
align-items:center;
gap:10px;
margin-bottom:10px;
font-size:14px;
color:#444;
}

.recovery-card ul li i{
color:#8B1A2B;
font-size:12px;
}

/* responsive */

@media(max-width:900px){

.recovery-grid{
grid-template-columns:1fr;
gap:30px;
}

.recovery-success{
padding:80px 0;
}

}

.programs-section{
padding:120px 0;
background:#faf6f0;
}

.program-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
margin-top:60px;
}

.program-card{
background:#fff;
border-radius:6px;
overflow:hidden;
box-shadow:0 12px 40px rgba(0,0,0,0.06);
transition:.3s;
}

.program-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 60px rgba(0,0,0,0.08);
}

.program-card img{
width:100%;
height:200px;
object-fit:cover;
}

.program-content{
padding:25px;
}

.program-icon{
font-size:26px;
color:#8B1A2B;
margin-bottom:10px;
}

.program-content h3{
font-size:20px;
margin-bottom:10px;
color:#1A3A5C;
}

.program-content p{
font-size:14px;
color:#555;
line-height:1.7;
margin-bottom:15px;
}

.program-content ul{
list-style:none;
padding:0;
}

.program-content ul li{
display:flex;
gap:8px;
font-size:13px;
margin-bottom:8px;
color:#444;
}

.program-content ul li i{
color:#8B1A2B;
}

/* responsive */

@media(max-width:1100px){
.program-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:600px){
.program-grid{
grid-template-columns:1fr;
}
}

.impact-future{
padding:120px 0;
background:#faf6f0;
}

.impact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
margin-top:60px;
}

.impact-card{
background:#fff;
padding:40px;
border-radius:6px;
box-shadow:0 12px 40px rgba(0,0,0,0.05);
transition:.3s;
}

.impact-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 50px rgba(0,0,0,0.08);
}

.impact-icon{
font-size:34px;
color:#8B1A2B;
margin-bottom:20px;
}

.impact-card h3{
font-size:24px;
margin-bottom:15px;
color:#1A3A5C;
}

.impact-card p{
font-size:15px;
line-height:1.8;
color:#555;
margin-bottom:20px;
}

.impact-card ul{
list-style:none;
padding:0;
}

.impact-card ul li{
display:flex;
gap:10px;
margin-bottom:10px;
font-size:14px;
color:#444;
}

.impact-card ul li i{
color:#B8892A;
font-size:12px;
}

/* responsive */

@media(max-width:900px){

.impact-grid{
grid-template-columns:1fr;
gap:30px;
}

.impact-future{
padding:80px 0;
}

}


/* PROGRAM PAGE */

.program-hero{
height:420px;
background-image:url("https://images.unsplash.com/photo-1579684385127-1ef15d508118?w=1600&q=80");
background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
position:relative;
color:white;
text-align:center;
}

.program-hero::before {
content:"";
position:absolute;
inset:0;
background:rgba(0,0,0,0.55);
}
.program-hero h1{
background:linear-gradient(90deg,#00688E,#b6172f,#00688E);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
font-size:54px;
font-weight:700;
}

.program-hero p{
font-size:18px;
line-height:1.7;
opacity:.9;
}

.program-intro{
padding:100px 0;
background:#FAF6F0;
}

.program-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.program-block{
padding:120px 0;
}

.program-block.alt{
background:#FAF6F0;
}

.program-grid img{
width:100%;
height:420px;
object-fit:cover;
}

.program-simple{
padding:70px 0;
border-bottom:1px solid rgba(0,0,0,.08);
}

.program-cta{
padding:140px 0;
text-align:center;
background:#8B1A2B;
color:white;
}

/* =====================================
INTEGRATIVE TREATMENT SECTION
===================================== */

.program-method{
padding:120px 0;
background:var(--CR);
text-align:center;
}

.program-method h2{
font-size:clamp(32px,3.5vw,48px);
font-weight:600;
color:var(--N);
margin-bottom:60px;
position:relative;
}

.program-method h2::after{
content:"";
width:60px;
height:2px;
background:var(--G);
display:block;
margin:18px auto 0;
}


/* GRID */

.method-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:32px;
}


/* CARD */

.method-card{
background:#fff;
border:1px solid rgba(0,0,0,0.06);
border-radius:6px;
overflow:hidden;
transition:all .35s ease;
position:relative;
text-align:left;
}

.method-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 50px rgba(0,0,0,0.12);
}


/* IMAGE */

.method-card img{
width:100%;
height:190px;
object-fit:cover;
display:block;
transition:transform .5s ease;
}

.method-card:hover img{
transform:scale(1.08);
}


/* CONTENT */

.method-card h3{
font-family:'Cormorant Garamond',serif;
font-size:22px;
font-weight:600;
color:var(--N);
padding:20px 24px 8px;
}

.method-card p{
font-family:'DM Sans',sans-serif;
font-size:14px;
line-height:1.7;
color:var(--T3);
padding:0 24px 24px;
}


/* SMALL ICON LINE */

.method-card h3::before{
content:"";
display:inline-block;
width:18px;
height:2px;
background:var(--M);
margin-right:10px;
vertical-align:middle;
}


/* HOVER BORDER EFFECT */

.method-card::after{
content:"";
position:absolute;
bottom:0;
left:0;
width:0%;
height:2px;
background:var(--M);
transition:width .35s ease;
}

.method-card:hover::after{
width:100%;
}


/* =====================================
RESPONSIVE
===================================== */

@media(max-width:1000px){

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

}

@media(max-width:600px){

.method-grid{
grid-template-columns:1fr;
}

.program-method{
padding:80px 0;
}

.program-method h2{
margin-bottom:40px;
}

}

/* ======================================
PROGRAM RESULTS SECTION
====================================== */

.program-results{
padding:90px 0;
background:var(--CR);
text-align:center;
}

.program-results h2{
font-size:clamp(32px,3.5vw,50px);
font-weight:600;
color:var(--N);
margin-bottom:60px;
position:relative;
}

.program-results h2::after{
content:"";
width:60px;
height:2px;
background:var(--G);
display:block;
margin:18px auto 0;
}


/* GRID */

.results-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}


/* CARD */

.result-card{
position:relative;
overflow:hidden;
border-radius:6px;
background:#fff;
box-shadow:0 12px 40px rgba(0,0,0,0.08);
transition:all .35s ease;
}

.result-card:hover{
transform:translateY(-8px);
box-shadow:0 25px 70px rgba(0,0,0,0.15);
}


/* IMAGE */

.result-card img{
width:100%;
height:240px;
object-fit:cover;
transition:transform .5s ease;
display:block;
}

.result-card:hover img{
transform:scale(1.08);
}


/* OVERLAY */

.result-card::before{
content:"";
position:absolute;
inset:0;
background:linear-gradient(
to top,
rgba(26,58,92,.85),
rgba(26,58,92,.2),
transparent
);
z-index:1;
}


/* TEXT */

.result-card h3{
position:absolute;
bottom:22px;
left:22px;
right:22px;
z-index:2;

font-family:'Cormorant Garamond',serif;
font-size:26px;
font-weight:600;
color:#fff;
line-height:1.2;
}


/* NUMBER STYLE */

.result-card h3::before{
content:"";
display:block;
width:36px;
height:2px;
background:var(--GL);
margin-bottom:8px;
}


/* ======================================
RESPONSIVE
====================================== */

@media(max-width:900px){

.results-grid{
grid-template-columns:1fr 1fr;
}

}

@media(max-width:600px){

.results-grid{
grid-template-columns:1fr;
}

.program-results{
padding:90px 0;
}

.program-results h2{
margin-bottom:40px;
}

}

/* =====================================
PROGRAM DOCTOR SECTION
===================================== */

.program-doctor{
padding:130px 0;
background:var(--W);
}

/* GRID */

.program-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:90px;
align-items:center;
}

/* IMAGE */

.program-img{
position:relative;
}

.program-img img{
width:100%;
height:420px;
border-radius: 20px;
object-fit:cover;
display:block;
box-shadow:0 25px 60px rgba(0,0,0,0.15);
transition:transform .5s ease;
}

/* image hover */

.program-img:hover img{
transform:scale(1.05);
}

/* decorative border */

.program-img::before{
content:"";
position:absolute;
top:-18px;
left:-18px;
right:18px;
bottom:18px;
border:2px solid #8B1A2B;
z-index:-1;
}

/* CONTENT */

.program-content h2{
font-size:clamp(32px,3.2vw,48px);
font-weight:600;
color:var(--N);
margin-bottom:20px;
line-height:1.2;
}

.program-content p{
font-family:'DM Sans',sans-serif;
font-size:16px;
line-height:1.8;
color:var(--T2);
margin-bottom:30px;
max-width:520px;
}

/* BUTTON */

.program-content .btn{
padding:14px 32px;
font-size:12px;
letter-spacing:1.6px;
}


/* =====================================
RESPONSIVE
===================================== */

@media(max-width:900px){

.program-grid{
grid-template-columns:1fr;
gap:50px;
}

.program-img img{
height:320px;
}

.program-img::before{
display:none;
}

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

.program-content p{
margin:auto;
margin-bottom:30px;
}

}

@media(max-width:500px){

.program-doctor{
padding:90px 0;
}

.program-content h2{
font-size:30px;
}

}

/* ======================================
PROGRAM COMPARISON SECTION
====================================== */

.program-compare{
padding:130px 0;
background:var(--CR);
text-align:center;
}

.program-compare h2{
font-size:clamp(32px,3.5vw,50px);
font-weight:600;
color:var(--N);
margin-bottom:50px;
position:relative;
}

.program-compare h2::after{
content:"";
width:60px;
height:2px;
background:var(--G);
display:block;
margin:18px auto 0;
}


/* TABLE WRAPPER */

.program-table{
width:100%;
max-width:900px;
margin:auto;
border-collapse:collapse;
background:#fff;
box-shadow:0 20px 60px rgba(0,0,0,0.08);
overflow:hidden;
border-radius:6px;
}


/* HEADER */

.program-table th{
background:var(--M);
color:#fff;
font-family:'DM Sans',sans-serif;
font-size:13px;
font-weight:600;
letter-spacing:1px;
text-transform:uppercase;
padding:18px 20px;
text-align:left;
}


/* ROWS */

.program-table td{
padding:18px 20px;
font-size:15px;
color:var(--T2);
border-bottom:1px solid rgba(0,0,0,0.06);
}


/* STRIPED ROWS */

.program-table tr:nth-child(even){
background:#fafafa;
}


/* HOVER EFFECT */

.program-table tr:hover{
background:var(--GF);
transition:background .25s ease;
}


/* LAST ROW */

.program-table tr:last-child td{
border-bottom:none;
}


/* CONDITION COLUMN */

.program-table td:first-child{
font-weight:600;
color:var(--N);
}


/* ======================================
RESPONSIVE
====================================== */

@media(max-width:700px){

.program-table{
font-size:14px;
}

.program-table th,
.program-table td{
padding:14px 12px;
}

.program-compare{
padding:90px 0;
}

.program-compare h2{
margin-bottom:35px;
}

}

/* PROGRAM OVERVIEW */

.program-overview{
padding:110px 0;
background:#faf6f0;
text-align:center;
}

.program-overview-header{
max-width:750px;
margin:auto;
margin-bottom:70px;
}

.program-title{
font-size:44px;
color:#1A3A5C;
line-height:1.2;
margin-top:10px;
margin-bottom:20px;
}

.program-intro{
font-size:17px;
color:#555;
line-height:1.8;
}

.program-highlights{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.program-card{
background:#fff;
padding:40px 30px;
border-radius:6px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
transition:all .3s ease;
}

.program-card:hover{
transform:translateY(-8px);
}

.program-icon{
font-size:28px;
color:#8B1A2B;
margin-bottom:18px;
}

.program-card h3{
font-size:20px;
margin-bottom:10px;
color:#1A3A5C;
}

.program-card p{
font-size:14px;
line-height:1.7;
color:#666;
}


/* responsive */

@media(max-width:900px){

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

}

@media(max-width:600px){

.program-highlights{
grid-template-columns:1fr;
}

.program-title{
font-size:32px;
}

}

.contact-form{
display:flex;
flex-direction:column;
gap:16px;
max-width:500px;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
padding:14px;
border:1px solid #ddd;
font-size:14px;
font-family:'DM Sans',sans-serif;
border-radius:4px;
}

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

.contact-form button{
margin-top:10px;
}

.contact-form button{
display:flex;
align-items:center;
justify-content:center;
text-align:center;
width:100%;
}

.nav-links{
display:flex;
gap:34px;
list-style:none;
align-items:center;
}

.nav-links li{
list-style:none;
position:relative;
}

/* Dropdown */

.dropdown-menu{
position:absolute;
top:100%;
left:0;
background:#fff;
border:1px solid #eee;
display:none;
flex-direction:column;
min-width:200px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
padding:0;
margin:0;
list-style:none;

}

.dropdown-menu li a{
padding:12px 16px;
display:block;
font-size:18px;
}

.dropdown:hover .dropdown-menu{
display:block;
}



.nav-program{
display:inline-flex;
align-items:center;
gap:8px;
}

.nav-program::before{
content:"";
display:inline-block;
width:7px;
height:7px;
border-right:2px solid currentColor;
border-bottom:2px solid currentColor;
transform:rotate(45deg) translateY(-1px);
flex-shrink:0;
order:2;
}

/* program-deatil css */
/* ================================
   PROGRAM PAGE CORE
================================ */

.drp-container{
max-width:1200px;
margin:auto;
margin-left: 220px;

}

.drp-section{
padding:110px 0;
}

.drp-bg{
background:#00688E;
}

.drp-center{
text-align:center;
margin-bottom:60px;
color:white;
font-size:40px;
}
.drp-sub{
color:#ffffff;
text-align:center;
max-width:720px;
margin:auto;
margin-bottom:50px;
font-size:16px;
line-height:1.7;
}

/* ================================
   HERO
================================ */
/* HERO */

.ay-hero{
position:relative;
padding:140px 0;
overflow:hidden;
background:#f6fbff;
}

/* background blur */
.ay-hero-bg{
position:absolute;
inset:0;
background:url("https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
filter:blur(6px) brightness(1.1);
opacity:.35;
}

/* layout */

.ay-hero-grid{
display:grid;
grid-template-columns:1fr 1.2fr;
align-items:center;
gap:80px;
position:relative;
z-index:2;
}

/* doctor image */

.ay-hero-visual{
position:relative;
margin-left:5%;
}

.ay-doctor-img{
width:500px;
border-radius:20%;
position:relative;

z-index:2;
}

/* arrow graphic */



/* content */

.ay-hero-content h1{
font-family:"Cormorant Garamond",serif;
font-size:48px;
line-height:1.2;
color:#7a2d33;
margin-bottom:20px;
}

.ay-hero-content span{
color:#1c4c68;
}

.ay-sub{
font-size:18px;
color:#4a6a7a;
margin-bottom:18px;
}

.ay-points{
color:#1f6d8a;
font-weight:500;
margin-bottom:30px;
}

.ay-btn{
display:inline-block;
padding:16px 40px;
background:#0f6c88;
color:white;
border-radius:40px;
font-weight:600;
transition:.3s;
}

.ay-btn:hover{
background:#0a4c63;
}


.drp-actions{
display:flex;
gap:16px;
}

.drp-hero-media img{
border-radius:6px;

}


/* ================================
   TWO COLUMN
================================ */

.drp-two-col{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

.drp-content p{
line-height:1.8;
margin-bottom:18px;
color:#444;
}


/* ================================
   CARDS
================================ */

.drp-card-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
margin-top:40px;
align-items:stretch;
margin-left: 30px;
}

.drp-bg .drp-container{
max-width:1200px;
margin-left:auto;
margin-right:auto;
padding-left:24px;
padding-right:24px;
}

.drp-bg .drp-center{
max-width:760px;
margin-left:auto;
margin-right:auto;
margin-bottom:24px;
font-size:clamp(34px,3vw,44px);
line-height:1.2;
}

.drp-bg .drp-sub{
max-width:760px;
margin-left:auto;
margin-right:auto;
margin-bottom:40px;
font-size:18px;
line-height:1.7;
}

.drp-bg .drp-card-grid{
margin-left:0;
grid-template-columns:repeat(4,minmax(0,1fr));
}

.drp-bg .drp-card{
height:100%;
min-height:260px;
padding:32px 24px;
}

.drp-bg .drp-card h3{
font-size:24px;
line-height:1.25;
margin-bottom:12px;
}

.drp-bg .drp-card p{
font-size:16px;
line-height:1.7;
}


/* ================================
   FEATURES
================================ */

.drp-feature-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
margin-top:50px;
}

.drp-feature{
padding:24px;
border-left:3px solid #8b1a2b;
background:#fff;
}


/* ================================
   TIMELINE
================================ */

.drp-timeline{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
margin-top:50px;
}

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

.drp-step span{
width:42px;
height:42px;
background:#8b1a2b;
color:white;
display:inline-flex;
align-items:center;
justify-content:center;
border-radius:50%;
margin-bottom:10px;
}


/* ================================
   RESULTS
================================ */

.drp-results{
list-style:none;
margin-top:20px;
}

.drp-results li{
margin-bottom:10px;
}


/* ================================
   BENEFITS
================================ */

.drp-benefits{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:40px;
}

.drp-benefits div{
padding:20px;
border:1px solid rgba(0,0,0,0.06);
text-align:center;
background:white;
}


/* ================================
   CTA
================================ */

.drp-cta{
background:#8b1a2b;
color:white;
padding:120px 0;
}

.drp-cta .drp-container{
max-width:900px;
margin-left:auto;
margin-right:auto;
padding-left:24px;
padding-right:24px;
}

.drp-cta h2{
color:#fff !important;
font-size:clamp(34px,3.2vw,52px);
line-height:1.15;
}

.drp-cta p{
max-width:680px;
margin:20px auto 30px;
color:rgba(255,255,255,0.8);
font-size:18px;
line-height:1.7;
}

.drp-cta .btn{
min-height:56px;
padding:16px 32px;
border-radius:999px;
}


/* ================================
   RESPONSIVE
================================ */

@media(max-width:900px){

.drp-hero-grid,
.drp-two-col{
grid-template-columns:1fr;
}

.drp-card-grid,
.drp-feature-grid,
.drp-timeline{
grid-template-columns:1fr;
}

.drp-benefits{
grid-template-columns:1fr 1fr;
}

.drp-bg .drp-container{
padding-left:20px;
padding-right:20px;
}

.drp-bg .drp-card-grid{
grid-template-columns:1fr;
gap:20px;
}

.drp-bg .drp-center{
margin-bottom:20px;
font-size:clamp(30px,5.4vw,38px);
}

.drp-bg .drp-sub{
margin-bottom:32px;
font-size:16px;
}

.drp-cta{
padding:80px 0;
}

.drp-cta .drp-center{
margin-bottom:0;
}

.drp-cta h2{
font-size:clamp(30px,6vw,40px);
line-height:1.2;
}

.drp-cta p{
max-width:640px;
margin:16px auto 24px;
font-size:16px;
line-height:1.7;
}

.drp-cta .btn{
justify-content:center;
}

}

.ay-doctor-img{
width:600px;
height:550px;
object-fit:cover;
}

.drp-icon{
font-size:38px;
margin-bottom:15px;
color:#8B1A2B;
}

.drp-bg .drp-icon{
color:#8B1A2B;
}

.drp-card{
background:#fff;
padding:35px 25px;
border-radius:8px;
text-align:center;
transition:0.3s;
display:flex;
flex-direction:column;
align-items:center;
}

.drp-card:hover{
transform:translateY(-6px);
box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.drp-title{
display:flex;
align-items:center;
gap:12px;
font-size:32px;
margin-bottom:20px;
}

.drp-title-icon{
color:#c62828;
font-size:28px;
}

.drp-point{
display:flex;
align-items:flex-start;
gap:12px;
margin-bottom:14px;
}

.drp-icon{
color:#c62828;
font-size:18px;
margin-top:4px;
}

.drp-point p{
margin:0;
line-height:1.7;
color:#444;
}

/* -------- Tablet -------- */

@media (max-width:992px){

.ay-hero-grid{
grid-template-columns:1fr;
text-align:center;
gap:40px;
}

.ay-hero-visual{
order:1;
}

.ay-hero-content{
order:2;
}

.ay-doctor-img{
max-width:420px;
margin:auto;
}

.ay-hero-content h1{
font-size:34px;
}

}

/* -------- Mobile -------- */

@media (max-width:600px){

.ay-hero{
padding:70px 20px;
}

.ay-hero-visual{
margin-left:0;
display:flex;
justify-content:center;
width:100%;
}

.ay-doctor-img{
width:min(100%,340px);
max-width:340px;
height:auto;
object-fit:contain;
margin:0 auto;

}

.ay-hero-content h1{
font-size:28px;
}

.ay-sub{
font-size:16px;
}

.ay-btn{
width:100%;
text-align:center;
}

}

.drp-media img{
width:100%;
border-radius:20px;
}

.rev-section{
padding:100px 0;
background:#fafafa;
}

.rev-container{
max-width:1200px;
margin:auto;
padding:0 40px;
}

.rev-title{
text-align:center;
font-size:40px;
margin-bottom:60px;
color: #c62828;
}

.rev-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
}

.rev-card{
background:#fff;
border-radius:14px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.3s;
}

.rev-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

.rev-image img{
width:100%;
height:220px;
object-fit:cover;
}

.rev-content{
padding:28px;
}

.rev-content h4{
font-size:22px;
margin-bottom:10px;
}

.rev-content p{
color:#666;
line-height:1.6;
}

@media(max-width:768px){

.rev-grid{
grid-template-columns:1fr;
}

}

.process-section{
padding:110px 0;
background:#0F6B86;
color:#fff;
}

.process-container{
max-width:1200px;
margin:auto;
padding:0 40px;
text-align:center;
}

.process-title{
font-size:42px;
margin-bottom:70px;
font-family:'Cormorant Garamond',serif;
}

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

/* connecting line */

.process-steps::before{
content:"";
position:absolute;
top:38px;
left:10%;
width:80%;
height:2px;
background:rgba(255,255,255,0.25);
z-index:0;
}

.process-step{
position:relative;
z-index:1;
}

.step-circle{
width:70px;
height:70px;
background:#8B1A2B;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
font-weight:600;
margin:auto;
margin-bottom:18px;
box-shadow:0 6px 20px rgba(0,0,0,0.2);
transition:0.3s;
}

.process-step:hover .step-circle{
transform:scale(1.1);
background:#A8223A;
}

.process-step h4{
font-size:18px;
margin-bottom:8px;
}

.process-step p{
font-size:14px;
color:rgba(255,255,255,0.8);
line-height:1.6;
max-width:220px;
margin:auto;
}

/* responsive */

@media(max-width:900px){

.process-steps{
grid-template-columns:1fr;
gap:50px;
}

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

}
.results-section{
padding:100px 0;
background:#fafafa;
}

.results-container{
max-width:1200px;
margin:auto;
padding:0 40px;
}

.results-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;
}

.results-title{
font-size:40px;
margin-bottom:16px;

}

.results-sub{
color:#666;
margin-bottom:30px;
line-height:1.7;
max-width:420px;
}

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

.results-list li{
display:flex;
gap:16px;
align-items:flex-start;
background:#fff;
padding:18px 20px;
border-radius:10px;
box-shadow:0 6px 18px rgba(0,0,0,0.06);
transition:0.3s;
}

.results-list li:hover{
transform:translateY(-4px);
box-shadow:0 10px 26px rgba(0,0,0,0.1);
}

.results-icon{
width:32px;
height:32px;
background:#8B1A2B;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:14px;
flex-shrink:0;
}

.results-list strong{
display:block;
font-size:16px;
margin-bottom:4px;
}

.results-list p{
font-size:14px;
color:#666;
margin:0;
}

.results-media img{
width:100%;
height:420px;
object-fit:cover;
border-radius:14px;
box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

@media(max-width:900px){

.results-grid{
grid-template-columns:1fr;
gap:40px;
}

.results-media img{
height:320px;
}

}

.results-title{
font-size:40px;
margin-bottom:16px;
text-align:center;
color:#8B1A2B;
}
.doctor-section{
padding:100px 0;
background:#fafafa;
}

.doctor-container{
max-width:1200px;
margin:auto;
padding:0 40px;
}

.doctor-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;
}

.doctor-media img{
width:100%;
height:600px;
object-fit:cover;
border-radius:14px;
box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

.doctor-title{
font-size:40px;
margin-bottom:18px;
color:#1A3A5C;
}

.doctor-desc{
color:#555;
line-height:1.7;
margin-bottom:16px;
}

.doctor-highlights{
display:flex;
gap:40px;
margin-top:25px;
}

.doctor-stat strong{
display:block;
font-size:28px;
color:#8B1A2B;
}

.doctor-stat span{
font-size:14px;
color:#666;
}

@media(max-width:900px){

.doctor-grid{
grid-template-columns:1fr;
gap:40px;
}

.doctor-media img{
height:320px;
}

.doctor-highlights{
justify-content:space-between;
}

}
.benefits-section{
padding:90px 0;
background:#f7f7f7;
}

.benefits-container{
max-width:1100px;
margin:auto;
text-align:center;
}

.benefits-title{
font-size:38px;
margin-bottom:50px;
color:#1A3A5C;
}

.benefits-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
}

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

.benefit-item i{
width:70px;
height:70px;
background:#00688E;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:26px;
margin:0 auto 15px;
}

.benefit-item p{
font-size:16px;
color:#333;
}

/* responsive */

@media(max-width:900px){

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

}

@media(max-width:600px){

.benefits-grid{
grid-template-columns:1fr;
}

}

/* footer bottom premium */

.ft-bot{
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
gap:14px;
padding-top:14px;
font-size:12px;
color:rgba(255,255,255,.35);
}

.ft-copy {
opacity:.7;
margin-left:6px;
font-size: 13px;
}

.ft-links{
display:flex;
gap:18px;
}

.ft-links a{
color:rgba(255,255,255,.45);
font-size:13px;
transition:color .25s;
}

.ft-links a:hover{
color:#fff;
}

.ft-credit{
font-size:13px;
letter-spacing:.5px;
color:rgba(255,255,255,.28);
}

.ft-credit span{
color:var(--GL);
font-weight:500;
letter-spacing:1px;
transition:all .3s;
}

.ft-credit a:hover span{
color:#fff;
}


/* Tablet */
@media (max-width:992px){

.drp-two-col{
grid-template-columns:1fr;
gap:40px;
}

.drp-title{
font-size:30px;
}

.drp-point p{
font-size:15px;
}

}

/* Mobile */
@media (max-width:600px){

.drp-section{
padding:60px 0;
}

.drp-title{
font-size:24px;
}

.drp-point{
gap:12px;
}

.drp-icon{
font-size:18px;
}

.drp-point p{
font-size:14px;
line-height:1.6;
}

.drp-media img{
border-radius:12px;
}

}

@media (max-width:900px){

:root{
  --page-gutter:20px;
}

html,
body{
  overflow-x:hidden;
}

.wrap,
.drp-container,
.rev-container,
.process-container,
.results-container,
.doctor-container,
.benefits-container,
.core-container{
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
  padding-left:20px;
  padding-right:20px;
}

.drp-container{
  margin-left:auto;
}

.nav-in{
  padding-left:20px;
  padding-right:20px;
}

.nav-logo img{
  margin-left:0;
}

#nav .nav-links,
#nav .nav-r{
  display:none !important;
}

#nav .hmbg{
  display:flex !important;
  align-self:center;
  justify-content:center;
  align-items:center;
  width:44px;
  height:44px;
  margin-left:auto;
  position:relative;
  z-index:1002;
}

.metrics-row{
  padding-left:20px !important;
  padding-right:20px !important;
}

.about-grid,
.mv-grid,
.doctor-grid,
.why-grid,
.loc-top,
.contact-layout{
  grid-template-columns:1fr !important;
  gap:40px !important;
}

.program-content,
.results-content{
  text-align:center;
}

.results-sub,
.program-content p{
  max-width:none;
}

.contact-layout{
  align-items:start;
}

.contact-info-list{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.program-compare .wrap{
  overflow-x:auto;
}

.program-table{
  min-width:640px;
}

}

@media (max-width:600px){

.program-hero,
.about-hero-banner{
  height:auto;
  min-height:320px;
  padding:120px 0 80px;
}

.program-hero h1,
.gradient-text,
.about-hero-content h1{
  font-size:36px;
}

.program-hero p,
.about-hero-content p{
  font-size:16px;
}

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

.drp-bg .drp-container{
  padding-left:16px;
  padding-right:16px;
}

.drp-bg .drp-center{
  font-size:28px;
  line-height:1.25;
  margin-bottom:16px;
}

.drp-bg .drp-sub{
  font-size:15px;
  line-height:1.6;
  margin-bottom:24px;
}

.progs,
.testi-grid,
.r-stats,
.cities-grid,
.about-stats,
.drp-card-grid,
.drp-feature-grid,
.drp-timeline,
.drp-benefits,
.benefits-grid,
.core-grid,
.program-highlights,
.method-grid,
.results-grid{
  grid-template-columns:1fr;
}

.drp-bg .drp-card-grid{
  grid-template-columns:1fr;
  gap:16px;
  margin-top:24px;
}

.drp-bg .drp-card{
  min-height:auto;
  padding:24px 18px;
  border-radius:12px;
}

.drp-bg .drp-card h3{
  font-size:22px;
  margin-bottom:10px;
}

.drp-bg .drp-card p{
  font-size:14px;
  line-height:1.6;
}

.drp-bg .drp-icon{
  font-size:32px;
  margin-bottom:12px;
}

.hero-btns,
.cta-btns{
  flex-direction:column;
  align-items:stretch;
}

.hero-btns .btn,
.cta-btns .btn,
.program-content .btn{
  width:100%;
  justify-content:center;
}

.program-grid img,
.program-img img,
.results-media img,
.doctor-media img{
  height:auto;
  max-height:500px;
}

.contact-form{
  max-width:none;
}

iframe{
  height:320px;
}

.drp-cta{
  padding:56px 0;
}

.drp-cta .drp-container{
  padding-left:16px;
  padding-right:16px;
}

.drp-cta h2{
  font-size:28px;
  line-height:1.25;
}

.drp-cta p{
  margin:14px auto 22px;
  font-size:15px;
  line-height:1.6;
}

.drp-cta .btn{
  width:100%;
  max-width:320px;
  min-height:52px;
  padding:14px 20px;
  font-size:14px;
  letter-spacing:1.2px;
}

}

@media (max-width:400px){

.drp-bg .drp-container{
  padding-left:14px;
  padding-right:14px;
}

.drp-bg .drp-center{
  font-size:25px;
}

.drp-bg .drp-card{
  padding:22px 16px;
}

.drp-bg .drp-card h3{
  font-size:20px;
}

}


/* consultation button */

.consult-btn{
margin-top:8px;
display:inline-flex;
justify-content:center;
align-items:center;
}

/* Tablet */
@media (max-width:992px){

.consult-btn{
width:100%;
padding:14px 20px;
font-size:13px;
}

}

/* Mobile */
@media (max-width:600px){

.consult-btn{
width:100%;
padding:14px 16px;
font-size:14px;
border-radius:6px;
}

}
#drw .btn{
width:85%;
max-width:320px;
margin:30px auto 0;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
font-size:14px;
padding:16px 24px;
border-radius:8px;
}

/* CONTACT SECTION */
.contact-layout{
display:grid;
grid-template-columns:1.1fr 0.9fr;
gap:80px;
align-items:start;
}

/* FORM */
.contact-form{
display:flex;
flex-direction:column;
gap:16px;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
width:100%;
padding:14px 16px;
border:1px solid #e5e5e5;
border-radius:6px;
font-size:14px;
font-family:'DM Sans',sans-serif;
}

.contact-form textarea{
resize:vertical;
}

/* CONTACT INFO */
.contact-info{
max-width:420px;
}

.contact-title{
font-size:28px;
margin-bottom:12px;
color:var(--N);
}

.contact-desc{
font-size:15px;
color:var(--T3);
margin-bottom:28px;
line-height:1.6;
}

.contact-info-list{
display:flex;
flex-direction:column;
}

.contact-item{
display:flex;
align-items:flex-start;
gap:14px;
padding:16px 0;
border-bottom:1px solid #eee;
}

.contact-item:last-child{
border-bottom:none;
}

.contact-icon{
font-size:18px;
margin-top:3px;
}

.contact-item strong{
font-size:15px;
color:var(--N);
}

.contact-item p{
font-size:14px;
color:var(--T3);
margin-top:2px;
}

/* RESPONSIVE */
@media(max-width:900px){

.contact-layout{
grid-template-columns:1fr;
gap:50px;
}

.contact-info{
max-width:100%;
}

}

.stories-hero{
padding:140px 0 80px;
text-align:center;
background:var(--CR);
}

.stories-hero h1{
font-size:48px;
margin-bottom:10px;
color:var(--N);
}

.fs-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
padding:100px 0;
}

.fs-video iframe{
width:100%;
height:350px;
border:none;
}

.fs-quote{
font-size:20px;
font-style:italic;
margin:20px 0;
}

.video-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
margin-top:40px;
}

.video-card iframe{
width:100%;
height:200px;
border:none;
}

.stories-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
margin-top:40px;
}

.story-card{
background:#fff;
padding:20px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.story-card img{
height:200px;
object-fit:cover;
margin-bottom:10px;
}

.ba-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
margin-top:40px;
}

.ba-card img{
height:260px;
object-fit:cover;
margin-bottom:10px;
}

@media(max-width:900px){

.fs-grid{
grid-template-columns:1fr;
}

.video-grid{
grid-template-columns:1fr 1fr;
}

.stories-grid{
grid-template-columns:1fr;
}

.ba-grid{
grid-template-columns:1fr;
}

}
.stories-hero{
padding:120px 0 100px;
background:linear-gradient(120deg,#0f2540,#8B1A2B);
color:#fff;
text-align:center;
}

.stories-hero-inner{
max-width:820px;
margin:auto;
}

.stories-tag{
display:inline-block;
font-size:12px;
letter-spacing:2px;
text-transform:uppercase;
color:#D4A94A;
margin-bottom:20px;
}

.stories-hero h1{
font-size:56px;
line-height:1.1;
margin-bottom:20px;
font-family:'Cormorant Garamond',serif;
}

.stories-hero h1 span{
color:#D4A94A;
}

.stories-sub{
font-size:17px;
line-height:1.7;
color:rgba(255,255,255,.8);
margin-bottom:40px;
}

.stories-hero-stats{
display:flex;
justify-content:center;
gap:40px;
margin-bottom:40px;
flex-wrap:wrap;
}

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

.story-stat strong{
display:block;
font-size:28px;
color:#D4A94A;
font-family:'Cormorant Garamond',serif;
}

.story-stat span{
font-size:13px;
color:rgba(255,255,255,.7);
}

.stories-hero-btns{
display:flex;
justify-content:center;
gap:16px;
flex-wrap:wrap;
}

.story-videos{
padding:100px 0;
background:#faf6f0;
}

.story-head{
text-align:center;
max-width:700px;
margin:auto;
margin-bottom:70px;
}

.story-title{
font-size:42px;
font-family:'Cormorant Garamond',serif;
color:#1A3A5C;
line-height:1.2;
margin-bottom:12px;
}

.story-title span{
color:#8B1A2B;
}

.story-sub{
font-size:16px;
color:#555;
line-height:1.7;
}

.video-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.video-card{
background:#8B1A2B;
border-radius:6px;
overflow:hidden;
box-shadow:0 12px 30px rgba(0,0,0,0.08);
transition:transform .35s ease, box-shadow .35s ease;
}

.video-card:hover{
transform:translateY(-6px);
box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

.video-frame{
position:relative;
padding-bottom:56.25%;
height:0;
overflow:hidden;
}

.video-frame iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:none;
}

.video-card p{
padding:18px;
font-size:15px;
font-weight:500;
color:white;
}
@media(max-width:1000px){

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

}

@media(max-width:600px){

.video-grid{
grid-template-columns:1fr;
}

.story-title{
font-size:32px;
}

}

/* ============================================
   PREMIUM VIDEO STORIES SECTION – sv-*
============================================ */

.sv-section{
padding:100px 0;
background:#faf6f0;
position:relative;
overflow:hidden;
}

/* Head */
.sv-head{
text-align:center;
max-width:700px;
margin:0 auto 70px;
position:relative;
}

.sv-h2{
font-size:44px;
font-family:'Cormorant Garamond',serif;
color:#1A3A5C;
line-height:1.2;
margin:12px 0 14px;
}

.sv-h2 span{color:#8B1A2B;}

.sv-p{
font-size:16px;
color:#555;
line-height:1.7;
}

/* ---- FEATURED ---- */
.sv-featured{
display:grid;
grid-template-columns:1.25fr 1fr;
gap:56px;
align-items:center;
margin-bottom:64px;
background:#fff;
border:1px solid rgba(0,0,0,.07);
border-radius:20px;
padding:40px;
position:relative;
box-shadow:0 10px 40px rgba(0,0,0,.06);
}

.sv-feat-video{
position:relative;
border-radius:14px;
overflow:hidden;
background:#000;
box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.sv-feat-video .sv-vid{
width:100%;
display:block;
aspect-ratio:9/10;
object-fit:cover;
}

/* Overlay (shared) */
.sv-overlay{
position:absolute;
inset:0;
display:flex;
align-items:center;
justify-content:center;
background:linear-gradient(to top,rgba(0,0,0,.65) 0%,rgba(0,0,0,.1) 55%,transparent 100%);
transition:opacity .3s;
}

.sv-play{
width:76px;
height:76px;
background:none;
border:none;
cursor:pointer;
transition:transform .3s ease,filter .3s ease;
filter:drop-shadow(0 0 22px rgba(212,169,74,.65));
}

.sv-play:hover{
transform:scale(1.12);
filter:drop-shadow(0 0 30px rgba(212,169,74,.9));
}

.sv-play svg{width:100%;height:100%;}

.sv-feat-badge{
position:absolute;
top:16px;
left:16px;
background:#D4A94A;
color:#000;
font-size:11px;
font-weight:700;
letter-spacing:1.5px;
text-transform:uppercase;
padding:6px 16px;
border-radius:30px;
}

/* Featured Info */
.sv-feat-info{position:relative;}

.sv-cat{
display:inline-block;
font-size:11px;
letter-spacing:2.5px;
text-transform:uppercase;
color:#D4A94A;
margin-bottom:14px;
}

.sv-feat-info h3{
font-size:34px;
font-family:'Cormorant Garamond',serif;
color:#1A3A5C;
line-height:1.2;
margin-bottom:18px;
}

.sv-desc{
font-size:16px;
color:#555;
line-height:1.85;
font-style:italic;
border-left:3px solid #D4A94A;
padding-left:18px;
margin-bottom:28px;
}

.sv-patient-meta{
display:flex;
align-items:center;
gap:14px;
margin-bottom:34px;
}

.sv-avatar{
width:50px;
height:50px;
border-radius:50%;
background:linear-gradient(135deg,#8B1A2B,#D4A94A);
display:flex;
align-items:center;
justify-content:center;
font-size:18px;
font-weight:700;
color:#fff;
flex-shrink:0;
}

.sv-patient-meta strong{
display:block;
color:#1A3A5C;
font-size:15px;
margin-bottom:2px;
}

.sv-patient-meta span{
font-size:13px;
color:#888;
}

/* ---- 3-VIDEO GRID ---- */
.sv-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
}

.sv-card{
background:#fff;
border:1px solid rgba(0,0,0,.06);
border-radius:16px;
overflow:hidden;
box-shadow:0 8px 24px rgba(0,0,0,.06);
transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;
}

.sv-card:hover{
transform:translateY(-8px);
box-shadow:0 24px 50px rgba(0,0,0,.12);
border-color:rgba(139,26,43,.2);
}

.sv-card-video{
position:relative;
background:#000;
}

.sv-card-video .sv-vid{
width:100%;
display:block;
aspect-ratio:16/9;
object-fit:cover;
}

.sv-card-info{
padding:20px 22px 26px;
}

.sv-cat-sm{
display:inline-block;
font-size:10px;
letter-spacing:2px;
text-transform:uppercase;
color:#D4A94A;
margin-bottom:8px;
}

.sv-card-info h4{
font-size:20px;
font-family:'Cormorant Garamond',serif;
color:#1A3A5C;
margin-bottom:8px;
line-height:1.3;
}

.sv-card-info p{
font-size:13.5px;
color:#666;
line-height:1.65;
}

/* ---- RESPONSIVE ---- */
@media(max-width:1000px){
.sv-featured{
grid-template-columns:1fr;
gap:32px;
padding:28px;
}
.sv-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:640px){
.sv-section{padding:70px 0;}
.sv-h2{font-size:30px;}
.sv-head{margin-bottom:48px;}
.sv-featured{padding:20px;gap:24px;}
.sv-feat-info h3{font-size:26px;}
.sv-desc{font-size:15px;}
.sv-play{width:56px;height:56px;}
.sv-grid{grid-template-columns:1fr;}
}

/* SECTION */

.featured-story{
padding:90px 0;
background:#f7f9fb;
}

.fs-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}


/* VIDEO */

.video-box{
position:relative;
border-radius:14px;
overflow:hidden;
box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

.fs-video iframe{
width:100%;
height:340px;
border:none;
display:block;
}

.video-badge{
position:absolute;
top:16px;
left:16px;
background:#e53935;
color:white;
font-size:13px;
padding:6px 12px;
border-radius:50px;
font-weight:600;
}


/* CONTENT */

.fs-content h2{
font-size:34px;
margin:10px 0 18px;
line-height:1.3;
}

.fs-label{
font-size:13px;
text-transform:uppercase;
letter-spacing:1px;
color:#e53935;
font-weight:700;
}

.fs-quote{
font-size:18px;
line-height:1.7;
color:#444;
margin-bottom:28px;
font-style:italic;
position:relative;
padding-left:20px;
border-left:4px solid #e53935;
}


/* PATIENT INFO */

.fs-meta{
display:flex;
align-items:center;
gap:14px;
margin-bottom:26px;
}

.patient-avatar{
width:44px;
height:44px;
border-radius:50%;
background:#e53935;
color:white;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
font-size:18px;
}

.fs-meta span{
display:block;
font-size:14px;
color:#777;
}


/* BUTTON */

.fs-btn{
padding:14px 26px;
border-radius:50px;
}


/* RESPONSIVE */

@media(max-width:900px){

.fs-grid{
grid-template-columns:1fr;
gap:40px;
}

.fs-video iframe{
height:260px;
}

.fs-content h2{
font-size:28px;
}

}
.patient-stories{
padding:90px 0;
background:#f7f9fb;
}

.story-title{
text-align:center;
font-size:36px;
margin-bottom:10px;
}

.story-sub{
text-align:center;
color:#777;
margin-bottom:50px;
}

.stories-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

/* CARD */

.story-card{
background:#fff;
border-radius:14px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:all .35s ease;
}

.story-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

/* IMAGE */

.story-img{
position:relative;
}

.story-img img{
width:100%;
height:210px;
object-fit:cover;
display:block;
}

.story-badge{
position:absolute;
top:12px;
left:12px;
background:#e53935;
color:#fff;
font-size:12px;
padding:5px 10px;
border-radius:50px;
font-weight:600;
}

/* CONTENT */

.story-content{
padding:22px;
}

.story-content h3{
font-size:20px;
margin-bottom:10px;
}

.story-content p{
font-size:15px;
color:#555;
line-height:1.6;
margin-bottom:16px;
}

/* META */

.story-meta strong{
display:block;
font-size:15px;
}

.story-meta span{
font-size:13px;
color:#888;
}

/* RESPONSIVE */

@media(max-width:900px){

.stories-grid{
grid-template-columns:1fr 1fr;
}

}

@media(max-width:600px){

.stories-grid{
grid-template-columns:1fr;
}

.story-title{
font-size:28px;
}

}

.before-after{
padding:90px 0;
background:#f7f9fb;
}

.ba-title{
text-align:center;
font-size:36px;
margin-bottom:10px;
}

.ba-sub{
text-align:center;
color:#777;
margin-bottom:50px;
}

.ba-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}


/* CARD */

.ba-card{
background:#fff;
border-radius:14px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:all .35s ease;
}

.ba-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.12);
}


/* IMAGE */

.ba-img{
position:relative;
}

.ba-img img{
width:100%;
height:230px;
object-fit:cover;
display:block;
}

.ba-icon{
position:absolute;
bottom:15px;
right:15px;
width:46px;
height:46px;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 6px 15px rgba(0,0,0,0.15);
}

.ba-icon img{
width:24px;
}


/* CONTENT */

.ba-content{
padding:22px;
}

.ba-content h4{
font-size:20px;
margin-bottom:12px;
}


/* RESULT */

.ba-result{
font-size:22px;
font-weight:700;
margin-bottom:10px;
}

.before{
color:#888;
}

.after{
color:#2e7d32;
}

.arrow{
margin:0 8px;
color:#e53935;
}

.ba-desc{
font-size:15px;
color:#555;
}


/* RESPONSIVE */

@media(max-width:800px){

.ba-grid{
grid-template-columns:1fr;
}

.ba-title{
font-size:28px;
}

}
.cta-section{
padding:60px 20px;
background:linear-gradient(
rgba(0,0,0,0.65),
rgba(0,0,0,0.65)
),
url("assets/cta-bg.jpg") center/cover no-repeat;

text-align:center;
color:white;
}

.cta-inner{
max-width:720px;
margin:auto;
}

.cta-label{
display:inline-block;
font-size:13px;
letter-spacing:1px;
text-transform:uppercase;
background:rgba(255,255,255,0.15);
padding:6px 14px;
border-radius:30px;
margin-bottom:14px;
}

.cta-section h2{
font-size:42px;
margin-bottom:16px;
}

.cta-section p{
font-size:18px;
line-height:1.6;
opacity:.9;
margin-bottom:30px;
}

/* ACTIONS */

.cta-actions{
display:flex;
justify-content:center;
align-items:center;
gap:20px;
margin-bottom:28px;
}

.cta-btn{
background:#00688E;
padding:15px 32px;
border-radius:50px;
font-weight:600;
margin-left: 120px;
}

.cta-btn:hover{
background:#c62828;
}

.cta-call{
color:white;
font-weight:600;
text-decoration:none;
font-size:16px;
}

/* TRUST */

.cta-trust{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
font-size:14px;
opacity:.85;
}


/* RESPONSIVE */

@media(max-width:768px){

.cta-section h2{
font-size:30px;
}

.cta-actions{
flex-direction:column;
}

.cta-trust{
gap:12px;
}

}

#cta{
padding:60px 20px;   /* reduce section height */
background:linear-gradient(135deg,#a31422,#c61b2a);
text-align:center;
color:#fff;
}

#cta .wrap{
max-width:700px;
margin:auto;
}

#cta h2{
font-size:38px;
margin-bottom:12px;
}

#cta p{
font-size:18px;
margin-bottom:20px; /* reduce gap */
opacity:.9;
}


#cta .cta-trust{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
font-size:14px;
opacity:.9;
margin:0; /* remove extra space */
}

/* MOBILE FOOTER */

@media (max-width:768px){

.ft-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
text-align:left;
}

/* hide logo section on mobile if needed */
.ft-grid > div:nth-child(1){
grid-column:1 / -1;
margin-bottom:20px;
}

/* Programs */
.ft-grid > div:nth-child(2){
grid-column:1;
margin-left: 40px;
}

/* Company */
.ft-grid > div:nth-child(3){
grid-column:2;
margin-left: 60px;
}

/* Contact centered below */
.ft-grid > div:nth-child(4){
grid-column:1 / -1;
text-align:center;
margin-top:20px;
}

/* bottom section */
.ft-bot{
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
gap:12px;
}

.ft-links{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:12px;
}

}

/* HERO */

.research-hero{
background:#00688E;
color:white;
padding:120px 20px;
text-align:center;
}

.research-hero h1{
font-size:42px;
margin-bottom:15px;
}

.research-hero p{
max-width:700px;
margin:auto;
opacity:.9;
}


/* WRAP */

.wrap{
max-width:1200px;
margin:auto;
padding:0 20px;
}


/* STATS */

.research-stats{
padding:80px 0;
background:#f6f6f6;
}

.research-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
text-align:center;
}

.stat h3{
font-size:42px;
color:#c62828;
margin-bottom:5px;
}


/* PAPERS */

.research-papers{
padding:90px 0;
}

.research-papers h2{
text-align:center;
margin-bottom:50px;
}

.paper-list{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.paper-card{
border:1px solid #eee;
padding:25px;
border-radius:10px;
transition:.3s;
}

.paper-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.paper-card h4{
margin-bottom:10px;
}

.paper-card a{
color:#c62828;
text-decoration:none;
font-weight:600;
}


/* CASE STUDIES */

.case-studies{
padding:90px 0;
background:#fafafa;
}

.case-studies h2{
text-align:center;
margin-bottom:50px;
}

.case-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.case-card{
background:white;
padding:25px;
border-radius:10px;
border:1px solid #eee;
}


/* COLLAB */

.research-collab{
padding:90px 0;
text-align:center;
}

.collab-logos{
margin-top:30px;
display:flex;
justify-content:center;
gap:40px;
flex-wrap:wrap;
}

.collab-logos img{
height:60px;
opacity:.8;
}


/* DOWNLOAD */

.research-download{
padding:90px 0;
background:#f6f6f6;
text-align:center;
}

.download-grid{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
margin-top:30px;
}

.download-card{
padding:15px 25px;
background:#c62828;
color:white;
text-decoration:none;
border-radius:6px;
font-weight:600;
}


/* CTA */

.research-cta{
background:#00688E;
color:white;
padding:80px 20px;
text-align:center;
}

.btn{
background:#c62828;
padding:14px 28px;
display:inline-block;
margin-top:20px;
color:white;
text-decoration:none;
border-radius:5px;
}


/* RESPONSIVE */

@media(max-width:900px){

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

.paper-list{
grid-template-columns:1fr;
}

.case-grid{
grid-template-columns:1fr;
}

}

.case-studies{
background:#00688E;
padding:100px 0;
color:white;
}

.case-title{
text-align:center;
font-size:34px;
margin-bottom:50px;
display:flex;
justify-content:center;
align-items:center;
gap:12px;
}

.drp-title-icon{
color:#9D1F38;
font-size:28px;
}

.case-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.case-card{
background:rgba(255,255,255,0.08);
padding:35px 30px;
border-radius:10px;
text-align:center;
transition:all .3s;
}

.case-card:hover{
transform:translateY(-6px);
background:rgba(255,255,255,0.15);
}

.case-icon{
font-size:32px;
margin-bottom:15px;
color:#9D1F38;
}

.case-card h4{
font-size:20px;
margin-bottom:10px;
}

.case-card p{
font-size:14px;
opacity:.9;
line-height:1.6;
}


/* responsive */

@media(max-width:900px){

.case-grid{
grid-template-columns:1fr;
}

}

.research-papers{
padding:100px 0;
background:#f7f7f7;
}

.research-title{
text-align:center;
font-size:34px;
margin-bottom:10px;
display:flex;
justify-content:center;
align-items:center;
gap:10px;
}

.research-sub{
text-align:center;
max-width:700px;
margin:auto;
margin-bottom:50px;
color:#666;
}

.paper-list{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.paper-card{
background:white;
padding:30px;
border-radius:10px;
border:1px solid #eee;
transition:.3s;
}

.paper-card:hover{
transform:translateY(-6px);
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.paper-icon{
font-size:28px;
color:#c62828;
margin-bottom:10px;
}

.paper-meta{
font-size:13px;
color:#888;
margin-bottom:10px;
}

.paper-desc{
font-size:14px;
color:#555;
line-height:1.6;
margin-bottom:15px;
}

.paper-btn{
color:#c62828;
font-weight:600;
text-decoration:none;
}

.paper-btn:hover{
text-decoration:underline;
}


/* responsive */

@media(max-width:900px){

.paper-list{
grid-template-columns:1fr;
}

}
.research-collab{
padding:100px 0;
background:#f9f9f9;
text-align:center;
}

.collab-title{
font-size:34px;
margin-bottom:10px;
display:flex;
justify-content:center;
align-items:center;
gap:10px;
color: #9D1F38;
}

.collab-sub{
max-width:700px;
margin:auto;
margin-bottom:50px;
color:#666;
}

.collab-logos{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.collab-logos img{
width:100%;
height:150px;
object-fit:cover;
border-radius:8px;
transition:.3s;
}

.collab-logos img:hover{
transform:scale(1.05);
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}


/* responsive */

@media(max-width:900px){

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

}

.journey-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:40px;
  margin-top:60px;
}

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

.research-collab{
padding:120px 0;
background:#F8FAFC;
}

.collab-title{
font-size:38px;
color:#1A3A5C;
text-align:center;
margin-bottom:10px;
}

.collab-sub{
text-align:center;
max-width:650px;
margin:0 auto 60px;
color:#6b7280;
font-size:16px;
}

.research-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
}

.research-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:.35s;
}

.research-card:hover{
transform:translateY(-6px);
box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

.research-card img{
width:100%;
height:250px;
border-radius: 20px;
object-fit:cover;
}

.research-body{
padding:28px;
}

.research-body h3{
font-size:20px;
color:#1A3A5C;
margin-bottom:15px;
}

.research-date{
display:flex;
align-items:center;
gap:8px;
color:#64748b;
font-size:14px;
margin-bottom:20px;
}

.research-date i{
color:#0f766e;
}

/* TABLET */

@media(max-width:900px){

.research-grid{
grid-template-columns:1fr;
gap:30px;
}

.research-card img{
height:200px;
}

.collab-title{
font-size:30px;
}

.collab-sub{
font-size:15px;
padding:0 10px;
}

}


/* MOBILE */

@media(max-width:540px){

.research-collab{
padding:80px 0;
}

.research-grid{
grid-template-columns:1fr;
gap:24px;
}

.research-card{
border-radius:16px;
}

.research-card img{
height:180px;
}

.research-body{
padding:20px;
}

.research-body h3{
font-size:18px;
line-height:1.4;
}

.research-date{
font-size:13px;
}

.collab-title{
font-size:26px;
}

.collab-sub{
font-size:14px;
}

}

/* ================================
   TABLET
================================ */

@media(max-width:992px){

.journey-grid{
grid-template-columns:repeat(2,1fr);
gap:30px;
}

}

/* ================================
   MOBILE
================================ */

@media(max-width:600px){

#journey{
padding:80px 0;
}

.journey-grid{
grid-template-columns:1fr;
gap:24px;
}

.journey-step{
padding:32px 24px;
}

.journey-step h3{
font-size:18px;
}

.journey-step p{
font-size:13px;
}

}


.social-icons{
  display:flex;
  gap:14px;
  margin-top:18px;
}

.social-icons a{
  width:38px;
  height:38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,0.06);
  color:#fff;
  font-size:15px;
  transition:all .3s ease;
}

.social-icons a:hover{
  background:var(--M);
  transform:translateY(-3px);
  box-shadow:0 6px 16px rgba(0,0,0,0.2);
}

.clinic-map{
  width:100%;
  height:380px;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,0.08);
  box-shadow:0 12px 30px rgba(0,0,0,0.08);
}

.clinic-map iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}

/* HERO */
.gallery-hero {
  padding: 140px 0 80px;
  background: linear-gradient(120deg, var(--ND), var(--MD));
  text-align: center;
  color: #fff;
}

.gallery-hero h1 {
  font-size: 48px;
  font-family: 'Cormorant Garamond', serif;
}

.gallery-hero em {
  color: var(--GL);
  font-style: normal;
}

.gallery-hero p {
  margin-top: 15px;
  color: rgba(255,255,255,0.6);
}

/* FILTER */
.gallery-filter {
  padding: 40px 0;
  text-align: center;
}

.gallery-filter button {
  border: 1px solid var(--M);
  padding: 10px 20px;
  margin: 5px;
  background: transparent;
  color: var(--M);
  cursor: pointer;
  transition: 0.3s;
}

.gallery-filter button.active,
.gallery-filter button:hover {
  background: var(--M);
  color: #fff;
}

/* GRID */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.g-item {
  overflow: hidden;
  position: relative;
}

.g-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.5s;
}

.g-item:hover img {
  transform: scale(1.08);
}

/* LIGHTBOX */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
}

.lightbox .close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/* RESPONSIVE */
@media(max-width:900px){
  .gallery-grid{
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width:500px){
  .gallery-grid{
    grid-template-columns: 1fr;
  }
}

/* ===== NAV DROPDOWN NEW ===== */

.nav-dd {
  position: relative;
}

/* dropdown box */
.nav-dd-box {
  position: absolute;
  top: 120%;
  left: 0;
  background:var(--N);
  min-width: 230px;
  border: 1px solid var(--LINE);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  display: none;
  flex-direction: column;
  padding: 10px 0;
  z-index: 9999;
}

/* links */
.nav-dd-box a {
  display: block;
  padding: 11px 18px;
  font-size: 13px;
  color: var(--N);
  transition: all 0.25s ease;
  white-space: nowrap;
}

/* hover */
.nav-dd-box a:hover {
  background: #8B1A2B;
  color: var(--M);
}

/* show dropdown */
.nav-dd:hover .nav-dd-box {
  display: block;
}

/* optional smooth animation */
.nav-dd-box {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.25s ease;
}

.nav-dd:hover .nav-dd-box {
  opacity: 1;
  transform: translateY(0);
}

/* ===== BEFORE AFTER PREMIUM ===== */

.ba-premium {
  padding: 120px 0;
  background: var(--CR);
}

.ba-premium-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px;
}

.ba-premium-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  transition: transform .4s ease, box-shadow .4s ease;
}

.ba-premium-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
}

/* split image */
.ba-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.ba-side {
  position: relative;
  overflow: hidden;
}

.ba-side img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  filter: brightness(0.85);
  transition: transform .6s ease;
}

.ba-premium-card:hover img {
  transform: scale(1.08);
}

/* overlay gradient */
.ba-side::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

/* labels */
.ba-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  padding: 6px 12px;
  text-transform: uppercase;
}

/* values */
.ba-value {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
}

/* divider line */
.ba-split::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--G);
  z-index: 2;
}

/* content */
.ba-info {
  padding: 26px 28px;
}

.ba-info h4 {
  font-size: 22px;
  color: var(--N);
  margin-bottom: 8px;
}

.ba-info p {
  font-size: 14px;
  color: var(--T3);
  line-height: 1.7;
}

/* responsive */
@media(max-width:900px){
  .ba-premium-grid {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   WHY SECTION (PREMIUM)
================================ */
.why-section{
  padding:120px 0;
  background:linear-gradient(180deg,#FAF6F0 0%, #fff 100%);
  position:relative;
  overflow:hidden;
}

/* subtle background pattern */
.why-section::before{
  content:'';
  position:absolute;
  top:-100px;
  right:-100px;
  width:400px;
  height:400px;
  background:radial-gradient(circle, rgba(139,26,43,0.08), transparent 70%);
  pointer-events:none;
}

.why-section h2{
  text-align:center;
  margin-bottom:60px;
  font-size:clamp(30px,3.5vw,48px);
  font-weight:600;
  color:var(--N);
}

/* GRID */
.diffs{
  max-width:900px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:22px;
}

/* CARD */
.diff{
  display:flex;
  gap:22px;
  align-items:flex-start;
  padding:26px 28px;
  background:#fff;
  border-radius:16px;
  border:1px solid rgba(139,26,43,0.08);
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
  transition:all .35s cubic-bezier(.25,.46,.45,.94);
  position:relative;
  overflow:hidden;
}

/* hover glow */
.diff::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, transparent, rgba(184,137,42,0.12), transparent);
  opacity:0;
  transition:opacity .4s;
}

.diff:hover::before{
  opacity:1;
}

.diff:hover{
  transform:translateY(-6px) scale(1.01);
  box-shadow:0 18px 50px rgba(0,0,0,0.12);
  border-color:rgba(184,137,42,0.25);
}

/* ICON */
.diff-ic{
  width:54px;
  height:54px;
  flex-shrink:0;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  background:linear-gradient(135deg,var(--M),var(--ML));
  color:#fff;
  box-shadow:0 6px 18px rgba(139,26,43,.3);
  transition:all .35s;
}

.diff:hover .diff-ic{
  transform:scale(1.1) rotate(-4deg);
  box-shadow:0 10px 28px rgba(139,26,43,.45);
}

/* TEXT */
.diff-t{
  font-family:'Cormorant Garamond',serif;
  font-size:20px;
  font-weight:600;
  color:var(--N);
  margin-bottom:6px;
}

.diff-d{
  font-family:'DM Sans',sans-serif;
  font-size:14.5px;
  color:var(--T2);
  line-height:1.7;
}

/* subtle divider line */
.diff:not(:last-child){
  border-bottom:1px solid rgba(0,0,0,0.04);
}

/* ===============================
   RESPONSIVE
================================ */
@media(max-width:768px){
  .why-section{
    padding:80px 0;
  }

  .diff{
    padding:20px;
    gap:16px;
  }

  .diff-ic{
    width:46px;
    height:46px;
    font-size:18px;
  }

  .diff-t{
    font-size:18px;
  }
}

/* ===============================
   FAQ SECTION (PREMIUM)
================================ */
.faq-section{
  padding:120px 0;
  background:linear-gradient(180deg,#fff 0%, #FAF6F0 100%);
}

.faq-section h2{
  text-align:center;
  margin-bottom:60px;
  font-size:clamp(30px,3.5vw,48px);
  color:var(--N);
}

/* container */
.faq{
  max-width:800px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:16px;
}

/* item */
.faq-item{
  background:#fff;
  border-radius:14px;
  border:1px solid rgba(139,26,43,0.08);
  box-shadow:0 8px 24px rgba(0,0,0,0.05);
  overflow:hidden;
  transition:all .3s ease;
  cursor:pointer;
  position:relative;
}

/* hover */
.faq-item:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 40px rgba(0,0,0,0.1);
}

/* question */
.faq-item h4{
  padding:20px 60px 20px 22px;
  font-size:17px;
  font-weight:600;
  color:var(--N);
  position:relative;
}

/* plus icon */
.faq-item h4::after{
  content:'+';
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  font-size:22px;
  font-weight:300;
  color:var(--M);
  transition:.3s;
}

/* active state icon */
.faq-item.active h4::after{
  content:'–';
  transform:translateY(-50%) rotate(180deg);
}

/* answer */
.faq-item p{
  max-height:0;
  overflow:hidden;
  padding:0 22px;
  font-size:14.5px;
  color:var(--T2);
  line-height:1.7;
  transition:max-height .4s ease, padding .3s ease;
}

/* active open */
.faq-item.active p{
  max-height:200px;
  padding:0 22px 20px;
}

/* subtle accent line */
.faq-item::before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:var(--M);
  opacity:0;
  transition:.3s;
}

.faq-item.active::before{
  opacity:1;
}

/* ===============================
   MOBILE
================================ */
@media(max-width:768px){
  .faq-section{
    padding:80px 0;
  }

  .faq-item h4{
    font-size:15px;
    padding:16px 50px 16px 18px;
  }

  .faq-item p{
    font-size:13.5px;
  }
}

.cta-title{
  color:black;
  font-size:clamp(28px,3.5vw,46px);
  font-weight:600;
  text-align:center;
  line-height:1.3;
}

/* ===============================
   BENEFITS SECTION (ENHANCED)
================================ */
.benefits-section{
  padding:110px 0;
  text-align:center;
}

.benefits-container{
  max-width:1100px;
  margin:auto;
}

.benefits-title{
  font-size:clamp(30px,3.5vw,46px);
  font-weight:600;
  margin-bottom:12px;
  color:var(--N);
}

/* subtitle */
.benefits-sub{
  max-width:600px;
  margin:0 auto 50px;
  font-size:15px;
  color:var(--T2);
  line-height:1.7;
}

/* grid */
.benefits-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

/* card */
.benefit-item{
  background:#fff;
  padding:30px 20px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,0.06);
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
  transition:all .35s cubic-bezier(.25,.46,.45,.94);
  position:relative;
  overflow:hidden;
}

/* hover effect */
.benefit-item:hover{
  transform:translateY(-8px) scale(1.02);
  box-shadow:0 18px 50px rgba(0,0,0,0.12);
}

/* icon wrapper */
.benefit-icon{
  width:60px;
  height:60px;
  margin:0 auto 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  font-size:22px;
  background:rgba(139,26,43,0.08); /* same theme */
  transition:.3s;
}

/* icon hover */
.benefit-item:hover .benefit-icon{
  transform:scale(1.1);
  background:rgba(139,26,43,0.15);
}

/* text */
.benefit-item p{
  font-size:15px;
  font-weight:500;
  color:var(--N);
}

/* subtle shine effect */
.benefit-item::before{
  content:'';
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
  transition:.6s;
}

.benefit-item:hover::before{
  left:100%;
}

/* ===============================
   RESPONSIVE
================================ */
@media(max-width:900px){
  .benefits-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .benefits-grid{
    grid-template-columns:1fr;
  }

  .benefits-section{
    padding:80px 0;
  }
}


.captcha-box {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}

.captcha-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
}

.captcha-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* Overlay */
.consult-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 20, 40, 0.65);
  backdrop-filter: blur(6px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Box */
.consult-box {
  width: 420px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 35px 30px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  position: relative;
  animation: fadeUp 0.4s ease;
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Close Button */
.consult-close {
  position: absolute;
  right: 18px;
  top: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #555;
}

/* Title */
.consult-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  margin-bottom: 5px;
  color: #1a1a1a;
}

.consult-subtitle {
  font-size: 13px;
  color: #777;
  margin-bottom: 25px;
}

/* Floating Inputs */
.form-group {
  position: relative;
  margin-bottom: 18px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: transparent;
  font-size: 14px;
  outline: none;
}

.form-group label {
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 13px;
  color: #888;
  transition: 0.3s;
  background: #fff;
  padding: 0 5px;
}

/* Floating Effect */
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label,
.form-group select:focus + label,
.form-group select:valid + label {
  top: -8px;
  font-size: 11px;
  color: #a41d2f;
}

/* Checkbox */
.custom-checkbox {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin: 15px 0;
  cursor: pointer;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  width: 18px;
  height: 18px;
  margin: 0;
}

.checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #a41d2f;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
}

.custom-checkbox input:checked + .checkmark {
  background: #a41d2f;
}

.custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Button */
.submit-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #8b1c2c, #c12a3f);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background: linear-gradient(135deg, #6e1623, #a41d2f);
  transform: translateY(-1px);
}
