.*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Arial,sans-serif;color:#1f2937;line-height:1.6;background:#fff}
header{height:74px;padding:0 8%;display:flex;justify-content:space-between;align-items:center;background:#0f172a;color:white;position:sticky;top:0;z-index:20}
.logo img{
  height:70px;
  width:auto;
  background:white;
  padding:8px;
  border-radius:12px;
  box-shadow:0 2px 10px rgba(0,0,0,.15);
}
nav{display:flex;gap:22px}
nav a{color:#cbd5e1;text-decoration:none;font-weight:600}
nav a:hover{color:white}
.hero{min-height:560px;background:linear-gradient(rgba(15,23,42,.78),rgba(15,23,42,.78)),url('assets/hero-bg.jpg');background-size:cover;background-position:center;display:flex;align-items:center;padding:0 8%;color:white}
.hero-content{max-width:760px}
.badge{display:inline-block;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);padding:8px 14px;border-radius:999px;margin-bottom:18px;font-weight:700}
.hero h1{font-size:52px;line-height:1.08;margin-bottom:20px}
.hero p{font-size:20px;margin-bottom:30px;color:#e5e7eb}
.section{padding:72px 8%;text-align:center}
.section h2{font-size:36px;margin-bottom:14px;color:#0f172a}
.intro,.reviews p{font-size:18px;color:#475569;margin-bottom:26px}
.light{background:#f8fafc}
.grid{margin-top:34px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{text-align:left;padding:26px;border:1px solid #e5e7eb;border-radius:18px;background:white;box-shadow:0 10px 24px rgba(15,23,42,.06)}
.card h3{color:#0f172a;margin-bottom:10px;font-size:19px}
.card p{color:#475569;font-size:15px}
.steps{margin-top:34px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.steps div{background:white;padding:24px;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 8px 20px rgba(15,23,42,.04)}
.steps strong{font-size:22px;color:#16a34a}
.steps span{display:block;margin-top:8px}
.btn-main,.btn-secondary,.btn-small{display:inline-block;text-decoration:none;border-radius:999px;font-weight:800}
.btn-main{background:#16a34a;color:white;padding:16px 28px}
.btn-secondary{background:#0f172a;color:white;padding:14px 24px;margin-top:12px}
.btn-small{background:#16a34a;color:white;padding:10px 18px}
.address{font-size:18px;margin-bottom:20px}
.map{max-width:980px;margin:25px auto 0}
.map iframe{width:100%;height:420px;border:0;border-radius:20px;box-shadow:0 10px 30px rgba(15,23,42,.12)}
.contact p{margin-bottom:10px}
footer{background:#0f172a;color:#cbd5e1;text-align:center;padding:36px 8%;font-size:14px}
.whatsapp-float{position:fixed;right:22px;bottom:22px;width:60px;height:60px;background:#16a34a;color:white;border-radius:50%;text-decoration:none;font-size:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.25);z-index:30}

@media(max-width:900px){
  nav{display:none}
  .grid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr 1fr}
  .hero h1{font-size:42px}
}

@media(max-width:640px){
  header{padding:0 5%}
  .hero{min-height:520px;padding:0 5%}
  .hero h1{font-size:35px}
  .hero p{font-size:17px}
  .section{padding:56px 5%}
  .grid,.steps{grid-template-columns:1fr}
  .map iframe{height:330px}
}
.stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  padding:50px 8%;
  background:#ffffff;
}

.stat{
  text-align:center;
  padding:20px;
}

.stat strong{
  display:block;
  font-size:32px;
  color:#0f172a;
}

.stat span{
  color:#475569;
}

footer a{
  color:#ffffff;
}

@media(max-width:900px){
  .stats{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:640px){
  .stats{
    grid-template-columns:1fr;
  }
}
.office-photo{
  width:100%;
  max-width:900px;
  border-radius:20px;
  margin:30px auto;
  display:block;
  box-shadow:0 10px 30px rgba(0,0,0,.15);
}
/* Rediseño Hero + Servicios — Adelanta Tu Cita
   Paleta de marca: Navy #111b28 / Coral #de4e4b / Azul #2457d6 */

:root {
  --navy: #111b28;
  --navy-800: #16212f;
  --navy-700: #1c2938;
  --navy-600: #24334500;
  --coral: #de4e4b;
  --coral-soft: rgba(222, 78, 75, 0.16);
  --blue: #2457d6;
  --blue-soft: rgba(36, 87, 214, 0.16);
  --ink: #eef1f5;
  --ink-muted: #aab4c2;
  --hairline: rgba(255, 255, 255, 0.1);
  --wa-header: #075e54;
  --wa-out: #dcf8c6;
  --wa-in: #ffffff;
  --wa-check: #34b7f1;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--navy);
  -webkit-font-smoothing: antialiased;
}

.preview-note {
  background: #fff7d6;
  color: #4a3b00;
  font-size: 13px;
  text-align: center;
  padding: 8px 16px;
  font-family: var(--font);
}

.container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Hero ---------- */

.hero {
  background:
    radial-gradient(1100px 520px at 85% -10%, #1a2942 0%, transparent 60%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy) 70%, var(--navy-800) 100%);
  padding: 96px 0 64px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--hairline);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--coral);
  flex-shrink: 0;
}

.hero h1 {
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0 0 18px;
  color: #ffffff;
}

.hero h1 em {
  font-style: normal;
  color: var(--coral);
}

.hero p.lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-muted);
  max-width: 480px;
  margin: 0 0 32px;
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--coral);
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 26px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 10px 24px -8px rgba(222, 78, 75, 0.55);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px -8px rgba(222, 78, 75, 0.65);
}

.btn-cta svg { flex-shrink: 0; }

.trust-inline {
  font-size: 13px;
  color: var(--ink-muted);
}

/* ---------- WhatsApp mockup ---------- */

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.wa-mock {
  width: 100%;
  max-width: 340px;
  background: #0b141a;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.6), 0 0 0 1px var(--hairline);
}

.wa-header {
  background: var(--wa-header);
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
}

.wa-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #d8d4cf;
  color: var(--wa-header);
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wa-header-text strong {
  display: block;
  font-size: 15px;
  line-height: 1.2;
}

.wa-header-text span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

.wa-body {
  background-color: #e5ddd5;
  padding: 16px 12px 64px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 280px;
}

.wa-bubble {
  max-width: 82%;
  padding: 8px 10px 6px;
  border-radius: 10px;
  font-size: 13.5px;
  line-height: 1.4;
  color: #111b1f;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  position: relative;
}

.wa-bubble .wa-time {
  display: block;
  text-align: right;
  font-size: 10.5px;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 2px;
}

.wa-bubble.in {
  background: var(--wa-in);
  align-self: flex-start;
  border-top-left-radius: 2px;
}

.wa-bubble.out {
  background: var(--wa-out);
  align-self: flex-end;
  border-top-right-radius: 2px;
}

.wa-bubble.out .wa-time .wa-check {
  color: var(--wa-check);
  margin-left: 4px;
}

.wa-badge {
  position: absolute;
  right: -14px;
  bottom: -18px;
  background: #ffffff;
  color: var(--navy);
  border-radius: 14px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 250px;
  box-shadow: 0 16px 30px -12px rgba(0, 0, 0, 0.5);
}

.wa-badge .check-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #1fa855;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wa-badge .wa-badge-text {
  font-size: 12.5px;
  line-height: 1.35;
}

.wa-badge .wa-badge-text strong {
  display: block;
  font-size: 12.5px;
  color: var(--navy);
}

.wa-badge .wa-badge-text small {
  color: #6b7280;
  font-size: 11px;
}

/* ---------- Stats bar ---------- */

.stats-bar {
  margin-top: 64px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.stat-card {
  background: var(--navy-700);
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 18px 16px;
  text-align: center;
}

.stat-card strong {
  display: block;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 4px;
}

.stat-card span {
  font-size: 12.5px;
  color: var(--ink-muted);
}

/* ---------- Services ---------- */

.services {
  background: linear-gradient(180deg, var(--navy-800) 0%, var(--navy) 100%);
  padding: 88px 0 100px;
}

.services-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 48px;
}

.services-head .eyebrow {
  color: var(--coral);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.services-head h2 {
  font-size: clamp(26px, 3vw, 34px);
  color: #ffffff;
  margin: 0 0 12px;
}

.services-head p {
  color: var(--ink-muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 26px 22px;
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.icon-capsule {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.icon-capsule.blue {
  background: var(--blue-soft);
  color: var(--blue);
}

.icon-capsule.coral {
  background: var(--coral-soft);
  color: var(--coral);
}

.service-card h3 {
  font-size: 17px;
  color: #ffffff;
  margin: 0 0 8px;
}

.service-card p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-muted);
  margin: 0;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .hero { padding: 64px 0 48px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero p.lead { max-width: 100%; }
  .hero-visual { order: 2; margin-top: 8px; }
  .wa-mock { max-width: 300px; }
  .wa-body { padding-bottom: 72px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .container { padding: 0 18px; }
  .hero { padding: 48px 0 40px; }
  .hero h1 { font-size: 28px; }
  .hero p.lead { font-size: 16px; }
  .btn-cta { width: 100%; justify-content: center; }
  .wa-badge { right: 4px; bottom: -22px; max-width: 220px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .services { padding: 64px 0 72px; }
}
