/*
  ELÇİ VETERİNER KLİNİĞİ — ORTAK TASARIM SİSTEMİ
  Bu dosya tüm sayfalarda en son yüklenir. Eski sayfa içi stilleri tek bir
  tipografi, renk, boşluk, kart, menü ve pencere standardında toplar.
*/
:root{
  --elci-purple-950:#21083f;
  --elci-purple-900:#32105d;
  --elci-purple-800:#46157f;
  --elci-purple-700:#5a1fa8;
  --elci-purple-600:#6e32c8;
  --elci-cyan-600:#0fb6cf;
  --elci-cyan-500:#21cce1;
  --elci-cyan-100:#e9fbff;
  --elci-ink:#121923;
  --elci-text:#344150;
  --elci-muted:#687687;
  --elci-line:#dfe7ef;
  --elci-soft:#f5f7fb;
  --elci-paper:#fff;
  --elci-danger:#a92d3d;
  --elci-success:#18794e;
  --elci-warning:#916300;
  --elci-radius-xs:10px;
  --elci-radius-sm:14px;
  --elci-radius:20px;
  --elci-radius-lg:28px;
  --elci-shadow-sm:0 7px 22px rgba(31,20,55,.07);
  --elci-shadow:0 18px 48px rgba(31,20,55,.10);
  --elci-shadow-lg:0 28px 70px rgba(31,20,55,.17);
  --elci-container:1180px;
  --elci-header-height:142px;
  --brand:var(--elci-purple-700);
  --brand2:var(--elci-purple-900);
  --accent:var(--elci-cyan-500);
  --ink:var(--elci-ink);
  --muted:var(--elci-muted);
  --bg:var(--elci-soft);
  --card:var(--elci-paper);
  --card-border:var(--elci-line);
  --radius:var(--elci-radius-sm);
  --radius-lg:var(--elci-radius);
}

html{scroll-behavior:smooth;scroll-padding-top:calc(var(--elci-header-height) + 18px)}
body{
  padding-top:var(--elci-header-height)!important;
  color:var(--elci-text)!important;
  background:#fff!important;
  font-family:"Manrope",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:16px;
  line-height:1.7;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body.menu-open,body.dialog-open{overflow:hidden}
.container{width:min(var(--elci-container),calc(100% - 40px))!important;max-width:var(--elci-container)!important;padding-inline:0!important}
main{overflow:clip}
h1,h2,h3,h4,strong,.btn,button,nav a{font-family:"Manrope",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
h1,h2,h3,h4{color:var(--elci-ink)!important;letter-spacing:-.025em}
p{color:inherit}
a{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
:focus-visible{outline:3px solid rgba(33,204,225,.7)!important;outline-offset:3px!important}

/* Header — tüm sayfalarda aynı ölçü */
body>header:first-of-type{
  position:fixed!important;z-index:1000!important;inset:0 0 auto!important;
  height:var(--elci-header-height);background:linear-gradient(108deg,var(--elci-purple-700),var(--elci-purple-950))!important;
  box-shadow:0 8px 28px rgba(27,7,52,.18)!important;border:0!important;
}
.header-top{height:34px!important;background:rgba(255,255,255,.035)!important;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px!important}
.header-top .container{height:34px;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0!important}
.header-contact{display:flex!important;align-items:center!important;gap:18px!important;color:#fff!important;white-space:nowrap}
.header-contact a,.header-contact span{color:#fff!important;opacity:.94}
.header-contact i{color:#c9f8ff;margin-right:5px}
.header-main{height:108px!important;padding:0!important;background:transparent!important}
.header-main>.container{height:100%;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important}
.logo-text{flex:0 0 auto}
.brand-lockup{display:flex!important;align-items:center!important;gap:13px!important;min-width:330px;padding:9px 15px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:22px!important;background:rgba(255,255,255,.075)!important;color:#fff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.brand-mark{width:62px!important;height:62px!important;min-width:62px!important;padding:4px!important;display:grid!important;place-items:center!important;border-radius:18px!important;background:#fff!important;overflow:hidden!important}
.brand-mark img{width:54px!important;height:54px!important;max-width:none!important;object-fit:contain!important;border-radius:14px!important}
.brand-copy{display:flex!important;flex-direction:column!important;min-width:0;color:#fff!important}
.brand-copy strong{display:block!important;color:#fff!important;font-size:20px!important;line-height:1.2!important;font-weight:850!important;letter-spacing:-.02em!important;white-space:nowrap}
.header-signature{display:block!important;margin-top:3px!important;color:#e9fbff!important;font-family:"Manrope",sans-serif!important;font-size:12.5px!important;font-weight:750!important;line-height:1.25!important}
.header-main nav{margin-left:auto;position:relative}
.header-main nav>ul{display:flex!important;align-items:center!important;gap:23px!important;margin:0!important;padding:0!important;list-style:none!important}
.header-main nav>ul>li>a{display:flex!important;align-items:center!important;min-height:42px;padding:9px 0!important;color:#fff!important;font-size:14.5px!important;font-weight:750!important;line-height:1.2!important;white-space:nowrap!important;opacity:.96}
.header-main nav>ul>li>a::after{height:3px!important;bottom:1px!important;border-radius:999px!important;background:linear-gradient(90deg,var(--elci-cyan-500),#d5fbff)!important}
.header-main nav>ul>li>a:hover,.header-main nav>ul>li>a.active{color:#d9fbff!important;opacity:1}
.header-main nav>ul>li>a.active::after{width:100%!important}
.dropdown-content{top:calc(100% + 3px)!important;left:-18px!important;min-width:250px!important;padding:9px!important;border:1px solid rgba(79,36,124,.14)!important;border-radius:17px!important;background:#fff!important;box-shadow:var(--elci-shadow)!important}
.dropdown-content a{padding:10px 12px!important;border-radius:10px!important;color:#283441!important;font-size:14px!important;font-weight:700!important}
.dropdown-content a:hover{background:#f3edfb!important;color:var(--elci-purple-700)!important}
.mobile-menu-btn{width:46px!important;height:46px!important;border:1px solid rgba(255,255,255,.25)!important;border-radius:14px!important;color:#fff!important;background:rgba(255,255,255,.08)!important}

/* Sayfa kahraman alanları */
:is(.premium-hero,.about-hero,.blog-hero,.patient-hero,.services-hero,.faq-hero){
  position:relative;isolation:isolate;min-height:620px;padding:76px 0 58px!important;color:#fff!important;
  background:
    radial-gradient(720px 430px at 78% 18%,rgba(38,205,229,.20),transparent 68%),
    linear-gradient(112deg,#251044 0%,#38106f 48%,#157c9d 120%)!important;
  overflow:hidden;
}
:is(.premium-hero,.about-hero,.blog-hero,.patient-hero,.services-hero,.faq-hero)::after{
  content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;opacity:.26;
  background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:54px 54px;mask-image:linear-gradient(90deg,#000,transparent 80%);
}
.hero-layout{display:grid!important;grid-template-columns:minmax(0,1.55fr) minmax(340px,.78fr)!important;align-items:center!important;gap:74px!important}
.hero-copy{min-width:0}
.hero-eyebrow,.section-kicker,.hero-card-kicker{display:inline-flex!important;align-items:center!important;gap:8px!important;width:max-content;max-width:100%;margin:0 0 24px!important;padding:8px 14px!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important;color:#fff!important;font-size:12px!important;font-weight:850!important;line-height:1.2!important;letter-spacing:.035em!important;text-transform:none!important}
.elci-page-title,.hero-copy>h1,.premium-hero h1{margin:0!important;color:#fff!important;font-size:clamp(48px,5.4vw,78px)!important;line-height:1.02!important;font-weight:900!important;letter-spacing:-.055em!important}
.hero-signature{margin:6px 0 3px!important;color:#e8fbff!important;font-family:"Great Vibes",cursive!important;font-size:clamp(43px,4.7vw,70px)!important;font-weight:400!important;line-height:1.08!important;letter-spacing:0!important}
.hero-divider{width:128px!important;height:4px!important;margin:24px 0!important;border-radius:999px!important;background:linear-gradient(90deg,var(--elci-cyan-500),#fff)!important}
.hero-sub{max-width:780px!important;margin:0!important;color:#f1f5fa!important;font-size:17px!important;line-height:1.8!important;opacity:1!important}
.hero-cta{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;margin-top:28px!important}
.hero-notice{display:flex!important;align-items:flex-start!important;gap:8px!important;margin:22px 0 0!important;color:#eaf5fb!important;font-size:13px!important;opacity:.95}
.hero-brand-card,.editorial-hero-card,.patient-hero-card,.services-hero-card{
  width:100%!important;min-height:420px!important;padding:34px!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:34px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.19),rgba(41,177,214,.18))!important;box-shadow:0 24px 70px rgba(10,8,38,.24)!important;backdrop-filter:blur(13px);overflow:hidden
}
.hero-card-logo{width:106px!important;height:106px!important;margin-bottom:24px!important;padding:8px!important;border-radius:28px!important;background:#fff!important;box-shadow:var(--elci-shadow-sm)!important}
.hero-card-logo img{width:100%!important;height:100%!important;object-fit:contain!important;border-radius:20px!important}
.hero-card-kicker{margin:0 0 10px!important;padding:0!important;border:0!important;background:none!important;color:#bdf8ff!important;text-transform:uppercase!important;letter-spacing:.09em!important}
.hero-card-title{display:block;color:#fff!important;font-size:clamp(26px,2.5vw,38px)!important;line-height:1.22!important;font-weight:900!important;letter-spacing:-.035em!important}
.hero-card-list{display:grid!important;gap:0!important;margin-top:24px!important}
.hero-card-list>span{display:flex!important;align-items:center!important;gap:12px!important;padding:13px 0!important;border-top:1px solid rgba(255,255,255,.18)!important;color:#f5fbff!important;font-size:14px!important;font-weight:650!important}
.hero-card-list i{width:24px;color:#baf8ff!important}

/* Butonlar */
.btn,.admin-btn{
  min-height:46px;padding:11px 18px!important;border:1px solid #d8e0e8!important;border-radius:999px!important;background:#fff!important;color:var(--elci-purple-800)!important;
  box-shadow:none!important;font-size:14px!important;font-weight:850!important;line-height:1.2!important;text-decoration:none!important
}
.btn:hover,.admin-btn:hover{transform:translateY(-1px);border-color:#c3b0df!important;box-shadow:var(--elci-shadow-sm)!important}
.btn.primary,.admin-btn.primary{border-color:transparent!important;background:linear-gradient(100deg,var(--elci-purple-600),#348bd9)!important;color:#fff!important;box-shadow:0 10px 25px rgba(90,31,168,.22)!important}
.hero-cta .btn:not(.primary),.closing-cta .btn.ghost,.section-dark .btn.ghost{border-color:rgba(255,255,255,.35)!important;background:rgba(255,255,255,.08)!important;color:#fff!important}

/* Ortak bölüm ve kart düzeni */
.section{padding:74px 0!important}
.section-soft{background:linear-gradient(180deg,#f8fafc,#f4f7fb)!important}
.section-dark{background:linear-gradient(125deg,var(--elci-purple-950),#30105c)!important;color:#fff!important}
.section-head{max-width:760px!important;margin-bottom:34px!important}
.section-head .section-kicker{margin-bottom:14px!important;border-color:#d9cbed!important;background:#f5f0fb!important;color:var(--elci-purple-700)!important}
.section-head h2{margin:0 0 12px!important;font-size:clamp(30px,4vw,49px)!important;line-height:1.12!important;font-weight:900!important}
.section-head p{margin:0;color:var(--elci-muted)!important;font-size:16px!important;line-height:1.75!important}
.section-dark .section-head h2,.section-dark h2,.closing-cta h2{color:#fff!important}
.section-dark .section-head p{color:#dfe8f4!important}

.s-card,.service-card,.review-card,.post-card,.side-card,.faq-side-card,.card,.panel{
  border:1px solid var(--elci-line)!important;border-radius:var(--elci-radius)!important;background:#fff!important;box-shadow:var(--elci-shadow-sm)!important
}
.s-card{display:flex!important;flex-direction:column!important;min-height:270px!important;padding:24px!important;opacity:1!important;transform:none!important;backdrop-filter:none!important}
.s-card::before{display:none!important}
.s-card:hover{transform:translateY(-3px)!important;box-shadow:var(--elci-shadow)!important}
.s-icon{width:54px!important;height:54px!important;margin-bottom:16px!important;border-radius:15px!important;background:linear-gradient(145deg,var(--elci-purple-700),var(--elci-purple-950))!important;box-shadow:0 10px 22px rgba(61,14,112,.24)!important}
.s-title{margin:0 0 9px!important;color:#17172d!important;font-size:20px!important;font-weight:900!important;line-height:1.35!important}
.s-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;margin:0 0 18px!important;color:#4b5664!important;font-size:14px!important;line-height:1.65!important}
.s-link{margin-top:auto!important;color:var(--elci-cyan-600)!important;font-weight:850!important}
.services-grid{gap:20px!important}
.services-more{margin-top:30px!important;padding:27px!important;border:1px solid #e0d9eb!important;border-radius:var(--elci-radius-lg)!important;background:linear-gradient(135deg,#fff,#f7fbff)!important;box-shadow:var(--elci-shadow-sm)!important}
.services-track{gap:20px!important;scroll-snap-type:x mandatory!important}
.services-track>.s-card{scroll-snap-align:start!important;flex:0 0 calc((100% - 40px)/3)!important;min-width:300px!important}
.scroll-btn{width:48px!important;height:48px!important;border:1px solid #d9cce9!important;border-radius:50%!important;background:#fff!important;color:var(--elci-purple-700)!important;box-shadow:var(--elci-shadow-sm)!important}

/* Blog listeleme — arama ve filtre gerçek bir çalışma alanı gibi görünür */
.blog-layout{display:grid!important;grid-template-columns:270px minmax(0,1fr)!important;gap:26px!important;align-items:start!important}
.blog-sidebar{display:grid!important;gap:16px!important;position:sticky!important;top:calc(var(--elci-header-height) + 22px)!important}
.side-card,.side-cta{padding:20px!important;border-radius:20px!important}
.side-card-title{display:flex!important;align-items:center!important;gap:10px!important;margin:0 0 14px!important;color:var(--elci-purple-900)!important;font-size:16px!important;font-weight:900!important}
.sidebar-list{display:grid!important;gap:8px!important}
.sidebar-list a{display:block!important;padding:11px 12px!important;border:1px solid #e6e9ee!important;border-radius:12px!important;color:#3d4854!important;font-size:13px!important;line-height:1.45!important;background:#fff!important}
.sidebar-list a:hover{border-color:#c8b4e4!important;background:#f7f2fd!important;color:var(--elci-purple-800)!important}
.sidebar-pills{display:flex!important;gap:7px!important;flex-wrap:wrap!important}
.sidebar-pill{display:inline-flex!important;padding:7px 10px!important;border:1px solid #dce3ea!important;border-radius:999px!important;color:#4c5965!important;background:#fff!important;font-size:12px!important;font-weight:750!important}
.blog-main{min-width:0}
.blog-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(250px,360px)!important;gap:18px!important;align-items:center!important;margin:0 0 22px!important;padding:22px!important;border:1px solid var(--elci-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:var(--elci-shadow-sm)!important}
.blog-filter-area{display:grid!important;gap:13px!important}
#blogFilters{display:flex!important;gap:8px!important;flex-wrap:wrap!important}
#blogFilters button,.blog-filter{padding:9px 13px!important;border:1px solid #dce3ea!important;border-radius:999px!important;background:#fff!important;color:#475462!important;font:800 12px/1.2 "Manrope",sans-serif!important;cursor:pointer!important}
#blogFilters button:hover,#blogFilters button.active,.blog-filter.active{border-color:var(--elci-cyan-500)!important;background:var(--elci-cyan-100)!important;color:var(--elci-purple-900)!important}
.blog-sort-note{color:var(--elci-muted)!important;font-size:12px!important;font-weight:750!important}
.blog-search-wrap{position:relative!important;display:block!important}
.blog-search-wrap i{position:absolute!important;left:16px!important;top:50%!important;transform:translateY(-50%)!important;color:#7d8994!important;z-index:2}
.blog-search-wrap input{width:100%!important;height:50px!important;padding:0 16px 0 45px!important;border:1px solid #d9e1e8!important;border-radius:15px!important;background:#fff!important;color:var(--elci-ink)!important;font:650 14px/1 "Manrope",sans-serif!important}
#blogGrid.blog-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important}
.elci-blog-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--elci-line);border-radius:22px;background:#fff;box-shadow:var(--elci-shadow-sm);transition:transform .22s ease,box-shadow .22s ease}
.elci-blog-card:hover{transform:translateY(-3px);box-shadow:var(--elci-shadow)}
.elci-blog-cover{position:relative;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,#f0eafa,#e7fbff)}
.elci-blog-cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.elci-blog-card:hover .elci-blog-cover img{transform:scale(1.025)}
.elci-blog-body{display:flex;flex:1;flex-direction:column;padding:21px}
.elci-blog-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:10px;color:var(--elci-muted);font-size:11.5px;font-weight:750}
.elci-blog-category{padding:5px 8px;border-radius:999px;background:#f2ebfb;color:var(--elci-purple-700)}
.elci-blog-card h3{margin:0 0 10px!important;font-size:21px!important;line-height:1.34!important;font-weight:900!important}
.elci-blog-card h3 a{color:var(--elci-ink)!important}
.elci-blog-card p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin:0 0 18px;color:#52606e;font-size:14px;line-height:1.65}
.elci-blog-link{display:inline-flex;align-items:center;gap:7px;margin-top:auto;color:var(--elci-cyan-600)!important;font-size:13px;font-weight:900}
.blog-empty{grid-column:1/-1;padding:34px;border:1px dashed #c9d4dd;border-radius:20px;text-align:center;color:var(--elci-muted);background:#fff}
.pagination{display:flex!important;justify-content:center!important;gap:8px!important;margin-top:26px!important}
.pagination button{width:42px;height:42px;border:1px solid #d9e1e8;border-radius:12px;background:#fff;color:var(--elci-purple-800);font-weight:850;cursor:pointer}
.pagination button.active{border-color:transparent;background:var(--elci-purple-700);color:#fff}

/* Uzun içerik okuma sayfası */
.blog-article-page{background:#f5f7fb!important}
.blog-article-shell{padding:50px 0 86px}
.blog-article{width:min(860px,calc(100% - 32px));margin:0 auto;overflow:hidden;border:1px solid var(--elci-line);border-radius:28px;background:#fff;box-shadow:var(--elci-shadow)}
.blog-article-header{padding:42px 48px 30px;background:radial-gradient(500px 200px at 100% 0,rgba(33,204,225,.12),transparent 75%),#fff}
.blog-article-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:15px;color:var(--elci-purple-700);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.blog-article-header h1{margin:0 0 17px!important;font-size:clamp(34px,5vw,58px)!important;line-height:1.08!important;font-weight:950!important;letter-spacing:-.05em!important}
.blog-article-meta{display:flex;gap:15px;flex-wrap:wrap;color:var(--elci-muted);font-size:13px;font-weight:650}
.blog-article-cover{aspect-ratio:16/8;overflow:hidden;background:#eee}
.blog-article-cover img{width:100%;height:100%;object-fit:cover}
.blog-article-content{max-width:720px;margin:0 auto;padding:42px 30px 54px;color:#374454;font-size:17px;line-height:1.9}
.blog-article-content>p:first-child{font-size:19px;color:#273441}
.blog-article-content h2{margin:42px 0 12px!important;font-size:30px!important;line-height:1.25!important}
.blog-article-content h3{margin:32px 0 10px!important;font-size:22px!important}
.blog-article-content ul,.blog-article-content ol{padding-left:23px}
.blog-article-content li{margin:8px 0}
.blog-article-content blockquote{margin:28px 0;padding:18px 22px;border-left:4px solid var(--elci-cyan-500);border-radius:0 14px 14px 0;background:#f0fbfd;color:#34424f}
.blog-article-note{margin-top:38px;padding:18px;border-radius:16px;background:#f4f0fb;color:#4b3d5f;font-size:13px}
.blog-article-actions{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:24px 48px;border-top:1px solid var(--elci-line);background:#fbfcfe}
.blog-not-active{padding:80px 24px;text-align:center}

/* SSS */
.faq-chip{border:1px solid #dbe3eb!important;border-radius:999px!important;background:#fff!important;color:#485561!important;font-weight:800!important}
.faq-chip.active,.faq-chip:hover{border-color:var(--elci-cyan-500)!important;background:var(--elci-cyan-100)!important;color:var(--elci-purple-900)!important}
details.faq{margin-bottom:12px!important;border:1px solid var(--elci-line)!important;border-radius:17px!important;background:#fff!important;box-shadow:0 5px 16px rgba(31,20,55,.045)!important;overflow:hidden!important}
details.faq summary{padding:18px 20px!important;color:var(--elci-ink)!important;font-weight:850!important;cursor:pointer!important}
details.faq[open]{border-color:#ccb8e4!important;box-shadow:var(--elci-shadow-sm)!important}
details.faq p{margin:0!important;padding:0 20px 20px!important;color:#4d5b68!important;line-height:1.75!important}

/* Formlar */
.form-shell{border:1px solid var(--elci-line)!important;border-radius:26px!important;background:#fff!important;box-shadow:var(--elci-shadow)!important}
.form input,.form select,.form textarea,input,select,textarea{border:1px solid #d7e0e8!important;border-radius:14px!important;background:#fff!important;color:var(--elci-ink)!important;font-family:"Manrope",sans-serif!important}
.form input,.form select{min-height:50px!important}
.form textarea{line-height:1.6!important}
.terms-wrap{border:1px solid #dfe7ee!important;border-radius:18px!important;background:#f8fafc!important}

/* Tek ve tutarlı modal/pencere sistemi */
dialog:not(.dp-pop){
  width:min(760px,calc(100% - 28px))!important;max-width:760px!important;max-height:min(84vh,820px)!important;margin:auto!important;padding:0!important;
  border:1px solid rgba(83,40,128,.16)!important;border-radius:24px!important;background:#fff!important;color:var(--elci-text)!important;box-shadow:var(--elci-shadow-lg)!important;overflow:hidden!important
}
dialog:not(.dp-pop)::backdrop{background:rgba(20,16,32,.55)!important;backdrop-filter:blur(5px)!important}
dialog:not(.dp-pop)>.inner,.info-panel-body,.blog-reader-shell{display:flex!important;flex-direction:column!important;max-height:min(84vh,820px)!important;padding:0!important;border:0!important;border-radius:inherit!important;background:#fff!important}
dialog:not(.dp-pop) header,.info-panel-head,.blog-reader-head{position:relative!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;flex:0 0 auto!important;padding:24px 26px 18px!important;border-bottom:1px solid var(--elci-line)!important;background:#fff!important;color:var(--elci-ink)!important}
dialog:not(.dp-pop) header h3,.info-panel-head h3{margin:0!important;color:var(--elci-ink)!important;font-size:25px!important;line-height:1.25!important}
dialog:not(.dp-pop) .content,.info-panel-content,.blog-reader-body{min-height:0!important;overflow:auto!important;padding:24px 26px 30px!important;color:#455360!important;font-size:15px!important;line-height:1.8!important;overscroll-behavior:contain!important}
dialog:not(.dp-pop) footer,.blog-reader-actions{display:flex!important;justify-content:flex-end!important;gap:10px!important;flex:0 0 auto!important;padding:16px 26px!important;border-top:1px solid var(--elci-line)!important;background:#fafbfc!important}
dialog:not(.dp-pop) header form .btn,dialog:not(.dp-pop) .close,.info-panel-close,.blog-reader-close{width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;border:1px solid #dbe2e9!important;border-radius:50%!important;background:#fff!important;color:var(--elci-purple-800)!important;font-size:0!important}
dialog:not(.dp-pop) header form .btn::before,dialog:not(.dp-pop) .close::before,.info-panel-close::before{content:"×";font-size:24px;line-height:1}
/* Hakkımızda bilgi penceresi: modal gövdesi değil, tam ekran erişilebilir katman */
.info-panel{position:fixed!important;inset:0!important;z-index:1200!important;display:none!important;align-items:center!important;justify-content:center!important;width:auto!important;max-width:none!important;max-height:none!important;margin:0!important;padding:18px!important;border:0!important;border-radius:0!important;background:rgba(20,16,32,.55)!important;box-shadow:none!important;overflow:auto!important;backdrop-filter:blur(5px)!important}
.info-panel.open{display:flex!important}
.info-panel-backdrop{position:absolute!important;inset:0!important}
.info-panel-body{position:relative!important;z-index:1!important;width:min(720px,100%)!important;max-width:720px!important;max-height:min(84vh,820px)!important;border:1px solid rgba(83,40,128,.16)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--elci-shadow-lg)!important;overflow:hidden!important;transform:translateY(14px)!important;opacity:0!important;transition:opacity .22s ease,transform .22s ease!important}
.info-panel.open .info-panel-body{transform:none!important;opacity:1!important}
.info-panel-title{margin:0!important}
.info-panel-text{margin:0!important;white-space:pre-line!important}

/* Blog artık modalda değil gerçek sayfada okunur. Eski modal güvenlik için gizlenir. */
#blogReaderModal{display:none!important}

/* Duyuru */
.site-announcement[hidden]{display:none!important}
.site-announcement{position:relative;z-index:20;border-bottom:1px solid rgba(67,24,110,.12);background:#f4effb;color:#3b2653}
.site-announcement .container{display:flex;align-items:center;justify-content:center;gap:13px;min-height:50px;padding:9px 48px!important;text-align:center}
.site-announcement strong{color:var(--elci-purple-900)}
.site-announcement a{color:var(--elci-purple-700);font-weight:900;text-decoration:underline;text-underline-offset:3px}
.site-announcement-close{position:absolute;right:max(18px,calc((100% - var(--elci-container))/2));top:50%;width:32px;height:32px;transform:translateY(-50%);border:0;border-radius:50%;background:rgba(255,255,255,.65);color:var(--elci-purple-900);cursor:pointer}
.site-announcement[data-level="urgent"]{background:#fff0f1;color:#742735}
.site-announcement[data-level="info"]{background:#eafaff;color:#155364}

/* Animasyon: hafif ve amacı olan hareket */
.reveal{opacity:1!important;transform:none!important}
@media (prefers-reduced-motion:no-preference){
  .elci-blog-card,.s-card,.btn{transition-duration:.22s}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}

/* Tablet */
@media(max-width:1080px){
  :root{--elci-header-height:118px}
  .header-top{display:none!important}
  .header-main{height:118px!important}
  .brand-lockup{min-width:290px}
  .header-main nav>ul{gap:14px!important}
  .header-main nav>ul>li>a{font-size:13.5px!important}
  .hero-layout{gap:36px!important;grid-template-columns:minmax(0,1.35fr) minmax(300px,.75fr)!important}
  :is(.premium-hero,.about-hero,.blog-hero,.patient-hero,.services-hero,.faq-hero){min-height:560px;padding:62px 0 50px!important}
  .blog-layout{grid-template-columns:230px minmax(0,1fr)!important}
}

/* Mobil */
@media(max-width:900px){
  :root{--elci-header-height:82px}
  body{padding-top:var(--elci-header-height)!important}
  .container{width:min(100% - 28px,var(--elci-container))!important}
  body>header:first-of-type{height:82px!important}
  .header-main{height:82px!important}
  .header-main>.container{gap:12px!important}
  .brand-lockup{min-width:0!important;padding:6px 9px!important;border-radius:16px!important}
  .brand-mark{width:48px!important;height:48px!important;min-width:48px!important;border-radius:13px!important}
  .brand-mark img{width:42px!important;height:42px!important}
  .brand-copy strong{font-size:15px!important}
  .header-signature{font-size:10px!important}
  .mobile-menu-btn{display:grid!important;place-items:center!important;flex:0 0 auto!important}
  .header-main nav>ul{position:fixed!important;top:82px!important;left:0!important;right:0!important;bottom:0!important;display:none!important;align-items:stretch!important;gap:0!important;padding:18px 18px 40px!important;overflow:auto!important;background:#fff!important}
  .header-main nav>ul.show{display:block!important}
  .header-main nav>ul>li>a{min-height:48px!important;padding:13px 10px!important;border-bottom:1px solid #edf0f4!important;color:#27323d!important;font-size:16px!important}
  .header-main nav>ul>li>a.active{color:var(--elci-purple-700)!important}
  .dropdown-content{position:static!important;display:none!important;margin:0 0 8px 12px!important;padding:5px!important;border:0!important;background:#f8f5fc!important;box-shadow:none!important}
  .dropdown.active>.dropdown-content{display:flex!important}
  .hero-layout{grid-template-columns:1fr!important;gap:34px!important}
  :is(.premium-hero,.about-hero,.blog-hero,.patient-hero,.services-hero,.faq-hero){min-height:0;padding:52px 0!important}
  .elci-page-title,.hero-copy>h1,.premium-hero h1{font-size:clamp(40px,12vw,59px)!important}
  .hero-signature{font-size:clamp(38px,13vw,58px)!important}
  .hero-brand-card,.editorial-hero-card,.patient-hero-card,.services-hero-card{min-height:0!important;padding:25px!important;border-radius:25px!important}
  .hero-card-logo{width:82px!important;height:82px!important;border-radius:22px!important}
  .section{padding:55px 0!important}
  .services-grid{grid-template-columns:1fr!important}
  .services-track>.s-card{flex-basis:86vw!important;min-width:280px!important}
  .blog-layout{display:block!important}
  .blog-sidebar{position:static!important;grid-template-columns:1fr!important;margin-bottom:20px!important}
  .blog-sidebar .side-card:nth-of-type(n+2){display:none!important}
  .blog-toolbar{grid-template-columns:1fr!important;padding:16px!important}
  #blogGrid.blog-grid{grid-template-columns:1fr!important}
  .blog-article-header{padding:30px 24px 23px}
  .blog-article-content{padding:31px 22px 42px;font-size:16px}
  .blog-article-actions{padding:18px 22px}
  dialog:not(.dp-pop){width:calc(100% - 18px)!important;max-height:91vh!important;border-radius:20px!important}
  dialog:not(.dp-pop)>.inner,.info-panel-body{max-height:91vh!important}
  dialog:not(.dp-pop) header,.info-panel-head{padding:19px 19px 14px!important}
  dialog:not(.dp-pop) .content,.info-panel-content{padding:20px!important;font-size:14px!important}
  .site-announcement .container{padding:11px 45px 11px 14px!important;text-align:left;font-size:13px}
  .site-announcement-close{right:10px}
}

@media(max-width:480px){
  .brand-copy strong{font-size:13.5px!important}
  .header-signature{display:none!important}
  .hero-cta .btn{width:100%!important}
  .hero-card-title{font-size:26px!important}
}

/* Ana sayfa blog özeti: yalnızca üç seçili/yeni içerik, kontrollü büyüme */
#blog .container>h2{margin-bottom:22px!important}
#blog #blogGrid.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}
.home-blog-card .elci-blog-cover{aspect-ratio:16/10}
.home-blog-card .elci-blog-body{padding:22px!important}
.home-blog-card h3{font-size:19px!important}
.home-blog-empty{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;gap:7px;padding:34px;border:1px dashed var(--elci-line);border-radius:20px;background:#fff;color:var(--elci-muted);text-align:center}
@media(max-width:980px){#blog #blogGrid.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:640px){#blog #blogGrid.blog-grid{grid-template-columns:1fr!important}}

/* Seçilmiş Google yorumları */
#reviews .review-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
.elci-review-card{display:flex;flex-direction:column;min-height:220px;padding:22px!important}
.elci-review-stars{color:#f0a51b;font-size:17px;letter-spacing:2px}
.elci-review-card .review-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;margin:15px 0;color:#465463;line-height:1.7}
.elci-review-card .review-author{margin-top:auto;color:var(--elci-purple-900);font-weight:850}
.elci-review-card .review-meta{margin-top:4px;color:var(--elci-muted);font-size:12px}

/* Instagram: sakin, kesintisiz film şeridi */
#insta{overflow:hidden}
#insta .insta-track-wrap{position:relative;overflow:hidden;padding:24px 0;border:1px solid var(--elci-line);border-radius:26px;background:radial-gradient(500px 220px at 5% 10%,rgba(36,211,232,.10),transparent 70%),#fff;box-shadow:var(--elci-shadow-sm)}
#insta .insta-track-wrap::before,#insta .insta-track-wrap::after{content:"";position:absolute;z-index:3;top:0;bottom:0;width:50px;pointer-events:none}
#insta .insta-track-wrap::before{left:0;background:linear-gradient(90deg,#fff,transparent)}
#insta .insta-track-wrap::after{right:0;background:linear-gradient(270deg,#fff,transparent)}
#instaTrack{display:flex!important;width:max-content!important;animation:elciInstaFilm var(--elci-insta-duration,220s) linear infinite;will-change:transform}
#instaTrack:hover{animation-play-state:paused}
.elci-insta-group{display:flex;gap:18px;padding-right:18px}
.elci-insta-card{position:relative;display:block;flex:0 0 210px;width:210px;height:250px;overflow:hidden;border:4px solid #fff;border-radius:22px;background:#eef2f6;box-shadow:0 12px 30px rgba(30,18,54,.13);transition:transform .2s ease,box-shadow .2s ease}
.elci-insta-card:hover{transform:translateY(-4px);box-shadow:0 19px 38px rgba(30,18,54,.2)}
.elci-insta-card img{width:100%;height:100%;object-fit:cover}
.elci-insta-card span{position:absolute;right:0;bottom:0;left:0;padding:38px 14px 13px;background:linear-gradient(transparent,rgba(11,7,24,.8));color:#fff;font-size:12px;font-weight:800}
.elci-insta-empty{padding:30px}
@keyframes elciInstaFilm{to{transform:translateX(-50%)}}
@media(max-width:900px){#reviews .review-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:640px){#reviews .review-grid{grid-template-columns:1fr!important}.elci-insta-card{flex-basis:62vw;width:62vw;height:230px}#insta .insta-track-wrap::before,#insta .insta-track-wrap::after{width:24px}}
@media(prefers-reduced-motion:reduce){#instaTrack{animation:none;max-width:100vw;overflow-x:auto}.elci-insta-group[aria-hidden="true"]{display:none}}
.blog-article-page[data-runtime-active="true"] #blogInactive{display:none!important}
.blog-article-page[data-runtime-active="false"] #blogArticle{display:none!important}
.blog-not-active{width:min(760px,calc(100% - 32px));margin:0 auto;padding:54px 40px;border:1px solid var(--elci-line);border-radius:26px;background:#fff;box-shadow:var(--elci-shadow);text-align:center}
.blog-not-active h1{margin:0 0 12px!important;font-size:36px!important}
.blog-not-active p{margin:0 0 24px;color:var(--elci-muted)}

/* ======================================================================
   V3.1 — ORTAK ÜST KABUK / HEADER + HERO STANDARDI
   Amaç: Kullanıcı hangi sayfaya geçerse geçsin logo, menü, başlık,
   satır aralıkları, buton çizgisi, sağ kart ve animasyon aynı yerde kalsın.
   Bu bölüm dosyanın sonunda olduğu için eski sayfa içi kuralları ezer.
   ====================================================================== */
:root{
  --elci-container:1240px;
  --elci-header-height:144px;
  --elci-header-top-height:36px;
  --elci-header-main-height:108px;
  --elci-hero-min-height:632px;
  --elci-hero-card-width:400px;
  --elci-hero-card-height:432px;
  --elci-shell-purple:#5a1fa8;
  --elci-shell-deep:#260943;
  --elci-shell-cyan:#167f9f;
}

/* Aynı yatay başlangıç/bitiş çizgisi */
.container{
  width:min(var(--elci-container),calc(100% - 48px))!important;
  max-width:var(--elci-container)!important;
  margin-inline:auto!important;
  padding-inline:0!important;
  box-sizing:border-box!important;
}

/* HEADER: her sayfada aynı yükseklik, renk, logo ve menü çizgisi */
body>header:first-of-type{
  height:var(--elci-header-height)!important;
  background:linear-gradient(104deg,var(--elci-shell-purple) 0%,#44127f 48%,var(--elci-shell-deep) 100%)!important;
  border:0!important;
  box-shadow:0 10px 28px rgba(26,7,50,.18)!important;
}
.header-top{
  height:var(--elci-header-top-height)!important;
  min-height:var(--elci-header-top-height)!important;
  background:rgba(255,255,255,.035)!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
}
.header-top .container{
  height:var(--elci-header-top-height)!important;
  min-height:var(--elci-header-top-height)!important;
}
.header-main{
  height:var(--elci-header-main-height)!important;
  min-height:var(--elci-header-main-height)!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
}
.header-main>.container{
  height:100%!important;
  min-height:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:40px!important;
}
.logo-text{width:356px!important;min-width:356px!important;max-width:356px!important;flex:0 0 356px!important}
.brand-lockup{
  width:356px!important;
  min-width:356px!important;
  height:84px!important;
  min-height:84px!important;
  box-sizing:border-box!important;
  gap:14px!important;
  padding:10px 16px!important;
  border:1px solid rgba(255,255,255,.24)!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.055))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10)!important;
}
.brand-mark{
  width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important;
  padding:4px!important;border-radius:18px!important;background:#fff!important;
}
.brand-mark img{
  width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;
  max-width:54px!important;max-height:54px!important;border-radius:14px!important;object-fit:contain!important;
}
.brand-copy{justify-content:center!important;gap:3px!important}
.brand-copy strong{
  margin:0!important;color:#fff!important;font-size:21px!important;font-weight:850!important;
  line-height:1.18!important;letter-spacing:-.025em!important;white-space:nowrap!important;
}
.header-signature{
  margin:0!important;color:#e8fbff!important;font-family:"Manrope",sans-serif!important;
  font-size:12.5px!important;font-weight:750!important;line-height:1.25!important;letter-spacing:0!important;
}
.header-main nav,.header-main .main-nav{margin-left:auto!important;align-self:stretch!important;display:flex!important;align-items:center!important}
.header-main nav>ul{
  height:100%!important;display:flex!important;align-items:center!important;gap:25px!important;
}
.header-main nav>ul>li{height:100%!important;display:flex!important;align-items:center!important;position:relative!important}
.header-main nav>ul>li>a{
  position:relative!important;min-height:44px!important;height:44px!important;padding:0!important;
  display:flex!important;align-items:center!important;color:#fff!important;
  font-size:14.5px!important;font-weight:760!important;line-height:1!important;letter-spacing:-.01em!important;
}
.header-main nav>ul>li>a::after{
  content:""!important;position:absolute!important;left:0!important;right:auto!important;bottom:2px!important;
  width:0!important;height:3px!important;border-radius:999px!important;
  background:linear-gradient(90deg,#54e6f3,#fff)!important;transition:width .2s ease!important;
}
.header-main nav>ul>li>a:hover::after,.header-main nav>ul>li>a.active::after{width:100%!important}
.dropdown-content{
  top:calc(50% + 31px)!important;left:-18px!important;min-width:252px!important;
  padding:10px!important;border-radius:18px!important;
}

/* HERO: tek kabuk, tek grid, tek dikey ritim */
:is(.premium-hero,.about-hero,.blog-hero,.patient-hero,.services-hero,.faq-hero){
  min-height:var(--elci-hero-min-height)!important;
  height:auto!important;
  padding:68px 0!important;
  border:0!important;
  color:#fff!important;
  background:
    radial-gradient(620px 420px at 84% 16%,rgba(61,219,235,.20),transparent 70%),
    radial-gradient(520px 380px at 15% 110%,rgba(122,54,211,.18),transparent 72%),
    linear-gradient(112deg,#25103f 0%,#381068 49%,#176f8f 118%)!important;
  box-sizing:border-box!important;
}
:is(.premium-hero,.about-hero,.blog-hero,.patient-hero,.services-hero,.faq-hero)::after{
  opacity:.16!important;
  background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px)!important;
  background-size:58px 58px!important;
  mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.45) 55%,transparent 94%)!important;
}
:is(.premium-hero,.about-hero,.blog-hero,.patient-hero,.services-hero,.faq-hero)>.container{
  min-height:calc(var(--elci-hero-min-height) - 136px)!important;
  display:flex!important;align-items:center!important;
}
.hero-layout,.patient-hero-grid{
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) var(--elci-hero-card-width)!important;
  align-items:center!important;
  gap:56px!important;
  margin:0!important;
}
.hero-copy,.patient-hero-copy{
  width:100%!important;max-width:760px!important;min-width:0!important;
  display:flex!important;flex-direction:column!important;align-items:flex-start!important;
  margin:0!important;padding:0!important;
}
.hero-eyebrow{
  min-height:38px!important;box-sizing:border-box!important;
  margin:0 0 20px!important;padding:8px 14px!important;
  color:#fff!important;font-size:12.5px!important;font-weight:850!important;line-height:1.2!important;
  letter-spacing:.02em!important;text-transform:none!important;
}
.hero-copy>h1,.patient-hero-copy>h1,.premium-hero h1,.elci-page-title{
  width:100%!important;max-width:760px!important;margin:0!important;
  color:#fff!important;font-size:clamp(54px,4.25vw,68px)!important;font-weight:900!important;
  line-height:1.04!important;letter-spacing:-.052em!important;white-space:nowrap!important;
}
.hero-signature{
  min-height:66px!important;margin:7px 0 0!important;
  color:#e7fbff!important;font-family:"Great Vibes",cursive!important;
  font-size:clamp(50px,4vw,62px)!important;font-weight:400!important;line-height:1.02!important;letter-spacing:0!important;
}
.hero-divider{
  flex:0 0 auto!important;width:128px!important;height:4px!important;
  margin:18px 0 20px!important;border-radius:999px!important;
  background:linear-gradient(90deg,#31d9e9 0%,#d7fbff 100%)!important;
}
.hero-sub{
  width:100%!important;max-width:740px!important;min-height:56px!important;
  margin:0!important;color:#f3f7fb!important;font-size:16.5px!important;font-weight:500!important;
  line-height:1.7!important;letter-spacing:-.012em!important;
}
.hero-cta{
  min-height:50px!important;margin:24px 0 0!important;gap:12px!important;
  display:flex!important;align-items:center!important;flex-wrap:wrap!important;
}
.hero-cta .btn{
  height:50px!important;min-height:50px!important;padding:0 22px!important;border-radius:999px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;
  font-size:14px!important;font-weight:800!important;line-height:1!important;
}
.hero-notice{
  min-height:22px!important;margin:18px 0 0!important;color:#eaf6fb!important;
  font-size:13px!important;line-height:1.55!important;
}

/* Sağ hero kartları: logo/kicker/başlık/listeler aynı koordinatlarda */
:is(.hero-brand-card,.about-hero-card,.editorial-hero-card,.patient-hero-card,.services-hero-card){
  position:relative!important;
  width:var(--elci-hero-card-width)!important;
  min-width:var(--elci-hero-card-width)!important;
  max-width:var(--elci-hero-card-width)!important;
  height:var(--elci-hero-card-height)!important;
  min-height:var(--elci-hero-card-height)!important;
  max-height:var(--elci-hero-card-height)!important;
  box-sizing:border-box!important;
  margin:0!important;padding:32px!important;
  border:1px solid rgba(255,255,255,.29)!important;border-radius:32px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(43,171,207,.16))!important;
  box-shadow:0 24px 60px rgba(12,8,38,.22)!important;
  backdrop-filter:blur(12px)!important;
  overflow:hidden!important;
}
:is(.hero-brand-card,.about-hero-card,.editorial-hero-card,.services-hero-card){
  display:flex!important;flex-direction:column!important;align-items:stretch!important;
}
.brand-orbit{
  position:absolute!important;z-index:0!important;right:-86px!important;top:-102px!important;
  width:260px!important;height:260px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:50%!important;
  background:transparent!important;pointer-events:none!important;
}
.brand-orbit::after{
  content:""!important;position:absolute!important;inset:42px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:50%!important;
}
:is(.hero-card-logo,.about-card-logo){
  position:relative!important;z-index:1!important;
  width:96px!important;height:96px!important;min-width:96px!important;min-height:96px!important;
  margin:0 0 20px!important;padding:7px!important;box-sizing:border-box!important;
  border-radius:25px!important;background:#fff!important;box-shadow:0 12px 26px rgba(19,10,45,.15)!important;
}
:is(.hero-card-logo,.about-card-logo) img{
  width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;border-radius:18px!important;
}
:is(.hero-card-kicker,.about-card-kicker){
  position:relative!important;z-index:1!important;display:block!important;width:auto!important;min-height:17px!important;
  margin:0 0 10px!important;padding:0!important;border:0!important;background:none!important;
  color:#bdf8ff!important;font-size:12px!important;font-weight:850!important;line-height:1.35!important;
  letter-spacing:.09em!important;text-transform:uppercase!important;
}
:is(.hero-card-title,.about-card-title){
  position:relative!important;z-index:1!important;display:block!important;min-height:78px!important;
  margin:0!important;color:#fff!important;font-size:28px!important;font-weight:900!important;
  line-height:1.22!important;letter-spacing:-.035em!important;
}
:is(.hero-card-list,.about-card-list){
  position:relative!important;z-index:1!important;display:grid!important;gap:0!important;
  margin:auto 0 0!important;padding:0!important;
}
:is(.hero-card-list,.about-card-list)>span{
  min-height:52px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;gap:12px!important;
  padding:12px 0!important;border-top:1px solid rgba(255,255,255,.18)!important;
  color:#f6fbff!important;font-size:13.5px!important;font-weight:650!important;line-height:1.45!important;
}
:is(.hero-card-list,.about-card-list) i{width:22px!important;min-width:22px!important;color:#bdf8ff!important;text-align:center!important}

/* Hasta ilişkileri kartı aynı dış ölçüde; iç aksiyonlar dengeli */
.patient-hero-card{display:flex!important;flex-direction:column!important;justify-content:center!important}
.patient-hero-card>.hero-card-kicker{margin-bottom:18px!important}
.hero-action-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:0!important}
.hero-action{
  min-height:142px!important;padding:18px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:20px!important;
  background:rgba(255,255,255,.075)!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:12px!important;
}
.hero-action i{width:44px!important;height:44px!important;display:grid!important;place-items:center!important;border-radius:14px!important;background:linear-gradient(135deg,#6b2cca,#22cde0)!important;color:#fff!important}
.hero-action strong{color:#fff!important;font-size:14px!important;line-height:1.35!important}

/* Tutarlı, sakin giriş animasyonu */
@keyframes elciShellEnter{
  from{opacity:0;transform:translate3d(0,14px,0)}
  to{opacity:1;transform:translate3d(0,0,0)}
}
@media (prefers-reduced-motion:no-preference){
  :is(.premium-hero,.about-hero,.blog-hero,.patient-hero,.services-hero,.faq-hero) :is(.hero-copy,.patient-hero-copy){
    animation:elciShellEnter .52s cubic-bezier(.22,.8,.24,1) both!important;
  }
  :is(.premium-hero,.about-hero,.blog-hero,.patient-hero,.services-hero,.faq-hero) :is(.hero-brand-card,.about-hero-card,.editorial-hero-card,.patient-hero-card,.services-hero-card){
    animation:elciShellEnter .58s .08s cubic-bezier(.22,.8,.24,1) both!important;
  }
  .hero-cta .btn:hover{transform:translateY(-2px)!important}
}

/* Orta ekran: aynı düzen, kontrollü küçülme */
@media (max-width:1180px){
  :root{--elci-container:1040px;--elci-hero-card-width:350px;--elci-hero-card-height:420px}
  .header-main>.container{gap:24px!important}
  .logo-text{width:318px!important;min-width:318px!important;max-width:318px!important;flex-basis:318px!important}
  .brand-lockup{width:318px!important;min-width:318px!important}
  .brand-copy strong{font-size:19px!important}
  .header-main nav>ul{gap:16px!important}
  .header-main nav>ul>li>a{font-size:13.5px!important}
  .hero-layout,.patient-hero-grid{gap:38px!important}
  .hero-copy>h1,.patient-hero-copy>h1,.premium-hero h1,.elci-page-title{font-size:clamp(48px,5.2vw,62px)!important}
  :is(.hero-brand-card,.about-hero-card,.editorial-hero-card,.patient-hero-card,.services-hero-card){padding:28px!important}
  :is(.hero-card-title,.about-card-title){font-size:25px!important}
}

@media (max-width:1080px){
  :root{--elci-header-height:112px;--elci-header-main-height:112px;--elci-hero-min-height:580px}
  .header-top{display:none!important}
  .header-main{height:112px!important;min-height:112px!important}
  .logo-text{width:300px!important;min-width:300px!important;max-width:300px!important;flex-basis:300px!important}
  .brand-lockup{width:300px!important;min-width:300px!important;height:78px!important;min-height:78px!important;padding:8px 13px!important}
  .brand-mark{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important}
  .brand-mark img{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;max-width:50px!important;max-height:50px!important}
  .header-main nav>ul{gap:13px!important}
  .header-main nav>ul>li>a{font-size:13px!important}
  :is(.premium-hero,.about-hero,.blog-hero,.patient-hero,.services-hero,.faq-hero){padding:58px 0!important}
  :is(.premium-hero,.about-hero,.blog-hero,.patient-hero,.services-hero,.faq-hero)>.container{min-height:calc(var(--elci-hero-min-height) - 116px)!important}
}

/* Mobil: tek sütun ve yine aynı ritim */
@media (max-width:900px){
  :root{--elci-header-height:82px;--elci-header-main-height:82px;--elci-hero-min-height:auto;--elci-hero-card-width:100%;--elci-hero-card-height:auto}
  .container{width:min(100% - 28px,var(--elci-container))!important}
  body>header:first-of-type,.header-main{height:82px!important;min-height:82px!important}
  .header-main>.container{gap:12px!important}
  .logo-text{width:auto!important;min-width:0!important;max-width:none!important;flex:1 1 auto!important}
  .brand-lockup{width:max-content!important;max-width:calc(100vw - 92px)!important;min-width:0!important;height:62px!important;min-height:62px!important;padding:6px 9px!important;border-radius:16px!important;gap:10px!important}
  .brand-mark{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;border-radius:13px!important}
  .brand-mark img{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important}
  .brand-copy strong{font-size:15px!important}
  .header-signature{font-size:10px!important}
  .header-main nav,.header-main .main-nav{align-self:center!important}
  .header-main nav>ul{height:auto!important}
  .hero-layout,.patient-hero-grid{grid-template-columns:1fr!important;gap:32px!important}
  :is(.premium-hero,.about-hero,.blog-hero,.patient-hero,.services-hero,.faq-hero){min-height:0!important;padding:48px 0!important}
  :is(.premium-hero,.about-hero,.blog-hero,.patient-hero,.services-hero,.faq-hero)>.container{min-height:0!important;display:block!important}
  .hero-copy,.patient-hero-copy{max-width:none!important}
  .hero-copy>h1,.patient-hero-copy>h1,.premium-hero h1,.elci-page-title{font-size:clamp(40px,11vw,58px)!important;white-space:normal!important}
  .hero-signature{min-height:0!important;font-size:clamp(40px,12vw,56px)!important}
  .hero-sub{min-height:0!important;font-size:16px!important}
  :is(.hero-brand-card,.about-hero-card,.editorial-hero-card,.patient-hero-card,.services-hero-card){
    width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;padding:25px!important;border-radius:26px!important;
  }
  :is(.hero-card-title,.about-card-title){min-height:0!important}
  .hero-action{min-height:118px!important}
}

@media (max-width:520px){
  .brand-copy strong{font-size:13.5px!important}
  .header-signature{display:none!important}
  .hero-eyebrow{max-width:100%!important;height:auto!important;min-height:36px!important;font-size:11.5px!important}
  .hero-cta{width:100%!important}
  .hero-cta .btn{width:100%!important}
  .hero-action-grid{grid-template-columns:1fr!important}
  .hero-action{min-height:92px!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important}
}
