
:root{
  --navy:#073466;
  --navy-2:#052b56;
  --blue:#076eae;
  --cyan:#29b9c2;
  --sky:#eaf7fa;
  --ice:#f7fbfd;
  --white:#ffffff;
  --text:#17324b;
  --muted:#60758a;
  --line:#d8e7ee;
  --shadow:0 18px 48px rgba(7,52,102,.09);
  --max:1220px;

  /* Sistema tipográfico */
  --font-ui: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font-ui);
  background:#fff;
  color:var(--text);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(92%,var(--max));margin-inline:auto}

/* -----------------------------
   Header
------------------------------ */
.nav{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.nav-inner{
  height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.brand-logo{
  width:232px;
  height:auto;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:25px;
}
.nav-links a{
  font-size:.94rem;
  line-height:1;
  font-weight:700;
  color:#49657e;
}
.nav-links a:hover{color:var(--blue)}

/* -----------------------------
   Jerarquía tipográfica global
------------------------------ */
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin:0 0 16px;
  font-size:.80rem;
  line-height:1.15;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
  color:var(--blue);
}
.eyebrow::before{
  content:"";
  width:24px;
  height:3px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--blue),var(--cyan));
  flex:0 0 auto;
}

.hero-title{
  margin:0 0 24px;
  max-width:1040px;
  font-size:clamp(2.25rem,4vw,3.65rem);
  line-height:1.05;
  font-weight:800;
  letter-spacing:-.035em;
  color:var(--navy-2);
}

.hero-copy{
  margin:0;
  max-width:720px;
  font-size:1.13rem;
  line-height:1.72;
  font-weight:400;
  color:var(--muted);
}

.section-title{
  margin:0 0 18px;
  max-width:1040px;
  font-size:clamp(2.25rem,4vw,3.65rem);
  line-height:1.05;
  font-weight:800;
  letter-spacing:-.035em;
  color:var(--navy-2);
}

.section-copy{
  margin:0 0 38px;
  max-width:820px;
  font-size:1.04rem;
  line-height:1.72;
  font-weight:400;
  color:var(--muted);
}

.card-title{
  margin:0 0 10px;
  font-size:1.15rem;
  line-height:1.35;
  font-weight:750;
  letter-spacing:-.012em;
  color:var(--navy);
}

.card-copy{
  margin:0;
  font-size:.98rem;
  line-height:1.68;
  font-weight:400;
  color:var(--muted);
}

/* -----------------------------
   Hero
------------------------------ */
.hero{
  position:relative;
  overflow:hidden;
  padding:88px 0 86px;
  background:
    radial-gradient(circle at 92% 6%, rgba(41,185,194,.14), transparent 29%),
    linear-gradient(180deg,#fff,#fbfdfe);
}
.hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:56px;
  align-items:center;
}
.cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--navy);
  font-size:.94rem;
  font-weight:750;
}
.btn:hover{box-shadow:0 8px 22px rgba(7,52,102,.08)}
.badge{
  display:inline-block;
  margin-top:18px;
  padding:7px 12px;
  border-radius:999px;
  background:var(--sky);
  color:var(--blue);
  font-size:.86rem;
  font-weight:750;
}

/* Imagen reducida aprox. a la mitad de la presencia anterior */
.hero-visual-wrap{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:14px;
}
.hero-visual{
  width:min(65%,420px);
  min-width:270px;
  border-radius:30px;
  box-shadow:0 22px 50px rgba(7,52,102,.11);
}

/* -----------------------------
   Sections
------------------------------ */
.section{
  padding:82px 0;
  border-top:1px solid var(--line);
}
.section.alt{
  background:linear-gradient(180deg,#f8fcfd,#eef8fa);
}

.grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:28px;
  box-shadow:0 10px 28px rgba(7,52,102,.045);
}
.card-mark{
  width:44px;
  height:44px;
  margin-bottom:22px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:linear-gradient(135deg,var(--blue),var(--cyan));
  color:#fff;
  font-size:1.05rem;
  line-height:1;
  font-weight:800;
}

.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.step-label{
  margin:0 0 8px;
  font-size:.79rem;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:var(--blue);
}

/* Integraciones */
.integrations-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
.integration-card{
  position:relative;
  overflow:hidden;
  padding:32px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow);
}
.integration-card::after{
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  right:-70px;
  top:-80px;
  border-radius:50%;
  background:rgba(41,185,194,.10);
}
.integration-tag{
  display:inline-flex;
  margin-bottom:18px;
  padding:7px 11px;
  border-radius:999px;
  background:var(--sky);
  color:var(--blue);
  font-size:.76rem;
  line-height:1;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

/* Sectores */
.sector-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.pill{
  padding:10px 15px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:#42617b;
  font-size:.92rem;
  font-weight:700;
}

/* Lanzamiento */
.launch-card{
  padding:40px;
  border-radius:30px;
  background:linear-gradient(120deg,var(--navy-2),var(--blue));
  color:#fff;
  box-shadow:var(--shadow);
}
.launch-card .section-title{color:#fff}
.launch-card .section-copy{color:#dceaf3;margin-bottom:0}

/* Footer */
.footer{
  padding:42px 0;
  border-top:1px solid var(--line);
  background:#fff;
  color:var(--muted);
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:30px;
  flex-wrap:wrap;
}
.footer-logo{width:180px;margin-bottom:12px}
.footer-copy{
  font-size:.9rem;
  line-height:1.65;
  color:var(--muted);
}
.footer-links{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.footer-links a{
  font-size:.88rem;
  font-weight:600;
}
.footer-links a:hover{color:var(--blue)}

/* Legal */
.legal{padding:70px 0 100px}
.legal .section-title{max-width:900px}
.legal h2{
  margin-top:34px;
  margin-bottom:10px;
  font-size:1.26rem;
  line-height:1.35;
  font-weight:750;
  color:var(--navy);
}
.legal p,.legal li{
  color:var(--muted);
  line-height:1.7;
}
.legal-head{
  padding:26px;
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--ice);
}

/* -----------------------------
   Responsive
------------------------------ */
@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr}
  .hero-visual{width:min(48%,330px)}
  .personalization-note{width:min(48%,330px)}
  .grid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr 1fr}
  .integrations-grid{grid-template-columns:1fr}
}
@media(max-width:780px){
  .nav-inner{height:78px}
  .brand-logo{width:194px}
  .nav-links a:nth-child(-n+4){display:none}
}
@media(max-width:620px){
  .hero{padding:66px 0 70px}
  .brand-logo{width:172px}
  .hero-visual{width:min(72%,300px);min-width:0}
  .personalization-note{width:min(72%,300px)}
  .grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .section{padding:66px 0}
}

.personalization-note{
  width:min(70%,460px);
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:0;
  padding:11px 14px;
  border:1px solid #cfe5f3;
  border-radius:14px;
  background:#eef8ff;
  color:#2f627f;
  font-size:.84rem;
  line-height:1.45;
  font-weight:650;
  box-shadow:0 8px 20px rgba(7,52,102,.045);
}
.personalization-note::before{
  content:"i";
  flex:0 0 auto;
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--blue);
  color:#fff;
  font-size:.76rem;
  line-height:1;
  font-weight:800;
}


/* -----------------------------
   Contacto corporativo
------------------------------ */
.contact-channels{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.contact-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:#ffffff;
  font-size:.9rem;
  font-weight:700;
}
.contact-chip:hover{
  background:rgba(255,255,255,.16);
}
.legal-contact{
  margin-top:28px;
  padding:18px 20px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--ice);
}
.legal-contact strong{
  color:var(--navy);
}
.legal-contact a{
  color:var(--blue);
  font-weight:700;
}
.footer-contact{
  margin-top:10px;
  font-size:.88rem;
  line-height:1.6;
  color:var(--muted);
}
.footer-contact a{
  color:var(--blue);
  font-weight:700;
}
