:root{
  --ink:#081a2e;
  --ink-2:#102a43;
  --blue:#149dd8;
  --blue-2:#38bdf8;
  --ice:#eef8fc;
  --paper:#ffffff;
  --muted:#64748b;
  --line:#dce7ee;
  --soft:#f5f9fb;
  --shadow:0 24px 70px rgba(8,26,46,.11);
  --shadow-sm:0 14px 38px rgba(8,26,46,.08);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
::selection{background:rgba(20,157,216,.2)}
.container-xl{max-width:1280px}
.topbar{background:var(--ink);color:#d7e7f0;font-size:.78rem;padding:.48rem 0}
.topbar a{color:#d7e7f0;transition:.2s}.topbar a:hover{color:#fff}
.topbar i{color:var(--blue-2);margin-right:.35rem}.topbar-note{color:#9fb5c6}
.premium-nav{background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,231,238,.75);padding:.64rem 0;z-index:1030}
.navbar-brand{display:flex;align-items:center;gap:.75rem;margin:0}
.brand-mark{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,var(--blue),#0b6da8);color:#fff;font-size:1.2rem;box-shadow:0 10px 30px rgba(20,157,216,.28)}
.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:1.15rem;letter-spacing:.075em}.brand-copy small{font-size:.6rem;letter-spacing:.03em;color:#6d7f8e;margin-top:.32rem}
.navbar-nav .nav-link{font-weight:700;font-size:.86rem;padding:.64rem .74rem!important;color:#30465a;position:relative}
.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active{color:var(--ink)}
.navbar-nav .nav-link.active:after{content:"";position:absolute;left:.8rem;right:.8rem;bottom:.35rem;height:2px;border-radius:2px;background:var(--blue)}
.premium-dropdown{border:1px solid var(--line);border-radius:18px;padding:.55rem;box-shadow:var(--shadow-sm);min-width:310px}
.premium-dropdown .dropdown-item{border-radius:12px;padding:.7rem .8rem;font-size:.86rem;font-weight:650;color:#344a5d;display:flex;gap:.7rem;align-items:center}
.premium-dropdown .dropdown-item:hover{background:var(--ice);color:var(--ink)}
.premium-dropdown i{width:22px;color:var(--blue);font-size:1rem}
.btn-premium{background:var(--ink);border:1px solid var(--ink);color:#fff;border-radius:14px;padding:.68rem .98rem;font-weight:800;font-size:.82rem;display:inline-flex;gap:.65rem;align-items:center;box-shadow:0 10px 25px rgba(8,26,46,.14);transition:.25s}
.btn-premium:hover{background:#123253;border-color:#123253;color:#fff;transform:translateY(-1px)}
.btn-premium i{font-size:1rem}
.btn-outline-premium{border:1px solid #bdced9;color:var(--ink);background:#fff;border-radius:14px;padding:.69rem .98rem;font-weight:800;font-size:.82rem;display:inline-flex;gap:.6rem;align-items:center;transition:.25s}
.btn-outline-premium:hover{background:var(--soft);border-color:#9ab1c0;color:var(--ink)}
.eyebrow{display:inline-flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.13em;font-weight:800;font-size:.67rem;color:#1f82b4;margin-bottom:.9rem}
.eyebrow:before{content:"";width:28px;height:2px;background:var(--blue);border-radius:2px}
.display-title{font-size:clamp(2.05rem,4.25vw,4.4rem);line-height:1.05;letter-spacing:-.042em;font-weight:800;margin:0;color:var(--ink)}
.display-title .accent{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-weight:700;color:#167eae}
.section-title{font-size:clamp(1.65rem,2.55vw,2.7rem);line-height:1.14;letter-spacing:-.032em;font-weight:800;margin:0;color:var(--ink)}
.section-lead{font-size:.96rem;color:#65798a;max-width:680px;margin-top:.9rem}
.hero{position:relative;overflow:hidden;padding:4.6rem 0 4.1rem;background:radial-gradient(circle at 82% 18%,rgba(56,189,248,.13),transparent 31%),linear-gradient(180deg,#fff,#f8fbfd)}
.hero:after{content:"";position:absolute;width:340px;height:340px;border:1px solid rgba(20,157,216,.12);border-radius:50%;right:-160px;top:10%}
.hero-copy{max-width:610px;position:relative;z-index:2}
.hero-sub{font-size:.98rem;color:#607688;max-width:590px;margin:1.15rem 0 1.55rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:.7rem}
.hero-trust{margin-top:1.8rem;display:flex;flex-wrap:wrap;gap:.85rem 1.35rem;color:#566d7e;font-size:.78rem;font-weight:700}
.hero-trust span{display:flex;align-items:center;gap:.45rem}.hero-trust i{color:#149dd8}
.hero-visual{position:relative;min-height:480px}
.hero-main-img{position:absolute;right:0;top:0;width:87%;height:405px;object-fit:cover;border-radius:34px 34px 34px 92px;box-shadow:var(--shadow)}
.hero-badge{position:absolute;left:2%;top:34px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:.9rem 1rem;box-shadow:var(--shadow-sm);max-width:205px;z-index:2}
.hero-badge strong{display:block;font-size:.84rem}.hero-badge span{display:block;color:#718597;font-size:.68rem;margin-top:.22rem}
.hero-badge .mini-icon{width:32px;height:32px;border-radius:10px;background:var(--ice);color:var(--blue);display:grid;place-items:center;margin-bottom:.55rem}
.hero-side-img{position:absolute;left:0;bottom:6px;width:43%;height:180px;object-fit:cover;border:7px solid #fff;border-radius:24px;box-shadow:var(--shadow-sm)}
.hero-fact{position:absolute;right:1%;bottom:18px;background:var(--ink);color:#fff;border-radius:20px;padding:.9rem 1.05rem;width:205px;box-shadow:var(--shadow-sm)}
.hero-fact small{display:block;color:#93b7ca;font-size:.64rem;text-transform:uppercase;letter-spacing:.11em}.hero-fact strong{font-size:.96rem;display:block;margin-top:.28rem}.hero-fact span{color:#c3d6e2;font-size:.68rem}
.strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:1.35rem 1.05rem;border-right:1px solid var(--line);display:flex;align-items:center;gap:.8rem}.trust-item:last-child{border-right:0}
.trust-item i{font-size:1.25rem;color:var(--blue)}.trust-item strong{font-size:.78rem;display:block}.trust-item span{font-size:.68rem;color:#718597;display:block;margin-top:.1rem}
.section{padding:5.45rem 0}
.section-soft{background:var(--soft)}
.service-grid{margin-top:2rem}
.service-card{height:100%;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.32rem;transition:.3s;position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:305px}
.service-card:before{content:"";position:absolute;width:130px;height:130px;border-radius:50%;background:rgba(20,157,216,.06);right:-50px;top:-45px;transition:.3s}
.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-sm);border-color:#c6dce9}.service-card:hover:before{transform:scale(1.25)}
.service-icon{width:48px;height:48px;border-radius:15px;background:var(--ice);color:#0e8dc7;display:grid;place-items:center;font-size:1.2rem;position:relative;z-index:1}
.service-card h3{font-size:1rem;line-height:1.35;font-weight:800;margin:1.12rem 0 .65rem;letter-spacing:-.015em}.service-card p{font-size:.82rem;color:#6c7f8f;margin:0 0 1.1rem;flex:1}
.card-link{display:inline-flex;align-items:center;gap:.55rem;font-weight:800;font-size:.8rem;color:#1b719c}.card-link i{transition:.2s}.service-card:hover .card-link i{transform:translateX(4px)}
.feature-panel{background:var(--ink);color:#fff;border-radius:34px;overflow:hidden;position:relative}
.feature-panel:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;background:rgba(56,189,248,.08);right:-100px;top:-120px}
.feature-image{height:100%;min-height:500px;object-fit:cover;width:100%}
.feature-copy{padding:3.45rem 3.2rem;position:relative;z-index:1}.feature-copy .eyebrow{color:#5ecbf9}.feature-copy .section-title{color:#fff}.feature-copy p{color:#bdd1de;margin:1rem 0 1.45rem;font-size:.95rem}
.check-list{display:grid;gap:.62rem;margin:0;padding:0;list-style:none}.check-list li{display:flex;gap:.6rem;align-items:flex-start;color:#dbe8ef;font-size:.82rem}.check-list i{color:#5ed3ff;margin-top:.1rem}
.feature-copy .btn-premium{background:#fff;border-color:#fff;color:var(--ink);margin-top:1.8rem}.feature-copy .btn-premium:hover{background:#eaf8ff;border-color:#eaf8ff}
.about-photo-wrap{position:relative;padding-right:2.6rem;padding-bottom:2.6rem}.about-photo{border-radius:30px;width:100%;height:470px;object-fit:cover;box-shadow:var(--shadow-sm)}
.about-card{position:absolute;right:0;bottom:0;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:22px;padding:1.05rem;width:220px}.about-card .value{font-size:2rem;font-weight:800;letter-spacing:-.05em;color:#137eaf}.about-card span{font-size:.74rem;color:#697e8e;display:block;line-height:1.5}
.about-points{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem;margin-top:1.7rem}.about-point{border-top:1px solid var(--line);padding-top:.9rem}.about-point strong{font-size:.84rem;display:block}.about-point span{font-size:.75rem;color:#708392;display:block;margin-top:.22rem}
.references-box{border:1px solid var(--line);border-radius:30px;padding:2rem;background:#fff;box-shadow:0 12px 45px rgba(8,26,46,.05)}
.reference-cloud{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}.reference-chip{border:1px solid #d9e5ec;border-radius:999px;padding:.65rem .92rem;font-size:.74rem;font-weight:700;color:#4c6577;background:#fbfdfe}
.cta{padding:0 0 5.2rem}.cta-box{background:linear-gradient(115deg,#0a2038,#12395b);border-radius:32px;color:#fff;padding:3rem 3.15rem;position:relative;overflow:hidden}.cta-box:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(56,189,248,.11);right:-60px;top:-140px}.cta-box h2{font-size:clamp(1.65rem,2.65vw,2.55rem);font-weight:800;letter-spacing:-.032em;position:relative;z-index:2}.cta-box p{color:#bfd2de;max-width:610px;position:relative;z-index:2;font-size:.94rem}.cta-box .btn-light{font-weight:800;border-radius:14px;padding:.76rem 1rem;position:relative;z-index:2;font-size:.82rem}
.page-hero{padding:4.2rem 0 3.8rem;background:radial-gradient(circle at 75% 25%,rgba(56,189,248,.13),transparent 26%),var(--soft);border-bottom:1px solid var(--line)}
.page-hero h1{font-size:clamp(2.2rem,4vw,4rem);font-weight:800;letter-spacing:-.045em;margin:0;line-height:1.05}.page-hero p{color:#667c8d;max-width:700px;margin:1rem 0 0}.breadcrumb{font-size:.78rem;margin-bottom:1rem}.breadcrumb a{color:#2785b1}.breadcrumb-item.active{color:#7a8c99}
.content-section{padding:5rem 0}.prose{color:#4d6475;font-size:.95rem}.prose h2,.prose h3,.prose h4{color:var(--ink);font-weight:800;letter-spacing:-.02em;margin-top:2rem;margin-bottom:.9rem}.prose h2{font-size:1.6rem}.prose h3{font-size:1.25rem}.prose p{margin-bottom:1rem}.prose ul,.prose ol{padding-left:1.2rem}.prose li{margin-bottom:.45rem}.prose blockquote{border-left:3px solid var(--blue);background:var(--ice);padding:1rem 1.2rem;border-radius:0 14px 14px 0;color:#3d5a6f}.prose a{color:#0c86be;text-decoration:underline}
.service-cover{border-radius:30px;width:100%;height:390px;object-fit:cover;box-shadow:var(--shadow-sm);margin-bottom:2rem}.side-card{position:sticky;top:115px;border:1px solid var(--line);border-radius:24px;padding:1.4rem;background:#fff;box-shadow:0 12px 40px rgba(8,26,46,.055)}.side-card h5{font-weight:800;font-size:1rem}.side-links{list-style:none;padding:0;margin:1rem 0 0}.side-links li+li{border-top:1px solid #edf2f5}.side-links a{display:flex;justify-content:space-between;gap:.5rem;padding:.72rem 0;font-size:.79rem;font-weight:700;color:#536b7d}.side-links a:hover{color:#117fae}.side-contact{margin-top:1.2rem;border-radius:17px;background:var(--ink);padding:1.1rem;color:#fff}.side-contact small{color:#99b7c8;display:block}.side-contact strong{display:block;margin-top:.35rem;font-size:.93rem}
.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem;margin-top:2rem}.gallery-item{grid-column:span 4;border-radius:24px;overflow:hidden;min-height:280px;position:relative;background:#e8f0f4}.gallery-item:nth-child(1),.gallery-item:nth-child(4){grid-column:span 8}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.4s}.gallery-item:hover img{transform:scale(1.03)}.gallery-caption{position:absolute;left:1rem;bottom:1rem;background:rgba(8,26,46,.85);backdrop-filter:blur(8px);color:#fff;border-radius:12px;padding:.55rem .75rem;font-size:.73rem;font-weight:700}
.cert-card{border:1px solid var(--line);border-radius:26px;padding:1.2rem;background:#fff}.cert-card img{border-radius:16px}.cert-note{font-size:.8rem;color:#718494;margin-top:1rem}
.ref-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.ref-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:1rem;min-height:100px;display:flex;align-items:center;gap:.75rem;font-size:.79rem;font-weight:800;color:#405b6f}.ref-card i{width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:var(--ice);color:#178ec2;display:grid;place-items:center}
.contact-info-card{height:100%;border-radius:28px;background:var(--ink);color:#fff;padding:2rem}.contact-info-card h3{font-weight:800}.contact-info-card p{color:#a9c1cf}.contact-line{display:flex;gap:.85rem;align-items:flex-start;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.09)}.contact-line:last-child{border-bottom:0}.contact-line i{width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:rgba(56,189,248,.12);display:grid;place-items:center;color:#61ccf8}.contact-line small{display:block;color:#8ba8ba;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.contact-line a,.contact-line span{font-size:.84rem;color:#edf7fb;display:block;margin-top:.2rem}
.form-card{border:1px solid var(--line);border-radius:28px;padding:2rem;background:#fff;box-shadow:0 14px 50px rgba(8,26,46,.06)}.form-card h3{font-weight:800}.form-control,.form-select{border:1px solid #d7e3ea;border-radius:13px;min-height:50px;padding:.75rem .9rem;font-size:.86rem;box-shadow:none!important}.form-control:focus,.form-select:focus{border-color:#58afd4}.form-label{font-size:.76rem;font-weight:800;color:#40596c}.form-control::placeholder{color:#a2b0ba}.form-card textarea.form-control{min-height:140px}.honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none}
.map-wrap{border-radius:28px;overflow:hidden;border:1px solid var(--line);height:420px}.map-wrap iframe{width:100%;height:100%;border:0}
.site-footer{background:#071728;color:#d6e5ed;padding-top:4.5rem}.footer-brand .brand-copy strong{color:#fff}.footer-brand .brand-copy small{color:#8da7b8}.footer-lead{color:#9db4c3;max-width:390px;font-size:.86rem}.social-btn{width:40px;height:40px;border:1px solid rgba(255,255,255,.12);border-radius:12px;display:grid;place-items:center;color:#b7cedb;transition:.2s}.social-btn:hover{background:#0e2a46;color:#fff;border-color:#284763}.site-footer h6{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:#fff;font-weight:800;margin-bottom:1.2rem}.footer-links{list-style:none;padding:0;margin:0;display:grid;gap:.65rem}.footer-links a{font-size:.79rem;color:#9fb5c4}.footer-links a:hover{color:#fff}.footer-contact{display:flex;gap:.7rem;align-items:flex-start;margin-bottom:.85rem;color:#9fb5c4;font-size:.78rem}.footer-contact i{color:#4bc6f5;margin-top:.1rem}.footer-contact a{color:#b8cbd6}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:3.5rem;padding:1.3rem 0;color:#728d9f;font-size:.7rem}.floating-call{position:fixed;right:20px;bottom:20px;width:53px;height:53px;border-radius:50%;background:#139bd5;color:#fff;display:grid;place-items:center;box-shadow:0 14px 35px rgba(20,157,216,.35);z-index:1000;font-size:1.1rem;transition:.25s}.floating-call:hover{transform:translateY(-3px);color:#fff;background:#0c84ba}
.empty-state{border:1px dashed #cbd9e2;border-radius:20px;padding:2rem;text-align:center;color:#718391;background:#fbfdfe}
@media (max-width:991.98px){
 .premium-nav{padding:.6rem 0}.navbar-collapse{padding:1rem 0}.navbar-nav .nav-link.active:after{display:none}.premium-dropdown{box-shadow:none;min-width:0;border:0;background:var(--soft)}
 .hero{padding:3.5rem 0}.hero-visual{margin-top:2.8rem;min-height:490px}.hero-main-img{height:390px}.hero-side-img{height:180px}.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
 .section{padding:4.5rem 0}.feature-copy{padding:3rem 2.2rem}.feature-image{min-height:420px}.about-photo-wrap{margin-bottom:2.7rem}.ref-grid{grid-template-columns:repeat(3,1fr)}.side-card{position:static;margin-top:2rem}
}
@media (max-width:767.98px){
 .brand-mark{width:40px;height:40px;border-radius:12px}.brand-copy strong{font-size:1.08rem}.brand-copy small{font-size:.56rem}.hero{padding:2.8rem 0 3rem}.hero-sub{font-size:.94rem}.hero-visual{min-height:410px}.hero-main-img{width:94%;height:320px;border-radius:28px 28px 28px 65px}.hero-side-img{width:46%;height:145px;border-width:5px}.hero-badge{left:0;top:24px;padding:.8rem;max-width:180px}.hero-fact{right:0;bottom:0;width:205px;padding:.9rem}.trust-item{padding:1.15rem .8rem;align-items:flex-start}.trust-item i{font-size:1.15rem}.trust-item strong{font-size:.75rem}.section{padding:3.7rem 0}.service-card{min-height:285px}.feature-panel{border-radius:26px}.feature-copy{padding:2.3rem 1.4rem}.feature-image{min-height:310px;height:310px}.about-photo-wrap{padding-right:1.5rem;padding-bottom:2.3rem}.about-photo{height:390px;border-radius:24px}.about-card{width:210px;padding:1rem}.about-points{grid-template-columns:1fr}.references-box{padding:1.4rem}.cta{padding-bottom:4rem}.cta-box{padding:2.2rem 1.5rem;border-radius:26px}.page-hero{padding:3rem 0}.content-section{padding:3.5rem 0}.service-cover{height:280px;border-radius:23px}.gallery-grid{grid-template-columns:1fr}.gallery-item,.gallery-item:nth-child(1),.gallery-item:nth-child(4){grid-column:auto;min-height:240px}.ref-grid{grid-template-columns:repeat(2,1fr)}.form-card,.contact-info-card{padding:1.4rem;border-radius:22px}.map-wrap{height:340px}.site-footer{padding-top:3.5rem}
}
@media (max-width:480px){.trust-strip{grid-template-columns:1fr}.trust-item{border-right:0!important;border-bottom:1px solid var(--line)!important}.trust-item:last-child{border-bottom:0!important}.ref-grid{grid-template-columns:1fr}.hero-actions>a{width:100%;justify-content:center}.hero-trust{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.hero-badge{display:none}.hero-main-img{width:100%}.hero-fact{width:190px}.page-hero h1{font-size:2.25rem}}

/* Mobil kullanılabilirlik ve Core Web Vitals yardımcıları */
button,a,.form-control,.form-select{touch-action:manipulation}
.navbar-toggler{min-width:44px;min-height:44px}
@media (max-width:767.98px){
  .navbar-nav .nav-link{min-height:44px;display:flex;align-items:center}
  .premium-dropdown .dropdown-item{min-height:44px}
  .floating-call{width:56px;height:56px;right:16px;bottom:16px}
  .form-control,.form-select{font-size:16px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* sektörler, içerik merkezi, SSS, sayaçlar, akıllı WhatsApp ve KVKK */
.skip-link{position:fixed;left:12px;top:-80px;z-index:3000;background:#fff;color:var(--ink);padding:.7rem 1rem;border-radius:10px;box-shadow:var(--shadow-sm);font-weight:800}.skip-link:focus{top:12px}
.stats-band{background:var(--ink);color:#fff;padding:1.05rem 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.09);border-radius:22px;overflow:hidden}.stat-item{background:var(--ink);padding:1.35rem 1rem;text-align:center}.stat-item strong{font-size:clamp(1.45rem,2.5vw,2.15rem);font-weight:800;letter-spacing:-.04em;display:block}.stat-item span{font-size:.7rem;color:#9fb9c8;display:block;margin-top:.2rem}
.sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.sector-card{border:1px solid var(--line);border-radius:24px;padding:1.5rem;background:#fff;transition:.25s;height:100%}.sector-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.sector-card .sector-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:var(--ice);color:var(--blue);font-size:1.2rem}.sector-card h3{font-weight:800;font-size:1.05rem;margin:1rem 0 .55rem}.sector-card p{color:#687e8f;font-size:.84rem;margin-bottom:1.1rem}
.landing-section{padding:4.7rem 0}.landing-section.alt{background:var(--soft)}.landing-kicker{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#2788b4}.numbered-process{counter-reset:steps;display:grid;gap:.85rem;margin-top:1.5rem}.numbered-process>li{list-style:none;position:relative;padding:1rem 1rem 1rem 3.7rem;border:1px solid var(--line);border-radius:18px;background:#fff;color:#526b7c}.numbered-process>li:before{counter-increment:steps;content:counter(steps);position:absolute;left:1rem;top:1rem;width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:var(--ink);color:#fff;font-weight:800}
.info-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:1.5rem;height:100%}.info-card h3{font-size:1rem;font-weight:800}.info-card p,.info-card li{color:#627989;font-size:.86rem}.legislation-box{background:#f7fbfd;border:1px solid #cfe6f0;border-left:4px solid var(--blue);border-radius:0 20px 20px 0;padding:1.25rem 1.35rem;color:#4c6677}.legislation-box p:last-child{margin-bottom:0}
.faq-wrap{max-width:900px}.accordion-premium .accordion-item{border:1px solid var(--line);border-radius:16px!important;overflow:hidden;margin-bottom:.7rem}.accordion-premium .accordion-button{font-weight:800;font-size:.9rem;padding:1rem 1.1rem;box-shadow:none!important}.accordion-premium .accordion-button:not(.collapsed){background:var(--ice);color:var(--ink)}.accordion-premium .accordion-body{color:#5b7283;font-size:.86rem}
.blog-card{height:100%;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;transition:.25s}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.blog-card img{width:100%;height:210px;object-fit:cover}.blog-card-body{padding:1.2rem}.blog-card time{font-size:.7rem;color:#7b8f9d}.blog-card h2,.blog-card h3{font-size:1.02rem;font-weight:800;line-height:1.4;margin:.45rem 0}.blog-card p{font-size:.82rem;color:#657b8c}.article-meta{display:flex;gap:1rem;flex-wrap:wrap;color:#7a8d9a;font-size:.75rem;margin-top:1rem}
.ref-premium-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.ref-premium-card{border:1px solid var(--line);border-radius:24px;padding:1.4rem;background:#fff}.ref-premium-card .ref-name{font-weight:800;font-size:1rem}.ref-meta{display:flex;flex-wrap:wrap;gap:.45rem;margin:.7rem 0}.ref-meta span{font-size:.68rem;font-weight:700;padding:.35rem .55rem;border-radius:999px;background:var(--ice);color:#3e657c}.ref-premium-card blockquote{font-size:.82rem;color:#607889;margin:.8rem 0 0;padding-left:.8rem;border-left:2px solid #9ed8ef}
.certificate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.certificate-item{border:1px solid var(--line);border-radius:24px;padding:1rem;background:#fff}.certificate-preview{height:260px;border-radius:16px;background:#edf4f7;overflow:hidden;display:grid;place-items:center}.certificate-preview img{width:100%;height:100%;object-fit:cover}.certificate-preview i{font-size:3rem;color:#d03b3b}.certificate-item h3{font-size:.95rem;font-weight:800;margin:1rem 0 .35rem}.certificate-item p{font-size:.78rem;color:#6c8291}.certificate-actions{display:flex;gap:.5rem;flex-wrap:wrap}
.local-seo-links{display:flex;flex-wrap:wrap;gap:.55rem}.local-seo-links a{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.55rem .8rem;font-size:.74rem;font-weight:750;color:#45687d}.local-seo-links a:hover{border-color:#9dcfe3;color:#117da9;background:var(--ice)}
.whatsapp-smart{position:fixed;right:18px;bottom:18px;z-index:1100;display:flex;flex-direction:column;align-items:flex-end;gap:.7rem}.whatsapp-toggle{border:0;border-radius:999px;background:#148c4f;color:#fff;min-height:50px;padding:0 .92rem;display:flex;align-items:center;gap:.5rem;font-weight:800;box-shadow:0 14px 35px rgba(20,140,79,.28);font-size:.82rem}.whatsapp-toggle i{font-size:1.25rem}.whatsapp-menu{width:min(340px,calc(100vw - 32px));background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 70px rgba(8,26,46,.18);padding:.65rem;opacity:0;visibility:hidden;transform:translateY(10px) scale(.98);transition:.2s;position:absolute;right:0;bottom:64px}.whatsapp-smart.open .whatsapp-menu{opacity:1;visibility:visible;transform:none}.whatsapp-menu-head{padding:.7rem .7rem .85rem;border-bottom:1px solid #edf2f4;margin-bottom:.3rem}.whatsapp-menu-head span{display:block;font-size:.85rem;font-weight:800}.whatsapp-menu-head span i{color:#148c4f;margin-right:.3rem}.whatsapp-menu-head small{display:block;color:#7b8e9a;font-size:.7rem;margin-top:.2rem}.whatsapp-menu>a{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:14px;color:#334f61}.whatsapp-menu>a:hover{background:#f1faf5}.whatsapp-menu>a>i{width:38px;height:38px;border-radius:12px;background:#eaf8f0;color:#168d51;display:grid;place-items:center}.whatsapp-menu>a span{font-size:.78rem;font-weight:800}.whatsapp-menu>a small{display:block;color:#82939e;font-size:.66rem;font-weight:600;margin-top:.08rem}
.cookie-consent{position:fixed;left:18px;right:18px;bottom:18px;z-index:1200;max-width:1050px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:20px;padding:1rem 1.15rem;box-shadow:0 24px 70px rgba(8,26,46,.2);display:flex;align-items:center;justify-content:space-between;gap:1rem}.cookie-consent[hidden]{display:none}.cookie-consent strong{font-size:.85rem}.cookie-consent p{font-size:.72rem;color:#6e8291;margin:.2rem 0 0;max-width:650px}.cookie-actions{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;justify-content:flex-end}.cookie-actions>a{font-size:.72rem;font-weight:800;color:#277da5}.cookie-actions .btn-premium{padding:.45rem .7rem;border-radius:10px;font-size:.7rem}
.legal-page{max-width:900px}.legal-page h2{font-size:1.25rem;font-weight:800;margin-top:2rem}.legal-page p,.legal-page li{color:#566e7f;font-size:.9rem}.legal-note{border:1px solid var(--line);background:var(--soft);border-radius:18px;padding:1rem;font-size:.78rem;color:#647987}
.error-404{text-align:center;padding:6rem 0}.error-code{font-size:clamp(5rem,15vw,11rem);line-height:.8;font-weight:800;letter-spacing:-.07em;color:#dceaf1}.error-404 h1{font-weight:800;margin-top:1.5rem}.error-actions{display:flex;justify-content:center;gap:.7rem;flex-wrap:wrap;margin-top:1.4rem}
.footer-bottom a{color:#8fa9b8}.footer-bottom a:hover{color:#fff}
@media(max-width:991.98px){.stats-grid{grid-template-columns:repeat(2,1fr)}.sector-grid{grid-template-columns:repeat(2,1fr)}.certificate-grid{grid-template-columns:repeat(2,1fr)}.cookie-consent{bottom:82px;align-items:flex-start;flex-direction:column}.cookie-actions{justify-content:flex-start}}
@media(max-width:767.98px){.sector-grid,.ref-premium-grid,.certificate-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.stat-item{padding:1.2rem .8rem}.certificate-preview{height:230px}.whatsapp-smart{right:14px;bottom:14px}.cookie-consent{left:12px;right:12px;padding:.9rem}.landing-section{padding:3.4rem 0}}

/* doğrulanmış başarı sayaçlarının esnek kolon düzeni */
.stats-grid-1{grid-template-columns:1fr;max-width:360px;margin-inline:auto}
.stats-grid-2{grid-template-columns:repeat(2,1fr);max-width:760px;margin-inline:auto}
.stats-grid-3{grid-template-columns:repeat(3,1fr);max-width:1040px;margin-inline:auto}
@media(max-width:767.98px){.stats-grid-2,.stats-grid-3{grid-template-columns:1fr}}


/* daha dengeli masaüstü ölçek */
@media (min-width:1200px) and (max-width:1500px){
  .hero .row{--bs-gutter-x:4rem}
  .section .row{--bs-gutter-x:2rem}
  .display-title{max-width:11ch}
  .hero-copy{padding-right:.6rem}
}
@media (min-width:992px){
  .landing-section{padding:4.15rem 0}
  .numbered-process>li{padding:.9rem .95rem .9rem 3.4rem}
  .cookie-consent strong{font-size:.8rem}
}

/* Emek Hastanesi marka bağı ve sağlık avantajları */
:root{--brand-teal:#00a69c;--brand-teal-soft:#eaf9f7}
.brand-logo-link{min-width:190px}.brand-logo{width:200px;height:auto;object-fit:contain}.premium-nav .brand-logo{max-height:56px}
.hospital-topline{display:inline-flex;align-items:center;gap:.55rem;color:#d7e7f0;font-weight:750}.hospital-topline img{width:56px;height:27px;object-fit:contain;background:#fff;border-radius:6px;padding:2px}.hospital-topline:hover{color:#fff}
.hospital-endorsement{display:flex;align-items:center;gap:.8rem;width:min(100%,430px);margin-top:1.15rem;padding:.65rem .8rem;background:#fff;border:1px solid #dbe9e8;border-radius:16px;box-shadow:0 10px 28px rgba(8,26,46,.055);transition:.2s}.hospital-endorsement:hover{border-color:#acdcd6;transform:translateY(-1px);color:var(--ink)}.hospital-endorsement img{width:68px;height:38px;object-fit:contain;flex:0 0 auto}.hospital-endorsement span{display:flex;flex-direction:column;min-width:0;line-height:1.25}.hospital-endorsement strong{font-size:.77rem}.hospital-endorsement small{font-size:.66rem;color:#718597;margin-top:.18rem}.hospital-endorsement>i{margin-left:auto;color:var(--brand-teal)}
.health-advantages-preview{background:linear-gradient(180deg,#f8fcfc,#fff)}.health-advantages-panel{overflow:hidden;border:1px solid #d9e9e7;border-radius:34px;background:#fff;box-shadow:0 18px 60px rgba(8,26,46,.07)}.health-poster-wrap{height:100%;min-height:610px;position:relative;background:#edf7f6;overflow:hidden}.health-poster-wrap>img{width:100%;height:100%;object-fit:cover;object-position:center}.health-poster-badge{position:absolute;left:18px;right:18px;bottom:18px;display:flex;align-items:center;gap:.55rem;padding:.75rem .9rem;background:rgba(8,26,46,.92);color:#fff;border-radius:14px;font-size:.75rem;font-weight:800;backdrop-filter:blur(8px)}.health-poster-badge i{color:#5fe3d8}.health-advantages-copy{padding:3.25rem 3rem}.health-highlight{display:flex;align-items:center;gap:1.25rem;margin:1.65rem 0;padding:1.2rem 1.25rem;border:1px solid #cce9e5;border-radius:20px;background:var(--brand-teal-soft)}.health-highlight>strong{font-size:2.75rem;line-height:1;color:#008f87;letter-spacing:-.06em}.health-highlight>span{display:flex;flex-direction:column}.health-highlight b{font-size:.92rem}.health-highlight small{font-size:.72rem;color:#5f7776;margin-top:.25rem;line-height:1.5}.health-audience{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1.15rem}.health-audience span,.health-page-tags span{display:inline-flex;align-items:center;gap:.45rem;border:1px solid #d7e8e6;background:#fff;border-radius:999px;padding:.48rem .7rem;font-size:.7rem;font-weight:800;color:#425f61}.health-audience i,.health-page-tags i{color:var(--brand-teal)}.health-note{display:flex;gap:.55rem;align-items:flex-start;color:#718383;font-size:.72rem;margin:0 0 1.35rem}.health-note i{color:var(--brand-teal);margin-top:.1rem}
.footer-logo-box{display:inline-flex;background:#fff;padding:.45rem .65rem;border-radius:14px;width:max-content}.footer-logo-box .brand-logo{width:190px}.footer-hospital{display:flex;align-items:center;gap:.8rem;margin-top:1rem;padding:.7rem .8rem;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.035);max-width:390px}.footer-hospital img{width:78px;height:43px;object-fit:contain;background:#fff;border-radius:8px;padding:2px;flex:0 0 auto}.footer-hospital div{display:flex;flex-direction:column}.footer-hospital strong{font-size:.72rem;color:#fff}.footer-hospital span{font-size:.64rem;color:#8fa9b8;line-height:1.45;margin-top:.15rem}
.institution-card{display:grid;grid-template-columns:160px 1fr;gap:1.35rem;align-items:center;border:1px solid #cfe6e2;background:linear-gradient(135deg,#f0fbf9,#fff);padding:1.4rem;border-radius:24px;margin:0 0 2.25rem}.institution-logo{height:110px;display:grid;place-items:center;background:#fff;border:1px solid #e1eceb;border-radius:17px;padding:.6rem}.institution-logo img{max-width:140px;max-height:90px;object-fit:contain}.institution-card h2{font-size:1.3rem!important;margin:.1rem 0 .45rem!important}.institution-card p{margin:0 0 .65rem!important}
.health-page-hero{background:radial-gradient(circle at 78% 24%,rgba(0,166,156,.14),transparent 28%),var(--soft)}.health-page-tags{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.4rem}.hospital-origin-card{background:#fff;border:1px solid #d5e8e5;border-radius:26px;padding:1.3rem;box-shadow:var(--shadow-sm);display:flex;align-items:center;gap:1rem}.hospital-origin-card img{width:125px;height:70px;object-fit:contain;flex:0 0 auto}.hospital-origin-card div{display:flex;flex-direction:column}.hospital-origin-card strong{font-size:.92rem}.hospital-origin-card span{font-size:.73rem;color:#698080;line-height:1.55;margin-top:.25rem}
.health-poster-detail{position:sticky;top:110px;border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}.health-poster-detail>img{width:100%;height:auto}.poster-caption{display:flex;gap:.6rem;padding:.9rem 1rem;color:#687d7d;font-size:.7rem;line-height:1.5;border-top:1px solid var(--line)}.poster-caption i{color:var(--brand-teal);margin-top:.12rem}.discount-card{display:flex;align-items:center;gap:1.15rem;border:1px solid #cbe7e3;background:var(--brand-teal-soft);border-radius:22px;padding:1.3rem;margin:1.6rem 0}.discount-value{font-size:3rem;font-weight:800;color:#008e86;line-height:1;letter-spacing:-.06em}.discount-card strong{font-size:.96rem}.discount-card p{color:#617777;font-size:.78rem;margin:.3rem 0 0}.advantage-points{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}.advantage-points>div{border:1px solid var(--line);border-radius:18px;padding:1rem;background:#fff}.advantage-points i{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--brand-teal-soft);color:var(--brand-teal);margin-bottom:.75rem}.advantage-points strong{display:block;font-size:.82rem}.advantage-points span{display:block;color:#718484;font-size:.72rem;margin-top:.25rem;line-height:1.5}.hospital-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.hospital-card{display:flex;align-items:center;gap:.8rem;padding:.9rem 1rem;border:1px solid var(--line);border-radius:17px;background:#fff}.hospital-card .hospital-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--brand-teal-soft);color:var(--brand-teal);font-size:1.1rem}.hospital-card strong{font-size:.82rem;flex:1}.hospital-card>i{color:#2fb58c}.health-contact-panel{background:linear-gradient(135deg,#071728,#10354d);color:#fff;border-radius:30px;padding:2.4rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.health-contact-panel .eyebrow{color:#65d8d0}.health-contact-panel h2{font-size:clamp(1.4rem,2.4vw,2.25rem);font-weight:800;letter-spacing:-.035em;margin:0}.health-contact-panel p{color:#b7cbd3;font-size:.85rem;max-width:680px;margin:.55rem 0 0}.health-contact-actions{display:flex;gap:.6rem;flex-wrap:wrap;flex:0 0 auto}.health-contact-actions .btn{border-radius:13px;font-size:.78rem;font-weight:800;padding:.7rem .9rem}
@media(max-width:1199.98px){.premium-nav .brand-logo{width:185px}.brand-logo-link{min-width:auto}.topbar-note{gap:.6rem!important}.hospital-topline span{display:none}.hospital-topline img{width:48px}.health-advantages-copy{padding:2.6rem 2.2rem}}
@media(max-width:991.98px){.health-poster-wrap{min-height:0;max-height:620px}.health-poster-wrap>img{height:auto;object-fit:contain;background:#fff}.health-poster-detail{position:static}.health-contact-panel{align-items:flex-start;flex-direction:column}.hospital-origin-card{max-width:560px}.institution-card{grid-template-columns:135px 1fr}.institution-logo{height:95px}}
@media(max-width:767.98px){.premium-nav .brand-logo{width:168px;max-height:50px}.health-advantages-panel{border-radius:25px}.health-advantages-copy{padding:2rem 1.35rem}.health-highlight{align-items:flex-start}.health-highlight>strong{font-size:2.2rem}.advantage-points,.hospital-grid{grid-template-columns:1fr}.hospital-origin-card{align-items:flex-start;flex-direction:column}.hospital-origin-card img{width:105px;height:58px}.health-contact-panel{padding:1.8rem 1.35rem;border-radius:24px}.institution-card{grid-template-columns:1fr}.institution-logo{width:170px}.footer-logo-box .brand-logo{width:170px}}
@media(max-width:480px){.health-highlight{gap:.8rem}.health-highlight small{font-size:.68rem}.health-audience{display:grid;grid-template-columns:1fr 1fr}.hospital-endorsement{padding:.55rem .65rem}.hospital-endorsement img{width:58px}.hospital-endorsement small{display:none}.institution-logo{width:145px}}

/* sağlık avantajı görseli — eski sosyal medya görseli yerine responsive web bileşeni */
.health-visual-card{height:100%;min-height:610px;padding:2rem;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;background:radial-gradient(circle at 90% 10%,rgba(0,166,156,.2),transparent 34%),linear-gradient(145deg,#061a2d 0%,#0b3447 58%,#0b5f60 100%);color:#fff}
.health-visual-card:before,.health-visual-card:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.12);transform:rotate(45deg)}.health-visual-card:before{width:170px;height:170px;left:-92px;top:-70px}.health-visual-card:after{width:125px;height:125px;right:-64px;bottom:34px}
.health-brand-pair{display:flex;align-items:center;gap:.65rem;position:relative;z-index:1;margin-bottom:2rem}.health-brand-main{width:178px;height:auto;background:#fff;border-radius:12px;padding:.45rem .55rem}.health-brand-hospital{width:98px;height:56px;object-fit:contain;background:#fff;border-radius:12px;padding:.3rem}.health-brand-pair>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.1);font-size:.7rem}
.health-visual-kicker{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#a9eee8;position:relative;z-index:1}.health-discount-orb{display:flex;align-items:center;gap:1rem;margin:1rem 0 1.2rem;position:relative;z-index:1}.health-discount-orb strong{font-size:4.2rem;line-height:.9;letter-spacing:-.07em}.health-discount-orb span{font-size:.92rem;line-height:1.35;font-weight:800;color:#d6eff0}.health-visual-audience{display:flex;flex-wrap:wrap;gap:.45rem;position:relative;z-index:1}.health-visual-audience span{font-size:.66rem;font-weight:800;padding:.43rem .58rem;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07)}.health-visual-footer{display:flex;gap:.6rem;align-items:center;margin-top:1.6rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.12);font-size:.7rem;color:#bad6d8;position:relative;z-index:1}.health-visual-footer i{color:#64dfd5;font-size:1rem}.health-visual-card-detail{min-height:560px;border-radius:0}.health-visual-card-detail h2{font-size:1.55rem;font-weight:800;line-height:1.2;letter-spacing:-.03em;margin:.55rem 0 .7rem;position:relative;z-index:1}
@media(max-width:991.98px){.health-visual-card{min-height:500px}.health-visual-card-detail{min-height:470px}}
@media(max-width:575.98px){.health-visual-card{min-height:430px;padding:1.4rem}.health-brand-main{width:145px}.health-brand-hospital{width:78px;height:48px}.health-brand-pair{gap:.45rem;margin-bottom:1.4rem}.health-discount-orb strong{font-size:3.3rem}.health-discount-orb span{font-size:.8rem}}


/* revizyonlar — Emek Hastanesi logo düzeltmesi ve sağlık avantajları premium görünüm */
.hospital-topline{gap:.7rem;padding:.22rem .48rem;border-radius:999px;background:rgba(255,255,255,.06)}
.hospital-topline img{width:92px;height:44px;object-fit:contain;background:#fff;border-radius:10px;padding:4px 8px;box-shadow:0 6px 18px rgba(0,0,0,.12)}
.hospital-endorsement{padding:.78rem .9rem;border-radius:18px;background:linear-gradient(180deg,#fff,#f7fbfb)}
.hospital-endorsement img{width:102px;height:48px;object-fit:contain;background:#fff;border:1px solid #e5efee;border-radius:10px;padding:4px 7px}
.footer-hospital img{width:112px;height:54px;object-fit:contain;background:#fff;border-radius:10px;padding:4px 8px}
.institution-logo img{max-width:170px;max-height:96px;object-fit:contain;background:#fff;border-radius:12px;padding:.35rem .55rem}
.hospital-origin-card img{width:170px;height:82px;object-fit:contain;background:#fff;border:1px solid #e1eceb;border-radius:14px;padding:.35rem .55rem}
.hospital-origin-card-premium{padding:1.45rem 1.5rem;background:linear-gradient(145deg,#ffffff 0%,#f3fbfa 100%)}
.mini-eyebrow{display:inline-flex;align-items:center;gap:.4rem;text-transform:uppercase;letter-spacing:.14em;font-size:.61rem;font-weight:800;color:#118178;margin-bottom:.3rem}
.mini-eyebrow:before{content:"";width:22px;height:2px;background:#13a59c;border-radius:2px}

.health-advantages-copy-premium{padding:3rem 2.9rem}
.health-ribbon{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .8rem;border-radius:999px;background:linear-gradient(90deg,#eaf8f7,#f7fbff);border:1px solid #d3ece8;color:#0c756f;font-size:.72rem;font-weight:800;margin-bottom:1.05rem}
.health-ribbon i{color:#16a39a}
.health-visual-card-premium{padding:2.15rem;background:radial-gradient(circle at 92% 10%,rgba(95,223,213,.28),transparent 32%),radial-gradient(circle at 0 100%,rgba(19,163,154,.22),transparent 28%),linear-gradient(145deg,#06182c 0%,#0a2d45 45%,#0a5d62 100%)}
.health-brand-pair-premium{align-items:center;gap:.58rem;margin-bottom:1.5rem}
.health-brand-pair-premium>span{background:rgba(255,255,255,.12);backdrop-filter:blur(8px)}
.health-brand-hospital-clean{width:144px;height:68px;background:#fff;border-radius:14px;padding:.3rem .55rem;box-shadow:0 12px 24px rgba(0,0,0,.12)}
.health-visual-title{font-size:1.55rem;line-height:1.18;letter-spacing:-.03em;font-weight:800;margin:.65rem 0 1rem;position:relative;z-index:1}
.health-discount-banner{display:flex;align-items:center;gap:1rem;padding:1rem 1.05rem;border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.08));border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);position:relative;z-index:1;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.health-discount-banner strong{font-size:3.6rem;line-height:1;letter-spacing:-.07em}
.health-discount-banner b{display:block;font-size:1rem;text-transform:uppercase;letter-spacing:.08em}
.health-discount-banner span{display:block;color:#d7eff0;font-size:.82rem;margin-top:.1rem}
.health-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;margin:1rem 0 1rem;position:relative;z-index:1}
.health-mini-stats>div{padding:.82rem .75rem;border-radius:18px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);text-align:center;backdrop-filter:blur(10px)}
.health-mini-stats strong{display:block;font-size:1.2rem;line-height:1.1}.health-mini-stats span{display:block;color:#d0e8ea;font-size:.68rem;margin-top:.2rem}
.health-benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem;margin:1.55rem 0 1.2rem}
.health-benefit-grid article{border:1px solid #dbeae8;background:linear-gradient(180deg,#fff,#fbfefe);border-radius:22px;padding:1rem 1rem .95rem;box-shadow:0 10px 30px rgba(8,26,46,.04)}
.health-benefit-grid i{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#e8faf7;color:#0ca39a;font-size:1.15rem;margin-bottom:.75rem}
.health-benefit-grid strong{display:block;font-size:.86rem;line-height:1.35}
.health-benefit-grid span{display:block;color:#6d8084;font-size:.73rem;line-height:1.55;margin-top:.3rem}
.hospital-mini-list{display:flex;flex-wrap:wrap;gap:.55rem;margin:0 0 1.1rem}.hospital-mini-list span{display:inline-flex;align-items:center;padding:.5rem .72rem;border-radius:999px;background:#eff9f8;border:1px solid #d4ece8;color:#2f6664;font-size:.71rem;font-weight:800}

@media(max-width:1199.98px){.hospital-topline img{width:82px;height:40px}.footer-hospital img{width:104px;height:50px}}
@media(max-width:991.98px){.health-benefit-grid{grid-template-columns:1fr}.health-advantages-copy-premium{padding:2.4rem 2rem}.health-brand-hospital-clean{width:132px;height:64px}.health-mini-stats{grid-template-columns:repeat(3,1fr)}.hospital-endorsement img{width:94px;height:46px}}
@media(max-width:767.98px){.health-advantages-copy-premium{padding:1.9rem 1.35rem}.health-discount-banner strong{font-size:3rem}.health-visual-title{font-size:1.3rem}.health-mini-stats{grid-template-columns:1fr 1fr 1fr}.footer-hospital img{width:96px;height:46px}.hospital-origin-card img{width:150px;height:72px}}
@media(max-width:575.98px){.hospital-topline{padding:.18rem .36rem}.hospital-topline img{width:88px;height:38px}.health-brand-hospital-clean{width:114px;height:56px}.health-discount-banner{padding:.9rem}.health-mini-stats{gap:.45rem}.health-mini-stats>div{padding:.7rem .45rem}.health-mini-stats strong{font-size:1rem}.health-mini-stats span{font-size:.62rem}.hospital-mini-list span{font-size:.67rem}}


/* sağlık avantajları showcase revizyonu */
.health-advantages-panel-showcase{border:0;box-shadow:0 28px 85px rgba(8,26,46,.12);background:linear-gradient(135deg,#f2fbfb 0%,#ffffff 46%,#f6fbff 100%)}
.health-showcase-card{position:relative;height:100%;padding:2.1rem 2rem 1.7rem;border-radius:34px 0 0 34px;overflow:hidden;background:linear-gradient(145deg,#f8fdff 0%,#ffffff 14%,#f7fffd 100%)}
.health-showcase-bg-shape{position:absolute;pointer-events:none;opacity:.75}.health-showcase-bg-shape.shape-a{width:170px;height:170px;border:2px solid rgba(11,125,173,.16);transform:rotate(45deg);left:-82px;top:40px}.health-showcase-bg-shape.shape-b{width:150px;height:150px;border:2px solid rgba(251,146,60,.2);transform:rotate(45deg);right:-55px;top:18px}.health-showcase-bg-shape.shape-c{width:110px;height:110px;background:linear-gradient(135deg,rgba(251,146,60,.18),rgba(251,146,60,.05));clip-path:polygon(50% 0,0 100%,100% 100%);right:70px;bottom:22px}
.health-showcase-top,.health-discount-hero,.health-subline,.health-contact-pill,.health-hospital-grid-mini{position:relative;z-index:1}
.health-showcase-kicker-wrap{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;margin-bottom:.65rem}.health-showcase-note{font-size:.7rem;font-weight:800;color:#5f7e8d;text-transform:uppercase;letter-spacing:.08em}
.health-showcase-title{font-size:clamp(1.55rem,2.3vw,2.3rem);line-height:1.12;font-weight:850;letter-spacing:-.035em;color:#0b2940;margin:.55rem 0 1.2rem}
.health-discount-hero{display:flex;align-items:stretch;gap:.95rem;padding:1rem 1.1rem;border-radius:26px;background:linear-gradient(90deg,#0d5d96 0%,#0480a8 38%,#0da884 100%);color:#fff;box-shadow:0 22px 48px rgba(7,96,122,.24);max-width:100%}
.health-discount-hero .discount-number{font-size:4.3rem;line-height:.9;font-weight:900;letter-spacing:-.08em;display:flex;align-items:center;padding-right:.9rem;border-right:1px solid rgba(255,255,255,.28)}
.health-discount-hero .discount-copy{display:flex;flex-direction:column;justify-content:center}.health-discount-hero .discount-copy strong{font-size:1.15rem;line-height:1;text-transform:uppercase;letter-spacing:.08em}.health-discount-hero .discount-copy span{font-size:1.35rem;line-height:1.15;font-weight:800;margin-top:.3rem}
.health-subline{font-size:.8rem;font-weight:800;color:#153348;margin:1rem 0 .9rem;letter-spacing:.01em}
.health-contact-pill{display:inline-flex;align-items:center;gap:.8rem;padding:.82rem 1rem;border:2px solid #2aa791;border-radius:999px;background:#fff;box-shadow:0 14px 30px rgba(21,123,121,.12);margin-bottom:1rem}.health-contact-pill i{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#08273f;color:#fff;font-size:1.05rem}.health-contact-pill span{font-size:.88rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:#10334c}.health-contact-pill strong{font-size:1.15rem;letter-spacing:.02em;color:#10334c}
.health-hospital-grid-mini{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.health-hospital-grid-mini span{display:flex;align-items:center;gap:.5rem;padding:.68rem .78rem;border:1px solid #d8e8ed;border-radius:14px;background:rgba(255,255,255,.88);font-size:.82rem;font-weight:800;color:#17364c;box-shadow:0 8px 22px rgba(8,26,46,.04)}.health-hospital-grid-mini span:before{content:"\F44B";font-family:"bootstrap-icons";font-size:1rem;color:#0f8b88}
.health-advantages-copy-showcase{padding:2.25rem 2rem 2.1rem;background:linear-gradient(180deg,#ffffff,#fbfdfd);height:100%;border-left:1px solid rgba(220,231,238,.8)}
.health-benefit-grid-emphasis article{border-color:#d2e8e5;box-shadow:0 16px 34px rgba(8,26,46,.04)}
.health-benefit-grid-emphasis article:hover{transform:translateY(-2px)}
.health-cta-stack{display:flex;flex-wrap:wrap;gap:.7rem;margin:.25rem 0 1rem}
.health-page-hero-showcase{padding:3rem 0 2rem;background:radial-gradient(circle at 80% 10%,rgba(95,223,213,.14),transparent 28%),linear-gradient(180deg,#f6fbfe 0%,#ffffff 100%)}
.health-page-intro-card{padding:2rem 1.2rem 2rem 0}.health-page-intro-card h1{font-size:clamp(2rem,3.2vw,3.2rem);line-height:1.08;letter-spacing:-.04em;font-weight:850;color:#0b2237;margin:0 0 1rem}.health-page-intro-card p{font-size:.96rem;color:#607688;max-width:640px}
.health-showcase-card-page{border-radius:32px;background:linear-gradient(145deg,#f4fcff 0%,#ffffff 12%,#f4fffb 100%);border:1px solid #dbe9ef;box-shadow:0 26px 75px rgba(8,26,46,.12)}
.health-info-stack{display:grid;gap:1rem;position:sticky;top:110px}.health-info-card{border:1px solid #dbe8ee;background:linear-gradient(180deg,#ffffff,#fbfdff);border-radius:22px;padding:1.2rem 1.15rem;box-shadow:0 14px 34px rgba(8,26,46,.05)}.health-info-card.emphasize{background:linear-gradient(180deg,#f5fbfb,#ffffff)}.health-info-card.contact{background:linear-gradient(135deg,#082039,#103551);color:#fff;border-color:#103551}.health-info-card h3{font-size:1.08rem;line-height:1.3;font-weight:800;margin:.2rem 0 .65rem}.health-info-card p{font-size:.82rem;color:#677d8b;margin:0}.health-info-card.contact p,.health-info-card.contact h3,.health-info-card.contact .mini-eyebrow{color:#fff}.health-info-card.contact .mini-eyebrow:before{background:#5fe3d8}.health-info-card ul{margin:0;padding-left:1rem}.health-info-card li{margin:.2rem 0;color:#587080;font-size:.82rem;font-weight:700}

@media(max-width:1199.98px){.health-showcase-card{border-radius:34px 34px 0 0}.health-advantages-copy-showcase{border-left:0;border-top:1px solid rgba(220,231,238,.8)}.health-page-intro-card{padding-right:0}}
@media(max-width:991.98px){.health-discount-hero .discount-number{font-size:3.6rem}.health-discount-hero .discount-copy span{font-size:1.15rem}.health-contact-pill strong{font-size:1rem}.health-showcase-title{font-size:1.8rem}.health-showcase-card,.health-showcase-card-page{padding:1.5rem}.health-hospital-grid-mini span{font-size:.76rem}.health-info-stack{position:static;margin-bottom:1rem}}
@media(max-width:767.98px){.health-hospital-grid-mini{grid-template-columns:1fr 1fr}.health-contact-pill{width:100%;justify-content:center;flex-wrap:wrap;border-radius:22px}.health-contact-pill strong{width:100%;text-align:center}.health-showcase-card{border-radius:24px 24px 0 0}.health-showcase-card-page{border-radius:24px}.health-showcase-title{font-size:1.55rem}.health-discount-hero{gap:.7rem;padding:.85rem .9rem}.health-discount-hero .discount-number{font-size:3rem;padding-right:.6rem}.health-discount-hero .discount-copy strong{font-size:.95rem}.health-discount-hero .discount-copy span{font-size:1rem}.health-page-intro-card h1{font-size:2rem}}
@media(max-width:575.98px){.health-showcase-kicker-wrap{flex-direction:column;align-items:flex-start;gap:.4rem}.health-hospital-grid-mini{grid-template-columns:1fr}.health-showcase-card,.health-showcase-card-page,.health-advantages-copy-showcase{padding:1.25rem}.health-contact-pill{gap:.55rem;padding:.75rem .8rem}.health-contact-pill i{width:36px;height:36px}.health-contact-pill span{font-size:.8rem}.health-contact-pill strong{font-size:.95rem}.health-benefit-grid-emphasis,.health-benefit-grid{grid-template-columns:1fr}.health-page-hero-showcase{padding:2.3rem 0 1.2rem}}


/* anlaşmalı hastane marka kartları */
.health-hospital-grid-branded{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}
.hospital-brand-card{min-height:78px;display:grid!important;grid-template-columns:86px minmax(0,1fr) 22px;align-items:center;gap:.75rem;padding:.58rem .7rem!important;border:1px solid #d8e8ed!important;border-radius:17px!important;background:rgba(255,255,255,.92)!important;color:#17364c!important;box-shadow:0 9px 25px rgba(8,26,46,.045)!important;transition:.22s ease;position:relative;overflow:hidden}
.hospital-brand-card:before{content:"";position:absolute;inset:auto -25px -38px auto;width:90px;height:90px;border-radius:50%;background:rgba(8,157,153,.045)}
a.hospital-brand-card:hover{transform:translateY(-2px);border-color:#a9d8d4!important;box-shadow:0 15px 34px rgba(8,26,46,.09)!important;color:#17364c!important}
.hospital-brand-visual{height:54px;border-radius:13px;display:grid;place-items:center;background:#fff;border:1px solid #e3ecef;overflow:hidden;padding:.3rem .4rem;position:relative;z-index:1}
.hospital-brand-visual img{max-width:100%;max-height:44px;object-fit:contain}
.hospital-brand-copy{display:flex;flex-direction:column;min-width:0;position:relative;z-index:1}.hospital-brand-copy strong{font-size:.78rem;line-height:1.25}.hospital-brand-copy small{font-size:.61rem;color:#78909e;margin-top:.18rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hospital-brand-link-icon{font-size:.75rem;color:#4a7a8c;position:relative;z-index:1}
.brand-wordmark{display:block;width:100%;text-align:center;font-weight:900;line-height:1;letter-spacing:-.04em;position:relative}
.brand-hatem .brand-wordmark:before{content:"HATEM";font-size:1.04rem;color:#07496c;letter-spacing:.05em}.brand-hatem .brand-wordmark:after{content:"H";position:absolute;left:4px;top:-5px;color:#d91c41;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:1.25rem}
.brand-ncr .brand-wordmark:before{content:"NCR";font-family:Georgia,"Times New Roman",serif;font-size:1.5rem;color:#38358c;letter-spacing:-.08em}.brand-ncr .brand-wordmark:after{content:"international hospital";display:block;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:#514ca4;font-size:.39rem;letter-spacing:0;margin-top:.05rem}
.brand-bossan .brand-wordmark:before{content:"BOSSAN";font-size:1.05rem;color:#13a9bd;letter-spacing:.02em}.brand-bossan .brand-wordmark:after{content:"HOSPITAL";display:block;color:#11a8bd;font-size:.48rem;letter-spacing:.12em;border-top:2px solid #e63238;margin:.12rem .55rem 0;padding-top:.08rem}
.brand-mmt{border-radius:50%;max-width:62px;justify-self:center;width:62px}.brand-mmt .brand-wordmark:before{content:"MMT";font-size:1.12rem;color:#1aa6ae;letter-spacing:-.06em}.brand-mmt .brand-wordmark:after{content:"AMERİKAN";display:block;color:#1aa6ae;font-size:.37rem;letter-spacing:.1em;margin-top:.1rem}
.brand-sanko .brand-wordmark:before{content:"SANKO";font-size:1.15rem;color:#33378f;letter-spacing:.04em}.brand-sanko .brand-wordmark:after{content:"ÜNİVERSİTESİ";display:block;color:#33378f;font-size:.42rem;letter-spacing:.12em;margin-top:.1rem}
.brand-liv .brand-wordmark:before{content:"liv";font-size:1.7rem;color:#149bcc;font-weight:800;letter-spacing:-.12em}.brand-liv .brand-wordmark:after{content:"HOSPITAL";display:block;color:#149bcc;font-size:.44rem;letter-spacing:.13em;margin-top:.05rem}
.brand-deva .brand-wordmark:before{content:"DEVA";font-size:1.22rem;color:#0879aa;letter-spacing:.04em}.brand-deva .brand-wordmark:after{content:"HASTANESİ";display:block;color:#11a9a2;font-size:.43rem;letter-spacing:.13em;margin-top:.07rem}
.brand-medicalpoint{background:#ed0a1e!important;border-color:#ed0a1e!important}.brand-medicalpoint .brand-wordmark:before{content:"MEDICAL";font-size:.75rem;color:#fff;font-weight:700;letter-spacing:.01em}.brand-medicalpoint .brand-wordmark:after{content:"POINT";display:inline;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.01em;margin-left:.08rem}
.brand-anka .brand-wordmark:before{content:"anka";font-size:1.32rem;color:#bf2c26;letter-spacing:-.05em}.brand-anka .brand-wordmark:after{content:"hastanesi";display:block;color:#111;font-family:Georgia,"Times New Roman",serif;font-size:.48rem;letter-spacing:.04em;margin-top:-.05rem}
.brand-emek{padding:.18rem .3rem}.brand-emek img{max-height:50px}

.hospital-logo-showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.hospital-logo-showcase-card{position:relative;display:flex;flex-direction:column;min-height:245px;border:1px solid #dbe8ed;border-radius:24px;padding:1.05rem;background:linear-gradient(180deg,#fff 0%,#fbfefe 100%);box-shadow:0 14px 36px rgba(8,26,46,.055);transition:.25s;color:var(--ink);overflow:hidden}
a.hospital-logo-showcase-card:hover{transform:translateY(-5px);border-color:#aed9d4;box-shadow:0 22px 48px rgba(8,26,46,.1);color:var(--ink)}
.hospital-logo-showcase-card:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:rgba(18,166,157,.055);right:-50px;top:-45px}
.hospital-logo-showcase-visual{height:92px;border:1px solid #e4edef;border-radius:18px;background:#fff;display:grid;place-items:center;padding:.7rem;margin-bottom:1rem;position:relative;z-index:1}
.hospital-logo-showcase-visual img{max-width:88%;max-height:72px;object-fit:contain}.hospital-logo-showcase-visual .brand-wordmark{transform:scale(1.28)}
.hospital-logo-showcase-card-mmt .hospital-logo-showcase-visual{width:92px;border-radius:50%;align-self:flex-start}.hospital-logo-showcase-card-medicalpoint .hospital-logo-showcase-visual{background:#ed0a1e;border-color:#ed0a1e}
.hospital-logo-showcase-copy{position:relative;z-index:1}.hospital-logo-showcase-copy>span{font-size:.57rem;text-transform:uppercase;letter-spacing:.12em;color:#169b94;font-weight:850}.hospital-logo-showcase-copy h3{font-size:.98rem;font-weight:850;margin:.3rem 0 .2rem;letter-spacing:-.02em}.hospital-logo-showcase-copy p{font-size:.68rem;color:#708493;margin:0}
.hospital-logo-check{position:absolute;right:1rem;top:1rem;width:26px;height:26px;border-radius:50%;background:#e8faf7;color:#0ba298;display:grid;place-items:center;z-index:2;font-size:.8rem}.hospital-logo-external{margin-top:auto;padding-top:.8rem;font-size:.67rem;font-weight:800;color:#34768f;display:flex;gap:.4rem;align-items:center;position:relative;z-index:1}
.health-hospital-grid-branded-page .hospital-brand-card{min-height:84px}

@media(max-width:1199.98px){.hospital-logo-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:991.98px){.health-hospital-grid-branded{grid-template-columns:1fr 1fr}.hospital-brand-card{grid-template-columns:78px minmax(0,1fr) 20px}}
@media(max-width:767.98px){.hospital-logo-showcase-grid{grid-template-columns:1fr 1fr}.hospital-logo-showcase-card{min-height:225px}.health-hospital-grid-branded{grid-template-columns:1fr}.hospital-brand-card{min-height:76px}}
@media(max-width:575.98px){.hospital-logo-showcase-grid{grid-template-columns:1fr}.hospital-logo-showcase-card{min-height:210px}.hospital-logo-showcase-visual{height:84px}.hospital-brand-card{grid-template-columns:82px minmax(0,1fr) 18px}}


/* üst bant ve hastane kartları sadeleştirme */
.hospital-topline-text{display:inline-flex;align-items:center;gap:.5rem;padding:.34rem .68rem;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#d7eef0;font-weight:800;box-shadow:0 8px 22px rgba(0,0,0,.08)}
.hospital-topline-text i{color:#5fe3d8;font-size:.95rem}.hospital-topline-text span{display:inline!important}
.hospital-topline-text:hover{color:#fff;background:rgba(255,255,255,.12)}

.hospital-brand-card{grid-template-columns:70px minmax(0,1fr) 20px;min-height:82px;border-radius:18px!important;padding:.72rem .78rem!important}
.hospital-brand-card:before{display:none}
.hospital-brand-visual{height:56px;border-radius:16px;border:1px solid #dce9ed;background:linear-gradient(180deg,#fff 0%,#f9fcfe 100%);padding:.45rem .5rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.hospital-brand-visual img{max-width:100%;max-height:46px;object-fit:contain}
.hospital-brand-badge{display:inline-flex;align-items:center;justify-content:center;min-width:100%;height:42px;padding:0 .55rem;border-radius:12px;font-size:.88rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.hospital-brand-badge-large{height:58px;font-size:1.05rem;border-radius:16px}
.hospital-brand-copy{display:flex;flex-direction:column;gap:.16rem;min-width:0;position:relative;z-index:1}
.hospital-brand-label{display:inline-flex;align-items:center;gap:.35rem;font-size:.56rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#1ca49c}.hospital-brand-label:before{content:"";width:14px;height:2px;background:#1ca49c;border-radius:2px}
.hospital-brand-copy strong{font-size:.86rem;line-height:1.25;letter-spacing:-.02em;color:#17364c}.hospital-brand-copy small{font-size:.67rem;color:#6a808d;line-height:1.35}
.hospital-brand-link-icon{align-self:flex-start;margin-top:.2rem;color:#5f7e8b}

.brand-hatem .hospital-brand-badge,.brand-hatem .hospital-brand-badge-large{background:linear-gradient(135deg,#fff1f5,#ffe0e8);color:#b31d40;border:1px solid #f3c9d4}
.brand-ncr .hospital-brand-badge,.brand-ncr .hospital-brand-badge-large{background:linear-gradient(135deg,#eef0ff,#e5e8ff);color:#3b3f98;border:1px solid #cfd5ff}
.brand-bossan .hospital-brand-badge,.brand-bossan .hospital-brand-badge-large{background:linear-gradient(135deg,#eafcff,#dbf7fb);color:#0d9bad;border:1px solid #bfeaf2}
.brand-mmt .hospital-brand-badge,.brand-mmt .hospital-brand-badge-large{background:linear-gradient(135deg,#e8fbfc,#dbf4f5);color:#149ba5;border:1px solid #b8e6e9}
.brand-sanko .hospital-brand-badge,.brand-sanko .hospital-brand-badge-large{background:linear-gradient(135deg,#ededff,#e4e6ff);color:#34398b;border:1px solid #d0d4ff}
.brand-liv .hospital-brand-badge,.brand-liv .hospital-brand-badge-large{background:linear-gradient(135deg,#ebfbff,#dcf5fb);color:#149bcc;border:1px solid #c6edf7}
.brand-deva .hospital-brand-badge,.brand-deva .hospital-brand-badge-large{background:linear-gradient(135deg,#ebfbff,#e4fbf7);color:#0b8aa2;border:1px solid #c5ece7}
.brand-medicalpoint .hospital-brand-badge,.brand-medicalpoint .hospital-brand-badge-large{background:linear-gradient(135deg,#ffebee,#ffe0e4);color:#ca2334;border:1px solid #f7c0c8}
.brand-anka .hospital-brand-badge,.brand-anka .hospital-brand-badge-large{background:linear-gradient(135deg,#fff0ed,#ffe4dd);color:#b4382c;border:1px solid #f4cbc2}
.brand-emek .hospital-brand-badge,.brand-emek .hospital-brand-badge-large{background:linear-gradient(135deg,#e8fbf8,#dcf7f2);color:#0d9388;border:1px solid #c0ebe3}

.health-hospital-grid-branded{gap:.72rem}
.hospital-logo-showcase-visual{height:96px;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fbfd);display:grid;place-items:center;padding:.9rem}
.hospital-logo-showcase-visual img{max-width:88%;max-height:68px;object-fit:contain}
.hospital-logo-showcase-copy h3{font-size:1.02rem}
.hospital-logo-showcase-copy p{font-size:.7rem;line-height:1.5}
.hospital-logo-showcase-card{min-height:230px}

@media(max-width:1199.98px){.hospital-topline-text{padding:.3rem .55rem}.hospital-topline-text span{display:inline!important}}
@media(max-width:991.98px){.hospital-brand-card{grid-template-columns:64px minmax(0,1fr) 18px}.hospital-brand-badge{font-size:.8rem}.hospital-brand-copy strong{font-size:.8rem}.hospital-topline-text{padding:.3rem .5rem}}
@media(max-width:767.98px){.hospital-topline-text{padding:.25rem .48rem}.hospital-brand-card{grid-template-columns:62px minmax(0,1fr) 18px;padding:.68rem .72rem!important}.hospital-brand-visual{height:52px}.hospital-brand-badge-large{height:54px;font-size:.96rem}}
@media(max-width:575.98px){.topbar-note .opacity-50{display:none}.hospital-topline-text{font-size:.72rem}.hospital-brand-copy small{display:block}.hospital-brand-label{font-size:.52rem}.hospital-brand-card{min-height:78px}}


/* sağlık avantajları hastane kartı düzeltmesi */
.health-hospital-grid-mini.health-hospital-grid-branded{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}
.health-hospital-grid-mini.health-hospital-grid-branded > .hospital-brand-card{display:grid!important;grid-template-columns:64px minmax(0,1fr) 18px;align-items:center;gap:.9rem;min-height:92px;padding:.9rem 1rem!important;border:1px solid #d7e7ec!important;border-radius:20px!important;background:linear-gradient(180deg,#ffffff 0%,#fbfdfe 100%)!important;box-shadow:0 14px 30px rgba(8,26,46,.055)!important;overflow:hidden;position:relative}
.health-hospital-grid-mini.health-hospital-grid-branded > .hospital-brand-card:before{display:none!important}
.health-hospital-grid-mini.health-hospital-grid-branded > .hospital-brand-card:hover{transform:translateY(-2px);border-color:#b8dedd!important;box-shadow:0 18px 36px rgba(8,26,46,.09)!important;color:#17364c!important}

/* generic old span styles are leaking into the new cards; neutralize them */
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-card span,
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-card strong,
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-card small{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-card span:before{content:none!important}

.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual{display:grid!important;place-items:center;height:58px;border:1px solid #dde9ee;background:linear-gradient(180deg,#ffffff,#f7fbfd);border-radius:16px!important;padding:.45rem .5rem!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.75)!important}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual img{max-width:100%;max-height:42px;object-fit:contain}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-badge{display:flex!important;align-items:center;justify-content:center;width:100%;height:40px;border-radius:12px!important;font-size:.84rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-copy{display:flex!important;flex-direction:column;align-items:flex-start;gap:.18rem;min-width:0}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-label{display:inline-flex!important;align-items:center;gap:.35rem;font-size:.56rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#1ca49c}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-label:before{content:""!important;width:14px;height:2px;background:#1ca49c;border-radius:2px}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-copy strong{display:block!important;font-size:.95rem;line-height:1.2;letter-spacing:-.02em;color:#17364c}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-copy small{display:block!important;font-size:.72rem;line-height:1.4;color:#6f8290}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-link-icon{display:block!important;font-size:.85rem;color:#6f8794;justify-self:end;align-self:start;margin-top:.1rem}

/* branded badges */
.health-hospital-grid-mini.health-hospital-grid-branded .brand-hatem .hospital-brand-badge{background:linear-gradient(135deg,#fff1f5,#ffe1e8);color:#c02249;border:1px solid #f3ccd8}
.health-hospital-grid-mini.health-hospital-grid-branded .brand-ncr .hospital-brand-badge{background:linear-gradient(135deg,#efefff,#e3e7ff);color:#41449f;border:1px solid #d1d5ff}
.health-hospital-grid-mini.health-hospital-grid-branded .brand-bossan .hospital-brand-badge{background:linear-gradient(135deg,#eafcff,#daf6fa);color:#129dae;border:1px solid #c3edf4}
.health-hospital-grid-mini.health-hospital-grid-branded .brand-mmt .hospital-brand-badge{background:linear-gradient(135deg,#e8fbfc,#dcf4f6);color:#139ea8;border:1px solid #c3eaed}
.health-hospital-grid-mini.health-hospital-grid-branded .brand-sanko .hospital-brand-badge{background:linear-gradient(135deg,#eeefff,#e3e5ff);color:#383d92;border:1px solid #d0d5ff}
.health-hospital-grid-mini.health-hospital-grid-branded .brand-liv .hospital-brand-badge{background:linear-gradient(135deg,#edfaff,#def5fb);color:#159cca;border:1px solid #c9edf7}
.health-hospital-grid-mini.health-hospital-grid-branded .brand-deva .hospital-brand-badge{background:linear-gradient(135deg,#eafcff,#e3fbf8);color:#0d90a5;border:1px solid #c6ece7}
.health-hospital-grid-mini.health-hospital-grid-branded .brand-medicalpoint .hospital-brand-badge{background:linear-gradient(135deg,#ffedf0,#ffe1e7);color:#cf2a3c;border:1px solid #f6c5ce}
.health-hospital-grid-mini.health-hospital-grid-branded .brand-anka .hospital-brand-badge{background:linear-gradient(135deg,#fff1ed,#ffe5df);color:#b73c31;border:1px solid #f2cfc7}
.health-hospital-grid-mini.health-hospital-grid-branded .brand-emek .hospital-brand-badge{background:linear-gradient(135deg,#e8fbf8,#dcf7f1);color:#0e978b;border:1px solid #c0ebe2}

/* detail page showcase cards */
.hospital-logo-showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.hospital-logo-showcase-card{position:relative;display:flex;flex-direction:column;min-height:225px;border:1px solid #dbe8ed;border-radius:24px;padding:1.1rem;background:linear-gradient(180deg,#ffffff 0%,#fbfdfe 100%);box-shadow:0 14px 34px rgba(8,26,46,.055);transition:.25s;color:var(--ink);overflow:hidden}
.hospital-logo-showcase-card:after{content:"";position:absolute;right:-48px;top:-48px;width:118px;height:118px;border-radius:50%;background:rgba(18,166,157,.055)}
.hospital-logo-showcase-card:hover{transform:translateY(-4px);border-color:#b6ddd8;box-shadow:0 22px 48px rgba(8,26,46,.09);color:var(--ink)}
.hospital-logo-showcase-visual{height:92px;border:1px solid #e0eaee;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fbfd);display:grid;place-items:center;padding:.8rem;margin-bottom:1rem;position:relative;z-index:1}
.hospital-logo-showcase-visual img{max-width:88%;max-height:62px;object-fit:contain}
.hospital-logo-showcase-visual .hospital-brand-badge-large{display:flex;align-items:center;justify-content:center;width:100%;height:54px;border-radius:16px;font-size:1rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.hospital-logo-showcase-copy{position:relative;z-index:1}.hospital-logo-showcase-copy>span{font-size:.58rem;text-transform:uppercase;letter-spacing:.12em;color:#169b94;font-weight:850}.hospital-logo-showcase-copy h3{font-size:1rem;font-weight:850;margin:.34rem 0 .28rem;letter-spacing:-.02em}.hospital-logo-showcase-copy p{font-size:.71rem;color:#708493;line-height:1.5;margin:0}
.hospital-logo-check{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:#edf9f7;color:#159f96;position:relative;z-index:1}
.hospital-logo-external{margin-top:.75rem;display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:800;color:#4e7282;position:relative;z-index:1}

.hospital-logo-showcase-card .brand-hatem .hospital-brand-badge-large{background:linear-gradient(135deg,#fff1f5,#ffe1e8);color:#c02249;border:1px solid #f3ccd8}
.hospital-logo-showcase-card .brand-ncr .hospital-brand-badge-large{background:linear-gradient(135deg,#efefff,#e3e7ff);color:#41449f;border:1px solid #d1d5ff}
.hospital-logo-showcase-card .brand-bossan .hospital-brand-badge-large{background:linear-gradient(135deg,#eafcff,#daf6fa);color:#129dae;border:1px solid #c3edf4}
.hospital-logo-showcase-card .brand-mmt .hospital-brand-badge-large{background:linear-gradient(135deg,#e8fbfc,#dcf4f6);color:#139ea8;border:1px solid #c3eaed}
.hospital-logo-showcase-card .brand-sanko .hospital-brand-badge-large{background:linear-gradient(135deg,#eeefff,#e3e5ff);color:#383d92;border:1px solid #d0d5ff}
.hospital-logo-showcase-card .brand-liv .hospital-brand-badge-large{background:linear-gradient(135deg,#edfaff,#def5fb);color:#159cca;border:1px solid #c9edf7}
.hospital-logo-showcase-card .brand-deva .hospital-brand-badge-large{background:linear-gradient(135deg,#eafcff,#e3fbf8);color:#0d90a5;border:1px solid #c6ece7}
.hospital-logo-showcase-card .brand-medicalpoint .hospital-brand-badge-large{background:linear-gradient(135deg,#ffedf0,#ffe1e7);color:#cf2a3c;border:1px solid #f6c5ce}
.hospital-logo-showcase-card .brand-anka .hospital-brand-badge-large{background:linear-gradient(135deg,#fff1ed,#ffe5df);color:#b73c31;border:1px solid #f2cfc7}
.hospital-logo-showcase-card .brand-emek .hospital-brand-badge-large{background:linear-gradient(135deg,#e8fbf8,#dcf7f1);color:#0e978b;border:1px solid #c0ebe2}

@media(max-width:991.98px){.health-hospital-grid-mini.health-hospital-grid-branded{grid-template-columns:1fr 1fr}.health-hospital-grid-mini.health-hospital-grid-branded > .hospital-brand-card{grid-template-columns:60px minmax(0,1fr) 16px;padding:.82rem .88rem!important}.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-copy strong{font-size:.88rem}.hospital-logo-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767.98px){.health-hospital-grid-mini.health-hospital-grid-branded{grid-template-columns:1fr}.health-hospital-grid-mini.health-hospital-grid-branded > .hospital-brand-card{min-height:86px}.hospital-logo-showcase-grid{grid-template-columns:1fr 1fr}.hospital-logo-showcase-card{min-height:212px}}
@media(max-width:575.98px){.health-hospital-grid-mini.health-hospital-grid-branded > .hospital-brand-card{grid-template-columns:56px minmax(0,1fr) 14px;padding:.78rem .82rem!important}.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-badge{font-size:.76rem}.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-copy strong{font-size:.84rem}.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-copy small{font-size:.68rem}.hospital-logo-showcase-grid{grid-template-columns:1fr}.hospital-logo-showcase-card{min-height:198px}}


/* anlaşmalı sağlık kuruluşları vitrini revizyonu */
.hospital-logo-showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.hospital-logo-showcase-card{position:relative;display:flex;flex-direction:column;min-height:260px;border:1px solid #dbe8ed;border-radius:24px;padding:1rem;background:linear-gradient(180deg,#ffffff 0%,#fbfdfe 100%);box-shadow:0 16px 34px rgba(8,26,46,.055);transition:.25s;color:var(--ink);overflow:hidden}
.hospital-logo-showcase-card:after{content:"";position:absolute;right:-46px;top:-46px;width:118px;height:118px;border-radius:50%;background:rgba(18,166,157,.055)}
a.hospital-logo-showcase-card:hover{transform:translateY(-4px);border-color:#b6ddd8;box-shadow:0 22px 48px rgba(8,26,46,.09);color:var(--ink)}
.hospital-logo-showcase-topline,.hospital-logo-showcase-visual,.hospital-logo-showcase-copy,.hospital-logo-showcase-footer{position:relative;z-index:1}
.hospital-logo-showcase-topline{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.75rem}
.hospital-showcase-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.34rem .6rem;border-radius:999px;background:#ecfaf8;color:#14a097;font-size:.55rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.hospital-showcase-badge:before{content:"";width:12px;height:2px;border-radius:2px;background:#14a097}
.hospital-showcase-linkhint{display:inline-flex;align-items:center;gap:.3rem;font-size:.66rem;font-weight:800;color:#6a8090;white-space:nowrap}
.hospital-logo-showcase-visual{height:auto;min-height:92px;border:1px solid #e0eaee;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fbfd);display:flex;align-items:center;padding:.9rem;margin-bottom:.95rem}
.hospital-logo-identity{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:.8rem;width:100%}
.hospital-logo-mark{display:grid;place-items:center;height:58px;border-radius:18px;background:#fff;border:1px solid #dce8ed;padding:.35rem .4rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.hospital-logo-mark.has-image img{max-width:100%;max-height:44px;object-fit:contain}
.hospital-logo-identity-copy{display:flex;flex-direction:column;min-width:0;gap:.18rem}
.hospital-logo-identity-copy strong{font-size:.9rem;line-height:1.2;color:#17364c;letter-spacing:-.02em}
.hospital-logo-identity-copy small{font-size:.68rem;line-height:1.45;color:#6f8391}
.hospital-logo-showcase-copy h3{font-size:1rem;font-weight:850;margin:0 0 .35rem;letter-spacing:-.02em}
.hospital-logo-showcase-copy p{font-size:.72rem;color:#708493;line-height:1.55;margin:0}
.hospital-logo-showcase-footer{margin-top:auto;padding-top:.85rem;display:flex;align-items:center;justify-content:space-between;gap:.55rem;border-top:1px solid #ebf1f3;font-size:.68rem;font-weight:800;color:#5f7a86}
.hospital-logo-showcase-footer span{display:inline-flex;align-items:center;gap:.35rem}
.hospital-logo-showcase-footer i{color:#17a39a}

/* color systems for branded badge visuals */
.hospital-logo-showcase-card .brand-hatem .hospital-brand-badge-large{background:linear-gradient(135deg,#fff1f5,#ffe1e8);color:#c02249;border:1px solid #f3ccd8}
.hospital-logo-showcase-card .brand-ncr .hospital-brand-badge-large{background:linear-gradient(135deg,#efefff,#e3e7ff);color:#41449f;border:1px solid #d1d5ff}
.hospital-logo-showcase-card .brand-bossan .hospital-brand-badge-large{background:linear-gradient(135deg,#eafcff,#daf6fa);color:#129dae;border:1px solid #c3edf4}
.hospital-logo-showcase-card .brand-mmt .hospital-brand-badge-large{background:linear-gradient(135deg,#e8fbfc,#dcf4f6);color:#139ea8;border:1px solid #c3eaed}
.hospital-logo-showcase-card .brand-sanko .hospital-brand-badge-large{background:linear-gradient(135deg,#eeefff,#e3e5ff);color:#383d92;border:1px solid #d0d5ff}
.hospital-logo-showcase-card .brand-liv .hospital-brand-badge-large{background:linear-gradient(135deg,#edfaff,#def5fb);color:#159cca;border:1px solid #c9edf7}
.hospital-logo-showcase-card .brand-deva .hospital-brand-badge-large{background:linear-gradient(135deg,#eafcff,#e3fbf8);color:#0d90a5;border:1px solid #c6ece7}
.hospital-logo-showcase-card .brand-medicalpoint .hospital-brand-badge-large{background:linear-gradient(135deg,#ffedf0,#ffe1e7);color:#cf2a3c;border:1px solid #f6c5ce}
.hospital-logo-showcase-card .brand-anka .hospital-brand-badge-large{background:linear-gradient(135deg,#fff1ed,#ffe5df);color:#b73c31;border:1px solid #f2cfc7}
.hospital-logo-showcase-card .brand-emek .hospital-brand-badge-large{background:linear-gradient(135deg,#e8fbf8,#dcf7f1);color:#0e978b;border:1px solid #c0ebe2}
.hospital-logo-showcase-card .hospital-brand-badge-large{display:flex;align-items:center;justify-content:center;width:100%;height:50px;border-radius:16px;font-size:.96rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}

@media(max-width:991.98px){.hospital-logo-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hospital-logo-showcase-card{min-height:248px}}
@media(max-width:767.98px){.hospital-logo-showcase-grid{grid-template-columns:1fr 1fr}.hospital-logo-showcase-card{min-height:236px}.hospital-logo-showcase-topline{flex-wrap:wrap}.hospital-logo-showcase-footer{flex-direction:column;align-items:flex-start}}
@media(max-width:575.98px){.hospital-logo-showcase-grid{grid-template-columns:1fr}.hospital-logo-showcase-card{min-height:224px}.hospital-logo-identity{grid-template-columns:64px minmax(0,1fr)}.hospital-logo-mark{height:54px}.hospital-logo-showcase-visual{padding:.8rem}}


/* gerçek hastane logo vitrini */
.hospital-logo-showcase-card{min-height:248px}
.hospital-logo-showcase-visual{height:108px;min-height:108px;display:grid;place-items:center;padding:1rem 1.1rem;background:linear-gradient(180deg,#ffffff,#f8fbfd);border:1px solid #deeaee;border-radius:20px;margin-bottom:1rem}
.hospital-logo-showcase-visual .hospital-logo-full{display:block;max-width:100%;max-height:78px;object-fit:contain;filter:none}
.hospital-logo-showcase-copy h3{font-size:.98rem;margin:0 0 .32rem}.hospital-logo-showcase-copy p{font-size:.71rem;line-height:1.5}
.hospital-logo-showcase-footer{margin-top:auto}

/* hide old inner identity styles in lower showcase if still present somewhere */
.hospital-logo-showcase-visual .hospital-logo-identity,
.hospital-logo-showcase-visual .hospital-logo-mark,
.hospital-logo-showcase-visual .hospital-logo-identity-copy{all:unset}

/* main showcase hospital mini cards should also display logos cleanly */
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual{padding:.35rem .45rem}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual img{display:block;max-width:100%;max-height:38px;object-fit:contain}

/* fine-tune some wider wordmarks */
.hospital-brand-card-medicalpoint .hospital-brand-visual img,
.hospital-brand-card-sanko .hospital-brand-visual img,
.hospital-brand-card-ncr .hospital-brand-visual img{max-height:34px}
.hospital-logo-showcase-card-medicalpoint .hospital-logo-full,
.hospital-logo-showcase-card-sanko .hospital-logo-full,
.hospital-logo-showcase-card-ncr .hospital-logo-full{max-height:68px}

@media(max-width:991.98px){.hospital-logo-showcase-visual{height:100px;min-height:100px}.hospital-logo-showcase-visual .hospital-logo-full{max-height:70px}}
@media(max-width:575.98px){.hospital-logo-showcase-card{min-height:230px}.hospital-logo-showcase-visual{height:96px;min-height:96px;padding:.9rem}.hospital-logo-showcase-visual .hospital-logo-full{max-height:64px}}


/* logo renk yumuşatma ve kırmızı zemin düzeltmesi */
/* kill old hard-coded brand backgrounds from earlier iterations */
.hospital-logo-showcase-visual.brand-medicalpoint,
.hospital-logo-showcase-card-medicalpoint .hospital-logo-showcase-visual,
.hospital-logo-showcase-visual.brand-hatem,
.hospital-logo-showcase-visual.brand-anka,
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-medicalpoint,
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-hatem,
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-anka,
.brand-medicalpoint.hospital-brand-visual,
.brand-hatem.hospital-brand-visual,
.brand-anka.hospital-brand-visual{
  background:linear-gradient(180deg,#ffffff,#f8fbfd)!important;
  border-color:#deeaee!important;
}

/* soften entire logo card feel */
.hospital-logo-showcase-card-medicalpoint:after,
.hospital-logo-showcase-card-hatem:after,
.hospital-logo-showcase-card-anka:after{background:rgba(18,166,157,.04)!important}
.hospital-logo-showcase-card-medicalpoint,
.hospital-logo-showcase-card-hatem,
.hospital-logo-showcase-card-anka{border-color:#dbe8ed!important}

/* tone down badge palettes if fallback badges ever appear */
.health-hospital-grid-mini.health-hospital-grid-branded .brand-medicalpoint .hospital-brand-badge,
.hospital-logo-showcase-card .brand-medicalpoint .hospital-brand-badge-large{background:linear-gradient(135deg,#fff3f5,#fce8eb)!important;color:#b85a67!important;border:1px solid #f0cfd5!important}
.health-hospital-grid-mini.health-hospital-grid-branded .brand-hatem .hospital-brand-badge,
.hospital-logo-showcase-card .brand-hatem .hospital-brand-badge-large{background:linear-gradient(135deg,#fcf2f5,#f8e8ec)!important;color:#b85a73!important;border:1px solid #efd7df!important}
.health-hospital-grid-mini.health-hospital-grid-branded .brand-anka .hospital-brand-badge,
.hospital-logo-showcase-card .brand-anka .hospital-brand-badge-large{background:linear-gradient(135deg,#fdf3f1,#fbeae6)!important;color:#c67a6d!important;border:1px solid #f0dad4!important}

/* refine full logo images */
.hospital-logo-showcase-visual .hospital-logo-full{max-width:96%;max-height:72px;object-fit:contain}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual img{max-height:34px}
.hospital-brand-card-medicalpoint .hospital-brand-visual img{max-height:31px}
.hospital-logo-showcase-card-medicalpoint .hospital-logo-full{max-height:62px}

@media(max-width:575.98px){
  .hospital-logo-showcase-card-medicalpoint .hospital-logo-full{max-height:56px}
}


/* saglik avantajlari alt vitrin wordmark revizyonu */
/* lower hospital showcase: replace artificial logo blocks with clean wordmarks */
.hospital-logo-showcase-grid .hospital-logo-showcase-visual{height:110px;min-height:110px;display:flex;align-items:center;justify-content:center;padding:1rem 1.1rem;background:linear-gradient(180deg,#ffffff 0%,#fbfdfe 100%)!important;border:1px solid #deeaee!important;border-radius:20px;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.hospital-logo-showcase-grid .hospital-logo-showcase-visual .hospital-logo-full{max-width:100%;max-height:70px;object-fit:contain}
.hospital-wordmark{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:.85rem 1rem;border-radius:16px;background:linear-gradient(180deg,#ffffff,#f9fbfd);border:1px solid #e6eef1;text-align:center;box-shadow:0 6px 18px rgba(8,26,46,.03)}
.hospital-wordmark-name{display:block;font-size:1.05rem;line-height:1.15;font-weight:900;letter-spacing:-.02em}
.hospital-wordmark-sub{display:block;margin-top:.3rem;font-size:.64rem;line-height:1.4;font-weight:800;letter-spacing:.12em;text-transform:uppercase;opacity:.7}

/* remove old badge/icon feeling */
.hospital-logo-showcase-grid .hospital-logo-showcase-card .hospital-brand-badge-large,
.hospital-logo-showcase-grid .hospital-logo-showcase-card .hospital-logo-mark,
.hospital-logo-showcase-grid .hospital-logo-showcase-card .hospital-logo-identity,
.hospital-logo-showcase-grid .hospital-logo-showcase-card .hospital-logo-identity-copy{display:none!important}

/* softer, elegant brand colors */
.hospital-wordmark.brand-hatem .hospital-wordmark-name,.hospital-wordmark.brand-hatem .hospital-wordmark-sub{color:#b05d73}
.hospital-wordmark.brand-ncr .hospital-wordmark-name,.hospital-wordmark.brand-ncr .hospital-wordmark-sub{color:#5357a6}
.hospital-wordmark.brand-bossan .hospital-wordmark-name,.hospital-wordmark.brand-bossan .hospital-wordmark-sub{color:#159bad}
.hospital-wordmark.brand-mmt .hospital-wordmark-name,.hospital-wordmark.brand-mmt .hospital-wordmark-sub{color:#1b9fa9}
.hospital-wordmark.brand-sanko .hospital-wordmark-name,.hospital-wordmark.brand-sanko .hospital-wordmark-sub{color:#4c4da3}
.hospital-wordmark.brand-liv .hospital-wordmark-name,.hospital-wordmark.brand-liv .hospital-wordmark-sub{color:#1d9fca}
.hospital-wordmark.brand-deva .hospital-wordmark-name,.hospital-wordmark.brand-deva .hospital-wordmark-sub{color:#1b98a3}
.hospital-wordmark.brand-medicalpoint .hospital-wordmark-name,.hospital-wordmark.brand-medicalpoint .hospital-wordmark-sub{color:#c06c76}
.hospital-wordmark.brand-anka .hospital-wordmark-name,.hospital-wordmark.brand-anka .hospital-wordmark-sub{color:#bf7e72}

/* cleaner cards in lower showcase */
.hospital-logo-showcase-grid .hospital-logo-showcase-card{min-height:236px;background:linear-gradient(180deg,#ffffff 0%,#fbfdfe 100%)!important}
.hospital-logo-showcase-grid .hospital-logo-showcase-copy h3{font-size:.98rem;margin:0 0 .28rem;color:#17364c}
.hospital-logo-showcase-grid .hospital-logo-showcase-copy p{font-size:.7rem;line-height:1.5;color:#738692}
.hospital-logo-showcase-grid .hospital-logo-showcase-footer{border-top:1px solid #edf3f5;padding-top:.8rem}

/* ensure previous brand-specific hard backgrounds no longer leak */
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-medicalpoint,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-hatem,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-anka,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-bossan,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-ncr,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-sanko,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-liv,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-deva,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-mmt{background:linear-gradient(180deg,#ffffff 0%,#fbfdfe 100%)!important;border-color:#deeaee!important}

@media(max-width:575.98px){
  .hospital-logo-showcase-grid .hospital-logo-showcase-visual{height:98px;min-height:98px;padding:.85rem}
  .hospital-wordmark{padding:.75rem .85rem}
  .hospital-wordmark-name{font-size:.95rem}
  .hospital-wordmark-sub{font-size:.6rem}
}


/* real hospital logos cleanup */
.hospital-logo-showcase-grid .hospital-logo-showcase-visual{height:110px;min-height:110px;display:flex;align-items:center;justify-content:center;padding:1rem 1.1rem;background:linear-gradient(180deg,#ffffff 0%,#fbfdfe 100%)!important;border:1px solid #deeaee!important;border-radius:20px;box-shadow:inset 0 1px 0 rgba(255,255,255,.92)}
.hospital-logo-showcase-grid .hospital-logo-showcase-visual .hospital-logo-full{display:block;max-width:90%;max-height:62px;object-fit:contain;filter:none}
.hospital-logo-showcase-grid .hospital-logo-showcase-card{min-height:236px;background:linear-gradient(180deg,#ffffff 0%,#fbfdfe 100%)!important}
.hospital-logo-showcase-grid .hospital-logo-showcase-copy h3{font-size:.98rem;margin:0 0 .28rem;color:#17364c}
.hospital-logo-showcase-grid .hospital-logo-showcase-copy p{font-size:.7rem;line-height:1.5;color:#738692}
.hospital-logo-showcase-grid .hospital-logo-showcase-footer{border-top:1px solid #edf3f5;padding-top:.8rem}

/* neutralize aggressive old brand fills */
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-emek,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-hatem,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-ncr,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-bossan,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-mmt,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-sanko,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-liv,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-deva,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-anka{background:linear-gradient(180deg,#ffffff 0%,#fbfdfe 100%)!important;border-color:#deeaee!important}

/* medical point official logo is white; give it a tasteful dark tray instead of harsh red */
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-medicalpoint{background:linear-gradient(180deg,#21384b 0%,#173042 100%)!important;border-color:#21384b!important}
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-medicalpoint .hospital-logo-full{max-height:54px;width:auto}

/* upper promo cards should also respect remote/real logos */
.health-offer-grid .hospital-card-visual img,
.health-hero-hospital-grid img{display:block;max-width:100%;max-height:54px;object-fit:contain}
.health-hero-hospital-grid .partner-hospital-card.brand-medicalpoint .hospital-card-visual,
.hospital-card-visual.brand-medicalpoint{background:linear-gradient(180deg,#21384b 0%,#173042 100%)!important;border-color:#21384b!important}

@media(max-width:575.98px){
  .hospital-logo-showcase-grid .hospital-logo-showcase-visual{height:98px;min-height:98px;padding:.85rem}
  .hospital-logo-showcase-grid .hospital-logo-showcase-visual .hospital-logo-full{max-height:56px}
}


/* official logo sizing normalization */
/* cancel old decorative brand-shape rules in both top grid and lower showcase */
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual[class*="brand-"],
.hospital-logo-showcase-grid .hospital-logo-showcase-visual[class*="brand-"]{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  justify-self:stretch!important;
  align-self:stretch!important;
  border-radius:18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:.8rem 1rem!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid #deeaee!important;
}

.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual img,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual img,
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual .hospital-logo-full,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual .hospital-logo-full{
  display:block!important;
  width:auto!important;
  max-width:88%!important;
  height:auto!important;
  max-height:44px!important;
  object-fit:contain!important;
}

/* premium lower showcase */
.hospital-logo-showcase-grid .hospital-logo-showcase-card{
  min-height:232px!important;
  border-radius:22px!important;
  padding:1.02rem!important;
}
.hospital-logo-showcase-grid .hospital-logo-showcase-topline{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.72rem}
.hospital-logo-showcase-grid .hospital-logo-showcase-visual{height:96px!important;min-height:96px!important;margin-bottom:.85rem!important}
.hospital-logo-showcase-grid .hospital-logo-showcase-copy h3{font-size:.97rem!important;margin:0 0 .28rem!important;color:#17364c!important}
.hospital-logo-showcase-grid .hospital-logo-showcase-copy p{font-size:.69rem!important;line-height:1.45!important;color:#738692!important}
.hospital-logo-showcase-grid .hospital-logo-showcase-footer{margin-top:auto;border-top:1px solid #edf3f5;padding-top:.8rem;font-size:.66rem;font-weight:800;color:#4d7687;display:flex;align-items:center;justify-content:space-between;gap:.4rem;position:relative;z-index:1}

/* top mini partner grid */
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-card{min-height:82px!important;grid-template-columns:90px minmax(0,1fr) 18px!important;gap:.72rem!important}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual{height:52px!important;padding:.45rem .65rem!important}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-copy strong{font-size:.77rem!important}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-copy small{font-size:.60rem!important}

/* dark trays only for official white logos */
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-medicalpoint,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-medicalpoint{
  background:linear-gradient(180deg,#22384c 0%,#173042 100%)!important;
  border-color:#22384c!important;
}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-liv,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-liv{
  background:linear-gradient(180deg,#1398b6 0%,#0f7fa7 100%)!important;
  border-color:#1491b0!important;
}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-medicalpoint img,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-medicalpoint img{max-height:38px!important;max-width:84%!important}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-liv img,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-liv img{max-height:34px!important;max-width:84%!important}

/* calmer, fully corporate look for known real-logo PNGs */
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-hatem img,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-hatem img,
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-sanko img,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-sanko img{max-height:40px!important;max-width:85%!important}

/* ensure no old pseudo-wordmark artifacts can leak */
.health-hospital-grid-mini .hospital-brand-visual .brand-wordmark,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual .brand-wordmark{display:none!important}

@media(max-width:991.98px){
  .health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-card{grid-template-columns:84px minmax(0,1fr) 18px!important}
}
@media(max-width:575.98px){
  .health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-card{grid-template-columns:82px minmax(0,1fr) 18px!important}
  .hospital-logo-showcase-grid .hospital-logo-showcase-visual{height:92px!important;min-height:92px!important}
}


/* official hospital logos normalized */
:root{
  --hospital-logo-top-height: 36px;
  --hospital-logo-showcase-height: 52px;
}
/* use only clean local real logos in a uniform frame */
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual{
  background:#fff !important;
  border:1px solid #deeaee !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
  overflow:hidden;
}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual img,
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual .hospital-logo-full{
  width:auto !important;
  height:auto !important;
  max-width:88% !important;
  max-height:var(--hospital-logo-top-height) !important;
  object-fit:contain !important;
  display:block !important;
  margin-inline:auto;
}
.hospital-logo-showcase-grid .hospital-logo-showcase-visual img,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual .hospital-logo-full{
  width:auto !important;
  height:auto !important;
  max-width:88% !important;
  max-height:var(--hospital-logo-showcase-height) !important;
  object-fit:contain !important;
  display:block !important;
  margin-inline:auto;
}
/* brands that need dark tray because the source logo is white or low-contrast */
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-liv,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-liv{
  background:#1d95bf !important;
  border-color:#1d95bf !important;
}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-medicalpoint,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-medicalpoint{
  background:#173042 !important;
  border-color:#173042 !important;
}
/* slightly smaller caps for visually heavy logos */
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-emek img{max-height:34px !important;}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-bossan img,
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-ncr img,
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-sanko img,
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-medicalpoint img{max-height:32px !important;}
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-bossan img,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-ncr img,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-sanko img,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-medicalpoint img{max-height:48px !important;}
/* make the lower section clearly consistent */
.hospital-logo-showcase-grid .hospital-logo-showcase-card{min-height:232px !important;}
.hospital-logo-showcase-grid .hospital-logo-showcase-visual{height:98px !important; min-height:98px !important; padding:1rem !important;}
@media (max-width:575.98px){
  :root{ --hospital-logo-top-height: 34px; --hospital-logo-showcase-height: 48px; }
}


/* equal treatment for liv and medical point */
/* no privileged colored trays: keep all hospital logo boxes white */
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-liv,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-liv,
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-medicalpoint,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-medicalpoint{
  background:#fff !important;
  border-color:#deeaee !important;
}

/* reduce visual dominance so they sit in the same system */
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-liv img,
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-medicalpoint img{
  max-height:28px !important;
  max-width:80% !important;
}
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-liv img,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-medicalpoint img{
  max-height:40px !important;
  max-width:80% !important;
}

/* keep other heavy logos balanced too */
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-bossan img,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-ncr img,
.hospital-logo-showcase-grid .hospital-logo-showcase-visual.brand-sanko img{
  max-height:44px !important;
}
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-bossan img,
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-ncr img,
.health-hospital-grid-mini.health-hospital-grid-branded .hospital-brand-visual.brand-sanko img{
  max-height:30px !important;
}

/* Referans firma logoları */
.ref-card-head{display:flex;align-items:center;gap:1rem}
.ref-card-copy{min-width:0;flex:1}
.ref-logo{width:118px;height:78px;flex:0 0 118px;border:1px solid #e1ebef;border-radius:16px;background:#fff;display:grid;place-items:center;padding:.65rem;overflow:hidden}
.ref-logo img{width:100%;height:100%;object-fit:contain}
.ref-logo-placeholder{background:linear-gradient(145deg,#f1f9fc,#fff);color:#168dbe;font-size:1.05rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:575.98px){.ref-card-head{align-items:flex-start}.ref-logo{width:92px;height:68px;flex-basis:92px;padding:.5rem}}

.map-consent-placeholder{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.65rem;padding:2rem;background:#f4f8fa;color:#39566a}.map-consent-placeholder>i{font-size:2rem;color:#168ebd}.map-consent-placeholder>strong{color:#122f45}.map-consent-placeholder>span{max-width:540px;font-size:.82rem}


/* v5.5 reference logo + SEO-friendly official source presentation */
.ref-logo{position:relative}.ref-logo-fallback{position:absolute;inset:.45rem;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#f1f9fc,#fff);color:#168dbe;font-size:1.02rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.ref-logo-fallback[hidden]{display:none!important}
.ref-official-link{display:inline-flex;align-items:center;gap:.32rem;margin-top:.22rem;font-size:.68rem;font-weight:750;color:#26789f}.ref-official-link:hover{color:#0c6d98}
.ref-card-copy{min-width:0}.ref-name{overflow-wrap:anywhere}


/* v5.5.1 compact homepage references */
.home-references-box{padding:1.65rem 1.75rem}
.home-references-box .section-title{font-size:clamp(1.65rem,2.5vw,2.45rem)}
.home-references-box .section-lead{font-size:.9rem}
.home-reference-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}
.home-reference-item{min-width:0;min-height:106px;border:1px solid #e2ebef;border-radius:17px;background:#fff;padding:.7rem .55rem .6rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;text-align:center;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.home-reference-item:hover{transform:translateY(-2px);border-color:#c9e1eb;box-shadow:0 8px 24px rgba(8,26,46,.055)}
.home-reference-logo{position:relative;width:100%;height:50px;display:grid;place-items:center;padding:.2rem .4rem;overflow:hidden}
.home-reference-logo img{display:block;max-width:104px;max-height:42px;width:auto;height:auto;object-fit:contain}
.home-reference-logo-fallback{position:absolute;inset:.2rem;display:grid;place-items:center;color:#168dbe;font-size:.92rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.home-reference-logo-fallback[hidden]{display:none!important}
.home-reference-logo-placeholder{color:#168dbe;font-size:.9rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(145deg,#f4fafc,#fff);border-radius:11px}
.home-reference-name{max-width:100%;font-size:.65rem;line-height:1.25;font-weight:750;color:#405d70;overflow-wrap:anywhere}
@media(max-width:1199.98px){.home-reference-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767.98px){.home-references-box{padding:1.3rem}.home-reference-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.home-reference-item{min-height:94px;padding:.55rem .4rem}.home-reference-logo{height:43px}.home-reference-logo img{max-width:88px;max-height:35px}.home-reference-name{font-size:.6rem}}
@media(max-width:479.98px){.home-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* v5.5.3 — WhatsApp müşteri talepleri (hero hariç) */
.health-advantages-whatsapp{background:#f8fbfc;padding-top:4rem;padding-bottom:4rem}
.health-whatsapp-artwork-wrap{max-width:1180px;margin:0 auto;border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 20px 55px rgba(8,26,46,.07);border:1px solid #e2ecef}
.health-whatsapp-artwork{display:block;width:100%;border:0;padding:0;margin:0;background:#fff;cursor:pointer}
.health-whatsapp-artwork img{display:block;width:100%;height:auto}
.whatsapp-partners-modal{border:0;border-radius:28px;box-shadow:0 30px 90px rgba(8,26,46,.25);overflow:hidden}
.whatsapp-partners-modal .modal-header{padding:2rem 2rem .8rem;position:relative}.whatsapp-partners-modal .modal-header .btn-close{position:absolute;right:1.5rem;top:1.5rem}
.whatsapp-partners-modal .modal-title{font-size:clamp(1.8rem,3vw,2.7rem);font-weight:850;letter-spacing:-.04em;color:#0b2e5b}
.partner-modal-grid-whatsapp{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem;padding:.5rem 1rem 1rem}
.partner-modal-grid-whatsapp .partner-modal-card{min-height:145px;border:1px solid #dce7eb;border-radius:14px;background:#fff;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;text-align:center}
.partner-modal-grid-whatsapp .partner-modal-logo{width:100%;height:82px;display:grid;place-items:center}.partner-modal-grid-whatsapp .partner-modal-logo img{max-width:92%;max-height:70px;object-fit:contain}.partner-modal-grid-whatsapp small{display:block;width:100%;margin:0 -.5rem -.6rem;padding:.45rem .35rem;background:#0c9b98;color:#fff;border-radius:0 0 10px 10px;font-weight:800;font-size:.67rem}
.partner-modal-note{border-top:1px solid #e5ecef;margin:0 1rem;padding:1.1rem .1rem 0;color:#6b7d8c;font-size:.85rem}
.btn-teal-modal{background:#0b9a96;border-color:#0b9a96;color:#fff;border-radius:12px;padding:.72rem 1.6rem;font-weight:800}.btn-teal-modal:hover{background:#087f7c;border-color:#087f7c;color:#fff}
@media(max-width:991.98px){.partner-modal-grid-whatsapp{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767.98px){.health-advantages-whatsapp{padding-top:2.8rem;padding-bottom:2.8rem}.health-whatsapp-artwork-wrap{border-radius:20px}.partner-modal-grid-whatsapp{grid-template-columns:repeat(2,minmax(0,1fr));padding:.4rem}.partner-modal-grid-whatsapp .partner-modal-card{min-height:120px;padding:.7rem}.partner-modal-grid-whatsapp .partner-modal-logo{height:64px}.whatsapp-partners-modal .modal-header{padding:1.5rem 1rem .7rem}.whatsapp-partners-modal .modal-header .btn-close{right:1rem;top:1rem}}


/* v5.5.5 — Ana sayfa genel düzen toparlama (hero korunur) */
.home-section-head{max-width:860px;margin:0 auto 2rem}.home-section-head .section-title{margin-bottom:.7rem}.home-section-head .section-lead{margin:0 auto;color:#6b7f8f;font-size:.95rem;max-width:720px}.home-section-head-left{max-width:none;margin:0 0 1rem}
.home-services-clean{padding-top:4.2rem;padding-bottom:3.8rem}.service-grid-home{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;margin-top:2.1rem}.service-grid-home .service-card{min-height:255px;border-radius:22px;padding:1.2rem 1rem 1rem;box-shadow:0 8px 26px rgba(8,26,46,.035)}.service-grid-home .service-icon{width:54px;height:54px;font-size:1.35rem}.service-grid-home .service-card h3{font-size:.98rem;margin:1rem 0 .5rem}.service-grid-home .service-card p{font-size:.81rem;line-height:1.52}.service-grid-home .card-link{font-size:.78rem}
.home-health-clean{padding-top:2.4rem;padding-bottom:3.3rem}.home-health-clean .health-whatsapp-artwork-wrap{max-width:1120px;border-radius:24px;box-shadow:0 18px 42px rgba(8,26,46,.06)}
.home-stats-clean{background:transparent;padding:0 0 3.6rem}.home-stats-clean .stats-grid{gap:1rem;background:transparent;border-radius:0;overflow:visible;grid-template-columns:repeat(4,minmax(0,1fr))}.home-stats-clean .stat-item{background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:22px;padding:1.45rem 1.1rem;box-shadow:0 10px 28px rgba(8,26,46,.04)}.home-stats-clean .stat-item strong{color:#0c2e52}.home-stats-clean .stat-item span{color:#6f8090;font-size:.78rem;max-width:190px;margin:.35rem auto 0}.home-stats-clean .container-xl{max-width:1320px}
.home-sectors-clean{padding-top:4rem}.home-sectors-clean .row.align-items-end{margin-bottom:1.8rem}.home-sectors-clean .section-lead{color:#6b7e8f}.home-sectors-clean .sector-grid{gap:1rem}.home-sectors-clean .sector-card{border-radius:22px;box-shadow:0 8px 24px rgba(8,26,46,.035)}
.home-mobile-clean .feature-panel{border-radius:30px;box-shadow:0 16px 40px rgba(8,26,46,.12)}.home-mobile-clean .feature-image{height:100%;min-height:390px;object-fit:cover}.home-mobile-clean .feature-copy{padding:2.7rem 2.35rem}
.home-about-clean .section-lead{color:#64798b}.home-about-clean .about-point{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1rem 1rem .95rem;box-shadow:0 8px 22px rgba(8,26,46,.03)}
.home-gallery-clean .section-lead{color:#6d8090}.home-gallery-clean .gallery-grid{margin-top:1.8rem}
.home-references-clean{padding-top:4rem}.home-references-clean .references-box{border-radius:26px;box-shadow:0 16px 36px rgba(8,26,46,.05)}
.home-blog-clean .blog-card{box-shadow:0 8px 22px rgba(8,26,46,.03)}.home-blog-clean .blog-card-body{padding:1.15rem}
.home-local-clean{padding-top:3.4rem;padding-bottom:3.6rem}.home-local-clean .local-seo-links a{padding:.72rem .98rem;font-size:.8rem;border-radius:14px}
.home-cta-clean{padding-bottom:4.6rem}.home-cta-clean .cta-box{box-shadow:0 16px 36px rgba(8,26,46,.12)}
@media (max-width:1399.98px){.service-grid-home{grid-template-columns:repeat(3,minmax(0,1fr))}.service-grid-home .service-card{min-height:245px}}
@media (max-width:991.98px){.home-services-clean{padding-top:3.7rem}.service-grid-home{grid-template-columns:repeat(2,minmax(0,1fr))}.home-stats-clean .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-mobile-clean .feature-copy{padding:2.2rem 1.5rem}.home-about-clean .about-points{margin-top:1.4rem}.home-local-clean{padding-top:3rem}}
@media (max-width:575.98px){.home-section-head{margin-bottom:1.5rem}.service-grid-home{grid-template-columns:1fr;gap:.85rem}.service-grid-home .service-card{min-height:auto}.home-stats-clean .stats-grid{grid-template-columns:1fr}.home-stats-clean .stat-item{padding:1.2rem 1rem}.home-mobile-clean .feature-panel{border-radius:24px}.home-references-clean .references-box{border-radius:22px}.home-local-clean .local-seo-links{gap:.45rem}}


/* v5.5.6 — Ana sayfa istatistik alanı düzeltmesi */
.home-stats-clean .stat-item strong{white-space:nowrap}
.home-stats-clean .stats-grid-1{grid-template-columns:minmax(340px,560px);max-width:560px;margin-inline:auto}
.home-stats-clean .stats-grid-1 .stat-item{min-height:156px;padding:1.6rem 1.4rem}
.home-stats-clean .stats-grid-1 .stat-item strong{font-size:clamp(2.2rem,4vw,3rem);margin-bottom:.25rem}
.home-stats-clean .stats-grid-1 .stat-item span{font-size:1rem;max-width:none;line-height:1.45}
.home-stats-clean .stats-grid-2 .stat-item strong,.home-stats-clean .stats-grid-3 .stat-item strong,.home-stats-clean .stats-grid-4 .stat-item strong{white-space:nowrap}
@media (max-width:575.98px){.home-stats-clean .stats-grid-1{grid-template-columns:1fr;max-width:none}}

/* v5.6.0 — Referans görsele göre merkezde kalan ana sayfa üst alanı */
.hero-reference{padding:1.15rem 0 1.35rem;background:#fff;overflow:visible}
.hero-reference:after{display:none}
.hero-reference .container-xl{max-width:1280px}
.hero-reference-stage{position:relative;min-height:535px;border:1px solid #dfe9ee;border-radius:26px;overflow:hidden;background:#eef7f8;box-shadow:0 18px 52px rgba(8,26,46,.065)}
.hero-reference-stage:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(249,252,253,.995) 0%,rgba(249,252,253,.985) 32%,rgba(249,252,253,.94) 43%,rgba(249,252,253,.67) 54%,rgba(249,252,253,.14) 70%,rgba(249,252,253,0) 83%)}
.hero-reference-stage:after{content:"";position:absolute;inset:auto 0 0;height:28%;z-index:1;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.16));pointer-events:none}
.hero-reference-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:63% center;z-index:0}
.hero-reference-copy{position:relative;z-index:2;width:57%;min-height:535px;padding:3.25rem 2.9rem 2.6rem 3.15rem;display:flex;flex-direction:column;justify-content:center}
.hero-reference-kicker{display:block;margin-bottom:.7rem;color:#0a8d89;text-transform:uppercase;letter-spacing:.075em;font-size:.75rem;line-height:1.3;font-weight:850}
.hero-reference-title{margin:0;color:#08264b;font-size:clamp(2.35rem,4vw,3.65rem);line-height:1.03;letter-spacing:-.045em;font-weight:850;max-width:690px}
.hero-reference-sub{max-width:620px;margin:1rem 0 1.2rem;color:#52687b;font-size:1.02rem;line-height:1.55}
.hero-reference-actions{display:flex;flex-wrap:wrap;gap:.75rem}
.hero-primary-btn,.hero-secondary-btn{min-height:48px;border-radius:10px;padding:.68rem 1.25rem;font-size:.86rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:.7rem;transition:.2s}
.hero-primary-btn{background:#0b8f91;border:1px solid #0b8f91;color:#fff;box-shadow:0 10px 24px rgba(11,143,145,.2)}
.hero-primary-btn:hover{background:#087c7e;border-color:#087c7e;color:#fff;transform:translateY(-1px)}
.hero-secondary-btn{background:rgba(255,255,255,.82);border:1px solid #8fa0b3;color:#0a2444;backdrop-filter:blur(5px)}
.hero-secondary-btn:hover{background:#fff;border-color:#526b83;color:#0a2444}
.hero-reference-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-top:1.45rem;max-width:590px}
.hero-reference-trust>span{min-width:0;padding:.3rem .65rem .3rem 0;border-right:1px solid rgba(24,78,99,.14);display:grid;grid-template-columns:35px 1fr;grid-template-rows:auto auto;column-gap:.55rem;align-items:center;color:#183b52}
.hero-reference-trust>span:last-child{border-right:0}
.hero-reference-trust i{grid-row:1/3;width:35px;height:35px;border-radius:12px;display:grid;place-items:center;font-size:1.12rem;color:#0a8f8d;background:rgba(255,255,255,.72);border:1px solid rgba(10,143,141,.18)}
.hero-reference-trust b{font-size:.76rem;line-height:1.15;font-weight:800;white-space:nowrap}.hero-reference-trust small{font-size:.68rem;line-height:1.15;color:#617587;margin-top:.08rem}
.hero-stats-wrap{position:relative;z-index:5;margin:-37px 1.2rem 0}
.hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:rgba(255,255,255,.97);border:1px solid #dce8ed;border-radius:18px;box-shadow:0 14px 34px rgba(8,26,46,.09);overflow:hidden;backdrop-filter:blur(10px)}
.hero-stat-item{min-height:86px;padding:.85rem 1rem;display:flex;align-items:center;justify-content:center;gap:.85rem;border-right:1px solid #dfe8ec;text-align:left}
.hero-stat-item:last-child{border-right:0}.hero-stat-item>i{font-size:1.75rem;color:#0b8f91;line-height:1;flex:0 0 auto}.hero-stat-item>div{min-width:0;display:flex;flex-direction:column}.hero-stat-item strong{font-size:1.75rem;line-height:1;color:#0b3760;letter-spacing:-.04em;font-weight:850;white-space:nowrap}.hero-stat-item span{margin-top:.15rem;color:#627588;font-size:.72rem;line-height:1.25}
.hero-stats-1{grid-template-columns:minmax(320px,560px);max-width:560px;margin-inline:auto}.hero-stats-1 .hero-stat-item{border-right:0}
.hero-stats-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:800px;margin-inline:auto}.hero-stats-2 .hero-stat-item:nth-child(2){border-right:0}
.hero-stats-3{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1040px;margin-inline:auto}.hero-stats-3 .hero-stat-item:nth-child(3){border-right:0}
.home-services-reference-head{margin-bottom:1.45rem}.home-services-titleline{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.home-services-reference-head .section-title{font-size:clamp(1.8rem,2.7vw,2.55rem)}.home-services-reference-head .section-lead{margin:.5rem auto 0;max-width:760px}
.home-hospital-pill{display:inline-flex;align-items:center;gap:.55rem;background:#082d58;color:#fff;border-radius:9px;padding:.42rem .78rem;font-size:.77rem;font-weight:800;box-shadow:0 8px 20px rgba(8,45,88,.12)}.home-hospital-pill:hover{color:#fff;background:#0c3a6f}.home-hospital-pill img{width:27px;height:22px;object-fit:contain;background:#fff;border-radius:5px;padding:1px}
.home-services-clean{padding-top:2.9rem}.service-grid-home{margin-top:1.55rem}.service-grid-home .service-card{min-height:205px;border-radius:16px;padding:1.05rem .95rem .9rem}.service-grid-home .service-icon{width:48px;height:48px;border-radius:50%;font-size:1.2rem}.service-grid-home .service-card h3{margin:.82rem 0 .38rem;font-size:.9rem}.service-grid-home .service-card p{font-size:.75rem;line-height:1.45;margin-bottom:.75rem}.service-grid-home .card-link{font-size:.73rem}

@media (max-width:1199.98px){
  .hero-reference-copy{width:62%;padding-left:2.4rem;padding-right:2.2rem}.hero-reference-title{font-size:clamp(2.25rem,4.25vw,3.35rem)}
  .hero-reference-stage:before{background:linear-gradient(90deg,rgba(249,252,253,.995) 0%,rgba(249,252,253,.985) 36%,rgba(249,252,253,.88) 50%,rgba(249,252,253,.28) 72%,rgba(249,252,253,0) 86%)}
}
@media (max-width:991.98px){
  .hero-reference{padding-top:.85rem}.hero-reference-stage{min-height:630px}.hero-reference-photo{object-position:68% center}.hero-reference-stage:before{background:linear-gradient(180deg,rgba(249,252,253,.995) 0%,rgba(249,252,253,.99) 37%,rgba(249,252,253,.88) 52%,rgba(249,252,253,.25) 72%,rgba(249,252,253,0) 90%)}
  .hero-reference-copy{width:100%;min-height:auto;padding:2.3rem 2rem 0;justify-content:flex-start}.hero-reference-title{max-width:690px}.hero-reference-sub{max-width:620px}.hero-reference-trust{max-width:620px}
  .hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-stat-item:nth-child(2n){border-right:0}.hero-stat-item:nth-child(-n+2){border-bottom:1px solid #dfe8ec}.hero-stats-1{grid-template-columns:1fr;max-width:560px}.hero-stats-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:800px}.hero-stats-3{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.hero-stats-3 .hero-stat-item:nth-child(3){grid-column:1/-1;border-right:0;border-bottom:0}.hero-stats-3 .hero-stat-item:nth-child(2){border-right:0}
}
@media (max-width:767.98px){
  .hero-reference{padding-top:.55rem}.hero-reference-stage{min-height:625px;border-radius:20px}.hero-reference-photo{object-position:66% bottom}.hero-reference-stage:before{background:linear-gradient(180deg,rgba(249,252,253,1) 0%,rgba(249,252,253,.995) 43%,rgba(249,252,253,.82) 58%,rgba(249,252,253,.12) 83%,rgba(249,252,253,0) 100%)}
  .hero-reference-copy{padding:1.65rem 1.3rem 0}.hero-reference-kicker{font-size:.66rem}.hero-reference-title{font-size:clamp(2rem,9.5vw,2.7rem)}.hero-reference-sub{font-size:.9rem;line-height:1.5;margin:.8rem 0 1rem}.hero-reference-actions{gap:.55rem}.hero-primary-btn,.hero-secondary-btn{min-height:44px;padding:.58rem .9rem;font-size:.78rem}
  .hero-reference-trust{gap:.35rem;margin-top:1rem}.hero-reference-trust>span{grid-template-columns:29px 1fr;column-gap:.42rem;padding-right:.32rem}.hero-reference-trust i{width:29px;height:29px;border-radius:10px;font-size:.95rem}.hero-reference-trust b{font-size:.66rem}.hero-reference-trust small{font-size:.58rem}
  .hero-stats-wrap{margin:-27px .65rem 0}.hero-stat-item{min-height:76px;padding:.72rem .65rem;gap:.55rem}.hero-stat-item>i{font-size:1.35rem}.hero-stat-item strong{font-size:1.45rem}.hero-stat-item span{font-size:.64rem}.hero-stats-1,.hero-stats-2,.hero-stats-3{grid-template-columns:1fr;max-width:none}.hero-stats-2 .hero-stat-item,.hero-stats-3 .hero-stat-item{border-right:0;border-bottom:1px solid #dfe8ec}.hero-stats-2 .hero-stat-item:last-child,.hero-stats-3 .hero-stat-item:last-child{border-bottom:0}.hero-stats-3 .hero-stat-item:nth-child(3){grid-column:auto}
  .home-services-clean{padding-top:2.45rem}.home-services-titleline{gap:.65rem}.home-hospital-pill{font-size:.68rem;padding:.38rem .62rem}.home-services-reference-head .section-title{font-size:1.7rem}
}
@media (max-width:480px){
  .hero-reference-stage{min-height:650px}.hero-reference-actions>a{width:auto;flex:1 1 0}.hero-reference-trust{grid-template-columns:1fr 1fr 1fr}.hero-reference-trust>span{display:flex;flex-direction:column;align-items:flex-start;border-right:0;gap:.15rem}.hero-reference-trust i{margin-bottom:.2rem}.hero-reference-trust b,.hero-reference-trust small{white-space:normal}
}

/* v5.6.1 — Kullanıcının referansındaki üst alanı, mevcut merkez hizayı bozmadan birebir yaklaştırır. */
@media (min-width: 992px){
  .hero-reference{
    padding:0 0 1.2rem;
    background:#fff;
    overflow:visible;
  }
  .hero-reference .container-xl{
    max-width:1280px;
  }
  .hero-reference-stage{
    position:relative;
    min-height:412px;
    border:0;
    border-radius:0;
    overflow:hidden;
    background:#f5fafb;
    box-shadow:none;
  }
  .hero-reference-stage:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:linear-gradient(90deg,
      rgba(248,252,253,1) 0%,
      rgba(248,252,253,1) 35%,
      rgba(248,252,253,.98) 42%,
      rgba(248,252,253,.86) 49%,
      rgba(248,252,253,.48) 56%,
      rgba(248,252,253,.08) 65%,
      rgba(248,252,253,0) 72%);
  }
  .hero-reference-stage:after{
    display:none;
  }
  .hero-reference-photo{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:auto;
    width:69%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    z-index:0;
  }
  .hero-reference-copy{
    position:relative;
    z-index:2;
    width:55%;
    min-height:412px;
    padding:2.45rem 1.5rem 2.1rem 2.7rem;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .hero-reference-kicker{
    margin-bottom:.62rem;
    color:#078b88;
    letter-spacing:.065em;
    font-size:.72rem;
    line-height:1.25;
    font-weight:850;
  }
  .hero-reference-title{
    max-width:610px;
    font-size:clamp(2.35rem,3.25vw,3.05rem);
    line-height:1.03;
    letter-spacing:-.045em;
    font-weight:850;
  }
  .hero-reference-sub{
    max-width:570px;
    margin:.78rem 0 1rem;
    color:#53687b;
    font-size:.93rem;
    line-height:1.5;
  }
  .hero-reference-actions{
    gap:.72rem;
  }
  .hero-primary-btn,.hero-secondary-btn{
    min-height:46px;
    border-radius:9px;
    padding:.64rem 1.15rem;
    font-size:.82rem;
  }
  .hero-reference-trust{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
    margin-top:1.18rem;
    max-width:550px;
  }
  .hero-reference-trust>span{
    padding:.22rem .8rem .22rem 0;
    margin-right:.8rem;
    grid-template-columns:32px 1fr;
    column-gap:.48rem;
  }
  .hero-reference-trust i{
    width:32px;
    height:32px;
    border:0;
    border-radius:0;
    background:transparent;
    font-size:1.45rem;
  }
  .hero-reference-trust b{font-size:.72rem}
  .hero-reference-trust small{font-size:.64rem}
  .hero-stats-wrap{
    margin:-25px 1.15rem 0;
  }
  .hero-stats{
    grid-template-columns:repeat(4,minmax(0,1fr));
    min-height:82px;
    border:1px solid #e2eaee;
    border-radius:15px;
    background:rgba(255,255,255,.985);
    box-shadow:0 9px 24px rgba(8,26,46,.07);
    backdrop-filter:none;
  }
  .hero-stat-item{
    min-height:82px;
    padding:.72rem 1rem;
    gap:.72rem;
  }
  .hero-stat-item>i{
    font-size:1.8rem;
    color:#078b91;
  }
  .hero-stat-item strong{
    font-size:1.68rem;
    color:#0b3560;
  }
  .hero-stat-item span{
    margin-top:.08rem;
    font-size:.68rem;
    line-height:1.2;
  }
  .hero-stat-empty{color:#b8c5ce!important;font-size:1.5rem!important}
}

@media (min-width:1200px){
  .premium-nav{padding:.52rem 0}
  .premium-nav .brand-logo{width:205px;max-height:58px}
  .navbar-nav .nav-link{font-size:.82rem;padding:.63rem .7rem!important}
  .premium-nav .btn-premium{border-radius:10px;padding:.66rem 1.05rem}
}

@media (max-width:991.98px){
  .hero-reference-photo{content:url('../img/hero-referans-emek.jpg')}
}

/* v5.6.4 — Üst istatistik bandı referanstaki ikon, oran ve tipografiye yaklaştırıldı */
.hero-stats-wrap{margin:-30px 1.15rem 0}
.hero-stats{background:#fff;border:1px solid #e4ecef;border-radius:20px;box-shadow:0 12px 28px rgba(8,26,46,.06)}
.hero-stat-item{min-height:94px;padding:1rem 1.35rem;gap:1rem;justify-content:flex-start;align-items:center}
.hero-stat-copy{display:flex;flex-direction:column;min-width:0}
.hero-stat-icon{width:52px;height:52px;display:grid;place-items:center;color:#0b8f91;flex:0 0 52px}
.hero-stat-icon svg{display:block;width:42px;height:42px}
.hero-stat-item strong{font-size:1.95rem;line-height:1;color:#0a335f;letter-spacing:-.045em;font-weight:850;display:flex;align-items:baseline;gap:1px}
.hero-stat-item strong [data-counter]{display:inline-block}
.hero-stat-label{margin-top:.22rem;color:#5a6f83;font-size:.92rem;line-height:1.22;font-weight:500}
.hero-stat-empty{color:#b8c5ce!important;font-size:1.55rem!important}

@media (max-width:1199.98px){
  .hero-stat-item{padding:.95rem 1rem;gap:.8rem}
  .hero-stat-icon{width:46px;height:46px;flex-basis:46px}
  .hero-stat-icon svg{width:36px;height:36px}
  .hero-stat-item strong{font-size:1.72rem}
  .hero-stat-label{font-size:.82rem}
}
@media (max-width:991.98px){
  .hero-stats-wrap{margin:-24px .85rem 0}
  .hero-stat-item{min-height:82px;padding:.85rem .95rem}
  .hero-stat-item:nth-child(-n+2){border-bottom:1px solid #dfe8ec}
}
@media (max-width:767.98px){
  .hero-stats-wrap{margin:-22px .65rem 0}
  .hero-stat-item{min-height:76px;padding:.8rem .8rem;gap:.7rem}
  .hero-stat-icon{width:40px;height:40px;flex-basis:40px}
  .hero-stat-icon svg{width:31px;height:31px}
  .hero-stat-item strong{font-size:1.48rem}
  .hero-stat-label{font-size:.74rem}
}
@media (max-width:575.98px){
  .hero-stats{border-radius:16px}
  .hero-stat-item{justify-content:flex-start}
}

/* v5.6.6 — Üst istatistik bandı referansla birebir hizaya daha yakın */
.hero-stats-wrap{margin:-28px 1rem 0}
.hero-stats{border:1px solid #e1e9ee;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(8,26,46,.05)}
.hero-stat-item{min-height:92px;padding:1rem 1.25rem;gap:.95rem;justify-content:flex-start;align-items:center}
.hero-stat-copy{display:flex;flex-direction:column;justify-content:center;min-width:0}
.hero-stat-icon{width:58px;height:58px;display:grid;place-items:center;color:#0b8f91;flex:0 0 58px}
.hero-stat-icon svg{width:44px;height:44px;display:block}
.hero-stat-item strong{display:flex;align-items:flex-end;gap:1px;font-size:2rem;line-height:.95;color:#0b3760;letter-spacing:-.05em;font-weight:850;margin:0}
.hero-stat-label{margin-top:.18rem;color:#5f7488;font-size:.86rem;line-height:1.18;font-weight:500;white-space:nowrap}

@media (max-width:1199.98px){
  .hero-stat-item{padding:.95rem .95rem;gap:.8rem}
  .hero-stat-icon{width:50px;height:50px;flex-basis:50px}
  .hero-stat-icon svg{width:38px;height:38px}
  .hero-stat-item strong{font-size:1.8rem}
  .hero-stat-label{font-size:.79rem}
}
@media (max-width:991.98px){
  .hero-stat-item{min-height:84px}
}
@media (max-width:767.98px){
  .hero-stats-wrap{margin:-22px .65rem 0}
  .hero-stat-item{min-height:78px;padding:.8rem .8rem;gap:.65rem}
  .hero-stat-icon{width:42px;height:42px;flex-basis:42px}
  .hero-stat-icon svg{width:32px;height:32px}
  .hero-stat-item strong{font-size:1.48rem}
  .hero-stat-label{font-size:.7rem;white-space:normal}
}


/* v5.6.9 — Hero istatistik ikonları daha premium SVG görünüm */
.hero-stat-icon{background:linear-gradient(180deg,#effaf9 0%,#e6f6f4 100%);border:1px solid #d7ece8;border-radius:16px;box-shadow:inset 0 1px 0 rgba(255,255,255,.65)}
.hero-stat-icon svg{filter:drop-shadow(0 1px 0 rgba(255,255,255,.35))}
@media (max-width:575.98px){.hero-stat-icon{border-radius:14px}}
