:root {
  --navy: #060f1e;
  --navy-2: #0a1628;
  --navy-3: #0f2744;
  --blue: #2879e8;
  --blue-dark: #1e5fbe;
  --sky: #4a9af5;
  --pale: #dbeafe;
  --ink: #10223e;
  --muted: #64748b;
  --line: #dce7f3;
  --surface: #f7fbff;
  --white: #fff;
  --green: #20c878;
  --shadow: 0 30px 80px rgba(27, 71, 126, .13);
  --radius: 28px;
  --ease-out: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: 'DM Sans', sans-serif; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--blue); color: #fff; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 1000; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

/* ============ PRELOADER ============ */
.preloader { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; background: #fff; transition: opacity .55s ease, visibility .55s; }
.preloader.done { opacity: 0; visibility: hidden; }
.preloader-mark { position: relative; display: grid; place-items: center; }
.preloader-mark img { width: 74px; height: 74px; animation: pre-pop .8s var(--ease-out) both; }
.preloader-mark span { position: absolute; width: 130px; height: 130px; border-radius: 50%; border: 2px solid rgba(74, 154, 245, .18); border-top-color: var(--sky); animation: rotate 1s linear infinite; }
@keyframes pre-pop { from { opacity: 0; transform: scale(.6); } to { opacity: 1; transform: scale(1); } }

/* ============ SCROLL PROGRESS ============ */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; z-index: 300; height: 3px; pointer-events: none; }
.scroll-progress i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue), var(--sky), var(--green)); box-shadow: 0 0 12px rgba(74, 154, 245, .55); }

/* ============ HEADER ============ */
.site-header { position: fixed; z-index: 100; top: 14px; left: 0; right: 0; transition: top .3s ease; }
.nav { position: relative; height: 68px; padding: 0 14px 0 22px; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(214, 230, 246, .9); border-radius: 20px; transition: border-color .3s; }
/* El blur vive en un pseudo-elemento: backdrop-filter en .nav crearía un
   containing block y atraparía al menú móvil (position: fixed) dentro del pill. */
.nav::before { content: ''; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: rgba(255, 255, 255, .72); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: background .3s, box-shadow .3s; }
.site-header.scrolled .nav { border-color: #cfe0f2; }
.site-header.scrolled .nav::before { background: rgba(255, 255, 255, .94); box-shadow: 0 18px 50px rgba(15, 39, 68, .1); }
.brand img { width: 172px; height: 46px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links > a:not(.button) { position: relative; padding: 9px 14px; border-radius: 12px; text-decoration: none; color: #43536b; font-size: .88rem; font-weight: 600; transition: color .25s, background .25s; }
.nav-links > a:not(.button):hover { color: var(--blue); background: rgba(40, 121, 232, .07); }
.nav-links > a.active { color: var(--blue-dark); background: rgba(40, 121, 232, .12); }
.nav-links .button { margin-left: 12px; }

.button { position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 26px; border: 0; border-radius: 15px; background: var(--blue); color: #fff; font: 700 .9rem 'Manrope', sans-serif; text-decoration: none; cursor: pointer; box-shadow: 0 12px 28px rgba(40, 121, 232, .3); transition: transform .25s, background .25s, box-shadow .25s; }
.button::after { content: ''; position: absolute; top: 0; left: -80%; width: 45%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .35), transparent); transform: skewX(-20deg); transition: left .6s ease; }
.button:hover { transform: translateY(-3px); background: var(--blue-dark); box-shadow: 0 18px 40px rgba(40, 121, 232, .4); }
.button:hover::after { left: 130%; }
.button span { font-size: 1.15rem; }
.button-small { min-height: 44px; border-radius: 12px; padding-inline: 19px; }
.button-glow { box-shadow: 0 12px 34px rgba(40, 121, 232, .45), 0 0 0 1px rgba(74, 154, 245, .35); }
.menu-button { display: none; position: relative; z-index: 210; border: 0; background: none; width: 42px; height: 42px; padding: 8px; }
.menu-button span { display: block; width: 25px; height: 2px; background: var(--navy); margin: 5px auto; transition: .25s; }

/* ============ HERO ============ */
.hero { position: relative; min-height: 100svh; padding: 175px 0 110px; display: grid; align-items: center; overflow: hidden; color: var(--ink); background: radial-gradient(120% 100% at 70% 0%, #ddecfd 0%, #f2f8ff 45%, #fff 100%); }
.hero-sky { position: absolute; inset: 0; pointer-events: none; }
.aurora { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; }
.aurora-one { top: -220px; right: -140px; width: 640px; height: 640px; background: radial-gradient(circle, rgba(40, 121, 232, .2), transparent 65%); animation: drift 14s ease-in-out infinite; }
.aurora-two { bottom: -320px; left: -180px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(74, 154, 245, .16), transparent 65%); animation: drift 18s ease-in-out -6s infinite reverse; }
.aurora-three { top: 30%; left: 34%; width: 420px; height: 420px; background: radial-gradient(circle, rgba(32, 200, 120, .09), transparent 65%); animation: drift 22s ease-in-out -11s infinite; }
@keyframes drift { 33% { transform: translate(50px, 34px) scale(1.06); } 66% { transform: translate(-36px, -26px) scale(.96); } }
.hero-grid-lines { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(30, 95, 190, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(30, 95, 190, .06) 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(ellipse 90% 75% at 50% 40%, black 30%, transparent 78%); }
.stars { position: absolute; inset: 0; background-image: radial-gradient(rgba(40, 121, 232, .4) 1px, transparent 1.4px); background-size: 130px 110px; background-position: 12px 8px; opacity: .2; animation: twinkle 5s ease-in-out infinite; }
@keyframes twinkle { 50% { opacity: .08; } }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 55px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 26px; padding: 8px 14px; border: 1px solid #d6e6f6; border-radius: 100px; color: #435e7d; background: rgba(255, 255, 255, .74); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(6px); }
.live-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(32, 200, 120, .16); animation: live 2s ease infinite; }
@keyframes live { 50% { box-shadow: 0 0 0 9px rgba(32, 200, 120, 0); } }

h1, h2, h3 { margin: 0; font-family: 'Manrope', sans-serif; letter-spacing: -.045em; }
h1 { max-width: 680px; font-size: clamp(3.1rem, 5.4vw, 5.3rem); line-height: 1.03; color: var(--navy); font-weight: 800; }
h1 em, h2 em { font-style: normal; }
h1 em { background: linear-gradient(100deg, var(--blue), var(--sky) 40%, var(--blue-dark), var(--blue)); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradient-slide 5s ease infinite; }
@keyframes gradient-slide { 50% { background-position: 100% 0; } }
h2 em { color: var(--blue); }

/* Word-split reveal */
[data-split] .w { display: inline-block; overflow: hidden; vertical-align: bottom; }
[data-split] .w > span { display: inline-block; transform: translateY(115%); transition: transform .8s var(--ease-out); transition-delay: calc(var(--i) * 70ms); }
[data-split].visible .w > span { transform: none; }

.lead { max-width: 560px; margin: 28px 0 34px; color: #5f7087; font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { color: var(--ink); text-underline-offset: 6px; text-decoration-color: #aabfd7; font-weight: 700; transition: color .25s; }
.text-link:hover { color: var(--blue); }
.text-link span { display: inline-block; margin-left: 8px; color: var(--sky); animation: bob 2.2s ease infinite; }
@keyframes bob { 50% { transform: translateY(4px); } }
.trust-row { display: flex; align-items: flex-start; margin-top: 56px; }
.trust-row div { display: grid; min-width: 140px; padding-right: 26px; margin-right: 26px; border-right: 1px solid var(--line); }
.trust-row div:last-child { border: 0; margin: 0; padding: 0; }
.trust-row strong { font: 800 1.35rem 'Manrope'; color: var(--navy); letter-spacing: -.03em; }
.trust-row span { color: #75849a; font-size: .72rem; }

/* ---- Escenario ilustrado (dashboard) ---- */
.control-stage { position: relative; min-height: 540px; display: grid; place-items: center; perspective: 1300px; }
.control-stage::before { content: ''; position: absolute; width: 440px; height: 440px; border: 1px solid #d5e6f8; border-radius: 50%; box-shadow: 0 0 0 45px rgba(219, 234, 254, .28), 0 0 0 90px rgba(219, 234, 254, .14); animation: halo 7s ease-in-out infinite; }
@keyframes halo { 50% { transform: scale(1.04); opacity: .7; } }
.tilt-wrap { position: relative; z-index: 2; width: min(500px, 96%); transform-style: preserve-3d; transition: transform .35s ease; will-change: transform; }
.dashboard { position: relative; z-index: 2; padding: 19px; border: 1px solid rgba(210, 225, 241, .95); border-radius: 27px; background: rgba(255, 255, 255, .9); box-shadow: 0 35px 90px rgba(27, 71, 126, .16); backdrop-filter: blur(14px); animation: board-float 6s ease-in-out infinite; }
@keyframes board-float { 50% { transform: translateY(-9px); } }
.dash-top { display: flex; justify-content: space-between; align-items: center; padding: 2px 2px 17px; }
.dash-brand { display: flex; align-items: center; gap: 8px; font: 700 .72rem 'Manrope'; color: var(--ink); }
.dash-brand img { width: 22px; height: 22px; }
.status { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 30px; background: #ebfaf3; color: #16814f; font-size: .61rem; font-weight: 700; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.dash-main { display: grid; grid-template-columns: .72fr 1.28fr; gap: 11px; }
.server-visual, .performance { position: relative; min-height: 184px; border: 1px solid #e5edf5; border-radius: 17px; overflow: hidden; background: #f8fbfe; }
.server-visual { padding: 26px 14px 14px; }
.server-unit { position: relative; z-index: 2; height: 37px; margin-bottom: 8px; border: 1px solid #d4e1ef; border-radius: 7px; background: #fff; box-shadow: 0 5px 12px rgba(15, 39, 68, .06); display: flex; align-items: center; padding: 0 9px; gap: 5px; }
.server-unit span { margin-right: auto; color: #64748b; font-size: .48rem; font-weight: 700; }
.server-unit i { width: 5px; height: 5px; border-radius: 50%; background: #b4c5d9; }
.server-unit i:first-of-type { background: var(--green); animation: blink 1.7s infinite; }
@keyframes blink { 50% { opacity: .25; } }
.scan-line { position: absolute; z-index: 3; top: 10px; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--sky), transparent); box-shadow: 0 0 10px var(--sky); animation: scan 3.5s linear infinite; }
@keyframes scan { from { transform: translateY(0); } to { transform: translateY(164px); } }
.performance { padding: 20px 18px; }
.performance span { display: block; color: #8492a5; font-size: .58rem; }
.performance strong { font: 800 1.45rem 'Manrope'; color: var(--navy); }
.chart { position: absolute; left: 14px; right: 14px; bottom: 16px; width: calc(100% - 28px); overflow: visible; }
.chart-area { fill: url(#area); }
.chart-line { fill: none; stroke: var(--blue); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 400; animation: draw 3s ease both infinite alternate; }
.chart circle { fill: var(--blue); stroke: #fff; stroke-width: 3; }
@keyframes draw { from { stroke-dashoffset: 400; } to { stroke-dashoffset: 0; } }
.dash-bottom { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 11px; gap: 11px; }
.dash-bottom div { padding: 11px 12px; background: #f8fbfe; border: 1px solid #e5edf5; border-radius: 12px; }
.dash-bottom span, .dash-bottom b { display: block; }
.dash-bottom span { color: #8290a3; font-size: .48rem; }
.dash-bottom b { margin-top: 2px; font: 700 .68rem 'Manrope'; color: var(--ink); }
.dash-bottom .zero { color: var(--green); }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, .96); border: 1px solid #dbe7f3; border-radius: 15px; padding: 12px 14px; box-shadow: 0 18px 45px rgba(30, 95, 190, .16); animation: small-float 5s ease-in-out infinite; transform: translateZ(46px); }
.float-card small, .float-card b { display: block; line-height: 1.3; }
.float-card small { color: #8b98a9; font-size: .52rem; }
.float-card b { font: 700 .7rem 'Manrope'; color: var(--ink); }
.fc-security { top: -26px; right: -14px; }
.fc-security em { width: 6px; height: 6px; margin-left: 10px; border-radius: 50%; background: var(--green); }
.fc-response { bottom: -22px; left: -18px; animation-delay: -2.5s; }
@keyframes small-float { 50% { transform: translateZ(46px) translateY(-10px); } }
.mini-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: var(--blue); background: var(--pale); }
.mini-icon svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.pulse-ring { width: 29px; height: 29px; border: 2px solid var(--green); border-radius: 50%; position: relative; }
.pulse-ring::after { content: ''; position: absolute; inset: 7px; border-radius: 50%; background: var(--green); animation: live 2s infinite; }
.orbit { position: absolute; z-index: 1; border: 1px dashed #bfd6ee; border-radius: 50%; animation: rotate 17s linear infinite; }
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 380px; height: 380px; animation-direction: reverse; animation-duration: 12s; }
.orbit i { position: absolute; top: -5px; left: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--sky); box-shadow: 0 0 16px var(--sky); }
@keyframes rotate { to { transform: rotate(360deg); } }
.scroll-note { position: absolute; z-index: 2; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 11px; color: #8a99ad; font-size: .58rem; letter-spacing: .18em; }
.scroll-note span { height: 27px; width: 1px; background: linear-gradient(var(--blue), transparent); animation: scroll 1.8s ease infinite; transform-origin: top; }
@keyframes scroll { 50% { transform: scaleY(.4); } }

/* ============ MARQUEE ============ */
.marquee { padding: 20px 0; overflow: hidden; background: linear-gradient(90deg, var(--blue-dark), var(--blue) 50%, var(--blue-dark)); color: #eaf3ff; }
.marquee-track { display: flex; align-items: center; width: max-content; white-space: nowrap; animation: marquee 26s linear infinite; }
.marquee-seg { display: contents; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { margin-right: 46px; font: 700 .68rem 'Manrope'; letter-spacing: .22em; }
.marquee-track i { margin-right: 46px; font-style: normal; font-size: .6rem; color: rgba(255, 255, 255, .55); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============ SECCIONES ============ */
.section { padding: 130px 0; }
.services { background: var(--surface); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 66px; }
.section-head > p { width: 420px; margin: 0 0 7px; color: var(--muted); font-size: .98rem; }
.kicker { position: relative; display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--blue); font: 800 .65rem 'Manrope'; letter-spacing: .16em; }
.kicker::before { content: ''; width: 34px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--blue), var(--sky)); }
h2 { color: var(--navy); font-size: clamp(2.5rem, 4.6vw, 4.2rem); line-height: 1.08; font-weight: 800; }

/* ---- Bento de servicios ---- */
.service-grid { display: grid; grid-template-columns: 1.06fr 1fr 1fr; grid-template-rows: auto auto; gap: 18px; }
.service-card { position: relative; min-height: 400px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; transition: transform .35s var(--ease-out), box-shadow .35s, border-color .35s; }
.service-card:hover { transform: translateY(-8px); border-color: #b3d1f2; box-shadow: 0 30px 65px rgba(30, 95, 190, .13); }
.spot::before { content: ''; position: absolute; inset: 0; z-index: 0; opacity: 0; background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(74, 154, 245, .13), transparent 65%); transition: opacity .35s; pointer-events: none; }
.spot:hover::before { opacity: 1; }
.spot > * { position: relative; z-index: 1; }
.service-card.featured { grid-row: span 2; color: #fff; border-color: transparent; background: linear-gradient(155deg, var(--navy-3), var(--navy) 75%); box-shadow: 0 24px 60px rgba(6, 15, 30, .2); }
.featured.spot::before { background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(74, 154, 245, .22), transparent 65%); }
.card-number { position: absolute; top: 24px; right: 28px; color: #9eafc2; font: 700 .65rem 'Manrope'; }
.featured .card-number { color: rgba(255, 255, 255, .4); }
.service-card h3 { margin-bottom: 12px; color: var(--navy); font-size: 1.38rem; line-height: 1.2; }
.featured h3 { color: #fff; }
.service-card p { margin: 0; color: #6b7c92; font-size: .9rem; }
.featured p { color: #aebed0; }
.service-card > a { display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; color: var(--blue); font: 700 .75rem 'Manrope'; text-decoration: none; }
.service-card > a span { transition: transform .3s; }
.service-card > a:hover span { transform: translate(4px, -2px); }
.service-card ul { display: flex; gap: 7px; flex-wrap: wrap; margin: 18px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 5px 10px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 30px; color: #c5d2df; font-size: .6rem; }
.service-icon { width: 106px; height: 100px; align-self: center; color: var(--blue); transition: transform .4s var(--ease-out); }
.service-card:hover .service-icon { transform: scale(1.08) rotate(-2deg); }
.service-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.server-icon { position: relative; width: 150px; height: auto; padding: 10px 20px; margin: 30px 0; }
.service-card:hover .server-icon { transform: none; }
.server-icon > div { height: 33px; display: flex; align-items: center; gap: 5px; margin: 7px 0; padding: 0 11px; border: 1px solid #315373; border-radius: 7px; background: #132f4d; box-shadow: 0 8px 15px rgba(0, 0, 0, .18); }
.server-icon > div i { width: 6px; height: 6px; border-radius: 50%; background: #476581; }
.server-icon > div i:first-child { margin-left: auto; background: var(--green); animation: blink 1.7s infinite; }
.server-icon span { position: absolute; inset: -12px -32px; border: 1px solid rgba(74, 154, 245, .25); border-radius: 50%; animation: rotate 12s linear infinite; }
.wide { grid-column: 2 / -1; min-height: 250px; display: grid; grid-template-columns: 1fr 1.08fr; gap: 50px; align-items: center; background: #fff; }
.wide .card-number { left: 32px; top: 28px; right: auto; }
.wide > div:nth-child(2) { padding-top: 30px; }
.solution-flow { display: flex; align-items: center; justify-content: center; gap: 12px; }
.solution-flow span { padding: 15px 13px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); color: #586b83; font-size: .68rem; white-space: nowrap; box-shadow: 0 8px 18px rgba(15, 39, 68, .05); transition: transform .3s, box-shadow .3s; }
.wide:hover .solution-flow span { transform: translateY(-4px); box-shadow: 0 14px 26px rgba(15, 39, 68, .09); }
.wide:hover .solution-flow span:nth-child(3) { transition-delay: .07s; }
.wide:hover .solution-flow span:nth-child(5) { transition-delay: .14s; }
.solution-flow span i { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 5px; border-radius: 50%; background: #e5f8ef; color: #189660; font-style: normal; }
.solution-flow b { color: #adc0d4; letter-spacing: .12em; }

/* ============ PÓLIZAS (oscuro) ============ */
.dark-section { position: relative; overflow: hidden; padding: 130px 0; color: var(--ink); background: linear-gradient(165deg, #f7fbff, #e7f2fe); }
.mesh { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(40, 121, 232, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(40, 121, 232, .08) 1px, transparent 1px); background-size: 55px 55px; mask-image: radial-gradient(circle at 80% 40%, black, transparent 60%); }
.dark-glow { position: absolute; right: -250px; top: -320px; width: 740px; height: 740px; border-radius: 50%; background: radial-gradient(circle, rgba(40, 121, 232, .13), transparent 66%); animation: drift 16s ease-in-out infinite; }
.dark-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 95px; }
.kicker.light { color: var(--blue); }
.kicker.light::before { background: linear-gradient(90deg, var(--blue), var(--sky)); }
.dark-copy h2 { color: var(--navy); }
.dark-copy h2 em { color: var(--blue); }
.dark-copy > p { margin: 26px 0 34px; max-width: 490px; color: var(--muted); }
.button-light { background: var(--navy); color: #fff; box-shadow: 0 15px 40px rgba(15, 39, 68, .25); }
.button-light:hover { background: var(--blue); color: #fff; }
.care-panel { padding: 25px; border: 1px solid var(--line); border-radius: 27px; background: #fff; box-shadow: var(--shadow); }
.care-head { display: flex; justify-content: space-between; align-items: center; padding: 0 3px 18px; color: var(--navy); font: 700 .75rem 'Manrope'; }
.care-list { overflow: hidden; border: 1px solid #e5edf5; border-radius: 17px; }
.care-list > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; min-height: 75px; padding: 12px 15px; border-bottom: 1px solid #edf3fa; background: #fbfdff; transition: background .3s; }
.care-list > div:hover { background: rgba(40, 121, 232, .05); }
.care-list > div:last-child { border-bottom: 0; }
.care-check { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(32, 200, 120, .35); border-radius: 50%; background: #e8f9f1; color: #16935d; font-size: .7rem; }
.care-list p, .care-list small, .care-list b { display: block; margin: 0; }
.care-list b { color: var(--navy); font-size: .75rem; }
.care-list small { margin-top: 2px; color: #7a889c; font-size: .62rem; }
.care-list em { color: #16935d; font-size: .57rem; font-style: normal; }
.care-footer { display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; padding: 20px 4px 1px; color: #7a889c; font-size: .6rem; }
.care-footer div { height: 5px; overflow: hidden; border-radius: 10px; background: #e2ecf7; }
.care-footer div i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--green)); transition: width 1.8s var(--ease-out) .4s; }
.care-panel.visible .care-footer div i { width: 94%; }
.care-footer strong { color: #16935d; }

/* ============ PLANES Y EXPERIENCIA ============ */
.plans { background: #fff; }
.plan-grid, .proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.plan-card, .proof-card { min-height: 390px; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: 0 18px 45px rgba(30, 95, 190, .07); }
.plan-card > span, .proof-card > span { color: var(--blue); font: 800 .62rem 'Manrope'; letter-spacing: .12em; }
.plan-card h3, .proof-card h3 { margin: 20px 0 12px; font-size: 1.25rem; }
.plan-card p, .proof-card p { margin: 0; color: var(--muted); font-size: .83rem; }
.plan-card ul { margin: 28px 0; padding: 0; display: grid; gap: 11px; list-style: none; color: #53657d; font-size: .78rem; }
.plan-card li::before { content: '✓'; margin-right: 9px; color: #16935d; font-weight: 800; }
.plan-card strong { margin-top: auto; color: var(--navy); font: 800 .92rem 'Manrope'; }
.plan-cta { width: fit-content; margin-top: auto; color: var(--blue); font: 800 .78rem 'Manrope'; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.plan-cta:hover { color: var(--blue-dark); }
.featured-plan { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--navy), #174b85); box-shadow: 0 24px 55px rgba(15, 39, 68, .22); }
.featured-plan h3, .featured-plan strong { color: #fff; }
.featured-plan .plan-cta { color: #fff; }
.featured-plan p, .featured-plan ul { color: #d5e5f6; }
.featured-plan > span { color: #75b7ff; }
.plans-note { margin: 25px 0 0; color: #74859a; text-align: center; font-size: .68rem; }
.proof { background: var(--surface); }
.proof-card { min-height: 280px; background: #fff; }
.proof-card b { margin-top: auto; padding-top: 26px; color: #16935d; font: 700 .76rem 'Manrope'; }

/* Aparición escalonada dentro de paneles */
.stagger > div { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s var(--ease-out); }
.visible .stagger > div, .stagger.visible > div { opacity: 1; transform: none; }
.stagger > div:nth-child(1) { transition-delay: .15s; }
.stagger > div:nth-child(2) { transition-delay: .3s; }
.stagger > div:nth-child(3) { transition-delay: .45s; }
.stagger > div:nth-child(4) { transition-delay: .6s; }

/* ============ MÉTODO ============ */
.method { background: #fff; }
.section-head.compact { margin-bottom: 60px; }
.timeline { position: relative; height: 2px; margin-bottom: -1px; background: var(--line); border-radius: 2px; overflow: hidden; }
.timeline i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue), var(--sky)); transition: width 2.2s var(--ease-out) .3s; }
.timeline.visible i { width: 100%; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); }
.step { position: relative; min-height: 300px; padding: 42px 30px 20px 0; border-right: 1px solid var(--line); }
.step:not(:first-child) { padding-left: 30px; }
.step:last-child { border-right: 0; }
.step > span { position: absolute; top: 16px; left: 0; color: var(--blue); font: 800 .63rem 'Manrope'; letter-spacing: .1em; }
.step:not(:first-child) > span { left: 30px; }
.step::before { content: ''; position: absolute; top: -5px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(40, 121, 232, .15); }
.step:not(:first-child)::before { left: 30px; }
.step-icon { width: 58px; height: 58px; margin: 16px 0 38px; display: grid; place-items: center; border: 1px solid #d4e4f3; border-radius: 18px; color: var(--blue); background: var(--surface); transition: .35s var(--ease-out); }
.step:hover .step-icon { color: #fff; background: var(--blue); transform: rotate(-6deg) scale(1.06); box-shadow: 0 14px 30px rgba(40, 121, 232, .3); }
.step-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.step h3 { font-size: 1.05rem; }
.step p { margin: 12px 0 0; color: var(--muted); font-size: .83rem; }

/* ============ NOSOTROS ============ */
.about { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 95px; }
.about-visual { min-height: 530px; }
.network-map { position: relative; height: 530px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: 0 24px 60px rgba(30, 95, 190, .09); }
.network-map::before { content: ''; position: absolute; inset: 0; opacity: .65; background-image: radial-gradient(#d3e1ef 1px, transparent 1px); background-size: 20px 20px; }
.network-map > svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: #d3e3f2; stroke-width: 1.4; }
.network-map .signal { stroke: var(--blue); stroke-width: 1.8; stroke-dasharray: 8 18; animation: signal 3s linear infinite; }
@keyframes signal { to { stroke-dashoffset: -52; } }
.node { position: absolute; z-index: 2; min-width: 95px; padding: 14px 11px; display: grid; place-items: center; gap: 5px; border: 1px solid #d8e5f1; border-radius: 17px; background: #fff; color: var(--blue); box-shadow: 0 13px 30px rgba(30, 95, 190, .12); animation: node-float 5s ease-in-out infinite; transition: transform .3s; }
.node:hover { transform: scale(1.07); }
@keyframes node-float { 50% { translate: 0 -10px; } }
.node svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.node span { color: #5e7188; font-size: .58rem; font-weight: 700; }
.center-node { left: 50%; top: 50%; min-width: 92px; height: 92px; transform: translate(-50%, -50%); border-radius: 50%; box-shadow: 0 0 0 14px rgba(219, 234, 254, .8), 0 18px 40px rgba(30, 95, 190, .18); animation: center-pulse 4s ease-in-out infinite; }
.center-node:hover { transform: translate(-50%, -50%); }
@keyframes center-pulse { 50% { box-shadow: 0 0 0 22px rgba(219, 234, 254, .4), 0 18px 40px rgba(30, 95, 190, .18); } }
.center-node img { width: 46px; height: 46px; }
.n1 { left: 7%; top: 10%; }
.n2 { right: 7%; top: 9%; animation-delay: -1s; }
.n3 { right: 5%; bottom: 10%; animation-delay: -2s; }
.n4 { left: 5%; bottom: 8%; animation-delay: -3s; }
.about-copy > p { margin: 25px 0 32px; color: var(--muted); }
.about-points { display: grid; gap: 18px; }
.about-points > div { display: flex; align-items: flex-start; gap: 13px; }
.about-points i { flex: 0 0 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #e3f8ee; color: #16935d; font-style: normal; font-size: .68rem; }
.about-points b, .about-points small { display: block; }
.about-points b { font: 700 .84rem 'Manrope'; }
.about-points small { margin-top: 2px; color: #7a899c; font-size: .72rem; }

/* ============ CONTACTO ============ */
.contact-section { position: relative; overflow: hidden; padding: 130px 0; color: var(--ink); background: radial-gradient(110% 120% at 15% 0%, #ddecfd 0%, #f7fbff 62%); }
.contact-section .mesh { mask-image: radial-gradient(circle at 15% 30%, black, transparent 55%); }
.contact-glow { position: absolute; left: -260px; bottom: -340px; width: 720px; height: 720px; border-radius: 50%; background: radial-gradient(circle, rgba(40, 121, 232, .13), transparent 66%); animation: drift 18s ease-in-out -8s infinite; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 760px); justify-content: center; text-align: center; }
.contact-copy h2 { color: var(--navy); }
.contact-copy h2 em { color: var(--blue); }
.contact-copy > p { max-width: 430px; margin: 24px 0 38px; color: var(--muted); }
.contact-copy > p { margin-left: auto; margin-right: auto; }
.contact-whatsapp { gap: 10px; background: #20b969; box-shadow: 0 15px 40px rgba(32, 185, 105, .28); }
.contact-whatsapp:hover { background: #159b55; }
.contact-whatsapp img { flex: 0 0 20px; width: 20px !important; height: 20px !important; max-width: 20px; object-fit: contain; }
.email-link { display: inline-block; margin-bottom: 44px; text-decoration: none; }
.secondary-email { display: block; margin-top: 25px; }
.email-link small, .email-link strong { display: block; }
.email-link small { color: #75849a; font-size: .68rem; }
.email-link strong { margin-top: 4px; color: var(--navy); font: 700 1rem 'Manrope'; text-decoration: underline; text-underline-offset: 5px; transition: color .25s; }
.email-link:hover strong { color: var(--blue); }
.email-link span { color: var(--blue); }
.location { width: fit-content; margin: 38px auto 0; display: flex; gap: 12px; align-items: center; text-align: left; }
.location svg { width: 29px; fill: none; stroke: var(--blue); stroke-width: 1.5; }
.location b, .location small { display: block; }
.location b { color: var(--navy); font-size: .76rem; }
.location small { color: #75849a; font-size: .65rem; }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: 27px; background: #fff; color: var(--ink); box-shadow: 0 35px 80px rgba(27, 71, 126, .14); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 17px; color: #4f6178; font-size: .69rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #dce6f0; border-radius: 11px; outline: none; background: #f9fbfd; color: var(--ink); transition: border-color .25s, box-shadow .25s, background .25s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(40, 121, 232, .13); }
.button-full { width: 100%; }
.form-note { margin: 12px 0 0; color: #8996a6; text-align: center; font-size: .57rem; }

/* ============ FOOTER ============ */
.footer { padding: 75px 0 24px; color: #53657d; background: #fff; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1.8fr .7fr 1fr; gap: 60px; padding-bottom: 55px; }
.footer-main > div:first-child img { width: 185px; height: 54px; object-fit: contain; object-position: left; }
.footer-main > div:first-child p { max-width: 300px; color: var(--muted); font-size: .78rem; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-main > div:not(:first-child) span { margin-bottom: 8px; color: #93a1b2; font: 700 .61rem 'Manrope'; letter-spacing: .12em; text-transform: uppercase; }
.footer-main a, .footer-main p { margin: 0; color: #53657d; font-size: .75rem; text-decoration: none; transition: color .25s; }
.footer-main a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: #95a2b1; font-size: .6rem; }

.back-top { position: fixed; z-index: 150; right: 26px; bottom: 26px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 1.1rem; text-decoration: none; box-shadow: 0 14px 35px rgba(40, 121, 232, .4); opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .35s, transform .35s, visibility .35s, background .25s; }
.back-top.show { opacity: 1; visibility: visible; transform: none; }
.back-top:hover { background: var(--blue-dark); }
.whatsapp-float { position: fixed; z-index: 149; right: 24px; bottom: 88px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #20b969; color: #fff; text-decoration: none; box-shadow: 0 14px 35px rgba(32, 185, 105, .32); transition: transform .25s, background .25s; }
.whatsapp-float:hover { transform: translateY(-3px); background: #159b55; }
.whatsapp-float img { width: 28px !important; height: 28px !important; max-width: 28px; object-fit: contain; }

/* ============ REVEALS ============ */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .85s ease, transform .85s var(--ease-out); transition-delay: var(--d, 0s); }
.reveal.visible { opacity: 1; transform: none; }

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .hero { padding-top: 150px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  h1 { max-width: 620px; }
  .trust-row { justify-content: center; }
  .control-stage { width: min(620px, 100%); margin: 20px auto 0; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .plan-grid, .proof-grid { grid-template-columns: 1fr 1fr; }
  .service-card.featured { grid-row: auto; grid-column: span 2; min-height: 420px; }
  .wide { grid-column: span 2; }
  .dark-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .dark-copy, .contact-copy { max-width: 650px; }
  .timeline { display: none; }
  .steps { grid-template-columns: 1fr 1fr; border-top: 0; }
  .step { border-top: 1px solid var(--line); }
  .step::before { top: -5px; }
  .step:nth-child(2) { border-right: 0; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 24px, 1180px); }
  .site-header { top: 10px; }
  .nav { height: 62px; padding: 0 8px 0 16px; }
  .brand img { width: 148px; height: 42px; }
  .menu-button { display: block; }
  .menu-button[aria-expanded='true'] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded='true'] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links { position: fixed; z-index: 200; inset: 0; height: 100vh; padding: 120px 28px 40px; display: flex; flex-direction: column; align-items: stretch; gap: 10px; background: rgba(255, 255, 255, .97); backdrop-filter: blur(12px); transform: translateX(100%); transition: transform .35s var(--ease-out); }
  .nav-links.open { transform: none; }
  .nav-links > a:not(.button) { padding: 14px 6px; font: 700 1.35rem 'Manrope'; color: var(--navy); border-radius: 0; border-bottom: 1px solid var(--line); }
  .nav-links .button { margin: 18px 0 0; }
  .hero { min-height: auto; padding: 130px 0 85px; }
  h1 { font-size: clamp(2.6rem, 12.5vw, 3.9rem); }
  .lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .trust-row { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); }
  .trust-row div { min-width: 0; padding: 0 9px; margin: 0; }
  .trust-row strong { font-size: .95rem; }
  .trust-row span { line-height: 1.3; font-size: .58rem; }
  .control-stage { min-height: 430px; }
  .control-stage::before { width: 310px; height: 310px; }
  .tilt-wrap { width: 94%; }
  .dashboard { padding: 13px; }
  .float-card { display: none; }
  .orbit-one { width: 350px; height: 350px; }
  .orbit-two { width: 285px; height: 285px; }
  .scroll-note { display: none; }
  .marquee-track span, .marquee-track i { margin-right: 30px; }
  .marquee-track { animation-duration: 18s; }
  .section, .dark-section, .contact-section { padding: 90px 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 23px; margin-bottom: 42px; }
  .section-head > p { width: auto; }
  h2 { font-size: clamp(2.2rem, 10.5vw, 3.2rem); }
  .service-grid { grid-template-columns: 1fr; }
  .plan-grid, .proof-grid { grid-template-columns: 1fr; }
  .plan-card, .proof-card { min-height: auto; }
  .service-card, .service-card.featured { grid-column: auto; min-height: 360px; }
  .wide { grid-column: auto; grid-template-columns: 1fr; min-height: 400px; gap: 20px; }
  .solution-flow { overflow-x: auto; justify-content: flex-start; padding-bottom: 5px; }
  .dark-grid { gap: 50px; }
  .care-panel { padding: 15px; }
  .care-list em { display: none; }
  .steps { grid-template-columns: 1fr; }
  .step, .step:not(:first-child) { min-height: 250px; padding: 40px 5px 30px; border-right: 0; }
  .step:not(:first-child) > span, .step:not(:first-child)::before { left: 0; }
  .step-icon { margin-bottom: 25px; }
  .about-visual, .network-map { min-height: 410px; height: 410px; }
  .node { min-width: 79px; padding: 10px 7px; }
  .node svg { width: 21px; }
  .center-node { min-width: 72px; height: 72px; }
  .center-node img { width: 38px; height: 38px; }
  .contact-form { padding: 24px 19px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-main > div:first-child { grid-column: span 2; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .back-top { right: 16px; bottom: 16px; width: 44px; height: 44px; }
  .whatsapp-float { right: 14px; bottom: 72px; }
}

/* ============ MOVIMIENTO REDUCIDO ============ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .reveal, .stagger > div { opacity: 1; transform: none; }
  [data-split] .w > span { transform: none; }
  .preloader { display: none; }
  .timeline i { width: 100%; }
  .care-panel .care-footer div i { width: 94%; }
}
