:root{
  --brand-wine:#400001;
  --brand-red:#EE2428;
  --brand-red-dark:#C91419;
  --brand-soft:#F7EBEB;
  --brand-surface:#FCFAFA;
  --brand-ink:#211C1D;
  --brand-muted:#6F6769;
  --brand-line:rgba(64,0,1,.10);
  --red:var(--brand-red);
  --red-dark:var(--brand-red-dark);
  --wine:var(--brand-wine);
  --ink:var(--brand-ink);
  --muted:var(--brand-muted);
  --line:var(--brand-line);
  --soft:var(--brand-surface);
  --white:#fff;
  --radius-sm:10px;
  --radius-md:16px;
  --radius-lg:24px;
  --shadow-soft:0 16px 42px rgba(64,0,1,.08);
  --shadow:var(--shadow-soft);
  --radius:var(--radius-lg);
  --transition-ui:240ms cubic-bezier(.22,1,.36,1);
}
.hg-hero{padding:70px 0 58px;background:linear-gradient(115deg,#fff,#fff5f5 60%,#f3e5e7)}.hg-hero h1,.hg-detail-hero h1{font-size:clamp(38px,5vw,66px);margin:14px 0}.hg-hero p{max-width:700px;font-size:18px;line-height:1.7}.hg-hero form{margin-top:30px;display:grid;grid-template-columns:2fr 1fr 120px;background:#fff;padding:10px;border-radius:16px;box-shadow:0 14px 40px #6f0b1615}.hg-hero input,.hg-hero select{min-height:52px;border:0;padding:0 15px;font:inherit}.hg-hero button{border:0;border-radius:11px;background:#a40e20;color:#fff;font-weight:800}.hg-list-section{padding:65px 0 80px}.hg-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hg-card{border:1px solid #e8e8e8;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 24px #1a22300b;transition:.2s}.hg-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px #1a223016}.hg-card-image{display:block;aspect-ratio:16/9;overflow:hidden;background:#f8ebed}.hg-card-image img{width:100%;height:100%;object-fit:cover}.hg-image-fallback{height:100%;display:grid;place-items:center;color:#b20d21}.hg-image-fallback svg{width:64px}.hg-card>div{padding:21px}.hg-category{display:inline-flex;padding:6px 10px;border-radius:99px;background:#fae9eb;color:#a20d1f;font-size:12px;font-weight:800}.hg-card time{display:block;color:#7a8491;font-size:12px;margin:12px 0 8px}.hg-card h3{font-size:21px;margin:0 0 10px}.hg-card h3 a{color:#151b28}.hg-card p{color:#596272;line-height:1.6;min-height:52px}.public-pagination{display:flex;justify-content:center;gap:8px;margin-top:35px}.public-pagination a{width:44px;height:44px;border:1px solid #ddd;border-radius:10px;display:grid;place-items:center}.public-pagination .active{background:#9e1021;color:#fff}.hg-detail-hero{padding:44px 0 54px;background:#faf6f6}.hg-detail-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:55px}.hg-detail-hero-grid img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:18px}.hg-detail-hero p{font-size:19px;line-height:1.7}.hg-meta{display:flex;gap:18px;flex-wrap:wrap;color:#717b89;margin-top:22px}.hg-detail-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,.7fr);gap:35px;padding:55px 0}.hg-article-content{font-size:17px;line-height:1.85}.hg-article-content h2{font-size:30px;margin-top:42px}.hg-article-content img{max-width:100%;border-radius:12px}.hg-article-content table{border-collapse:collapse;width:100%}.hg-article-content th,.hg-article-content td{border:1px solid #ddd;padding:10px}.hg-article-content iframe{width:100%;aspect-ratio:16/9;border:0}.hg-toc{padding:22px;border-left:4px solid #a20d20;background:#faf6f6;display:grid;gap:9px;margin-bottom:35px}.hg-related{display:grid;align-content:start;gap:18px;position:sticky;top:100px;align-self:start}.hg-related .admin-card{padding:22px;border:1px solid #e8e8e8;border-radius:15px;display:grid;gap:12px}.hg-related a{padding:9px 0;border-bottom:1px solid #eee;color:#9e1021}.hg-faq details{border-bottom:1px solid #e6e6e6;padding:16px 0}.hg-similar{padding-bottom:70px}.hg-contact-cta{padding:38px 0;background:linear-gradient(105deg,#70000b,#b30d20);color:#fff}.hg-contact-cta .container{display:flex;gap:18px;align-items:center}.hg-contact-cta .container>div{margin-right:auto}.hg-contact-cta a{padding:14px 20px;border-radius:10px;background:#fff;color:#8d0a19;font-weight:800}
@media(max-width:900px){.hg-card-grid{grid-template-columns:repeat(2,1fr)}.hg-detail-hero-grid,.hg-detail-layout{grid-template-columns:1fr}.hg-related{position:static}.hg-hero form{grid-template-columns:1fr}.hg-hero button{min-height:50px}.hg-contact-cta .container{flex-wrap:wrap}}
@media(max-width:600px){.hg-card-grid{grid-template-columns:1fr}.hg-contact-cta .container{display:grid}.hg-contact-cta a{text-align:center}}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input{font:inherit}
.container{width:min(1240px,calc(100% - 40px));margin:auto}
.skip-link{position:fixed;left:16px;top:-80px;z-index:9999;background:#fff;padding:12px 18px;border-radius:10px}.skip-link:focus{top:16px}
.topbar{background:var(--wine);color:#fff;font-size:13px}.topbar-inner{height:34px;display:flex;justify-content:space-between;align-items:center}.topbar-links{display:flex;gap:20px;opacity:.9}
.topbar{position:relative;z-index:110}.language-picker{position:relative}.language-trigger{display:inline-flex;height:34px;padding:0;gap:4px;align-items:center;border:0;background:transparent;color:#fff;font:inherit;cursor:pointer}.language-trigger>svg{width:10px;height:10px;fill:none;stroke:currentColor;stroke-width:1.6}.language-current-code::before{content:"TR"}html[data-site-language=en] .language-current-code::before{content:"EN"}html[data-site-language=de] .language-current-code::before{content:"DE"}html[data-site-language=ar] .language-current-code::before{content:"AR"}.language-dropdown{position:absolute;top:calc(100% + 7px);right:0;z-index:250;width:180px;padding:7px;border:1px solid #eadfe1;border-radius:11px;background:#fff;box-shadow:0 14px 34px rgba(38,8,12,.18);color:var(--ink)}.language-dropdown[hidden]{display:none}.language-dropdown button{display:grid;width:100%;min-height:40px;grid-template-columns:1fr auto 16px;gap:9px;align-items:center;padding:0 10px;border:0;border-radius:8px;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer}.language-dropdown button:hover,.language-dropdown button:focus-visible{background:#f9ecee;outline:0}.language-dropdown button.active{background:#f5dfe2;color:var(--wine);font-weight:800}.language-dropdown button b{font-size:11px}.language-dropdown button>svg{visibility:hidden;width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}.language-dropdown button.active>svg{visibility:visible}.language-dropdown button[dir=rtl]{text-align:right}.mobile-language-picker{display:none}.google-translate-helper{position:fixed!important;width:1px!important;height:1px!important;left:-9999px!important;overflow:hidden!important;clip-path:inset(50%)!important}.goog-te-banner-frame.skiptranslate,iframe.goog-te-banner-frame,iframe.VIpgJd-ZVi9od-ORHb-OEVmcd{display:none!important}body{top:0!important}.goog-te-gadget,.goog-te-combo{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}#goog-gt-tt,.goog-te-balloon-frame,.goog-tooltip,.VIpgJd-ZVi9od-aZ2wEe-wOHMyf{display:none!important}.goog-text-highlight{background:transparent!important;box-shadow:none!important}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.05);transition:.3s}.site-header.scrolled{box-shadow:0 12px 32px rgba(0,0,0,.08)}
.header-inner{height:86px;display:flex;align-items:center;gap:30px}.brand{width:185px;flex:none}.brand img{width:100%;height:62px;object-fit:contain;object-position:left center}
.main-nav{margin-left:auto;display:flex;gap:26px;align-items:center;font-size:14px;font-weight:700}.main-nav a{position:relative}.main-nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--red);transition:.25s}.main-nav a:hover:after{width:100%}
.header-phone{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--wine),#870812);color:#fff;border-radius:14px;padding:10px 14px;box-shadow:0 12px 24px rgba(126,5,15,.18)}.header-phone small,.header-phone strong{display:block}.header-phone small{font-size:10px;opacity:.75}.phone-icon{font-size:18px}.menu-toggle{display:none}
.hero{min-height:650px;position:relative;overflow:hidden;display:flex;align-items:center;background:#e8e5e2}.hero-video,.hero-fallback,.hero-overlay{position:absolute;inset:0;width:100%;height:100%}.hero-video{object-fit:cover;z-index:0}.hero-fallback{background:linear-gradient(105deg,#f8f5f3 0 37%,rgba(248,245,243,.55) 52%,rgba(77,2,6,.12)),radial-gradient(circle at 72% 45%,#d8d4d0,#b7b1ac 55%,#918b86);z-index:-1}.hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.80) 35%,rgba(255,255,255,.18) 70%,rgba(32,8,10,.18));z-index:1}.hero-content{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;padding:70px 0 115px}.hero-copy{width:min(640px,65%)}.eyebrow{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.14em;color:var(--wine);margin-bottom:15px}.eyebrow.red{color:var(--red)}.hero h1{font-size:clamp(46px,6vw,78px);line-height:1.03;letter-spacing:-.045em;margin:0 0 25px}.hero h1 em{font-style:normal;color:var(--wine)}.hero p{font-size:18px;color:#3d3f46;max-width:610px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 22px;border-radius:12px;font-weight:800;transition:.25s}.btn-primary{background:linear-gradient(135deg,var(--red),#c80813);color:#fff;box-shadow:0 14px 30px rgba(225,15,27,.24)}.btn-light{background:#fff;border:1px solid rgba(0,0,0,.08)}.btn:hover{transform:translateY(-2px)}.hero-badge{background:rgba(255,255,255,.84);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.7);padding:24px;border-radius:20px;min-width:190px;box-shadow:var(--shadow)}.hero-badge strong,.hero-badge span{display:block}.hero-badge strong{font-size:30px;color:var(--red-dark)}.hero-badge span{font-size:13px;color:var(--muted)}.hero-badge i{display:block;height:1px;background:var(--line);margin:15px 0}
.quick-access{position:relative;z-index:10;margin-top:-72px}.quick-grid{display:grid;grid-template-columns:repeat(6,1fr);background:#fff;border-radius:22px;box-shadow:var(--shadow);overflow:hidden;border:1px solid rgba(0,0,0,.05)}.quick-card{min-height:145px;padding:23px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid var(--line);transition:.25s}.quick-card:last-child{border:0}.quick-card:hover{background:#fff6f6;transform:translateY(-4px)}.quick-icon{height:42px;min-width:42px;border-radius:14px;background:#fff1f1;color:var(--red);display:grid;place-items:center;font-weight:900;font-size:16px;margin-bottom:10px}.quick-card b{font-size:15px}.quick-card small{color:var(--muted);font-size:11px;margin-top:3px}.quick-card.urgent .quick-icon{background:var(--red);color:#fff;border-radius:50%}
.section{padding:105px 0}.split-heading{display:grid;grid-template-columns:.8fr 1.7fr;gap:80px;align-items:center}.split-heading h2,.doctor-panel h2,.center-heading h2{font-size:clamp(36px,4vw,52px);line-height:1.1;letter-spacing:-.03em;margin:0 0 20px}.split-heading p,.doctor-panel p{color:var(--muted)}.text-link{display:inline-block;margin-top:18px;color:var(--red-dark);font-weight:900}.department-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.department-card{min-height:145px;background:#fff;border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;box-shadow:0 10px 30px rgba(0,0,0,.04);transition:.25s;text-align:center}.department-card span{font-size:34px;color:var(--red);width:56px;height:56px;border-radius:18px;background:#fff1f2;display:grid;place-items:center}.department-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#ffd4d7}.department-card b{font-size:14px}
.doctor-finder{background:linear-gradient(180deg,#fafafa,#fff)}.doctor-layout{display:grid;grid-template-columns:.85fr 1.25fr;gap:70px;align-items:center}.doctor-visual{position:relative;border-radius:28px;overflow:hidden;min-height:540px;box-shadow:var(--shadow);background:#f1ece8}.doctor-visual>img{width:100%;height:540px;object-fit:cover;object-position:center 18%}.doctor-stats{position:absolute;right:22px;bottom:22px;width:210px;background:rgba(255,255,255,.90);backdrop-filter:blur(14px);padding:10px 20px;border-radius:18px;box-shadow:0 18px 35px rgba(0,0,0,.12)}.doctor-stats div{padding:13px 0;border-bottom:1px solid var(--line)}.doctor-stats div:last-child{border:0}.doctor-stats strong,.doctor-stats span{display:block}.doctor-stats strong{color:var(--red-dark);font-size:25px}.doctor-stats span{font-size:12px;color:var(--muted)}.doctor-search{display:grid;grid-template-columns:1fr 100px;gap:10px;margin:28px 0}.doctor-search input{height:56px;border:1px solid #dedee3;border-radius:13px;padding:0 18px;outline:none}.doctor-search input:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(239,34,43,.09)}.doctor-search button{border:0;border-radius:13px;background:linear-gradient(135deg,var(--red),#b8030c);color:#fff;font-weight:900;cursor:pointer}.doctor-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.doctor-card{display:flex;align-items:center;gap:13px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:15px;transition:.2s}.doctor-card:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(0,0,0,.06)}.doctor-card img,.avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;flex:none}.avatar{background:#fff0f1;color:var(--red-dark);display:grid;place-items:center;font-weight:900}.doctor-card b,.doctor-card small{display:block}.doctor-card b{font-size:13px}.doctor-card small{color:var(--muted);font-size:11px}.doctor-card.hidden{display:none}.search-empty{display:none!important;font-size:13px;color:var(--red-dark)}.search-empty.show{display:block!important}
.trust-strip{padding:0 0 70px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(135deg,#6e0309,#d20d18);color:#fff;border-radius:18px;overflow:hidden;box-shadow:0 20px 40px rgba(131,4,13,.18)}.trust-grid>div{padding:24px;display:grid;grid-template-columns:44px 1fr;column-gap:12px;border-right:1px solid rgba(255,255,255,.15)}.trust-grid>div:last-child{border:0}.trust-grid span{grid-row:1/3;font-size:28px}.trust-grid b,.trust-grid small{display:block}.trust-grid small{opacity:.72}
.journey{padding-top:60px}.center-heading{text-align:center}.journey-grid{margin-top:50px;display:grid;grid-template-columns:repeat(7,1fr);position:relative}.journey-grid:before{content:"";height:1px;background:#e3c9cb;position:absolute;left:6%;right:6%;top:26px}.journey-grid>div{text-align:center;position:relative;padding:0 10px}.journey-grid span{position:relative;z-index:1;width:52px;height:52px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #efc6c9;color:var(--red);font-weight:900;box-shadow:0 8px 18px rgba(0,0,0,.06)}.journey-grid b{font-size:12px;display:block}
.feature-cards{padding-top:55px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{min-height:320px;border-radius:22px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid var(--line);box-shadow:0 15px 38px rgba(0,0,0,.06)}.feature-card>div:first-child{padding:28px;display:flex;flex-direction:column;justify-content:center}.feature-card h3{font-size:22px;line-height:1.15;margin:4px 0 12px}.feature-card p{font-size:13px;color:var(--muted)}.feature-card a{font-weight:900;color:var(--red-dark);font-size:13px}.feature-art{position:relative;background:radial-gradient(circle at 40% 30%,#fff,#efe9e7 45%,#bbb1ab)}.doctor-art{background:radial-gradient(circle at 50% 25%,#fff,#e8e6e4 50%,#c6c1bd)}.surgery-art{background:linear-gradient(145deg,#27323b,#8593a0)}.play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--red);box-shadow:0 10px 25px rgba(0,0,0,.18)}
.stats-band{background:linear-gradient(135deg,var(--red),#a40009);color:#fff;padding:28px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.stats-grid>div{border-right:1px solid rgba(255,255,255,.25)}.stats-grid>div:last-child{border:0}.stats-grid strong,.stats-grid span{display:block}.stats-grid strong{font-size:36px}.stats-grid span{font-size:13px}
.site-footer{background:linear-gradient(180deg,#3a0104,#210001);color:#fff;padding:70px 0 18px}.footer-grid{display:grid;grid-template-columns:1.25fr .8fr 1.05fr;gap:50px}.footer-brand img{width:190px;background:#fff;border-radius:10px;padding:6px}.site-footer h4{margin:0 0 18px}.site-footer p,.site-footer a,.site-footer .nav-placeholder{font-size:13px;color:rgba(255,255,255,.72);display:block;margin:7px 0}.newsletter{display:grid;grid-template-columns:1fr auto}.newsletter input{border:0;padding:13px;border-radius:9px 0 0 9px}.newsletter button{border:0;background:var(--red);color:#fff;border-radius:0 9px 9px 0;padding:0 15px;font-weight:800}.footer-bottom{margin-top:50px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;font-size:12px;color:rgba(255,255,255,.5)}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:90;width:58px;height:58px;border-radius:50%;background:#21c063;color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 15px 30px rgba(0,0,0,.2)}.mobile-bottom{display:none}.reveal{opacity:1;transform:none}.js.reveal-ready .reveal{opacity:0;transform:translateY(18px);transition:.7s ease}.js.reveal-ready .reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:0}.js.reveal-ready .delay-1{transition-delay:.15s}
@media (max-width:1050px){.main-nav{position:fixed;left:20px;right:20px;top:130px;background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:20px;display:none;flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.menu-toggle{display:flex;margin-left:auto;border:0;background:none;align-items:center;gap:5px;flex-direction:column}.menu-toggle span{width:24px;height:2px;background:#222}.menu-toggle b{font-size:10px}.header-phone{display:none}.quick-grid{grid-template-columns:repeat(3,1fr)}.quick-card{border-bottom:1px solid var(--line)}.split-heading,.doctor-layout{grid-template-columns:1fr}.department-grid{grid-template-columns:repeat(4,1fr)}.doctor-visual{max-width:650px}.journey-grid{grid-template-columns:repeat(4,1fr);gap:28px}.journey-grid:before{display:none}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:260px}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:1050px){.mobile-language-picker{display:grid;width:100%;gap:9px;padding-top:14px;border-top:1px solid var(--line)}.mobile-language-picker>strong{font-size:13px;color:var(--muted)}.mobile-language-picker>div{display:grid;width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.mobile-language-picker button{min-height:44px;border:1px solid #e3d7d9;border-radius:9px;background:#fff;color:var(--wine);font-weight:800}.mobile-language-picker button.active{border-color:var(--wine);background:#f7e6e9}.mobile-language-picker button:focus-visible{outline:2px solid var(--red);outline-offset:2px}}
@media (max-width:720px){.container{width:min(100% - 24px,1180px)}.topbar{display:none}.header-inner{height:72px}.brand{width:155px}.brand img{height:50px}.main-nav{top:84px}.hero{min-height:610px}.hero-content{padding:70px 0 130px}.hero-copy{width:100%}.hero h1{font-size:43px}.hero p{font-size:16px}.hero-badge{display:none}.quick-access{margin-top:-85px}.quick-grid{grid-template-columns:repeat(2,1fr)}.quick-card{min-height:118px}.section{padding:75px 0}.split-heading{gap:40px}.department-grid{grid-template-columns:repeat(2,1fr)}.department-card{min-height:120px}.doctor-layout{gap:40px}.doctor-visual,.doctor-visual>img{min-height:440px;height:440px}.doctor-stats{right:12px;bottom:12px;width:180px}.doctor-cards{grid-template-columns:1fr}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid>div{border-bottom:1px solid rgba(255,255,255,.15)}.journey-grid{grid-template-columns:repeat(2,1fr)}.feature-card{grid-template-columns:1.15fr .85fr}.stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}.stats-grid>div:nth-child(2){border:0}.footer-grid{grid-template-columns:1fr}.footer-bottom{padding-bottom:70px;gap:20px;flex-direction:column}.whatsapp{bottom:82px}.mobile-bottom{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;z-index:89;background:#fff;border-top:1px solid var(--line);box-shadow:0 -12px 25px rgba(0,0,0,.08)}.mobile-bottom a{padding:13px 4px;text-align:center;font-size:11px;font-weight:800}.hero-video{display:none}}

body.menu-open{overflow:hidden}
.nav-placeholder,.link-placeholder{cursor:default}
.main-nav .nav-placeholder{position:relative;color:var(--muted);font-size:14px;font-weight:700}
.quick-card.is-disabled{opacity:.72;cursor:not-allowed;background:#fafafa}
.quick-card.is-disabled:hover{transform:none;background:#fafafa}
.video-control{border:0;cursor:pointer}
.hero.video-unavailable .hero-video{display:none}
.hero-fallback{background-image:var(--hero-desktop-poster,linear-gradient(105deg,#f8f5f3 0 37%,rgba(248,245,243,.55) 52%,rgba(77,2,6,.12))),radial-gradient(circle at 72% 45%,#d8d4d0,#b7b1ac 55%,#918b86);background-size:cover;background-position:center}

/* Panelden yönetilen ana sayfa alanları */
.home-managed-hero .hero-fallback{z-index:0;background-image:linear-gradient(105deg,rgba(248,245,243,.96) 0 35%,rgba(248,245,243,.54) 55%,rgba(77,2,6,.10)),var(--managed-hero-image,var(--hero-desktop-poster));background-size:cover;background-position:center}.managed-hero-doctor{position:absolute;z-index:1;right:max(3vw,calc((100vw - 1240px)/2));bottom:0;width:min(39vw,540px);height:88%;object-fit:contain;object-position:bottom}.home-managed-hero.has-doctor-image .hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.83) 42%,rgba(255,255,255,.12) 72%)}.department-card svg{width:39px;height:39px;color:var(--red);fill:none;stroke:currentColor}.doctor-card-silhouette,.doctor-visual .doctor-placeholder{display:grid;place-items:center;background:linear-gradient(145deg,#fff1f2,#eee7e7);color:var(--wine)}.doctor-card-silhouette{width:52px;height:52px;border-radius:50%;flex:0 0 auto}.doctor-card-silhouette svg{width:28px;height:28px}.doctor-visual .doctor-placeholder{height:100%;min-height:520px;border-radius:26px}.doctor-visual .doctor-placeholder svg{width:130px;height:130px}.home-introduction{background:#fff}.home-introduction-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:58px;align-items:center}.home-introduction-media{min-height:420px;border-radius:28px;overflow:hidden;background:#f4eded;box-shadow:var(--shadow)}.home-introduction-media img,.home-introduction-media video{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}.home-introduction-fallback{min-height:420px;background:linear-gradient(135deg,#f8eded,#fff 48%,#ead7d9)}.home-introduction h2{margin:0 0 17px;font-size:clamp(34px,4vw,52px)}.home-introduction p{line-height:1.8;color:var(--muted);margin-bottom:25px}.home-stat-icon{width:31px;height:31px;margin:0 auto 8px}.home-emergency{padding:42px 0;background:#fff}.home-emergency-card{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;padding:30px 34px;border-radius:22px;background:linear-gradient(120deg,#71000a,#bd0a18);color:#fff;box-shadow:0 18px 38px rgba(112,0,10,.24)}.home-emergency-card>svg{width:50px;height:50px}.home-emergency-card h2{margin:0 0 5px;font-size:27px}.home-emergency-card p{margin:0;color:#fff;opacity:.9}.home-emergency-card .btn{background:#fff;color:var(--wine);box-shadow:none}.news-image-fallback{width:150px;min-height:112px;display:grid;place-items:center;border-radius:12px;background:#f8e9eb;color:var(--red)}.news-image-fallback svg{width:42px;height:42px}.stats-grid>div{padding:0 12px}
@media(max-width:900px){.managed-hero-doctor{opacity:.28;right:-5%;width:60vw}.home-introduction-grid{grid-template-columns:1fr;gap:30px}.home-introduction-media,.home-introduction-media img,.home-introduction-media video,.home-introduction-fallback{min-height:320px}.home-emergency-card{grid-template-columns:auto 1fr}.home-emergency-card .btn{grid-column:1/-1}}
@media(max-width:600px){.home-managed-hero{min-height:650px}.home-managed-hero .hero-content{padding-bottom:85px}.managed-hero-doctor{width:85vw;height:68%;right:-30%;opacity:.2}.home-introduction-media,.home-introduction-media img,.home-introduction-media video,.home-introduction-fallback{min-height:240px}.home-emergency-card{grid-template-columns:1fr;padding:25px;text-align:center}.home-emergency-card>svg{margin:auto}.news-image-fallback{width:100%;min-height:180px}}

/* Ana sayfa acil yardım alanı: SVG yalnızca kendi kartı içinde ölçülendirilir. */
.home-emergency>.container{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:24px;align-items:center;overflow:hidden;padding:30px 34px;border-radius:22px;background:linear-gradient(120deg,#71000a,#bd0a18);color:#fff;box-shadow:0 18px 38px rgba(112,0,10,.24)}
.home-emergency>.container>div{display:flex;min-width:0;gap:20px;align-items:center}
.home-emergency-icon{display:block;flex:0 0 50px;width:50px;height:50px;max-width:50px;max-height:50px;color:#fff}
.home-emergency>.container span{min-width:0}.home-emergency>.container span>strong{display:block;font-size:27px}.home-emergency>.container p{margin:5px 0 0;color:#fff;opacity:.9}.home-emergency>.container>strong{font-size:24px;white-space:nowrap}.home-emergency>.container>a{display:inline-flex;min-height:50px;padding:0 22px;align-items:center;justify-content:center;border-radius:12px;background:#fff;color:var(--wine);font-weight:800;white-space:nowrap}
@media(max-width:900px){.home-emergency>.container{grid-template-columns:minmax(0,1fr) auto}.home-emergency>.container>a{grid-column:1/-1}}
@media(max-width:600px){.home-emergency>.container{grid-template-columns:1fr;padding:25px;text-align:center}.home-emergency>.container>div{flex-direction:column}.home-emergency>.container>strong,.home-emergency>.container>a{grid-column:auto}.home-emergency>.container>a{width:100%}}

/* Kurumsal menü ve sayfalar */
.corporate-nav{position:relative}.corporate-nav summary{list-style:none;cursor:pointer}.corporate-nav summary::-webkit-details-marker{display:none}.corporate-nav summary:after{content:"";display:inline-block;width:6px;height:6px;margin:0 0 3px 7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg)}.corporate-nav>div{position:absolute;z-index:180;top:calc(100% + 18px);left:-18px;width:245px;padding:8px;border:1px solid #eadfe1;border-radius:13px;background:#fff;box-shadow:0 18px 40px rgba(45,8,13,.16)}.corporate-nav>div a{display:block;padding:11px 12px;border-radius:8px;color:var(--ink);font-size:13px}.corporate-nav>div a:hover{background:#f8e9eb;color:var(--wine)}.corporate-nav>div a:after{display:none}
.corporate-hero{position:relative;min-height:340px;display:flex;align-items:end;padding:55px 0;background:linear-gradient(115deg,#fff,#f7edef);overflow:hidden}.corporate-hero.has-image{min-height:430px;background-image:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.72) 48%,rgba(67,7,12,.18)),var(--corporate-cover);background-size:cover;background-position:center}.corporate-hero .container{position:relative}.corporate-hero nav{display:flex;gap:8px;margin-bottom:25px;color:#6b7280;font-size:13px}.corporate-hero h1{max-width:780px;margin:0;font-size:clamp(42px,6vw,72px);letter-spacing:-.04em}.corporate-hero p{max-width:680px;margin:20px 0 0;font-size:18px;line-height:1.7;color:#4b5563}.corporate-content-wrap{padding-top:70px;padding-bottom:90px}.corporate-rich-content{max-width:900px;font-size:17px;line-height:1.85;color:#343a46}.corporate-rich-content h2{margin-top:38px;font-size:30px}.corporate-rich-content img{max-width:100%;border-radius:16px}.corporate-rich-content table{width:100%;border-collapse:collapse}.corporate-rich-content td,.corporate-rich-content th{padding:10px;border:1px solid #ddd}.corporate-holding-logo{display:block;max-width:280px;max-height:120px;margin-bottom:35px;object-fit:contain}.corporate-external-link{margin-top:30px}.corporate-video{margin-top:55px}.corporate-video iframe{width:min(900px,100%);aspect-ratio:16/9;border:0;border-radius:20px;box-shadow:var(--shadow)}.corporate-board-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.corporate-board-grid article{overflow:hidden;border:1px solid #eee3e5;border-radius:18px;background:#fff;text-align:center;box-shadow:0 10px 28px rgba(50,16,20,.07)}.corporate-board-grid article>div{height:330px;background:#f7e9eb}.corporate-board-grid img{width:100%;height:100%;object-fit:cover}.corporate-board-grid article>div>span{height:100%;display:grid;place-items:center;color:var(--wine)}.corporate-board-grid article svg{width:90px;height:90px}.corporate-board-grid h2{margin:20px 15px 6px;font-size:20px}.corporate-board-grid p{margin:0 15px 22px;color:var(--muted)}.corporate-values-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.corporate-values-grid article{padding:30px;border:1px solid #eee3e5;border-top:4px solid var(--wine);border-radius:16px;background:#fff;box-shadow:0 12px 32px rgba(50,16,20,.06)}.corporate-values-grid h2{margin:0 0 16px}.corporate-values-grid article>div,.corporate-quality-list details>div{line-height:1.8;color:#4b5563}.corporate-quality-list{display:grid;gap:14px;max-width:950px;margin:auto}.corporate-quality-list details{border:1px solid #e8dfe1;border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(50,16,20,.05)}.corporate-quality-list summary{display:flex;justify-content:space-between;align-items:center;padding:21px 24px;cursor:pointer;font-size:19px;font-weight:900;list-style:none}.corporate-quality-list summary::-webkit-details-marker{display:none}.corporate-quality-list summary span{color:var(--red);font-size:25px}.corporate-quality-list details[open] summary span{transform:rotate(45deg)}.corporate-quality-list details>div{padding:0 24px 24px}
@media(max-width:1050px){.main-nav .corporate-nav{width:100%}.main-nav .corporate-nav summary{font-weight:700}.main-nav .corporate-nav>div{position:static;width:auto;margin-top:10px;padding:5px;box-shadow:none}.corporate-board-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:780px){.corporate-hero,.corporate-hero.has-image{min-height:320px;padding:42px 0}.corporate-content-wrap{padding-top:45px;padding-bottom:65px}.corporate-board-grid,.corporate-values-grid{grid-template-columns:repeat(2,1fr)}.corporate-board-grid article>div{height:270px}}
@media(max-width:520px){.corporate-board-grid,.corporate-values-grid{grid-template-columns:1fr}.corporate-board-grid article>div{height:360px}.corporate-hero h1{font-size:40px}.corporate-quality-list summary{padding:18px;font-size:17px}}
.mobile-link-disabled{padding:13px 4px;text-align:center;font-size:11px;font-weight:800;color:var(--muted);cursor:not-allowed}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .js.reveal-ready .reveal{opacity:1;transform:none}
}

@media (max-width:720px){
  .hero-fallback{background-image:var(--hero-mobile-poster,var(--hero-desktop-poster,linear-gradient(105deg,#f8f5f3 0 37%,rgba(248,245,243,.55) 52%,rgba(77,2,6,.12)))),radial-gradient(circle at 72% 45%,#d8d4d0,#b7b1ac 55%,#918b86)}
}

/* Sprint 2 public branch and doctor pages */
.inner-hero{padding:58px 0 66px;background:linear-gradient(135deg,var(--wine),#8e0710);color:#fff}
.inner-hero .eyebrow,.doctor-profile-hero .eyebrow{color:#ffd5d7}
.inner-hero h1{font-size:clamp(42px,6vw,68px);line-height:1.04;letter-spacing:-.04em;margin:7px 0 16px}
.inner-hero>div>p{max-width:680px;font-size:17px;color:rgba(255,255,255,.78)}
.breadcrumb{margin-bottom:28px}
.breadcrumb ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0;font-size:12px}
.breadcrumb li:not(:last-child):after{content:"/";margin-left:8px;opacity:.45}
.breadcrumb a,.breadcrumb span{color:inherit;opacity:.78}
.breadcrumb [aria-current="page"]{opacity:1;font-weight:800}
.inner-section{background:linear-gradient(180deg,#fafafa,#fff)}
.branch-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.branch-list-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.05);transition:.25s}
.branch-list-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.branch-card-media{height:155px;display:block}
.branch-card-media img{width:100%;height:100%;object-fit:cover}
.brand-placeholder{display:grid;place-items:center;background:linear-gradient(145deg,#fff4f4,#eadfe0);color:var(--red-dark);font-weight:900}
.branch-placeholder{height:100%;font-size:48px}
.branch-card-copy{padding:24px}
.branch-card-copy h2{font-size:20px;margin:0 0 10px}
.branch-card-copy p{font-size:13px;color:var(--muted);min-height:62px}
.detail-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:58px;align-items:start}
.detail-main h2{font-size:clamp(28px,3vw,40px);line-height:1.1;margin:0 0 18px}
.detail-main p{color:var(--muted);font-size:16px}
.detail-cover{height:340px;border-radius:24px;overflow:hidden;margin-bottom:36px;box-shadow:var(--shadow)}
.detail-cover img{width:100%;height:100%;object-fit:cover}
.detail-placeholder{height:100%;font-size:72px}
.detail-sidebar{position:sticky;top:120px;display:grid;gap:18px}
.contact-panel,.branch-reference-panel{padding:28px;border-radius:20px;background:linear-gradient(145deg,var(--wine),#870812);color:#fff;box-shadow:0 18px 38px rgba(78,2,7,.18)}
.contact-panel h2,.branch-reference-panel h2{margin:0 0 12px}
.contact-panel p{font-size:13px;color:rgba(255,255,255,.72)}
.contact-panel .btn{width:100%;margin-top:12px}
.sidebar-phone{display:block;margin-top:18px;font-weight:900}
.branch-reference-panel{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:0 12px 30px rgba(0,0,0,.05)}
.btn-disabled{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:12px;background:rgba(255,255,255,.14);color:rgba(255,255,255,.7);font-weight:800;cursor:not-allowed}
.related-section{background:#fafafa}
.split-section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:32px}
.split-section-heading h2,.related-section>div>h2{font-size:clamp(30px,4vw,44px);margin:0}
.public-doctor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.public-doctor-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.05);transition:.25s}
.public-doctor-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.public-doctor-photo{display:block;height:290px;background:#f2ece8}
.public-doctor-photo img{width:100%;height:100%;object-fit:cover;object-position:center 18%}
.doctor-placeholder{height:100%;font-size:52px}
.public-doctor-copy{padding:23px}
.doctor-branch-label{font-size:11px;letter-spacing:.08em;color:var(--red-dark);font-weight:900}
.public-doctor-copy h2{font-size:20px;margin:8px 0}
.public-doctor-copy p{font-size:13px;color:var(--muted);min-height:42px}
.card-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.btn-compact{min-height:42px;padding:0 15px;font-size:12px}
.guide-placeholder-section{padding-top:55px}
.guide-placeholder{padding:42px;border-radius:22px;background:linear-gradient(135deg,#fff5f5,#fafafa);border:1px solid #f0dfe0}
.guide-placeholder h2{font-size:30px;margin:0 0 10px}
.guide-placeholder p{color:var(--muted)}
.public-doctor-search{display:grid;grid-template-columns:1.4fr 1fr 120px;gap:14px;align-items:end;background:#fff;padding:22px;border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 30px rgba(0,0,0,.05);margin-bottom:45px}
.public-doctor-search label{display:block;font-size:12px;font-weight:900;margin:0 0 7px}
.public-doctor-search input,.public-doctor-search select{width:100%;height:52px;border:1px solid #dedee3;border-radius:12px;padding:0 14px;background:#fff}
.public-doctor-search input:focus,.public-doctor-search select:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 4px rgba(239,34,43,.09)}
.public-doctor-search button{height:52px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--red),#b8030c);color:#fff;font-weight:900;cursor:pointer}
.result-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}
.result-heading h2{margin:0;font-size:32px}
.result-heading>span{color:var(--muted);font-size:13px}
.form-note{margin:-30px 0 35px;color:var(--red-dark);font-size:13px}
.empty-state{text-align:center;padding:55px 25px;border:1px dashed #dfc8ca;border-radius:20px;background:#fff}
.empty-state h2{margin-top:0}
.doctor-profile-hero{padding:45px 0 70px;background:linear-gradient(110deg,#fff 0 52%,#f5e9e9 100%)}
.doctor-profile-grid{display:grid;grid-template-columns:380px 1fr;gap:65px;align-items:center}
.doctor-profile-photo{height:490px;border-radius:26px;overflow:hidden;background:#eee8e4;box-shadow:var(--shadow)}
.doctor-profile-photo img{width:100%;height:100%;object-fit:cover;object-position:center 18%}
.profile-placeholder{height:100%;font-size:78px}
.doctor-profile-copy h1{font-size:clamp(42px,6vw,68px);line-height:1.04;letter-spacing:-.04em;margin:5px 0 18px;color:var(--wine)}
.doctor-profile-copy>p{font-size:17px;color:var(--muted);max-width:650px}
.profile-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.profile-actions .btn-disabled{background:#eee;color:var(--muted)}
.room-information{font-size:13px!important}
.doctor-profile-content{background:#fff}
.profile-sections>section{padding:0 0 34px;margin:0 0 34px;border-bottom:1px solid var(--line)}
.profile-sections>section:last-child{border-bottom:0}
.profile-sections h2{font-size:28px}
.term-list{display:flex;flex-wrap:wrap;gap:9px}
.term-list span{padding:9px 13px;border-radius:999px;background:#fff1f2;color:var(--red-dark);font-size:12px;font-weight:800}
.video-link-panel{min-height:120px;border-radius:18px;background:linear-gradient(135deg,#26313a,#80909d);color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:900}
.video-link-panel span{width:48px;height:48px;border-radius:50%;background:#fff;color:var(--red);display:grid;place-items:center}

@media (max-width:1050px){
  .branch-list-grid,.public-doctor-grid{grid-template-columns:repeat(2,1fr)}
  .detail-layout{grid-template-columns:1fr}
  .detail-sidebar{position:static;grid-template-columns:repeat(2,1fr)}
  .doctor-profile-grid{grid-template-columns:330px 1fr;gap:40px}
}
@media (max-width:720px){
  .inner-hero{padding:38px 0 48px}
  .inner-hero h1{font-size:43px}
  .branch-list-grid,.public-doctor-grid{grid-template-columns:1fr}
  .branch-card-copy p,.public-doctor-copy p{min-height:0}
  .detail-cover{height:250px}
  .detail-sidebar{grid-template-columns:1fr}
  .split-section-heading,.result-heading{align-items:flex-start;flex-direction:column}
  .public-doctor-search{grid-template-columns:1fr}
  .public-doctor-search button{width:100%}
  .public-doctor-photo{height:360px}
  .doctor-profile-grid{grid-template-columns:1fr}
  .doctor-profile-photo{height:440px;max-width:440px;width:100%;margin:auto}
  .doctor-profile-copy h1{font-size:43px}
  .doctor-profile-hero{padding-top:28px}
  .guide-placeholder{padding:28px}
}

/* Branch directory mockup adaptation and shared news/events */
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.branches-visual-hero{min-height:405px;padding:42px 0 110px;background-image:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.82) 37%,rgba(255,255,255,.08) 68%),url("../images/branches-hero.svg");background-size:cover;background-position:center;color:var(--ink)}
.branches-visual-hero .breadcrumb{color:var(--ink)}
.branches-hero-copy{max-width:480px;padding-top:34px}
.branches-hero-copy h1{font-size:clamp(44px,6vw,68px);line-height:1.03;letter-spacing:-.045em;margin:4px 0 18px}
.branches-hero-copy p{font-size:16px;color:#4f5158}
.branches-directory{padding:0 0 80px;background:linear-gradient(180deg,#fafafa,#fff)}
.branch-filter-panel{position:relative;z-index:3;transform:translateY(-52px);display:grid;grid-template-columns:1.25fr 1fr 140px;gap:14px;align-items:end;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;padding:22px;box-shadow:var(--shadow)}
.branch-filter-panel label{display:block;font-size:11px;font-weight:800;color:var(--muted);margin-bottom:7px}
.branch-filter-panel input,.branch-filter-panel select{width:100%;height:52px;padding:0 15px;border:1px solid #dedee3;border-radius:12px;background:#fff;outline:none}
.branch-filter-panel input:focus,.branch-filter-panel select:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(239,34,43,.09)}
.branch-filter-panel button{height:52px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--red),#a8000a);color:#fff;font-weight:900;cursor:pointer}
.branch-search-control{position:relative}.branch-search-control input{padding-right:48px}.search-control-icon{position:absolute;right:15px;top:15px;width:22px;height:22px;color:var(--ink);pointer-events:none}
.branch-form-note{margin:-35px 0 28px}.directory-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin:-12px 0 30px}.directory-heading h2{font-size:clamp(30px,4vw,44px);margin:0 0 9px}.directory-heading p{max-width:690px;margin:0;color:var(--muted)}.directory-heading>span{font-size:13px;color:var(--muted)}
.branch-directory-grid{grid-template-columns:repeat(3,1fr);gap:16px}
.branch-directory-grid .branch-list-card{text-align:center;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.035)}
.branch-directory-grid .branch-card-media{height:auto;padding:24px 0 4px}
.branch-icon-wrap{width:72px;height:72px;margin:auto;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#fff1f2,#f6dfe1);color:var(--red-dark)}
.branch-svg-icon{width:40px;height:40px}
.branch-directory-grid .branch-card-copy{padding:12px 22px 24px}
.branch-directory-grid .branch-card-copy h2{font-size:18px;min-height:43px;display:grid;place-items:center}
.branch-directory-grid .branch-card-copy p{font-size:12px;min-height:57px}
.branch-detail-link{display:inline-flex;align-items:center;gap:6px;color:var(--red-dark);font-size:12px;font-weight:900;margin-top:8px}.inline-icon{width:16px;height:16px;flex:none}
.branch-trust-strip{padding:0 0 70px;background:#fff}.branch-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#faf8f8;border:1px solid var(--line);border-radius:16px;overflow:hidden}.branch-trust-grid>div{display:flex;align-items:center;gap:15px;padding:21px;border-right:1px solid var(--line)}.branch-trust-grid>div:last-child{border:0}.trust-svg-icon{width:43px;height:43px;color:var(--red-dark);flex:none}.branch-trust-grid b,.branch-trust-grid small{display:block}.branch-trust-grid b{font-size:14px}.branch-trust-grid small{font-size:11px;color:var(--muted);margin-top:2px}
.news-events-section{padding:75px 0;background:#fff}.news-events-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px}.stream-heading{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:19px}.stream-heading .eyebrow{margin-bottom:6px}.stream-heading h3{font-size:27px;line-height:1.1;margin:0}.stream-status{font-size:11px;color:var(--muted)}.news-list,.event-list{display:grid;gap:12px}.news-row,.event-row{display:grid;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;min-height:132px;box-shadow:0 7px 20px rgba(0,0,0,.03)}.news-row{grid-template-columns:175px 1fr}.news-row img{width:100%;height:100%;object-fit:cover}.news-row>div{padding:15px 17px}.news-row time{font-size:10px;color:var(--muted)}.news-row h4,.event-row h4{font-size:15px;margin:5px 0}.news-row p{font-size:11px;color:var(--muted);margin:0 0 6px}.passive-link{font-size:11px;color:var(--red-dark);font-weight:900}.event-row{grid-template-columns:88px 1fr;padding:14px;gap:15px;align-items:center}.event-date{min-height:88px;border:1px solid #edc9cc;border-radius:12px;display:grid;place-content:center;text-align:center;color:var(--red-dark)}.event-date strong{font-size:30px;line-height:1}.event-date span{font-size:11px;font-weight:900;margin-top:5px}.event-copy{min-width:0}.event-copy h4{font-size:16px}.event-copy p{display:flex;align-items:center;gap:6px;margin:5px 0;font-size:11px;color:var(--muted)}.event-type{display:inline-block;padding:4px 8px;border-radius:999px;background:#fff0f1;color:var(--red-dark);font-size:9px;font-weight:900}
.news-events-grid.is-single-stream{grid-template-columns:1fr}
.appointment-cta{padding:0 0 28px;background:#fff}.appointment-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:22px 28px;border-radius:16px;background:#faf8f8;border:1px solid var(--line)}.cta-copy{display:flex;align-items:center;gap:17px}.cta-copy strong,.cta-copy small{display:block}.cta-copy strong{font-size:20px}.cta-copy small{font-size:12px;color:var(--muted);margin-top:3px}.cta-svg-icon{width:46px;height:46px;color:var(--red-dark);flex:none}.appointment-cta .btn{gap:8px}.cta-disabled{background:#ece8e8;color:var(--muted)}

@media (max-width:1050px){
  .branch-filter-panel{grid-template-columns:1fr 1fr 120px}
  .branch-directory-grid{grid-template-columns:repeat(2,1fr)}
  .branch-trust-grid{grid-template-columns:repeat(2,1fr)}
  .branch-trust-grid>div:nth-child(2){border-right:0}
  .branch-trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .news-events-grid{grid-template-columns:1fr}
}
@media (max-width:720px){
  .branches-visual-hero{min-height:370px;padding:28px 0 100px;background-position:62% center}
  .branches-visual-hero:before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.22);pointer-events:none}
  .branches-visual-hero{position:relative}.branches-visual-hero>.container{position:relative}
  .branches-hero-copy{padding-top:20px}.branches-hero-copy h1{font-size:43px}
  .branch-filter-panel{grid-template-columns:1fr;transform:translateY(-65px)}
  .branch-filter-panel button{width:100%}.branch-form-note{margin:-45px 0 28px}
  .directory-heading{flex-direction:column;align-items:flex-start;margin-top:-25px}
  .branch-directory-grid{grid-template-columns:1fr}
  .branch-trust-grid{grid-template-columns:1fr}.branch-trust-grid>div{border-right:0;border-bottom:1px solid var(--line)!important}.branch-trust-grid>div:last-child{border-bottom:0!important}
  .news-events-section{padding:58px 0}.stream-heading{align-items:flex-start;flex-direction:column}.news-row{grid-template-columns:120px 1fr}.news-row>div{padding:12px}.news-row p{display:none}.event-row{grid-template-columns:74px 1fr}.event-date{min-height:78px}
  .appointment-cta-inner{align-items:flex-start;flex-direction:column}.appointment-cta .btn,.appointment-cta .cta-disabled{width:100%}
}

/* Branch detail mockup */
.branch-detail-mockup-hero{min-height:500px;padding:28px 0 62px;background:linear-gradient(115deg,#fff 0%,#faf5f5 58%,#f0e4e5 100%);background-size:cover;background-position:center}
.branch-detail-mockup-hero.has-hero-image{background-image:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.93) 36%,rgba(255,255,255,.18) 64%),var(--branch-hero-image)}
.branch-detail-mockup-hero .breadcrumb{color:var(--ink)}
.branch-detail-hero-copy{max-width:590px;padding-top:58px}
.branch-detail-hero-copy h1{font-size:clamp(48px,5.2vw,72px);line-height:.98;letter-spacing:-.045em;margin:6px 0 22px;text-transform:uppercase;text-wrap:balance}
.branch-detail-hero-copy p{font-size:18px;line-height:1.7;color:#444950;max-width:560px}
.branch-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}
.branch-hero-actions .btn{min-height:50px;padding-inline:24px}
.branch-disabled-button{background:#ece8e8;color:var(--muted);cursor:not-allowed}
.branch-about-section{padding:76px 0 50px;background:#fff}
.branch-about-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:76px;align-items:center}
.branch-about-copy{max-width:640px}
.branch-about-copy h2{font-size:38px;line-height:1.15;margin:0 0 22px}
.branch-about-copy p{max-width:62ch;color:#5f6269;font-size:15px;line-height:1.8}
.branch-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 14px 34px rgba(72,26,30,.055)}
.branch-info-grid article{display:grid;grid-template-columns:58px 1fr;gap:15px;align-items:center;min-height:126px;padding:18px;border-radius:14px;background:#fffafa}
.branch-info-icon{width:52px;height:52px;padding:12px;border-radius:50%;background:#fff0f1;color:var(--red-dark)}
.branch-info-grid h3{font-size:16px;margin:0 0 7px}
.branch-info-grid p{font-size:12px;line-height:1.55;color:var(--muted);margin:0}
.branch-stat-band{padding:0 0 58px;background:#fff}
.branch-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(135deg,#710007,#b90914);color:#fff;border-radius:18px;box-shadow:0 16px 32px rgba(123,0,9,.16);overflow:hidden}
.branch-stat-grid>div{display:flex;align-items:center;justify-content:center;gap:17px;min-height:116px;padding:26px;border-right:1px solid rgba(255,255,255,.18)}
.branch-stat-grid>div:last-child{border:0}
.branch-stat-icon{width:47px;height:47px;opacity:.96}
.branch-stat-grid strong,.branch-stat-grid small{display:block}
.branch-stat-grid strong{font-size:28px;line-height:1}
.branch-stat-grid small{font-size:11px;margin-top:7px;opacity:.84}
.branch-detail-section{padding:68px 0}
.branch-section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}
.branch-section-heading h2{font-size:36px;line-height:1.15;margin:0}
.branch-doctors-section{background:#fafafa}
.branch-detail-doctor-grid{grid-template-columns:repeat(4,1fr);align-items:stretch}
.branch-detail-doctor-grid .public-doctor-card{height:100%;border-radius:17px;box-shadow:0 8px 22px rgba(26,21,22,.045)}
.branch-detail-doctor-grid .public-doctor-photo{height:260px}
.branch-detail-doctor-grid .public-doctor-copy{display:flex;flex-direction:column;min-height:154px;padding:20px}
.branch-detail-doctor-grid .public-doctor-copy h2{font-size:17px}
.branch-detail-doctor-grid .public-doctor-copy p{display:none}
.branch-detail-doctor-grid .card-actions{margin-top:auto;padding-top:15px}
.branch-detail-doctor-grid .btn-light{display:none}
.branch-doctors-empty{padding:25px 28px;border:1px solid #eadfe0;border-left:3px solid var(--red-dark);border-radius:12px;background:#fff}
.branch-doctors-empty p{margin:0;color:#5f6269;font-size:15px}
.treatments-section{background:#fff}
.treatment-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.treatment-grid article{min-height:152px;padding:21px 14px;border:1px solid var(--line);border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.treatment-grid article:hover{transform:translateY(-3px);border-color:#e7c5c8;box-shadow:0 13px 28px rgba(76,17,22,.075)}
.treatment-icon{width:46px;height:46px;color:var(--red-dark);margin-bottom:15px}
.treatment-grid h3{font-size:13px;line-height:1.35;margin:0}
.technologies-section{background:#fafafa}
.technology-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.technology-card{display:flex;flex-direction:column;min-height:300px;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}
.technology-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.technology-card>div{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:19px}
.technology-card h3{font-size:16px;line-height:1.35;margin:0 0 12px}
.technology-card .passive-link{margin-top:auto}
.branch-content-trio{background:#fff}
.branch-trio-grid{display:grid;grid-template-columns:.9fr 1.55fr .9fr;gap:18px}
.branch-faq-panel,.branch-guide-panel,.branch-event-panel{border:1px solid #e9e3e4;border-radius:17px;padding:24px;background:#fff;box-shadow:0 7px 20px rgba(0,0,0,.025)}
.branch-trio-grid h2{font-size:22px;margin:0 0 17px}
.faq-list{display:grid;gap:0}
.faq-list details{border-bottom:1px solid #eee8e9;padding:12px 0}
.faq-list details:first-child{padding-top:4px}
.faq-list details:last-child{border-bottom:0;padding-bottom:0}
.faq-list summary{display:flex;justify-content:space-between;gap:14px;cursor:pointer;font-size:12px;line-height:1.45;font-weight:800;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary span{color:var(--red);font-size:17px}
.faq-list details[open] summary span{transform:rotate(45deg)}
.faq-list details p{font-size:12px;line-height:1.65;color:var(--muted);margin:10px 0 2px}
.branch-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.branch-guide-grid article{min-width:0}
.branch-guide-grid img{width:100%;height:105px;object-fit:cover;border-radius:10px}
.branch-guide-grid time{display:block;font-size:9px;color:var(--muted);margin-top:9px}
.branch-guide-grid h3{font-size:12px;line-height:1.3;margin:5px 0 9px}
.branch-guide-grid .passive-link{font-size:9px}
.branch-event-visual{position:relative;margin-bottom:15px}
.branch-event-visual img{width:100%;height:155px;object-fit:cover;border-radius:12px}
.branch-event-visual time{position:absolute;left:10px;top:10px;width:58px;height:65px;border-radius:9px;background:#fff;display:grid;place-content:center;text-align:center;color:var(--red-dark);box-shadow:0 5px 15px rgba(0,0,0,.08)}
.branch-event-visual strong,.branch-event-visual span{display:block}
.branch-event-visual strong{font-size:24px;line-height:1}
.branch-event-visual span{font-size:9px;font-weight:900;margin-top:4px}
.branch-event-panel>p{display:flex;align-items:center;gap:7px;font-size:11px;line-height:1.45;color:var(--muted);margin:8px 0}
.branch-contact-cta{padding:0 0 40px;background:#fff}
.branch-contact-inner{display:grid;grid-template-columns:1.5fr repeat(3,1fr);align-items:stretch;background:linear-gradient(135deg,#fff9f9,#f8eeee);border:1px solid #eadfe0;border-radius:18px;overflow:hidden;box-shadow:0 12px 28px rgba(89,18,24,.055)}
.branch-contact-inner>*{min-height:118px;padding:22px;display:flex;align-items:center;gap:15px;border-right:1px solid #eadfe0}
.branch-contact-inner>*:last-child{border:0}
.branch-contact-lead strong,.branch-contact-lead small,.branch-contact-option b,.branch-contact-option small{display:block}
.branch-contact-lead strong{font-size:20px}
.branch-contact-lead small,.branch-contact-option small{font-size:10px;color:var(--muted);margin-top:4px}
.branch-contact-main-icon{width:52px;height:52px;color:var(--red-dark)}
.branch-contact-icon{width:36px;height:36px;color:var(--red-dark)}
.branch-contact-option{transition:background-color .2s ease,color .2s ease}
.branch-contact-option:hover{background:#fff}
.branch-contact-option b{font-size:14px}
.branch-contact-option.is-disabled{color:var(--muted)}
.whatsapp-option .branch-contact-icon{color:#169447}

@media (max-width:1050px){
  .branch-about-grid{grid-template-columns:1fr}
  .branch-detail-doctor-grid{grid-template-columns:repeat(2,1fr)}
  .treatment-grid{grid-template-columns:repeat(3,1fr)}
  .technology-grid{grid-template-columns:repeat(2,1fr)}
  .branch-trio-grid{grid-template-columns:1fr 1fr}
  .branch-guide-panel{grid-column:1/-1;grid-row:1}
  .branch-contact-inner{grid-template-columns:1.5fr 1fr}
  .branch-contact-inner>*{border-bottom:1px solid var(--line)}
  .branch-contact-inner>*:nth-child(2n){border-right:0}
}
@media (max-width:720px){
  .branch-detail-mockup-hero{min-height:530px;padding-top:20px;background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 55%,rgba(255,255,255,.2) 100%),var(--branch-hero-image);background-position:65% center}
  .branch-detail-hero-copy{padding-top:28px}
  .branch-detail-hero-copy h1{font-size:42px}
  .branch-hero-actions{flex-direction:column}
  .branch-hero-actions .btn{width:100%}
  .branch-about-section{padding-top:50px}
  .branch-info-grid{grid-template-columns:1fr;padding:15px}
  .branch-info-grid article{padding:12px}
  .branch-stat-grid{grid-template-columns:1fr 1fr}
  .branch-stat-grid>div{justify-content:flex-start;border-bottom:1px solid rgba(255,255,255,.2)}
  .branch-stat-grid>div:nth-child(2){border-right:0}
  .branch-stat-grid>div:nth-last-child(-n+2){border-bottom:0}
  .branch-section-heading{align-items:flex-start;flex-direction:column}
  .branch-detail-doctor-grid{grid-template-columns:1fr}
  .treatment-grid{grid-template-columns:repeat(2,1fr)}
  .technology-grid{grid-template-columns:1fr}
  .technology-card img{height:190px}
  .branch-trio-grid{grid-template-columns:1fr}
  .branch-guide-panel{grid-column:auto;grid-row:auto}
  .branch-guide-grid{grid-template-columns:1fr}
  .branch-guide-grid article{display:grid;grid-template-columns:110px 1fr;column-gap:12px}
  .branch-guide-grid img{grid-row:1/5;height:100px}
  .branch-guide-grid time{margin-top:0}
  .branch-contact-inner{grid-template-columns:1fr}
  .branch-contact-inner>*{border-right:0;border-bottom:1px solid var(--line)!important}
  .branch-contact-inner>*:last-child{border-bottom:0!important}
}

/* Branch list mockup refinement */
.branches-page .branches-visual-hero{position:relative;min-height:390px;padding:42px 0 0;background-image:linear-gradient(90deg,rgba(16,20,29,.80),rgba(16,20,29,.46) 48%,rgba(16,20,29,.2)),url("../images/branches-hero-photo.png");background-position:center 53%;color:#fff}
.branches-page .branches-visual-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(37,4,8,.05),rgba(37,4,8,.14));pointer-events:none}
.branches-page .branches-visual-hero>.container{position:relative;z-index:1}
.branches-page .branches-visual-hero .breadcrumb{color:rgba(255,255,255,.88)}
.branches-page .branches-hero-copy{max-width:500px;padding-top:25px}
.branches-page .branches-hero-copy h1{font-size:clamp(42px,5vw,60px);color:#fff;margin-bottom:12px}
.branches-page .branches-hero-copy p{max-width:470px;color:rgba(255,255,255,.92);font-size:16px}
.branches-page .branch-filter-panel{position:absolute;left:20px;right:20px;bottom:-37px;transform:none;grid-template-columns:minmax(0,1.75fr) minmax(220px,.7fr) 76px;gap:0;max-width:1140px;margin:auto;padding:6px;border-radius:17px;box-shadow:0 18px 45px rgba(23,11,12,.18)}
.branches-page .branch-filter-panel>div{position:relative}
.branches-page .branch-filter-panel input,.branches-page .branch-filter-panel select{height:62px;border:0;border-radius:11px}
.branches-page .branch-filter-panel select{border-left:1px solid var(--line);border-radius:0;padding-left:20px}
.branches-page .branch-query-field input{padding-left:50px;padding-right:18px}
.branches-page .branch-query-field .search-control-icon{left:18px;right:auto;top:20px;color:#4f5158}
.branches-page .branch-filter-panel button{height:62px;border-radius:12px}
.branches-page .branch-filter-panel button span{display:none}
.branches-page .branch-submit-icon{width:25px;height:25px}
.branches-page .branches-directory{padding:91px 0 70px;background:#fff}
.branches-page .branch-form-note{margin:-42px 0 34px}
.branches-page .directory-heading{align-items:center;margin:0 0 25px}
.branches-page .directory-heading .eyebrow{position:relative;margin:0;padding-left:39px}
.branches-page .directory-heading .eyebrow:before{content:"";position:absolute;left:0;top:50%;width:27px;height:3px;background:var(--red);transform:translateY(-50%)}
.branches-page .directory-heading h2{font-size:25px;margin:10px 0 0}
.branches-page .directory-heading>span{padding:8px 12px;border:1px solid var(--line);border-radius:9px;background:#fff}
.branches-page .branch-directory-grid{grid-template-columns:repeat(6,1fr);gap:18px}
.branches-page .branch-directory-grid .branch-list-card{min-height:285px;border-radius:14px;box-shadow:0 9px 28px rgba(29,18,19,.055);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.branches-page .branch-directory-grid .branch-list-card:hover{transform:translateY(-5px);box-shadow:0 17px 34px rgba(60,13,17,.10);border-color:#ecc7ca}
.branches-page .branch-directory-grid .branch-card-media{padding:25px 0 0}
.branches-page .branch-icon-wrap{width:82px;height:82px;background:transparent;transition:background-color .22s ease,transform .22s ease}
.branches-page .branch-directory-grid .branch-list-card:hover .branch-icon-wrap{background:#fff1f2;transform:scale(1.04)}
.branches-page .branch-svg-icon{width:55px;height:55px}
.branches-page .branch-directory-grid .branch-card-copy{padding:8px 14px 22px}
.branches-page .branch-directory-grid .branch-card-copy h2{font-size:15px;line-height:1.25;min-height:49px}
.branches-page .branch-directory-grid .branch-card-copy p{font-size:11px;line-height:1.55;min-height:69px}
.branches-page .branch-detail-link{margin-top:5px}
.branches-page .branch-trust-strip{padding:0 0 22px}
.branches-page .branch-trust-grid{background:linear-gradient(135deg,#7b0008,#bd0b15);color:#fff;border:0;box-shadow:0 16px 32px rgba(125,0,9,.17)}
.branches-page .branch-trust-grid>div{border-color:rgba(255,255,255,.18);padding:25px}
.branches-page .trust-svg-icon{color:#fff}
.branches-page .branch-trust-grid small{color:rgba(255,255,255,.75)}
.branches-page .news-events-section{padding-top:55px}
.branches-page .appointment-cta-inner{background:linear-gradient(110deg,#fff5f5,#faf8f8);border-color:#f1e4e5;box-shadow:0 10px 30px rgba(62,10,14,.05)}

@media (max-width:1200px){
  .branches-page .branch-directory-grid{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:900px){
  .branches-page .branch-directory-grid{grid-template-columns:repeat(2,1fr)}
  .branches-page .branch-filter-panel{grid-template-columns:minmax(0,1.4fr) minmax(190px,.8fr) 70px}
}
@media (max-width:720px){
  .branches-page .branches-visual-hero{min-height:405px;padding-top:25px;background-position:64% center}
  .branches-page .branches-visual-hero:after{background:rgba(18,20,28,.25)}
  .branches-page .branches-hero-copy{padding-top:20px}
  .branches-page .branch-filter-panel{left:12px;right:12px;bottom:-150px;grid-template-columns:1fr;gap:8px;padding:10px;border-radius:16px}
  .branches-page .branch-filter-panel input,.branches-page .branch-filter-panel select,.branches-page .branch-filter-panel button{height:52px}
  .branches-page .branch-filter-panel select{border:1px solid var(--line);border-radius:11px}
  .branches-page .branch-query-field .search-control-icon{top:15px}
  .branches-page .branch-filter-panel button span{display:inline}
  .branches-page .branches-directory{padding-top:190px}
  .branches-page .branch-form-note{margin:-28px 0 28px}
  .branches-page .directory-heading{align-items:flex-start;margin:0 0 22px}
  .branches-page .branch-directory-grid{grid-template-columns:1fr}
  .branches-page .branch-directory-grid .branch-list-card{min-height:260px}
  .branches-page .branch-trust-grid>div{border-color:rgba(255,255,255,.18)!important}
}

@media (prefers-reduced-motion:reduce){
  .branches-page .branch-directory-grid .branch-list-card,
  .branches-page .branch-icon-wrap{transition:none}
}

/* Branch list mockup alignment */
.branches-page .branches-visual-hero{min-height:475px;padding-top:42px}
.branches-page .branches-hero-copy{padding-top:38px;padding-bottom:120px}
.branches-page .branches-hero-copy h1{margin-bottom:16px}
.branches-page .branches-hero-copy p{margin:0;line-height:1.7}
.branches-page .branch-filter-panel{bottom:-130px}
.branches-page .branches-directory{padding-top:105px;padding-bottom:76px}
.branches-page .branch-directory-grid{align-items:stretch}
.branches-page .branch-directory-grid .branch-list-card{height:100%;min-height:310px;display:flex;flex-direction:column}
.branches-page .branch-directory-grid .branch-card-media{flex:none}
.branches-page .branch-directory-grid .branch-card-copy{display:flex;flex:1;flex-direction:column}
.branches-page .branch-directory-grid .branch-card-copy p{flex:1}
.branches-page .branch-icon-wrap{width:94px;height:94px}
.branches-page .branch-svg-icon{width:66px;height:66px;color:var(--red-dark)}
.branches-page .branch-directory-grid .branch-list-card:hover{transform:translateY(-6px);box-shadow:0 20px 42px rgba(60,13,17,.13)}
.branches-page .branch-directory-grid .branch-list-card:hover .branch-icon-wrap{background:#fff0f1;transform:scale(1.05)}
.branches-page .branch-directory-grid .branch-list-card:hover .branch-svg-icon{color:var(--red)}
.branches-page .branch-trust-strip{padding-bottom:42px}
.branches-page .news-events-section{padding:62px 0 72px;background:#fff}
.branches-page .news-events-grid{grid-template-columns:minmax(0,2fr) minmax(300px,.9fr);gap:26px}
.branches-page .news-list{grid-template-columns:repeat(3,1fr);gap:14px}
.branches-page .news-row{display:flex;min-height:390px;flex-direction:column;border-radius:16px}
.branches-page .news-row img{width:100%;height:205px;object-fit:cover}
.branches-page .news-row>div{display:flex;flex:1;flex-direction:column;padding:18px}
.branches-page .news-row h4{font-size:17px;line-height:1.35;margin:8px 0}
.branches-page .news-row p{font-size:12px;line-height:1.55;flex:1}
.branches-page .news-row .passive-link{margin-top:auto}
.branches-page .event-list .event-row:not(:first-child){display:none}
.branches-page .event-row{position:relative;display:block;min-height:390px;padding:0;border-radius:16px}
.branches-page .event-cover{width:100%;height:205px;object-fit:cover}
.branches-page .event-date{position:absolute;left:16px;top:154px;z-index:1;width:78px;min-height:88px;background:#fff;box-shadow:0 8px 24px rgba(70,11,15,.13)}
.branches-page .event-copy{padding:42px 20px 20px}
.branches-page .event-copy h4{font-size:20px;line-height:1.3;margin:8px 0 12px}
.branches-page .event-type{font-size:10px}
.branches-page .appointment-cta{padding-bottom:38px}
.branches-page .appointment-cta-inner{min-height:118px;padding:25px 30px;border-color:#ead3d5;background:linear-gradient(110deg,#fff1f2,#faf7f7);box-shadow:0 15px 35px rgba(85,8,14,.09)}
.branches-page .appointment-cta .btn-primary{min-width:220px;min-height:56px;background:linear-gradient(135deg,#b00712,#790008);box-shadow:0 14px 28px rgba(132,4,13,.24)}

@media (max-width:1050px){
  .branches-page .news-events-grid{grid-template-columns:1fr}
  .branches-page .event-row{display:grid;grid-template-columns:280px 92px 1fr;align-items:center;min-height:230px}
  .branches-page .event-cover{height:230px}
  .branches-page .event-date{position:static;margin-left:16px}
  .branches-page .event-copy{padding:24px 20px 24px 0}
}
@media (max-width:720px){
  .branches-page .branches-visual-hero{min-height:535px}
  .branches-page .branches-hero-copy{padding-top:28px;padding-bottom:205px}
  .branches-page .branch-filter-panel{bottom:-145px}
  .branches-page .branches-directory{padding-top:190px;padding-bottom:62px}
  .branches-page .branch-directory-grid .branch-list-card{min-height:300px}
  .branches-page .news-list{grid-template-columns:1fr}
  .branches-page .news-row{min-height:0}
  .branches-page .news-row img{height:220px}
  .branches-page .news-row p{display:block}
  .branches-page .event-row{display:block;min-height:0}
  .branches-page .event-cover{height:220px}
  .branches-page .event-date{position:absolute;left:16px;top:165px;margin:0}
  .branches-page .event-copy{padding:44px 18px 20px}
  .branches-page .appointment-cta-inner{padding:24px 20px}
  .branches-page .appointment-cta .btn-primary{min-width:0}
}

/* Doctor directory and profile */
.doctors-directory-hero{position:relative;min-height:455px;padding:42px 0 105px;overflow:visible;background:linear-gradient(90deg,rgba(69,2,7,.96) 0 48%,rgba(69,2,7,.72) 65%,rgba(69,2,7,.2)),url("../images/branch-detail-hero.png") center/cover;color:#fff}
.doctors-directory-hero .breadcrumb{color:rgba(255,255,255,.82)}
.doctors-directory-copy{max-width:650px;padding-top:52px}
.doctors-directory-copy .eyebrow{color:#ffc9cd}
.doctors-directory-copy h1{font-size:clamp(46px,6vw,72px);line-height:1.02;letter-spacing:-.04em;margin:4px 0 20px}
.doctors-directory-copy p{max-width:620px;font-size:17px;color:rgba(255,255,255,.86)}
.doctor-directory-search{position:absolute;left:50%;bottom:-50px;z-index:3;width:min(1140px,calc(100% - 40px));transform:translateX(-50%);display:grid;grid-template-columns:minmax(0,1.5fr) minmax(230px,.7fr) 170px;gap:12px;align-items:end;padding:22px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 22px 48px rgba(34,12,14,.16);color:var(--ink)}
.doctor-directory-search label{display:block;margin:0 0 7px;font-size:11px;font-weight:900;color:#52545c}
.doctor-directory-search input,.doctor-directory-search select{width:100%;height:54px;border:1px solid #dddde2;border-radius:12px;background:#fff;padding:0 15px;outline:none}
.doctor-directory-search input:focus-visible,.doctor-directory-search select:focus-visible{border-color:var(--red);box-shadow:0 0 0 4px rgba(239,34,43,.1)}
.doctor-directory-search button{height:54px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--red),#a5000a);color:#fff;font-weight:900;cursor:pointer}
.doctor-directory-search button:focus-visible,.public-doctor-card a:focus-visible,.doctor-section-nav a:focus-visible{outline:3px solid #f39aa0;outline-offset:3px}
.doctor-query-control>div{position:relative}.doctor-directory-search .doctor-query-control input{padding-left:56px}.doctor-search-icon{position:absolute;left:22px;top:50%;width:22px;height:22px;transform:translateY(-50%);color:var(--red-dark);pointer-events:none}
.doctor-results-section{padding:115px 0 80px;background:linear-gradient(180deg,#fafafa,#fff 28%)}
.doctor-form-note{margin:-38px 0 32px}
.doctor-results-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:30px}
.doctor-results-heading h2{font-size:clamp(30px,4vw,44px);margin:0}.doctor-results-heading p{font-size:13px;color:var(--muted)}
.doctor-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.public-doctor-card{display:flex;height:100%;flex-direction:column;border-radius:18px}
.public-doctor-photo{height:auto;aspect-ratio:4/5;overflow:hidden;background:#f3eded}
.public-doctor-photo img{object-position:center 12%}
.doctor-silhouette{display:grid;width:100%;height:100%;place-items:center;background:linear-gradient(145deg,#f9f1f1,#e7dcdc);color:#9a555a}
.doctor-silhouette-icon{width:42%;height:42%;stroke-width:1}
.public-doctor-copy{display:flex;flex:1;flex-direction:column}
.public-doctor-copy h2{line-height:1.28;min-height:52px}
.doctor-branch-label{display:inline-flex;align-self:flex-start;padding:6px 9px;border-radius:7px;background:#fff0f1;color:var(--red-dark);font-size:10px;font-weight:900}
.doctor-card-terms{display:flex;flex-wrap:wrap;gap:6px;min-height:58px;margin:5px 0 18px;padding:0;list-style:none;align-content:flex-start}
.doctor-card-terms li{padding:5px 8px;border:1px solid #eee0e1;border-radius:999px;color:#666870;font-size:10px}
.public-doctor-copy .card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}
.public-doctor-copy .btn-compact{min-height:44px;padding:0 10px;font-size:11px}
.doctor-empty-state{max-width:760px;margin:auto}.empty-doctor-icon{width:54px;height:54px;color:var(--red-dark);margin-bottom:12px}
.doctor-help-cta{display:flex;align-items:center;justify-content:space-between;gap:45px;margin-top:65px;padding:35px 40px;border:1px solid #eadfe0;border-radius:22px;background:linear-gradient(110deg,#fff7f7,#f8f5f5)}
.doctor-help-cta h2{font-size:28px;margin:0 0 9px}.doctor-help-cta p{max-width:650px;margin:0;color:var(--muted)}
.doctor-help-actions{display:flex;flex:none;flex-wrap:wrap;justify-content:flex-end;gap:10px}

.doctor-detail-hero{padding:30px 0 0;background:radial-gradient(circle at 42% 25%,#fff 0,#fbf8f6 38%,#f2e9e7 100%);border-bottom:1px solid var(--line)}
.doctor-detail-hero .breadcrumb{margin-bottom:25px}
.doctor-detail-hero-grid{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(330px,1fr) minmax(300px,.9fr);gap:42px;align-items:center}
.doctor-detail-hero-grid.without-video{grid-template-columns:minmax(320px,.8fr) minmax(420px,1.25fr);max-width:980px;margin:auto}
.doctor-detail-photo{align-self:end;height:530px;overflow:hidden}
.doctor-detail-photo img{width:100%;height:100%;object-fit:cover;object-position:center 10%}
.doctor-profile-silhouette{border-radius:24px 24px 0 0}
.doctor-detail-summary{padding:45px 0}
.doctor-detail-branch{display:inline-flex;padding:7px 11px;border:1px solid #efcfd1;border-radius:7px;color:var(--red-dark);font-size:11px;font-weight:900}
.doctor-detail-summary h1{font-size:clamp(42px,5vw,66px);line-height:1.03;letter-spacing:-.045em;margin:18px 0 12px}
.doctor-detail-summary>strong{display:block;color:var(--red-dark);font-size:16px}
.doctor-detail-summary>p{max-width:580px;color:var(--muted);font-size:15px}
.doctor-detail-summary .doctor-room{font-size:12px}
.doctor-hero-terms{display:flex;flex-wrap:wrap;gap:7px;margin:22px 0 0;padding:0;list-style:none}
.doctor-hero-terms li{padding:7px 10px;border-radius:999px;background:#fff;border:1px solid #ebdddd;font-size:11px;font-weight:800}
.doctor-intro-video{padding:14px;border-radius:20px;background:rgba(89,54,47,.7);color:#fff;box-shadow:0 18px 42px rgba(68,37,32,.18)}
.doctor-intro-video>span{display:block;padding:2px 3px 12px;font-size:12px;font-weight:900}
.responsive-video{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:13px;background:#2a2020}
.responsive-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.doctor-section-nav{position:sticky;top:86px;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);box-shadow:0 8px 24px rgba(0,0,0,.04)}
.doctor-section-nav .container{display:flex;gap:7px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#e9b8bc transparent}
.doctor-section-nav a{flex:none;padding:18px 15px;border-bottom:2px solid transparent;font-size:12px;font-weight:800}
.doctor-section-nav a:hover{color:var(--red-dark);border-color:var(--red)}
.doctor-profile-content{padding:62px 0 75px;background:#fff}
.doctor-content-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.7fr);gap:28px;align-items:start}
.doctor-content-main{display:grid;gap:18px}
.doctor-content-card{padding:30px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.035);scroll-margin-top:155px}
.doctor-content-card h2{font-size:27px;margin:0 0 15px}.doctor-content-card p{color:#555861}
.doctor-biography{max-width:760px}.doctor-biography>p:first-child{margin-top:0}.doctor-biography>p:last-child{margin-bottom:0}.doctor-biography h2,.doctor-biography h3{margin:24px 0 10px}.doctor-biography h2{font-size:22px}.doctor-biography h3{font-size:17px}.doctor-biography ul,.doctor-biography ol{padding-left:21px;color:#555861}.doctor-biography a{color:var(--red-dark);font-weight:800;text-decoration:underline;text-underline-offset:3px}
.doctor-term-groups{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.doctor-term-groups>div{padding:18px;border-radius:14px;background:#faf7f7;border:1px solid #eee4e5}
.doctor-term-groups h3{font-size:14px;margin:0 0 12px}.doctor-term-groups ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}
.doctor-term-groups li{position:relative;padding-left:17px;font-size:12px;color:#555861}.doctor-term-groups li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--red)}
.doctor-history-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.doctor-history-grid>.doctor-content-card{height:100%}
.doctor-career-cards{align-items:stretch}.doctor-career-card{min-width:0}.doctor-career-content{color:#464b55;line-height:1.78}.doctor-career-content p{margin:0 0 14px}.doctor-career-content p:last-child{margin-bottom:0}.doctor-career-content ul,.doctor-career-content ol{margin:12px 0;padding-left:24px}.doctor-career-content li+li{margin-top:8px}.doctor-career-content a{color:var(--red);font-weight:700;text-decoration:underline;text-underline-offset:3px}
.doctor-contact-card{position:sticky;top:155px;padding:28px;border:1px solid #eadfe0;border-radius:20px;background:#faf7f7;box-shadow:0 14px 34px rgba(47,11,14,.07);scroll-margin-top:155px}
.doctor-contact-card h2{font-size:21px;line-height:1.3;margin:0 0 8px}.doctor-contact-branch{color:var(--red-dark);font-weight:800}
.doctor-contact-actions{display:grid;gap:9px;margin:20px 0}.doctor-contact-actions .btn{width:100%}
.doctor-contact-card address{padding-top:16px;border-top:1px solid #e7dbdc;color:var(--muted);font-size:12px;font-style:normal}
.related-doctors-section{padding:70px 0;background:#fafafa}.related-doctors-section h2{font-size:36px;margin:0 0 28px}
.doctor-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1020px}
.doctor-inline-related{padding:30px 0 0}.doctor-inline-related h2{font-size:30px;margin:0 0 23px}.doctor-inline-related .doctor-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}
.doctor-contact-cta{padding:0 0 35px;background:#fff}
.doctor-contact-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:35px 40px;border-radius:20px;background:linear-gradient(135deg,#790008,#b50813);color:#fff;box-shadow:0 18px 38px rgba(112,0,8,.18)}
.doctor-contact-cta .eyebrow{color:#ffc9cd}.doctor-contact-cta h2{font-size:29px;margin:0}.doctor-contact-cta-inner>div:last-child{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}
.doctor-contact-cta .btn-light{color:var(--wine)}

@media (min-width:1350px){
  .doctor-directory-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:1050px){
  .doctor-directory-search{grid-template-columns:1.2fr .8fr 150px}
  .doctor-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .doctor-help-cta{align-items:flex-start;flex-direction:column}
  .doctor-help-actions{justify-content:flex-start}
  .doctor-detail-hero-grid,.doctor-detail-hero-grid.without-video{grid-template-columns:minmax(280px,.8fr) minmax(360px,1.2fr);max-width:none}
  .doctor-intro-video{grid-column:1/-1;margin-bottom:35px}
  .doctor-content-layout{grid-template-columns:1fr}
  .doctor-contact-card{position:static}
}
@media (max-width:720px){
  .doctors-directory-hero{min-height:590px;padding-top:25px;background-position:65% center}
  .doctors-directory-copy{padding-top:35px}.doctors-directory-copy h1{font-size:44px}.doctors-directory-copy p{font-size:15px}
  .doctor-directory-search{bottom:-175px;grid-template-columns:1fr;gap:10px;width:calc(100% - 24px);padding:16px}
  .doctor-directory-search input,.doctor-directory-search select,.doctor-directory-search button{height:48px}
  .doctor-results-section{padding-top:215px;padding-bottom:62px}
  .doctor-results-heading{align-items:flex-start;flex-direction:column}
  .doctor-directory-grid{grid-template-columns:1fr}
  .public-doctor-photo{max-height:none}
  .public-doctor-copy .card-actions{grid-template-columns:1fr}
  .doctor-help-cta{margin-top:45px;padding:27px 20px}
  .doctor-help-actions,.doctor-help-actions .btn{width:100%}
  .doctor-detail-hero{padding-top:20px}
  .doctor-detail-hero-grid,.doctor-detail-hero-grid.without-video{grid-template-columns:1fr;gap:0}
  .doctor-detail-photo{height:auto;aspect-ratio:4/5;order:1;border-radius:22px 22px 0 0}
  .doctor-detail-summary{order:2;padding:30px 0 38px}.doctor-detail-summary h1{font-size:43px}
  .doctor-intro-video{display:block;order:3;grid-column:auto;margin:0 0 35px}
  .doctor-section-nav{top:72px}.doctor-section-nav a{padding:15px 12px}
  .doctor-profile-content{padding:40px 0 55px}
  .doctor-content-card{padding:23px 18px}
  .doctor-term-groups,.doctor-history-grid{grid-template-columns:1fr}
  .related-doctors-section{padding:55px 0}.doctor-related-grid{grid-template-columns:1fr}
  .doctor-inline-related .doctor-related-grid{grid-template-columns:1fr}
  .doctor-contact-cta-inner{align-items:flex-start;flex-direction:column;padding:28px 22px}
  .doctor-contact-cta-inner>div:last-child,.doctor-contact-cta .btn{width:100%}
}

@media (prefers-reduced-motion:reduce){
  .public-doctor-card{transition:none}
}

/* Doctor directory layout revision */
.doctors-directory-page .doctors-directory-hero{min-height:410px;padding:42px 0 82px;overflow:hidden}
.doctors-directory-page .doctors-directory-copy{padding-top:42px}
.doctor-search-shell{position:relative;z-index:5;margin-top:-54px}
.doctors-directory-page .doctor-directory-search{position:relative;left:auto;bottom:auto;width:100%;transform:none;margin:0;grid-template-columns:minmax(0,1.5fr) minmax(220px,.65fr) 165px}
.doctors-directory-page .doctor-results-section{padding:90px 0 78px}
.doctor-directory-layout{display:block}
.doctor-results-main{min-width:0}
.doctor-results-main .doctor-results-heading{margin-bottom:25px}
.doctor-results-main .doctor-results-heading h2{font-size:clamp(28px,3vw,38px)}
.doctor-results-main .doctor-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.doctor-results-main .public-doctor-card{transition:transform .2s ease,box-shadow .2s ease}
.doctor-results-main .public-doctor-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(42,13,16,.1)}
.doctor-results-main .public-doctor-photo img{transition:transform .3s ease}
.doctor-results-main .public-doctor-card:hover .public-doctor-photo img{transform:scale(1.018)}
.doctors-directory-page .doctor-help-cta{margin-top:58px;border-color:#e6ccce;background:linear-gradient(110deg,#fff3f4,#f7f2f2);box-shadow:0 14px 34px rgba(73,10,15,.07)}

@media (max-width:1050px){
  .doctor-results-main .doctor-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
  .doctors-directory-page .doctor-directory-search{grid-template-columns:minmax(0,1.2fr) minmax(210px,.8fr) 145px}
}
@media (max-width:720px){
  .doctors-directory-page .doctors-directory-hero{min-height:430px;padding:25px 0 95px}
  .doctors-directory-page .doctors-directory-copy{padding-top:30px}
  .doctor-search-shell{margin-top:-60px}
  .doctors-directory-page .doctor-directory-search{position:relative;left:auto;right:auto;bottom:auto;width:100%;transform:none;grid-template-columns:1fr;gap:10px;padding:16px}
  .doctors-directory-page .doctor-directory-search input,
  .doctors-directory-page .doctor-directory-search select,
  .doctors-directory-page .doctor-directory-search button{min-height:48px}
  .doctors-directory-page .doctor-results-section{padding-top:58px}
  .doctor-results-main .doctor-directory-grid{grid-template-columns:1fr}
  .doctor-results-main .doctor-results-heading{gap:8px}
}
@media (max-width:390px){
  .doctors-directory-page .doctors-directory-hero{min-height:455px}
  .doctors-directory-page .doctors-directory-copy h1{font-size:40px}
  .doctors-directory-page .doctors-directory-copy p{font-size:14px}
  .doctor-search-shell{margin-top:-52px}
  .doctors-directory-page .doctor-directory-search{padding:13px}
}

/* Etkinlikler */
.event-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.event-card{background:#fff;border:1px solid #eee7e7;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(43,20,22,.06);transition:transform .2s,box-shadow .2s}.event-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(43,20,22,.1)}.event-card-image{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#f7eeee}.event-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.event-card:hover .event-card-image img{transform:scale(1.025)}.event-card-image>span{position:absolute;right:12px;top:12px;padding:6px 9px;border-radius:999px;background:#fff;color:var(--wine);font-size:11px;font-weight:900}.event-card-body{display:grid;grid-template-columns:62px 1fr;gap:15px;padding:20px}.event-card-date{height:70px;border:1px solid #ecd6d9;border-radius:12px;display:grid;place-items:center;align-content:center;color:var(--wine)}.event-card-date strong{font-size:25px;line-height:1}.event-card-date span{font-size:11px;font-weight:900;margin-top:5px}.event-card h3{font-size:19px;margin:9px 0}.event-card h3 a{color:var(--ink)}.event-card p{color:var(--muted);font-size:14px;line-height:1.6}.event-card small{display:flex;align-items:center;gap:6px;color:#59616d;margin-top:7px}.event-card .hg-read-more{display:inline-block;margin-top:14px;color:var(--wine);font-weight:800}.event-past-heading{margin-top:70px}.event-video{width:100%;aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:#161616}.event-video.is-shorts{width:min(390px,100%);aspect-ratio:9/16;margin-inline:auto}.event-video iframe{width:100%;height:100%;border:0}.event-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.event-gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px}.event-video-section,.event-gallery-section{margin-top:35px}
@media(max-width:960px){.event-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.event-gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.event-card-grid,.event-gallery-grid{grid-template-columns:1fr}.event-card-body{grid-template-columns:54px 1fr;padding:17px}.event-card-date{height:64px}.event-past-heading{margin-top:50px}}
@media (prefers-reduced-motion:reduce){
  .doctor-results-main .public-doctor-card,
  .doctor-results-main .public-doctor-photo img{transition:none}
}

/* Visible doctor profile mockup alignment */
.doctor-detail-page .doctor-detail-hero{padding-top:24px;background:linear-gradient(105deg,#fbf7f4 0 38%,#fff 60%,#f4eeeb)}
.doctor-detail-page .doctor-detail-hero-grid{grid-template-columns:minmax(290px,.95fr) minmax(360px,1.05fr) minmax(290px,.9fr);gap:30px;max-width:none;margin:0;align-items:center}
.doctor-detail-page .doctor-detail-photo{height:575px}
.doctor-detail-page .doctor-detail-photo img{object-position:center 8%}
.doctor-detail-page .doctor-detail-summary{padding:35px 0}
.doctor-detail-page .doctor-detail-summary h1{font-size:clamp(48px,5.2vw,70px);max-width:520px}
.doctor-detail-page .doctor-detail-summary>p{line-height:1.7}
.doctor-detail-page .doctor-hero-terms li{background:#fff;box-shadow:0 5px 14px rgba(50,16,19,.04)}
.doctor-detail-page .doctor-intro-video{padding:16px;border-radius:22px;background:#6c4b43;box-shadow:0 22px 48px rgba(58,30,26,.2)}
.doctor-detail-page .doctor-intro-video>span{padding:2px 4px 13px;font-size:13px}
.doctor-video-preview{position:relative;height:365px;overflow:hidden;border-radius:15px;background:#e9dfda}
.doctor-video-preview>img{width:100%;height:100%;object-fit:cover;object-position:center 9%}
.doctor-video-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(32,15,13,.08),rgba(32,15,13,.42))}
.doctor-preview-play{position:absolute;left:50%;top:47%;display:grid;width:72px;height:72px;place-items:center;transform:translate(-50%,-50%);border-radius:50%;background:#fff;color:var(--red-dark);box-shadow:0 12px 30px rgba(0,0,0,.2)}
.doctor-preview-play-icon{width:34px;height:34px}
.doctor-video-preview>strong{position:absolute;left:18px;right:18px;bottom:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.45);color:#fff;font-size:13px;text-align:center}
.doctor-detail-page .doctor-section-nav .container{justify-content:center}
.doctor-detail-page .doctor-section-nav a{display:flex;min-width:112px;flex-direction:column;align-items:center;gap:6px;padding:14px 12px}
.doctor-nav-icon{width:22px;height:22px;color:var(--red-dark)}
.doctor-detail-page .doctor-section-nav a:hover .doctor-nav-icon{color:var(--red)}
.doctor-detail-page .doctor-profile-content{padding-top:52px;background:linear-gradient(180deg,#fafafa,#fff 40%)}
.doctor-detail-page .doctor-content-layout{grid-template-columns:minmax(0,2.05fr) minmax(310px,.95fr);gap:24px}
.doctor-detail-page .doctor-content-card{padding:32px 34px;border-radius:18px;box-shadow:0 10px 28px rgba(43,15,18,.045)}
.doctor-detail-page .doctor-content-card h2{font-size:29px}
.doctor-detail-page .doctor-term-groups{display:block}
.doctor-detail-page .doctor-term-groups>div{padding:0;border:0;background:transparent}
.doctor-detail-page .doctor-term-groups h3{font-size:15px;margin-bottom:14px}
.doctor-term-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.doctor-term-cards>span{display:flex;min-height:90px;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:13px;border:1px solid #eadfe0;border-radius:13px;background:#fff;text-align:center;color:#353740;font-size:12px;font-weight:800;box-shadow:0 7px 18px rgba(40,14,16,.035)}
.doctor-term-icon{width:29px;height:29px;color:var(--red)}
.doctor-detail-page .doctor-contact-card{top:152px;padding:26px;background:#fff;border-color:#e8d9da;box-shadow:0 18px 42px rgba(57,12,16,.09)}
.doctor-contact-heading{display:flex;align-items:center;gap:13px;padding-bottom:17px;border-bottom:1px solid var(--line)}
.doctor-contact-heading-icon{width:40px;height:40px;padding:8px;border-radius:11px;background:#fff0f1;color:var(--red)}
.doctor-contact-heading span{display:block;color:var(--red-dark);font-size:9px;font-weight:900;letter-spacing:.13em}
.doctor-contact-heading h2{font-size:22px;margin:3px 0 0}
.doctor-contact-intro{margin:17px 0;color:var(--muted);font-size:12px}
.doctor-contact-disabled{width:100%;background:#eee9e9;color:#74747b;cursor:not-allowed}
.doctor-contact-details{display:grid;gap:0;margin:22px 0 0;padding:0;border-top:1px solid var(--line)}
.doctor-contact-details>div{display:grid;grid-template-columns:78px 1fr;gap:10px;padding:13px 0;border-bottom:1px solid var(--line)}
.doctor-contact-details dt{color:var(--red-dark);font-size:11px;font-weight:900}.doctor-contact-details dd{margin:0;color:#565860;font-size:11px}

@media (max-width:1120px){
  .doctor-detail-page .doctor-detail-hero-grid{grid-template-columns:minmax(260px,.8fr) minmax(350px,1.2fr)}
  .doctor-detail-page .doctor-intro-video{grid-column:1/-1;margin:0 0 32px}
  .doctor-video-preview{height:330px}.doctor-video-preview>img{object-position:center 16%}
}
@media (max-width:720px){
  .doctor-detail-page .doctor-detail-hero-grid{grid-template-columns:1fr}
  .doctor-detail-page .doctor-detail-photo{height:auto;aspect-ratio:4/5}
  .doctor-detail-page .doctor-detail-summary{padding:28px 0 32px}
  .doctor-detail-page .doctor-detail-summary h1{font-size:43px}
  .doctor-detail-page .doctor-intro-video{grid-column:auto;margin-bottom:30px}
  .doctor-video-preview{height:360px}
  .doctor-detail-page .doctor-section-nav .container{justify-content:flex-start}
  .doctor-detail-page .doctor-section-nav a{min-width:96px;padding:13px 10px}
  .doctor-detail-page .doctor-content-layout{grid-template-columns:1fr}
  .doctor-detail-page .doctor-content-card{padding:24px 19px}
  .doctor-term-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .doctor-detail-page .doctor-contact-card{position:static}
}
@media (max-width:390px){
  .doctor-detail-page .doctor-detail-summary h1{font-size:39px}
  .doctor-video-preview{height:330px}
  .doctor-term-cards{grid-template-columns:1fr 1fr}
  .doctor-contact-details>div{grid-template-columns:68px 1fr}
}

/* Doctor detail final mockup */
.doctor-detail-page .doctor-detail-hero{padding:24px 0 34px;background:#fbfaf9}
.doctor-detail-page .doctor-detail-hero .breadcrumb{margin-bottom:24px}
.doctor-detail-page .doctor-detail-hero-grid{grid-template-columns:minmax(300px,.92fr) minmax(380px,1.1fr) minmax(300px,.92fr);gap:24px}
.doctor-detail-page .doctor-detail-photo{align-self:center;height:455px;border-radius:18px;background:#f4ece8;box-shadow:0 12px 32px rgba(52,21,22,.06)}
.doctor-detail-page .doctor-detail-photo img{object-position:center 10%}
.doctor-detail-page .doctor-detail-summary{padding:15px 0}
.doctor-detail-page .doctor-detail-summary h1{font-size:clamp(45px,4.4vw,61px);margin:16px 0 9px}
.doctor-detail-page .doctor-detail-summary>strong{font-size:14px}
.doctor-detail-page .doctor-detail-summary>p{margin:15px 0;font-size:13px}
.doctor-detail-page .doctor-hero-terms{margin-top:15px}
.doctor-detail-page .profile-actions{margin-top:20px}
.doctor-detail-page .profile-actions .btn{min-height:47px}
.doctor-profile-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:20px}
.doctor-profile-facts>div{min-height:83px;padding:10px 7px;border:1px solid #e9e2e2;border-radius:11px;background:#fff;text-align:center;box-shadow:0 6px 16px rgba(45,14,17,.035)}
.doctor-fact-icon{width:22px;height:22px;color:var(--red);margin:0 auto 4px}
.doctor-profile-facts strong,.doctor-profile-facts span{display:block}.doctor-profile-facts strong{font-size:16px}.doctor-profile-facts span{font-size:8px;color:var(--muted);margin-top:2px}
.doctor-detail-page .doctor-intro-video{align-self:center;padding:15px;background:#fff;color:var(--ink);border:1px solid #eee7e7;box-shadow:0 14px 36px rgba(50,16,19,.08)}
.doctor-detail-page .doctor-intro-video>span{font-size:15px;color:var(--ink)}
.doctor-detail-page .doctor-video-preview{height:365px}
.doctor-detail-page .doctor-section-nav{position:sticky;top:86px}
.doctor-detail-page .doctor-section-nav a{min-width:120px}
.doctor-detail-page .doctor-content-layout{grid-template-columns:minmax(0,2.12fr) minmax(310px,.88fr)}
.doctor-detail-page .doctor-content-main{gap:13px}
.doctor-detail-page .doctor-content-card{padding:25px 27px}
.doctor-detail-page .doctor-content-card h2{font-size:23px}
.doctor-detail-page .doctor-biography{font-size:13px;line-height:1.65}
.doctor-detail-page .doctor-term-cards{grid-template-columns:repeat(4,minmax(0,1fr))}
.doctor-detail-page .doctor-term-cards>span{min-height:98px}
.doctor-detail-page .doctor-history-grid.has-treatments{grid-template-columns:repeat(3,minmax(0,1fr))}
.doctor-treatments ul{display:grid;gap:9px;margin:0 0 17px;padding:0;list-style:none}
.doctor-treatments li{display:flex;align-items:center;gap:8px;color:#555860;font-size:11px}
.doctor-treatment-icon{width:17px;height:17px;color:var(--red);flex:none}
.doctor-treatments .btn{width:100%;min-height:42px;font-size:10px}
.doctor-detail-page .doctor-contact-card{overflow:hidden;padding:0;border-radius:16px}
.doctor-detail-page .doctor-contact-heading{margin:0;padding:21px 20px;background:linear-gradient(135deg,#870812,#b70c17);border:0;color:#fff}
.doctor-detail-page .doctor-contact-heading-icon{background:rgba(255,255,255,.14);color:#fff}
.doctor-detail-page .doctor-contact-heading span{color:#ffd9dc}.doctor-detail-page .doctor-contact-heading h2{color:#fff}
.doctor-detail-page .doctor-contact-intro{padding:0 20px;margin:18px 0 12px}
.doctor-detail-page .doctor-contact-actions{padding:0 20px;margin:0 0 18px}
.doctor-detail-page .doctor-contact-details{margin:0;padding:0 20px 12px}
.doctor-detail-page .doctor-emergency-row{margin:6px -20px -12px;padding:15px 20px!important;background:#fff4f4;border-bottom:0!important}
.doctor-detail-page .doctor-emergency-row dt,.doctor-detail-page .doctor-emergency-row dd{color:var(--red-dark);font-weight:900}
.doctor-detail-page .doctor-contact-cta{padding-top:16px}
.doctor-detail-page .doctor-contact-cta-inner{background:linear-gradient(135deg,#670006,#a9000b)}

/* Contact page */
.contact-page{overflow:hidden;background:#fff;color:var(--text)}
.contact-hero{position:relative;background:#f6f5f5}
.contact-hero-grid{min-height:505px;display:grid;grid-template-columns:42% 58%;padding:0}
.contact-hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:38px 58px 62px 0;background:linear-gradient(90deg,#fff 0%,#fff 76%,rgba(255,255,255,.83) 91%,transparent 100%)}
.contact-hero-copy .breadcrumb{position:absolute;top:24px;left:0}
.contact-hero-copy h1{margin:8px 0 14px;font-size:48px;line-height:1.05;letter-spacing:-.04em}
.contact-hero-copy>p{max-width:420px;margin:0 0 30px;color:var(--muted);font-size:15px;line-height:1.75}
.contact-call-card{width:min(100%,310px);display:flex;align-items:center;gap:18px;padding:21px 24px;border-radius:15px;background:linear-gradient(135deg,#dc1320,#a9000b);color:#fff;box-shadow:0 18px 32px rgba(154,0,12,.24)}
.contact-call-icon{width:42px;height:42px;flex:0 0 auto}
.contact-call-card small,.contact-call-card strong,.contact-call-card em{display:block}
.contact-call-card small{font-size:11px;font-weight:800}.contact-call-card strong{margin:3px 0;font-size:27px;line-height:1}.contact-call-card em{font-size:10px;font-style:normal;opacity:.82}
.contact-hero-photo{margin-left:-72px;background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.12) 28%,transparent 55%),url("../images/branches-hero-photo.png") 60% center/cover no-repeat}
.contact-quick-section{position:relative;z-index:3;margin-top:-67px}
.contact-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.contact-quick-card{min-width:0;min-height:142px;display:flex;align-items:flex-start;gap:15px;padding:25px 20px;border:1px solid #ece4e5;border-radius:15px;background:#fff;box-shadow:0 16px 38px rgba(46,15,18,.09);transition:transform .2s ease,box-shadow .2s ease}
.contact-quick-card:hover{transform:translateY(-4px);box-shadow:0 21px 44px rgba(46,15,18,.14)}
.contact-quick-icon{width:45px;height:45px;flex:0 0 auto;padding:10px;border-radius:50%;background:#fff0f1;color:var(--red)}
.contact-quick-card span{min-width:0}.contact-quick-card strong,.contact-quick-card b,.contact-quick-card small{display:block}
.contact-quick-card strong{font-size:14px}.contact-quick-card b{margin:6px 0;color:var(--red-dark);font-size:13px;overflow-wrap:anywhere}.contact-quick-card small{color:var(--muted);font-size:10px;line-height:1.5}
.contact-map-section{padding:52px 0 38px}
.contact-map-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:18px}
.contact-map-frame{min-height:395px;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#f4f1f1}
.contact-map-frame iframe{width:100%;height:100%;min-height:395px;border:0;display:block;filter:saturate(.75)}
.contact-info-card{padding:29px 31px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(44,17,19,.05)}
.contact-info-card h2{margin:5px 0 20px;font-size:23px}.contact-info-card dl{margin:0}.contact-info-card dl>div{display:grid;grid-template-columns:105px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid #f0e9e9}.contact-info-card dl>div:last-child{border:0}
.contact-info-card dt{color:var(--red-dark);font-size:11px;font-weight:900}.contact-info-card dd{margin:0;color:#565860;font-size:11px;line-height:1.55;overflow-wrap:anywhere}.contact-info-card a{color:inherit}
.contact-directions-section{padding:25px 0 52px}
.contact-section-heading{text-align:center;margin-bottom:25px}.contact-section-heading h2{margin:6px 0 5px;font-size:27px}.contact-section-heading p{margin:0;color:var(--muted);font-size:12px}
.contact-directions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.contact-direction-card{min-height:245px;padding:27px 24px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 10px 26px rgba(45,17,20,.045)}
.contact-direction-icon{width:43px;height:43px;margin-bottom:17px;color:var(--red)}
.contact-direction-card h3{margin:0 0 12px;font-size:16px}.contact-direction-card p{margin:0;color:var(--muted);font-size:11px;line-height:1.75}
.contact-bottom-cta{padding:6px 0 36px}
.contact-bottom-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:28px 34px;border-radius:17px;background:linear-gradient(135deg,#9d000b,#bd0713);color:#fff;box-shadow:0 18px 36px rgba(130,0,8,.2)}
.contact-cta-lead{display:flex;align-items:center;gap:20px;max-width:470px}.contact-cta-icon{width:58px;height:58px;flex:0 0 auto;padding:9px;border:1px solid rgba(255,255,255,.38);border-radius:50%}
.contact-cta-lead small{font-size:9px;font-weight:900;letter-spacing:.12em;color:#ffd7da}.contact-cta-lead h2{margin:4px 0;font-size:23px}.contact-cta-lead p{margin:0;color:rgba(255,255,255,.8);font-size:11px}
.contact-cta-actions{display:flex;gap:10px}.contact-cta-actions .btn{min-width:145px;display:flex;flex-direction:column;line-height:1.15;color:var(--wine)}.contact-cta-actions .btn small{margin-top:4px;font-size:9px;font-weight:500;color:var(--muted)}

@media (max-width:1024px){
  .contact-hero-grid{grid-template-columns:48% 52%;min-height:460px}
  .contact-hero-copy{padding-left:24px;padding-right:30px}.contact-hero-copy .breadcrumb{left:24px}
  .contact-hero-copy h1{font-size:42px}.contact-hero-photo{margin-left:-40px}
  .contact-quick-grid{padding-inline:24px;grid-template-columns:repeat(2,1fr)}
  .contact-map-grid,.contact-directions-grid{grid-template-columns:repeat(2,1fr)}
  .contact-bottom-cta-inner{align-items:flex-start;flex-direction:column}
  .contact-cta-actions{width:100%}.contact-cta-actions .btn{flex:1}
}
@media (max-width:768px){
  .contact-hero-grid{display:block;min-height:auto}
  .contact-hero-copy{min-height:420px;padding:75px 24px 105px;background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.84)),url("../images/branches-hero-photo.png") center/cover no-repeat}
  .contact-hero-copy .breadcrumb{top:21px}.contact-hero-copy h1{font-size:38px}
  .contact-hero-photo{display:none}.contact-quick-section{margin-top:-76px}
  .contact-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding-inline:20px}
  .contact-map-section{padding-top:36px}.contact-map-grid{grid-template-columns:1fr}.contact-map-frame{min-height:330px}.contact-map-frame iframe{min-height:330px}
  .contact-directions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .contact-direction-card{min-height:220px}
}
@media (max-width:560px){
  .contact-hero-copy{min-height:430px;padding:70px 20px 100px}.contact-hero-copy .breadcrumb{left:20px}.contact-hero-copy h1{font-size:35px}.contact-hero-copy>p{font-size:13px}
  .contact-call-card{width:100%}.contact-call-card strong{font-size:25px}
  .contact-quick-grid,.contact-directions-grid{grid-template-columns:1fr}
  .contact-quick-card{min-height:112px;padding:19px}.contact-direction-card{min-height:0}
  .contact-map-section{padding-bottom:25px}.contact-info-card{padding:24px 20px}.contact-info-card dl>div{grid-template-columns:86px 1fr}
  .contact-directions-section{padding-top:16px}
  .contact-bottom-cta-inner{padding:27px 20px}.contact-cta-lead{align-items:flex-start}.contact-cta-icon{width:48px;height:48px}.contact-cta-lead h2{font-size:20px}
  .contact-cta-actions{flex-direction:column}.contact-cta-actions .btn{width:100%}
}
@media (prefers-reduced-motion:reduce){
  .contact-quick-card{transition:none}
}

@media (max-width:1120px){
  .doctor-detail-page .doctor-detail-hero-grid{grid-template-columns:minmax(280px,.85fr) minmax(380px,1.15fr)}
  .doctor-detail-page .doctor-detail-photo{height:470px}
  .doctor-detail-page .doctor-intro-video{grid-column:1/-1;width:min(680px,100%);margin:0 auto 10px}
  .doctor-detail-page .doctor-video-preview{height:400px}
  .doctor-detail-page .doctor-term-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
  .doctor-detail-page .doctor-history-grid.has-treatments{grid-template-columns:1fr 1fr}
}
@media (max-width:720px){
  .doctor-detail-page .doctor-detail-hero-grid{grid-template-columns:1fr}
  .doctor-detail-page .doctor-detail-photo{height:auto;aspect-ratio:4/5}
  .doctor-detail-page .doctor-detail-summary{padding:26px 0}
  .doctor-profile-facts{grid-template-columns:1fr 1fr}
  .doctor-detail-page .doctor-intro-video{grid-column:auto;width:100%;margin-bottom:10px}
  .doctor-detail-page .doctor-video-preview{height:350px}
  .doctor-detail-page .doctor-term-cards{grid-template-columns:1fr 1fr}
  .doctor-detail-page .doctor-history-grid.has-treatments{grid-template-columns:1fr}
}
@media (max-width:390px){
  .doctor-detail-page .doctor-detail-summary h1{font-size:39px}
  .doctor-detail-page .doctor-video-preview{height:320px}
  .doctor-detail-page .doctor-term-cards>span{min-height:92px}
}

/* Yönetilebilir header ve footer içerikleri */
.topbar-contact,.topbar-links{display:flex;align-items:center}.topbar-contact{gap:16px}.topbar a{color:inherit}.topbar-social{font-size:11px}.footer-legal{display:flex;justify-content:flex-end;gap:14px;flex-wrap:wrap}.footer-legal a{display:inline;margin:0;color:rgba(255,255,255,.62)}
@media(max-width:1180px){.topbar-social,.topbar-social-icons{display:none}}
@media(max-width:720px){.mobile-bottom{grid-template-columns:repeat(var(--mobile-actions,3),minmax(0,1fr))}.mobile-bottom a{min-height:52px;display:grid;place-items:center}.whatsapp{display:none}.footer-legal{justify-content:flex-start}}

/* Anlaşmalı Kurumlar */
.partner-page{overflow:hidden;background:#fafafa}.partner-hero{padding:36px 0 62px;background:linear-gradient(105deg,rgba(86,0,10,.96),rgba(167,5,20,.91)),url("../images/branches-hero-photo.png") center/cover;color:#fff}.partner-hero .breadcrumb{margin-bottom:45px;color:rgba(255,255,255,.72)}.partner-hero .breadcrumb a{color:#fff}.partner-hero .eyebrow{color:#ffd3d7}.partner-hero h1{margin:9px 0 13px;font-size:48px;letter-spacing:-.035em}.partner-hero p{max-width:650px;margin:0;color:rgba(255,255,255,.82);font-size:15px;line-height:1.7}.partner-content{padding-top:0;padding-bottom:72px}.partner-tabs{position:relative;z-index:2;display:flex;gap:7px;overflow-x:auto;margin:-28px 0 38px;padding:8px;border:1px solid #eadfe1;border-radius:15px;background:#fff;box-shadow:0 17px 35px rgba(63,9,15,.11);scrollbar-width:thin}.partner-tabs button{min-height:45px;flex:1 0 auto;padding:0 19px;border:0;border-radius:10px;background:transparent;color:#585c65;font:inherit;font-size:12px;font-weight:800;white-space:nowrap;cursor:pointer}.partner-tabs button[aria-selected=true]{background:linear-gradient(135deg,#8d0712,#bb111d);color:#fff;box-shadow:0 8px 18px rgba(145,7,18,.2)}.partner-panel[hidden]{display:none}.partner-panel .section-heading{margin-bottom:24px}.partner-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.partner-card{min-height:290px;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e9e2e3;border-radius:16px;background:#fff;box-shadow:0 9px 25px rgba(44,16,20,.045);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.partner-card:hover{transform:translateY(-4px);border-color:#e1bfc3;box-shadow:0 18px 34px rgba(44,16,20,.1)}.partner-logo{height:145px;display:grid;place-items:center;padding:23px;border-bottom:1px solid #f0e9ea;background:linear-gradient(145deg,#fff,#fbf7f7)}.partner-logo img{width:100%;height:100%;object-fit:contain}.partner-logo strong{color:#8c0b19;font-size:22px;line-height:1.25;text-align:center}.partner-card-body{display:flex;flex:1;flex-direction:column;padding:19px}.partner-card-body h3{margin:0 0 9px;font-size:16px}.partner-card-body p{margin:0 0 15px;color:var(--muted);font-size:11px;line-height:1.65}.partner-card-body a{margin-top:auto;color:var(--red-dark);font-size:11px;font-weight:900;text-decoration:none}.partner-card-body a span{display:inline-block;transition:transform .2s ease}.partner-card-body a:hover span{transform:translateX(3px)}.partner-empty{padding:45px 25px;border:1px dashed #ddcfd1;border-radius:16px;background:#fff;text-align:center}.partner-empty h2,.partner-empty h3{margin:0 0 8px}.partner-empty p{margin:0;color:var(--muted)}
@media(max-width:1100px){.partner-card-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.partner-card-grid{grid-template-columns:repeat(2,1fr)}.partner-hero h1{font-size:41px}.partner-tabs{margin-inline:20px}.partner-panel{padding-inline:20px}}
@media(max-width:540px){.partner-hero{padding:25px 20px 58px}.partner-hero .breadcrumb{margin-bottom:34px}.partner-hero h1{font-size:35px}.partner-hero p{font-size:13px}.partner-content{padding-bottom:52px}.partner-tabs{margin-bottom:29px}.partner-tabs button{min-height:44px;padding-inline:15px}.partner-card-grid{grid-template-columns:1fr}.partner-panel .section-heading{align-items:flex-start;gap:7px;flex-direction:column}.partner-card{min-height:250px}.partner-logo{height:130px}}
@media(prefers-reduced-motion:reduce){.partner-card,.partner-card-body a span{transition:none}}

/* Hasta Rehberi */
.patient-guide-page{overflow:hidden;background:#fafafa}.patient-guide-hero{padding:34px 0 76px;background:radial-gradient(circle at 83% 15%,rgba(255,255,255,.16),transparent 28%),linear-gradient(115deg,#6d0008,#b20b17);color:#fff}.patient-guide-hero .breadcrumb{margin-bottom:48px;color:rgba(255,255,255,.72)}.patient-guide-hero .breadcrumb a{color:#fff}.patient-guide-hero .eyebrow{color:#ffd7da}.patient-guide-hero h1{margin:8px 0 15px;font-size:50px;letter-spacing:-.04em}.patient-guide-hero p{max-width:660px;margin:0;color:rgba(255,255,255,.83);font-size:15px;line-height:1.7}.patient-journey{position:relative;z-index:2;margin-top:-36px;padding:27px 30px 30px;border:1px solid #eadfe1;border-radius:18px;background:#fff;box-shadow:0 18px 38px rgba(66,12,17,.11)}.patient-journey .section-heading{margin-bottom:25px}.patient-journey-timeline{position:relative;display:grid;grid-template-columns:repeat(7,minmax(105px,1fr));gap:0;margin:0;padding:0;list-style:none}.patient-journey-timeline::before{position:absolute;top:22px;right:7%;left:7%;height:2px;background:#ead5d7;content:""}.patient-journey-timeline li{position:relative;z-index:1;display:grid;justify-items:center;gap:10px;padding:0 8px;text-align:center}.patient-journey-timeline li span{width:45px;height:45px;display:grid;place-items:center;border:5px solid #fff;border-radius:50%;background:#a90a16;color:#fff;box-shadow:0 0 0 1px #e1bfc2;font-size:12px;font-weight:900}.patient-journey-timeline li strong{max-width:130px;color:#333640;font-size:11px;line-height:1.4}.patient-guide-content{padding-top:45px;padding-bottom:54px}.patient-guide-editor-content{max-width:930px;margin:0 auto;padding:45px 52px;border:1px solid #ebe4e5;border-radius:18px;background:#fff;box-shadow:0 11px 30px rgba(52,18,21,.05);color:#4e5159;font-size:14px;line-height:1.85}.patient-guide-editor-content h2{position:relative;margin:42px 0 15px;padding-left:20px;color:#20232b;font-size:25px;line-height:1.25}.patient-guide-editor-content h2:first-child{margin-top:0}.patient-guide-editor-content h2::before{position:absolute;top:.15em;bottom:.12em;left:0;width:5px;border-radius:5px;background:#b10b17;content:""}.patient-guide-editor-content h3{margin:28px 0 11px;color:#292c34;font-size:19px}.patient-guide-editor-content p{margin:0 0 17px}.patient-guide-editor-content ul,.patient-guide-editor-content ol{display:grid;gap:8px;margin:0 0 20px;padding-left:23px}.patient-guide-editor-content a{color:var(--red-dark);font-weight:800}.patient-guide-cta{padding-bottom:58px}.patient-guide-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:32px 37px;border-radius:18px;background:linear-gradient(135deg,#760009,#b20a16);color:#fff;box-shadow:0 17px 36px rgba(112,0,8,.19)}.patient-guide-cta .eyebrow{color:#ffd5d8}.patient-guide-cta h2{margin:5px 0 8px;font-size:25px}.patient-guide-cta p{margin:0;color:rgba(255,255,255,.78);font-size:12px}.patient-guide-cta-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.patient-guide-cta-actions .btn{min-width:130px}.patient-guide-cta-actions .btn-outline-light{border:1px solid rgba(255,255,255,.5);background:transparent;color:#fff}.patient-guide-cta-actions .is-disabled{opacity:.58;cursor:not-allowed}
.patient-guide-cta-actions .btn-light{color:var(--wine)}
@media(max-width:1024px){.patient-journey{margin-inline:24px;overflow:hidden}.patient-journey-timeline{overflow-x:auto;grid-template-columns:repeat(7,130px);padding-bottom:10px}.patient-guide-cta-inner{align-items:flex-start;flex-direction:column}.patient-guide-cta-actions{width:100%;justify-content:flex-start}}
@media(max-width:700px){.patient-guide-hero{padding:26px 20px 68px}.patient-guide-hero .breadcrumb{margin-bottom:38px}.patient-guide-hero h1{font-size:38px}.patient-guide-hero p{font-size:13px}.patient-journey{margin-inline:16px;padding:23px 18px}.patient-journey .section-heading{align-items:flex-start;gap:7px;flex-direction:column}.patient-guide-content{padding:34px 18px 40px}.patient-guide-editor-content{padding:29px 22px;font-size:13px}.patient-guide-editor-content h2{margin-top:34px;font-size:22px}.patient-guide-cta{padding:0 16px 45px}.patient-guide-cta-inner{padding:27px 22px}.patient-guide-cta h2{font-size:22px}.patient-guide-cta-actions{flex-direction:column}.patient-guide-cta-actions .btn{width:100%}}

/* Premium UI Sprint 01: topbar, header, ana sayfa hero ve hızlı erişim */
.topbar{
  background:var(--brand-wine);
  color:rgba(255,255,255,.82);
  font-size:11px;
  letter-spacing:.012em;
}
.topbar-inner{height:33px}
.topbar-contact{gap:18px}
.topbar-links{gap:17px;opacity:1}
.topbar a,.topbar .nav-placeholder{transition:color var(--transition-ui)}
.topbar a:hover,.topbar a:focus-visible{color:#fff}
.language-trigger{
  height:28px;
  min-width:43px;
  justify-content:center;
  padding:0 8px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  transition:background var(--transition-ui),border-color var(--transition-ui);
}
.language-trigger:hover,.language-trigger:focus-visible{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.08);outline:0}
.language-dropdown{border-color:var(--brand-line);border-radius:var(--radius-sm);box-shadow:var(--shadow-soft)}
.language-dropdown button:hover,.language-dropdown button:focus-visible{background:var(--brand-soft)}
.language-dropdown button.active{background:var(--brand-soft);color:var(--brand-wine)}

.site-header{
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--brand-line);
  backdrop-filter:saturate(115%) blur(10px);
  transition:background var(--transition-ui),box-shadow var(--transition-ui);
}
.site-header.scrolled{background:rgba(255,255,255,.985);box-shadow:0 8px 24px rgba(64,0,1,.055)}
.header-inner{height:78px;gap:23px}
.brand{width:174px}
.brand img{height:56px}
.main-nav{gap:20px;font-size:12px;font-weight:700;letter-spacing:.005em;white-space:nowrap}
.main-nav a,.corporate-nav summary{transition:color var(--transition-ui)}
.main-nav a:after{
  bottom:-9px;
  height:1px;
  background:var(--brand-red-dark);
  transition:width var(--transition-ui);
}
.main-nav a:hover,.main-nav a:focus-visible,.corporate-nav summary:hover,.corporate-nav summary:focus-visible{color:var(--brand-red-dark);outline:0}
.header-phone{
  min-height:48px;
  gap:9px;
  padding:7px 12px;
  border:1px solid rgba(64,0,1,.14);
  border-radius:var(--radius-sm);
  background:var(--brand-wine);
  box-shadow:0 8px 20px rgba(64,0,1,.11);
  transition:background var(--transition-ui),transform var(--transition-ui),box-shadow var(--transition-ui);
}
.header-phone:hover,.header-phone:focus-visible{background:#570406;transform:translateY(-1px);box-shadow:0 10px 24px rgba(64,0,1,.14);outline:0}
.header-phone small{font-size:9px;line-height:1.2;letter-spacing:.02em}
.header-phone strong{font-size:14px;line-height:1.35}
.phone-icon{display:grid;width:22px;height:22px;place-items:center;font-size:0}
.header-phone-icon{width:20px;height:20px}
.menu-toggle{min-width:46px;min-height:46px;justify-content:center;border-radius:var(--radius-sm);color:var(--brand-ink)}
.menu-toggle span{transition:transform var(--transition-ui),opacity var(--transition-ui)}
.menu-toggle:focus-visible{outline:2px solid var(--brand-red);outline-offset:2px}

.home-managed-hero{
  min-height:clamp(620px,78vh,840px);
  align-items:stretch;
  background:var(--brand-wine);
}
.home-managed-hero .hero-video{filter:saturate(.92) contrast(1.04) brightness(.92)}
.home-managed-hero .hero-fallback{
  background-image:linear-gradient(90deg,rgba(30,0,1,.92),rgba(54,0,2,.56) 48%,rgba(31,4,5,.10) 76%),var(--managed-hero-image,var(--hero-desktop-poster));
}
.home-managed-hero .hero-overlay,
.home-managed-hero.has-doctor-image .hero-overlay{
  background:
    radial-gradient(ellipse at center,transparent 48%,rgba(18,0,1,.20) 100%),
    linear-gradient(90deg,rgba(30,0,1,.91) 0%,rgba(49,0,2,.72) 34%,rgba(43,0,2,.32) 56%,rgba(20,0,1,.08) 78%,rgba(18,0,1,.18) 100%);
}
.home-managed-hero .hero-content{
  min-height:inherit;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  flex-direction:column;
  padding:62px 0 154px;
}
.home-managed-hero .hero-copy{width:min(650px,62%);color:#fff}
.home-managed-hero .eyebrow{
  margin-bottom:17px;
  color:rgba(255,255,255,.72);
  font-size:11px;
  letter-spacing:.18em;
}
.home-managed-hero h1{
  max-width:640px;
  margin-bottom:22px;
  color:#fff;
  font-size:clamp(44px,5.2vw,70px);
  line-height:1.02;
  text-wrap:balance;
}
.home-managed-hero h1 em{color:#fff}
.home-managed-hero p{max-width:590px;margin:0;color:rgba(255,255,255,.82);font-size:16px;line-height:1.72}
.home-managed-hero .hero-actions{margin-top:29px}
.home-managed-hero .btn{
  min-height:50px;
  padding:0 23px;
  border-radius:var(--radius-sm);
  transition:transform var(--transition-ui),background var(--transition-ui),border-color var(--transition-ui),box-shadow var(--transition-ui);
}
.home-managed-hero .btn-primary{border:1px solid var(--brand-red);background:var(--brand-red);box-shadow:0 10px 24px rgba(34,0,1,.18)}
.home-managed-hero .btn-primary:hover,.home-managed-hero .btn-primary:focus-visible{background:var(--brand-red-dark);border-color:var(--brand-red-dark);transform:translateY(-1px);box-shadow:0 12px 28px rgba(34,0,1,.22)}
.home-managed-hero .btn-light{border:1px solid rgba(255,255,255,.42);background:rgba(255,255,255,.10);color:#fff;box-shadow:none;backdrop-filter:blur(6px)}
.home-managed-hero .btn-light:hover,.home-managed-hero .btn-light:focus-visible{border-color:rgba(255,255,255,.72);background:rgba(255,255,255,.18);transform:translateY(-1px)}
.home-managed-hero .btn:focus-visible{outline:2px solid #fff;outline-offset:3px}
.home-managed-hero .hero-badge{
  position:absolute;
  right:0;
  bottom:30px;
  left:0;
  min-width:0;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(130px,1fr));
  padding:0;
  border:1px solid rgba(255,255,255,.22);
  border-width:1px 0 0;
  border-radius:0;
  background:rgba(33,0,1,.18);
  box-shadow:none;
  backdrop-filter:blur(5px);
}
.hero-info-item{min-width:0;padding:17px 22px;border-right:1px solid rgba(255,255,255,.18)}
.hero-info-item:last-child{border-right:0}
.home-managed-hero .hero-badge strong{color:#fff;font-size:22px;line-height:1.2}
.home-managed-hero .hero-badge span{margin-top:4px;color:rgba(255,255,255,.68);font-size:11px;line-height:1.4}

.quick-access{margin-top:-26px}
.quick-grid{
  overflow:visible;
  border:1px solid var(--brand-line);
  border-radius:var(--radius-md);
  background:rgba(255,255,255,.98);
  box-shadow:0 14px 36px rgba(64,0,1,.08);
}
.quick-card{
  position:relative;
  min-width:0;
  min-height:132px;
  align-items:flex-start;
  padding:22px 18px 20px;
  border-right:1px solid var(--brand-line);
  text-align:left;
  transition:background var(--transition-ui),box-shadow var(--transition-ui),transform var(--transition-ui);
}
.quick-card:after{position:absolute;right:18px;bottom:16px;left:18px;height:1px;background:transparent;content:"";transition:background var(--transition-ui)}
.quick-card:hover{z-index:1;background:var(--brand-surface);transform:translateY(-1px);box-shadow:0 9px 22px rgba(64,0,1,.06)}
.quick-card:hover:after{background:var(--brand-red)}
.quick-icon{
  width:34px;
  min-width:34px;
  height:34px;
  margin:0 0 13px;
  border-radius:0;
  background:transparent;
  color:var(--brand-red-dark);
}
.quick-action-icon{width:30px;height:30px;stroke-width:1.65}
.quick-card b{font-size:13px;line-height:1.35}
.quick-card small{margin-top:5px;color:var(--brand-muted);font-size:10px;line-height:1.4}
.quick-card.urgent{box-shadow:inset 0 2px 0 var(--brand-red-dark)}
.quick-card.urgent .quick-icon{border-radius:0;background:transparent;color:var(--brand-red-dark)}
.quick-card.is-disabled{background:#fbf8f8;opacity:1}
.quick-card.is-disabled .quick-icon,.quick-card.is-disabled b{opacity:.55}
.quick-card.is-disabled small{display:inline-flex;width:max-content;margin-top:7px;padding:3px 7px;border-radius:999px;background:var(--brand-soft);color:var(--brand-wine);font-weight:800}
.quick-card.is-disabled:hover{transform:none;background:#fbf8f8;box-shadow:none}
.quick-card:focus-visible{z-index:2;outline:2px solid var(--brand-red);outline-offset:2px}

@media(max-width:1180px){
  .header-inner{gap:18px}
  .brand{width:160px}
  .main-nav{gap:15px;font-size:11px}
  .header-phone{padding-inline:10px}
}
@media(max-width:1050px){
  .header-inner{height:76px}
  .main-nav{
    top:121px;
    gap:0;
    padding:18px;
    border:1px solid var(--brand-line);
    border-radius:var(--radius-md);
    box-shadow:var(--shadow-soft);
  }
  .main-nav>a,.main-nav>.nav-placeholder,.main-nav>.corporate-nav{width:100%;padding:10px 8px;font-size:13px}
  .main-nav a:after{display:none}
  .menu-toggle{display:flex;margin-left:auto;border:0;background:transparent;align-items:center;gap:4px;flex-direction:column}
  .quick-grid{grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}
  .quick-card{border-bottom:1px solid var(--brand-line)}
  .quick-card:nth-child(3n){border-right:0}
}
@media(max-width:720px){
  .header-inner{height:70px}
  .brand{width:150px}
  .brand img{height:48px}
  .main-nav{top:80px}
  .home-managed-hero{min-height:590px}
  .home-managed-hero .hero-content{justify-content:flex-start;padding:64px 0 168px}
  .home-managed-hero .hero-copy{width:100%}
  .home-managed-hero h1{max-width:520px;font-size:clamp(38px,11vw,48px)}
  .home-managed-hero p{max-width:520px;font-size:14px;line-height:1.65}
  .home-managed-hero .hero-actions{gap:9px;margin-top:24px}
  .home-managed-hero .btn{min-height:48px;padding:0 17px;font-size:12px}
  .home-managed-hero .hero-badge{display:grid;bottom:22px;grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-info-item{padding:12px 13px}
  .hero-info-item:nth-child(2n){border-right:0}
  .home-managed-hero .hero-badge strong{font-size:18px}
  .home-managed-hero .hero-badge span{font-size:9px}
  .quick-access{margin-top:-14px}
  .quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:var(--radius-md)}
  .quick-card{min-height:120px;padding:18px 15px}
  .quick-card:nth-child(3n){border-right:1px solid var(--brand-line)}
  .quick-card:nth-child(2n){border-right:0}
  .quick-card b{font-size:12px}
}
@media(max-width:390px){
  .home-managed-hero{min-height:610px}
  .home-managed-hero .hero-content{padding-top:48px}
  .home-managed-hero h1{font-size:37px}
  .home-managed-hero .hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .home-managed-hero .btn{width:100%;padding-inline:12px}
  .quick-card{min-height:116px;padding-inline:13px}
}

/* Ana Sayfa Premium UI Sprint 02 */
.home-page{--home-section-space:94px;--home-support-space:64px}
.home-page .section{padding:var(--home-section-space) 0}
.home-page .split-heading{grid-template-columns:minmax(250px,.72fr) minmax(0,1.8fr);gap:70px}
.home-page .split-heading h2,.home-page .doctor-panel h2,.home-page .center-heading h2{font-size:clamp(38px,3.7vw,50px)}
.home-introduction-grid{grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);gap:70px}
.home-introduction-media{min-height:0;height:clamp(390px,38vw,520px)}
.home-introduction-media img,.home-introduction-media video{height:100%;min-height:0}
.home-introduction.without-media .home-introduction-grid{display:block}
.home-introduction.without-media .home-introduction-copy{max-width:880px;margin:0 auto;text-align:center}
.home-introduction.without-media .home-introduction-copy p{max-width:760px;margin-right:auto;margin-left:auto}
.home-page .department-grid{gap:18px}
.home-page .department-card{min-height:166px;padding:20px 12px;gap:15px}
.home-page .department-card span{width:68px;height:68px;border-radius:20px}
.home-page .department-card svg{width:47px;height:47px;transition:color .24s ease,transform .24s ease}
.home-page .department-card b{font-size:15px}
.home-page .department-card:hover{transform:translateY(-4px)}
.home-page .department-card:hover svg{color:var(--red-dark);transform:scale(1.04)}
.home-page .department-grid.item-count-7 .department-card:nth-child(5){grid-column:2}
.home-page .doctor-finder{padding-bottom:var(--home-support-space)}
.home-page .doctor-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:76px}
.home-page .doctor-visual{min-height:0}
.home-page .doctor-visual>img,.home-page .doctor-visual .doctor-placeholder{height:500px;min-height:0}
.home-page .trust-strip{padding:0 0 var(--home-support-space)}
.home-page .trust-grid{background:var(--brand-wine);box-shadow:0 18px 38px rgba(72,0,7,.15)}
.home-page .trust-grid>div{grid-template-columns:48px 1fr;align-items:center;padding:26px 24px}
.home-trust-icon{grid-row:1/3;width:38px;height:38px;color:#fff;fill:none;stroke:currentColor}
.home-page .journey{padding-top:82px}
.home-page .journey-grid{margin:46px 0 0;padding:0;list-style:none}
.home-page .journey-grid>li{position:relative;padding:0 8px;text-align:center}
.home-page .journey-grid>li span{margin:0 auto 15px}
.home-page .journey-grid>li b{display:block;font-size:13px;line-height:1.45}
.home-health-guide .section-heading{margin-bottom:32px}
.home-health-guide.health-count-1 .hg-card-grid{grid-template-columns:1fr}
.home-health-guide.health-count-1 .hg-card{display:grid;grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr)}
.home-health-guide.health-count-1 .hg-card-image{height:100%;min-height:340px;aspect-ratio:auto}
.home-health-guide.health-count-1 .hg-card>div{display:flex;flex-direction:column;justify-content:center;padding:38px}
.home-health-guide.health-count-1 .hg-card h3{font-size:29px}
.home-health-guide.health-count-1 .hg-card p{min-height:0;font-size:15px}
.home-health-guide.health-count-2 .hg-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1020px;margin:0 auto}
.home-page .stats-band{padding:34px 0;background:var(--brand-wine)}
.home-page .stats-grid strong{font-size:38px}
.home-page .home-emergency{padding:68px 0;background:var(--brand-surface)}

@media(max-width:1024px){
  .home-page{--home-section-space:80px;--home-support-space:56px}
  .home-page .split-heading{grid-template-columns:1fr;gap:34px}
  .home-page .department-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .home-page .department-grid.item-count-7 .department-card:nth-child(5){grid-column:auto}
  .home-page .doctor-layout{gap:46px}
  .home-page .doctor-visual>img,.home-page .doctor-visual .doctor-placeholder{height:460px}
  .home-page .trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-page .trust-grid>div:nth-child(2){border-right:0}
  .home-page .trust-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.15)}
}
@media(max-width:900px){
  .home-introduction-grid{gap:36px}
  .home-introduction-media{height:420px;min-height:0}
  .home-page .doctor-layout{grid-template-columns:1fr}
  .home-page .doctor-visual{max-width:650px;width:100%;margin:0 auto}
  .home-page .doctor-panel{max-width:760px;margin:0 auto}
  .home-health-guide.health-count-1 .hg-card{grid-template-columns:1fr}
  .home-health-guide.health-count-1 .hg-card-image{min-height:0;aspect-ratio:16/8}
}
@media(max-width:720px){
  .home-page{--home-section-space:64px;--home-support-space:48px}
  .home-page .split-heading{gap:28px}
  .home-page .department-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .home-page .department-card{min-height:152px}
  .home-page .department-card span{width:62px;height:62px}
  .home-page .department-card svg{width:43px;height:43px}
  .home-page .doctor-visual>img,.home-page .doctor-visual .doctor-placeholder{height:390px}
  .home-page .trust-grid{grid-template-columns:1fr}
  .home-page .trust-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)!important}
  .home-page .trust-grid>div:last-child{border-bottom:0!important}
  .home-page .journey{padding-top:62px}
  .home-page .journey-grid{grid-template-columns:1fr;gap:0;margin-top:34px}
  .home-page .journey-grid:before{left:25px;right:auto;top:26px;bottom:26px;width:1px;height:auto}
  .home-page .journey-grid>li{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:16px;min-height:72px;padding:0;text-align:left}
  .home-page .journey-grid>li span{width:50px;height:50px;margin:0}
  .home-page .journey-grid>li b{font-size:14px}
  .home-health-guide.health-count-2 .hg-card-grid{grid-template-columns:1fr}
  .home-health-guide.health-count-1 .hg-card-image{aspect-ratio:16/10}
  .home-health-guide.health-count-1 .hg-card>div{padding:24px}
  .home-health-guide.health-count-1 .hg-card h3{font-size:23px}
  .home-page .stats-grid strong{font-size:31px}
  .home-page .home-emergency{padding:54px 0}
}
@media(max-width:430px){
  .home-page .department-grid{grid-template-columns:1fr}
  .home-introduction-media{height:300px}
  .home-page .doctor-visual>img,.home-page .doctor-visual .doctor-placeholder{height:350px}
}

/* Premium UI Sprint 03: global public design refinement */
:root{
  --ui-space-section:clamp(64px,6.2vw,92px);
  --ui-space-section-compact:clamp(48px,4.5vw,68px);
  --ui-card-radius:16px;
  --ui-control-radius:12px;
  --ui-pill-radius:999px;
  --ui-border:1px solid var(--brand-line);
  --ui-shadow:0 10px 30px rgba(44,18,21,.055);
  --ui-shadow-hover:0 15px 36px rgba(44,18,21,.085);
  --ui-focus:0 0 0 4px rgba(195,18,31,.10);
  --ui-duration:240ms;
  --ui-ease:cubic-bezier(.22,1,.36,1);
}
body{font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
main h2{line-height:1.14;letter-spacing:-.025em;text-wrap:balance}
main h3{line-height:1.28;letter-spacing:-.012em;text-wrap:balance}
main p{line-height:1.72}
.eyebrow{line-height:1.35;letter-spacing:.12em}
.section{padding:var(--ui-space-section) 0}
.hg-list-section,.related-doctors-section,.news-events-section,.patient-guide-content,.partner-section{padding-top:var(--ui-space-section);padding-bottom:var(--ui-space-section)}
.feature-cards,.journey{padding-top:var(--ui-space-section-compact)}
.section-heading,.stream-heading,.branch-section-heading,.contact-section-heading{margin-bottom:32px}

.btn,
.hg-hero button,
.doctor-directory-search button,
.branch-filter-panel button,
.contact-cta-actions a{
  min-height:50px;
  padding:0 22px;
  border-radius:var(--ui-control-radius);
  font-size:13px;
  font-weight:800;
  line-height:1.2;
  transition:color var(--ui-duration) var(--ui-ease),background-color var(--ui-duration) var(--ui-ease),border-color var(--ui-duration) var(--ui-ease),box-shadow var(--ui-duration) var(--ui-ease),transform var(--ui-duration) var(--ui-ease);
}
.btn:hover,.hg-hero button:hover,.doctor-directory-search button:hover,.branch-filter-panel button:hover{transform:translateY(-1px)}
.btn:active,.hg-hero button:active,.doctor-directory-search button:active,.branch-filter-panel button:active{transform:none}
.btn-primary{box-shadow:0 8px 20px rgba(163,12,25,.16)}
.btn-primary:hover{box-shadow:0 11px 26px rgba(163,12,25,.21)}
.btn-light,.btn-secondary{border:var(--ui-border);box-shadow:none}

input:not([type=checkbox]):not([type=radio]):not([type=hidden]),
select,
textarea{
  min-height:50px;
  border:var(--ui-border);
  border-radius:var(--ui-control-radius);
  background:#fff;
  color:var(--ink);
  transition:border-color var(--ui-duration) var(--ui-ease),box-shadow var(--ui-duration) var(--ui-ease),background-color var(--ui-duration) var(--ui-ease);
}
textarea{padding:14px 16px;line-height:1.6}
input:not([type=checkbox]):not([type=radio]):not([type=hidden]):focus,
select:focus,
textarea:focus,
input:not([type=checkbox]):not([type=radio]):not([type=hidden]):focus-visible,
select:focus-visible,
textarea:focus-visible{border-color:rgba(163,12,25,.48);outline:0;box-shadow:var(--ui-focus)}

.quick-grid,
.department-card,
.doctor-card,
.hg-card,
.event-card,
.feature-card,
.news-row,
.event-row,
.public-doctor-card,
.doctor-content-card,
.doctor-contact-card,
.doctor-term-cards>span,
.branch-directory-grid article,
.branch-info-grid article,
.technology-card,
.branch-trio-grid>section,
.contact-quick-card,
.contact-info-card,
.contact-direction-card,
.partner-card,
.patient-guide-card,
.corporate-values-grid article,
.corporate-board-grid article{
  border:var(--ui-border);
  border-radius:var(--ui-card-radius);
  box-shadow:var(--ui-shadow);
}
.department-card,
.doctor-card,
.hg-card,
.event-card,
.quick-card,
.feature-card,
.public-doctor-card,
.branch-directory-grid article,
.technology-card,
.contact-quick-card,
.contact-direction-card,
.partner-card{
  transition:transform var(--ui-duration) var(--ui-ease),box-shadow var(--ui-duration) var(--ui-ease),border-color var(--ui-duration) var(--ui-ease),background-color var(--ui-duration) var(--ui-ease);
}
.department-card:hover,
.doctor-card:hover,
.hg-card:hover,
.event-card:hover,
.quick-card:hover,
.feature-card:hover,
.public-doctor-card:hover,
.branch-directory-grid article:hover,
.technology-card:hover,
.contact-quick-card:hover,
.contact-direction-card:hover,
.partner-card:hover{
  transform:translateY(-2px);
  border-color:rgba(163,12,25,.18);
  box-shadow:var(--ui-shadow-hover);
}
.event-card-image img,.hg-card-image img,.public-doctor-photo img{transition:transform var(--ui-duration) var(--ui-ease)}
.event-card:hover .event-card-image img,.hg-card:hover .hg-card-image img,.public-doctor-card:hover .public-doctor-photo img{transform:scale(1.015)}
.quick-icon,.department-card span,.event-date,.event-card-date,.hg-category,.doctor-branch-label,.doctor-card-terms li{border-radius:var(--ui-control-radius)}
.hg-category,.doctor-card-terms li{border-radius:var(--ui-pill-radius)}

.home-trust-icon,
.inline-icon,
.quick-icon svg,
.department-card svg,
.doctor-nav-icon,
.doctor-term-icon,
.branch-info-icon,
.cta-svg-icon,
.contact-icon{
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.text-link,.hg-read-more,.passive-link{transition:color var(--ui-duration) var(--ui-ease),transform var(--ui-duration) var(--ui-ease)}
.text-link:hover,.hg-read-more:hover{color:var(--red);transform:translateX(1px)}
.main-nav a:after{transition:width var(--ui-duration) var(--ui-ease)}
.site-header,.quick-card,.department-card,.doctor-card,.reveal{transition-duration:var(--ui-duration);transition-timing-function:var(--ui-ease)}
.js.reveal-ready .reveal{transform:translateY(12px);transition:opacity var(--ui-duration) var(--ui-ease),transform var(--ui-duration) var(--ui-ease)}

@media(max-width:720px){
  :root{--ui-space-section:60px;--ui-space-section-compact:44px;--ui-card-radius:14px}
  body{font-size:15px}
  main h2{line-height:1.17}
  main h3{line-height:1.3}
  .section-heading,.stream-heading,.branch-section-heading,.contact-section-heading{margin-bottom:24px}
  .btn,.hg-hero button,.doctor-directory-search button,.branch-filter-panel button,.contact-cta-actions a{width:100%;min-height:48px;padding-inline:18px}
  .quick-card,.department-card,.doctor-card,.hg-card>div,.event-card-body,.doctor-content-card,.contact-quick-card,.contact-direction-card{padding-right:18px;padding-left:18px}
}

/* Premium UI Sprint 04: homepage hierarchy and detail polish */
.home-page .eyebrow{font-size:11px;font-weight:850;letter-spacing:.13em}
.home-page .split-heading h2,
.home-page .doctor-panel h2,
.home-page .center-heading h2,
.home-page .section-heading h2{font-size:clamp(36px,3.5vw,48px);line-height:1.12;letter-spacing:-.03em}
.home-page .split-heading p,
.home-page .doctor-panel p,
.home-page .home-introduction p{max-width:610px;font-size:15px;line-height:1.75}

.btn-primary,
.home-page .doctor-search button{
  border:1px solid var(--brand-red);
  background:var(--brand-red);
  color:#fff;
  box-shadow:0 6px 16px rgba(65,5,10,.12);
}
.btn-primary:hover,
.home-page .doctor-search button:hover{
  border-color:var(--brand-red-dark);
  background:var(--brand-red-dark);
  box-shadow:0 8px 20px rgba(65,5,10,.15);
  transform:translateY(-1px);
}
.btn-primary:active,
.home-page .doctor-search button:active{transform:none;box-shadow:0 4px 12px rgba(65,5,10,.10)}
.btn-primary:focus-visible,
.home-page .doctor-search button:focus-visible{outline:3px solid rgba(195,18,31,.22);outline-offset:3px}
.home-managed-hero .btn-primary{
  border-color:var(--brand-red);
  background:var(--brand-red);
  box-shadow:0 6px 16px rgba(65,5,10,.12);
}
.home-managed-hero .btn-primary:hover,
.home-managed-hero .btn-primary:focus-visible{
  border-color:var(--brand-red-dark);
  background:var(--brand-red-dark);
  box-shadow:0 8px 20px rgba(65,5,10,.15);
}

.home-introduction.without-media{padding:clamp(64px,6.5vw,88px) 0;background:linear-gradient(180deg,#fff 0,#fcf9f9 100%)}
.home-introduction.without-media .home-introduction-grid{position:relative}
.home-introduction.without-media .home-introduction-grid:before{content:"";display:block;width:54px;height:3px;margin:0 auto 25px;border-radius:999px;background:var(--brand-red)}
.home-introduction.without-media .home-introduction-copy{max-width:820px}
.home-introduction.without-media .home-introduction-copy h2{max-width:720px;margin-right:auto;margin-left:auto}
.home-introduction.without-media .home-introduction-copy p{max-width:680px;margin-bottom:28px;font-size:16px}
.home-introduction.has-media .home-introduction-media{border-radius:22px;box-shadow:0 12px 34px rgba(45,18,20,.07)}

.home-page .departments{background:#fff}
.home-page .department-grid{grid-auto-rows:1fr;gap:18px}
.home-page .department-card{
  min-height:178px;
  padding:28px 18px;
  gap:17px;
  border-color:rgba(71,34,37,.10);
  background:linear-gradient(180deg,#fff 0,#fefdfd 100%);
  box-shadow:0 7px 22px rgba(44,18,21,.035);
}
.home-page .department-card:hover{
  transform:none;
  border-color:rgba(163,12,25,.23);
  background:#fffafa;
  box-shadow:0 9px 25px rgba(44,18,21,.05);
}
.home-page .department-card svg{width:50px;height:50px;stroke-width:1.65}
.home-page .department-card:hover svg{color:var(--brand-wine);transform:translateY(-1px)}
.home-page .department-card b{max-width:170px;font-size:15px;line-height:1.35}

.home-page .doctor-finder{padding-top:clamp(78px,7vw,96px);padding-bottom:clamp(58px,5vw,72px)}
.home-page .doctor-layout{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:clamp(48px,5.5vw,78px)}
.home-page .doctor-visual{border-radius:22px;box-shadow:0 14px 38px rgba(45,18,20,.08)}
.home-page .doctor-visual>img,.home-page .doctor-visual .doctor-placeholder{height:520px}
.home-page .doctor-visual>img{object-position:center 16%}
.home-page .doctor-search{grid-template-columns:minmax(0,1fr) 108px;gap:10px;margin:27px 0}
.home-page .doctor-search input,.home-page .doctor-search button{height:54px;min-height:54px;border-radius:12px}
.home-page .doctor-cards{gap:12px}
.home-page .doctor-card{min-height:76px;padding:11px 14px;gap:14px;box-shadow:none}
.home-page .doctor-card:hover{transform:none;background:#fffafa;box-shadow:0 8px 20px rgba(44,18,21,.045)}
.home-page .doctor-card img,.home-page .doctor-card-silhouette{width:52px;height:52px}
.home-page .doctor-card b{font-size:13px;line-height:1.35}
.home-page .doctor-card small{margin-top:3px;font-size:11px}

.home-page .trust-grid{min-height:112px;border-radius:16px;box-shadow:0 12px 30px rgba(54,0,5,.11)}
.home-page .trust-grid>div{min-height:112px;grid-template-columns:48px minmax(0,1fr);align-content:center;padding:25px 26px;border-color:rgba(255,255,255,.11)}
.home-page .home-trust-icon{width:38px;height:38px;align-self:center}
.home-page .trust-grid b{font-size:14px;line-height:1.35}
.home-page .trust-grid small{margin-top:3px;font-size:11px;line-height:1.45;opacity:.72}

.home-page .journey{padding-top:clamp(76px,7vw,96px);padding-bottom:clamp(78px,7vw,98px)}
.home-page .journey .center-heading{max-width:780px;margin:0 auto}
.home-page .journey-grid{width:100%;margin-top:52px}
.home-page .journey-grid:before{left:4%;right:4%;top:31px;background:rgba(163,12,25,.25)}
.home-page .journey-grid>li{padding:0 12px}
.home-page .journey-grid>li span{
  width:62px;
  height:62px;
  margin-bottom:18px;
  border-color:rgba(163,12,25,.26);
  color:var(--brand-wine);
  font-size:16px;
  box-shadow:0 7px 18px rgba(44,18,21,.055);
}
.home-page .journey-grid>li b{max-width:145px;margin:0 auto;font-size:14px;line-height:1.45;font-weight:750}

.home-health-guide{background:#fcfafa}
.home-health-guide .section-heading{align-items:end;margin-bottom:30px}
.home-health-guide.health-count-1 .hg-card{
  grid-template-columns:minmax(0,43fr) minmax(0,57fr);
  min-height:370px;
  overflow:hidden;
  border-color:rgba(71,34,37,.10);
  box-shadow:0 12px 34px rgba(44,18,21,.055);
}
.home-health-guide.health-count-1 .hg-card-image{min-height:370px;padding:18px;background:#f5f0f0}
.home-health-guide.health-count-1 .hg-card-image img{width:100%;height:100%;object-fit:contain;object-position:center}
.home-health-guide .hg-image-fallback{background:#f6eeee}
.home-health-guide .hg-image-fallback svg{width:52px;height:52px;color:var(--brand-red);opacity:.82}
.home-health-guide.health-count-1 .hg-card>div{padding:clamp(30px,4vw,50px)}
.home-health-guide.health-count-1 .hg-card h3{max-width:620px;margin:12px 0 14px;font-size:clamp(27px,2.7vw,36px);line-height:1.16}
.home-health-guide.health-count-1 .hg-card p{max-width:640px;font-size:15px;line-height:1.75}
.home-health-guide .hg-category{font-size:11px}
.home-health-guide .hg-card time{font-size:12px}

.home-page .stats-band{margin:clamp(34px,4vw,58px) 0;padding:42px 0;background:var(--brand-wine)}
.home-page .stats-grid>div{padding:4px 20px;border-color:rgba(255,255,255,.13)}
.home-page .home-stat-icon{width:30px;height:30px;margin-bottom:10px;color:#ffd7d9}
.home-page .stats-grid strong{font-size:clamp(34px,3.2vw,44px);line-height:1.05;letter-spacing:-.025em}
.home-page .stats-grid span{margin-top:7px;font-size:13px;opacity:.78}

.home-page .home-emergency{padding:58px 0 70px;background:var(--brand-surface)}
.home-page .home-emergency>.container{gap:28px;padding:28px 32px;border-radius:16px;box-shadow:0 12px 28px rgba(67,0,6,.12)}
.home-page .home-emergency>.container span>strong{font-size:25px;line-height:1.2}
.home-page .home-emergency>.container p{font-size:13px}
.home-page .home-emergency>.container>strong{font-size:23px}
.home-page .home-emergency>.container>a{min-height:48px;border-radius:12px;transition:background-color var(--ui-duration) var(--ui-ease),color var(--ui-duration) var(--ui-ease),transform var(--ui-duration) var(--ui-ease)}
.home-page .home-emergency>.container>a:hover{background:#fff7f7;transform:translateY(-1px)}

.site-footer .footer-brand{background:transparent}
.site-footer .footer-brand:before,.site-footer .footer-brand:after{content:none}
.site-footer .footer-brand img{
  width:min(210px,100%);
  height:auto;
  max-height:82px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  object-fit:contain;
  object-position:left center;
}
.site-footer .footer-brand .footer-logo-shared{filter:grayscale(1) brightness(0) invert(1)}

@media(min-width:1025px){
  .home-page .department-grid.item-count-7{grid-template-columns:repeat(8,minmax(0,1fr))}
  .home-page .department-grid.item-count-7 .department-card{grid-column:span 2}
  .home-page .department-grid.item-count-7 .department-card:nth-child(5){grid-column:2/span 2}
}
@media(max-width:1024px){
  .home-page .department-card{min-height:166px;padding:24px 16px}
  .home-page .doctor-visual>img,.home-page .doctor-visual .doctor-placeholder{height:470px}
  .home-page .journey-grid>li span{width:58px;height:58px}
  .home-page .journey-grid:before{top:29px}
}
@media(max-width:900px){
  .home-page .doctor-layout{grid-template-columns:1fr;gap:42px}
  .home-health-guide.health-count-1 .hg-card{grid-template-columns:1fr}
  .home-health-guide.health-count-1 .hg-card-image{min-height:0;aspect-ratio:16/8;padding:16px}
}
@media(max-width:720px){
  .home-introduction.without-media{padding:58px 0}
  .home-introduction.without-media .home-introduction-grid:before{margin-bottom:22px}
  .home-introduction.without-media .home-introduction-copy p{font-size:15px}
  .home-page .department-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-page .department-card{min-height:156px;padding:21px 12px}
  .home-page .department-card svg{width:44px;height:44px}
  .home-page .department-card b{font-size:13px}
  .home-page .doctor-visual>img,.home-page .doctor-visual .doctor-placeholder{height:390px}
  .home-page .trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-page .trust-grid>div{min-height:108px;padding:21px 18px;border-right:1px solid rgba(255,255,255,.11)!important}
  .home-page .trust-grid>div:nth-child(2n){border-right:0!important}
  .home-page .trust-grid>div:nth-last-child(-n+2){border-bottom:0!important}
  .home-page .journey-grid:before{left:28px;top:29px;bottom:29px}
  .home-page .journey-grid>li{grid-template-columns:58px minmax(0,1fr);gap:17px;min-height:78px}
  .home-page .journey-grid>li span{width:58px;height:58px;margin:0}
  .home-page .journey-grid>li b{max-width:none;margin:0;font-size:14px}
  .home-health-guide.health-count-1 .hg-card-image{aspect-ratio:4/3;padding:14px}
  .home-health-guide.health-count-1 .hg-card>div{padding:25px 20px}
  .home-page .stats-band{margin:34px 0;padding:36px 0}
  .home-page .stats-grid>div{padding:10px 12px}
  .home-page .stats-grid span{font-size:12px}
  .home-page .home-emergency{padding:48px 0 60px}
  .home-page .home-emergency>.container{grid-template-columns:1fr;padding:26px 22px;text-align:center}
  .home-page .home-emergency>.container>div{flex-direction:column;gap:13px}
  .home-page .home-emergency>.container>strong,.home-page .home-emergency>.container>a{grid-column:auto;width:100%}
  .site-footer .footer-brand img{width:min(220px,75vw);max-height:86px}
}
@media(max-width:430px){
  .home-page .department-grid{grid-template-columns:1fr}
  .home-page .department-card{min-height:142px}
  .home-page .trust-grid{grid-template-columns:1fr}
  .home-page .trust-grid>div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.11)!important}
  .home-page .trust-grid>div:last-child{border-bottom:0!important}
}

/* Header tek-render ve sticky akış koruması */
body>.site-header{position:sticky;top:0;z-index:100}
main .site-header,.home-page .site-header{display:none!important}

/* Premium UI Sprint 05: doctor detail landing page */
.doctor-detail-page{
  --doctor-surface:#fbf8f8;
  --doctor-border:rgba(68,28,31,.11);
  --doctor-shadow:0 16px 42px rgba(50,18,21,.07);
  background:#fff;
}
.doctor-detail-hero{
  padding:18px 0 34px;
  background:
    radial-gradient(circle at 17% 47%,rgba(195,18,31,.075),transparent 25%),
    linear-gradient(135deg,#fff 0,#fdf9f9 58%,#f8f2f2 100%);
}
.doctor-detail-hero .breadcrumb{margin-bottom:18px}
.doctor-detail-hero-grid{
  display:grid;
  grid-template-columns:minmax(285px,.92fr) minmax(360px,1.14fr) minmax(285px,.88fr);
  gap:clamp(24px,2.7vw,42px);
  align-items:center;
}
.doctor-portrait-column{display:grid;gap:12px;min-width:0}
.doctor-portrait-column .doctor-detail-photo{order:0}
.doctor-detail-photo{
  height:clamp(440px,38vw,530px);
  overflow:hidden;
  border:0;
  border-radius:24px;
  background:linear-gradient(180deg,#f8eeee 0,#fdfafa 68%,#f2e5e5 100%);
  box-shadow:none;
}
.doctor-detail-photo img{width:100%;height:100%;object-fit:contain;object-position:center bottom}
.doctor-profile-facts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  margin:0;
  padding:10px 0 0;
  border-top:1px solid var(--doctor-border);
}
.doctor-profile-facts>div{
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  grid-template-rows:auto auto;
  gap:0 8px;
  min-width:0;
  min-height:48px;
  padding:6px 9px;
  border:0;
  background:transparent;
  box-shadow:none;
  text-align:left;
}
.doctor-profile-facts>div:nth-child(odd){border-right:1px solid var(--doctor-border)}
.doctor-profile-facts .doctor-fact-icon{grid-row:1/3;width:19px;height:19px;margin-top:3px;color:var(--brand-red)}
.doctor-profile-facts strong{font-size:13px;line-height:1.25;color:var(--ink)}
.doctor-profile-facts span{font-size:10px;line-height:1.35;color:var(--muted)}
.doctor-detail-summary{min-width:0;padding:12px 0}
.doctor-detail-summary h1{
  max-width:650px;
  margin:17px 0 10px;
  font-size:clamp(46px,4.25vw,66px);
  line-height:.98;
  letter-spacing:-.045em;
}
.doctor-detail-summary>strong{display:block;font-size:16px;color:var(--brand-wine)}
.doctor-detail-summary>p{max-width:610px;margin:17px 0 0;font-size:15px;line-height:1.75;color:#62585a}
.doctor-detail-branch{padding:7px 11px;border-radius:999px;background:#fff;border:1px solid rgba(163,12,25,.18);font-size:11px}
.doctor-hero-terms{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 0;padding:0;list-style:none}
.doctor-hero-terms li{padding:7px 11px;border-radius:999px;background:#fff;border:1px solid var(--doctor-border);font-size:11px;color:#51474a}
.doctor-detail-summary .profile-actions{
  display:grid;
  grid-template-columns:1.15fr 1fr 1fr;
  gap:9px;
  margin-top:24px;
}
.doctor-detail-summary .profile-actions .btn{min-width:0;padding-inline:12px;white-space:nowrap}
.btn-whatsapp{border:1px solid #118a53;background:#118a53;color:#fff;box-shadow:0 7px 18px rgba(17,138,83,.14)}
.btn-whatsapp:hover{border-color:#0c7445;background:#0c7445;color:#fff;box-shadow:0 9px 22px rgba(17,138,83,.19)}
.doctor-intro-video{
  align-self:center;
  padding:15px;
  border:1px solid var(--doctor-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--doctor-shadow);
}
.doctor-intro-video>span{display:block;margin:0 0 10px;font-size:12px;font-weight:850;color:var(--ink)}
.doctor-intro-video .responsive-video{aspect-ratio:16/9;overflow:hidden;border-radius:13px;background:#1a1415}
.doctor-intro-video .responsive-video iframe{width:100%;height:100%;border:0}
.doctor-intro-video.is-shorts{max-width:310px;justify-self:center}
.doctor-intro-video.is-shorts .responsive-video{aspect-ratio:9/16;max-height:470px}
.doctor-video-preview{height:390px;border-radius:13px}
.doctor-section-nav{
  position:sticky;
  top:78px;
  z-index:38;
  border-bottom:1px solid var(--doctor-border);
  background:rgba(255,255,255,.97);
  box-shadow:0 8px 22px rgba(42,16,18,.04);
  backdrop-filter:blur(12px);
}
.doctor-section-nav .container{display:flex;justify-content:center;gap:4px;overflow-x:auto;scrollbar-width:none}
.doctor-section-nav .container::-webkit-scrollbar{display:none}
.doctor-section-nav a{
  display:flex;
  flex:0 0 auto;
  align-items:center;
  gap:7px;
  min-width:0;
  min-height:54px;
  padding:0 13px;
  border-bottom:2px solid transparent;
  font-size:11px;
  font-weight:750;
  white-space:nowrap;
}
.doctor-section-nav a:hover,.doctor-section-nav a:focus-visible{color:var(--brand-red);border-bottom-color:var(--brand-red)}
.doctor-section-nav .doctor-nav-icon{width:17px;height:17px}
.doctor-profile-content{padding:54px 0 76px;background:var(--doctor-surface)}
.doctor-content-layout{grid-template-columns:minmax(0,2.05fr) minmax(290px,.95fr);gap:28px;align-items:start}
.doctor-content-main{display:grid;gap:18px}
.doctor-content-card{
  margin:0;
  padding:clamp(24px,2.7vw,34px);
  border-color:var(--doctor-border);
  box-shadow:0 10px 30px rgba(50,18,21,.045);
}
.doctor-content-card h2,.doctor-inline-related h2{margin:6px 0 18px;font-size:clamp(24px,2.1vw,31px)}
.doctor-content-card h3{font-size:17px}
.doctor-biography,.doctor-career-content{color:#554c4e;font-size:15px;line-height:1.8}
.doctor-biography img,.doctor-career-content img{max-width:100%;height:auto;border-radius:16px;box-shadow:var(--doctor-shadow)}
.doctor-term-cards{gap:10px}
.doctor-term-cards>span{min-height:58px;padding:12px 14px;border-color:var(--doctor-border);box-shadow:none}
.doctor-contact-card{
  position:sticky;
  top:148px;
  overflow:hidden;
  border-color:rgba(113,7,17,.18);
  box-shadow:0 18px 48px rgba(61,8,13,.1);
}
.doctor-contact-heading{margin:-1px -1px 0;padding:23px 24px;background:linear-gradient(135deg,var(--brand-wine),var(--brand-red));color:#fff}
.doctor-contact-heading span{color:#f8c9cd}
.doctor-contact-heading h2{color:#fff}
.doctor-contact-intro{padding:20px 22px 0;font-size:13px;line-height:1.65}
.doctor-contact-actions{display:grid;gap:9px;padding:16px 22px 21px}
.doctor-contact-actions .btn{width:100%}
.doctor-contact-details{margin:0 22px 22px;padding-top:18px;border-top:1px solid var(--doctor-border)}
.doctor-contact-details>div{padding:9px 0}
.doctor-inline-related{padding-top:18px}
.doctor-inline-related .public-doctor-card{box-shadow:0 8px 24px rgba(50,18,21,.045)}
.doctor-detail-page .hg-similar{padding-top:64px;padding-bottom:64px}
.doctor-detail-page .hg-similar .hg-card{box-shadow:0 8px 24px rgba(50,18,21,.045)}
.doctor-contact-cta{padding:0 0 72px;background:#fff}
.doctor-contact-cta-inner{border-radius:18px;box-shadow:0 16px 38px rgba(71,4,10,.13)}

@media(max-width:1120px){
  .doctor-detail-hero-grid{grid-template-columns:minmax(270px,.9fr) minmax(0,1.1fr)}
  .doctor-intro-video{grid-column:1/-1;width:min(720px,100%);justify-self:center}
  .doctor-intro-video.is-shorts{width:min(310px,100%)}
  .doctor-detail-summary .profile-actions{grid-template-columns:1fr 1fr}
  .doctor-detail-summary .profile-actions .btn-primary,.doctor-detail-summary .profile-actions .btn-disabled{grid-column:1/-1}
}
@media(max-width:900px){
  .doctor-content-layout{grid-template-columns:1fr}
  .doctor-contact-card{position:static}
  .doctor-section-nav{top:70px}
}
@media(max-width:720px){
  .doctor-detail-hero{padding:12px 0 26px}
  .doctor-detail-hero .breadcrumb{margin-bottom:13px}
  .doctor-detail-hero-grid{grid-template-columns:1fr;gap:22px}
  .doctor-detail-summary{order:1;padding:5px 0 0}
  .doctor-portrait-column{order:2}
  .doctor-intro-video{order:3;grid-column:auto;padding:12px}
  .doctor-detail-summary h1{margin:13px 0 9px;font-size:clamp(39px,12vw,50px)}
  .doctor-detail-summary>p{margin-top:13px;font-size:14px}
  .doctor-hero-terms{margin-top:16px}
  .doctor-detail-summary .profile-actions{margin-top:19px}
  .doctor-detail-photo{height:auto;aspect-ratio:4/5;max-height:500px;border-radius:18px}
  .doctor-profile-facts>div{padding:7px 6px}
  .doctor-video-preview{height:auto;aspect-ratio:4/5;max-height:480px}
  .doctor-section-nav .container{justify-content:flex-start;padding-inline:14px}
  .doctor-section-nav a{min-height:50px;padding:0 10px;font-size:10px}
  .doctor-profile-content{padding:38px 0 56px}
  .doctor-content-layout,.doctor-content-main{gap:14px}
  .doctor-content-card{padding:22px 18px}
  .doctor-content-card h2,.doctor-inline-related h2{font-size:23px}
  .doctor-contact-heading{padding:21px 19px}
  .doctor-contact-intro{padding:18px 18px 0}
  .doctor-contact-actions{padding:15px 18px 19px}
  .doctor-contact-details{margin:0 18px 19px}
  .doctor-detail-page .hg-similar{padding-top:48px;padding-bottom:48px}
  .doctor-contact-cta{padding-bottom:54px}
}
@media(max-width:390px){
  .doctor-detail-summary .profile-actions{grid-template-columns:1fr}
  .doctor-detail-summary .profile-actions .btn-primary,.doctor-detail-summary .profile-actions .btn-disabled{grid-column:auto}
  .doctor-profile-facts{grid-template-columns:1fr}
  .doctor-profile-facts>div:nth-child(odd){border-right:0}
  .doctor-profile-facts>div+div{border-top:1px solid var(--doctor-border)}
}
@media(prefers-reduced-motion:reduce){
  .doctor-detail-page *{scroll-behavior:auto!important}
}

/* Doctor directory: single filter center and premium card hierarchy */
.doctors-directory-page .doctor-directory-layout{width:100%;max-width:100%}
.doctors-directory-page .doctor-results-main{width:100%}
.doctors-directory-page .doctor-directory-search{
  grid-template-columns:minmax(0,1.55fr) minmax(230px,.72fr) 170px;
  gap:12px;
  align-items:end;
}
.doctors-directory-page .doctor-directory-search input,
.doctors-directory-page .doctor-directory-search select,
.doctors-directory-page .doctor-directory-search button{height:54px;min-height:54px}
.doctors-directory-page .doctor-results-heading{align-items:center;margin-bottom:28px}
.doctors-directory-page .doctor-results-heading p{margin:0;padding:7px 11px;border-radius:999px;background:#f8f2f2;color:#665b5d}
.doctors-directory-page .doctor-directory-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:22px;
}
.doctors-directory-page .doctor-directory-grid>.public-doctor-card{grid-column:span 2}
.doctors-directory-page .doctor-directory-grid>.public-doctor-card:last-child:nth-child(3n+1){grid-column:3/span 2}
.doctors-directory-page .doctor-directory-grid>.public-doctor-card:nth-last-child(2):nth-child(3n+1){grid-column:2/span 2}
.doctors-directory-page .is-directory-card{
  min-width:0;
  overflow:hidden;
  border-radius:18px;
  border-color:rgba(68,28,31,.11);
  box-shadow:0 10px 28px rgba(44,18,21,.05);
  transform:none;
}
.doctors-directory-page .is-directory-card:hover{
  transform:none;
  border-color:rgba(163,12,25,.19);
  box-shadow:0 14px 34px rgba(44,18,21,.08);
}
.doctors-directory-page .is-directory-card .public-doctor-photo{
  aspect-ratio:4/3;
  max-height:none;
  background:linear-gradient(150deg,#f8eeee,#eee2e2);
}
.doctors-directory-page .is-directory-card .public-doctor-photo img{
  object-fit:cover;
  object-position:center 15%;
  transform:scale(1);
  transition:transform 220ms var(--ui-ease);
}
.doctors-directory-page .is-directory-card:hover .public-doctor-photo img{transform:scale(1.02)}
.doctors-directory-page .is-directory-card .public-doctor-copy{padding:23px 22px 22px}
.doctors-directory-page .is-directory-card .doctor-branch-label{
  margin-bottom:11px;
  padding:5px 8px;
  border:1px solid rgba(163,12,25,.1);
  border-radius:999px;
  background:#fff6f6;
  font-size:10px;
  line-height:1.2;
}
.doctors-directory-page .is-directory-card h2{
  min-height:0;
  margin:0;
  font-size:clamp(20px,1.8vw,24px);
  line-height:1.2;
  letter-spacing:-.02em;
}
.doctors-directory-page .is-directory-card .doctor-card-summary{
  display:-webkit-box;
  overflow:hidden;
  min-height:0;
  margin:12px 0 0;
  color:#666064;
  font-size:13px;
  line-height:1.65;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
.doctors-directory-page .is-directory-card .doctor-card-terms{
  min-height:0;
  margin:15px 0 20px;
  gap:6px;
}
.doctors-directory-page .is-directory-card .doctor-card-terms li{
  overflow:hidden;
  max-width:100%;
  padding:5px 8px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.doctors-directory-page .is-directory-card .card-actions{gap:9px;margin-top:auto;padding-top:20px}
.doctors-directory-page .is-directory-card .btn-compact{
  min-height:46px;
  padding:0 12px;
  border-radius:11px;
  font-size:11px;
  white-space:nowrap;
}
.doctors-directory-page .is-directory-card .btn-primary{box-shadow:none}
.doctors-directory-page .is-directory-card .btn:hover{transform:translateY(-1px)}
.doctors-directory-page .doctor-empty-state{padding:52px 28px;border:1px solid var(--brand-line);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(44,18,21,.045)}
.doctors-directory-page .doctor-help-cta{
  min-height:0;
  margin-top:54px;
  padding:28px 32px;
  border-radius:18px;
}
.doctors-directory-page .doctor-help-cta h2{font-size:26px}
.doctors-directory-page .doctor-help-cta p{font-size:14px}

@media(max-width:1050px){
  .doctors-directory-page .doctor-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .doctors-directory-page .doctor-directory-grid>.public-doctor-card,
  .doctors-directory-page .doctor-directory-grid>.public-doctor-card:last-child:nth-child(3n+1),
  .doctors-directory-page .doctor-directory-grid>.public-doctor-card:nth-last-child(2):nth-child(3n+1){grid-column:auto}
}
@media(max-width:900px){
  .doctors-directory-page .doctor-directory-search{grid-template-columns:minmax(0,1.2fr) minmax(200px,.8fr) 145px}
  .doctors-directory-page .doctor-help-cta{gap:24px}
}
@media(max-width:720px){
  .doctors-directory-page .doctor-directory-search{grid-template-columns:1fr}
  .doctors-directory-page .doctor-directory-search input,
  .doctors-directory-page .doctor-directory-search select,
  .doctors-directory-page .doctor-directory-search button{width:100%;height:48px;min-height:48px}
  .doctors-directory-page .doctor-results-heading{align-items:flex-start}
  .doctors-directory-page .doctor-results-heading p{padding:0;background:transparent}
  .doctors-directory-page .doctor-directory-grid{grid-template-columns:1fr;gap:16px}
  .doctors-directory-page .is-directory-card .public-doctor-photo{aspect-ratio:4/3}
  .doctors-directory-page .is-directory-card .public-doctor-copy{padding:21px 18px 19px}
  .doctors-directory-page .is-directory-card .card-actions{grid-template-columns:1fr}
  .doctors-directory-page .doctor-help-cta{margin-top:42px;padding:25px 20px}
  .doctors-directory-page .doctor-help-actions{display:grid;grid-template-columns:1fr;width:100%}
}
@media(prefers-reduced-motion:reduce){
  .doctors-directory-page .is-directory-card .public-doctor-photo img{transition:none}
}

/* Doctor detail premium landing refinement */
.doctor-detail-page .doctor-detail-hero-grid{
  grid-template-columns:minmax(330px,1.06fr) minmax(390px,1.18fr) minmax(250px,.7fr);
  column-gap:clamp(26px,3vw,46px);
  row-gap:12px;
}
.doctor-detail-page .doctor-portrait-column{grid-column:1;grid-row:1}
.doctor-detail-page .doctor-profile-facts{grid-column:1;grid-row:2}
.doctor-detail-page .doctor-detail-summary{grid-column:2;grid-row:1/3}
.doctor-detail-page .doctor-intro-video{grid-column:3;grid-row:1/3}
.doctor-detail-page .doctor-detail-hero-grid.without-video{
  grid-template-columns:minmax(360px,1fr) minmax(430px,1.08fr);
  width:min(100%,1040px);
  max-width:none;
  margin-inline:auto;
}
.doctor-detail-page .doctor-detail-photo{
  height:clamp(510px,43vw,620px);
  border-radius:18px;
  background:linear-gradient(180deg,#f9eeee 0,#fdf9f8 66%,#eee0df 100%);
}
.doctor-detail-page .doctor-detail-photo img{object-fit:contain;object-position:center bottom}
.doctor-detail-page .doctor-detail-summary h1{
  max-width:680px;
  font-size:clamp(52px,4.7vw,72px);
}
.doctor-detail-page .doctor-detail-summary .profile-actions{grid-template-columns:1.2fr 1fr .82fr}
.doctor-detail-page .doctor-detail-summary .btn-primary{
  min-height:52px;
  box-shadow:0 8px 20px rgba(126,0,10,.16);
}
.doctor-detail-page .doctor-detail-summary .btn-light{background:#fff;box-shadow:none}
.btn-whatsapp-ghost{
  min-height:52px;
  border:1px solid rgba(17,138,83,.35);
  background:transparent;
  color:#11784b;
  box-shadow:none;
}
.btn-whatsapp-ghost:hover{
  border-color:#11784b;
  background:rgba(17,138,83,.055);
  color:#0c6740;
  transform:translateY(-1px);
}
.doctor-detail-page .doctor-intro-video{
  width:100%;
  max-width:300px;
  justify-self:end;
  padding:12px;
  border-radius:16px;
  box-shadow:0 12px 30px rgba(50,18,21,.06);
}
.doctor-detail-page .doctor-intro-video.is-shorts{max-width:255px}
.doctor-detail-page .doctor-intro-video.is-shorts .responsive-video{max-height:410px}
.doctor-detail-page .doctor-section-nav a.is-active{
  border-bottom-color:var(--brand-red);
  color:var(--brand-red);
  background:linear-gradient(180deg,transparent,rgba(195,18,31,.035));
}
.doctor-detail-page [id]{scroll-margin-top:150px}
.doctor-detail-page .doctor-contact-card{
  top:144px;
  box-shadow:0 14px 34px rgba(61,8,13,.075);
}
.doctor-detail-page .doctor-contact-heading{padding:19px 21px}
.doctor-detail-page .doctor-contact-heading h2{font-size:20px}
.doctor-detail-page .doctor-contact-intro{margin:0;padding:16px 19px 0;font-size:12px}
.doctor-detail-page .doctor-contact-actions{gap:8px;padding:13px 19px 16px}
.doctor-detail-page .doctor-contact-actions .btn{min-height:46px}
.doctor-detail-page .doctor-contact-details{margin:0 19px 17px;padding-top:13px}
.doctor-detail-page .doctor-contact-details>div{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:10px;
  padding:7px 0;
}
.doctor-detail-page .doctor-contact-details dt{font-size:11px}
.doctor-detail-page .doctor-contact-details dd{font-size:11px;line-height:1.5}
.doctor-detail-page .doctor-content-card,
.doctor-detail-page .doctor-contact-card,
.doctor-detail-page .hg-card,
.doctor-detail-page .doctor-inline-related .public-doctor-card{
  border-radius:16px;
  box-shadow:0 10px 28px rgba(50,18,21,.045);
}
.doctor-detail-page .doctor-inline-related{
  padding-top:10px;
  padding-bottom:64px;
  scroll-margin-top:150px;
}
.doctor-detail-page .doctor-inline-related h2{margin-bottom:24px}
.doctor-detail-page .doctor-related-grid{max-width:none}
.doctor-detail-page .doctor-related-grid.related-count-1{
  grid-template-columns:minmax(260px,380px);
}
.doctor-detail-page .doctor-related-grid.related-count-2{
  grid-template-columns:repeat(2,minmax(260px,380px));
}
.doctor-detail-page .doctor-related-grid.related-count-3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.doctor-detail-page .hg-similar{scroll-margin-top:150px}
.doctor-detail-page .hg-similar .hg-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.doctor-detail-page .hg-similar .hg-card{height:100%}

@media(max-width:1120px){
  .doctor-detail-page .doctor-detail-hero-grid,
  .doctor-detail-page .doctor-detail-hero-grid.without-video{
    grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);
    width:100%;
  }
  .doctor-detail-page .doctor-portrait-column{grid-column:1;grid-row:1}
  .doctor-detail-page .doctor-profile-facts{grid-column:1;grid-row:2}
  .doctor-detail-page .doctor-detail-summary{grid-column:2;grid-row:1/3}
  .doctor-detail-page .doctor-intro-video{grid-column:1/-1;grid-row:3;justify-self:center;max-width:680px}
  .doctor-detail-page .doctor-intro-video.is-shorts{max-width:280px}
  .doctor-detail-page .doctor-detail-summary .profile-actions{grid-template-columns:1fr 1fr}
  .doctor-detail-page .doctor-detail-summary .profile-actions .btn-primary{grid-column:1/-1}
  .doctor-detail-page .hg-similar .hg-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .doctor-detail-page .doctor-detail-hero-grid,
  .doctor-detail-page .doctor-detail-hero-grid.without-video{grid-template-columns:1fr;gap:22px}
  .doctor-detail-page .doctor-portrait-column{grid-column:1;grid-row:auto;order:1}
  .doctor-detail-page .doctor-detail-summary{grid-column:1;grid-row:auto;order:2}
  .doctor-detail-page .doctor-profile-facts{grid-column:1;grid-row:auto;order:3}
  .doctor-detail-page .doctor-intro-video{order:4;grid-column:1;grid-row:auto;max-width:100%}
  .doctor-detail-page .doctor-intro-video.is-shorts{max-width:270px}
  .doctor-detail-page .doctor-detail-photo{height:auto;max-height:540px;aspect-ratio:4/5}
  .doctor-detail-page .doctor-detail-summary h1{font-size:clamp(42px,12vw,54px)}
  .doctor-detail-page .doctor-detail-summary .profile-actions{grid-template-columns:1fr}
  .doctor-detail-page .doctor-detail-summary .profile-actions .btn-primary{grid-column:auto}
  .doctor-detail-page .doctor-contact-details>div{grid-template-columns:82px minmax(0,1fr)}
  .doctor-detail-page .hg-similar .hg-card-grid,
  .doctor-detail-page .doctor-related-grid.related-count-1,
  .doctor-detail-page .doctor-related-grid.related-count-2,
  .doctor-detail-page .doctor-related-grid.related-count-3{grid-template-columns:1fr}
  .doctor-detail-page .doctor-inline-related{padding-bottom:48px}
}

/* Homepage doctor finder managed visual */
.home-page .doctor-finder.without-visual .doctor-layout{
  grid-template-columns:minmax(0,900px);
  justify-content:center;
}
.home-page .doctor-finder.without-visual .doctor-panel{width:100%}
.home-doctor-finder-upload{max-width:760px;margin-top:26px}
.home-doctor-finder-upload>img{width:min(100%,560px);max-height:360px;object-fit:cover}

/* Premium contact page refinement */
.contact-page{
  --contact-radius:var(--ui-card-radius,18px);
  background:linear-gradient(180deg,#fff 0%,#fcfbfb 68%,#fff 100%);
}
.contact-hero{
  padding:30px 0 90px;
  background:linear-gradient(145deg,#fff 0%,#fbf7f7 58%,#f6eeee 100%);
}
.contact-breadcrumb{
  margin:0 0 25px;
  color:#737780;
  font-size:12px;
}
.contact-breadcrumb ol{display:flex;align-items:center;gap:10px;margin:0;padding:0;list-style:none}
.contact-breadcrumb li+li:before{content:"/";margin-right:10px;color:#c7babc}
.contact-breadcrumb a{color:var(--red-dark)}
.contact-hero-grid{
  min-height:470px;
  grid-template-columns:minmax(0,.82fr) minmax(480px,1.18fr);
  gap:clamp(38px,5vw,76px);
  align-items:center;
  padding:0;
}
.contact-hero-copy{
  min-width:0;
  padding:30px 0;
  background:none;
}
.contact-hero-copy h1{
  margin:0 0 20px;
  font-size:clamp(46px,5vw,70px);
  line-height:1;
  letter-spacing:-.045em;
}
.contact-hero-copy>p{
  max-width:530px;
  margin:0 0 28px;
  color:#5e626b;
  font-size:16px;
  line-height:1.75;
}
.contact-call-card{
  width:min(100%,258px);
  gap:13px;
  padding:15px 17px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:calc(var(--contact-radius) - 2px);
  background:linear-gradient(135deg,#a30b18,#7c0710);
  box-shadow:0 13px 28px rgba(83,6,12,.14);
}
.contact-call-icon{width:33px;height:33px}
.contact-call-card small{font-size:9px}.contact-call-card strong{margin:3px 0;font-size:23px}.contact-call-card em{max-width:175px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.contact-hero-photo{
  position:relative;
  height:470px;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(103,23,30,.08);
  border-radius:calc(var(--contact-radius) + 2px);
  background:#eee7e7;
  box-shadow:0 22px 55px rgba(57,15,20,.11);
}
.contact-hero-photo:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(100deg,rgba(255,255,255,.20),transparent 38%,rgba(69,4,10,.05));
  pointer-events:none;
}
.contact-hero-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.contact-hero-without-image .contact-hero-grid{grid-template-columns:minmax(0,720px);min-height:380px}
.contact-hero-without-image .contact-hero-copy>p{max-width:640px}
.contact-quick-section{margin-top:-58px}
.contact-quick-grid{gap:16px}
.contact-quick-grid-five{grid-template-columns:repeat(3,minmax(0,1fr))}
.contact-quick-card{
  min-height:156px;
  align-items:flex-start;
  gap:16px;
  padding:24px 22px;
  border-color:#ebe2e4;
  border-radius:var(--contact-radius);
  box-shadow:0 14px 34px rgba(45,13,17,.075);
}
.contact-quick-card:hover{transform:translateY(-3px);box-shadow:0 19px 39px rgba(45,13,17,.11)}
.contact-quick-icon{width:44px;height:44px}
.contact-quick-card span{display:flex;min-width:0;flex:1;flex-direction:column}
.contact-quick-card strong{min-height:20px;font-size:14px;line-height:1.4}
.contact-quick-card b{
  min-width:0;
  margin:7px 0;
  font-size:13px;
  line-height:1.4;
  overflow-wrap:break-word;
  word-break:normal;
}
.contact-quick-card small{display:-webkit-box;overflow:hidden;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.contact-quick-email b{
  overflow:visible;
  font-size:clamp(10px,.78vw,12px);
  overflow-wrap:normal;
  word-break:normal;
  white-space:nowrap;
}
.contact-map-section{padding:70px 0 44px}
.contact-map-frame,.contact-info-card,.contact-direction-card{border-radius:var(--contact-radius)}
.contact-map-frame{box-shadow:0 13px 34px rgba(45,13,17,.055)}
.contact-info-card{padding:33px;box-shadow:0 13px 34px rgba(45,13,17,.055)}
.contact-direction-card{height:100%;display:flex;flex-direction:column}
.contact-direction-card p{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
.contact-cta-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(145px,1fr));
  align-items:stretch;
}
.contact-cta-actions .btn{
  min-width:0;
  min-height:64px;
  height:100%;
  align-items:flex-start;
  justify-content:center;
  padding:12px 18px;
}
.contact-cta-actions .btn small{min-height:11px}

@media(max-width:1100px){
  .contact-hero{padding-bottom:82px}
  .contact-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:34px}
  .contact-hero-photo{height:430px}
  .contact-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding-inline:0}
  .contact-quick-card{min-height:138px}
}
@media(max-width:768px){
  .contact-hero{padding:22px 0 92px}
  .contact-breadcrumb{margin-bottom:20px}
  .contact-hero-grid{display:grid;grid-template-columns:1fr;gap:26px;min-height:0}
  .contact-hero-copy{min-height:0;padding:18px 0 0;background:none}
  .contact-hero-copy h1{font-size:clamp(40px,11vw,56px)}
  .contact-hero-copy>p{font-size:15px}
  .contact-hero-photo{display:block;order:2;width:100%;height:auto;aspect-ratio:16/10}
  .contact-call-card{width:min(100%,285px)}
  .contact-quick-section{margin-top:-56px}
  .contact-quick-grid{padding-inline:0}
  .contact-cta-actions{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:560px){
  .contact-hero{padding-bottom:82px}
  .contact-hero-copy{padding:10px 0 0}
  .contact-hero-copy h1{font-size:40px}
  .contact-hero-copy>p{margin-bottom:23px;font-size:14px}
  .contact-call-card{width:min(100%,280px);padding:15px 17px}
  .contact-call-card em{max-width:195px}
  .contact-hero-photo{aspect-ratio:4/3;border-radius:var(--contact-radius)}
  .contact-quick-grid{grid-template-columns:1fr}
  .contact-quick-card{min-height:118px;padding:20px}
  .contact-direction-card{min-height:206px}
  .contact-quick-card small{-webkit-line-clamp:3}
  .contact-quick-email b{font-size:clamp(10px,3vw,12px)}
  .contact-map-section{padding-top:48px}
  .contact-cta-actions{grid-template-columns:1fr}
  .contact-cta-actions .btn{min-height:60px}
}
/* İletişim kartı e-posta taşma düzeltmesi */
a.contact-quick-email {
  min-width: 0;
}

a.contact-quick-email span {
  min-width: 0;
  overflow: hidden;
}

a.contact-quick-email b {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: var(--red-dark);
  font-size: clamp(10px, 0.72vw, 12px);
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  word-break: normal;
  white-space: nowrap;
}

@media (max-width: 560px) {
  a.contact-quick-email b {
    font-size: 10px;
  }
}

/* Doctor detail: education, experience and video polish */
.doctor-detail-page .doctor-career-cards{
  align-items:start;
  gap:18px;
}
.doctor-detail-page .doctor-career-cards>.doctor-career-card{
  height:auto;
  align-self:start;
  padding:30px;
}
.doctor-detail-page .doctor-career-card h2{margin-bottom:22px}
.doctor-career-list{
  display:grid;
  gap:14px;
  margin:0;
  padding:0;
  list-style:none;
}
.doctor-career-list li{
  position:relative;
  padding:0 0 0 20px;
  color:#51494b;
  font-size:14px;
  line-height:1.7;
  overflow:visible;
  white-space:normal;
}
.doctor-career-list li:before{
  content:"";
  position:absolute;
  top:.72em;
  left:1px;
  width:8px;
  height:2px;
  border-radius:2px;
  background:var(--brand-red);
}
.doctor-videos-section{overflow:visible}
.doctor-content-video{
  width:100%;
  overflow:hidden;
  aspect-ratio:16/9;
  border:1px solid var(--doctor-border);
  border-radius:16px;
  background:#171213;
  box-shadow:0 8px 22px rgba(43,15,18,.055);
}
.doctor-content-video iframe{
  width:100%;
  height:100%;
  display:block;
  border:0;
}
.doctor-content-video.is-shorts{
  width:min(100%,360px);
  margin-inline:auto;
  aspect-ratio:9/16;
}
.doctor-detail-page #egitim,
.doctor-detail-page #deneyim,
.doctor-detail-page #videolar{scroll-margin-top:150px}

@media(max-width:900px){
  .doctor-detail-page .doctor-content-layout{grid-template-columns:minmax(0,1fr)}
  .doctor-detail-page .doctor-content-main{min-width:0;width:100%}
  .doctor-detail-page .doctor-career-cards{grid-template-columns:1fr}
  .doctor-detail-page .doctor-contact-card{position:static;top:auto}
}
@media(max-width:720px){
  .doctor-detail-page .doctor-career-cards>.doctor-career-card{padding:24px 20px}
  .doctor-career-list{gap:12px}
  .doctor-career-list li{font-size:14px}
  .doctor-content-video{border-radius:14px}
}

/* Doctor hero: title hierarchy and restrained video preview */
.doctor-detail-page .doctor-detail-summary h1{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:7px;
  line-height:1;
}
.doctor-detail-page .doctor-title-prefix{
  display:block;
  color:var(--brand-wine);
  font-size:clamp(19px,1.6vw,24px);
  font-weight:750;
  line-height:1.15;
  letter-spacing:-.015em;
}
.doctor-detail-page .doctor-name{
  display:block;
  max-width:100%;
  color:var(--ink);
  font-size:clamp(48px,4.45vw,68px);
  font-weight:850;
  line-height:.98;
  letter-spacing:-.045em;
  white-space:nowrap;
}
.contact-quick-visit small{display:block;overflow:visible;-webkit-line-clamp:unset}
.contact-quick-visit small b{display:inline;margin:0;font-size:inherit}
.doctor-detail-page .doctor-intro-video{
  width:100%;
  max-width:330px;
  align-self:center;
  justify-self:end;
  padding:6px;
  border:1px solid rgba(103,18,27,.10);
  border-radius:16px;
  background:rgba(255,255,255,.62);
  box-shadow:0 7px 18px rgba(49,17,20,.045);
}
.doctor-detail-page .doctor-video-eyebrow{
  margin:3px 4px 8px;
  color:var(--brand-wine);
  font-size:9px;
  font-weight:850;
  line-height:1.3;
  letter-spacing:.13em;
}
.doctor-detail-page .doctor-intro-video .responsive-video{border-radius:13px}
.doctor-detail-page .doctor-intro-video.is-shorts{
  width:min(100%,270px);
  max-width:270px;
  justify-self:center;
}
.doctor-detail-page .doctor-intro-video.is-shorts .responsive-video{max-height:none}

@media(max-width:1120px){
  .doctor-detail-page .doctor-intro-video{justify-self:center;max-width:640px}
  .doctor-detail-page .doctor-intro-video.is-shorts{max-width:270px}
}
@media(max-width:720px){
  .doctor-detail-page .doctor-detail-summary{order:1}
  .doctor-detail-page .doctor-portrait-column{order:2}
  .doctor-detail-page .doctor-profile-facts{order:3}
  .doctor-detail-page .doctor-intro-video{order:4;width:100%;max-width:100%;padding:5px}
  .doctor-detail-page .doctor-intro-video.is-shorts{width:min(100%,270px);max-width:270px}
  .doctor-detail-page .doctor-detail-summary h1{gap:6px}
  .doctor-detail-page .doctor-title-prefix{font-size:19px}
  .doctor-detail-page .doctor-name{font-size:clamp(38px,10.8vw,50px)}
}

/* Doctor detail final simplification */
.doctor-detail-page .doctor-detail-hero-grid{align-items:center}
.doctor-detail-page .doctor-portrait-column,
.doctor-detail-page .doctor-detail-summary,
.doctor-detail-page .doctor-intro-video{grid-row:1}
.doctor-detail-page .doctor-contact-intro{padding-top:14px}
.doctor-detail-page .doctor-contact-actions{padding-top:11px;padding-bottom:14px}
.doctor-detail-page .doctor-contact-details{margin-bottom:14px;padding-top:11px}

@media(max-width:1120px){
  .doctor-detail-page .doctor-portrait-column,
  .doctor-detail-page .doctor-detail-summary{grid-row:1}
  .doctor-detail-page .doctor-intro-video{grid-row:2}
}
@media(max-width:720px){
  .doctor-detail-page .doctor-portrait-column{order:1;grid-row:auto}
  .doctor-detail-page .doctor-detail-summary{order:2;grid-row:auto}
  .doctor-detail-page .doctor-intro-video{order:3;grid-row:auto}
}

/* Health guide detail desktop polish */
.health-guide-article-page .hg-detail-hero{padding:40px 0 58px;background:linear-gradient(120deg,#fff 0%,#fbf7f7 58%,#f4e9ea 100%)}
.health-guide-article-page .hg-detail-hero .breadcrumb{max-width:100%;margin-bottom:42px;color:#5d626b}
.health-guide-article-page .hg-detail-hero .breadcrumb ol{column-gap:10px;row-gap:7px;line-height:1.55}
.health-guide-article-page .hg-detail-hero .breadcrumb li{min-width:0}
.health-guide-article-page .hg-detail-hero .breadcrumb li:last-child{max-width:min(680px,55vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.health-guide-article-page .hg-detail-hero .breadcrumb li:not(:last-child)::after{margin-left:10px;color:#9c6c72;opacity:.72}
.health-guide-article-page .hg-detail-hero-grid{grid-template-columns:minmax(0,1.16fr) minmax(390px,.84fr);gap:64px}
.health-guide-article-page .hg-detail-hero-grid.no-cover{display:block;max-width:900px}
.health-guide-article-page .hg-detail-hero-copy{min-width:0}
.health-guide-article-page .hg-detail-hero h1{max-width:850px;margin:17px 0 18px;font-size:clamp(43px,4.5vw,64px);line-height:1.08;letter-spacing:-.04em;text-wrap:balance}
.health-guide-article-page .hg-detail-hero p{max-width:760px;margin:0;color:#535965;font-size:18px;line-height:1.75}
.health-guide-article-page .hg-detail-hero-grid>img{width:100%;aspect-ratio:16/10;object-fit:cover;border:1px solid #eadfe0;border-radius:18px;box-shadow:0 15px 34px rgba(70,23,28,.08)}
.health-guide-article-page .hg-meta{gap:10px 21px;margin-top:25px;font-size:13px}
.health-guide-article-page .hg-detail-layout{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:54px;padding:66px 0 62px}
.health-guide-article-page .hg-article-content{min-width:0;max-width:880px;color:#454a54;font-size:17px;line-height:1.82}
.health-guide-article-page .hg-editor-content{max-width:780px;overflow-x:auto}
.health-guide-article-page .hg-editor-content> :first-child{margin-top:0}
.health-guide-article-page .hg-editor-content> :last-child{margin-bottom:0}
.health-guide-article-page .hg-editor-content h2{margin:44px 0 17px;color:#20232a;font-size:31px;line-height:1.22;letter-spacing:-.02em}
.health-guide-article-page .hg-editor-content h3{margin:32px 0 13px;color:#292c34;font-size:23px;line-height:1.3}
.health-guide-article-page .hg-editor-content p{margin:0 0 21px}
.health-guide-article-page .hg-editor-content ul,
.health-guide-article-page .hg-editor-content ol{display:grid;gap:9px;margin:0 0 24px;padding-left:27px}
.health-guide-article-page .hg-editor-content li{padding-left:4px}
.health-guide-article-page .hg-editor-content a{color:var(--red-dark);font-weight:750;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.health-guide-article-page .hg-editor-content img{display:block;width:auto;max-width:100%;height:auto;margin:30px 0;border:1px solid #eee4e5;border-radius:15px;box-shadow:0 10px 25px rgba(43,16,19,.06)}
.health-guide-article-page .hg-editor-content table{display:block;width:100%;max-width:100%;margin:28px 0;overflow-x:auto;border-collapse:collapse;white-space:nowrap}
.health-guide-article-page .hg-editor-content th{background:#faf4f5;color:#292c34}
.health-guide-article-page .hg-editor-content th,
.health-guide-article-page .hg-editor-content td{padding:13px 15px;border:1px solid #e5ddde;text-align:left}
.health-guide-article-page .hg-editor-content iframe{display:block;width:100%;max-width:780px;aspect-ratio:16/9;margin:30px 0;border:0;border-radius:15px;background:#f1eeee}
.health-guide-article-page .hg-toc{max-width:780px;margin:0 0 38px;padding:23px 25px;border-left:3px solid var(--red-dark);border-radius:0 13px 13px 0;background:#fbf6f6}
.health-guide-article-page .hg-toc strong{margin-bottom:3px;color:#252830;font-size:15px}
.health-guide-article-page .hg-toc a{width:max-content;max-width:100%;color:#6b3339;font-size:13px;line-height:1.45}
.health-guide-article-page .hg-related{position:static;top:auto;align-self:start;gap:16px}
.health-guide-article-page .hg-related .admin-card{gap:0;padding:23px;border-color:#e8e0e1;border-radius:16px;background:#fff;box-shadow:0 9px 25px rgba(46,17,20,.04)}
.health-guide-article-page .hg-related .admin-card h2{margin:0 0 14px;color:#272a31;font-size:19px}
.health-guide-article-page .hg-related .admin-card p{margin:0;color:#737780;font-size:13px;line-height:1.6}
.health-guide-article-page .hg-related a{padding:11px 0;border-bottom-color:#eee7e8;font-size:13px;line-height:1.45}
.health-guide-article-page .hg-related a:last-child{padding-bottom:0;border-bottom:0}
.health-guide-article-page .hg-faq{margin-top:48px}
.health-guide-article-page .hg-faq h2{margin-bottom:15px}
.health-guide-article-page .hg-contact-cta{margin-top:0;padding:40px 0}
.health-guide-article-page .hg-contact-cta .container{gap:12px 18px}
.health-guide-article-page .hg-contact-cta a{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px}

/* Simplified event module */
.events-page .hg-hero{padding-bottom:64px}
.events-page .hg-list-section{padding-top:62px}
.event-card-simple{display:flex;min-height:100%;flex-direction:column}
.event-card-simple .event-card-image{flex:none}
.event-card-simple .event-image-fallback{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#f9eeee,#f2dfe1);color:var(--red-dark)}
.event-card-simple .event-image-fallback svg{width:54px;height:54px}
.event-card-simple .event-card-body{display:flex;flex:1;flex-direction:column;gap:0;padding:23px}
.event-card-simple h3{margin:0 0 12px;font-size:21px;line-height:1.3}
.event-card-simple p{display:-webkit-box;min-height:0;margin:0 0 18px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.event-card-simple .hg-read-more{margin-top:auto}
.event-detail-hero{padding:42px 0 58px;background:linear-gradient(120deg,#fff,#fbf5f5 62%,#f3e5e7)}
.event-detail-hero .breadcrumb{margin-bottom:40px}
.event-detail-hero h1{max-width:940px;margin:0;font-size:clamp(43px,4.7vw,66px);line-height:1.08;letter-spacing:-.04em;text-wrap:balance}
.event-detail-hero p{max-width:780px;margin:20px 0 0;color:#59606b;font-size:18px;line-height:1.75}
.event-detail-content{max-width:980px;padding-top:62px;padding-bottom:64px}
.event-detail-cover{display:block;width:100%;max-height:570px;object-fit:cover;margin-bottom:44px;border-radius:18px;box-shadow:0 15px 35px rgba(50,18,22,.08)}
.event-editor-content{max-width:800px;margin:0 auto;color:#454a54;font-size:17px;line-height:1.82}
.event-editor-content> :first-child{margin-top:0}
.event-editor-content> :last-child{margin-bottom:0}
.event-editor-content h2{margin:42px 0 16px;color:#20232a;font-size:31px;line-height:1.25}
.event-editor-content h3{margin:30px 0 13px;color:#292c34;font-size:23px}
.event-editor-content p{margin:0 0 21px}
.event-editor-content ul,.event-editor-content ol{display:grid;gap:8px;margin:0 0 24px;padding-left:27px}
.event-editor-content a{color:var(--red-dark);font-weight:800;text-decoration:underline;text-underline-offset:3px}
.event-editor-content img{display:block;max-width:100%;height:auto;margin:28px 0;border-radius:14px}
.event-editor-content table{display:block;width:100%;max-width:100%;margin:28px 0;overflow-x:auto;border-collapse:collapse}
.event-editor-content th,.event-editor-content td{padding:12px 14px;border:1px solid #e4dcdd}
.event-editor-content iframe{display:block;width:100%;aspect-ratio:16/9;margin:30px 0;border:0;border-radius:15px}

/* Public news listing and detail */
.news-list-hero{padding-top:48px;padding-bottom:62px;background:linear-gradient(120deg,#fff 0%,#fbf7f7 62%,#f5ebec 100%)}
.news-list-hero .breadcrumb{margin-bottom:42px}
.news-list-hero h1{max-width:820px;margin:12px 0 15px;font-size:clamp(44px,4.7vw,64px);line-height:1.08;letter-spacing:-.04em}
.news-list-hero p{max-width:720px;margin:0;color:#555c67;font-size:17px}
.news-list-section{padding-top:62px}
.news-list-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));align-items:stretch}
.news-list-grid.news-count-1{max-width:740px;margin-right:auto;margin-left:auto}
.news-list-grid.news-count-2{max-width:1020px;margin-right:auto;margin-left:auto}
.news-public-card{display:flex;min-height:100%;flex-direction:column;box-shadow:0 8px 24px rgba(44,18,21,.045)}
.news-public-card:hover{transform:translateY(-3px);box-shadow:0 13px 29px rgba(44,18,21,.075)}
.news-public-card .hg-card-image{flex:none;aspect-ratio:16/9}
.news-public-card>div{display:flex;flex:1;flex-direction:column;padding:23px}
.news-public-card time{margin:0 0 11px;color:#7b7f87;font-size:12px}
.news-public-card h3{display:-webkit-box;min-height:52px;margin:0 0 11px;overflow:hidden;font-size:22px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.news-public-card p{display:-webkit-box;min-height:76px;margin:0 0 18px;overflow:hidden;color:#60656e;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.news-public-card .hg-read-more{margin-top:auto}
.news-public-card.no-cover>div{justify-content:center;min-height:280px}
.news-empty-message{margin:0;padding:24px 0;color:#686d75;font-size:16px}
.news-detail-page .hg-detail-hero{padding-top:40px}
.news-detail-page .hg-detail-hero .hg-meta{margin:0 0 13px;color:var(--red-dark);font-size:13px;font-weight:750}
.news-detail-page .hg-detail-hero h1{margin-top:0}
.news-detail-page .news-detail-layout{display:block;padding-top:64px}
.news-detail-page .hg-article-content{max-width:840px;margin:0 auto}
.news-detail-page .hg-editor-content{max-width:none}
.news-gallery{margin-top:48px}
.news-gallery .hg-card-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))}
.news-gallery img{width:100%;height:100%;aspect-ratio:4/3;margin:0;object-fit:cover}
.news-share{margin-top:45px;padding-top:24px;border-top:1px solid #e9e2e3}
.news-share h2{margin:0 0 14px!important;font-size:21px!important}
.news-share p{display:flex;gap:18px;margin:0}
.news-share a{color:var(--red-dark);font-size:13px;font-weight:800}
.social-icon-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.social-icon-links a{display:grid;width:42px;height:42px;min-width:42px;margin:0;place-items:center;border:1px solid rgba(126,10,27,.14);border-radius:50%;background:#fff7f8;color:var(--wine);transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}
.social-icon-links a:hover{border-color:var(--red);background:var(--red);color:#fff;transform:translateY(-2px)}
.social-icon-links a:focus-visible{outline:3px solid rgba(196,35,45,.3);outline-offset:2px}
.social-platform-icon{width:20px;height:20px}
.topbar-social-icons{gap:4px;flex-wrap:nowrap}
.topbar-social-icons a{width:30px;height:30px;min-width:30px;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#fff}
.topbar-social-icons .social-platform-icon{width:17px;height:17px}
.site-footer .footer-social-icons{margin-top:18px}
.site-footer .footer-social-icons a{display:grid;width:42px;height:42px;margin:0;color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18)}
.site-footer .footer-social-icons a:hover{background:var(--red);border-color:var(--red);color:#fff}
.news-share .news-share-icons{gap:10px}
.news-share .news-share-icons a{font-size:0}
@media(max-width:720px){.social-icon-links{gap:7px}.social-icon-links a{width:44px;height:44px;min-width:44px}.social-platform-icon{width:21px;height:21px}}
.news-related{padding-top:10px;padding-bottom:72px}

/* Public 404 */
.not-found-page{padding:38px 0 76px;background:linear-gradient(120deg,#fff 0%,var(--brand-surface) 62%,#f6ebec 100%)}
.not-found-page .breadcrumb{margin-bottom:32px}
.not-found-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr));align-items:center;gap:clamp(38px,6vw,86px);min-height:560px;padding:clamp(40px,5vw,72px);border:1px solid var(--brand-line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-soft)}
.not-found-copy{min-width:0;max-width:650px}
.not-found-copy .eyebrow{margin-bottom:13px}
.not-found-code{display:block;margin-bottom:10px;background:linear-gradient(135deg,var(--brand-wine),var(--brand-red-dark));background-clip:text;color:transparent;font-size:clamp(88px,10vw,146px);font-weight:900;line-height:.85;letter-spacing:-.07em}
.not-found-copy h1{margin:25px 0 16px;color:var(--brand-ink);font-size:clamp(37px,4vw,54px);line-height:1.08;letter-spacing:-.035em}
.not-found-copy p{max-width:610px;margin:0;color:var(--brand-muted);font-size:17px;line-height:1.75}
.not-found-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:31px}
.not-found-actions .btn{min-width:180px}
.not-found-visual{display:grid;min-width:0;min-height:380px;place-items:center;border-radius:var(--radius-lg);background:linear-gradient(145deg,#fbf5f5,#fff 55%,#f3e4e6)}
.not-found-visual svg{display:block;width:min(100%,520px);height:auto}
.not-found-route{fill:none;stroke:#c91419;stroke-linecap:round;stroke-width:5}
.not-found-route.is-soft{stroke:#dfbfc3;stroke-dasharray:10 13;stroke-width:3}
.not-found-visual circle{fill:#fff;stroke:#c91419;stroke-width:5}
.not-found-pin{fill:#fff;stroke:#400001;stroke-width:7}
.not-found-pin-center{fill:#f8e8ea;stroke:#c91419;stroke-width:4}
.not-found-cross{fill:none;stroke:#c91419;stroke-linecap:round;stroke-width:7}

/* Shared public page hero */
.page-hero{position:relative;isolation:isolate;min-height:410px;display:flex;align-items:center;overflow:hidden;padding:42px 0 82px}
.page-hero::before{position:absolute;inset:0;z-index:-1;content:""}
.page-hero--soft{background:linear-gradient(120deg,#fff 0%,var(--brand-surface) 62%,#f5e9ea 100%);color:var(--brand-ink)}
.page-hero--solid{background:linear-gradient(115deg,var(--brand-wine),#8f0712 58%,var(--brand-red-dark));color:#fff}
.page-hero--image{background-color:var(--brand-wine);background-image:var(--page-hero-image);background-position:center;background-size:cover;color:#fff}
.page-hero--image::before{background:linear-gradient(90deg,rgba(69,2,7,.96) 0 48%,rgba(69,2,7,.72) 65%,rgba(69,2,7,.2))}
.page-hero__inner{position:relative}
.page-hero .breadcrumb{margin:0 0 43px}
.breadcrumb ol{display:flex;align-items:center;flex-wrap:wrap;gap:0;margin:0;padding:0;list-style:none}
.breadcrumb li{display:flex;align-items:center;color:#6b6870;font-size:13px;line-height:1.5}
.breadcrumb li:not(:last-child)::after{margin:0 11px;color:#a48b8f;content:"/"}
.breadcrumb a{color:inherit;text-decoration:none}
.breadcrumb a:hover{color:var(--brand-red-dark)}
.breadcrumb [aria-current=page]{color:var(--brand-ink);font-weight:800}
.page-hero--image .breadcrumb li,.page-hero--solid .breadcrumb li{color:rgba(255,255,255,.8)}
.page-hero--image .breadcrumb li:not(:last-child)::after,.page-hero--solid .breadcrumb li:not(:last-child)::after{color:rgba(255,255,255,.55)}
.page-hero--image .breadcrumb a:hover,.page-hero--solid .breadcrumb a:hover{color:#fff}
.page-hero--image .breadcrumb [aria-current=page],.page-hero--solid .breadcrumb [aria-current=page]{color:#fff;font-weight:700}
.page-hero__copy{max-width:760px}
.page-hero__eyebrow{display:block;margin:0 0 13px;color:var(--brand-red-dark);font-size:12px;font-weight:900;letter-spacing:.14em}
.page-hero--image .page-hero__eyebrow,.page-hero--solid .page-hero__eyebrow{color:#ffd7da}
.page-hero__title{max-width:850px;margin:0;color:inherit;font-size:clamp(46px,5vw,64px);font-weight:900;line-height:1.07;letter-spacing:-.04em;text-wrap:balance}
.page-hero__description{display:-webkit-box;max-width:700px;margin:17px 0 0;overflow:hidden;color:var(--brand-muted);font-size:17px;line-height:1.7;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.page-hero--image .page-hero__description,.page-hero--solid .page-hero__description{color:rgba(255,255,255,.84)}
.page-hero--has-search{overflow:visible;padding-bottom:105px}
.page-hero--has-search .page-hero__inner{padding-bottom:20px}
.page-hero__search{position:absolute;right:20px;bottom:-135px;left:20px;z-index:3;width:auto;margin:0}
.page-hero__search form{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;width:100%!important;max-width:none!important;margin:0!important;transform:none!important;display:grid;grid-template-columns:minmax(0,1.7fr) minmax(220px,.75fr) 130px;gap:10px;padding:10px;border:1px solid rgba(64,0,1,.08);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-soft);color:var(--brand-ink)}
.page-hero__search input,.page-hero__search select,.page-hero__search button{width:100%;min-height:52px;border-radius:var(--radius-sm);font:inherit}
.page-hero__search input,.page-hero__search select{border:1px solid #e4dcde;background:#fff;padding:0 15px}
.page-hero__search button{border:0;background:var(--brand-red-dark);color:#fff;font-weight:900;cursor:pointer}
.page-hero__search .branch-query-field input{padding-left:50px}
.page-hero__search .doctor-directory-search{align-items:end}
.page-hero__search .doctor-directory-search label{display:block;margin:0 0 7px}
.page-hero__search .branch-filter-panel button span{display:inline}
.page-hero__search .branch-submit-icon{display:none}
.branches-page .branches-directory,.doctor-results-section,.health-guide-page .hg-list-section,.news-list-page .hg-list-section{padding-top:105px}
.partner-page .partner-content{padding-top:0}
.contact-page>.page-hero+.contact-hero{border-top:1px solid var(--brand-line)}
.contact-page>.contact-hero .contact-hero-copy h2{margin:0 0 22px;font-size:32px;line-height:1.15}
.event-article-page .event-video-section,.event-article-page .event-gallery-section{max-width:800px;margin:48px auto 0}
.event-article-page .event-video-section h2,.event-article-page .event-gallery-section h2{margin:0 0 20px;font-size:29px}
.event-article-page .event-gallery-grid{gap:14px}
.event-article-page .event-gallery-grid a{display:block;overflow:hidden;border-radius:13px;background:#f5eeee}
.event-article-page .event-gallery-grid img{border-radius:0;transition:transform .25s ease}
.event-article-page .event-gallery-grid a:hover img{transform:scale(1.02)}
.event-article-page .hg-contact-cta a{min-height:50px;display:inline-flex;align-items:center;justify-content:center}

@media (max-width:720px){
  body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}
  .mobile-bottom{
    min-height:72px;
    grid-template-columns:repeat(4,minmax(0,1fr));
    padding-bottom:env(safe-area-inset-bottom);
    border-top:1px solid #eadfe1;
    background:#fff;
    box-shadow:0 -7px 20px rgba(40,10,13,.08);
  }
  .mobile-bottom a,.mobile-bottom>span{
    min-width:0;
    min-height:72px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
    margin:0;
    padding:8px 3px;
    color:#25262c;
    font-size:10px;
    font-weight:800;
    line-height:1.15;
    text-align:center;
    text-decoration:none;
  }
  .mobile-bottom a:active{background:#fff1f2}
  .mobile-bottom a:focus-visible{outline:2px solid var(--red);outline-offset:-3px}
  .mobile-bottom-icon{width:23px;height:23px;color:var(--red-dark);flex:0 0 auto}
  .mobile-bottom-disabled{opacity:.48;cursor:not-allowed}

  .doctors-directory-page .page-hero--has-search{
    min-height:0;
    height:auto;
    display:block;
    overflow:hidden;
    padding:28px 0 32px;
    background-position:68% center;
  }
  .doctors-directory-page .page-hero--image::before{
    background:linear-gradient(90deg,rgba(69,2,7,.98) 0 58%,rgba(69,2,7,.88) 76%,rgba(69,2,7,.52));
  }
  .doctors-directory-page .page-hero__inner.container{
    width:calc(100% - 32px);
    padding-bottom:0;
  }
  .doctors-directory-page .page-hero .breadcrumb{margin-bottom:28px}
  .doctors-directory-page .page-hero__copy{max-width:none}
  .doctors-directory-page .page-hero__title{
    max-width:100%;
    font-size:clamp(46px,13vw,52px);
    line-height:1.02;
  }
  .doctors-directory-page .page-hero__description{
    display:block;
    max-width:none;
    margin-top:16px;
    overflow:visible;
    font-size:15px;
    line-height:1.65;
    -webkit-line-clamp:unset;
  }
  .doctors-directory-page .page-hero__search{
    position:static;
    width:100%;
    margin:24px 0 0;
  }
  .doctors-directory-page .page-hero__search .doctor-directory-search{
    position:static!important;
    width:100%!important;
    grid-template-columns:1fr;
    gap:15px;
    padding:17px;
    border-radius:16px;
    box-shadow:0 12px 28px rgba(48,7,11,.13);
    transform:none!important;
  }
  .doctors-directory-page .doctor-directory-search input,
  .doctors-directory-page .doctor-directory-search select,
  .doctors-directory-page .doctor-directory-search button{height:50px;min-height:50px}
  .doctors-directory-page .doctor-search-icon{left:20px}
  .doctors-directory-page .doctor-directory-search .doctor-query-control input{padding-right:14px;padding-left:56px}
  .doctors-directory-page .doctor-results-section{padding:48px 0 62px}
  .doctors-directory-page .doctor-results-section>.container{width:calc(100% - 32px)}
  .doctor-results-main .doctor-results-heading{align-items:flex-start;gap:8px}
}
