:root{--bg:#e8eef2;--bg-elevated:#f4f7f9;--surface:#fff;--surface-muted:#f0f5f7;--ink:#15202b;--ink-soft:#3d4f5f;--muted:#6b7c8a;--line:#d0dbe3;--teal:#0f766e;--teal-deep:#0a5c56;--teal-soft:#ccfbf1;--teal-mid:#14b8a6;--amber:#b45309;--amber-soft:#ffedd5;--danger:#b91c1c;--radius:14px;--radius-sm:8px;--shadow:0 10px 30px #15202b14;--shadow-sm:0 2px 10px #15202b0f;--font:"Manrope", system-ui, sans-serif;--display:"Literata", Georgia, serif;--container:1160px;--header-h:68px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font);color:var(--ink);background:radial-gradient(1200px 600px at 10% -10%, #14b8a62e, transparent 55%), radial-gradient(900px 500px at 100% 0%, #0f766e1f, transparent 50%), linear-gradient(180deg, #dfe8ee 0%, var(--bg) 40%, #eef3f6 100%);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}h1,h2,h3{font-family:var(--display);margin:0 0 .5rem;font-weight:600;line-height:1.2}p{margin:0 0 1rem}.container{width:min(100% - 2rem, var(--container));margin-inline:auto}.page{flex:1;padding:1.5rem 0 4rem;animation:.45s both fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;padding:.7rem 1.25rem;font-weight:600;transition:transform .15s,background .15s,box-shadow .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--teal);color:#fff;box-shadow:0 8px 20px #0f766e47}.btn-primary:hover{background:var(--teal-deep)}.btn-secondary{background:var(--surface);border-color:var(--line);color:var(--ink)}.btn-ghost{color:inherit;background:0 0;border-color:#ffffff59}.btn-sm{padding:.4rem .85rem;font-size:.875rem}.section{margin-top:2.75rem}.section-head{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.1rem;display:flex}.section-head h2{font-size:clamp(1.35rem,2vw,1.75rem)}.section-head p,.muted{color:var(--muted)}.link-more{color:var(--teal);white-space:nowrap;font-weight:600}.grid-2{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (width<=960px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid #d0dbe3cc;transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.badge{background:var(--teal-soft);color:var(--teal-deep);border-radius:999px;align-items:center;gap:.25rem;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-amber{background:var(--amber-soft);color:var(--amber)}.chips{flex-wrap:wrap;gap:.5rem;display:flex}.chip{border:1px solid var(--line);background:var(--surface);color:var(--ink-soft);cursor:pointer;border-radius:999px;align-items:center;padding:.45rem .85rem;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.chip:hover,.chip.active{border-color:var(--teal);background:var(--teal-soft);color:var(--teal-deep)}.rating{color:var(--ink);align-items:center;gap:.35rem;font-weight:700;display:inline-flex}.rating span{color:var(--amber)}.breadcrumbs{color:var(--muted);flex-wrap:wrap;gap:.35rem;margin-bottom:1rem;font-size:.875rem;display:flex}.breadcrumbs a:hover{color:var(--teal)}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem}.input,.select{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--ink);padding:.7rem .9rem}.input:focus,.select:focus{border-color:var(--teal);outline:2px solid #0f766e40}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:.85rem .75rem}.table th{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:.8rem}.empty{text-align:center;color:var(--muted);padding:2.5rem 1.5rem}.layout-split{grid-template-columns:260px 1fr;align-items:start;gap:1.25rem;display:grid}@media (width<=880px){.layout-split{grid-template-columns:1fr}}.sticky-filters{top:calc(var(--header-h) + 1rem);position:sticky}.map-stub{border-radius:var(--radius);border:1px dashed var(--line);background:linear-gradient(135deg, #0f766e14, transparent), repeating-linear-gradient(0deg, transparent, transparent 24px, #15202b0a 25px), repeating-linear-gradient(90deg, transparent, transparent 24px, #15202b0a 25px), var(--surface-muted);min-height:280px;color:var(--muted);place-items:center;font-weight:600;display:grid}.anchor-nav{top:var(--header-h);z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f4f7f9eb;flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.5rem;padding:.6rem 0;display:flex;position:sticky}.anchor-nav a{background:var(--surface);border:1px solid var(--line);color:var(--ink-soft);border-radius:999px;padding:.35rem .75rem;font-size:.85rem;font-weight:600}.anchor-nav a:hover{border-color:var(--teal);color:var(--teal)}.toast{z-index:100;background:var(--ink);color:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow);padding:.85rem 1.1rem;animation:.25s both fadeUp;position:fixed;bottom:1rem;right:1rem}.compare-bar{z-index:40;background:var(--ink);color:#fff;box-shadow:var(--shadow);border-radius:999px;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex;position:fixed;bottom:1rem;left:50%;transform:translate(-50%)}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:50;height:var(--header-h);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f4f7f9e6;border-bottom:1px solid #d0dbe3e6;position:sticky;top:0}.header-inner{grid-template-columns:auto auto 1fr auto auto;align-items:center;gap:.75rem;height:100%;display:grid}.logo{align-items:center;gap:.6rem;display:flex}.logo-mark{background:linear-gradient(145deg, var(--teal-mid), var(--teal));border-radius:10px;width:36px;height:36px;box-shadow:inset 0 0 0 2px #ffffff40}.logo-text{flex-direction:column;line-height:1.1;display:flex}.logo-text strong{font-family:var(--display);font-size:1.05rem}.logo-text small{color:var(--muted);font-size:.7rem}.city-btn{color:var(--teal-deep);background:var(--teal-soft);border-radius:999px;padding:.4rem .7rem;font-weight:700}.header-search{min-width:0}.header-search .input{height:40px;padding-block:.4rem}.header-nav{display:none}.header-nav a{color:var(--ink-soft);font-size:.9rem;font-weight:600}.header-nav a.active,.header-nav a:hover{color:var(--teal)}.header-actions{gap:.6rem;display:flex}.icon-link{white-space:nowrap;font-weight:700}.menu-toggle{display:inline-flex}@media (width>=1100px){.header-inner{grid-template-columns:auto auto minmax(180px,1fr) auto auto}.header-nav{align-items:center;gap:.85rem;display:flex}.menu-toggle{display:none}}@media (width<=1099px){.header-nav.open{top:var(--header-h);background:var(--surface);border-bottom:1px solid var(--line);flex-direction:column;gap:.75rem;padding:1rem;display:flex;position:absolute;left:0;right:0}.header-search{display:none}}.site-footer{color:#d7e2ea;background:#102029;margin-top:auto;padding:2.5rem 0 1.5rem}.footer-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;display:grid}.footer-grid h3{color:#fff;margin-bottom:.75rem;font-size:.95rem}.footer-grid ul{gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.footer-grid a{color:#b7c7d2;font-size:.9rem}.footer-grid a:hover{color:#fff}.footer-bottom{color:#8fa3b1;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1rem;font-size:.85rem;display:flex}.footer-bottom a{color:#c9d7e0}@media (width<=900px){.footer-grid{grid-template-columns:repeat(2,1fr)}}.entity-card{gap:.75rem;padding:1.1rem;display:grid}.entity-card-top{flex-wrap:wrap;justify-content:space-between;gap:1rem;display:flex}.entity-title{font-family:var(--display);font-size:1.15rem;font-weight:600}.entity-title:hover{color:var(--teal)}.entity-meta{margin:.25rem 0 0}.entity-actions,.entity-cta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.price-row{color:var(--ink-soft);flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.9rem;font-weight:600;display:flex}.doctor-card{grid-template-columns:auto 1fr;align-items:start}.doctor-avatar{background:linear-gradient(145deg, var(--teal-soft), #fff);border:1px solid var(--line);width:64px;height:64px;color:var(--teal-deep);border-radius:50%;place-items:center;font-weight:700;display:grid}.doctor-body{gap:.35rem;display:grid}.modal-backdrop{z-index:80;background:#10202973;place-items:center;padding:1rem;animation:.2s both fadeUp;display:grid;position:fixed;inset:0}.modal-card{background:var(--surface);border-radius:var(--radius);width:min(100%,420px);box-shadow:var(--shadow);padding:1.25rem}.modal-head{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.modal-form{gap:.85rem;display:grid}.modal-form label{gap:.35rem;font-size:.9rem;font-weight:600;display:grid}.hero{border-radius:calc(var(--radius) + 6px);color:#f4fbfa;box-shadow:var(--shadow);background:linear-gradient(115deg,#0a3430eb 0%,#0f766ec7 48%,#145a6eb3 100%),radial-gradient(circle at 80% 20%,#ffffff2e,#0000 40%),#0f766e;padding:clamp(2rem,5vw,3.5rem);position:relative;overflow:hidden}.hero-brand{font-family:var(--display);letter-spacing:-.02em;margin-bottom:.35rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:700}.hero h1{color:#f4fbfaf2;max-width:34rem;font-size:clamp(1.15rem,2.4vw,1.55rem);font-weight:500}.hero-lead{color:#e6f5f2e0;max-width:34rem;margin-bottom:1.25rem}.hero-search{gap:.75rem;max-width:560px;display:grid}.hero-tabs{gap:.4rem;display:flex}.hero-tabs button{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:999px;padding:.35rem .8rem;font-weight:600}.hero-tabs button.active{color:var(--teal-deep);background:#fff}.hero-search-row{flex-wrap:wrap;gap:.5rem;display:flex}.hero-search-row .input{flex:1;min-width:200px}.stat-row{flex-wrap:wrap;gap:1rem 1.5rem;margin:1rem 0;display:flex}.stat{display:grid}.stat strong{font-size:1.4rem;font-family:var(--display)}.page-hero{margin-bottom:1.5rem}.page-hero h1{font-size:clamp(1.6rem,3vw,2.2rem)}.filters-panel label{gap:.3rem;margin-bottom:.85rem;font-size:.85rem;font-weight:600;display:grid}.filter-check{color:var(--ink-soft);flex-direction:column;gap:.35rem;font-weight:500;display:flex}.list-stack{gap:.9rem;display:grid}.clinic-hero{grid-template-columns:1.4fr 1fr;align-items:start;gap:1.25rem;display:grid}@media (width<=800px){.clinic-hero{grid-template-columns:1fr}}.gallery-stub{border-radius:var(--radius);background:linear-gradient(135deg, #0f766e33, #fff6), var(--surface-muted);border:1px solid var(--line);min-height:220px;color:var(--muted);place-items:center;font-weight:600;display:grid}.price-table-wrap{overflow-x:auto}.tabs{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.tabs button{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:999px;padding:.4rem .85rem;font-weight:600}.tabs button.active{background:var(--teal);border-color:var(--teal);color:#fff}.review-card{padding:1rem}.review-card p{margin:.5rem 0 0}.compare-table-wrap{overflow-x:auto}.city-picker-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.85rem;display:grid}.city-picker-card{padding:1.1rem}.service-card,.brand-card,.article-card{gap:.5rem;height:100%;padding:1.1rem;display:grid}.brand-logo{background:var(--teal-soft);width:48px;height:48px;color:var(--teal-deep);border-radius:12px;place-items:center;font-weight:800;display:grid}
