:root{
  --bg:#0c0c0f;
  --card:#121319;
  --card-2:#171922;
  --text:#f4f6f9;
  --muted:#b8c0cc;
  --line:#2a2d37;
  --primary:#e31d2d;
  --primary-2:#ff3443;
  --silver:#c5ccd7;
  --dark:#090a0d;
  --soft:#1f222c;
  --soft-2:#232734;
  --shadow:0 18px 50px rgba(0,0,0,.32);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 20% 0%, rgba(227,29,45,.08), transparent 28%),
    radial-gradient(circle at 100% 10%, rgba(255,255,255,.05), transparent 22%),
    linear-gradient(180deg,#0a0b0d 0%, #12141a 45%, #0e1015 100%);
  color:var(--text);
  font-family:Tahoma,Arial,sans-serif;
  line-height:1.7;
}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
.site-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(10,11,13,.85);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.08)
}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:14px}
.brand-logo{width:140px;max-width:36vw;height:auto;display:block}
.brand-text{display:flex;flex-direction:column}
.brand-text strong{font-size:18px;line-height:1.1;color:#fff}
.brand-text small{font-size:12px;color:var(--muted);margin-top:4px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 22px;border-radius:14px;border:1px solid transparent;
  font-weight:700;transition:.2s ease
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:linear-gradient(135deg,var(--primary),var(--primary-2));
  color:#fff;
  box-shadow:0 12px 24px rgba(227,29,45,.24)
}
.btn-outline{border-color:#404451;background:rgba(255,255,255,.03);color:#fff}
.btn-ghost{background:#fff;color:#111}
.btn-light{background:#fff;color:#111;min-width:220px}
.hero{position:relative;padding:78px 0 34px;overflow:hidden}
.hero-overlay{
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 85% 20%, rgba(227,29,45,.14), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.03), transparent 55%);
  pointer-events:none;
}
.hero-grid{position:relative;display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center}
.eyebrow{
  display:inline-block;
  color:#ff7d86;
  font-weight:800;
  font-size:12px;
  letter-spacing:1.2px;
  margin-bottom:10px
}
.hero h1{
  font-size:clamp(38px,6vw,68px);
  line-height:1.12;
  margin:5px 0 14px;
  letter-spacing:-1.4px;
  max-width:760px
}
.lead{font-size:20px;color:var(--muted);max-width:680px;margin:0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-features{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.hero-features span{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  color:#dbe1ea;
  padding:9px 12px;
  border-radius:999px;
  font-size:13px
}
.hero-panel{
  background:
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02)),
    linear-gradient(135deg,#14161c,#0c0d12);
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;
  padding:26px;
  box-shadow:var(--shadow)
}
.hero-panel-logo{width:100%;max-width:360px;margin:0 auto 16px;display:block}
.hero-panel-box{
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:18px
}
.hero-panel-label{font-size:14px;color:var(--muted)}
.hero-panel-number{
  font-size:82px;font-weight:900;line-height:1;
  color:#fff;margin:8px 0
}
.hero-panel-caption{font-weight:700;color:#dfe5ee}
.mini-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.mini-pills span{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  color:#d8dde6;
  padding:7px 10px;
  border-radius:999px;
  font-size:12px
}
.stats-wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:10px}
.stat-card{
  background:linear-gradient(180deg,#161922,#0f1118);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;padding:22px;box-shadow:0 10px 30px rgba(0,0,0,.2)
}
.stat-label{display:block;color:var(--muted);font-size:13px}
.stat-card strong{display:block;font-size:34px;line-height:1.2;margin:6px 0;color:#fff}
.stat-card small{color:var(--muted)}
.section{padding:78px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}
.section-head h2{font-size:34px;margin:0}
.text-btn{border:0;background:none;color:#ff7d86;font-weight:800;cursor:pointer}
.filters{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:12px;margin-bottom:20px}
.filters label>span{display:block;font-size:12px;color:var(--muted);margin:0 3px 6px}
.filters select,.filters input{
  width:100%;height:52px;background:var(--card);
  color:#fff;border:1px solid rgba(255,255,255,.08);
  border-radius:13px;padding:0 14px;outline:none
}
.filters select:focus,.filters input:focus{
  border-color:#ff6a75;
  box-shadow:0 0 0 3px rgba(227,29,45,.15)
}
.content-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:20px;align-items:start}
.map-card{
  background:linear-gradient(180deg,#161922,#0f1118);
  border:1px solid rgba(255,255,255,.08);
  border-radius:var(--radius);padding:18px;box-shadow:0 12px 35px rgba(0,0,0,.22);position:sticky;top:96px
}
.card-title-row{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:14px}
.card-title-row h3{margin:0;font-size:22px}
.badge{
  display:inline-grid;place-items:center;min-width:36px;height:36px;
  border-radius:12px;background:rgba(227,29,45,.15);color:#fff;font-weight:900
}
#map{height:520px;border-radius:16px;overflow:hidden;background:#0a0d13}
.results-head h3{font-size:24px;margin:0}
.results-head p{margin:2px 0 0;color:var(--muted)}
.cards{display:grid;gap:13px}
.case-card{
  background:linear-gradient(180deg,#171a22,#11141b);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;padding:20px;box-shadow:0 10px 28px rgba(0,0,0,.18)
}
.case-top{display:flex;justify-content:space-between;gap:18px;align-items:start}
.case-location{display:flex;gap:8px;align-items:center;color:#ff8f97;font-weight:800;font-size:13px}
.case-card h4{font-size:21px;margin:7px 0 3px}
.case-doctor{color:var(--muted);font-size:14px}
.case-date{
  white-space:nowrap;color:#e9edf3;font-size:13px;
  background:rgba(255,255,255,.06);padding:7px 10px;border-radius:10px
}
.products{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.product-chip{
  background:rgba(227,29,45,.12);
  border:1px solid rgba(227,29,45,.22);
  color:#ffd6da;padding:7px 10px;border-radius:999px;font-size:13px;font-weight:700
}
.case-image{
  margin-top:16px;border-radius:14px;width:100%;
  max-height:310px;object-fit:cover;border:1px solid rgba(255,255,255,.08)
}
.empty-state{
  background:linear-gradient(180deg,#171a22,#11141b);
  border:1px dashed rgba(255,255,255,.18);
  border-radius:22px;padding:54px 24px;text-align:center;color:var(--muted)
}
.empty-icon{
  width:62px;height:62px;border-radius:18px;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--primary),var(--primary-2));
  color:#fff;font-size:22px;font-weight:900;margin:0 auto 15px
}
.empty-state h3{color:#fff;margin:0 0 8px}
.empty-state p{max-width:520px;margin:0 auto}
.cta-section{padding:0 0 72px}
.cta-box{
  background:linear-gradient(135deg,#111319,#22252f 40%, #751822 100%);
  color:#fff;border:1px solid rgba(255,255,255,.08);
  border-radius:28px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:25px;box-shadow:0 20px 55px rgba(0,0,0,.32)
}
.cta-box .eyebrow{color:#ff9ea5}
.cta-box h2{font-size:32px;margin:0 0 8px}
.cta-box p{margin:0;color:#e0e4eb}
footer{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.25)}
.footer-inner{min-height:82px;display:flex;justify-content:space-between;align-items:center;gap:18px;color:var(--muted);font-size:13px}
.footer-brand{display:flex;align-items:center;gap:10px}
.footer-brand img{width:44px;height:auto}
.leaflet-tile-pane{filter:hue-rotate(180deg) saturate(.35) brightness(.72) contrast(1.05)}
.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#151922;color:#fff}
.map-popup strong{display:block;font-size:14px;margin-bottom:3px}
.map-popup span{color:#b7c1cf;font-size:12px}
@media(max-width:980px){
  .hero-grid,.content-grid{grid-template-columns:1fr}
  .hero-panel-logo{max-width:300px}
  .hero-panel-number{font-size:62px}
  .stats-wrap{grid-template-columns:repeat(2,1fr)}
  .filters{grid-template-columns:1fr}
  .map-card{position:static}
  #map{height:390px}
}
@media(max-width:600px){
  .nav{height:auto;padding:12px 0;align-items:flex-start}
  .brand{align-items:flex-start}
  .brand-logo{width:110px}
  .brand-text strong{font-size:16px}
  .btn-outline{display:none}
  .hero{padding-top:52px}
  .hero h1{font-size:38px}
  .lead{font-size:17px}
  .stats-wrap{grid-template-columns:1fr 1fr}
  .stat-card{padding:17px}
  .stat-card strong{font-size:28px}
  .section{padding:55px 0}
  .section-head{align-items:start}
  .section-head h2{font-size:28px}
  .cta-box{padding:28px;display:block}
  .cta-box .btn{margin-top:20px;width:100%}
  .footer-inner{padding:18px 0;display:block;text-align:center}
  .footer-brand{justify-content:center;margin-bottom:8px}
}