@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@400;500;600;700&display=swap");

:root {
  --font-body: "Manrope";
  --font-display: "Sora";
  --ink: #0b2036;
  --ink-2: #163d5d;
  --blue: #0a75b9;
  --blue-dark: #075a90;
  --sky: #e8f6fc;
  --mint: #9be6cf;
  --green: #18a778;
  --cream: #f6f8f7;
  --line: #dfe8eb;
  --muted: #637789;
  --white: #fff;
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.consent-row {
  display: flex;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 9px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.consent-row input {
  width: 15px;
  height: 15px;
  margin-top: 1px;
  accent-color: var(--blue);
}
.form-status {
  min-height: 16px;
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.form-status.error { color: #cf433f; }
.form-status.success { color: var(--green); }
.button[disabled] { opacity: .55; cursor: wait; transform: none; }
.module-panel[hidden] { display: none; }

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font-body), system-ui, sans-serif;
  overflow-x: hidden;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.announcement {
  min-height: 42px;
  padding: 8px 58px;
  color: white;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  position: relative;
  font-size: 13px;
}
.announcement p { margin: 0; letter-spacing: .01em; }
.announcement p span {
  background: rgba(255,255,255,.16);
  padding: 4px 8px;
  border-radius: 99px;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: .1em;
  margin-right: 7px;
}
.announcement > button:not(.announcement-close) {
  color: white;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.8);
  background: transparent;
  padding: 2px 0;
  font-weight: 700;
  font-size: 12px;
}
.announcement-close {
  position: absolute;
  right: 24px;
  top: 4px;
  color: rgba(255,255,255,.8);
  border: 0;
  background: transparent;
  font-size: 24px;
}

.site-header {
  height: 84px;
  padding: 0 clamp(24px, 5vw, 80px);
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(11,32,54,.07);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 60;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--font-display), sans-serif;
  font-weight: 750;
  font-size: 35px;
  letter-spacing: -.055em;
  white-space: nowrap;
}
.brand > span:last-child > span, .drawer-head .brand > span { color: var(--blue); }
.brand-mark, .mini-brand {
  width: 31px;
  height: 31px;
  border-radius: 9px;
  background: var(--ink);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  padding: 7px;
  transform: rotate(-2deg);
}
.brand-mark i, .mini-brand i {
  display: block;
  width: 4px;
  background: var(--mint);
  border-radius: 3px;
}
.brand-mark i:nth-child(1), .mini-brand i:nth-child(1) { height: 9px; }
.brand-mark i:nth-child(2), .mini-brand i:nth-child(2) { height: 15px; }
.brand-mark i:nth-child(3), .mini-brand i:nth-child(3) { height: 12px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: 40px; }
.desktop-nav > a, .nav-group > button {
  border: 0;
  background: none;
  color: #42586a;
  font-size: 14px;
  font-weight: 650;
  padding: 31px 0;
}
.desktop-nav > a:hover, .nav-group > button:hover { color: var(--blue); }
.nav-group { position: relative; }
.nav-group > button span { font-size: 15px; margin-left: 4px; }
.mega-menu {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 12px;
  position: absolute;
  top: 75px;
  left: -170px;
  width: 600px;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(10,42,66,.16);
  background: #fff;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .25s ease;
}
.nav-group:hover .mega-menu, .nav-group:focus-within .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.menu-label { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .13em; margin: 0 0 10px 12px; }
.mega-menu a { display: flex; flex-direction: column; padding: 12px; border-radius: 13px; }
.mega-menu a:hover { background: var(--sky); }
.mega-menu b { font-size: 14px; margin-bottom: 4px; }
.mega-menu small { font-size: 12px; color: var(--muted); line-height: 1.4; }
.menu-list { border-left: 1px solid var(--line); padding-left: 10px; display: flex; flex-direction: column; justify-content: center; }
.menu-list a { flex-direction: row; justify-content: space-between; font-size: 13px; font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.login-button { border: 0; background: transparent; color: var(--ink); font-size: 13px; font-weight: 750; padding: 11px 12px; }
.button {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 9px;
  padding: 13px 19px;
  font-weight: 750;
  font-size: 13px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; box-shadow: 0 9px 24px rgba(11,32,54,.18); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 13px 28px rgba(7,90,144,.25); }
.button-large { padding: 16px 23px; border-radius: 10px; font-size: 14px; }
.button-white { background: white; color: var(--ink); box-shadow: 0 13px 30px rgba(0,0,0,.16); }
.mobile-toggle { display: none; width: 40px; height: 40px; border: 0; background: transparent; padding: 10px; }
.mobile-toggle span { display: block; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 2px; }
.mobile-drawer { display: none; }

.hero {
  min-height: 690px;
  background:
    radial-gradient(circle at 83% 52%, rgba(155,230,207,.28), transparent 30%),
    linear-gradient(135deg, #f9fbfb 10%, #eff7f7 70%, #e9f4f3 100%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(11,32,54,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(11,32,54,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to right, transparent, black 55%, black);
}
.hero-grid {
  position: relative;
  max-width: 1420px;
  min-height: 690px;
  margin: auto;
  padding: 84px clamp(24px, 5vw, 80px) 72px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: 62px;
}
.hero-copy { position: relative; z-index: 2; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid #cfe3e4;
  border-radius: 99px;
  background: rgba(255,255,255,.68);
  color: #516b76;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.hero-badge span { color: var(--green); font-size: 10px; }
h1, h2, h3 { font-family: var(--font-display), sans-serif; letter-spacing: -.055em; }
.hero h1 {
  max-width: 700px;
  margin: 25px 0 24px;
  font-size: clamp(48px, 5.3vw, 78px);
  line-height: .9;
  font-weight: 560;
}
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-copy > p {
  max-width: 590px;
  margin: 0;
  color: #5f7482;
  font-size: 16px;
  line-height: 1.75;
}
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 33px; }
.text-link {
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-weight: 750;
  font-size: 14px;
}
.text-link span { color: var(--blue); font-size: 16px; }
.hero-trust { display: flex; align-items: center; gap: 12px; margin-top: 40px; }
.avatar-stack { display: flex; }
.avatar-stack i {
  width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  border: 2px solid white; margin-left: -7px; background: #d8e8e8; color: var(--ink);
  font-style: normal; font-size: 9px; font-weight: 800;
}
.avatar-stack i:first-child { margin: 0; background: #b8ddcf; }
.avatar-stack i:nth-child(2) { background: #c5d8ee; }
.avatar-stack i:nth-child(3) { background: #ead4bd; }
.avatar-stack i:last-child { background: var(--blue); color: white; }
.hero-trust p { font-size: 12px; line-height: 1.5; color: #738793; margin: 0; }
.hero-trust b { color: var(--ink); font-size: 13px; }

.dashboard-stage { position: relative; min-height: 505px; display: grid; place-items: center; }
.dashboard-orbit { position: absolute; border: 1px solid rgba(10,117,185,.14); border-radius: 50%; }
.orbit-one { width: 560px; height: 560px; }
.orbit-two { width: 410px; height: 410px; }
.dashboard-card {
  width: min(690px, 100%);
  height: 430px;
  display: flex;
  border: 7px solid rgba(255,255,255,.75);
  border-radius: 22px;
  background: #f8fafb;
  box-shadow: 0 35px 90px rgba(17,62,81,.22);
  overflow: hidden;
  transform: perspective(1100px) rotateY(-3deg) rotateX(1deg);
  position: relative;
  z-index: 2;
}
.dash-sidebar { width: 54px; padding: 14px 10px; background: var(--ink); display: flex; flex-direction: column; align-items: center; }
.mini-brand { width: 27px; height: 27px; padding: 6px; border: 1px solid rgba(255,255,255,.18); }
.dash-nav { display: flex; flex-direction: column; gap: 19px; margin-top: 39px; color: #6b8293; }
.dash-nav b { width: 26px; height: 26px; display: grid; place-items: center; font-size: 12px; }
.dash-nav b:first-child { color: var(--mint); background: rgba(155,230,207,.12); border-radius: 7px; }
.dash-avatar { margin-top: auto; width: 26px; height: 26px; border-radius: 50%; background: var(--mint); color: var(--ink); display: grid; place-items: center; font-size: 7px; }
.dash-main { flex: 1; padding: 20px 22px; min-width: 0; }
.dash-top { display: flex; justify-content: space-between; align-items: center; }
.dash-top div { display: flex; flex-direction: column; gap: 2px; }
.dash-top small, .metric-row small, .card-heading small, .activity-row small { color: #7d8e9a; font-size: 8px; }
.dash-top strong { font-family: var(--font-display); font-size: 14px; }
.dash-top > span { border: 1px solid var(--line); background: white; border-radius: 6px; padding: 6px 8px; color: #536a7b; font-size: 8px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 17px; }
.metric-row article { padding: 12px; border: 1px solid #e8eff1; border-radius: 10px; background: white; display: flex; flex-direction: column; }
.metric-row strong { font-family: var(--font-display); font-size: 14px; margin: 5px 0 2px; }
.metric-row span { color: #7d8e9a; font-size: 7px; }
.metric-row .up { color: var(--green); }
.dash-content { display: grid; grid-template-columns: 1.6fr .8fr; gap: 10px; margin-top: 10px; }
.chart-card, .portfolio-card, .activity-card { border: 1px solid #e8eff1; border-radius: 10px; background: white; padding: 12px; }
.card-heading { display: flex; justify-content: space-between; align-items: center; }
.card-heading b { font-size: 9px; }
.chart-area { position: relative; height: 112px; margin-top: 8px; }
.chart-grid { position: absolute; inset: 5px 0 20px; display: flex; flex-direction: column; justify-content: space-between; }
.chart-grid i { display: block; border-top: 1px dashed #e8edef; }
.line-chart { position: absolute; inset: 8px 5px 22px; }
.line-chart span { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); border: 1px solid white; position: absolute; z-index: 2; }
.line-chart .seg { position: absolute; height: 2px; background: var(--blue); transform-origin: left center; border-radius: 2px; }
.line-chart .s1 { width: 17%; left: 3%; bottom: 17%; transform: rotate(-27deg); }
.line-chart .s2 { width: 16.5%; left: 19%; bottom: 31%; transform: rotate(5deg); }
.line-chart .s3 { width: 19%; left: 35%; bottom: 28%; transform: rotate(-33deg); }
.line-chart .s4 { width: 17%; left: 51%; bottom: 48%; transform: rotate(-19deg); }
.line-chart .s5 { width: 17%; left: 67%; bottom: 58%; transform: rotate(-26deg); }
.line-chart .s6 { width: 16%; left: 83%; bottom: 72%; transform: rotate(-20deg); }
.chart-labels { position: absolute; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-between; color: #8b99a3; font-size: 7px; }
.donut { width: 70px; height: 70px; margin: 13px auto 10px; padding: 9px; border-radius: 50%; background: conic-gradient(var(--green) 0 347deg, #f2b84b 347deg 355deg, #ef6f6c 355deg); }
.donut > span { width: 52px; height: 52px; border-radius: 50%; background: white; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; }
.donut small { font-size: 6px; color: #8796a0; font-weight: 500; }
.donut-legend { display: flex; flex-direction: column; gap: 5px; }
.donut-legend span { display: flex; align-items: center; font-size: 7px; color: #758896; }
.donut-legend i { width: 5px; height: 5px; border-radius: 50%; margin-right: 4px; }
.donut-legend .green { background: var(--green); }.donut-legend .amber { background: #f2b84b; }.donut-legend .red { background: #ef6f6c; }
.donut-legend b { margin-left: auto; color: var(--ink); }
.activity-card { margin-top: 10px; padding-bottom: 8px; }
.activity-row { display: grid; grid-template-columns: 25px 1fr auto 48px; gap: 7px; align-items: center; border-top: 1px solid #eff3f4; padding-top: 7px; margin-top: 7px; }
.activity-icon { width: 22px; height: 22px; border-radius: 6px; display: grid; place-items: center; background: #e3f7ef; color: var(--green); font-size: 8px; font-weight: 800; }
.activity-icon.blue { background: #e7f3fa; color: var(--blue); }
.activity-row p { display: flex; flex-direction: column; margin: 0; }
.activity-row b, .activity-row strong { font-size: 8px; }
.activity-row strong { color: var(--green); }
.activity-row time { color: #8898a3; font-size: 7px; text-align: right; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.8); border-radius: 11px; background: rgba(255,255,255,.92); box-shadow: 0 15px 35px rgba(21,63,78,.16); backdrop-filter: blur(10px); }
.floating-card > span { width: 27px; height: 27px; border-radius: 8px; background: #def6ec; color: var(--green); display: grid; place-items: center; font-weight: 800; }
.floating-card div { display: flex; flex-direction: column; }
.floating-card small { color: #7b8e99; font-size: 10px; }
.floating-card b { font-size: 12px; margin-top: 2px; }
.collection-float { left: -12px; bottom: 18px; }
.alert-float { right: -10px; top: 20px; }
.alert-float > span { background: #fff3dc; color: #dc9419; }

.trusted-strip { border-bottom: 1px solid var(--line); padding: 27px clamp(24px, 5vw, 80px) 24px; text-align: center; overflow: hidden; }
.trusted-strip > p { margin: 0 0 18px; color: #9aa8b0; font-size: 11px; font-weight: 800; letter-spacing: .19em; }
.capability-marquee { max-width: 1120px; margin: auto; display: flex; justify-content: space-between; gap: 24px; }
.capability-marquee span { display: flex; align-items: center; gap: 8px; color: #7b8d98; font-family: var(--font-display); font-size: 13px; font-weight: 650; white-space: nowrap; }
.capability-marquee i { color: var(--blue); font-style: normal; font-size: 9px; font-weight: 800; }

.platform-section, .process-section, .faq-section { padding: 105px clamp(24px, 7vw, 110px); max-width: 1460px; margin: auto; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.eyebrow { color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; margin: 0 0 15px; }
.section-heading h2, .benefit-intro h2, .mobility-copy h2, .faq-intro h2, .final-cta h2 {
  font-size: clamp(39px, 4.2vw, 62px);
  line-height: 1.03;
  margin: 0;
  font-weight: 560;
}
.section-heading > p, .benefit-intro > p:last-child, .mobility-copy > p, .faq-intro > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
.module-tabs { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); margin-top: 65px; border-bottom: 1px solid var(--line); }
.module-tabs button { position: relative; display: flex; justify-content: space-between; border: 0; background: none; color: #8a9aa4; padding: 17px 18px; font-weight: 750; font-size: 18px; text-align: left; }
.module-tabs button::after { content: ""; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; background: var(--blue); transform: scaleX(0); transition: transform .25s; }
.module-tabs button.active { color: var(--ink); }
.module-tabs button.active::after { transform: scaleX(1); }
.module-tabs button span { opacity: 0; transform: translateX(-5px); transition: .2s; }
.module-tabs button.active span { opacity: 1; transform: translateX(0); color: var(--blue); }
.module-panel { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; padding-top: 58px; min-height: 485px; }
.module-copy h3 { font-size: clamp(28px, 3vw, 43px); line-height: 1.08; font-weight: 600; margin: 0 0 18px; }
.module-copy > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.8; }
.module-copy ul { padding: 0; margin: 23px 0; list-style: none; }
.module-copy li { display: flex; align-items: center; gap: 10px; margin: 12px 0; color: #435b6b; font-size: 12px; font-weight: 650; }
.module-copy li span { width: 19px; height: 19px; border-radius: 50%; display: grid; place-items: center; background: #e1f6ed; color: var(--green); font-size: 10px; }
.module-copy > a { display: inline-flex; align-items: center; gap: 9px; margin-top: 6px; font-size: 13px; font-weight: 800; color: var(--blue); }
.module-visual { position: relative; min-height: 405px; border-radius: 24px; background: linear-gradient(135deg, #eef8f8, #dfeff1); overflow: hidden; padding: 38px 55px; }
.visual-cobranza { background: linear-gradient(135deg, #f0f5fb, #e0edf6); }
.visual-caja { background: linear-gradient(135deg, #f7f4ec, #e9f0e5); }
.visual-analitica { background: linear-gradient(135deg, #f1f1fa, #e4eef4); }
.visual-toolbar, .visual-body { position: relative; z-index: 2; max-width: 525px; margin: auto; background: white; box-shadow: 0 25px 55px rgba(19,58,74,.15); }
.visual-toolbar { border-radius: 12px 12px 0 0; padding: 11px 15px; border-bottom: 1px solid #e9eff1; display: flex; justify-content: space-between; color: #7a8c97; font-size: 9px; }
.visual-toolbar div { display: flex; gap: 4px; }
.visual-toolbar i { width: 5px; height: 5px; border-radius: 50%; background: #d2dde1; }
.visual-body { min-height: 300px; border-radius: 0 0 12px 12px; padding: 22px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 17px; }
.visual-kpi { border: 1px solid #e6edef; border-radius: 10px; padding: 17px; display: flex; flex-direction: column; align-self: start; }
.visual-kpi small { font-size: 9px; color: var(--muted); }
.visual-kpi strong { font-family: var(--font-display); font-size: 21px; margin: 8px 0; }
.visual-kpi span { color: var(--green); font-size: 9px; }
.bar-chart { min-height: 112px; display: flex; align-items: end; gap: 7px; padding: 15px 10px 8px; border-bottom: 1px solid var(--line); }
.bar-chart i { flex: 1; background: linear-gradient(to top, var(--blue), #6bc5df); border-radius: 4px 4px 1px 1px; opacity: .8; }
.visual-list { grid-column: 1 / -1; }
.visual-list > div { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 9px; padding: 9px 0; border-top: 1px solid #edf2f3; }
.visual-list > div > i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 7px; background: var(--sky); color: var(--blue); font-style: normal; font-size: 7px; font-weight: 800; }
.visual-list span { display: flex; flex-direction: column; }
.visual-list b, .visual-list strong { font-size: 9px; }
.visual-list small { font-size: 8px; color: var(--muted); margin-top: 2px; }
.visual-list strong { color: var(--green); }
.module-number { position: absolute; right: 18px; bottom: -20px; color: rgba(255,255,255,.8); font-family: var(--font-display); font-size: 130px; font-weight: 800; line-height: 1; }

.benefits-section { background: var(--ink); color: white; padding: 110px clamp(24px, 7vw, 110px) 0; }
.benefits-section > * { max-width: 1240px; margin-left: auto; margin-right: auto; }
.benefit-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 80px; }
.benefit-intro .eyebrow { grid-column: 1 / -1; }
.eyebrow.light { color: var(--mint); }
.benefit-intro h2 { grid-row: 2 / 4; }
.benefit-intro h2 em { color: var(--mint); }
.benefit-intro > p:last-child { color: #aebdc7; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; border-top: 1px solid rgba(255,255,255,.13); }
.benefit-grid article { min-height: 235px; padding: 28px 26px; border-right: 1px solid rgba(255,255,255,.13); }
.benefit-grid article:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.benefit-grid article > span { color: var(--mint); font-size: 20px; font-weight: 800; }
.benefit-grid h3 { font-size: 20px; margin: 60px 0 12px; letter-spacing: -.03em; }
.benefit-grid p { color: #9fb0bd; font-size: 12px; line-height: 1.7; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); margin-top: 4px; }
.stats-row div { padding: 37px 27px 42px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.stats-row strong { font-family: var(--font-display); color: var(--mint); font-size: 34px; letter-spacing: -.05em; }
.stats-row span { color: #8ea2b0; font-size: 12px; margin-top: 5px; }

.section-heading.centered { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0; }
.section-heading.centered > p:last-child { max-width: 590px; margin-top: 18px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 68px; position: relative; }
.process-grid::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 12%;
  right: 12%;
  border-top: 1px dashed #cfdadd;
}
.process-grid article { text-align: center; padding: 0 24px; position: relative; z-index: 2; }
.process-grid article > span { color: #9aa9b2; font-size: 16px; font-weight: 800; }
.process-icon { width: 66px; height: 66px; margin: 16px auto 22px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); background: white; color: var(--blue); font-family: var(--font-display); font-size: 21px; box-shadow: 0 8px 25px rgba(15,55,72,.07); }
.process-grid h3 { font-size: 18px; margin: 0 0 10px; letter-spacing: -.03em; }
.process-grid p { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 0; }

.mobility-section { min-height: 700px; background: #eef7f5; padding: 90px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; overflow: hidden; }
.phone-stage { min-height: 560px; position: relative; display: grid; place-items: center; }
.phone-stage::before { content: ""; position: absolute; width: 510px; height: 510px; border-radius: 50%; background: rgba(155,230,207,.32); }
.phone { position: relative; z-index: 2; width: 245px; height: 500px; border: 8px solid var(--ink); border-radius: 38px; background: var(--ink); box-shadow: 0 35px 65px rgba(19,58,74,.24); transform: rotate(-2deg); }
.phone-screen { height: 100%; border-radius: 29px; background: #f7faf9; overflow: hidden; padding: 14px 13px 55px; position: relative; }
.phone-notch { position: absolute; z-index: 3; top: 8px; left: 50%; transform: translateX(-50%); width: 86px; height: 18px; border-radius: 0 0 13px 13px; background: var(--ink); }
.phone-top { display: flex; justify-content: space-between; padding: 0 7px; font-size: 7px; font-weight: 800; }
.phone-welcome { position: relative; display: flex; flex-direction: column; margin: 24px 4px 14px; }
.phone-welcome small { color: var(--muted); font-size: 7px; }
.phone-welcome b { font-size: 11px; margin-top: 2px; }
.phone-welcome i { position: absolute; right: 0; top: -3px; width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); font-size: 7px; font-style: normal; font-weight: 800; }
.route-card { padding: 14px; border-radius: 13px; color: white; background: linear-gradient(135deg, var(--ink), #175576); display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.route-card small { grid-column: 1 / -1; color: var(--mint); font-size: 5px; font-weight: 800; letter-spacing: .1em; }
.route-card b { font-family: var(--font-display); font-size: 15px; }
.route-card > span { text-align: right; font-size: 6px; align-self: center; color: #c5d4dc; }
.route-card > div { grid-column: 1 / -1; height: 3px; background: rgba(255,255,255,.15); border-radius: 3px; margin-top: 7px; }
.route-card > div i { display: block; height: 100%; background: var(--mint); border-radius: 3px; }
.phone-title { display: flex; justify-content: space-between; margin: 16px 2px 8px; font-size: 7px; }
.phone-title span { color: var(--blue); font-size: 6px; }
.visit-card { background: white; border: 1px solid #e4edef; border-radius: 11px; padding: 9px; display: grid; grid-template-columns: 28px 1fr auto; gap: 8px; align-items: center; }
.visit-card > i { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; background: #e8f6fc; color: var(--blue); font-size: 7px; font-style: normal; font-weight: 800; }
.visit-card > div { display: flex; flex-direction: column; }
.visit-card b { font-size: 7px; }
.visit-card small { color: var(--muted); font-size: 5px; margin: 2px 0; }
.visit-card em { color: var(--green); font-style: normal; font-size: 6px; font-weight: 750; }
.visit-card > span { color: var(--blue); }
.phone-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.phone-stats div { background: white; border: 1px solid #e5edef; border-radius: 10px; padding: 9px; display: grid; grid-template-columns: auto 1fr; gap: 3px 6px; }
.phone-stats span { grid-row: 1 / 3; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 6px; background: #e3f7ef; color: var(--green); font-size: 7px; }
.phone-stats b { font-size: 7px; }.phone-stats small { font-size: 5px; color: var(--muted); }
.phone-nav { position: absolute; bottom: 0; left: 0; right: 0; height: 48px; border-top: 1px solid #e3eaec; background: white; display: flex; align-items: center; justify-content: space-around; }
.phone-nav span { display: flex; flex-direction: column; align-items: center; color: #84949e; font-size: 9px; }
.phone-nav small { font-size: 4px; margin-top: 2px; }
.phone-nav .phone-plus { width: 32px; height: 32px; border-radius: 50%; justify-content: center; background: var(--blue); color: white; font-size: 17px; transform: translateY(-10px); border: 4px solid #f7faf9; }
.phone-float { position: absolute; z-index: 3; padding: 12px 14px; border-radius: 11px; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.92); box-shadow: 0 16px 40px rgba(19,58,74,.14); display: flex; align-items: center; gap: 8px; }
.phone-float > span { width: 27px; height: 27px; border-radius: 8px; display: grid; place-items: center; background: #e1f6ed; color: var(--green); font-weight: 800; }
.phone-float div { display: flex; flex-direction: column; }.phone-float b { font-size: 11px; }.phone-float small { font-size: 9px; color: var(--muted); margin-top: 2px; }
.float-left { left: 2%; bottom: 100px; }.float-right { right: 0; top: 95px; }.float-right > span { color: var(--blue); background: var(--sky); }
.mobility-copy { max-width: 550px; }
.mobility-copy > p { margin-top: 23px; }
.mobility-points { margin: 27px 0 31px; display: flex; flex-direction: column; gap: 17px; }
.mobility-points > div { display: flex; gap: 12px; align-items: flex-start; }
.mobility-points > div > span { width: 21px; height: 21px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #d5f2e6; color: var(--green); font-size: 10px; font-weight: 800; }
.mobility-points p { display: flex; flex-direction: column; margin: 0; }.mobility-points b { font-size: 14px; }.mobility-points small { color: var(--muted); font-size: 12px; margin-top: 3px; }

.testimonial-section { position: relative; max-width: 1100px; margin: auto; padding: 110px 40px 90px; text-align: center; }
.quote-mark { color: var(--blue); font-family: Georgia, serif; font-size: 80px; line-height: .6; }
.testimonial-section blockquote { max-width: 900px; margin: 25px auto 29px; font-family: var(--font-display); font-size: clamp(23px, 2.8vw, 38px); line-height: 1.4; letter-spacing: -.045em; font-weight: 520; }
.quote-author { display: flex; justify-content: center; align-items: center; gap: 10px; }
.quote-author > span { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); font-size: 11px; font-weight: 800; }
.quote-author p { display: flex; flex-direction: column; text-align: left; margin: 0; }.quote-author b { font-size: 14px; }.quote-author small { color: var(--muted); font-size: 12px; margin-top: 2px; }
.quote-metrics { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 750px; margin: 60px auto 0; border-top: 1px solid var(--line); }
.quote-metrics div { padding: 27px 20px 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; }.quote-metrics div:last-child { border: 0; }
.quote-metrics strong { color: var(--blue); font-family: var(--font-display); font-size: 30px; }.quote-metrics span { color: var(--muted); font-size: 13px; margin-top: 4px; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; border-top: 1px solid var(--line); }
.faq-intro h2 { font-size: clamp(35px, 3.5vw, 52px); }
.faq-intro > p { margin-top: 22px; }.faq-intro .text-link { margin-top: 24px; color: var(--blue); }
.faq-list article { border-bottom: 1px solid var(--line); }
.faq-list article:first-child { border-top: 1px solid var(--line); }
.faq-list button { width: 100%; border: 0; background: transparent; padding: 22px 0; display: grid; grid-template-columns: 37px 1fr auto; align-items: center; text-align: left; color: var(--ink); font-weight: 750; font-size: 15px; }
.faq-list button > span { color: var(--blue); font-size: 12px; }.faq-list button i { font-style: normal; font-size: 19px; color: #8b9aa3; font-weight: 400; }
.faq-list article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-list article > div > p { overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.7; margin: 0 36px 0 37px; }
.faq-list article.open > div { grid-template-rows: 1fr; }
.faq-list article.open > div > p { margin-bottom: 22px; }

.final-cta { position: relative; overflow: hidden; padding: 105px 24px; background: var(--blue); color: white; text-align: center; }
.cta-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 55px 55px; mask-image: radial-gradient(circle, black, transparent 70%); }
.final-cta > *:not(.cta-grid) { position: relative; z-index: 2; }
.final-cta h2 { font-size: clamp(45px, 5.5vw, 75px); }
.final-cta h2 em { color: var(--mint); }.final-cta > p:not(.eyebrow) { margin: 24px auto 30px; color: #d6edf7; font-size: 16px; }

footer { background: #071b2d; color: white; padding: 70px clamp(24px, 7vw, 110px) 27px; }
.footer-top { max-width: 1250px; margin: auto; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 60px; }
.footer-brand p { max-width: 310px; color: #8ca0ae; font-size: 12px; line-height: 1.8; margin-top: 20px; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-top b { font-size: 14px; margin-bottom: 8px; }.footer-top > div:not(.footer-brand) > a { color: #8ea2af; font-size: 12px; }.footer-top > div:not(.footer-brand) > a:hover { color: var(--mint); }
.footer-contact button { border: 0; border-bottom: 1px solid rgba(155,230,207,.4); background: transparent; color: var(--mint); padding: 9px 0 5px; align-self: flex-start; font-size: 13px; font-weight: 800; }
.footer-bottom { max-width: 1250px; margin: 60px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: #718897; font-size: 12px; }
.footer-bottom div { display: flex; gap: 20px; }.footer-bottom span { color: var(--mint); }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; background: rgba(4,21,35,.7); backdrop-filter: blur(8px); display: grid; place-items: center; padding: 20px; animation: fadeIn .2s ease; }
.demo-modal { position: relative; width: min(590px, 100%); max-height: min(850px, 94vh); overflow: auto; background: white; border-radius: 22px; padding: 40px; box-shadow: 0 30px 90px rgba(0,0,0,.3); animation: slideUp .25s ease; }
.modal-close { position: absolute; right: 18px; top: 14px; width: 34px; height: 34px; border-radius: 50%; border: 0; background: #edf3f4; color: var(--ink); font-size: 22px; }
.demo-modal h2 { font-size: 31px; line-height: 1.12; margin: 0; font-weight: 580; }
.modal-copy { color: var(--muted); font-size: 14px; line-height: 1.7; }
.demo-form { display: flex; flex-direction: column; gap: 14px; margin-top: 25px; }
.demo-form label { display: flex; flex-direction: column; gap: 6px; color: #425a6b; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.demo-form input, .demo-form select { width: 100%; border: 1px solid #d9e4e7; border-radius: 9px; outline: none; background: #fbfcfc; padding: 12px 13px; color: var(--ink); font-size: 14px; font-weight: 550; text-transform: none; letter-spacing: 0; }
.demo-form input:focus, .demo-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(10,117,185,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.form-submit { width: 100%; margin-top: 3px; }.demo-form small { color: #8999a3; font-size: 11px; text-align: center; }
.success-state { text-align: center; padding: 25px 5px; }.success-mark { width: 62px; height: 62px; margin: 0 auto 25px; display: grid; place-items: center; border-radius: 50%; background: #dcf5ea; color: var(--green); font-size: 29px; }
.success-state p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 20px auto 26px; max-width: 430px; }
@keyframes fadeIn { from { opacity: 0; } } @keyframes slideUp { from { opacity: 0; transform: translateY(15px); } }

@media (max-width: 1100px) {
  .desktop-nav, .login-button { display: none; }
  .mobile-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { text-align: center; max-width: 760px; margin: auto; }.hero-copy > p { margin: auto; }.hero-actions, .hero-trust { justify-content: center; }
  .dashboard-stage { width: min(750px, 100%); margin: auto; }.hero { min-height: auto; }
  .module-panel { gap: 45px; }.module-visual { padding: 38px 25px; }
  .benefit-grid article { padding: 25px 18px; }.benefit-grid h3 { margin-top: 45px; }
  .mobility-section { gap: 40px; }
  .footer-top { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 30px; }
  .mobile-drawer { display: block; position: fixed; inset: 0; z-index: 90; pointer-events: none; }
  .drawer-shade { position: absolute; inset: 0; background: rgba(5,22,35,.5); border: 0; opacity: 0; transition: .25s; }
  .mobile-drawer aside { position: absolute; right: 0; top: 0; bottom: 0; width: min(390px, 88%); padding: 25px; background: white; transform: translateX(100%); transition: transform .3s ease; display: flex; flex-direction: column; }
  .mobile-drawer.is-open { pointer-events: auto; }.mobile-drawer.is-open .drawer-shade { opacity: 1; }.mobile-drawer.is-open aside { transform: translateX(0); }
  .drawer-head { display: flex; justify-content: space-between; align-items: center; }.drawer-head > button { border: 0; background: #edf3f4; width: 36px; height: 36px; border-radius: 50%; font-size: 22px; }
  .mobile-drawer nav { display: flex; flex-direction: column; margin: 55px 0 auto; }.mobile-drawer nav a { display: flex; justify-content: space-between; padding: 19px 4px; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-weight: 650; }
}

@media (max-width: 800px) {
  .announcement { padding: 8px 43px 8px 14px; justify-content: flex-start; }.announcement p span, .announcement > button:not(.announcement-close) { display: none; }.announcement-close { right: 10px; }
  .site-header { height: 70px; padding: 0 18px; }.header-demo { display: none; }
  .hero-grid { padding: 57px 19px 55px; gap: 50px; }.hero h1 { font-size: clamp(43px, 13vw, 63px); }.hero-copy > p { font-size: 14px; }
  .hero-actions { flex-direction: column; gap: 18px; }.hero-actions .button { width: 100%; max-width: 330px; }.hero-trust { margin-top: 30px; }
  .dashboard-stage { min-height: 335px; }.dashboard-card { height: 300px; width: 540px; transform: scale(.68); position: absolute; }.floating-card { transform: scale(.8); }.collection-float { left: -7px; bottom: 6px; }.alert-float { right: -8px; top: 1px; }
  .capability-marquee { width: max-content; animation: marquee 18s linear infinite; }.trusted-strip { text-align: left; }
  @keyframes marquee { to { transform: translateX(-45%); } }
  .platform-section, .process-section, .faq-section { padding: 74px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }.section-heading h2, .benefit-intro h2, .mobility-copy h2, .faq-intro h2 { font-size: 39px; }
  .module-tabs { grid-template-columns: 1fr 1fr; margin-top: 38px; }.module-tabs button { border-bottom: 1px solid var(--line); }
  .module-panel { grid-template-columns: 1fr; gap: 38px; padding-top: 40px; }.module-visual { min-height: 350px; padding: 35px 16px; }.visual-body { padding: 16px; }.module-number { font-size: 95px; }
  .benefits-section { padding: 75px 20px 0; }.benefit-intro { grid-template-columns: 1fr; }.benefit-intro .eyebrow { grid-column: auto; }.benefit-intro h2 { grid-row: auto; }
  .benefit-grid { grid-template-columns: 1fr 1fr; margin-top: 44px; }.benefit-grid article { min-height: 205px; border-bottom: 1px solid rgba(255,255,255,.13); }.benefit-grid h3 { margin-top: 37px; }
  .stats-row { grid-template-columns: 1fr 1fr; }.stats-row div { padding: 28px 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 45px 5px; }.process-grid::before { display: none; }
  .mobility-section { grid-template-columns: 1fr; padding: 70px 20px; }.phone-stage { order: 2; min-height: 540px; }.mobility-copy { max-width: none; }
  .testimonial-section { padding: 85px 20px 70px; }.quote-metrics { margin-top: 45px; }
  .faq-section { grid-template-columns: 1fr; gap: 46px; }.faq-list button { font-size: 14px; }
  .final-cta { padding: 85px 20px; }.final-cta h2 { font-size: 45px; }
  footer { padding: 55px 22px 25px; }.footer-top { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 15px; }.footer-bottom div { flex-wrap: wrap; }
}

@media (max-width: 520px) {
  .hero-badge { font-size: 11px; }.hero h1 { font-size: 43px; }.hero-copy br { display: none; }
  .dashboard-stage { min-height: 290px; }.dashboard-card { transform: scale(.57); }.floating-card { transform: scale(.7); }.collection-float { left: -20px; }.alert-float { right: -25px; }
  .module-tabs button { padding: 14px 8px; font-size: 14px; }.visual-body { grid-template-columns: 1fr 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }.benefit-grid article { min-height: 180px; border-left: 1px solid rgba(255,255,255,.13); }.benefit-grid h3 { margin-top: 30px; }
  .process-grid { grid-template-columns: 1fr; }.process-grid article { padding: 0 30px; }
  .phone-stage { transform: scale(.9); }.float-left { left: -10%; }.float-right { right: -10%; }
  .quote-metrics { grid-template-columns: 1fr; }.quote-metrics div { border-right: 0; border-bottom: 1px solid var(--line); padding: 20px; }
  .footer-top { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }
  .demo-modal { padding: 35px 22px 25px; }.form-row { grid-template-columns: 1fr; }.demo-modal h2 { font-size: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Legibilidad y contenido visual administrable desde Frappe. */
body { font-size: 16px; }
.section-heading > p, .benefit-intro > p:last-child, .mobility-copy > p, .faq-intro > p { font-size: 15px; line-height: 1.75; }
.module-copy > p:not(.eyebrow) { font-size: 15px; }
.module-copy li { font-size: 14px; }
.benefit-grid p { font-size: 12px; }
.process-grid p { font-size: 12px; }
.stats-row span { font-size: 12px; }
.quote-metrics span { font-size: 13px; }
.module-visual.has-image { padding: 0; background: #f4f8f8; }
.module-visual.has-image > .module-carousel { width: 100%; height: 100%; min-height: 405px; display: block; border-radius: inherit; position: relative; overflow: hidden; }
.module-visual.has-image > :not(.module-carousel) { display: none; }
.module-carousel figure { display: none; margin: 0; width: 100%; height: 100%; }
.module-carousel figure.active { display: block; }
.module-carousel img.module-image { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: inherit; }
.module-gallery-dots { position: absolute; bottom: 18px; left: 0; width: 100%; display: flex; justify-content: center; gap: 8px; z-index: 5; }
.module-gallery-dots button, .gallery-dots button { width: 10px; height: 10px; padding: 0; border: 1px solid rgba(255,255,255,0.8); border-radius: 50%; background: rgba(11,32,54,0.4); box-shadow: 0 2px 4px rgba(0,0,0,0.25); cursor: pointer; transition: all .2s ease; }
.module-gallery-dots button.active, .gallery-dots button.active { background: var(--blue); border-color: #fff; transform: scale(1.3); }
.mobile-gallery { position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; margin: 0; }
.mobile-gallery figure { display: none; margin: 0; height: 100%; }
.mobile-gallery figure.active { display: block; }
.mobile-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
}
.mobile-gallery figcaption { display: none; }
.gallery-dots { display: flex; justify-content: center; gap: 8px; position: absolute; bottom: 20px; width: 100%; z-index: 3; }
.hero-image { position: relative; z-index: 2; display: block; width: 100%; max-height: 620px; object-fit: contain; border-radius: 24px; box-shadow: 0 28px 70px rgba(19,58,74,.2); }
.testimonial-section > h2 { max-width: 680px; margin: 0 auto 26px; font-size: clamp(28px, 3.2vw, 45px); line-height: 1.12; letter-spacing: -.04em; }
.quote-author > span.has-image { background-position: center; background-size: cover; color: transparent; }
.testimonial-nav { display: flex; justify-content: center; gap: 8px; margin-top: 30px; }
.testimonial-nav button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #b9cbd0; cursor: pointer; }
.testimonial-nav button.active { background: var(--blue); transform: scale(1.25); }
