:root{--navy:#0A1D3A;--blue:#165DFF;--light:#E6F0FF;--white:#FFFFFF;--success:#22C55E;--warning:#F59E0B;--error:#EF4444;--gray:#6B7280;--shadow:0 8px 24px rgba(0,0,0,.08);--shadow-lg:0 16px 40px rgba(0,0,0,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--navy);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1320px,90vw);margin:auto}.site-header{position:sticky;top:0;z-index:50;height:88px;background:var(--navy);display:flex;align-items:center;justify-content:space-between;padding:0 5vw;box-shadow:var(--shadow)}.brand img{height:58px;width:auto}.main-nav{display:flex;gap:36px;align-items:center;color:white;font-weight:800;text-transform:uppercase;font-size:15px}.main-nav a{padding:12px 0;opacity:.95}.main-nav a.active{border-bottom:3px solid var(--blue)}.admin-open{background:transparent;color:white;border:1px solid rgba(255,255,255,.25);padding:9px 12px;border-radius:10px;font-weight:800;cursor:pointer}.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:14px 24px;font-weight:900;border:1px solid var(--blue);cursor:pointer;text-transform:uppercase}.header-cta,.btn-primary{background:var(--blue);color:white}.btn-secondary{background:white;color:var(--blue)}.hamburger{display:none;background:transparent;border:0;gap:5px;cursor:pointer}.hamburger span{display:block;width:28px;height:3px;background:white;border-radius:8px}.hero{position:relative;min-height:720px;display:grid;align-items:center;overflow:hidden;background:#f8fbff}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.78) 28%,rgba(255,255,255,.10) 66%),url('assets/hero-city.png') center/cover no-repeat}.hero .container{width:min(1440px,96vw)}.hero-grid{position:relative;display:grid;grid-template-columns:1fr .75fr;gap:40px;align-items:center}.hero-copy h1{font-size:clamp(42px,5vw,68px);line-height:1.05;margin:0 0 20px;text-transform:uppercase;font-weight:900}.hero-copy h1 span{display:block;color:var(--blue)}.hero-copy p{font-size:20px;line-height:1.6;max-width:650px}.quick-benefits{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0}.quick-benefits span{font-size:14px;font-weight:700}.quick-benefits span:before{content:"✓";display:inline-grid;place-items:center;width:18px;height:18px;border:1px solid var(--blue);color:var(--blue);border-radius:50%;margin-right:8px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.trust-card{justify-self:end;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.7);border-radius:18px;padding:32px;max-width:420px;box-shadow:var(--shadow-lg)}.trust-card img{width:58px}.trust-card h2{font-size:24px;margin:18px 0 10px}.trust-card p{font-size:17px;line-height:1.5}.trust-strip{background:white;padding:32px 0;border-bottom:1px solid #edf1f7}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.trust-grid article{display:grid;grid-template-columns:72px 1fr;gap:18px;align-items:center;border-right:1px solid #e3e9f2}.trust-grid article:last-child{border-right:0}.trust-grid img{width:72px;height:72px;object-fit:contain}.trust-grid h3{margin:0 0 8px;font-size:18px}.trust-grid p{margin:0;font-size:14px;line-height:1.45}.section{padding:72px 0}.section-head{margin-bottom:32px;text-align:center}.section-head.center{text-align:center}.section-head h2{font-size:40px;line-height:1.15;margin:0 0 10px}.section-head p{font-size:17px;color:#34425a;margin:0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card,.plan-grid article,details{background:white;border:1px solid #e3e9f2;border-radius:14px;padding:28px;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:.2s}.service-card:hover,.plan-grid article:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.service-card img{width:64px;height:64px;object-fit:contain}.service-card h3{font-size:20px}.service-card p{line-height:1.55}.service-card a{color:var(--blue);font-weight:900;text-transform:uppercase;font-size:14px}.process{background:#fbfdff}.process-line{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;text-align:center;position:relative}.process-line span{display:grid;place-items:center;width:52px;height:52px;margin:auto;background:var(--blue);color:white;border-radius:50%;font-weight:900;font-size:20px;box-shadow:0 0 0 8px var(--light)}.process-line p{font-weight:800}.wide-image{display:block;width:100%;height:auto;border-radius:18px;box-shadow:var(--shadow)}.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.plan-grid article{text-align:center}.plan-grid .featured{border:2px solid var(--blue);transform:scale(1.03)}.testimonials{background:#fbfdff}.testimonial-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.testimonial-grid img{width:100%;height:auto;border-radius:18px;box-shadow:var(--shadow)}.lead-section{background:var(--light)}.lead-card{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:center;background:white;border-radius:22px;padding:36px;box-shadow:var(--shadow-lg)}.lead-card h2{font-size:34px;margin:0 0 12px}.lead-form{display:grid;gap:14px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.lead-form input,.lead-form select,.lead-form textarea{width:100%;padding:14px;border:1px solid #d8e1ed;border-radius:12px;font:inherit}.lead-form textarea{min-height:120px}.form-msg{font-weight:800;margin:0}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}summary{font-weight:900;cursor:pointer}details p{line-height:1.55}.final-cta{position:relative;padding:88px 0;color:white;background:var(--navy);text-align:center;overflow:hidden}.final-cta:after{content:"";position:absolute;inset:0;background:url('assets/footer-sphere.png') right center/cover no-repeat;opacity:.35}.final-cta .container{position:relative;z-index:1}.final-cta h2{font-size:42px;max-width:900px;margin:0 auto 24px}.site-footer{position:relative;background:var(--navy);color:white;padding:54px 0 20px;overflow:hidden}.footer-bg{position:absolute;inset:0;background:url('assets/footer-sphere.png') right center/cover no-repeat;opacity:.22}.footer-grid{position:relative;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:32px}.footer-grid img{width:230px}.footer-grid a{display:block;margin:10px 0;color:white;opacity:.86}.copy{position:relative;text-align:center;opacity:.78;margin:34px 0 0}.float-whatsapp{position:fixed;right:18px;bottom:18px;z-index:60;background:#22C55E;color:white;padding:14px 18px;border-radius:999px;font-weight:900;box-shadow:var(--shadow-lg)}.notice{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);z-index:99;background:white;border:1px solid #d8e1ed;border-radius:14px;padding:14px 18px;box-shadow:var(--shadow-lg);font-weight:800}.notice.ok{color:#0b7a38}.notice.err{color:#b00020}.reveal{animation:fadeUp .7s ease both}@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.hamburger{display:grid}.main-nav{position:absolute;top:88px;right:5vw;display:none;flex-direction:column;align-items:flex-start;gap:4px;background:white;color:var(--navy);width:min(320px,90vw);padding:18px;border-radius:18px;box-shadow:var(--shadow-lg)}.main-nav.open{display:flex}.header-cta{display:none}.hero-grid,.lead-card{grid-template-columns:1fr}.trust-card{justify-self:start}.trust-grid,.service-grid,.plan-grid,.testimonial-grid,.footer-grid{grid-template-columns:1fr 1fr}.process-line{grid-template-columns:1fr 1fr 1fr}}@media(max-width:720px){.site-header{height:76px}.brand img{height:46px}.main-nav{top:76px}.hero{min-height:680px}.hero-copy h1{font-size:36px}.trust-grid,.service-grid,.plan-grid,.testimonial-grid,.footer-grid,.grid2,.faq-grid,.process-line{grid-template-columns:1fr}.trust-grid article{border-right:0}.lead-card{padding:24px}.section{padding:52px 0}}
.appointment-card{grid-template-columns:.72fr 1.28fr}.agenda-note{background:var(--light);border-left:4px solid var(--blue);border-radius:12px;padding:14px;margin-top:18px;line-height:1.6}.scheduler{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;background:#fbfdff;border:1px solid #dbe4f0;border-radius:16px;padding:16px}.scheduler h3{font-size:17px;margin:0 0 12px}.calendar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.calendar-head button{width:38px;height:38px;border-radius:10px;border:1px solid #dbe4f0;background:white;color:var(--navy);font-size:26px;font-weight:900;cursor:pointer}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:7px}.calendar-weekdays span{text-align:center;font-size:12px;font-weight:900;color:#59677c}.day{aspect-ratio:1;border:1px solid #dbe4f0;background:white;border-radius:11px;font-weight:800;color:var(--navy);cursor:pointer}.day:hover:not(.disabled):not(.empty){border-color:var(--blue);color:var(--blue);box-shadow:0 0 0 3px var(--light)}.day.selected{background:var(--blue);border-color:var(--blue);color:white}.day.disabled{background:#f1f4f8;color:#a6afbf;cursor:not-allowed;text-decoration:line-through}.day.empty{visibility:hidden}.time-slots{display:grid;grid-template-columns:1fr 1fr;gap:9px}.time-slots p{grid-column:1/-1;margin:0;color:#59677c}.slot{border:1px solid #dbe4f0;background:white;color:var(--navy);border-radius:11px;padding:12px 8px;font-weight:900;cursor:pointer}.slot:hover:not(.booked){border-color:var(--blue);color:var(--blue)}.slot.selected{background:var(--blue);border-color:var(--blue);color:white}.slot.booked{background:#f1f4f8;color:#a6afbf;cursor:not-allowed;text-decoration:line-through}.contact-capture{background:#fff}.contact-card{display:grid;grid-template-columns:.75fr 1.25fr;gap:28px;background:#fbfdff;border:1px solid #dbe4f0;border-radius:22px;padding:30px;box-shadow:var(--shadow)}.contact-card h2{font-size:30px;margin:0 0 10px}.compact-lead-form{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.compact-lead-form textarea{grid-column:1/4;min-height:56px}.compact-lead-form input,.compact-lead-form select,.compact-lead-form textarea{padding:13px;border:1px solid #d8e1ed;border-radius:12px;font:inherit}.compact-lead-form .form-msg{grid-column:1/-1}@media(max-width:1000px){.appointment-card,.contact-card,.scheduler{grid-template-columns:1fr}.compact-lead-form{grid-template-columns:1fr 1fr}.compact-lead-form textarea{grid-column:1/-1}}@media(max-width:640px){.compact-lead-form,.time-slots{grid-template-columns:1fr}.calendar-grid{gap:4px}.day{border-radius:8px}.scheduler{padding:12px}}

.about-section{background:#fff;position:relative;overflow:hidden}.about-section:before{content:"";position:absolute;right:-120px;top:40px;width:420px;height:420px;background:url("assets/footer-sphere.png") center/contain no-repeat;opacity:.08;pointer-events:none}.section-kicker{display:inline-block;color:var(--blue);font-weight:900;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}.about-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:start}.about-copy{background:#fbfdff;border:1px solid #e3e9f2;border-radius:22px;padding:34px;box-shadow:var(--shadow)}.about-copy h3{font-size:28px;margin:0 0 16px}.about-copy p{line-height:1.7;color:#34425a}.about-copy .btn{margin-top:10px}.about-cards{display:grid;gap:18px}.about-cards article{background:white;border:1px solid #e3e9f2;border-radius:18px;padding:24px;box-shadow:0 8px 24px rgba(0,0,0,.06)}.about-cards img{width:54px;height:54px;object-fit:contain}.about-cards h3{margin:12px 0 8px}.about-cards p{line-height:1.55;color:#34425a;margin:0}.impact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.impact-grid article{background:var(--blue);color:white;border-radius:18px;padding:26px;text-align:center;box-shadow:var(--shadow)}.impact-grid strong{display:block;font-size:32px;font-weight:900;line-height:1.1}.impact-grid span{display:block;margin-top:8px;font-weight:700}.why-secure{margin-top:34px;background:var(--light);border-radius:22px;padding:30px;text-align:center}.why-secure h3{font-size:28px;margin:0 0 18px}.why-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.why-list span{background:white;border:1px solid #dbe4f0;border-radius:14px;padding:14px;font-weight:800}.why-list span:before{content:"✓";color:var(--blue);font-weight:900;margin-right:8px}@media(max-width:1000px){.about-grid,.impact-grid{grid-template-columns:1fr 1fr}.why-list{grid-template-columns:1fr 1fr}}@media(max-width:680px){.about-grid,.impact-grid,.why-list{grid-template-columns:1fr}.about-copy{padding:24px}}

/* AJUSTE V13 - Tarjetas uniformes y texto centrado en beneficios y servicios */
.trust-strip{
  background:#fff;
  padding:44px 0;
  border-bottom:1px solid #edf1f7;
}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.trust-grid article{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  min-height:245px;
  border:1px solid #e3e9f2;
  border-radius:14px;
  padding:30px 24px;
  background:#fff;
  box-shadow:0 2px 8px rgba(0,0,0,.04);
  transition:.2s;
}
.trust-grid article:last-child{border-right:1px solid #e3e9f2}
.trust-grid article:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-lg);
}
.trust-grid img{
  width:64px;
  height:64px;
  object-fit:contain;
  margin:0 auto 18px;
}
.trust-grid h3{
  margin:0 0 14px;
  font-size:20px;
  line-height:1.25;
  text-align:center;
}
.trust-grid p{
  margin:0 auto;
  max-width:260px;
  font-size:16px;
  line-height:1.55;
  text-align:center;
}
.service-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  min-height:305px;
  padding:34px 28px;
}
.service-card img{
  width:64px;
  height:64px;
  object-fit:contain;
  margin:0 auto 18px;
}
.service-card h3{
  font-size:22px;
  line-height:1.25;
  margin:0 0 14px;
  text-align:center;
}
.service-card p{
  max-width:360px;
  margin:0 auto 20px;
  line-height:1.6;
  text-align:center;
}
.service-card a{
  margin-top:auto;
}
@media(max-width:1100px){
  .trust-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .trust-grid{grid-template-columns:1fr}
  .trust-grid article{min-height:auto}
}


/* V14 - Ajustes solicitados: Paquetes y testimonios */
.plans .section-head.center,
.testimonials .section-head.center{
  text-align:center;
}

.plans .section-head h2,
.testimonials .section-head h2{
  text-align:center;
}

.plan-grid{
  align-items:stretch;
}

.plan-grid article{
  min-height:220px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-radius:18px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}

.plan-grid article p{
  max-width:420px;
  margin:0 auto 22px;
  line-height:1.55;
  text-align:center;
}

.plan-grid article:hover{
  border-color:var(--blue);
  transform:translateY(-6px);
  box-shadow:var(--shadow-lg);
}

.plan-grid .featured:hover{
  transform:scale(1.03) translateY(-6px);
}

.testimonial-grid{
  align-items:stretch;
  justify-content:center;
}

.testimonial-grid img{
  display:block;
  width:100%;
  height:420px;
  object-fit:contain;
  object-position:center;
  background:white;
  border:1px solid #e3e9f2;
  border-radius:18px;
  padding:18px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  transition:.2s;
}

.testimonial-grid img:hover{
  border-color:var(--blue);
  transform:translateY(-6px);
  box-shadow:var(--shadow-lg);
}

@media(max-width:1100px){
  .testimonial-grid img{height:360px;}
}

@media(max-width:720px){
  .testimonial-grid img{height:auto;min-height:260px;}
}

/* V15 - Ajustes solicitados: Quiénes Somos sin botón y testimonios con fondo blanco uniforme */
.about-section .section-head.center{
  text-align:center;
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
}
.about-section .section-head p{
  max-width:1100px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  line-height:1.45;
}
.about-copy,
.about-cards article{
  transition:.2s;
}
.about-copy:hover,
.about-cards article:hover{
  border-color:var(--blue);
  transform:translateY(-6px);
  box-shadow:var(--shadow-lg);
}
.about-copy .btn{display:none;}

.testimonial-card-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:stretch;
  justify-content:center;
}
.testimonial-card{
  background:white;
  border:1px solid #e3e9f2;
  border-radius:18px;
  min-height:360px;
  padding:46px 34px 28px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  transition:.2s;
}
.testimonial-card:hover{
  border-color:var(--blue);
  transform:translateY(-6px);
  box-shadow:var(--shadow-lg);
}
.testimonial-card h3{
  margin:0 0 12px;
  font-size:20px;
  font-weight:900;
}
.stars{
  color:var(--blue);
  font-size:28px;
  letter-spacing:4px;
  line-height:1;
  margin-bottom:18px;
}
.testimonial-card blockquote{
  margin:0 auto 24px;
  max-width:560px;
  color:var(--navy);
  font-size:18px;
  line-height:1.55;
  font-weight:600;
}
.testimonial-person{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  text-align:left;
}
.testimonial-person strong,
.testimonial-person span,
.testimonial-person small{
  display:block;
}
.testimonial-person strong{
  font-size:20px;
  font-weight:900;
}
.testimonial-person span{
  color:#34425a;
  font-weight:600;
}
.testimonial-person small{
  margin-top:5px;
  font-size:18px;
}
.avatar{
  width:76px;
  height:76px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#f8fbff;
  border:1px solid #e3e9f2;
  color:var(--blue);
  font-weight:900;
  box-shadow:var(--shadow);
}
.dots{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:24px;
}
.dots span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#d8e1ed;
}
.dots span:first-child{background:var(--blue);}
@media(max-width:900px){
  .testimonial-card-grid{grid-template-columns:1fr;}
}

/* V16 - Simetría exacta en Quiénes Somos: cuadro principal alineado con los tres recuadros */
.about-grid{
  align-items:stretch;
}
.about-copy{
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.about-copy h3,
.about-copy p{
  text-align:center;
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}
.about-cards{
  height:100%;
  display:grid;
  grid-template-rows:repeat(3,1fr);
}
.about-cards article{
  min-height:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.about-cards article h3,
.about-cards article p{
  text-align:center;
  max-width:620px;
  margin-left:auto;
  margin-right:auto;
}

.avatar{overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}

/* V20 - Ajuste final: logo rectangular grande en navegación sin tocar el resto */
.site-header{
  display:grid;
  grid-template-columns:360px 1fr auto;
  align-items:center;
  column-gap:24px;
}
.brand{
  display:flex;
  align-items:center;
  justify-self:start;
}
.brand img{
  height:72px;
  width:auto;
  max-width:340px;
  object-fit:contain;
  filter:brightness(1.18) contrast(1.12);
}
.main-nav{
  justify-self:center;
}
.header-cta{
  justify-self:end;
}
@media(max-width:1100px){
  .site-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
  .brand img{
    height:62px;
    max-width:290px;
  }
}
@media(max-width:720px){
  .brand img{
    height:50px;
    max-width:230px;
  }
}

/* V21 - Testimonios: 6 comentarios navegables, 3 por recuadro */
.testimonial-card{
  min-height:380px;
}
.testimonial-slide{
  display:none;
}
.testimonial-slide.active{
  display:block;
}
.testimonial-card blockquote{
  min-height:84px;
}
.dots button,
.dot{
  width:10px;
  height:10px;
  border-radius:50%;
  border:0;
  background:#d8e1ed;
  padding:0;
  cursor:pointer;
}
.dots button.active,
.dot.active{
  background:var(--blue);
}
.avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:50%;
  border:0;
  padding:0;
  box-shadow:none;
  background:transparent;
  transition:none;
}
.avatar img:hover{
  transform:none;
  box-shadow:none;
  border:0;
}
