:root{
  --bg:#f7fbff;
  --bg-soft:#eef5ff;
  --surface:#ffffff;
  --surface-2:#f9fbff;
  --text:#163052;
  --muted:#5f7392;
  --line:#dce7f5;
  --primary:#1d4ed8;
  --primary-2:#375ef5;
  --accent:#22c7dc;
  --green:#22c55e;
  --shadow:0 18px 45px rgba(24,54,112,.08);
  --shadow-soft:0 10px 28px rgba(24,54,112,.06);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(34,199,220,.10), transparent 24%),
    radial-gradient(circle at top right, rgba(55,94,245,.08), transparent 18%),
    linear-gradient(180deg,#f7fbff 0%, #f3f8ff 100%);
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button{font:inherit}
.container{width:min(var(--max), calc(100% - 40px)); margin:0 auto}

.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(220,231,245,.8);
}
.nav{
  min-height:84px;
  display:flex; align-items:center; justify-content:space-between; gap:20px;
}
.brand{display:flex; align-items:center; gap:14px}
.brand img{height:56px; width:auto}
.brand-text strong{display:block; color:#15316b; font-size:1.15rem}
.brand-text span{display:block; color:var(--muted); font-weight:600; font-size:.9rem}

.nav-links{display:flex; gap:26px; align-items:center}
.nav-links a{font-weight:700; color:#35506f; font-size:.96rem}
.nav-links a:hover{color:var(--primary)}

.menu-toggle{
  display:none;
  width:44px; height:44px; border-radius:12px;
  border:1px solid var(--line); background:#fff; color:var(--text);
}
.mobile-menu{
  display:none; padding:0 20px 18px; background:rgba(255,255,255,.98); border-top:1px solid var(--line);
}
.mobile-menu.open{display:grid; gap:12px}
.mobile-menu a{font-weight:700; color:#35506f; padding:6px 0}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:14px 24px; border-radius:999px; border:none; cursor:pointer;
  font-weight:800; transition:.22s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  box-shadow:0 16px 32px rgba(29,78,216,.18);
}
.btn-secondary{
  color:var(--primary);
  background:#eaf1ff;
  border:1px solid #d7e4ff;
}

.hero{padding:68px 0 46px}
.hero-grid{
  display:grid; grid-template-columns:1.08fr .92fr; gap:28px; align-items:center;
}
.pill,.eyebrow{
  display:inline-flex; align-items:center; padding:10px 16px; border-radius:999px;
  background:#eaf4ff; color:var(--primary); font-weight:800; font-size:.9rem;
  border:1px solid #d9e9ff;
}
.eyebrow.white{
  background:rgba(255,255,255,.14); color:#fff; border-color:rgba(255,255,255,.22);
}
.hero h1{
  margin:18px 0 16px;
  font-size:clamp(2.7rem, 5vw, 5rem);
  line-height:1.02; letter-spacing:-.05em; color:#102a52;
}
.hero h1 span{
  background:linear-gradient(135deg,var(--primary),var(--accent));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero p{
  margin:0 0 28px; color:var(--muted); font-size:1.08rem; max-width:700px;
}
.hero-actions{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:26px}
.hero-cards{
  display:grid; grid-template-columns:repeat(3,1fr); gap:14px;
}
.mini-card{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(220,231,245,.9);
  border-radius:22px; padding:18px; box-shadow:var(--shadow-soft);
}
.mini-card strong{display:block; color:#12376b; margin-bottom:6px}
.mini-card span{display:block; color:var(--muted); font-size:.92rem}

.hero-panel .panel-box{
  background:linear-gradient(180deg,#ffffff 0%, #f6faff 100%);
  border:1px solid var(--line); border-radius:30px; padding:24px; box-shadow:var(--shadow);
}
.panel-logo{
  min-height:180px; border-radius:22px; background:linear-gradient(180deg,#f8fbff 0%, #eef6ff 100%);
  border:1px solid #e2ecfa; display:flex; align-items:center; justify-content:center; padding:24px; margin-bottom:18px;
}
.panel-logo img{max-height:140px}
.info-chip{
  display:inline-flex; align-items:center; gap:10px;
  background:#eef5ff; color:#20457f; border-radius:999px; padding:10px 14px; font-weight:700; font-size:.9rem; margin-bottom:18px;
}
.dot{
  width:10px; height:10px; border-radius:50%;
  background:linear-gradient(135deg,var(--green),var(--accent));
}
.feature-list{display:grid; gap:14px}
.feature-item{
  display:flex; gap:14px; align-items:flex-start;
  padding:14px 0; border-bottom:1px solid #edf3fb;
}
.feature-item:last-child{border-bottom:none}
.feature-icon{
  width:30px; height:30px; flex:none; border-radius:50%;
  display:flex; align-items:center; justify-content:center; color:#fff; font-weight:900;
  background:linear-gradient(135deg,var(--primary),var(--accent));
}
.feature-item strong{display:block; color:#143566; margin-bottom:4px}
.feature-item p{margin:0; color:var(--muted); font-size:.95rem}

.section{padding:78px 0}
.alt{background:linear-gradient(180deg,#fbfdff 0%, #f3f8ff 100%)}
.section-head{
  max-width:780px; margin:0 auto 38px; text-align:center;
}
.section-head h2{
  margin:14px 0 12px; color:#102a52; font-size:clamp(2rem, 4vw, 3.1rem); line-height:1.06; letter-spacing:-.04em;
}
.section-head p{margin:0; color:var(--muted); font-size:1.03rem}

.enfoque-grid{
  display:grid; grid-template-columns:1fr 1fr; gap:30px; align-items:center;
}
.enfoque-copy h2{
  margin:14px 0 12px; color:#102a52; font-size:clamp(2rem, 4vw, 3rem); line-height:1.08; letter-spacing:-.04em;
}
.enfoque-copy p{margin:0 0 22px; color:var(--muted); font-size:1.03rem}
.check-list{display:grid; gap:12px}
.check-item{
  display:flex; align-items:flex-start; gap:12px; color:#17345a; font-weight:700;
}
.check-item span{
  width:28px; height:28px; border-radius:50%; flex:none;
  display:inline-flex; align-items:center; justify-content:center; color:#fff;
  background:linear-gradient(135deg,var(--green),var(--accent));
}
.enfoque-image img{
  width:100%; border-radius:28px; box-shadow:var(--shadow); border:1px solid var(--line);
}

.benefits-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:20px;
}
.benefit-card{
  background:#fff; border:1px solid var(--line); border-radius:26px; padding:28px; box-shadow:var(--shadow-soft);
}
.icon-badge{
  width:54px; height:54px; border-radius:18px;
  display:flex; align-items:center; justify-content:center;
  font-weight:900; color:#fff; margin-bottom:16px;
  background:linear-gradient(135deg,var(--primary),var(--accent));
}
.benefit-card h3{margin:0 0 10px; color:#12376b; font-size:1.15rem}
.benefit-card p{margin:0; color:var(--muted)}

.commitment-box{
  background:linear-gradient(135deg,#1d4ed8 0%, #22c7dc 100%);
  color:#fff; border-radius:34px; padding:40px; box-shadow:0 24px 50px rgba(29,78,216,.18);
  display:grid; grid-template-columns:1fr 1fr; gap:26px; align-items:start;
}
.commitment-box h2{
  margin:14px 0 12px; font-size:clamp(2rem, 4vw, 3rem); line-height:1.06; letter-spacing:-.04em;
}
.commitment-box p{margin:0; color:rgba(255,255,255,.92)}
.commitment-points{display:grid; gap:14px}
.commitment-card{
  background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.18);
  border-radius:22px; padding:22px;
}
.commitment-card strong{display:block; margin-bottom:6px}
.commitment-card p{margin:0}

.steps{
  display:grid; grid-template-columns:repeat(3,1fr); gap:20px;
}
.step{
  background:#fff; border:1px solid var(--line); border-radius:26px; padding:28px; box-shadow:var(--shadow-soft);
}
.step-number{
  width:52px; height:52px; border-radius:18px;
  display:inline-flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  color:#fff; font-weight:900; margin-bottom:16px;
}
.step h3{margin:0 0 10px; color:#12376b}
.step p{margin:0; color:var(--muted)}

.contact-grid{
  display:grid; grid-template-columns:1.05fr .95fr; gap:24px; align-items:start;
}
.contact-copy{
  background:#fff; border:1px solid var(--line); border-radius:30px; padding:36px; box-shadow:var(--shadow-soft);
}
.contact-copy h2{
  margin:14px 0 14px; color:#102a52; font-size:clamp(2rem, 4vw, 3rem); line-height:1.06; letter-spacing:-.04em;
}
.contact-copy p{margin:0 0 22px; color:var(--muted)}
.contact-card{
  background:linear-gradient(180deg,#ffffff 0%, #f7fbff 100%);
  border:1px solid var(--line); border-radius:30px; padding:30px; box-shadow:var(--shadow-soft);
}
.contact-card h3{margin:0 0 16px; color:#12376b}
.contact-list{display:grid; gap:12px}
.contact-row{
  background:#c2cbd6; border:1px solid #e5eef9; border-radius:20px; padding:16px 18px;
}
.contact-row span{display:block; color:var(--primary); font-weight:800; font-size:.88rem; margin-bottom:6px}
.contact-row strong{color:#17345a}

.site-footer{
  background:#fff; border-top:1px solid var(--line); padding:24px 0 36px;
}
.footer-wrap{
  display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap;
}
.footer-brand{display:flex; align-items:center; gap:12px}
.footer-brand img{height:42px}
.footer-brand strong{display:block; color:#12376b}
.footer-brand span{display:block; color:var(--muted); font-size:.92rem}
.site-footer p{margin:0; color:var(--muted)}

.reveal{opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease}
.reveal.is-visible{opacity:1; transform:translateY(0)}
.delay-1{transition-delay:.08s}
.delay-2{transition-delay:.16s}

@media (max-width: 1040px){
  .nav-links,.desktop-cta{display:none}
  .menu-toggle{display:inline-flex; align-items:center; justify-content:center}
  .hero-grid,.enfoque-grid,.commitment-box,.contact-grid{grid-template-columns:1fr}
  .benefits-grid,.steps{grid-template-columns:1fr 1fr}
}
@media (max-width: 760px){
  .container{width:min(var(--max), calc(100% - 24px))}
  .hero{padding:44px 0 34px}
  .hero-cards,.benefits-grid,.steps{grid-template-columns:1fr}
  .hero-actions{flex-direction:column}
  .btn{width:100%}
  .hero-panel .panel-box,.benefit-card,.step,.contact-copy,.contact-card,.commitment-box{padding:22px}
  .section{padding:60px 0}
}

body{
  background:
    linear-gradient(180deg, rgba(0,0,0,.015) 0%, rgba(0,0,0,.01) 100%),
    radial-gradient(circle at top right, rgba(0,0,0,.035), transparent 18%),
    linear-gradient(180deg,#f1f4f6 0%, #ebeff2 100%) !important;
  color:#111 !important;
}
.site-header{
  background:rgba(255,255,255,.9) !important;
}
.brand{
  gap:0 !important;
}
.brand img{
  height:96px !important;
  width:auto !important;
}
.brand-text{
  display:none !important;
}
.nav-links a,
.mobile-menu a{
  color:#111827 !important;
}
.hero h1,
.hero h1 span,
.section-head h2,
.enfoque-copy h2,
.commitment-box h2,
.contact-copy h2,
.benefit-card h3,
.step h3,
.contact-card h3,
.feature-item strong,
.mini-card strong,
.contact-row strong{
  color:#111 !important;
}
.hero h1 span{
  background:none !important;
  -webkit-background-clip:initial !important;
  background-clip:initial !important;
}
.pill,
.eyebrow{
  background:#c2cbd6 !important;
  color:#111 !important;
  border-color:#d7dde3 !important;
}
.eyebrow.white{
  background:rgba(255,255,255,.15) !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.22) !important;
}
.btn,
.btn-primary,
.btn-secondary{
  background:linear-gradient(180deg,#5d6570 0%, #434b56 100%) !important;
  color:#fff !important;
  border:1px solid #434b56 !important;
  box-shadow:none !important;
}
.btn:hover,
.btn-primary:hover,
.btn-secondary:hover{
  background:linear-gradient(180deg,#525a65 0%, #363e48 100%) !important;
  border-color:#363e48 !important;
}
.hero p,
.section-head p,
.enfoque-copy p,
.benefit-card p,
.step p,
.contact-copy p,
.contact-card p,
.feature-item p,
.contact-row span,
.site-footer p,
.mini-card span{
  color:#4b5563 !important;
}
.commitment-box{
  background:linear-gradient(135deg,#4a4f56 0%, #686d75 100%) !important;
}
.icon-badge,
.step-number,
.feature-icon,
.check-item span{
  background:linear-gradient(180deg,#5d6570 0%, #434b56 100%) !important;
}
.alt{
  background:linear-gradient(180deg,#f7f9fa 0%, #eef2f5 100%) !important;
}
.mini-card{
  text-decoration:none;
}
.footer-brand img{
  height:62px !important;
  width:auto !important;
}
@media (max-width:760px){
  .brand img{
    height:74px !important;
  }
}

.brand img{
  height:115px !important;
  width:auto !important;
}
.brand{
  gap:0 !important;
}

.brand img{
  height:170px !important;
  width:auto !important;
}

.site-header .nav{
  min-height:140px !important;
}

.hero-image-box{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hero-image-box img{
  width:100%;
  height:auto;
  border-radius:28px;
  object-fit:cover;
  box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.hero-image-box{
  position:relative;
}

.hero-image-box::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    rgba(0,0,0,0.15),
    rgba(0,0,0,0.05)
  );
  border-radius:28px;
  pointer-events:none;
}

.enfoque-image img{
  width:100%;
  height:auto;
  border-radius:28px;
  object-fit:cover;
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.site-header{
  backdrop-filter: blur(8px);
  border-bottom:1px solid rgba(0,0,0,.06);
}

.site-header .nav{
  min-height:150px;
  align-items:center;
}

.brand img{
  height:200px !important; 
  width:auto;
}

.nav-delicate{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:28px;
}

.nav-delicate a{
  font-size:14px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#1f2937;
  font-weight:500;
  position:relative;
  transition:all .25s ease;
}

.nav-delicate a:hover{
  color:#000;
}

.nav-delicate a::after{
  content:"";
  position:absolute;
  bottom:-6px;
  left:0;
  width:0;
  height:1px;
  background:#000;
  transition:width .25s ease;
}

.nav-delicate a:hover::after{
  width:100%;
}

.hero h1{
  font-weight:800;
  letter-spacing:-.03em;
}

.hero{
  padding-top:40px;
}

.feature-icon,
.icon-badge,
.step-number{
  transition:transform .35s ease, box-shadow .35s ease;
}

.feature-item:hover .feature-icon,
.benefit-card:hover .icon-badge,
.step:hover .step-number{
  transform:translateY(-3px);
  box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.mini-card,
.benefit-card,
.step{
  transition:all .35s ease;
}

.mini-card:hover,
.benefit-card:hover,
.step:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 35px rgba(0,0,0,.12);
}

@media (max-width:900px){
  .brand img{
    height:130px !important;
  }
}

.map-section{
  width:100%;
  margin-top:72px;
}
.map-section iframe{
  width:100%;
  height:420px;
  border:none;
  display:block;
}

.contact-map{
  margin-top:20px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid #e3e7eb;
}

.contact-map iframe{
  width:100%;
  height:260px;
  border:none;
  display:block;
}

.contact-grid{
  align-items:stretch !important;
}

.contact-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.contact-map{
  margin-top:18px;
  border-radius:20px;
  overflow:hidden;
  border:1px solid #e5e7eb;
  width:100%;
}

.contact-map iframe{
  width:100%;
  height:300px;
  border:none;
  display:block;
}

.brand img{
  height:170px !important;
  width:auto;
}

.site-header .nav{
  min-height:130px;
  align-items:center;
}

.nav-delicate{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:26px;
}

.brand img{
  height:220px !important;
  width:auto;
}

.site-header .nav{
  min-height:160px;
  align-items:center;
}

.site-header .nav{
  min-height:auto !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  height:140px;
}

.brand{
  display:flex;
  align-items:center;
}

.brand img{
  height:220px !important;
  margin-top:-40px; 
  margin-bottom:-40px; 
}

.btn,
.btn-primary,
.btn-secondary{
  transition:all .25s ease;
}

.btn:hover,
.btn-primary:hover,
.btn-secondary:hover{
  background:linear-gradient(180deg,#0f2a44 0%, #081a2d 100%) !important;
  border-color:#081a2d !important;
  color:#fff !important;
}

.commitment-box{
  background: linear-gradient(180deg,#f5f7fa 0%, #eef2f5 100%) !important;
  border:1px solid #e5e7eb;
  box-shadow:0 12px 28px rgba(0,0,0,.06);
  color:#111;
}

.commitment-box h2{
  color:#111 !important;
}

.commitment-box p{
  color:#4b5563 !important;
}

.commitment-card{
  background:#c2cbd6 !important;
  border:1px solid #e5e7eb !important;
  box-shadow:0 8px 18px rgba(0,0,0,.05);
}

.commitment-card strong{
  color:#111;
}

.commitment-card p{
  color:#6b7280 !important;
}

.hero-header{
  position:absolute !important;
  top:0;
  left:0;
  right:0;
  z-index:30;
  background:transparent !important;
  border-bottom:none !important;
  backdrop-filter:none !important;
}

.hero-header .nav{
  min-height:120px;
}

.hero-header .nav-links a{
  color:#ffffff !important;
  font-weight:600;
  letter-spacing:.05em;
}

.hero-header .nav-links a::after{
  background:#c2cbd6 !important;
}

.hero-header .desktop-cta{
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.28) !important;
  color:#ffffff !important;
  backdrop-filter:blur(4px);
}
.hero-header .desktop-cta:hover{
  background:rgba(255,255,255,.18) !important;
  border-color:rgba(255,255,255,.34) !important;
}
.hero-header .menu-toggle{
  color:#fff;
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.10);
}
.hero-header .brand img{
  filter: drop-shadow(0 4px 16px rgba(0,0,0,.18));
}

.hero-enqui-like{
  position:relative;
  min-height:880px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:180px 0 110px;
  background:
    linear-gradient(180deg, rgba(8,26,45,.56) 0%, rgba(8,26,45,.50) 100%),
    url("../img/hero_edificio.jpg") center center / cover no-repeat;
  overflow:hidden;
}

.hero-enqui-like .hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.07), transparent 40%),
    linear-gradient(180deg, rgba(7,20,35,.12), rgba(7,20,35,.18));
  pointer-events:none;
}

.hero-centered{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
}

.hero-enqui-like .hero-copy{
  max-width:1040px;
  margin:0 auto;
  text-align:center;
}

.hero-enqui-like .hero-pill{
  background:rgba(255,255,255,.12) !important;
  color:#ffffff !important;
  border:1px solid rgba(255,255,255,.22) !important;
  backdrop-filter:blur(4px);
}

.hero-enqui-like h1,
.hero-enqui-like h1 span{
  color:#ffffff !important;
  font-size:clamp(3rem, 6vw, 5.2rem) !important;
  line-height:1.02;
  letter-spacing:-.04em;
  max-width:14ch;
  margin:22px auto 20px;
  text-shadow:0 10px 30px rgba(0,0,0,.20);
}

.hero-enqui-like p{
  color:rgba(255,255,255,.92) !important;
  font-size:clamp(1.15rem, 2vw, 1.55rem);
  line-height:1.5;
  max-width:980px;
  margin:0 auto 28px;
  text-shadow:0 4px 18px rgba(0,0,0,.12);
}

.hero-actions-centered{
  justify-content:center;
  margin-bottom:34px;
}

.hero-enqui-like .btn-primary{
  background:linear-gradient(180deg,#16b0cf 0%, #0d91b5 100%) !important;
  border-color:#0d91b5 !important;
}
.hero-enqui-like .btn-primary:hover{
  background:linear-gradient(180deg,#0f2a44 0%, #081a2d 100%) !important;
  border-color:#081a2d !important;
}
.hero-enqui-like .btn-secondary{
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.26) !important;
  color:#ffffff !important;
  backdrop-filter:blur(4px);
}
.hero-enqui-like .btn-secondary:hover{
  background:rgba(255,255,255,.18) !important;
  border-color:rgba(255,255,255,.34) !important;
}

.hero-cards-centered{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  max-width:900px;
  margin:0 auto;
}

.hero-enqui-like .mini-card{
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.20) !important;
  backdrop-filter:blur(8px);
  color:#ffffff !important;
}
.hero-enqui-like .mini-card strong{
  color:#ffffff !important;
}
.hero-enqui-like .mini-card span{
  color:rgba(255,255,255,.86) !important;
}

@media (max-width: 1040px){
  .hero-enqui-like{
    min-height:760px;
    padding:160px 0 90px;
  }
}

@media (max-width: 760px){
  .hero-header{
    position:sticky !important;
    background:rgba(17,24,39,.82) !important;
    backdrop-filter:blur(10px) !important;
  }
  .hero-header .mobile-menu{
    background:rgba(17,24,39,.95) !important;
  }
  .hero-header .mobile-menu a{
    color:#fff !important;
  }
  .hero-enqui-like{
    min-height:auto;
    padding:110px 0 70px;
    background-position:center center;
  }
  .hero-enqui-like h1{
    max-width:none;
  }
  .hero-cards-centered{
    grid-template-columns:1fr;
  }
}

.site-footer a{
  color:inherit;
  text-decoration:none;
  font-weight:600;
}
.site-footer a:hover{
  text-decoration:underline;
}


/* Logo blanco sobre hero */
.hero-header .brand img{
    filter: brightness(0) invert(1);
}

/* Fondo del sitio más oscuro */
body{
    background:#e1e6ec;
}

/* Secciones */
section{
    background:#c2cbd6;
}

/* Tarjetas */
.mini-card{
    background:#dce3ea !important;
}

/* Mejor contraste texto */
p{
    color:#2a3440;
}


/* Ajuste adicional: cuerpo más oscuro para equilibrar con el hero */
body{
    background:#d6dde5;
}

/* Secciones principales */
section{
    background:#e4eaf1;
}

/* Tarjetas */
.mini-card{
    background:#cfd7e0 !important;
}

/* Contenedores de información */
.card, .info-box, .content-box{
    background:#e1e7ee;
}

section{background:#c2cbd6;}

body{background:#c8d0da;}
section{background:#c2cbd6;}

/* Mostrar logo correctamente en móvil */
@media (max-width: 900px){
  .brand img{
    display:block !important;
    height:56px !important;
    width:auto !important;
    visibility:visible !important;
    opacity:1 !important;
  }
}



/* ===== Responsive mobile fixes ===== */
html, body { overflow-x: hidden; }
img { max-width: 100%; height: auto; }

.container{
  width:min(var(--max, 1180px), calc(100% - 32px)) !important;
}

@media (max-width: 1100px){
  .hero-grid,
  .enfoque-grid,
  .contact-grid,
  .commitment-box{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }
  .benefits-grid,
  .steps{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  }
  .hero-cards{
    grid-template-columns:1fr !important;
  }
}

@media (max-width: 900px){
  .container{
    width:calc(100% - 24px) !important;
  }

  .site-header,
  .hero-header{
    background:rgba(17,24,39,.92) !important;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }

  .site-header .nav,
  .hero-header .nav{
    min-height:74px !important;
    height:auto !important;
    padding:8px 0 !important;
    gap:12px !important;
  }

  .brand{
    display:flex !important;
    align-items:center !important;
    flex:0 0 auto;
    min-width:0;
  }

  .brand img{
    display:block !important;
    height:48px !important;
    width:auto !important;
    max-width:170px !important;
    object-fit:contain !important;
    margin:0 !important;
    visibility:visible !important;
    opacity:1 !important;
  }

  .nav-links{
    display:none !important;
  }

  .menu-toggle{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    margin-left:auto !important;
    width:42px !important;
    height:42px !important;
    border-radius:12px !important;
  }

  .mobile-menu{
    width:100%;
    box-sizing:border-box;
    padding:14px 16px 18px !important;
  }

  .mobile-menu a{
    display:block;
    padding:10px 0 !important;
    font-size:15px !important;
  }

  .desktop-cta{
    display:none !important;
  }

  .hero,
  .hero-enqui-like{
    min-height:auto !important;
    padding:100px 0 56px !important;
    background-position:center center !important;
  }

  .hero-copy,
  .hero-enqui-like .hero-copy{
    max-width:100% !important;
    text-align:left !important;
  }

  .hero h1,
  .hero-enqui-like h1{
    font-size:clamp(2.1rem, 9vw, 3rem) !important;
    line-height:1.06 !important;
    max-width:none !important;
    margin:18px 0 14px !important;
  }

  .hero p,
  .hero-enqui-like p{
    font-size:1rem !important;
    line-height:1.6 !important;
    max-width:none !important;
    margin-bottom:18px !important;
  }

  .pill,
  .hero-pill,
  .eyebrow{
    font-size:.8rem !important;
    padding:8px 12px !important;
    line-height:1.3 !important;
  }

  .hero-actions,
  .hero-actions-centered{
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    margin-bottom:18px !important;
  }

  .btn,
  .btn-primary,
  .btn-secondary{
    width:100% !important;
    text-align:center;
    justify-content:center;
    padding:13px 18px !important;
    font-size:15px !important;
  }

  .hero-cards,
  .hero-cards-centered{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    max-width:none !important;
  }

  .mini-card{
    padding:16px !important;
    border-radius:18px !important;
  }

  .hero-image-box,
  .enfoque-image,
  .contact-card,
  .contact-copy{
    width:100% !important;
  }

  .hero-image-box img,
  .enfoque-image img{
    width:100% !important;
    height:auto !important;
    object-fit:cover !important;
    border-radius:22px !important;
  }

  .section,
  .alt{
    padding:56px 0 !important;
  }

  .section-head{
    margin:0 auto 28px !important;
  }

  .section-head h2,
  .enfoque-copy h2,
  .contact-copy h2,
  .commitment-box h2{
    font-size:clamp(1.7rem, 7vw, 2.4rem) !important;
    line-height:1.1 !important;
    max-width:none !important;
    margin:12px 0 !important;
  }

  .section-head p,
  .enfoque-copy p,
  .contact-copy p,
  .commitment-box p,
  .benefit-card p,
  .step p,
  .feature-item p{
    font-size:.98rem !important;
    line-height:1.6 !important;
  }

  .commitment-box{
    padding:24px !important;
    border-radius:24px !important;
  }

  .commitment-card{
    padding:16px !important;
    border-radius:16px !important;
  }

  .benefits-grid,
  .steps{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }

  .benefit-card,
  .step{
    padding:18px !important;
    border-radius:18px !important;
  }

  .step-number,
  .icon-badge{
    width:44px !important;
    height:44px !important;
    border-radius:14px !important;
    margin-bottom:12px !important;
  }

  .contact-grid{
    gap:18px !important;
  }

  .contact-copy,
  .contact-card{
    padding:20px !important;
    border-radius:22px !important;
  }

  .contact-row{
    padding:14px !important;
    border-radius:14px !important;
  }

  .contact-map iframe{
    height:220px !important;
  }

  .footer-wrap{
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:10px !important;
  }

  .footer-brand img{
    height:44px !important;
    width:auto !important;
  }
}

@media (max-width: 480px){
  .container{
    width:calc(100% - 20px) !important;
  }

  .brand img{
    height:42px !important;
    max-width:150px !important;
  }

  .hero,
  .hero-enqui-like{
    padding:88px 0 46px !important;
  }

  .hero h1,
  .hero-enqui-like h1{
    font-size:clamp(1.9rem, 9vw, 2.5rem) !important;
  }

  .mini-card,
  .benefit-card,
  .step,
  .contact-copy,
  .contact-card,
  .commitment-box{
    padding:16px !important;
  }

  .contact-map iframe{
    height:200px !important;
  }
}

/* Logo más grande en móvil */
@media (max-width:760px){
  .brand img{height:90px !important;}
}
