:root{
  --cw-primary:#0b5ed7;
  --cw-deep:#0f172a;
  --cw-teal:#0f766e;
  --cw-soft:#f6f9fc;
  --cw-border:#e5edf5;
  --cw-text:#243041;
  --cw-muted:#64748b;
  --cw-shadow:0 18px 45px rgba(15,23,42,.10);
  --cw-radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--cw-text);
  background:var(--cw-soft);
}
a{text-decoration:none}.text-muted-cw{color:var(--cw-muted)}
.navbar.cw-navbar{background:rgba(255,255,255,.96);backdrop-filter:blur(14px);box-shadow:0 6px 25px rgba(15,23,42,.07);padding:.85rem 0}
.brand-mark{width:42px;height:42px;border-radius:14px;object-fit:contain;background:#eef6ff;padding:6px;margin-right:10px}
.navbar-brand{font-weight:800;color:var(--cw-deep)!important;letter-spacing:-.03em}.navbar-brand small{display:block;font-weight:600;color:var(--cw-teal);font-size:.75rem;letter-spacing:0}
.nav-link{font-weight:650;color:#334155!important;margin:0 .25rem}.nav-link:hover{color:var(--cw-primary)!important}
.btn-cw-primary{background:linear-gradient(135deg,var(--cw-primary),var(--cw-teal));border:0;color:#fff!important;border-radius:999px;padding:.75rem 1.15rem;font-weight:800;box-shadow:0 12px 28px rgba(13,110,253,.20)}
.btn-cw-light{background:#fff;color:var(--cw-primary)!important;border:1px solid var(--cw-border);border-radius:999px;padding:.75rem 1.15rem;font-weight:800}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(20,184,166,.22),transparent 35%),linear-gradient(135deg,#eff8ff 0%,#fff 52%,#effcf9 100%);padding:72px 0 48px}
.hero:before{content:"";position:absolute;inset:auto -80px -130px auto;width:340px;height:340px;background:rgba(13,110,253,.08);border-radius:50%}
.eyebrow{display:inline-flex;align-items:center;gap:8px;background:#eaf7f5;color:#0f766e;border:1px solid #c7eee8;padding:.45rem .8rem;border-radius:999px;font-weight:800;font-size:.85rem}
.hero h1{font-weight:900;letter-spacing:-.055em;color:var(--cw-deep);font-size:clamp(2.25rem,5vw,4.6rem);line-height:1.03;margin:18px 0}
.hero p{font-size:1.08rem;color:#475569;max-width:620px;line-height:1.75}.hero-image-card{background:#fff;border:1px solid var(--cw-border);border-radius:32px;padding:14px;box-shadow:var(--cw-shadow);position:relative}.hero-image-card img{width:100%;height:420px;object-fit:cover;border-radius:24px}.floating-badge{position:absolute;left:-18px;bottom:32px;background:#fff;border:1px solid var(--cw-border);border-radius:20px;padding:14px 16px;box-shadow:var(--cw-shadow);font-weight:800;color:var(--cw-deep)}
.trust-strip{margin-top:-28px;position:relative;z-index:5}.trust-box{background:#fff;border:1px solid var(--cw-border);border-radius:var(--cw-radius);box-shadow:var(--cw-shadow);padding:22px}.trust-item{padding:12px 8px}.trust-number{font-weight:900;color:var(--cw-primary);font-size:1.4rem}.trust-label{font-weight:700;color:#475569;font-size:.9rem}
.section{padding:72px 0}.section-title{max-width:760px;margin:0 auto 34px;text-align:center}.section-title h2{font-weight:900;color:var(--cw-deep);letter-spacing:-.04em}.section-title p{color:var(--cw-muted);font-size:1.02rem}
.service-card,.premium-card{background:#fff;border:1px solid var(--cw-border);border-radius:var(--cw-radius);box-shadow:0 12px 32px rgba(15,23,42,.07);height:100%;overflow:hidden;transition:.25s ease}.service-card:hover,.premium-card:hover{transform:translateY(-5px);box-shadow:var(--cw-shadow)}.service-card img{height:210px;width:100%;object-fit:cover}.service-card .card-body,.premium-card{padding:26px}.service-icon{width:46px;height:46px;border-radius:15px;background:#edf8ff;color:var(--cw-primary);display:flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:14px}.badge-soft{display:inline-block;background:#eef6ff;color:var(--cw-primary);border:1px solid #d8eaff;border-radius:999px;padding:.35rem .65rem;font-weight:800;font-size:.78rem;margin:.15rem}.bg-cw-deep{background:linear-gradient(135deg,#0f172a,#0b5ed7);color:#fff}.bg-cw-deep p,.bg-cw-deep li{color:#dbeafe}.doctor-photo{width:100%;max-height:470px;object-fit:cover;border-radius:28px;box-shadow:var(--cw-shadow)}
.price-list{list-style:none;padding:0;margin:0}.price-list li{display:flex;justify-content:space-between;gap:20px;border-bottom:1px dashed #cbd5e1;padding:14px 0}.price-list li:last-child{border-bottom:0}.price-list span:first-child{font-weight:750}.price-list span:last-child{font-weight:900;color:var(--cw-primary);white-space:nowrap}.form-shell{background:#fff;border:1px solid var(--cw-border);border-radius:var(--cw-radius);box-shadow:var(--cw-shadow);padding:28px}.form-control,.form-select{border-radius:14px;border-color:#dbe4ee;padding:.78rem .9rem}.form-control:focus,.form-select:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.12)}label{font-weight:750;margin-bottom:6px;color:#334155}.radio-card{border:1px solid var(--cw-border);border-radius:16px;padding:12px 14px;margin-bottom:10px;background:#f8fafc}.radio-card:hover{background:#eef6ff}
.contact-card{background:#fff;border:1px solid var(--cw-border);border-radius:var(--cw-radius);box-shadow:var(--cw-shadow);padding:30px;height:100%}.map-frame{border:0;border-radius:24px;width:100%;min-height:360px;box-shadow:var(--cw-shadow)}
.footer{background:#0f172a;color:#cbd5e1;padding:36px 0;margin-top:40px}.footer a{color:#fff}.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:1000;width:62px;height:62px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 30px rgba(37,211,102,.35);transition:.2s}.whatsapp-float:hover{transform:scale(1.05)}.whatsapp-float img{width:38px;height:38px}.page-hero{background:linear-gradient(135deg,#eef6ff,#fff,#f0fdfa);padding:56px 0;border-bottom:1px solid var(--cw-border)}.page-hero h1{font-weight:900;color:var(--cw-deep);letter-spacing:-.04em}.success-tick{width:84px;height:84px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#dcfce7;color:#15803d;font-size:42px;margin:0 auto 18px}
@media(max-width:991px){.hero{padding:46px 0 34px}.hero-image-card img{height:330px}.floating-badge{left:18px;bottom:18px}.trust-strip{margin-top:0}.section{padding:48px 0}.price-list li{display:block}.navbar-brand{font-size:1rem}.navbar-brand small{font-size:.68rem}}
