:root{
  --blue:#0b8fc7; --blue-dark:#075d8c; --cyan:#67d6f5; --ink:#102033; --muted:#5d6c7d; --white:#fff;
  --shadow:0 24px 80px rgba(13,65,101,.16); --radius:30px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#f5fbff;min-height:100vh;overflow-x:hidden}
a{color:inherit;text-decoration:none}.page-bg{position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 12% 12%,rgba(103,214,245,.42),transparent 34%),radial-gradient(circle at 92% 18%,rgba(11,143,199,.18),transparent 28%),linear-gradient(135deg,#fff 0%,#eefaff 100%)}
.site-shell{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:24px 0 30px}.topbar{height:74px;display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:white;display:grid;place-items:center;font-family:'Playfair Display',serif;font-size:28px;font-weight:800;box-shadow:0 12px 28px rgba(11,143,199,.28)}.brand-text strong{font-size:22px;display:block;line-height:1}.brand-text small{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em}.nav-cta{padding:12px 20px;border-radius:999px;background:white;color:var(--blue-dark);font-weight:700;box-shadow:0 10px 30px rgba(8,93,140,.12)}
.hero{display:grid;grid-template-columns:1.02fr .82fr;gap:34px;align-items:center;padding:34px 0 24px}.eyebrow{margin:0 0 14px;color:var(--blue-dark);font-weight:800;letter-spacing:.16em;text-transform:uppercase;font-size:12px}.hero h1{font-family:'Playfair Display',serif;font-size:clamp(46px,5.2vw,72px);line-height:.98;margin:0 0 22px;letter-spacing:-.04em;max-width:780px}.lead{font-size:clamp(17px,1.6vw,20px);line-height:1.7;color:var(--muted);max-width:650px;margin:0 0 28px}.actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:white;box-shadow:0 16px 38px rgba(11,143,199,.28)}.btn-secondary{background:white;color:var(--blue-dark);box-shadow:0 12px 30px rgba(8,93,140,.12)}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px;max-width:720px}.stats article,.services article,.info-grid article,.contact{background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.88);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.stats article{padding:18px;border-radius:22px}.stats strong{display:block;font-size:24px;color:var(--blue-dark);line-height:1}.stats span{display:block;margin-top:6px;color:var(--muted);font-size:13px;line-height:1.4}.hero-card{position:relative;max-width:430px;justify-self:end}.photo-wrap{border-radius:var(--radius);padding:12px;background:rgba(255,255,255,.78);box-shadow:var(--shadow);transform:rotate(1deg)}.photo-wrap img{width:100%;height:min(56vh,560px);min-height:390px;object-fit:cover;object-position:center 22%;display:block;border-radius:24px;filter:saturate(1.03) contrast(1.02)}.floating-card{position:absolute;left:-42px;bottom:34px;width:min(320px,84%);padding:18px 20px;border-radius:22px;background:rgba(255,255,255,.9);box-shadow:0 20px 45px rgba(8,93,140,.18);border:1px solid rgba(255,255,255,.88)}.floating-card span{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;margin-bottom:6px}.floating-card strong{font-size:18px;line-height:1.25;color:var(--blue-dark)}
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:22px 0}.services article{border-radius:26px;padding:26px}.icon{width:48px;height:48px;border-radius:16px;background:#e8f8ff;display:grid;place-items:center;font-size:24px;margin-bottom:18px}.services h2,.info-grid h2,.contact h2{font-family:'Playfair Display',serif;margin:0 0 10px;line-height:1.08;letter-spacing:-.03em}.services h2{font-size:27px}.services p,.info-grid p,.contact p{color:var(--muted);line-height:1.65;margin:0}.info-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:16px;margin:18px 0}.info-grid article{border-radius:26px;padding:28px}.info-grid .wide{background:linear-gradient(135deg,rgba(11,143,199,.96),rgba(7,93,140,.96));color:white}.info-grid .wide .eyebrow,.info-grid .wide p{color:rgba(255,255,255,.82)}.info-grid h2{font-size:30px}.info-grid ul{padding-left:18px;margin:12px 0 0;color:var(--muted);line-height:1.8}.contact{border-radius:30px;padding:30px;margin:18px 0;display:flex;align-items:center;justify-content:space-between;gap:20px}.contact h2{font-size:38px}.contact-links{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.contact-links a{padding:14px 18px;border-radius:999px;background:#effaff;color:var(--blue-dark);font-weight:800}.footer{display:flex;justify-content:space-between;gap:20px;align-items:center;color:var(--muted);font-size:14px;padding:18px 0}.footer div{display:flex;gap:18px}.footer a{font-weight:700;color:var(--blue-dark)}.whatsapp-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#25d366;color:white;display:grid;place-items:center;font-size:28px;box-shadow:0 18px 38px rgba(37,211,102,.35);z-index:20}.reveal{opacity:0;transform:translateY(16px);animation:fadeUp .75s ease forwards}.delay-1{animation-delay:.12s}.delay-2{animation-delay:.22s}.delay-3{animation-delay:.32s}.delay-4{animation-delay:.42s}@keyframes fadeUp{to{opacity:1;transform:none}}
@media (max-width:980px){.site-shell{width:min(720px,calc(100% - 28px))}.hero{grid-template-columns:1fr;padding-top:16px}.hero-card{justify-self:center;max-width:520px}.floating-card{left:18px}.stats,.services,.info-grid{grid-template-columns:1fr}.contact{align-items:flex-start;flex-direction:column}.contact-links{justify-content:flex-start}.photo-wrap img{height:460px;min-height:0}.hero h1{font-size:clamp(42px,9vw,62px)}}
@media (max-width:560px){.site-shell{width:calc(100% - 24px);padding-top:14px}.topbar{height:auto;align-items:flex-start}.brand-text strong{font-size:18px}.brand-text small{font-size:10px}.brand-mark{width:42px;height:42px}.nav-cta{display:none}.hero h1{font-size:40px}.lead{font-size:16px}.btn{width:100%}.stats{grid-template-columns:1fr}.photo-wrap img{height:390px;object-position:center top}.floating-card{position:relative;left:auto;bottom:auto;margin:-42px 16px 0;width:auto}.services article,.info-grid article,.contact{padding:22px}.footer{flex-direction:column;align-items:flex-start}.whatsapp-float{width:54px;height:54px;right:16px;bottom:16px}}

/* Ajustes solicitados: logo real, redes visibles y botón WhatsApp sin tapar TikTok */
.brand-logo{
  display:block;
  width:clamp(190px, 18vw, 250px);
  height:auto;
  object-fit:contain;
  mix-blend-mode:multiply;
}
.brand-mark,.brand-text{display:none!important}
.footer{
  padding-right:96px;
}
.whatsapp-float{
  right:22px;
  bottom:92px;
  font-size:26px;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
}
@media (max-width:560px){
  .brand-logo{width:180px}
  .footer{padding-right:0;padding-bottom:88px}
  .footer div{flex-wrap:wrap;gap:14px 18px}
  .whatsapp-float{right:16px;bottom:18px}
}
