:root{--azul:#075f84;--azul-oscuro:#073b55;--turquesa:#189b9b;--verde:#69b94f;--gris:#f6f9fb;--borde:#dce7ec;--texto:#19323d;--suave:#5d717b;--blanco:#fff;--sombra:0 18px 55px rgba(7,59,85,.12);--radio:24px}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Manrope,Arial,sans-serif;color:var(--texto);line-height:1.6;background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:var(--azul-oscuro);color:#e6f4f7;text-align:center;padding:9px 15px;font-size:13px}header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(7,95,132,.09)}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:800;color:var(--azul-oscuro)}.brand img{width:52px;height:52px;object-fit:contain}.brand strong{color:var(--turquesa)}nav ul{display:flex;align-items:center;gap:24px;list-style:none;font-size:14px;font-weight:700;color:var(--suave)}nav a:hover{color:var(--azul)}.menu-toggle{display:none;border:0;background:none;font-size:28px;color:var(--azul-oscuro)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:14px 22px;font-weight:800;border:1px solid transparent;transition:.25s}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--azul),var(--turquesa));box-shadow:0 12px 26px rgba(7,95,132,.22)}.btn-primary:hover{transform:translateY(-2px)}.btn-outline{color:var(--azul);background:#fff;border-color:rgba(7,95,132,.25)}
.hero{position:relative;overflow:hidden;padding:88px 0 78px;background:radial-gradient(circle at 88% 20%,rgba(105,185,79,.17),transparent 27%),radial-gradient(circle at 10% 10%,rgba(24,155,155,.14),transparent 30%),linear-gradient(180deg,#fff,#f7fbfc)}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center}.eyebrow{display:inline-flex;padding:8px 13px;border-radius:999px;background:#eaf6f8;color:var(--azul);border:1px solid rgba(24,155,155,.18);font-size:12px;font-weight:800;text-transform:uppercase}h1{margin-top:22px;font-size:clamp(42px,5.7vw,70px);line-height:1.05;letter-spacing:-.045em;color:var(--azul-oscuro)}h1 span{background:linear-gradient(135deg,var(--azul),var(--turquesa),var(--verde));-webkit-background-clip:text;color:transparent}.lead{margin-top:24px;font-size:19px;color:var(--suave);max-width:720px}.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.checks{display:flex;flex-wrap:wrap;gap:18px;margin-top:30px;color:var(--suave);font-size:14px;font-weight:700}.checks span:before{content:'✓';display:inline-grid;place-items:center;width:23px;height:23px;margin-right:7px;border-radius:50%;background:var(--verde);color:#fff}
.hero-card{padding:34px;border-radius:32px;background:#fff;border:1px solid rgba(7,95,132,.10);box-shadow:var(--sombra)}.risk-badge{display:inline-flex;background:#fff1e8;color:#b64c12;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}.hero-card h2{font-size:31px;line-height:1.15;color:var(--azul-oscuro);margin:18px 0 12px}.hero-card p{color:var(--suave)}.risk-list{display:grid;gap:13px;margin-top:24px}.risk-item{display:grid;grid-template-columns:44px 1fr;gap:13px;align-items:center;padding:13px;border-radius:16px;background:var(--gris)}.risk-item b{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#eaf6f8;font-size:21px}
section{padding:88px 0}.section-head{max-width:790px;margin:0 auto 46px;text-align:center}.section-head h2{font-size:clamp(32px,4vw,48px);line-height:1.15;letter-spacing:-.03em;color:var(--azul-oscuro)}.section-head p{margin-top:16px;color:var(--suave);font-size:17px}.problem{background:var(--gris)}.problem-grid,.services-grid,.plans-grid,.faq-grid{display:grid;gap:24px}.problem-grid{grid-template-columns:repeat(3,1fr)}.card{padding:29px;border:1px solid var(--borde);border-radius:var(--radio);background:#fff;box-shadow:0 12px 32px rgba(7,59,85,.06)}.card-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;background:#eaf6f8;font-size:27px;margin-bottom:20px}.card h3{font-size:22px;line-height:1.25;color:var(--azul-oscuro)}.card p{margin-top:11px;color:var(--suave)}
.promo{padding:0 0 88px;background:var(--gris)}.promo-box{display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center;padding:48px;border-radius:32px;color:#fff;background:radial-gradient(circle at 90% 10%,rgba(105,185,79,.38),transparent 28%),linear-gradient(135deg,var(--azul),var(--turquesa))}.promo-box h2{font-size:clamp(30px,4vw,45px);line-height:1.12}.promo-box p{margin-top:14px;color:rgba(255,255,255,.84);max-width:760px}.promo-box .btn{background:#fff;color:var(--azul);white-space:nowrap}
.services-grid{grid-template-columns:repeat(3,1fr)}.service{display:flex;flex-direction:column;min-height:360px}.service ul,.plan ul{list-style:none;margin-top:18px;display:grid;gap:9px;color:var(--suave);font-size:14px}.service li:before,.plan li:before{content:'•';color:var(--verde);font-weight:900;margin-right:8px}.service .btn{margin-top:auto;align-self:flex-start}
.method{background:var(--azul-oscuro);color:#fff}.method .section-head h2,.method .section-head p{color:#fff}.method .section-head p{opacity:.75}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{padding:25px 22px;border-radius:20px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1)}.step span{color:#9ee0dc;font-size:13px;font-weight:800}.step h3{margin-top:18px;font-size:19px}.step p{margin-top:9px;color:rgba(255,255,255,.7);font-size:14px}
.plans{background:var(--gris)}.plans-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}.plan{position:relative;display:flex;flex-direction:column}.plan.featured{border:2px solid var(--turquesa);transform:translateY(-8px)}.tag{position:absolute;right:18px;top:18px;border-radius:999px;background:var(--verde);color:#fff;padding:6px 10px;font-size:11px;font-weight:800}.plan h3{font-size:25px}.plan .type{color:var(--turquesa);font-size:13px;font-weight:800;text-transform:uppercase;margin-bottom:10px}.plan .btn{margin-top:auto}
.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:58px;align-items:center}.profile{padding:35px;border-radius:30px;background:linear-gradient(135deg,var(--azul),var(--turquesa));color:#fff;box-shadow:var(--sombra)}.profile .logo-wrap{width:105px;height:105px;display:grid;place-items:center;background:#fff;border-radius:28px;margin-bottom:24px}.profile img{width:78px}.profile h3{font-size:28px}.profile p{margin-top:10px;color:rgba(255,255,255,.83)}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;margin-top:24px}.stat{padding:16px;border-radius:16px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16)}.stat strong{display:block;font-size:20px}.about-copy h2{font-size:clamp(32px,4vw,49px);line-height:1.15;color:var(--azul-oscuro)}.about-copy p{margin-top:18px;color:var(--suave)}.quote{margin-top:24px;padding:20px;border-left:4px solid var(--turquesa);background:#f2fafb;border-radius:0 18px 18px 0;color:var(--azul-oscuro);font-weight:700}
.faq{background:var(--gris)}.faq-grid{grid-template-columns:repeat(2,1fr)}details{padding:21px 23px;border-radius:18px;background:#fff;border:1px solid var(--borde)}summary{cursor:pointer;font-weight:800;color:var(--azul-oscuro)}details p{margin-top:12px;color:var(--suave)}
.contact-box{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center;padding:54px;border-radius:32px;color:#fff;background:radial-gradient(circle at 90% 10%,rgba(105,185,79,.35),transparent 28%),linear-gradient(135deg,var(--azul),var(--turquesa))}.contact-box h2{font-size:clamp(32px,4vw,49px);line-height:1.1}.contact-box p{margin-top:14px;color:rgba(255,255,255,.82);max-width:730px}.contact-box .btn{background:#fff;color:var(--azul)}
footer{background:#042f43;color:#fff;padding:52px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:44px}.footer-brand{display:flex;align-items:center;gap:13px;font-size:23px;font-weight:800}.footer-brand img{width:52px;background:#fff;border-radius:14px;padding:5px}footer p,footer li{color:rgba(255,255,255,.68);font-size:14px}footer ul{list-style:none;display:grid;gap:8px}footer h4{margin-bottom:14px}.footer-bottom{margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;color:rgba(255,255,255,.55);font-size:13px}.wa{position:fixed;right:22px;bottom:22px;width:59px;height:59px;display:grid;place-items:center;border-radius:50%;background:#25d366;color:#fff;font-size:28px;box-shadow:0 12px 28px rgba(0,0,0,.25);z-index:60}
@media(max-width:980px){nav{position:absolute;top:100%;left:0;width:100%;background:#fff;max-height:0;overflow:hidden;transition:.25s}nav.open{max-height:420px;box-shadow:0 18px 32px rgba(7,59,85,.12)}nav ul{flex-direction:column;align-items:stretch;padding:12px 20px 20px;gap:0}nav a{display:block;padding:13px 4px;border-bottom:1px solid var(--borde)}.menu-toggle{display:block}.nav>.btn{display:none}.hero-grid,.about-grid{grid-template-columns:1fr}.problem-grid,.services-grid,.plans-grid{grid-template-columns:repeat(2,1fr)}.promo-box,.contact-box{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.container{width:min(100% - 28px,1180px)}h1{font-size:42px}section{padding:68px 0}.problem-grid,.services-grid,.plans-grid,.steps,.faq-grid,.footer-grid{grid-template-columns:1fr}.plan.featured{transform:none}.hero{padding:62px 0}.hero-card,.card{padding:24px}.promo-box,.contact-box{padding:34px 24px}.actions .btn{width:100%}.footer-bottom{flex-direction:column;gap:8px}}

.wa{background:#25D366!important;color:#fff!important;display:grid!important;place-items:center!important;box-shadow:0 12px 30px rgba(0,0,0,.25)!important}
.wa svg{width:30px;height:30px;display:block}
.about-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:52px;align-items:center}
.about-panel h2{margin-top:16px;font-size:clamp(32px,4vw,50px);line-height:1.14;color:var(--azul-oscuro)}
.about-panel p{margin-top:18px;color:var(--texto-suave);font-size:17px}
.about-panel .btn{margin-top:28px}
.about-values{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.about-values article{min-height:150px;padding:24px;border-radius:22px;background:#fff;border:1px solid var(--gris-borde);box-shadow:0 12px 30px rgba(7,59,85,.08);display:flex;flex-direction:column;justify-content:center}
.about-values b{font-size:30px;color:var(--turquesa)}
.about-values span{margin-top:7px;color:var(--texto-suave);font-size:14px;font-weight:700}
.footer-brand{cursor:pointer}
@media(max-width:800px){.about-grid{grid-template-columns:1fr}.about-values{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.about-values{grid-template-columns:1fr}}


/* ---- estilos adicionales ---- */


/* Ajustes de identidad y alineación solicitados */
header .brand {
  flex: 0 1 330px;
  min-width: 220px;
  line-height: 0;
}
header .brand img {
  display: block;
  width: min(330px, 28vw);
  height: auto;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}
#nosotros .about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 56px;
  align-items: center;
}
#nosotros .about-panel,
#nosotros .about-values {
  width: 100%;
  margin: 0;
}
#nosotros .about-panel h2 {
  margin-top: 16px;
}
#nosotros .about-panel p {
  max-width: 720px;
}
@media (max-width: 1080px) {
  header .brand { flex-basis: 270px; }
  header .brand img { width: min(270px, 32vw); max-height: 62px; }
  #nosotros .about-grid { gap: 36px; }
}
@media (max-width: 980px) {
  header .brand { flex-basis: auto; min-width: 0; }
  header .brand img { width: 245px; max-width: 62vw; max-height: 58px; }
  #nosotros .about-grid { grid-template-columns: 1fr; align-items: stretch; }
}
@media (max-width: 560px) {
  header .brand img { width: 205px; max-width: 65vw; max-height: 50px; }
  #nosotros .about-grid { gap: 28px; }
}
