/* Archivo generado desde src/css/. No editar directamente. */
/* ============ TOKENS ============ */
:root{
  --navy-950:#070c17;
  --navy-900:#0b1220;
  --navy-850:#0e1626;
  --navy-800:#11192c;
  --navy-700:#152036;
  --navy-600:#1c2a47;
  --line:#22314f;
  --line-soft:#1a2540;
  --ink-0:#f5f7fb;
  --ink-1:#c7d0e3;
  --ink-2:#8ea0c4;
  --ink-3:#5f7196;
  --orange:#ff7a29;
  --orange-2:#ff9a52;
  --orange-deep:#e05a10;
  --blue-pulse:#4c7bf4;
  --tech-blue:#146bff;
  --tech-blue-dark:#0f5bd3;
  --tech-blue-light:#eaf2ff;
  --surface-dark:#071326;
  --surface-dark-deep:#070c17;
  --surface-dark-panel:#0a172a;
  --surface-light:#f4f6f9;
  --surface-white:#fff;
  --border-dark:#20334f;
  --border-light:#d7dee8;
  --font-display:'Space Grotesk',sans-serif;
  --font-body:'Inter',sans-serif;
  --font-mono:'JetBrains Mono',monospace;
  --container:1690px;
  --page-gutter:5.5vw;
  --section-space:clamp(118px,7.5vw,150px);
  --radius-sm:8px;
  --radius-md:12px;
  --radius-lg:16px;
  --radius:var(--radius-md);
  --shadow-card:0 18px 40px -34px rgba(15,35,64,.42);
  --shadow-panel:0 30px 64px -50px rgba(5,18,39,.56);
  --section-title:clamp(42px,4.2vw,60px);
  --section-title-compact:clamp(36px,3.45vw,52px);
  --section-copy:17px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--navy-900);
  color:var(--ink-1);
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
input,select,textarea{font-family:inherit;font-size:15px}
.container{width:min(89vw,var(--container));max-width:none;margin:0 auto;padding:0}
section{position:relative}
h1,h2,h3,h4{font-family:var(--font-display);color:var(--ink-0);font-weight:600;letter-spacing:-0.01em}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:var(--font-mono);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:var(--orange);margin-bottom:18px;
}
.eyebrow::before{content:"";width:7px;height:7px;border-radius:2px;background:var(--orange);display:inline-block;transform:rotate(45deg)}
.section-head{max-width:680px;margin-bottom:clamp(56px,4vw,72px)}
.section-head h2{font-size:var(--section-title);line-height:1.08;letter-spacing:-.035em;margin-bottom:18px}
.section-head p{color:var(--ink-2);font-size:var(--section-copy);line-height:1.7}
.section-pad{padding:var(--section-space) 0}
.bg-deep{background:var(--navy-950)}
.bg-panel{background:var(--navy-850)}
.divider-line{height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent);width:100%}

/* buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:48px;padding:13px 25px;border-radius:var(--radius-sm);font-weight:650;font-size:14px;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
  white-space:nowrap;
}
.btn-primary{background:var(--tech-blue);color:#fff;box-shadow:none}
.btn-primary:hover{background:var(--tech-blue-dark);transform:translateY(-2px)}
.btn-ghost{border:1px solid var(--line);color:var(--ink-0);background:rgba(255,255,255,.02)}
.btn-ghost:hover{border-color:var(--ink-2);background:rgba(255,255,255,.05);transform:translateY(-2px)}
.btn-sm{padding:10px 18px;font-size:13px}

/* Lenguaje editorial compartido */
.solutions-eyebrow,.own-tech-eyebrow,.digital-learning-eyebrow,
.technical-architecture-eyebrow,.technology-stack-eyebrow,
.support-eyebrow,.transformation-eyebrow,.portfolio-eyebrow,.contact-kicker{
  display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;
  font-family:var(--font-mono);font-size:12px;font-weight:600;line-height:1.4;
  letter-spacing:.14em;text-transform:uppercase;color:var(--orange);
}
.solutions-eyebrow::before,.own-tech-eyebrow::before,.digital-learning-eyebrow::before,
.technical-architecture-eyebrow::before,.technology-stack-eyebrow::before,
.support-eyebrow::before,.transformation-eyebrow::before,.portfolio-eyebrow::before,.contact-kicker::before{
  content:"";flex:0 0 auto;width:7px;height:7px;background:var(--orange);transform:rotate(45deg);
}

@media (min-width:1440px){
  body{font-size:17px}
  .eyebrow,.solutions-eyebrow,.own-tech-eyebrow,.digital-learning-eyebrow,
  .technical-architecture-eyebrow,.technology-stack-eyebrow,
  .support-eyebrow,.transformation-eyebrow,.portfolio-eyebrow,.contact-kicker{font-size:13px}
}

/* ============ NAVBAR ============ */
header.nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  border-bottom:1px solid transparent;
  transition:background .3s ease, border-color .3s ease, padding .3s ease;
  padding:22px 0;
}
header.nav.scrolled{
  background:rgba(7,12,23,.86);backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line-soft);padding:14px 0;
}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;flex-direction:column;align-items:flex-start;line-height:1;flex-shrink:0}
.brand-logo{display:block;width:188px;height:auto;object-fit:contain;filter:contrast(1.06) brightness(1.04)}
.brand-sub{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.17em;color:#8296b5;margin-top:5px;text-transform:uppercase;font-weight:500}
.nav-menu{display:flex;align-items:center;gap:28px}
.nav-menu a{font-size:14px;color:var(--ink-2);font-weight:500;position:relative;padding:6px 0;transition:color .28s ease,transform .28s ease}
.nav-menu a:hover{color:var(--ink-0);transform:translateY(-1px)}
.nav-menu a::after{content:"";position:absolute;left:50%;bottom:0;width:100%;height:2px;border-radius:2px;background:var(--tech-blue);transform:translateX(-50%) scaleX(0);transform-origin:center;opacity:0;transition:transform .32s cubic-bezier(.22,.7,.2,1),opacity .24s ease}
.nav-menu a:hover::after,.nav-menu a.active::after{transform:translateX(-50%) scaleX(1);opacity:1}
.nav-menu a.active{color:#fff}
.nav-menu a.active::before{content:"";position:absolute;left:50%;bottom:-6px;width:4px;height:4px;border-radius:50%;background:var(--tech-blue);transform:translateX(-50%);animation:navDotEnter .35s ease both}
@keyframes navDotEnter{from{opacity:0;transform:translate(-50%,4px) scale(.5)}to{opacity:1;transform:translate(-50%,0) scale(1)}}
.nav-actions{display:flex;align-items:center;gap:18px}
.nav-actions .btn-primary{border:1px solid #476c9d;background:rgba(19,50,91,.68);color:#dce9fb;box-shadow:none;border-radius:7px;padding:9px 17px;font-size:12.5px;font-weight:600}
.nav-actions .btn-primary:hover{border-color:#6d94c7;background:#173c70;color:#fff;transform:translateY(-1px)}
.mobile-menu .btn-primary{background:var(--tech-blue);color:#fff;box-shadow:none}
.mobile-menu .btn-primary:hover{background:var(--tech-blue-dark)}
.burger{display:none;flex-direction:column;gap:5px;width:26px;z-index:110}
.burger span{height:2px;background:var(--ink-0);border-radius:2px;transition:all .3s ease}
.mobile-menu{
  position:fixed;inset:0;background:var(--navy-950);z-index:105;
  display:flex;flex-direction:column;justify-content:center;gap:8px;padding:40px;
  transform:translateY(-100%);transition:transform .35s ease;
}
.mobile-menu.open{transform:translateY(0)}
.mobile-menu a{font-family:var(--font-display);font-size:28px;color:var(--ink-0);padding:14px 0;border-bottom:1px solid var(--line-soft);transition:color .25s ease,padding-left .25s ease,border-color .25s ease}
.mobile-menu a.active{color:#6ea4ff;padding-left:12px;border-bottom-color:var(--tech-blue)}
.mobile-menu .btn{margin-top:24px;align-self:flex-start}

/* ============ HERO ============ */
.hero{
  min-height:100svh;padding:132px 0 92px;position:relative;overflow:hidden;
  display:flex;align-items:center;background:var(--surface-dark);
}
.hero::before{
  content:"";position:absolute;inset:auto 0 0;height:10px;background:#fff;pointer-events:none;z-index:4;
}
.hero::after{
  content:"";position:absolute;left:-2%;right:-2%;bottom:10px;height:72px;background:#fff;
  clip-path:polygon(0 22%,68% 100%,100% 8%,100% 100%,0 100%);pointer-events:none;z-index:3;
}
.hero-geometry{position:absolute;inset:0;pointer-events:none;opacity:.035;z-index:0}
.hero-geometry span{position:absolute;height:1px;background:#fff;transform-origin:left center}
.hero-geometry span::after{content:"";position:absolute;right:-3px;top:-3px;width:7px;height:7px;border:1px solid #fff;transform:rotate(45deg)}
.hero-geometry span:nth-child(1){width:28%;right:1%;top:18%;transform:rotate(135deg)}
.hero-geometry span:nth-child(2){width:34%;right:-5%;top:42%;transform:rotate(158deg)}
.hero-geometry span:nth-child(3){width:25%;left:2%;bottom:17%;transform:rotate(-22deg)}
.hero-geometry span:nth-child(4){width:18%;left:12%;top:22%;transform:rotate(42deg)}
.hero-grid{
  display:grid;grid-template-columns:minmax(0,.98fr) minmax(540px,1.02fr);
  gap:42px;align-items:center;position:relative;z-index:2;translate:0 -28px;
}
.hero-intro{max-width:735px}
.hero-eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 24px;font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#94a9c8;animation:heroEnter .7s ease both}
.hero-eyebrow span:first-child{color:#79aaff}
.hero-eyebrow i{display:block;width:5px;height:5px;border-radius:50%;background:var(--orange);flex-shrink:0}
.hero h1{font-size:clamp(44px,3.55vw,62px);line-height:1.095;color:#fff;margin-bottom:30px;letter-spacing:-.043em;animation:heroEnter .7s ease .15s both}
.hero-title-line{display:block;white-space:nowrap}
.hero h1 em{font-style:normal;color:#73a8ff}
.hero p.lead{font-size:18px;line-height:1.76;color:#bac8dd;max-width:610px;margin-bottom:39px;animation:heroEnter .7s ease .3s both}
.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;animation:heroEnter .7s ease .45s both}
.hero .hero-primary{background:var(--tech-blue);color:#fff;box-shadow:none;min-height:49px;padding-left:25px;padding-right:25px}
.hero .hero-primary:hover{background:var(--tech-blue-dark);transform:translateY(-2px)}
.hero .hero-secondary{border-color:#4b668b;background:transparent;min-height:49px;padding-left:23px;padding-right:23px;color:#e3ebf8}
.hero .hero-secondary span{display:inline-block;transition:transform .25s ease}
.hero .hero-secondary:hover{border-color:#829cc0;background:#0e294f;transform:translateY(-2px)}
.hero .hero-secondary:hover span{transform:translateX(4px)}
@keyframes heroEnter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}

/* Arquitectura tecnológica 3D */
.hero-visual{
  position:relative;width:100%;max-width:650px;aspect-ratio:1.2;justify-self:end;
  perspective:1100px;animation:visualEnter .9s cubic-bezier(.22,.7,.2,1) .6s both;
}
@keyframes visualEnter{from{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}
.architecture-scene{
  position:absolute;inset:0;transform-style:preserve-3d;
  transform:rotateX(var(--hero-rx,0deg)) rotateY(var(--hero-ry,0deg));
  transition:transform .16s ease-out;will-change:transform;
}
.architecture-scene.is-resetting{transition-duration:.75s;transition-timing-function:cubic-bezier(.22,.7,.2,1)}
.tech-plane{
  position:absolute;border:1px solid rgba(89,132,187,.26);background:rgba(10,34,72,.72);
  box-shadow:0 26px 44px rgba(0,7,26,.2);pointer-events:none;
}
.tech-plane-back{left:13%;top:15%;width:72%;height:68%;transform:translateZ(-72px) rotate(6deg);opacity:.54}
.tech-plane-front{left:17%;top:18%;width:69%;height:65%;transform:translateZ(-48px) rotate(-6deg);opacity:.72}
.tech-grid{
  position:absolute;inset:5% 2%;transform:translateZ(-54px);opacity:.18;
  background-image:radial-gradient(circle,#6e91be 1px,transparent 1px);background-size:14px 14px;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 18%,#000 84%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 18%,#000 84%,transparent);
}
.tech-frame{position:absolute;inset:8% 4%;transform:translateZ(-38px);opacity:.32}
.tech-frame span{position:absolute;background:#2b4e7a}
.tech-frame span:nth-child(1),.tech-frame span:nth-child(3){height:1px;width:100%;left:0}
.tech-frame span:nth-child(1){top:4%}.tech-frame span:nth-child(3){bottom:4%}
.tech-frame span:nth-child(2),.tech-frame span:nth-child(4){width:1px;height:100%;top:0}
.tech-frame span:nth-child(2){left:3%}.tech-frame span:nth-child(4){right:3%}
.tech-core{
  position:absolute;left:37%;top:31%;width:29%;min-height:166px;padding:20px 18px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#146bff;border:1px solid #5d9bff;
  border-radius:var(--radius-md);box-shadow:var(--shadow-panel);transform:translateZ(76px);z-index:5;
  animation:coreEnter .55s cubic-bezier(.22,.7,.2,1) .72s both;
}
@keyframes coreEnter{from{opacity:0;transform:translate3d(0,10px,40px) scale(.96)}to{opacity:1;transform:translateZ(76px) scale(1)}}
.tech-core-mark{display:block;width:54px;height:45px;object-fit:contain;margin-bottom:10px}
.tech-core strong{font-size:17px;line-height:1.12;color:#fff;letter-spacing:-.02em;text-transform:uppercase}
.tech-core-status{display:flex;align-items:center;gap:6px;margin-top:13px;font-family:var(--font-mono);font-size:8.5px;letter-spacing:.05em;text-transform:uppercase;color:#dce9ff}
.tech-core-status i{width:5px;height:5px;border-radius:50%;background:var(--orange);animation:statusShift 8s steps(2,end) infinite}
@keyframes statusShift{0%,45%{opacity:.45}50%,100%{opacity:1}}

.tech-connection{position:absolute;height:12px;transform-origin:left center;z-index:2;transform-style:preserve-3d}
.tech-connection span{display:block;position:absolute;left:0;top:5px;width:100%;height:1px;background:#6485ad;transform-origin:left center;animation:connectionBuild .8s ease 1s both}
.tech-connection i{position:absolute;left:0;top:2px;width:7px;height:7px;border:1px solid #97b9e5;background:#0b244c;transform:rotate(45deg);animation:signalTravel var(--signal-speed,12s) linear var(--signal-delay,0s) infinite}
.tech-connection.is-active span{height:2px;background:#6ea4ff}
.tech-connection.is-active i{background:var(--tech-blue-light);border-color:var(--tech-blue-light)}
.connection-software{left:22%;top:19%;width:26%;transform:translateZ(20px) rotate(21deg);--signal-speed:12s;--signal-delay:-4s}
.connection-api{left:57%;top:30%;width:27%;transform:translateZ(10px) rotate(-20deg);--signal-speed:16s;--signal-delay:-10s}
.connection-data{left:65.5%;top:45.8%;width:10%;transform:translateZ(29px) rotate(0deg);--signal-speed:8s;--signal-delay:-2s}
.connection-cloud{left:57%;top:61%;width:28%;transform:translateZ(21px) rotate(24deg);--signal-speed:20s;--signal-delay:-12s}
.connection-automation{left:22%;top:74%;width:28%;transform:translateZ(7px) rotate(-24deg);--signal-speed:16s;--signal-delay:-7s}
.connection-infrastructure{left:25%;top:46.7%;width:12%;transform:translateZ(1px) rotate(-5deg);--signal-speed:12s;--signal-delay:-8s}
@keyframes connectionBuild{from{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}
@keyframes signalTravel{0%{left:0;opacity:0}8%{opacity:1}82%{opacity:1}100%{left:calc(100% - 7px);opacity:0}}

.tech-module{
  position:absolute;padding:14px 15px;min-height:82px;background:#10294f;border:1px solid #2b4f7d;
  border-radius:var(--radius-sm);color:#fff;box-shadow:var(--shadow-card);z-index:4;
  display:flex;align-items:center;gap:15px;
  transform:translateZ(var(--module-depth,30px));transition:transform .3s ease,background .3s ease,border-color .3s ease;
  outline:none;cursor:default;animation:moduleEnter .65s cubic-bezier(.22,.7,.2,1) both;
}
.tech-module:hover,.tech-module:focus-visible{background:#174379;border-color:#75a9f5;transform:translate3d(0,-3px,calc(var(--module-depth,30px) + 14px))}
.tech-module:focus-visible{outline:2px solid #fff;outline-offset:3px}
.module-icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;color:#2d82ff}
.module-icon .bi{font-size:30px;line-height:1;font-weight:400}
.module-copy{min-width:0}
.module-code{display:block;font-family:var(--font-mono);font-size:8px;letter-spacing:.14em;color:#8aa2c4;margin-bottom:4px}
.tech-module strong{display:block;font-family:var(--font-display);font-size:10.5px;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}
.module-detail{
  position:absolute;top:calc(100% + 8px);left:0;width:176px;padding:9px 11px;background:#fff;border:1px solid #d6e3f4;
  border-radius:7px;color:#24354d;font-size:10.5px;line-height:1.45;box-shadow:0 12px 24px rgba(0,8,28,.18);
  opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;pointer-events:none;
}
.tech-module:hover .module-detail,.tech-module:focus-visible .module-detail{opacity:1;visibility:visible;transform:translateY(0)}
.tech-module-bottom .module-detail{top:auto;bottom:calc(100% + 8px);transform:translateY(4px)}
.tech-module-bottom:hover .module-detail,.tech-module-bottom:focus-visible .module-detail{transform:translateY(0)}
.module-software{left:8%;top:5%;width:28%;--module-depth:54px;animation-delay:1.18s}
.module-api{left:68%;top:5%;width:28%;border-color:#146bff;background:#123568;--module-depth:28px;animation-delay:1.28s}
.module-data{left:75%;top:41%;width:25%;--module-depth:48px;animation-delay:1.38s}
.module-cloud{left:68%;top:75%;width:28%;--module-depth:38px;animation-delay:1.48s}
.module-automation{left:8%;top:75%;width:28%;--module-depth:20px;animation-delay:1.58s}
.module-infrastructure{left:0;top:41%;width:27%;--module-depth:10px;animation-delay:1.68s}
.module-infrastructure .module-icon{flex-basis:34px;width:34px}
.module-infrastructure strong{font-size:9.2px;letter-spacing:0}
@keyframes moduleEnter{from{opacity:0;translate:0 12px}to{opacity:1;translate:0 0}}

/* ============ CAPACIDADES ============ */
.cap-strip{border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}
.cap-grid{display:grid;grid-template-columns:repeat(4,1fr);}
.cap-item{padding:22px 30px;border-left:1px solid var(--line-soft);display:flex;align-items:center;gap:12px}
.cap-item:first-child{border-left:none}
.cap-item h4{font-family:var(--font-mono);font-size:11px;font-weight:500;line-height:1.3;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-1)}
.cap-item .num{font-family:var(--font-mono);font-size:10px;color:#568ee7;display:block}

/* ============ DIAGNÓSTICO DE NECESIDADES ============ */
.needs-section{background:var(--surface-dark-panel);border-top:1px solid var(--border-dark);overflow:hidden}
.needs-section .container{position:relative;z-index:2}
.needs-heading{max-width:760px;margin-bottom:58px}
.needs-heading h2{font-size:clamp(32px,4vw,48px);line-height:1.13;margin-bottom:17px;max-width:720px}
.needs-heading p{font-size:17px;color:#9aacc8}
.needs-geometry{position:absolute;inset:0;pointer-events:none;opacity:.12}
.needs-geometry span{position:absolute;height:1px;background:#41658f;transform-origin:left center}
.needs-geometry span:first-child{width:35%;right:-7%;top:25%;transform:rotate(146deg)}
.needs-geometry span:nth-child(2){width:28%;right:2%;bottom:18%;transform:rotate(24deg)}
.needs-geometry i{position:absolute;width:7px;height:7px;border:1px solid #5682b5;transform:rotate(45deg)}
.needs-geometry i:nth-of-type(1){right:19%;top:30%}.needs-geometry i:nth-of-type(2){right:8%;bottom:23%}
.needs-experience{display:grid;grid-template-columns:minmax(0,45fr) 74px minmax(0,55fr);align-items:stretch;gap:0;max-width:1130px}
.needs-selector{display:flex;flex-direction:column}
.need-option{
  position:relative;width:100%;display:grid;grid-template-columns:42px minmax(0,1fr) 24px;gap:14px;align-items:start;
  padding:17px 5px 17px 0;border-bottom:1px solid #243653;text-align:left;color:#b6c3d7;
  transition:color .3s ease,transform .3s ease,border-color .3s ease;
}
.need-option:first-child{border-top:1px solid #243653}
.need-option:hover{color:#fff;border-color:#4d6f9e}
.need-option[aria-selected="true"]{color:#fff;border-color:var(--tech-blue);transform:translateX(4px)}
.need-number{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;color:#7184a2;padding-top:3px;transition:color .3s ease}
.need-option[aria-selected="true"] .need-number{color:#5e9bff}
.need-option-copy{display:block}
.need-title{display:flex;align-items:center;gap:9px;font-family:var(--font-display);font-size:16px;font-weight:600;line-height:1.3}
.need-title::before{content:"";width:0;height:6px;border-radius:50%;background:var(--tech-blue);transition:width .25s ease;flex:0 0 auto}
.need-option[aria-selected="true"] .need-title::before{width:6px}
.need-short{display:block;max-height:0;margin-top:0;overflow:hidden;font-size:12.5px;line-height:1.5;color:#7f92af;opacity:0;transform:translateY(-3px);transition:max-height .3s ease,margin .3s ease,opacity .3s ease,transform .3s ease}
.need-option:hover .need-short,.need-option[aria-selected="true"] .need-short{max-height:44px;margin-top:6px;opacity:1;transform:translateY(0)}
.need-arrow{font-size:17px;color:#6f86a7;transition:transform .25s ease,color .25s ease}
.need-option:hover .need-arrow,.need-option[aria-selected="true"] .need-arrow{color:#75a9ff;transform:translateX(4px)}
.need-option:focus-visible{outline:2px solid #83b0f8;outline-offset:5px;z-index:2}

.needs-transfer{position:relative;overflow:hidden}
.needs-transfer::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:#253d61}
.needs-transfer span{position:absolute;left:0;right:0;top:48%;height:1px;background:var(--tech-blue);transform:scaleX(0);transform-origin:left;opacity:0}
.needs-transfer i{position:absolute;left:calc(50% - 4px);top:calc(48% - 4px);width:9px;height:9px;border:1px solid #7fa9df;background:#09172c;transform:rotate(45deg)}
.needs-experience.is-transferring .needs-transfer span{animation:needTransfer .52s cubic-bezier(.22,.7,.2,1)}
@keyframes needTransfer{0%{opacity:0;transform:scaleX(0)}25%{opacity:1}75%{opacity:1;transform:scaleX(1)}100%{opacity:0;transform:scaleX(1)}}

.needs-solution{position:relative;padding:12px 0 12px 48px;border-left:2px solid var(--tech-blue);min-height:445px;display:flex;flex-direction:column;justify-content:center}
.needs-solution::after{content:"";position:absolute;right:5%;top:10%;width:160px;height:160px;border:1px solid #36557e;opacity:.18;transform:rotate(45deg);pointer-events:none}
.needs-route{position:relative;z-index:1;font-family:var(--font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#75a9ff;margin-bottom:28px}
.needs-solution-content{position:relative;z-index:1;max-width:520px;transition:opacity .2s ease,transform .2s ease}
.needs-solution-content.is-leaving{opacity:0;transform:translateY(7px)}
.needs-solution-number{font-family:var(--font-mono);font-size:10px;letter-spacing:.12em;color:#637a9b;margin-bottom:12px}
.needs-solution h3{font-size:clamp(27px,3vw,39px);line-height:1.14;margin-bottom:21px;max-width:480px}
.needs-solution-description{font-size:15.5px;line-height:1.75;color:#99aac3;max-width:520px;margin-bottom:25px}
.needs-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:31px}
.needs-tags span{font-family:var(--font-mono);font-size:10px;letter-spacing:.04em;color:#a9b8ce;border:1px solid #304768;border-radius:999px;padding:6px 10px}
.needs-link{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:14px;font-weight:600}
.needs-link span{color:#75a9ff;transition:transform .25s ease}
.needs-link:hover span{transform:translateX(4px)}

/* ============ SOLUCIONES / CAPACIDADES ============ */
.solutions-section{
  --solutions-bg:#f6f8fb;--solutions-navy:#071a3a;--solutions-copy:#52627a;--solutions-line:#dbe3ee;
  --solutions-blue:#146bff;--solutions-blue-dark:#0f5bd3;--solutions-panel:#eef3f9;
  padding:var(--section-space) 0 calc(var(--section-space) + 10px);background:var(--surface-light);color:var(--solutions-copy);overflow:hidden;
  border-top:1px solid #e3e9f1;
}
.solutions-section::before{
  content:"";position:absolute;right:-180px;top:-220px;width:520px;height:520px;border:1px solid #dfe7f1;
  border-radius:50%;pointer-events:none;
}
.solutions-heading{position:relative;z-index:1;max-width:820px;margin-bottom:76px}
.solutions-eyebrow{margin-bottom:20px;color:var(--orange-deep)}
.solutions-heading h2{
  max-width:780px;margin-bottom:22px;color:var(--solutions-navy);font-size:var(--section-title);
  line-height:1.06;letter-spacing:-.035em;
}
.solutions-heading p{max-width:690px;font-size:17px;line-height:1.75;color:#64738a}
.solutions-journey{counter-reset:capability}
.solution-capability{
  position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.04fr);align-items:center;
  grid-template-areas:"copy visual";
  gap:clamp(64px,7vw,120px);min-height:680px;padding:124px 0;border-top:1px solid var(--solutions-line);
}
.solution-capability:last-child{padding-bottom:28px}
.solution-copy{grid-area:copy;position:relative;z-index:2;max-width:520px}
.solution-visual{grid-area:visual;justify-self:stretch}
.solution-layout-copy-left{grid-template-areas:"copy visual"}
.solution-layout-copy-right{grid-template-areas:"visual copy"}
.solution-layout-copy-left .solution-copy{justify-self:start;padding-right:clamp(0px,2vw,24px)}
.solution-layout-copy-right .solution-copy{justify-self:end;padding-left:clamp(0px,2vw,24px)}
.solution-index{
  position:absolute;z-index:-1;left:-20px;top:-118px;font-family:var(--font-display);font-size:clamp(106px,12vw,172px);
  font-weight:600;line-height:1;color:var(--solutions-navy);opacity:.035;letter-spacing:-.08em;pointer-events:none;
}
.solution-kicker{display:flex;align-items:center;gap:14px;margin-bottom:25px;font-family:var(--font-mono);text-transform:uppercase}
.solution-kicker span{font-size:11px;letter-spacing:.12em;color:var(--solutions-blue)}
.solution-kicker i{width:52px;height:1px;background:var(--solutions-blue);transform-origin:left center}
.solution-kicker strong{font-size:11px;letter-spacing:.14em;color:#42536d}
.solution-copy h3{
  max-width:500px;margin-bottom:21px;color:var(--solutions-navy);font-size:clamp(30px,3.3vw,44px);
  line-height:1.12;letter-spacing:-.026em;
}
.solution-copy > p{max-width:510px;margin-bottom:38px;font-size:16px;line-height:1.75;color:var(--solutions-copy)}
.solution-links{border-top:1px solid var(--solutions-line)}
.solution-links a{
  display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 2px;border-bottom:1px solid var(--solutions-line);
  color:var(--solutions-navy);font-size:14px;font-weight:600;transition:color .25s ease,border-color .25s ease,padding .25s ease;
}
.solution-links a span:last-child{font-size:18px;color:#7b8ba3;transition:color .25s ease,transform .25s ease}
.solution-links a:hover{padding-left:6px;color:var(--solutions-blue);border-color:#b9c9dd}
.solution-links a:hover span:last-child{color:var(--solutions-blue);transform:translateX(4px)}
.solution-links a:focus-visible{outline:2px solid var(--solutions-blue);outline-offset:4px}
.solution-visual{position:relative;z-index:2;min-width:0;color:var(--solutions-navy)}
.visual-caption{
  display:flex;align-items:center;gap:9px;margin-top:17px;font-family:var(--font-mono);font-size:9px;
  letter-spacing:.12em;text-transform:uppercase;color:#728197;
}
.visual-caption::before{content:"";width:6px;height:6px;border:1px solid var(--solutions-blue);transform:rotate(45deg)}

/* Visual 01: sistema empresarial */
.software-window{overflow:hidden;border:1px solid #c9d5e5;background:#fff;box-shadow:0 26px 60px -38px rgba(7,26,58,.42)}
.software-topbar{height:46px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;border-bottom:1px solid #e1e7ef;font-family:var(--font-mono);font-size:9px;letter-spacing:.05em;color:#75849a}
.window-controls{display:flex;gap:5px}.window-controls i{width:6px;height:6px;border:1px solid #9aa9bc;border-radius:50%}
.software-status{justify-self:end;color:#3e705f}.software-status i{display:inline-block;width:5px;height:5px;margin-right:4px;background:#26a86b;border-radius:50%}
.software-layout{display:grid;grid-template-columns:62px 1fr;min-height:340px}
.software-sidebar{display:flex;flex-direction:column;align-items:center;gap:18px;padding:20px 0;background:#0b1d3a}
.sidebar-mark{display:grid;place-items:center;width:28px;height:28px;margin-bottom:10px;border:1px solid #3a69aa;color:#77a8f7;font-family:var(--font-mono);font-size:9px}
.software-sidebar i{width:17px;height:2px;background:#49607e}.software-sidebar i.is-active{width:23px;background:var(--solutions-blue)}
.software-content{padding:28px 27px 24px;background:#f9fbfd}
.software-content-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}
.software-content-head strong{font-size:13px}.software-content-head span{font-family:var(--font-mono);font-size:8px;color:#8a99ad}
.software-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}
.software-metrics div{position:relative;min-height:86px;padding:13px;border:1px solid #dfe6ef;background:#fff}
.software-metrics span{display:block;margin-bottom:8px;font-size:9px;color:#74839a}.software-metrics strong{font-size:20px;color:var(--solutions-navy)}
.software-metrics small{position:absolute;right:10px;bottom:10px;font-family:var(--font-mono);font-size:7px;color:#338d68}
.software-chart{position:relative;height:158px;padding:16px;border:1px solid #dfe6ef;background:#fff;overflow:hidden}
.chart-caption{position:relative;z-index:2;display:flex;justify-content:space-between;font-size:9px}.chart-caption strong{font-family:var(--font-mono);font-size:7px;color:#8190a5}
.chart-grid{position:absolute;inset:48px 16px 20px;display:flex;flex-direction:column;justify-content:space-between}
.chart-grid i{height:1px;background:#e6ebf2}
.chart-bars{position:absolute;inset:54px 25px 21px;display:flex;align-items:flex-end;justify-content:space-between;gap:8px}
.chart-bars i{width:100%;height:var(--bar-height);background:#b7cff5;transform-origin:bottom}
.chart-bars i:nth-child(1){--bar-height:32%}.chart-bars i:nth-child(2){--bar-height:48%}.chart-bars i:nth-child(3){--bar-height:40%}.chart-bars i:nth-child(4){--bar-height:69%;background:#7ea9ed}.chart-bars i:nth-child(5){--bar-height:57%}.chart-bars i:nth-child(6){--bar-height:82%;background:var(--solutions-blue)}.chart-bars i:nth-child(7){--bar-height:74%;background:#4a8df7}

/* Visual 02: experiencia responsive */
.responsive-stage{position:relative;min-height:455px}
.device{position:absolute;overflow:hidden;border:1px solid #bcc9da;background:#fff;box-shadow:0 22px 45px -32px rgba(7,26,58,.45)}
.device-desktop{left:0;top:22px;width:87%;height:336px}
.device-bar{height:31px;display:flex;align-items:center;gap:5px;padding:0 11px;border-bottom:1px solid #dfe6ef;background:#f8fafc;color:#7c8ba0;font-family:var(--font-mono);font-size:7px}
.device-bar i{width:5px;height:5px;border:1px solid #9cabbf;border-radius:50%}.device-bar span{margin-left:7px}
.device-ui{display:grid;grid-template-columns:64px 1fr;height:calc(100% - 31px)}
.device-ui aside{padding:23px 15px;background:#0b1d3a}.device-ui aside b{display:block;width:22px;height:22px;margin-bottom:29px;border:1px solid #4b7fc8}.device-ui aside i{display:block;width:28px;height:2px;margin-bottom:18px;background:#445a78}
.device-ui-content{padding:44px 30px;background:#f9fbfd}.ui-label{font-family:var(--font-mono);font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:var(--solutions-blue)}
.device-ui-content strong{display:block;max-width:280px;margin:13px 0 28px;font-size:22px;line-height:1.22}.ui-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.ui-cards i{height:62px;border:1px solid #dce4ee;background:#fff}
.device-tablet{z-index:2;right:0;top:143px;width:39%;height:246px;border-width:5px;border-color:#0a1c39;border-radius:5px}
.device-tablet .device-bar{height:26px}.device-mobile-content{padding:19px;background:#f8fafc;height:calc(100% - 26px)}
.device-mobile-content strong{display:block;margin-bottom:17px;font-size:12px}.device-mobile-content i{display:block;height:32px;margin-bottom:8px;border:1px solid #dbe3ed;background:#fff}
.device-mobile{z-index:3;right:31%;bottom:3px;width:19%;height:196px;border:5px solid #0a1c39;border-radius:11px}
.device-speaker{position:absolute;z-index:2;left:37%;top:5px;width:26%;height:3px;border-radius:3px;background:#57667b}
.device-mobile .device-mobile-content{height:100%;padding:22px 10px 10px}.device-mobile-content > span{font-family:var(--font-mono);font-size:8px;color:var(--solutions-blue)}
.device-mobile .device-mobile-content strong{margin:5px 0 12px;font-size:9px}.device-mobile .device-mobile-content i{height:23px;margin-bottom:5px}.device-login{display:block;width:100%;margin-top:7px;padding:6px;background:var(--solutions-blue);color:#fff;font-size:7px;text-align:center}
.responsive-labels{display:flex;gap:19px;margin:6px 0 0 13px;font-family:var(--font-mono);font-size:8px;letter-spacing:.08em;text-transform:uppercase;color:#728197}

/* Visual 03: arquitectura conectada */
.solution-visual-architecture{padding:20px 0}
.architecture-map{position:relative;min-height:420px;border:1px solid #d7e0eb;background:#f1f5fa}
.architecture-map::before{content:"";position:absolute;inset:0;background-image:radial-gradient(#c3cfde .7px,transparent .7px);background-size:16px 16px;opacity:.55}
.architecture-node{position:absolute;z-index:3;display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto;align-items:center;min-width:126px;padding:14px 15px;border:1px solid #bdcbdd;background:#fff;box-shadow:0 15px 30px -27px rgba(7,26,58,.7)}
.architecture-node > i{grid-row:1/3;font-size:18px;color:var(--solutions-blue)}.architecture-node small{font-family:var(--font-mono);font-size:7px;text-transform:uppercase;color:#8796aa}.architecture-node strong{font-size:11px;text-transform:uppercase;color:var(--solutions-navy)}
.node-api{left:39%;top:35%;min-width:132px;border-color:var(--solutions-blue);background:var(--solutions-blue)}
.node-api > i,.node-api small,.node-api strong{color:#fff}.node-erp{left:7%;top:14%}.node-crm{right:6%;top:14%}.node-payments{right:4%;bottom:12%}.node-data{left:38%;bottom:6%}.node-automation{left:5%;bottom:12%;min-width:154px}
.architecture-line{position:absolute;z-index:1;height:1px;background:#8ca5c4;transform-origin:left center}
.line-erp-api{left:28%;top:29%;width:19%;transform:rotate(26deg)}.line-api-crm{left:58%;top:43%;width:24%;transform:rotate(-25deg)}
.line-api-payments{left:58%;top:50%;width:28%;transform:rotate(31deg)}.line-api-data{left:50%;top:56%;width:17%;transform:rotate(90deg)}.line-api-automation{left:21%;top:72%;width:23%;transform:rotate(-30deg)}
.architecture-line::before,.architecture-line::after{content:"";position:absolute;top:-3px;width:7px;height:7px;border:1px solid #7995ba;background:#f1f5fa;transform:rotate(45deg)}
.architecture-line::before{left:0}.architecture-line::after{right:0}
.architecture-packet{position:absolute;z-index:4;left:45%;top:43%;width:7px;height:7px;background:var(--orange);transform:rotate(45deg)}

/* Visual 04: operación e infraestructura */
.infrastructure-console{border:1px solid #c7d3e2;background:#fff;box-shadow:0 25px 55px -38px rgba(7,26,58,.5)}
.infrastructure-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #dfe6ef;font-family:var(--font-mono);font-size:8px;letter-spacing:.08em;text-transform:uppercase;color:#617087}
.infrastructure-head strong{color:#34775c}.infrastructure-head strong i{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#26a86b}
.infrastructure-stack{padding:20px 28px;background:#f8fafc}
.infra-layer{display:grid;grid-template-columns:26px 34px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:69px;padding:12px 16px;border:1px solid #d9e2ed;background:#fff}
.infra-code{font-family:var(--font-mono);font-size:8px;color:#8190a5}.infra-layer > i{font-size:20px;color:var(--solutions-blue)}.infra-layer div strong{display:block;font-size:12px;color:var(--solutions-navy)}.infra-layer div small{display:block;font-size:9px;color:#77869b}.infra-layer em{font-family:var(--font-mono);font-size:7px;font-style:normal;letter-spacing:.08em;text-transform:uppercase;color:#36745c}
.infra-link{position:relative;display:block;width:1px;height:15px;margin:0 auto;background:#8fa6c2}.infra-link i{position:absolute;left:-2px;bottom:0;width:5px;height:5px;border-right:1px solid #708aaa;border-bottom:1px solid #708aaa;transform:rotate(45deg)}
.infrastructure-foot{display:grid;grid-template-columns:auto auto minmax(40px,1fr) auto;align-items:center;gap:10px;padding:15px 20px;border-top:1px solid #dfe6ef;font-size:9px;color:#718096}.infrastructure-foot strong{color:var(--solutions-navy)}.infrastructure-foot > i{height:2px;background:#dde5ee;position:relative}.infrastructure-foot > i::after{content:"";position:absolute;inset:0 12% 0 0;background:var(--solutions-blue)}.infrastructure-foot span:last-child{font-family:var(--font-mono);font-size:7px;text-transform:uppercase;color:#34775c}

/* Storytelling al entrar en el viewport */
.solutions-motion-ready .solutions-heading,.solutions-motion-ready .solution-copy > :not(.solution-index),.solutions-motion-ready .solution-index,.solutions-motion-ready .solution-visual{opacity:0}
.solutions-motion-ready .solutions-heading{transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}
.solutions-motion-ready .solutions-heading.is-visible{opacity:1;transform:none}
.solutions-motion-ready .solution-index{transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}
.solutions-motion-ready .solution-kicker i{transform:scaleX(0);transition:transform .55s ease .13s}
.solutions-motion-ready .solution-copy > :not(.solution-index){transform:translateX(-18px);transition:opacity .55s ease,transform .55s ease}
.solutions-motion-ready .solution-copy h3{transition-delay:.2s}.solutions-motion-ready .solution-copy > p{transition-delay:.28s}.solutions-motion-ready .solution-links{transition-delay:.35s}
.solutions-motion-ready .solution-visual{transform:translateX(20px);transition:opacity .72s ease .22s,transform .72s cubic-bezier(.22,.7,.2,1) .22s}
.solutions-motion-ready .solution-layout-copy-right .solution-copy > :not(.solution-index){transform:translateX(18px)}
.solutions-motion-ready .solution-layout-copy-right .solution-visual{transform:translateX(-20px)}
.solutions-motion-ready .solution-capability.is-visible .solution-index{opacity:.035;transform:none}
.solutions-motion-ready .solution-capability.is-visible .solution-kicker i{transform:scaleX(1)}
.solutions-motion-ready .solution-capability.is-visible .solution-copy > :not(.solution-index),.solutions-motion-ready .solution-capability.is-visible .solution-visual{opacity:1;transform:none}
.solution-capability.is-visible .chart-bars i{animation:solutionBars 7s ease-in-out infinite alternate}
.solution-capability.is-visible .device-tablet{animation:solutionFloat 8s ease-in-out infinite alternate}.solution-capability.is-visible .device-mobile{animation:solutionFloat 7s ease-in-out -2s infinite alternate}
.solution-capability.is-visible .architecture-packet{animation:solutionPacket 7s ease-in-out infinite}
@keyframes solutionBars{0%,18%{transform:scaleY(.88)}70%,100%{transform:scaleY(1)}}
@keyframes solutionFloat{from{translate:0 0}to{translate:0 -4px}}
@keyframes solutionPacket{0%{left:45%;top:43%;opacity:0}10%{opacity:1}43%{left:69%;top:27%}52%{opacity:0}53%{left:47%;top:49%;opacity:0}64%{opacity:1}92%{left:48%;top:76%;opacity:1}100%{opacity:0}}

/* Evidencia real: APIs y servicios */
.solution-visual-api-proof{padding:12px 0}
.api-proof-window{position:relative;overflow:visible;border:1px solid #bdcadd;border-radius:10px;background:#11191d;box-shadow:0 30px 58px -38px rgba(7,26,58,.62)}
.api-proof-bar{height:46px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 15px;border-bottom:1px solid #394348;background:#23292c;color:#dce5ee;font-family:var(--font-mono);font-size:8px;letter-spacing:.05em}
.api-proof-bar > span{display:flex;gap:5px}.api-proof-bar > span i{width:6px;height:6px;border:1px solid #76838c;border-radius:50%}.api-proof-bar strong{font-size:9px}.api-proof-bar em{justify-self:end;font-style:normal;color:#78d3ae}
.api-proof-window > img{display:block;width:100%;height:390px;object-fit:cover;object-position:top left;border-radius:0 0 9px 9px}
.api-proof-detail{position:absolute;right:-3%;bottom:-5%;width:46%;overflow:hidden;border:1px solid #51606b;border-radius:8px;background:#182024;box-shadow:0 22px 45px rgba(3,10,20,.35)}
.api-proof-detail > img{display:block;width:100%;height:146px;object-fit:cover;object-position:center 36%}
.api-proof-detail > span{display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;gap:1px 10px;padding:11px 13px;background:#11191d;color:#dfe8f1}.api-proof-detail > span i{grid-row:1/3;align-self:center;color:#53d4a5;font-size:18px}.api-proof-detail strong{font-size:10px}.api-proof-detail small{color:#83939d;font-size:7px}

/* ============ CARDS / GRIDS GENERIC ============ */
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.card{
  background:var(--navy-850);border:1px solid var(--line-soft);border-radius:var(--radius);
  padding:28px 26px;transition:transform .3s ease, border-color .3s ease, background .3s ease;
}
.card:hover{transform:translateY(-4px);border-color:var(--line);background:var(--navy-800)}
.card .ico{width:38px;height:38px;border-radius:9px;background:rgba(255,122,41,.12);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.card .ico svg{width:19px;height:19px;stroke:var(--orange)}
.card h4{font-size:17px;margin-bottom:9px}
.card p{font-size:14px;color:var(--ink-3)}

/* ============ PRODUCTOS PROPIOS ============ */
.own-tech-section{padding:var(--section-space) 0 calc(var(--section-space) + 10px);background:var(--surface-dark);overflow:hidden}
.own-tech-section::before{content:"";position:absolute;right:-160px;top:80px;width:500px;height:500px;border:1px solid #142746;transform:rotate(45deg);pointer-events:none;opacity:.45}
.own-tech-heading{position:relative;z-index:1;max-width:650px;margin-bottom:52px}
.own-tech-heading h2{max-width:620px;margin-bottom:18px;font-size:var(--section-title-compact);line-height:1.07;letter-spacing:-.035em}
.own-tech-heading p{max-width:560px;color:#91a4c2;font-size:16px;line-height:1.65}
.own-tech-products{position:relative;z-index:1;display:grid;gap:12px}
.own-product{display:grid;grid-template-columns:minmax(330px,42fr) minmax(0,58fr);grid-template-areas:"copy media";min-height:410px;background:var(--surface-dark-panel);border:1px solid var(--border-dark);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card)}
.own-product--copy-right{grid-template-columns:minmax(0,58fr) minmax(330px,42fr);grid-template-areas:"media copy"}
.own-product-copy{grid-area:copy;position:relative;display:flex;flex-direction:column;justify-content:center;padding:44px 42px 42px;border-right:1px solid #1d3150;overflow:hidden}
.own-product--copy-right .own-product-copy{border-right:0;border-left:1px solid #1d3150}
.own-product-copy::after{content:"";position:absolute;right:-88px;bottom:-108px;width:220px;height:220px;border:1px solid #1a3153;transform:rotate(45deg);opacity:.55;pointer-events:none}
.own-product-index{display:flex;align-items:center;gap:11px;margin-bottom:18px;font-family:var(--font-mono)}
.own-product-index span{color:var(--orange);font-size:13px;font-weight:600;letter-spacing:.08em}.own-product-index i{width:42px;height:1px;background:#42516a}
.own-product-type{margin-bottom:8px;font-family:var(--font-mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#6f84a7}
.own-product-copy h3{margin-bottom:1px;font-size:clamp(29px,3vw,38px);line-height:1.1;text-transform:uppercase;letter-spacing:-.025em}.own-product-copy h3 span{color:var(--orange)}
.own-product-lead{margin-bottom:17px!important;color:#6f9fe7!important;font-size:14px!important;font-weight:500}
.own-product-copy > p{max-width:450px;margin-bottom:22px;color:#91a4c2;font-size:13.5px;line-height:1.72}
.own-product-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:28px}
.own-product-tags li{padding:5px 11px;border:1px solid #2a3e5d;font-family:var(--font-mono);font-size:8px;letter-spacing:.03em;color:#b0bed2}
.own-product-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.own-product-primary,.own-product-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 17px;border:1px solid transparent;font-size:11px;font-weight:600;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease}
.own-product-primary{gap:10px;background:var(--tech-blue);color:#fff}.own-product-primary span{font-size:16px;transition:transform .25s ease}.own-product-primary:hover{background:var(--tech-blue-dark);transform:translateY(-2px)}.own-product-primary:hover span{transform:translateX(4px)}
.own-product-secondary{border-color:#52637c;color:#e2e8f2;background:#0a182d}.own-product-secondary:hover{border-color:#8b9bb1;background:#10213a;transform:translateY(-2px)}
.own-product-primary:focus-visible,.own-product-secondary:focus-visible{outline:2px solid #83b0f8;outline-offset:4px}
.own-product-media{grid-area:media;position:relative;min-width:0;overflow:hidden;background:#06101f}
.own-product-browser{position:absolute;z-index:2;left:0;right:0;top:0;height:31px;display:flex;align-items:center;gap:6px;padding:0 13px;background:#0d1c31;border-bottom:1px solid #203654;color:#687d9f}
.own-product-browser span{width:5px;height:5px;border:1px solid #587091;border-radius:50%}.own-product-browser small{margin-left:7px;font-family:var(--font-mono);font-size:7px;letter-spacing:.08em;text-transform:uppercase}
.own-product-media img{width:100%;height:100%;min-height:410px;padding-top:31px;object-fit:cover;object-position:top left;filter:saturate(.88) contrast(1.02);transition:transform .7s cubic-bezier(.22,.7,.2,1),filter .4s ease}
.own-product:hover .own-product-media img{transform:scale(1.018);filter:saturate(1) contrast(1.03)}
.own-product-media::after{content:"";position:absolute;inset:31px 0 0;box-shadow:inset 0 0 0 1px rgba(70,101,143,.18);pointer-events:none}
.own-product-media figcaption{position:absolute;z-index:3;left:15px;bottom:13px;padding:6px 9px;background:rgba(5,14,27,.86);border:1px solid #243a5b;color:#9eb0ca;font-family:var(--font-mono);font-size:7px;letter-spacing:.08em;text-transform:uppercase}

/* ============ AULAS VIRTUALES ============ */
.digital-learning-section{padding:var(--section-space) 0;background:var(--surface-light);border-top:1px solid #dce4ee;border-bottom:1px solid #dce4ee;color:#52627a;overflow:hidden}
.digital-learning-section::before{content:"";position:absolute;left:-210px;bottom:-270px;width:520px;height:520px;border:1px solid rgba(43,83,139,.12);border-radius:50%;box-shadow:0 0 0 86px rgba(43,83,139,.025);pointer-events:none}
.digital-learning-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(340px,36fr) minmax(0,64fr);gap:clamp(42px,5vw,70px);align-items:center}
.digital-learning-copy{max-width:510px}
.digital-learning-eyebrow{margin-bottom:23px}
.digital-learning-copy h2{margin-bottom:24px;font-size:var(--section-title-compact);line-height:1.08;letter-spacing:-.035em;color:#0c1830}.digital-learning-copy h2 span{color:var(--tech-blue)}
.digital-learning-copy > p{max-width:490px;color:#667791;font-size:15.5px;line-height:1.75}
.digital-learning-features{display:grid;grid-template-columns:1fr 1fr;column-gap:28px;margin:28px 0 35px}
.digital-learning-features li{display:flex;align-items:center;gap:12px;min-height:46px;border-bottom:1px solid #d7e0eb;color:#1d2b43;font-size:13px;font-weight:550}
.digital-learning-features i{width:18px;color:var(--tech-blue);font-size:16px}
.digital-learning-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.digital-learning-primary,.digital-learning-secondary{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:48px;padding:12px 20px;border:1px solid transparent;font-size:12px;font-weight:600;transition:background .25s ease,border-color .25s ease,transform .25s ease}
.digital-learning-primary{background:var(--tech-blue);color:#fff}.digital-learning-primary:hover{background:var(--tech-blue-dark);transform:translateY(-2px)}
.digital-learning-secondary{border-color:#9fb1c9;color:#18304f;background:transparent}.digital-learning-secondary:hover{border-color:#416fae;background:#e8eff8;transform:translateY(-2px)}
.digital-learning-primary span,.digital-learning-secondary span{font-size:17px;transition:transform .25s ease}.digital-learning-primary:hover span,.digital-learning-secondary:hover span{transform:translateX(4px)}
.digital-learning-primary:focus-visible,.digital-learning-secondary:focus-visible{outline:2px solid #83b0f8;outline-offset:4px}
.digital-learning-assurances{display:flex;align-items:center;flex-wrap:wrap;gap:7px 16px;margin-top:31px;color:#71819a;font-size:10px}
.digital-learning-assurances li{position:relative}.digital-learning-assurances li:not(:first-child)::before{content:"";position:absolute;left:-10px;top:50%;width:3px;height:3px;border-radius:50%;background:#427bc8}
.digital-learning-assurances li:first-child{display:flex;align-items:center;gap:8px;color:#3f5574}.digital-learning-assurances i{color:var(--tech-blue);font-size:15px}
.digital-learning-visual{min-width:0;width:min(100%,840px);margin:0 0 0 auto}
.education-real-showcase{position:relative;padding:12px;border:1px solid #c8d4e3;border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-panel)}
.education-real-primary{position:relative;height:clamp(300px,24vw,370px);overflow:hidden;border:1px solid #d3dce8;border-radius:7px;background:#0b1d3a}
.education-real-primary img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .65s cubic-bezier(.22,.7,.2,1)}
.education-real-badge{position:absolute;left:14px;bottom:13px;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(255,255,255,.24);border-radius:5px;background:rgba(7,24,49,.86);backdrop-filter:blur(7px);font-family:var(--font-mono);font-size:8px;letter-spacing:.08em;text-transform:uppercase;color:#e8f1ff}.education-real-badge i{color:#55d49c;font-size:11px}
.education-real-thumbs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
.education-real-thumbs figure{display:grid;grid-template-columns:42% 1fr;min-width:0;overflow:hidden;border:1px solid #d5deea;border-radius:6px;background:#f8fafc}
.education-real-thumbs img{width:100%;height:74px;object-fit:cover;object-position:top center}
.education-real-thumbs figcaption{display:flex;flex-direction:column;justify-content:center;gap:3px;padding:8px 11px}.education-real-thumbs strong{font-size:10px;color:#152640}.education-real-thumbs span{font-size:8px;line-height:1.35;color:#78879b}
.digital-learning-visual:hover .education-real-primary img{transform:scale(1.012)}
.education-dashboard{overflow:hidden;border:1px solid #213958;border-radius:var(--radius-md);background:#071426;box-shadow:var(--shadow-panel)}
.education-dashboard-ui{display:grid;grid-template-columns:112px minmax(0,1fr);min-height:510px}
.education-dashboard-sidebar{padding:20px 10px;background:#08162a;border-right:1px solid #1a2f4c}
.education-dashboard-sidebar img{width:88px;height:30px;margin:0 auto 29px;object-fit:contain}
.education-dashboard-sidebar nav{display:flex;flex-direction:column;gap:6px}.education-dashboard-sidebar nav span{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:5px;color:#7185a3;font-size:8px;white-space:nowrap}.education-dashboard-sidebar nav i{font-size:12px}.education-dashboard-sidebar nav span.is-current{background:#112a4b;color:#91b9f7}.education-dashboard-sidebar nav span.is-current i{color:#3987fa}
.education-dashboard-main{min-width:0;padding:18px;background:#0a192e}
.education-dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:17px}.education-dashboard-header strong{display:block;margin-bottom:3px;color:#e6ebf4;font-size:10px}.education-dashboard-header small{display:block;color:#7588a5;font-size:7px}
.education-dashboard-tools{display:flex;align-items:center;gap:13px;color:#7890b2;font-size:11px}.education-dashboard-tools span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#235bb4;color:#d9e8ff;font-family:var(--font-mono);font-size:7px}
.education-progress-panel{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:14px;border:1px solid #1d3453;border-radius:6px;background:#0e2039}.education-progress-panel > div:first-child > span,.education-status span{display:block;margin-bottom:7px;color:#8092ae;font-size:7px}.education-progress{width:100%;height:5px;border-radius:5px;background:#1c3557;overflow:hidden}.education-progress i{display:block;width:68%;height:100%;border-radius:inherit;background:#397fff}.education-progress-panel > strong{color:#dae5f7;font-size:10px}.education-status{min-width:73px;padding-left:14px;border-left:1px solid #29405e}.education-status b{display:block;color:#54c992;font-size:9px}
.education-dashboard-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:17px 0 10px}.education-dashboard-title strong{color:#dce5f2;font-size:9px}.education-dashboard-title span{color:#4f8ee8;font-size:7px}
.education-course-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.education-course-grid article{position:relative;min-height:130px;padding:12px 10px;border:1px solid #1b3454;border-radius:6px;background:#0d213c}.education-course-grid article > i{display:grid;place-items:center;width:30px;height:30px;margin-bottom:11px;border-radius:4px;background:#245db9;color:#e7f0ff;font-size:14px}.education-course-grid article:nth-child(2) > i{background:#238c55}.education-course-grid article:nth-child(3) > i{background:#7145c4}.education-course-grid article:nth-child(4) > i{background:#c37b16}.education-course-grid article strong{display:block;min-height:28px;color:#d1dbea;font-size:7.5px;line-height:1.35}.education-course-grid article > span{position:absolute;left:10px;right:28px;bottom:15px;height:3px;border-radius:3px;background:#1e385a;overflow:hidden}.education-course-grid article > span b{display:block;width:var(--course-progress);height:100%;background:#4188fa}.education-course-grid article small{position:absolute;right:9px;bottom:11px;color:#8fa2bd;font-size:6px}
.education-course-72{--course-progress:72%}.education-course-45{--course-progress:45%}.education-course-90{--course-progress:90%}.education-course-30{--course-progress:30%}
.education-dashboard-lower{display:grid;grid-template-columns:1fr 1.05fr;gap:9px;margin-top:10px}.education-activity,.education-summary{padding:0 11px 10px;border:1px solid #1b3454;border-radius:6px;background:#0d2039}.education-activity ul{display:flex;flex-direction:column;gap:7px}.education-activity li{display:flex;align-items:center;gap:8px}.education-activity li > i{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#17477f;color:#6eabff;font-size:10px}.education-activity li:nth-child(2) > i{background:#1d5474;color:#66bee8}.education-activity li:nth-child(3) > i{background:#1c5a47;color:#69d3a3}.education-activity li strong,.education-activity li small{display:block}.education-activity li strong{color:#b8c6d9;font-size:6.5px}.education-activity li small{color:#657a99;font-size:5.5px}
.education-summary > div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:6px}.education-summary article{position:relative;min-height:55px;padding:9px;border:1px solid #1b3454;border-radius:4px;background:#102641}.education-summary article span,.education-summary article strong{display:block}.education-summary article span{color:#7186a4;font-size:5.5px}.education-summary article strong{margin-top:5px;color:#d1dbe9;font-size:7px}.education-summary article i{position:absolute;right:8px;bottom:8px;color:#438bf9;font-size:12px}.education-summary article:nth-child(3) i{color:#52cc8d}.education-summary article:nth-child(4) i{color:#d79a35}
.digital-learning-visual figcaption{margin-top:12px;text-align:right;color:#71819a;font-family:var(--font-mono);font-size:8px;letter-spacing:.08em;text-transform:uppercase}
.digital-learning-visual.visible .education-progress i{animation:educationProgress 1.1s cubic-bezier(.22,.7,.2,1)}.digital-learning-visual.visible .education-course-grid article > span b{animation:educationCourseProgress 1.2s cubic-bezier(.22,.7,.2,1)}
@keyframes educationProgress{from{width:0}to{width:68%}}@keyframes educationCourseProgress{from{width:0}to{width:var(--course-progress)}}

/* ============ ARQUITECTURA (signature) ============ */
.technical-architecture-section{padding:var(--section-space) 0 calc(var(--section-space) + 8px);background:var(--surface-dark);border-top:1px solid var(--border-dark);overflow:hidden}
.technical-architecture-grid{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(52,84,128,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(52,84,128,.045) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(90deg,transparent 3%,#000 44%,#000 92%,transparent)}
.technical-architecture-grid::after{content:"AT / ARCH / 06";position:absolute;right:4%;top:42px;font-family:var(--font-mono);font-size:8px;letter-spacing:.2em;color:#24415f}
.technical-architecture-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(440px,42fr) minmax(0,58fr);grid-template-rows:auto auto auto;column-gap:clamp(36px,3vw,54px);align-items:start}
.technical-architecture-heading{grid-column:1;grid-row:1;max-width:570px;margin-bottom:38px}
.technical-architecture-heading h2{margin-bottom:20px;font-size:var(--section-title-compact);line-height:1.07;letter-spacing:-.035em}
.technical-architecture-heading p{max-width:535px;color:#aab8cc;font-size:17px;line-height:1.72}
.architecture-active-panel{grid-column:1;grid-row:2;position:relative;max-width:560px;padding:32px 31px 28px;border:1px solid #294463;border-radius:var(--radius-md);background:#09182c;box-shadow:var(--shadow-panel);overflow:hidden;transition:opacity .18s ease,transform .18s ease}
.architecture-active-panel::after{content:"";position:absolute;right:-70px;top:-98px;width:180px;height:180px;border:1px solid #1a355b;transform:rotate(45deg);opacity:.55;pointer-events:none}
.architecture-active-panel.is-changing{opacity:.2;transform:translateY(4px)}
.architecture-active-head{position:relative;z-index:1;display:flex;align-items:center;gap:15px;margin-bottom:17px}
.architecture-active-icon{display:grid;place-items:center;width:62px;height:62px;border:1px solid #326bb0;border-radius:10px;background:#0d2748;color:#5ba0ff;font-size:28px;flex:0 0 auto}
.architecture-active-label{display:block;margin-bottom:6px;font-family:var(--font-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#70a9ff}.architecture-active-label b{font-weight:600}
.architecture-active-head h3{font-size:29px;line-height:1.1}
.architecture-active-panel > p{position:relative;z-index:1;margin-left:77px;color:#acbad0;font-size:15px;line-height:1.7}
.architecture-active-features{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:15px 12px;margin-top:23px;padding-top:20px;border-top:1px solid #1c304c}
.architecture-active-features li{display:flex;align-items:flex-start;gap:11px;min-width:0}.architecture-active-features > li > i{display:grid;place-items:center;width:32px;height:32px;border:1px solid #2c4b70;border-radius:50%;color:#9dc2f7;font-size:13px;flex:0 0 auto}.architecture-active-features strong,.architecture-active-features span{display:block}.architecture-active-features strong{color:#e4eaf2;font-size:12px}.architecture-active-features span{margin-top:3px;color:#91a2ba;font-size:10px;line-height:1.45}
.architecture-detail-link{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;margin-top:23px;padding:14px 2px 2px;border-top:1px solid #263c59;color:#72adff;font-size:13px;font-weight:600}.architecture-detail-link span{font-size:18px;transition:transform .25s ease}.architecture-detail-link:hover span{transform:translateX(4px)}
.architecture-principles{grid-column:1;grid-row:3;display:grid;grid-template-columns:repeat(3,1fr);max-width:560px;margin-top:20px;border:1px solid #1c3150;border-radius:10px;background:#09172b}
.architecture-principles li{display:flex;align-items:center;gap:11px;min-width:0;padding:17px 14px}.architecture-principles li + li{border-left:1px solid #1a2e49}.architecture-principles > li > i{display:grid;place-items:center;width:34px;height:34px;border:1px solid #304b70;border-radius:50%;color:#b5cae8;font-size:14px;flex:0 0 auto}.architecture-principles strong,.architecture-principles small{display:block}.architecture-principles strong{color:#e2e8f0;font-size:11px;line-height:1.25}.architecture-principles small{margin-top:3px;color:#8294ad;font-size:9px;line-height:1.35}

.technical-architecture-explorer{grid-column:2;grid-row:1/4;position:relative;display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:24px;min-width:0;min-height:820px;align-items:center}
.architecture-instruction{position:absolute;z-index:6;left:18px;top:4px;font-family:var(--font-mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#7188a7}
.tech-architecture-scene{position:relative;min-width:0;height:810px;perspective:1050px;perspective-origin:50% 45%;outline:none}
.architecture-webgl{position:absolute;z-index:4;inset:-16px -12px -12px -22px;display:none;min-width:0;min-height:0}
.architecture-webgl canvas{display:block;width:100%;height:100%;outline:none}
.architecture-webgl canvas:focus-visible{outline:2px solid #7eaef3;outline-offset:-5px}
.technical-architecture-explorer.has-webgl .architecture-webgl{display:block}
.technical-architecture-explorer.has-webgl .architecture-stack{opacity:0;pointer-events:none}
.technical-architecture-explorer.webgl-mobile-fallback .architecture-webgl{display:none}
.technical-architecture-explorer.webgl-mobile-fallback .architecture-stack{opacity:1;pointer-events:auto}
.architecture-stack{--architecture-rotate-x:-10deg;--architecture-rotate-y:0deg;position:relative;width:100%;height:100%;transform-style:preserve-3d;transform:rotateX(var(--architecture-rotate-x)) rotateY(var(--architecture-rotate-y));transition:transform .28s ease}
.architecture-vertical-path{position:absolute;z-index:0;left:50%;top:78px;bottom:84px;width:1px;background:#314864;transform:translateX(-50%)}
.architecture-vertical-path i{position:absolute;left:-2px;top:0;width:5px;height:5px;border-radius:50%;background:var(--orange);animation:architectureSignal 10s linear infinite}
.architecture-layer{position:absolute;z-index:2;left:50%;display:block;height:76px;padding:0;border:1px solid #425675;border-radius:9px;background:#0e1c33;color:#dce5f2;text-align:left;box-shadow:0 10px 0 #050d1b,0 18px 28px -17px rgba(0,0,0,.9);transform:translateX(-50%) rotateX(53deg);transform-style:preserve-3d;transition:transform .35s cubic-bezier(.22,.7,.2,1),border-color .3s ease,background .3s ease,box-shadow .3s ease,opacity .45s ease,translate .45s ease;cursor:pointer}
.architecture-layer::before{content:"";position:absolute;inset:7px;border:1px solid #1b3455;border-radius:5px;pointer-events:none}.architecture-layer::after{content:"";position:absolute;left:13px;right:13px;bottom:-7px;height:6px;border:1px solid #182b48;border-top:0;background:#071426;transform:translateZ(-4px);pointer-events:none}
.architecture-layer-users{top:32px;width:66%;transition-delay:1.05s}.architecture-layer-experience{top:142px;width:78%;transition-delay:.84s}.architecture-layer-api{top:252px;width:69%;transition-delay:.63s}.architecture-layer-services{top:362px;width:82%;transition-delay:.42s}.architecture-layer-data{top:472px;width:71%;transition-delay:.21s}.architecture-layer-infrastructure{top:582px;width:86%;transition-delay:0s}
.architecture-layer-number,.architecture-layer-name,.architecture-layer-detail{position:absolute;z-index:3;bottom:10px;transform:rotateX(-53deg) translateZ(22px);transform-origin:bottom;color:#dce5f2;pointer-events:none}.architecture-layer-number{left:17px;font-family:var(--font-mono);font-size:11px;color:#9cb0cc}.architecture-layer-name{left:50px;font-family:var(--font-display);font-size:15px;font-weight:600}.architecture-layer-detail{right:17px;bottom:11px;font-family:var(--font-mono);font-size:8px;letter-spacing:.04em;color:#8093ae}
.architecture-layer-objects{position:absolute;z-index:4;left:50%;top:-20px;display:flex;align-items:flex-end;justify-content:center;gap:15px;transform:translateX(-50%) rotateX(-53deg) translateZ(28px);transform-origin:center bottom;color:#7b91b1;pointer-events:none}.architecture-layer-objects > i{font-style:normal}
.architecture-users-objects i{font-size:33px;text-shadow:0 4px 0 #050d1b}.architecture-users-objects i:nth-child(2){font-size:42px;color:#a1b0c7}.architecture-experience-objects i{display:grid;place-items:center;width:44px;height:32px;border:1px solid #52698c;background:#12233d;font-size:19px}.architecture-experience-objects i:nth-child(2){width:28px}.architecture-experience-objects i:nth-child(3){width:19px}
.architecture-api-objects{top:-13px}.architecture-api-objects i{display:grid;place-items:center;width:44px;height:28px;border:1px solid #506785;background:#14253e;font-family:var(--font-mono);font-size:12px}.architecture-api-objects i:first-child{color:#a7b9d2}.architecture-api-objects i:not(:first-child){font-size:15px}
.architecture-services-objects{top:-17px;gap:17px}.architecture-services-objects i{width:34px;height:34px;border:1px solid #4d73a4;background:#174889;box-shadow:0 6px 0 #08162b}.architecture-services-objects i:nth-child(even){translate:0 -6px}
.architecture-data-objects{top:-16px}.architecture-data-objects i{font-size:33px;color:#7389a9}.architecture-data-objects i:first-child{font-size:46px;color:#98aac4}
.architecture-infrastructure-objects{top:-20px}.architecture-infrastructure-objects i{display:grid;place-items:center;width:47px;height:37px;border:1px solid #4d6383;background:#12223a;font-size:23px}.architecture-infrastructure-objects i:first-child{width:63px;border:0;background:transparent;color:#91a4c0;font-size:48px}.architecture-infrastructure-objects i:nth-child(2){font-size:25px}
.architecture-layer:hover{border-color:#6e8bb5;background:#132540;transform:translateX(-50%) rotateX(53deg) translateY(-5px) scale(1.018)}.architecture-layer:focus-visible{outline:2px solid #8ab7f6;outline-offset:7px}.architecture-layer.is-active{z-index:4;border-color:#2e84ff;background:#123b73;box-shadow:0 10px 0 #071a34,0 18px 30px -18px rgba(15,94,211,.7);transform:translateX(-50%) rotateX(53deg) translateY(-4px) scale(1.045)}.architecture-layer.is-active .architecture-layer-number,.architecture-layer.is-active .architecture-layer-name{color:#fff}.architecture-layer.is-active .architecture-layer-objects{color:#a9ccff}
.architecture-connection{position:absolute;z-index:1;left:50%;width:1px;height:34px;background:#304762;transform:translateX(-50%);transition:background .25s ease,box-shadow .25s ease,opacity .45s ease}.architecture-connection i{position:absolute;left:-2px;top:0;width:5px;height:5px;border-radius:50%;background:#6b7e99;animation:architectureConnectionSignal 5s linear infinite}.architecture-connection.is-related{background:#287df1;box-shadow:0 0 0 1px rgba(40,125,241,.12)}.architecture-connection.is-related i{background:var(--orange)}
.architecture-connection-01{top:111px}.architecture-connection-02{top:221px}.architecture-connection-03{top:331px}.architecture-connection-04{top:441px}.architecture-connection-05{top:551px}
.architecture-benefits{align-self:center;border:1px solid #29415f;border-radius:12px;background:#09172b;box-shadow:0 22px 50px -38px rgba(0,0,0,.9)}.architecture-benefits > div{display:flex;align-items:center;gap:12px;min-height:108px;padding:18px 14px}.architecture-benefits > div + div{border-top:1px solid #243954}.architecture-benefits > div > i{display:grid;place-items:center;width:40px;height:40px;border:1px solid #2d5e9e;border-radius:9px;background:#0d294e;color:#5aa0ff;font-size:19px;flex:0 0 auto}.architecture-benefits > div:nth-child(3) > i{border-color:#744b25;background:#2f2015;color:var(--orange)}.architecture-benefits strong,.architecture-benefits small{display:block}.architecture-benefits strong{color:#e4eaf2;font-size:13px}.architecture-benefits small{margin-top:4px;color:#8fa0b8;font-size:10px;line-height:1.45}
.architecture-noscript{margin-top:16px;color:#91a4c0;font-size:12px}
.architecture-motion-ready:not(.is-in-view) .architecture-layer,.architecture-motion-ready:not(.is-in-view) .architecture-connection{opacity:0;translate:0 22px}
.technical-architecture-explorer.is-in-view .architecture-layer{animation:architectureFloat 11s ease-in-out calc(1.45s + var(--float-delay,0s)) infinite alternate}.technical-architecture-explorer.is-in-view .architecture-layer-experience{--float-delay:-2s}.technical-architecture-explorer.is-in-view .architecture-layer-api{--float-delay:-4s}.technical-architecture-explorer.is-in-view .architecture-layer-services{--float-delay:-6s}.technical-architecture-explorer.is-in-view .architecture-layer-data{--float-delay:-8s}.technical-architecture-explorer.is-in-view .architecture-layer-infrastructure{--float-delay:-10s}
@keyframes architectureFloat{from{translate:0 0}to{translate:0 -3px}}@keyframes architectureSignal{0%{top:0;opacity:0}8%{opacity:1}92%{opacity:1}100%{top:100%;opacity:0}}@keyframes architectureConnectionSignal{0%{top:0;opacity:0}18%{opacity:1}82%{opacity:1}100%{top:calc(100% - 5px);opacity:0}}

@media (min-width:1440px){
  .technical-architecture-layout{grid-template-columns:minmax(500px,42fr) minmax(0,58fr)}
  .technical-architecture-heading,.architecture-active-panel,.architecture-principles{max-width:600px}
  .technical-architecture-eyebrow{font-size:13px}
  .technical-architecture-heading h2{font-size:clamp(52px,3.2vw,62px)}
  .technical-architecture-heading p{font-size:18px}
  .architecture-active-label{font-size:11px}
  .architecture-active-head h3{font-size:31px}
  .architecture-active-panel > p{font-size:16px}
  .architecture-active-features strong{font-size:13px}
  .architecture-active-features span{font-size:11px}
  .architecture-detail-link{font-size:14px}
  .architecture-principles strong{font-size:12px}
  .architecture-principles small{font-size:10px}
  .technical-architecture-explorer{grid-template-columns:minmax(0,1fr) clamp(200px,13vw,220px);gap:26px}
  .architecture-instruction{font-size:10px}
  .architecture-benefits > div{min-height:118px;padding:20px 16px}
  .architecture-benefits > div > i{width:43px;height:43px;font-size:21px}
  .architecture-benefits strong{font-size:14px}
  .architecture-benefits small{font-size:11px}
}

/* ============ STACK TECNOLÓGICO ============ */
.technology-stack-section{
  position:relative;isolation:isolate;overflow:hidden;
  padding:var(--section-space) 0 calc(var(--section-space) + 8px);
  background:var(--surface-white);color:#52627a;border-top:1px solid #e0e6ee;border-bottom:1px solid #e0e6ee;
}
.technology-stack-section::before{
  content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;opacity:.55;
  background-image:linear-gradient(rgba(48,77,119,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(48,77,119,.055) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(90deg,transparent 0,#000 13%,#000 87%,transparent 100%);
}
.technology-stack-section::after{
  content:"";position:absolute;z-index:-1;pointer-events:none;left:50%;top:-340px;width:900px;height:620px;translate:-50% 0;
  border:1px solid rgba(43,83,139,.09);border-radius:50%;box-shadow:0 0 0 110px rgba(43,83,139,.018);
}
.technology-stack-heading{max-width:730px;margin-bottom:58px}
.technology-stack-heading h2{font-size:var(--section-title);line-height:1.08;letter-spacing:-.035em;margin-bottom:18px;color:#0c1830}
.technology-stack-heading p{font-size:18px;line-height:1.6;color:#667791}
.technology-stack-groups{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:42px 54px}
.stack-group{min-width:0}
.stack-group--wide{grid-column:1/-1}
.stack-group-heading{display:grid;grid-template-columns:22px max-content minmax(30px,1fr);align-items:center;gap:13px;margin-bottom:18px}
.stack-group-heading > i{font-size:17px;color:#57749a}
.stack-group-heading h3{font-family:var(--font-mono);font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#3d5270}
.stack-group-heading span{display:block;height:1px;background:linear-gradient(90deg,#cbd6e4,rgba(203,214,228,.18))}
.stack-items{display:grid;gap:13px}
.stack-items--backend{grid-template-columns:repeat(7,minmax(0,1fr))}
.stack-items--frontend,.stack-items--deployment{grid-template-columns:repeat(4,minmax(0,1fr))}
.stack-items--infrastructure{grid-template-columns:repeat(3,minmax(0,1fr))}
.stack-items--databases{grid-template-columns:repeat(2,minmax(0,1fr))}
.stack-items--tools{grid-template-columns:repeat(5,minmax(0,1fr));max-width:980px}
.stack-item{
  position:relative;min-width:0;min-height:68px;display:flex;align-items:center;gap:14px;padding:14px 17px;overflow:hidden;
  border:1px solid #d5deea;border-radius:var(--radius-sm);background:var(--surface-white);
  box-shadow:var(--shadow-card);
  transition:transform .42s cubic-bezier(.22,.7,.2,1),border-color .42s ease,background-color .42s ease,box-shadow .42s ease;
}
.stack-item::before{
  content:"";position:absolute;left:16px;right:16px;top:-1px;height:2px;background:var(--stack-brand);
  transform:scaleX(0);transform-origin:left;opacity:.85;transition:transform .42s cubic-bezier(.22,.7,.2,1);
}
.stack-item:hover{transform:translateY(-3px);border-color:var(--stack-brand);background:#f6f9fd;box-shadow:0 18px 34px -28px rgba(16,43,78,.42)}
.stack-item:hover::before{transform:scaleX(1)}
.stack-item.is-auto-active{animation:stackAutoHighlight 3.35s cubic-bezier(.45,0,.2,1) both}
.stack-item.is-auto-active::before{animation:stackAutoLine 3.35s cubic-bezier(.45,0,.2,1) both}
@keyframes stackAutoHighlight{
  0%,100%{transform:translateY(0);border-color:#d5deea;background:var(--surface-white);box-shadow:var(--shadow-card)}
  18%,72%{transform:translateY(-3px);border-color:var(--stack-brand);background:#f6f9fd;box-shadow:0 18px 34px -28px rgba(16,43,78,.42)}
}
@keyframes stackAutoLine{0%,100%{transform:scaleX(0)}18%,72%{transform:scaleX(1)}}
.stack-item-icon{position:relative;z-index:1;flex:0 0 30px;width:30px;height:30px;display:grid;place-items:center}
.stack-item-icon img{width:30px;height:30px;object-fit:contain}
.stack-item-icon--generic{font-size:27px;color:var(--stack-brand)}
.stack-item strong{position:relative;z-index:1;min-width:0;font-family:var(--font-body);font-size:15px;font-weight:600;line-height:1.25;color:#172640;white-space:nowrap}

/* ============ ACOMPAÑAMIENTO ============ */
.support-section{padding:var(--section-space) 0;background:var(--surface-light);overflow:hidden}
.support-panel{
  position:relative;isolation:isolate;overflow:hidden;padding:clamp(72px,6vw,104px) clamp(30px,4.7vw,76px);
  border:1px solid var(--border-dark);border-radius:var(--radius-lg);background:var(--surface-dark-panel);
  box-shadow:var(--shadow-panel);
}
.support-panel::before{
  content:"";position:absolute;z-index:-2;inset:0;pointer-events:none;opacity:.32;
  background-image:linear-gradient(rgba(58,91,139,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(58,91,139,.1) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(180deg,#000,transparent 86%);
}
.support-panel::after{content:"";position:absolute;z-index:-1;top:-240px;left:50%;width:620px;height:440px;translate:-50% 0;pointer-events:none;border:1px solid rgba(66,105,158,.12);border-radius:50%}
.support-heading{max-width:820px;margin:0 auto 58px;text-align:center}
.support-eyebrow{margin-bottom:17px}
.support-heading h2{font-size:var(--section-title);line-height:1.08;letter-spacing:-.04em;margin-bottom:18px}
.support-heading p{font-size:17px;line-height:1.65;color:#91a4c2}
.support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.support-card{
  position:relative;min-height:250px;display:flex;flex-direction:column;padding:29px 29px 26px;overflow:hidden;
  border:1px solid #20324e;border-radius:var(--radius-md);background:#0e1b30;
  box-shadow:var(--shadow-card);
  transition:transform .28s ease,border-color .28s ease,background-color .28s ease,box-shadow .28s ease;
}
.support-card::before{content:"";position:absolute;left:0;top:0;width:3px;height:0;background:var(--support-accent);transition:height .32s cubic-bezier(.22,.7,.2,1)}
.support-card::after{content:"";position:absolute;right:-40px;bottom:-55px;width:130px;height:130px;border:1px solid rgba(80,112,158,.12);border-radius:50%;transition:scale .3s ease,border-color .3s ease}
.support-card:hover{transform:translateY(-5px);border-color:#39597f;background:#101f36;box-shadow:0 22px 38px -27px rgba(0,0,0,.92)}
.support-card:hover::before{height:100%}
.support-card:hover::after{scale:1.16;border-color:color-mix(in srgb,var(--support-accent) 22%,transparent)}
.support-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:23px}
.support-card-icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--support-accent) 52%,#20324e);border-radius:8px;background:color-mix(in srgb,var(--support-accent) 9%,#0e1b30);font-size:20px;color:var(--support-accent)}
.support-card-number{font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;color:#526889}
.support-card h3{max-width:310px;margin-bottom:12px;font-size:20px;line-height:1.25;letter-spacing:-.02em}
.support-card p{max-width:350px;font-size:14px;line-height:1.65;color:#91a1bc}
.support-card-tag{margin-top:auto;padding-top:20px;font-family:var(--font-mono);font-size:9px;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:var(--support-accent)}

/* ============ TRANSFORMACIÓN DIGITAL ============ */
.transformation-section{
  --transformation-x:50%;--transformation-y:50%;position:relative;isolation:isolate;overflow:hidden;padding:var(--section-space) 0 calc(var(--section-space) + 14px);
  background:var(--surface-dark-deep);
}
.transformation-section::before{
  content:"";position:absolute;z-index:0;inset:0;pointer-events:none;opacity:.7;
  background-image:radial-gradient(circle,rgba(48,86,137,.38) 0 1px,transparent 1.35px);
  background-position:14px 14px;background-size:28px 28px;
  transition:opacity .2s ease;
}
.transformation-section.has-interactive-particles::before{opacity:0}
.transformation-section::after{
  content:"";position:absolute;z-index:1;inset:0;pointer-events:none;
  background:radial-gradient(circle 210px at var(--transformation-x) var(--transformation-y),rgba(27,66,122,.14),rgba(7,12,23,.08) 48%,transparent 76%);
}
.transformation-section > .container{position:relative;z-index:2}
.transformation-particles{position:absolute;z-index:1;inset:0;width:100%;height:100%;pointer-events:none;opacity:.92}
.transformation-heading{max-width:620px;margin-bottom:24px}
.transformation-eyebrow{margin-bottom:20px}
.transformation-heading h2{font-size:var(--section-title);line-height:1.08;letter-spacing:-.038em;margin-bottom:18px}
.transformation-heading p{font-size:17px;line-height:1.55;color:#8fa3c2}
.transformation-flow{position:relative;height:450px;margin-top:-32px}
.transformation-path-canvas{position:absolute;z-index:1;inset:0;width:100%;height:100%;pointer-events:none}
.transformation-steps{position:absolute;inset:0}
.transformation-step{
  position:absolute;z-index:2;width:15.5%;min-height:92px;display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:10px;padding:14px;
  border:1px solid #263957;border-radius:var(--radius-md);background:var(--surface-dark-panel);
  box-shadow:var(--shadow-card);
  transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease;
  animation:transformationStepPulse 12s ease-in-out var(--step-delay) infinite;
}
.transformation-step:not(:first-child)::before,.transformation-step:not(:last-child)::after{content:"";position:absolute;top:50%;width:8px;height:8px;border:2px solid #0a172a;border-radius:50%;translate:0 -50%}
.transformation-step:not(:first-child)::before{left:-5px;background:#7286a5}
.transformation-step:not(:last-child)::after{right:-5px;background:var(--orange)}
.transformation-step:hover{z-index:4;transform:translateY(-5px);border-color:#4e74a8;background:linear-gradient(145deg,#152a48,#10223d);box-shadow:0 22px 34px -25px rgba(0,0,0,.95)}
.transformation-step:focus-visible{outline:2px solid #8ab7f6;outline-offset:4px}
.transformation-step:hover,.transformation-step:focus-visible{animation:none}
.transformation-step-icon{width:44px;height:44px;display:grid;place-items:center;border:1px solid #2d4262;border-radius:50%;background:#13243d;color:var(--orange);font-size:20px}
.transformation-step-copy{min-width:0;display:flex;flex-direction:column;gap:2px}
.transformation-step-copy small{font-family:var(--font-mono);font-size:10px;font-weight:600;color:var(--orange)}
.transformation-step-copy strong{font-family:var(--font-display);font-size:clamp(12.5px,.9vw,14px);line-height:1.25;color:#f1f5fb;white-space:nowrap}
.transformation-step--01{left:0;top:294px}
.transformation-step--02{left:17%;top:198px}
.transformation-step--03{left:34%;top:70px}
.transformation-step--04{left:51%;top:188px}
.transformation-step--05{left:68%;top:305px}
.transformation-step--06{right:0;top:198px}
.transformation-step-detail{
  position:absolute;z-index:8;left:50%;bottom:calc(100% + 12px);width:250px;padding:13px 15px;border:1px solid #d6e2ef;border-radius:8px;
  background:#f8fafc;color:#33455f;font-family:var(--font-body);font-size:11.5px;font-weight:500;line-height:1.55;letter-spacing:0;
  box-shadow:0 14px 28px rgba(0,6,20,.24);opacity:0;visibility:hidden;pointer-events:none;translate:-50% 7px;
  transition:opacity .22s ease,visibility .22s ease,translate .22s ease;
}
.transformation-step-detail::after{content:"";position:absolute;left:50%;top:100%;width:10px;height:10px;border-right:1px solid #d6e2ef;border-bottom:1px solid #d6e2ef;background:#f8fafc;transform:translate(-50%,-5px) rotate(45deg)}
.transformation-step:hover .transformation-step-detail,.transformation-step:focus-visible .transformation-step-detail{opacity:1;visibility:visible;translate:-50% 0}
.transformation-step--01 .transformation-step-detail{left:0;translate:0 7px}.transformation-step--01:hover .transformation-step-detail,.transformation-step--01:focus-visible .transformation-step-detail{translate:0 0}.transformation-step--01 .transformation-step-detail::after{left:30%}
.transformation-step--06 .transformation-step-detail{left:auto;right:0;translate:0 7px}.transformation-step--06:hover .transformation-step-detail,.transformation-step--06:focus-visible .transformation-step-detail{translate:0 0}.transformation-step--06 .transformation-step-detail::after{left:70%}
@keyframes transformationStepPulse{0%,11%,100%{border-color:#263957}5%{border-color:#4c709f}}

/* ============ PORTAFOLIO ============ */
.portfolio-section{
  position:relative;isolation:isolate;overflow:hidden;padding:var(--section-space) 0 calc(var(--section-space) + 8px);
  background:var(--surface-light);color:#33435d;
}
.portfolio-section::before{
  content:"";position:absolute;z-index:-2;right:-190px;top:-250px;width:760px;height:760px;border:1px solid rgba(32,61,105,.08);border-radius:50%;
  box-shadow:0 0 0 100px rgba(32,61,105,.025),0 0 0 220px rgba(32,61,105,.018);pointer-events:none;
}
.portfolio-section::after{
  content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;opacity:.34;
  background-image:radial-gradient(circle,rgba(22,47,84,.16) 1px,transparent 1.2px);background-size:25px 25px;
  mask-image:linear-gradient(90deg,transparent 0,#000 3%,transparent 35%);
}
.portfolio-heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.65fr);align-items:end;gap:56px;margin-bottom:48px}
.portfolio-eyebrow{color:var(--orange-deep)}
.portfolio-heading h2{max-width:850px;font-size:var(--section-title);line-height:1.07;letter-spacing:-.04em;color:#0c1830}
.portfolio-heading > p{max-width:470px;padding-bottom:6px;font-size:16px;line-height:1.7;color:#667791}
.portfolio-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px;padding-bottom:23px;border-bottom:1px solid #d6deea}
.portfolio-filters{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.portfolio-filters .filter-btn{min-height:40px;display:inline-flex;align-items:center;gap:9px;padding:8px 10px 8px 17px;border:1px solid #c9d3e2;border-radius:999px;background:#f7f9fc;color:#4b5e7b;font-size:13px;font-weight:600;transition:color .22s ease,background .22s ease,border-color .22s ease,transform .22s ease}
.portfolio-filters .filter-btn small{display:grid;place-items:center;min-width:23px;height:23px;padding:0 6px;border-radius:999px;background:#e7edf5;color:#65758d;font-family:var(--font-mono);font-size:8px;transition:color .22s ease,background .22s ease}
.portfolio-filters .filter-btn:hover{border-color:#8294af;color:#10203a;transform:translateY(-1px)}
.portfolio-filters .filter-btn.active{border-color:#0b1c38;background:#0b1c38;color:#fff}
.portfolio-filters .filter-btn.active small{background:#1e385e;color:#fff}
.portfolio-count{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:13px;color:#71819a}
.portfolio-count i,.portfolio-footer p i{width:6px;height:6px;border-radius:50%;background:var(--orange)}
.portfolio-count strong{font-family:var(--font-mono);font-size:13px;color:#233652}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.portfolio-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--surface-white);box-shadow:var(--shadow-card);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.portfolio-card[hidden],.portfolio-toggle[hidden]{display:none!important}
.portfolio-card.is-filter-visible{animation:portfolioCardIn .42s cubic-bezier(.22,.7,.2,1) backwards;animation-delay:calc(var(--portfolio-order,0) * 55ms)}
@keyframes portfolioCardIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.portfolio-card:hover{transform:translateY(-4px);border-color:#aebdd2;box-shadow:var(--shadow-panel)}
.portfolio-media{position:relative;isolation:isolate;overflow:hidden;aspect-ratio:1.78/1;background:#0a1930;border-bottom:1px solid #d7dfeb}
.portfolio-media::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,transparent 62%,rgba(4,13,28,.45))}
.portfolio-media img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .5s cubic-bezier(.22,.7,.2,1)}
.portfolio-media--contain{background:#fff}.portfolio-media--contain img{padding:28px;object-fit:contain;object-position:center}
.portfolio-card:hover .portfolio-media img{transform:scale(1.025)}
.portfolio-media-label{position:absolute;z-index:3;left:17px;bottom:14px;padding:5px 9px;border:1px solid rgba(255,255,255,.2);border-radius:5px;background:rgba(6,19,39,.8);backdrop-filter:blur(7px);font-family:var(--font-mono);font-size:8px;letter-spacing:.11em;text-transform:uppercase;color:#dce8fa}
.portfolio-body{flex:1;display:flex;flex-direction:column;padding:25px 25px 22px}
.portfolio-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}
.portfolio-meta span{font-family:var(--font-mono);font-size:9px;font-weight:600;letter-spacing:.11em;text-transform:uppercase;color:var(--orange-deep)}
.portfolio-meta small{font-family:var(--font-mono);font-size:10px;color:#a4afbf}
.portfolio-body h3{margin-bottom:10px;font-size:23px;line-height:1.18;letter-spacing:-.025em;color:#0c1830}
.portfolio-body > p{margin-bottom:18px;font-size:14px;line-height:1.62;color:#63728a}
.portfolio-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:24px}
.portfolio-tags li{padding:5px 9px;border:1px solid #d9e0ea;border-radius:5px;background:#f5f7fa;font-family:var(--font-mono);font-size:9px;color:#62738e}
.portfolio-link{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:17px;border-top:1px solid #e0e6ef;font-size:13px;font-weight:700;color:#10203a}
.portfolio-link span{font-size:18px;color:var(--orange);transition:transform .24s ease}
.portfolio-link:hover span{transform:translateX(4px)}
.portfolio-media--concept{display:grid;place-items:center;background:linear-gradient(145deg,#0d203e,#07152b)}
.portfolio-media--concept::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(85,126,183,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(85,126,183,.08) 1px,transparent 1px);background-size:28px 28px}
.portfolio-screen{position:relative;z-index:1;width:74%;height:68%;display:grid;grid-template-columns:23% 1fr;border:1px solid #42638f;border-radius:7px;background:#0c1b32;box-shadow:0 16px 25px rgba(1,7,17,.4);transform:perspective(700px) rotateX(3deg) rotateY(-5deg)}
.portfolio-screen-sidebar{display:flex;flex-direction:column;gap:9px;padding:14px 10px;border-right:1px solid #2c4365;background:#0a172b}.portfolio-screen-sidebar i{height:5px;border-radius:3px;background:#31547f}.portfolio-screen-sidebar i:first-child{width:70%;background:#307df0}
.portfolio-screen-main{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:14px}.portfolio-screen-main i{grid-column:1/-1;height:7px;width:44%;border-radius:4px;background:#3a5c87}.portfolio-screen-main b{height:44px;border:1px solid #2d466a;border-radius:5px;background:#122643}.portfolio-screen-main em{grid-column:1/-1;height:28px;border-radius:5px;background:linear-gradient(90deg,#225fb6,#17375e)}
.portfolio-browser{position:relative;z-index:1;width:75%;height:66%;padding:24px 13px 13px;border:1px solid #42638f;border-radius:7px;background:#10233e;box-shadow:0 16px 25px rgba(1,7,17,.4);transform:perspective(700px) rotateX(3deg) rotateY(5deg)}
.portfolio-browser > span{position:absolute;top:9px;width:5px;height:5px;border-radius:50%;background:#496181}.portfolio-browser > span:nth-child(1){left:12px;background:var(--orange)}.portfolio-browser > span:nth-child(2){left:22px}.portfolio-browser > span:nth-child(3){left:32px}.portfolio-browser strong{display:block;height:46%;border-radius:4px;background:linear-gradient(120deg,#1c4d8e,#122c51)}.portfolio-browser i{display:inline-block;width:29%;height:25%;margin:8px 2% 0 0;border-radius:4px;background:#182f50}
.portfolio-cloud,.portfolio-api{position:relative;z-index:1;width:74%;height:65%;display:flex;align-items:center;justify-content:center;gap:28px}.portfolio-cloud > i,.portfolio-api > i{position:relative;z-index:2;display:grid;place-items:center;width:74px;height:74px;border:1px solid #3c679c;border-radius:15px;background:#102b52;color:#4a91ff;font-size:36px;box-shadow:0 14px 28px rgba(1,7,17,.4)}.portfolio-cloud span,.portfolio-api span{position:absolute;left:24%;right:24%;top:50%;height:1px;background:#3d6699}.portfolio-cloud b,.portfolio-api b{width:42px;height:42px;border:1px solid #355a87;border-radius:8px;background:#10233f}.portfolio-api b{border-radius:50%}.portfolio-api > i{color:var(--orange)}
.portfolio-footer{display:flex;align-items:center;gap:32px;margin-top:34px}
.portfolio-toggle{min-height:46px;display:inline-flex;align-items:center;gap:12px;padding:11px 19px;border:1px solid #142743;border-radius:9px;color:#10203a;font-size:13px;font-weight:700;transition:background .24s ease,color .24s ease,transform .24s ease}.portfolio-toggle:hover{background:#10203a;color:#fff;transform:translateY(-2px)}.portfolio-toggle b{font-size:15px;color:var(--orange)}
.portfolio-footer p{display:flex;align-items:center;gap:10px;font-size:13px;color:#73829a}

/* ============ ORGANIZACIONES DE CONFIANZA ============ */
.trust-section{position:relative;overflow:hidden;padding:78px 0 72px;background:#fff;color:#44526a;border-top:1px solid #e4e8ef;border-bottom:1px solid #e4e8ef}
.trust-heading{max-width:760px;margin:0 auto 32px;text-align:center}
.trust-heading > span{display:inline-flex;align-items:center;gap:9px;margin-bottom:11px;font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--orange-deep)}
.trust-heading > span::before{content:"";width:6px;height:6px;background:var(--orange);transform:rotate(45deg)}
.trust-heading h2{margin-bottom:10px;font-size:clamp(34px,3.1vw,44px);line-height:1.1;letter-spacing:-.035em;color:#111d33}
.trust-heading p{font-size:13.5px;line-height:1.55;color:#748197}
.trust-carousel{position:relative;overflow:hidden;width:100%;padding:16px 0 20px;border-bottom:1px solid #e1e6ed;outline:none;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.trust-track{display:flex;width:max-content;transform:translateX(-50%);animation:trustScrollRight 38s linear infinite;will-change:transform}
.trust-logo-group{display:flex;align-items:center;flex:0 0 auto}
.trust-logo{flex:0 0 190px;height:66px;display:grid;place-items:center;padding:9px 26px}
.trust-logo img{width:auto;height:auto;max-width:138px;max-height:45px;object-fit:contain;filter:grayscale(1);opacity:.54;transition:filter .25s ease,opacity .25s ease,transform .25s ease}
.trust-logo:hover img{filter:grayscale(0);opacity:1;transform:scale(1.045)}
.trust-logo img[src*="UPLA"],.trust-logo img[src*="logo_cip"],.trust-logo img[src*="logo-EGEPSA"]{max-height:52px}
.trust-carousel:hover .trust-track,.trust-carousel:focus-visible .trust-track{animation-play-state:paused}
.trust-values{display:grid;grid-template-columns:repeat(3,1fr);margin-top:20px;background:#f6f8fb}
.trust-values > div{min-width:0;display:flex;align-items:center;gap:13px;min-height:78px;padding:15px 24px;border-left:1px solid #e0e6ef}.trust-values > div:first-child{border-left:0}
.trust-values > div > i{flex:0 0 32px;width:32px;height:32px;display:grid;place-items:center;border-radius:7px;background:#e9f0fc;color:#3067c9;font-size:15px}
.trust-values span{min-width:0;display:flex;flex-direction:column;gap:2px}.trust-values strong{font-size:12.5px;line-height:1.3;color:#172640}.trust-values small{font-size:10.5px;line-height:1.4;color:#77869c}
@keyframes trustScrollRight{from{transform:translateX(-50%)}to{transform:translateX(0)}}

/* ============ POR QUÉ ANDES TECHNOLOGY ============ */
.why-section{
  position:relative;isolation:isolate;overflow:hidden;padding:var(--section-space) 0;
  background:var(--surface-dark);
}
.why-section::before{
  content:"";position:absolute;z-index:-2;inset:0;pointer-events:none;opacity:.32;
  background-image:linear-gradient(rgba(56,83,122,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(56,83,122,.08) 1px,transparent 1px);
  background-size:48px 48px;mask-image:linear-gradient(90deg,#000,transparent 52%,#000);
}
.why-section::after{
  content:"";position:absolute;z-index:-1;right:-210px;top:-270px;width:650px;height:650px;border:1px solid rgba(72,105,153,.12);border-radius:50%;
  box-shadow:0 0 0 100px rgba(72,105,153,.035),0 0 0 220px rgba(72,105,153,.018);pointer-events:none;
}
.why-layout{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(68px,7vw,112px)}
.why-intro{position:sticky;top:130px}
.why-heading{max-width:560px;margin:0}
.why-heading .eyebrow{margin-bottom:20px}
.why-heading h2{margin-bottom:22px;font-size:var(--section-title);line-height:1.07;letter-spacing:-.04em}
.why-heading p{max-width:520px;font-size:16px;line-height:1.75;color:#91a2bf}
.why-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--border-dark);border-radius:var(--radius-md);background:var(--surface-dark-panel);overflow:hidden;box-shadow:var(--shadow-card)}
.why-card{
  position:relative;min-width:0;min-height:238px;padding:31px 30px 29px;background:var(--surface-dark-panel);
  transition:background .25s ease;
}
.why-card:nth-child(even){border-left:1px solid #20334f}.why-card:nth-child(n+3){border-top:1px solid #20334f}.why-card:last-child{grid-column:1/-1;min-height:205px}
.why-card::before{content:"";position:absolute;left:0;top:28px;bottom:28px;width:2px;background:var(--orange);transform:scaleY(0);transform-origin:center;transition:transform .25s ease}
.why-card:hover{background:#0d1c32}.why-card:hover::before{transform:scaleY(1)}
.why-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}
.why-number{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.08em;color:#6880a5;transition:color .25s ease}
.why-card-head > i{display:grid;place-items:center;width:40px;height:40px;border:1px solid #294668;border-radius:8px;background:#0d223e;color:#69a0f2;font-size:18px}
.why-card:hover .why-number{color:var(--orange-2)}
.why-card h3{margin-bottom:12px;font-size:20px;line-height:1.3;letter-spacing:-.02em}
.why-card p{max-width:390px;font-size:13.5px;line-height:1.7;color:#8294b1}
.why-brand{
  display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;margin-top:40px;padding-top:28px;border-top:1px solid #223652;
}
.why-brand-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid #29466f;border-radius:8px;color:#79a4e1;font-size:18px}
.why-brand p{display:flex;flex-direction:column;gap:3px;font-size:12.5px;line-height:1.55;color:#7486a4}.why-brand strong{color:#dce5f4;font-size:13px}.why-brand p span{display:block}
.why-brand a{grid-column:2;display:inline-flex;align-items:center;gap:9px;justify-self:start;font-size:12.5px;font-weight:700;color:#9eb0c9;white-space:nowrap}
.why-brand a span{color:var(--orange);transition:transform .22s ease}.why-brand a:hover span{transform:translateX(4px)}

/* ============ FAQ ============ */
.faq-section{padding:var(--section-space) 0;background:var(--surface-light);color:#52617a;border-top:1px solid #e0e6ee}
.faq-layout{display:grid;grid-template-columns:minmax(0,47fr) minmax(440px,53fr);align-items:center;gap:clamp(58px,6vw,100px)}
.faq-visual{position:relative;min-width:0;margin:0}
.faq-office{position:relative;isolation:isolate;overflow:hidden;aspect-ratio:1.03/1;border-radius:var(--radius-lg);background:linear-gradient(145deg,#dfe8f1 0%,#f9fbfd 48%,#c6d5e4 100%);box-shadow:var(--shadow-panel)}
.faq-office::before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(110deg,rgba(255,255,255,.54),transparent 42%),linear-gradient(180deg,transparent 68%,rgba(15,37,63,.12))}
.faq-office-glow{position:absolute;left:22%;top:-14%;width:70%;height:70%;border-radius:50%;background:rgba(255,255,255,.78);filter:blur(40px)}
.faq-office-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(46,82,125,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(46,82,125,.08) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(90deg,transparent,#000 58%,transparent)}
.faq-desk{position:absolute;z-index:2;left:4%;right:4%;bottom:0;height:23%;border-top:8px solid #173355;background:linear-gradient(180deg,#244a71,#102b4b);clip-path:polygon(0 0,100% 0,96% 100%,4% 100%)}
.faq-monitor{position:absolute;z-index:3;left:19%;top:22%;width:62%;height:49%}
.faq-monitor-screen{height:78%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:32px;border:8px solid #112b4c;border-radius:12px;background:radial-gradient(circle at 50% 30%,#173d70 0%,#0b1f3a 70%);box-shadow:0 20px 30px rgba(12,29,50,.2)}
.faq-monitor-screen::after{content:"";position:absolute;left:9px;right:9px;top:9px;height:34%;border-radius:5px;background:linear-gradient(120deg,rgba(255,255,255,.12),transparent 68%);pointer-events:none}
.faq-monitor-screen img{position:relative;z-index:1;width:75%;height:auto;filter:drop-shadow(0 8px 14px rgba(2,10,23,.35))}
.faq-monitor-screen small{position:relative;z-index:1;font-family:var(--font-mono);font-size:8px;letter-spacing:.08em;text-align:center;text-transform:uppercase;color:#82a9dc}
.faq-monitor-neck{display:block;width:10%;height:13%;margin:0 auto;background:#1a3c61}.faq-monitor-base{display:block;width:34%;height:5%;margin:0 auto;border-radius:50%;background:#193756}
.faq-keyboard,.faq-mouse,.faq-notebook{position:absolute;display:block;background:#a9bbc9;box-shadow:0 8px 14px rgba(8,22,39,.22)}
.faq-keyboard{left:38%;top:24%;width:31%;height:17%;border-radius:4px;transform:skewX(-13deg)}.faq-mouse{left:74%;top:26%;width:7%;height:11%;border-radius:50%}.faq-notebook{left:10%;top:22%;width:19%;height:21%;border-radius:3px;background:#d6e1e9;transform:rotate(-5deg)}
.faq-office-plant{position:absolute;z-index:1;left:5%;bottom:20%;width:18%;height:40%}.faq-office-plant span{position:absolute;left:33%;bottom:0;width:42%;height:34%;background:#39576e;clip-path:polygon(10% 0,90% 0,75% 100%,25% 100%)}.faq-office-plant i{position:absolute;left:44%;bottom:27%;width:19%;height:39%;border-radius:100% 0 100% 0;background:#4c806c;transform-origin:bottom}.faq-office-plant i:nth-child(1){rotate:-55deg}.faq-office-plant i:nth-child(2){rotate:-23deg;height:48%}.faq-office-plant i:nth-child(3){rotate:20deg;height:45%}.faq-office-plant i:nth-child(4){rotate:52deg;height:37%}
.faq-office-lamp{position:absolute;z-index:2;right:6%;bottom:22%;width:17%;height:50%}.faq-office-lamp span{position:absolute;left:47%;top:21%;width:5%;height:70%;background:#254867;rotate:8deg}.faq-office-lamp i{position:absolute;z-index:1;left:23%;top:5%;width:55%;height:25%;border-radius:50% 50% 14% 14%;background:#2b5275;rotate:-25deg;box-shadow:0 6px 16px rgba(12,31,53,.26)}
.faq-office-real{background:#0a1930}
.faq-office-real::before{z-index:1;background:linear-gradient(180deg,rgba(4,13,29,.08) 30%,rgba(4,13,29,.75) 100%),linear-gradient(90deg,rgba(5,17,36,.18),transparent 58%)}
.faq-office-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .8s cubic-bezier(.22,.7,.2,1)}
.faq-office-brand{position:absolute;z-index:2;left:7%;right:7%;bottom:7%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 16px;border:1px solid rgba(151,188,238,.22);border-radius:7px;background:rgba(5,18,39,.8);backdrop-filter:blur(9px)}
.faq-office-brand img{width:170px;height:auto;filter:drop-shadow(0 7px 12px rgba(0,0,0,.24))}.faq-office-brand small{max-width:170px;font-family:var(--font-mono);font-size:7px;line-height:1.5;letter-spacing:.08em;text-align:right;text-transform:uppercase;color:#91add2}
.faq-office-real:hover .faq-office-photo{transform:scale(1.025)}
.faq-visual figcaption{display:flex;align-items:center;gap:12px;margin-top:17px;font-size:11px;color:#8190a5}.faq-visual figcaption::before{content:"";width:30px;height:1px;background:var(--orange)}.faq-visual figcaption span{font-family:var(--font-mono);font-size:9px;letter-spacing:.09em;color:#3f6faf}
.faq-content{min-width:0}
.faq-heading{margin-bottom:24px}.faq-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:12px;font-family:var(--font-mono);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--orange-deep)}.faq-eyebrow::before{content:"";width:7px;height:7px;background:var(--orange);transform:rotate(45deg)}.faq-heading h2{margin-bottom:15px;font-size:var(--section-title-compact);line-height:1.06;letter-spacing:-.04em;color:#0c1830}.faq-heading p{max-width:660px;font-size:15px;line-height:1.7;color:#73819a}
.faq-list{width:100%;border-top:1px solid #d6dee8}
.faq-item{border-bottom:1px solid #d6dee8}.faq-item h3{font:inherit}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:21px 2px;text-align:left;color:#101c31;cursor:pointer}
.faq-q span{font-family:var(--font-display);font-size:16px;font-weight:600;line-height:1.35}
.faq-q i{flex:0 0 auto;font-size:13px;color:#172640;transition:transform .28s ease,color .28s ease}
.faq-q:hover i,.faq-q:focus-visible i{color:#326bce}.faq-q:focus-visible{outline:2px solid #477bdd;outline-offset:4px;border-radius:3px}
.faq-item.open .faq-q i{transform:rotate(180deg);color:var(--orange-deep)}
.faq-a{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .32s ease}.faq-a > div{min-height:0;overflow:hidden}
.faq-item.open .faq-a{grid-template-rows:1fr}
.faq-a p{max-width:660px;padding:0 34px 20px 2px;font-size:13.5px;line-height:1.65;color:#6d7c93}

/* ============ CTA FINAL ============ */
.cta-final{
  position:relative;overflow:hidden;background:var(--surface-dark-deep);
  border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);
  text-align:center;padding:110px 0;
}
.cta-final::before{content:"";position:absolute;left:50%;top:-290px;width:560px;height:560px;border:1px solid rgba(84,119,171,.13);border-radius:50%;translate:-50% 0;box-shadow:0 0 0 100px rgba(84,119,171,.025),0 0 0 210px rgba(84,119,171,.014);pointer-events:none}
.cta-final .container{position:relative;z-index:1}
.cta-final h2{font-size:var(--section-title-compact);margin-bottom:16px}
.cta-final p{color:var(--ink-2);font-size:17px;margin-bottom:36px}
.cta-final .hero-actions{justify-content:center}

/* ============ CONTACTO ============ */
.contact-section{position:relative;overflow:hidden;padding:var(--section-space) 0;background:var(--surface-light);color:#42526a}
.contact-section::before{content:"";position:absolute;right:-180px;bottom:-320px;width:720px;height:720px;border:1px solid rgba(29,58,101,.07);border-radius:50%;box-shadow:0 0 0 100px rgba(29,58,101,.02),0 0 0 210px rgba(29,58,101,.015);pointer-events:none}
.contact-shell{position:relative;display:grid;grid-template-columns:minmax(340px,.78fr) minmax(0,1.22fr);gap:34px;width:100%;margin:0 auto;background:transparent}
.contact-panel{position:relative;isolation:isolate;overflow:hidden;display:flex;flex-direction:column;min-height:730px;padding:58px 50px 42px;background:#0a1a31;color:#c7d3e5}
.contact-panel::before{content:"";position:absolute;z-index:-2;inset:0;background:var(--surface-dark-panel)}
.contact-panel::after{content:"";position:absolute;z-index:-1;right:-180px;bottom:-190px;width:470px;height:470px;border:1px solid rgba(86,129,189,.16);border-radius:50%;box-shadow:0 0 0 70px rgba(86,129,189,.045),0 0 0 142px rgba(86,129,189,.025)}
.contact-panel-grid{position:absolute;z-index:-1;inset:0;opacity:.26;background-image:linear-gradient(rgba(70,103,149,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(70,103,149,.12) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(155deg,transparent,#000 72%)}
.contact-panel-head{position:relative;z-index:1}.contact-kicker{margin-bottom:23px}
.contact-panel h2{max-width:480px;margin-bottom:20px;font-size:clamp(38px,3.6vw,54px);line-height:1.07;letter-spacing:-.04em}.contact-panel-head > p{max-width:470px;font-size:15px;line-height:1.72;color:#94a7c4}
.contact-chan{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:0;margin-top:47px;border-top:1px solid #223a5b}
.contact-channel{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:15px;padding:17px 0;border-bottom:1px solid #223a5b;transition:padding-left .24s ease,color .24s ease}.contact-channel:hover{padding-left:5px}.contact-channel-icon{width:40px;height:40px;display:grid;place-items:center;border:1px solid #2c4c74;border-radius:8px;background:#102846;color:var(--orange);font-size:17px}.contact-channel > span:last-child{min-width:0;display:flex;flex-direction:column;gap:2px}.contact-channel strong{font-size:12px;color:#dce6f3}.contact-channel small{overflow-wrap:anywhere;font-size:12.5px;line-height:1.45;color:#8fa1bd}
.contact-panel-brand{position:relative;z-index:1;margin-top:auto;padding-top:42px}.contact-panel-brand img{width:190px;height:auto;opacity:.15;filter:grayscale(1)}.contact-panel-brand span{display:block;margin-top:9px;font-family:var(--font-mono);font-size:8px;letter-spacing:.15em;text-transform:uppercase;color:#657a9a}
.contact-panel,.contact-form-panel{border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-panel)}
.contact-panel{border-color:#173253}
.contact-form-panel{padding:55px 56px 48px;background:#fff}
.contact-form-heading{margin-bottom:34px}.contact-form-heading > span{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--orange-deep)}.contact-form-heading > span::before{content:"";width:6px;height:6px;background:var(--orange);transform:rotate(45deg)}.contact-form-heading h3{margin-bottom:9px;font-size:31px;line-height:1.15;letter-spacing:-.03em;color:#101d32}.contact-form-heading p{font-size:13.5px;color:#7a879b}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}
.field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}
.field.full{grid-column:1/-1}
.field label{font-size:11.5px;font-weight:600;color:#34445e}.field label span{color:var(--orange-deep)}
.contact-input{position:relative}.contact-input > i{position:absolute;z-index:2;left:14px;top:50%;translate:0 -50%;font-size:14px;color:#8291a8;pointer-events:none}.contact-input input,.contact-input select,.contact-input textarea{width:100%;border:1px solid #d4dce7;border-radius:8px;background:#fbfcfe;padding:13px 14px 13px 40px;color:#16243b;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.contact-input input::placeholder,.contact-input textarea::placeholder{color:#9aa6b7}.contact-input input:focus,.contact-input select:focus,.contact-input textarea:focus{outline:none;border-color:#4779ce;background:#fff;box-shadow:0 0 0 3px rgba(60,109,194,.1)}
.contact-input select{min-height:48px;appearance:auto}.contact-textarea > i{top:16px;translate:0}.contact-input textarea{resize:vertical;min-height:120px;line-height:1.55}
.form-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.form-note{display:flex;align-items:flex-start;gap:8px;margin:2px 0 18px;font-size:11px;line-height:1.5;color:#7c8a9d}.form-note i{margin-top:1px;color:#4b74b6}
.form-status{display:none;margin:0 0 16px;padding:11px 13px;border:1px solid transparent;border-radius:7px;font-size:12px;line-height:1.5}.form-status.is-loading,.form-status.is-success,.form-status.is-error{display:block}.form-status.is-loading{border-color:#c7d7ee;background:#f0f5fc;color:#406396}.form-status.is-success{border-color:#a8d8bf;background:#eff9f3;color:#297049}.form-status.is-error{border-color:#e9b5b5;background:#fff3f3;color:#a63d3d}
.contact-submit{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;gap:11px;border-radius:var(--radius-sm);background:var(--tech-blue);color:#fff;font-size:13px;font-weight:700;transition:background .24s ease,transform .24s ease}.contact-submit:hover{background:var(--tech-blue-dark);transform:translateY(-2px)}.contact-submit i{color:#fff;font-size:16px;transition:transform .24s ease}.contact-submit:hover i{transform:translateX(4px)}.contact-submit:disabled{cursor:wait;opacity:.7;transform:none}.contact-submit[aria-busy="true"] i{animation:contactSpin .85s linear infinite}@keyframes contactSpin{to{transform:rotate(360deg)}}

/* ============ FOOTER ============ */
footer{position:relative;overflow:hidden;background:#0a1930;border-top:1px solid #294666;padding:88px 0 0;color:#c7d5e8}
footer::before{content:"";position:absolute;right:-160px;top:-260px;width:620px;height:620px;border:1px solid rgba(88,130,188,.12);border-radius:50%;box-shadow:0 0 0 95px rgba(88,130,188,.025),0 0 0 205px rgba(88,130,188,.014);pointer-events:none}
footer::after{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--orange) 0 8%,var(--tech-blue) 8% 28%,transparent 28%)}
footer > .container{position:relative;z-index:1}
.footer-grid{display:grid;grid-template-columns:1.45fr 1.1fr .85fr .85fr;gap:clamp(42px,5vw,82px);margin-bottom:70px}
.footer-brand-link{display:inline-block}
.footer-logo{display:block;width:235px;height:auto;object-fit:contain;filter:brightness(1.09) contrast(1.04)}
.footer-brand-company{display:block;margin-top:23px;font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.16em;color:#75a9f5}
.footer-brand p{font-size:14px;line-height:1.75;color:#a9b9cf;margin:14px 0 0;max-width:350px}
.footer-contact-links{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:25px}
.footer-contact-links a{display:inline-flex;align-items:center;gap:10px;font-size:12.5px;color:#c6d6e9;transition:color .22s ease,translate .22s ease}
.footer-contact-links a i{display:grid;place-items:center;width:29px;height:29px;border:1px solid #365678;border-radius:7px;background:#102744;color:#78aaf1}
.footer-contact-links a:hover{color:#fff;translate:4px 0}
.footer-col h5{display:flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#dce7f5;margin-bottom:24px}
.footer-col h5::before{content:"";width:6px;height:6px;background:var(--orange);transform:rotate(45deg)}
.footer-col ul{display:flex;flex-direction:column;gap:13px}
.footer-col a{position:relative;display:inline-flex;align-items:center;font-size:13.5px;color:#aebfd5;transition:color .22s ease,translate .22s ease}
.footer-col a::before{content:"";width:0;height:1px;margin-right:0;background:var(--tech-blue);transition:width .22s ease,margin-right .22s ease}
.footer-col a:hover{color:#fff;translate:3px 0}.footer-col a:hover::before{width:13px;margin-right:8px}
.footer-bottom{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:25px 0;border-top:1px solid #29415f;flex-wrap:wrap;gap:14px}
.footer-bottom p{font-size:12.5px;color:#8296b2}
.footer-legal{display:flex;gap:22px}
.footer-legal a{font-size:12.5px;color:#8fa2bd;transition:color .22s ease}
.footer-legal a:hover{color:#dce7f5}
.footer-wordmark{position:relative;z-index:1;margin-top:2px;height:clamp(100px,10vw,172px);overflow:hidden;font-family:var(--font-display);font-size:clamp(68px,9.4vw,160px);font-weight:700;line-height:.92;letter-spacing:-.065em;white-space:nowrap;color:transparent;-webkit-text-stroke:1px rgba(104,148,207,.19);text-align:center;user-select:none}
.footer-wordmark::after{content:"";position:absolute;left:9%;right:9%;bottom:0;height:45%;background:linear-gradient(180deg,transparent,rgba(20,107,255,.055));pointer-events:none}

/* ============ WHATSAPP ============ */
.whatsapp-badge{
  position:fixed;z-index:95;right:clamp(18px,2vw,34px);bottom:clamp(18px,2vw,30px);
  display:flex;align-items:center;justify-content:flex-start;width:54px;height:54px;padding:0 16px;
  overflow:hidden;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:#18b957;color:#fff;
  box-shadow:0 16px 34px -20px rgba(5,67,31,.62);white-space:nowrap;
  transition:width .36s cubic-bezier(.22,.7,.2,1),background .25s ease,transform .25s ease,box-shadow .25s ease;
}
.whatsapp-badge i{flex:0 0 22px;font-size:22px;line-height:1;color:#fff}
.whatsapp-badge span{margin-left:11px;opacity:0;translate:8px 0;font-size:12.5px;font-weight:700;color:#fff;transition:opacity .22s ease .05s,translate .32s cubic-bezier(.22,.7,.2,1)}
.whatsapp-badge:hover,.whatsapp-badge:focus-visible{width:218px;background:#129d49;transform:translateY(-2px);box-shadow:0 20px 38px -20px rgba(5,67,31,.72)}
.whatsapp-badge:hover span,.whatsapp-badge:focus-visible span{opacity:1;translate:0 0}
.whatsapp-badge:focus-visible{outline:3px solid rgba(69,211,120,.35);outline-offset:4px}

/* ============ REVEAL ============ */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease, transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

/* ============ RESPONSIVE ============ */
@media (max-width:1024px){
  .hero{padding:142px 0 96px}
  .hero-grid{grid-template-columns:1fr;gap:42px;translate:0 -14px}
  .hero-intro{max-width:680px}
  .hero-visual{max-width:600px;justify-self:center;width:100%}
  .cap-grid{grid-template-columns:repeat(2,1fr)}
  .cap-item:nth-child(3){border-left:none}
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .needs-experience{grid-template-columns:minmax(0,45fr) 54px minmax(0,55fr)}
  .needs-solution{padding-left:34px}
  .own-product,.own-product--copy-right{grid-template-columns:minmax(300px,44fr) minmax(0,56fr)}
  .own-product-copy{padding:38px 30px}
  .own-product-media img{min-height:390px}
  .digital-learning-layout{grid-template-columns:1fr;gap:54px}
  .digital-learning-copy{max-width:680px}
  .digital-learning-visual{max-width:820px;width:100%;margin:0 auto}
  .technical-architecture-section{padding:96px 0 104px}
  .technical-architecture-layout{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:0}
  .technical-architecture-heading{grid-column:1;grid-row:1;max-width:680px;margin-bottom:40px}
  .technical-architecture-explorer{grid-column:1;grid-row:2;grid-template-columns:minmax(0,1fr) 150px;max-width:850px;width:100%;min-height:700px;margin:0 auto 32px}
  .tech-architecture-scene{height:680px}.architecture-layer-users{top:20px}.architecture-layer-experience{top:120px}.architecture-layer-api{top:220px}.architecture-layer-services{top:320px}.architecture-layer-data{top:420px}.architecture-layer-infrastructure{top:520px}.architecture-connection-01{top:99px}.architecture-connection-02{top:199px}.architecture-connection-03{top:299px}.architecture-connection-04{top:399px}.architecture-connection-05{top:499px}
  .architecture-active-panel{grid-column:1;grid-row:3;max-width:850px;width:100%;margin:0 auto}
  .architecture-principles{grid-column:1;grid-row:4;max-width:850px;width:100%;margin:16px auto 0}
  .technology-stack-groups{gap:38px 34px}
  .stack-items--backend{grid-template-columns:repeat(4,minmax(0,1fr))}
  .stack-items--frontend,.stack-items--deployment{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stack-items--infrastructure{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stack-items--tools{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none}
  .support-panel{padding-left:34px;padding-right:34px}
  .support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .why-layout{grid-template-columns:minmax(280px,.65fr) minmax(0,1.35fr);gap:48px}
  .why-card{min-height:225px;padding:27px 24px}
  .faq-layout{grid-template-columns:minmax(0,44fr) minmax(400px,56fr);gap:48px}
  .portfolio-heading{grid-template-columns:1fr;gap:22px}.portfolio-heading > p{max-width:620px;padding-bottom:0}
  .portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .contact-shell{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:26px}
  .contact-panel{padding:48px 36px 38px}.contact-form-panel{padding:48px 38px 42px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:36px}
  .solutions-section{padding:104px 0 116px}
  .solutions-heading{margin-bottom:58px}
  .solution-capability{gap:44px;min-height:580px;padding:88px 0}
  .solution-copy h3{font-size:35px}
  .software-layout{min-height:310px}.software-content{padding:22px 18px}.software-metrics strong{font-size:17px}
  .responsive-stage{min-height:410px}.device-desktop{height:306px}.device-ui-content{padding:34px 24px}.device-ui-content strong{font-size:19px}
  .architecture-map{min-height:390px}.architecture-node{min-width:112px;padding:12px}.node-api{min-width:120px}.node-automation{min-width:140px}
  .api-proof-detail{right:2%;bottom:-7%;width:49%}
  .infra-layer{grid-template-columns:22px 28px minmax(0,1fr);gap:10px}.infra-layer em{display:none}
}
@media (max-width:1100px){
  .nav-menu{display:none}
  .burger{display:flex}
  .transformation-flow{height:auto;margin-top:50px}
  .transformation-steps{position:relative;display:grid;grid-template-columns:1fr;gap:18px;max-width:760px;padding-left:28px}
  .transformation-steps::before{content:"";position:absolute;left:7px;top:28px;bottom:28px;width:1px;background:#3b5378}
  .transformation-step{position:relative;left:auto;right:auto;top:auto;width:auto;min-height:102px;animation:none}
  .transformation-steps .transformation-step::before{content:"";position:absolute;left:-26px;top:50%;width:20px;height:1px;border:0;border-radius:0;background:#3b5378;translate:0 -50%}
  .transformation-steps .transformation-step::after{content:"";position:absolute;left:-30px;right:auto;top:50%;width:8px;height:8px;border:2px solid #0a172a;border-radius:50%;background:var(--orange);translate:0 -50%}
  .transformation-path-canvas{display:none}
  .transformation-step-detail{left:70px;right:18px;top:calc(100% - 7px);bottom:auto;width:auto;translate:0 -5px}.transformation-step-detail::after{left:24px;top:auto;bottom:100%;border:0;border-left:1px solid #d6e2ef;border-top:1px solid #d6e2ef;transform:translateY(5px) rotate(45deg)}
  .transformation-step:hover .transformation-step-detail,.transformation-step:focus-visible .transformation-step-detail,.transformation-step--01:hover .transformation-step-detail,.transformation-step--01:focus-visible .transformation-step-detail,.transformation-step--06:hover .transformation-step-detail,.transformation-step--06:focus-visible .transformation-step-detail{translate:0 0}
  .transformation-step--01 .transformation-step-detail,.transformation-step--06 .transformation-step-detail{left:70px;right:18px;translate:0 -5px}.transformation-step--01 .transformation-step-detail::after,.transformation-step--06 .transformation-step-detail::after{left:24px}
}
@media (max-width:760px){
  :root{--section-title:36px;--section-title-compact:34px;--section-copy:15px}
  .cap-grid{grid-template-columns:1fr}
  .cap-item{border-left:none;border-top:1px solid var(--line-soft)}
  .cap-item:first-child{border-top:none}
  .grid-4{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .needs-heading{margin-bottom:38px}
  .needs-heading h2{font-size:32px}
  .needs-experience{grid-template-columns:1fr;gap:38px}
  .needs-transfer{display:none}
  .needs-solution{min-height:auto;padding:34px 0 4px 25px}
  .needs-solution::after{width:110px;height:110px}
  .needs-route{margin-bottom:20px}
  .needs-solution h3{font-size:28px}
  .need-option{grid-template-columns:34px minmax(0,1fr) 20px;gap:10px}
  .form-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:40px 28px}.footer-brand{grid-column:1/-1}.footer-brand p{max-width:430px}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-wordmark{height:90px;font-size:clamp(52px,14vw,92px);text-align:left}
  .trust-section{padding:66px 0 62px}.trust-heading{margin-bottom:24px}.trust-heading h2 br{display:none}
  .trust-logo{flex-basis:150px;padding-left:20px;padding-right:20px}.trust-logo img{max-width:112px;max-height:39px}
  .trust-values{grid-template-columns:1fr}.trust-values > div{border-left:0;border-top:1px solid #e0e6ef;min-height:68px}.trust-values > div:first-child{border-top:0}
  .why-section{padding:84px 0 92px}
  .why-layout{grid-template-columns:1fr;gap:42px}.why-intro{position:static}
  .why-heading{margin:0;text-align:left}.why-heading h2{font-size:36px}.why-heading p{font-size:15px}
  .why-brand{max-width:620px;margin-top:30px}
  .why-steps{grid-template-columns:1fr}
  .why-card,.why-card:last-child{grid-column:auto;min-height:0;padding:25px 23px}.why-card:nth-child(even){border-left:0}.why-card:nth-child(n+2){border-top:1px solid #20334f}.why-card-head{margin-bottom:20px}.why-card h3{font-size:20px}
  .faq-section{padding:84px 0 92px}
  .faq-layout{grid-template-columns:1fr;gap:48px}
  .faq-visual{max-width:680px;width:100%;margin:0 auto}.faq-office{aspect-ratio:1.28/1}
  .faq-content{max-width:760px;width:100%;margin:0 auto}
  .contact-section{padding:84px 0 92px}
  .contact-shell{grid-template-columns:1fr;max-width:760px;gap:24px}
  .contact-panel{min-height:auto;padding:48px 34px 38px}.contact-panel h2{max-width:610px;font-size:40px}.contact-panel-head > p{max-width:590px}.contact-chan{grid-template-columns:1fr 1fr;column-gap:24px;margin-top:36px}.contact-panel-brand{margin-top:38px;padding-top:0}
  .contact-form-panel{padding:43px 34px 38px}
  .section-pad{padding:72px 0}
  .hero{min-height:auto;padding:128px 0 88px}
  .hero-grid{gap:34px}
  .hero-eyebrow{align-items:flex-start;flex-wrap:wrap;gap:7px 9px;margin-bottom:20px;font-size:9px;line-height:1.5}
  .hero h1{font-size:clamp(38px,12vw,52px);line-height:1.02;margin-bottom:20px}
  .hero-title-line{display:inline;white-space:normal}
  .hero-title-line + .hero-title-line::before{content:" "}
  .hero p.lead{font-size:16px;line-height:1.65;margin-bottom:28px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-actions .btn{width:100%}
  .hero-visual{max-width:540px;aspect-ratio:1.04}
  .tech-module{padding:10px 11px;min-height:57px}
  .tech-module strong{font-size:10px}
  .module-icon{flex-basis:30px;width:30px;height:30px;font-size:14px}
  .module-icon .bi{font-size:24px}
  .module-code{font-size:7px}
  .module-detail{width:142px;font-size:9px}
  .tech-core{min-height:126px;padding:16px;width:32%}
  .tech-core strong{font-size:14px}
  .tech-core-status{font-size:7px}
  .hero::after{height:42px}
  .solutions-section{padding:84px 0 92px}
  .solutions-section::before{right:-240px;top:-270px}
  .solutions-heading{margin-bottom:42px}
  .solutions-heading h2{font-size:36px;line-height:1.08}
  .solutions-heading p{font-size:15px;line-height:1.7}
  .solution-capability,.solution-layout-copy-left,.solution-layout-copy-right{grid-template-columns:1fr;grid-template-areas:"copy" "visual";gap:46px;min-height:0;padding:76px 0}
  .solution-capability .solution-copy{grid-area:copy;justify-self:stretch;max-width:none;padding-left:0;padding-right:0}
  .solution-capability .solution-visual{grid-area:visual}
  .solution-index{left:-9px;top:-76px;font-size:106px}
  .solution-copy h3{font-size:31px}.solution-copy > p{font-size:15px;margin-bottom:30px}
  .solutions-motion-ready .solution-layout-copy-right .solution-copy > :not(.solution-index){transform:translateX(-18px)}
  .solutions-motion-ready .solution-layout-copy-right .solution-visual{transform:translateX(20px)}
  .software-layout{grid-template-columns:44px 1fr;min-height:285px}.software-sidebar{gap:15px}.software-content{padding:19px 14px}.software-content-head span{display:none}
  .software-metrics{gap:5px}.software-metrics div{min-height:77px;padding:10px 8px}.software-metrics strong{font-size:15px}.software-metrics small{right:6px;bottom:6px;font-size:6px}
  .software-chart{height:133px}.chart-bars{gap:5px}
  .responsive-stage{min-height:365px}.device-desktop{width:90%;height:276px}.device-ui{grid-template-columns:50px 1fr}.device-ui aside{padding:19px 11px}.device-ui aside i{width:23px}.device-ui-content{padding:28px 19px}.device-ui-content strong{font-size:17px}.ui-cards i{height:49px}
  .device-tablet{top:125px;height:218px}.device-mobile{height:174px}
  .architecture-map{min-height:370px}.architecture-node{grid-template-columns:22px 1fr;min-width:99px;padding:10px 9px}.architecture-node > i{font-size:15px}.architecture-node strong{font-size:9px}.node-automation{min-width:126px}.node-api{left:36%;min-width:112px}.node-data{left:36%}
  .infrastructure-stack{padding:16px}.infra-layer{padding:10px;grid-template-columns:18px 25px minmax(0,1fr)}.infra-layer div small{font-size:8px}.infrastructure-foot{grid-template-columns:auto auto 1fr}.infrastructure-foot span:last-child{display:none}
  .own-tech-section{padding:84px 0 94px}
  .own-tech-heading{margin-bottom:38px}
  .own-product,.own-product--copy-right{grid-template-columns:1fr;grid-template-areas:"copy" "media";min-height:0}
  .own-product-copy,.own-product--copy-right .own-product-copy{border-left:0;border-right:0;border-bottom:1px solid #1d3150;padding:36px 25px}
  .own-product-media img{min-height:0;height:auto;aspect-ratio:1.84/1;object-fit:cover}
  .digital-learning-section{padding:86px 0 92px}
  .digital-learning-copy h2{max-width:600px}
  .education-real-primary{height:clamp(220px,52vw,310px)}
  .technical-architecture-section{padding:84px 0 92px}
  .technical-architecture-heading{margin-bottom:30px}.technical-architecture-heading h2{font-size:36px}.technical-architecture-heading p{font-size:14px}
  .technical-architecture-explorer{grid-template-columns:1fr;min-height:0;margin-bottom:26px}
  .architecture-instruction{position:static;margin-bottom:17px;text-align:left}
  .tech-architecture-scene{height:auto;perspective:none}
  .architecture-stack{display:flex;flex-direction:column;width:100%;height:auto;transform:none!important;gap:0}
  .architecture-vertical-path{display:none}
  .architecture-layer{position:relative;left:auto;top:auto!important;width:100%!important;height:80px;transform:none!important;border-radius:7px;box-shadow:0 5px 0 #050d1b;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;padding:0 17px;text-align:left;transition:background .25s ease,border-color .25s ease,opacity .3s ease}
  .architecture-layer::before{inset:6px}.architecture-layer::after{display:none}
  .architecture-layer-number,.architecture-layer-name,.architecture-layer-detail{position:static;transform:none}.architecture-layer-number{font-size:10px}.architecture-layer-name{font-size:13px}.architecture-layer-detail{justify-self:end;font-size:6px;text-align:right}
  .architecture-layer-objects{display:none}
  .architecture-layer:hover,.architecture-layer.is-active{transform:none!important}.architecture-layer.is-active{background:#123b73}
  .architecture-connection{position:relative;left:24px;top:auto!important;width:1px;height:22px;transform:none}.architecture-connection i{animation-duration:4s}
  .architecture-benefits{display:grid;grid-template-columns:1fr 1fr;margin-top:28px}.architecture-benefits > div{min-height:80px}.architecture-benefits > div + div{border-top:0}.architecture-benefits > div:nth-child(even){border-left:1px solid #1a2e48}.architecture-benefits > div:nth-child(n+3){border-top:1px solid #1a2e48}
  .architecture-active-panel > p{margin-left:0}.architecture-active-features{grid-template-columns:1fr 1fr}.architecture-principles{grid-template-columns:1fr}.architecture-principles li + li{border-left:0;border-top:1px solid #1a2e49}.architecture-principles li{padding:13px 15px}
  .technology-stack-section{padding:84px 0 92px}
  .technology-stack-heading{margin-bottom:44px}
  .technology-stack-heading h2{font-size:36px}.technology-stack-heading h2 br{display:none}.technology-stack-heading p{font-size:16px}
  .technology-stack-groups{grid-template-columns:1fr;gap:38px}
  .stack-group--wide{grid-column:auto}
  .stack-items--backend,.stack-items--frontend,.stack-items--infrastructure,.stack-items--databases,.stack-items--deployment,.stack-items--tools{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stack-group-heading{margin-bottom:15px}
  .stack-item{min-height:64px;padding:12px 14px}
  .stack-item strong{font-size:14px}
  .support-section{padding:72px 0}
  .support-panel{padding:68px 24px;border-radius:14px}
  .support-heading{margin-bottom:42px}.support-heading h2{font-size:36px}.support-heading h2 br{display:none}.support-heading p{font-size:15px}
  .support-grid{grid-template-columns:1fr;gap:14px}
  .support-card{min-height:230px;padding:25px 24px}
  .transformation-section{padding:84px 0 94px}
  .transformation-heading{margin-bottom:0}.transformation-heading h2{font-size:36px}.transformation-heading h2 br,.transformation-heading p br{display:none}.transformation-heading p{font-size:15px}
  .transformation-flow{margin-top:42px}
  .transformation-steps{grid-template-columns:1fr;gap:14px}
  .transformation-step{min-height:94px}
  .portfolio-section{padding:84px 0 92px}
  .portfolio-heading{margin-bottom:38px}.portfolio-heading h2{font-size:36px}.portfolio-heading h2 br{display:none}.portfolio-heading > p{font-size:15px}
  .portfolio-toolbar{align-items:flex-start;flex-direction:column;margin-bottom:24px}.portfolio-filters{width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:7px}.portfolio-filters .filter-btn{flex:0 0 auto}
  .portfolio-grid{grid-template-columns:1fr;gap:17px}
  .portfolio-media{aspect-ratio:1.85/1}
  .portfolio-footer{align-items:flex-start;flex-direction:column;gap:18px}
}
@media (max-width:420px){
  :root{--section-title:33px;--section-title-compact:33px}
  footer{padding-top:70px}.footer-grid{grid-template-columns:1fr;gap:36px}.footer-brand{grid-column:auto}.footer-logo{width:215px}.footer-legal{flex-direction:column;gap:8px}.footer-wordmark{height:72px;font-size:50px}
  .hero h1{font-size:37px}
  .hero-visual{width:108%;margin-left:-4%}
  .module-software{left:5%;width:31%}
  .module-api{left:68%;width:31%}
  .module-data{left:75%;width:25%}
  .module-cloud{left:68%;width:31%}
  .module-automation{left:5%;width:31%}
  .module-infrastructure{left:0;width:28%}
  .module-infrastructure strong{font-size:7.8px}
  .solutions-heading h2{font-size:32px}
  .solution-kicker{gap:10px}.solution-kicker i{width:28px}.solution-kicker strong{font-size:9px}
  .solution-copy h3{font-size:28px}
  .software-topbar{grid-template-columns:1fr auto}.software-topbar > span:nth-child(2){display:none}.software-layout{grid-template-columns:36px 1fr}.software-sidebar{padding:16px 0}.software-sidebar i{width:13px}.software-sidebar i.is-active{width:18px}
  .software-content{padding:15px 9px}.software-content-head{margin-bottom:14px}.software-metrics div{padding:8px 6px}.software-metrics span{font-size:7px}.software-metrics strong{font-size:13px}.software-metrics small{display:none}.software-chart{padding:12px}.chart-caption strong{display:none}.chart-grid{inset:42px 12px 16px}.chart-bars{inset:48px 18px 17px}
  .responsive-stage{min-height:330px}.device-desktop{height:245px}.device-ui{grid-template-columns:38px 1fr}.device-ui aside{padding:16px 8px}.device-ui aside b{width:18px;height:18px}.device-ui aside i{width:18px}.device-ui-content{padding:24px 14px}.device-ui-content strong{font-size:14px}.ui-cards i{height:38px}.device-tablet{top:113px;height:191px}.device-mobile{right:28%;width:21%;height:154px}
  .architecture-map{min-height:340px}.architecture-node{min-width:82px;padding:8px 7px;grid-template-columns:19px 1fr}.architecture-node > i{font-size:13px}.architecture-node small{font-size:6px}.architecture-node strong{font-size:8px}.node-api{min-width:91px;left:35%}.node-automation{min-width:106px}.node-erp{left:4%}.node-crm{right:3%}.node-payments{right:2%}.node-data{left:35%}
  .infrastructure-head{padding:13px 14px}.infrastructure-stack{padding:11px}.infra-layer{grid-template-columns:17px 22px minmax(0,1fr);gap:7px;padding:9px 7px}.infra-layer > i{font-size:16px}.infra-layer div strong{font-size:10px}.infra-layer div small{font-size:7px}.infrastructure-foot{padding:12px 14px}
  .api-proof-window > img{height:285px}.api-proof-detail{position:relative;right:auto;bottom:auto;width:100%;border:0;border-top:1px solid #51606b;border-radius:0 0 8px 8px;box-shadow:none}.api-proof-detail > img{height:115px}
  .own-tech-heading h2{font-size:34px}
  .own-product-copy{padding:31px 21px}.own-product-copy h3{font-size:29px}.own-product-actions{align-items:stretch}.own-product-primary,.own-product-secondary{flex:1;min-width:135px}
  .own-product-media img{aspect-ratio:1.55/1}.own-product-media figcaption{display:none}
  .digital-learning-copy h2{font-size:34px}.digital-learning-features{column-gap:16px}.digital-learning-actions{align-items:stretch}.digital-learning-primary,.digital-learning-secondary{flex:1;min-width:170px}
  .education-real-showcase{padding:8px}.education-real-thumbs{grid-template-columns:1fr}.education-real-thumbs figure{grid-template-columns:38% 1fr}.education-real-thumbs img{height:82px}
  .education-dashboard-ui{grid-template-columns:52px minmax(0,1fr);min-height:470px}.education-dashboard-sidebar{padding:14px 6px}.education-dashboard-sidebar img{width:38px;height:26px;margin-bottom:21px;object-fit:cover;object-position:left}.education-dashboard-sidebar nav span{justify-content:center;padding:9px 5px}.education-dashboard-sidebar nav span{font-size:0}.education-dashboard-sidebar nav i{font-size:13px}
  .education-dashboard-main{padding:11px}.education-course-grid{grid-template-columns:repeat(2,1fr)}.education-course-grid article{min-height:92px}.education-course-grid article strong{min-height:auto}.education-dashboard-lower{grid-template-columns:1fr}.education-summary{display:none}.digital-learning-visual figcaption{text-align:left}
  .technical-architecture-heading h2{font-size:33px}.architecture-active-panel{padding:22px 19px}.architecture-active-icon{width:50px;height:50px;font-size:22px}.architecture-active-head h3{font-size:22px}.architecture-active-features{grid-template-columns:1fr}.architecture-benefits{grid-template-columns:1fr}.architecture-benefits > div:nth-child(even){border-left:0}.architecture-benefits > div:nth-child(n+2){border-top:1px solid #1a2e48}.architecture-layer{grid-template-columns:36px minmax(0,1fr);height:72px;padding:0 14px}.architecture-layer-detail{display:none}
  .technology-stack-heading h2{font-size:33px}
  .stack-items--backend,.stack-items--frontend,.stack-items--infrastructure,.stack-items--databases,.stack-items--deployment,.stack-items--tools{grid-template-columns:1fr}
  .stack-item{min-height:62px}
  .support-panel{padding:58px 19px}
  .support-heading h2{font-size:32px}
  .support-card{min-height:220px;padding:23px 21px}
  .transformation-heading h2{font-size:33px}
  .transformation-step{grid-template-columns:44px minmax(0,1fr);padding:16px}.transformation-step-icon{width:44px;height:44px;font-size:20px}
  .portfolio-heading h2{font-size:33px}
  .portfolio-body{padding:22px 20px 19px}.portfolio-body h3{font-size:21px}
  .portfolio-toggle{width:100%;justify-content:center}
  .trust-section{padding:58px 0 54px}.trust-heading h2{font-size:30px}.trust-heading p{font-size:12.5px}
  .trust-logo{flex-basis:132px;height:58px;padding:8px 16px}.trust-logo img{max-width:100px;max-height:35px}
  .why-heading h2{font-size:33px}.why-heading p{font-size:14px}
  .why-card{padding:22px 20px}.why-card p{font-size:13px}
  .why-brand{grid-template-columns:1fr;gap:12px}.why-brand-mark{display:none}.why-brand a{grid-column:auto}
  .faq-section{padding:76px 0 82px}.faq-layout{gap:38px}
  .faq-office{aspect-ratio:1.03/1;border-radius:12px}.faq-monitor{left:17%;width:66%}.faq-monitor-screen{padding:18px;gap:13px;border-width:6px}.faq-monitor-screen small{font-size:6px}
  .faq-office-brand{left:5%;right:5%;bottom:5%;padding:10px;flex-direction:column;align-items:flex-start}.faq-office-brand img{width:135px}.faq-office-brand small{max-width:none;font-size:6px;text-align:left}
  .faq-visual figcaption{line-height:1.5;align-items:flex-start}.faq-heading h2{font-size:33px}.faq-heading h2 br{display:none}.faq-heading p{font-size:14px}.faq-q{padding:19px 1px}.faq-q span{font-size:15px}.faq-a p{font-size:13px}
  .contact-section{padding:72px 0 78px}.contact-shell{gap:18px}.contact-panel,.contact-form-panel{border-radius:12px}.contact-panel{padding:40px 24px 32px}.contact-panel h2{font-size:34px}.contact-panel-head > p{font-size:14px}.contact-chan{grid-template-columns:1fr;margin-top:30px}.contact-panel-brand{display:none}
  .contact-form-panel{padding:35px 24px 32px}.contact-form-heading h3{font-size:28px}.form-grid{grid-template-columns:1fr}.contact-submit{min-height:52px}
}
@media (hover:none),(pointer:coarse){
  .whatsapp-badge{width:54px}
  .whatsapp-badge span{display:none}
}
@media (prefers-reduced-motion: reduce){
  *{animation:none !important;transition:none !important}
  html{scroll-behavior:auto}
  .architecture-scene{transform:none !important}
  .needs-transfer span{display:none}
  .needs-solution-content{transition:none}
  .solutions-motion-ready .solutions-heading,
  .solutions-motion-ready .solution-copy > :not(.solution-index),
  .solutions-motion-ready .solution-index,
  .solutions-motion-ready .solution-visual{opacity:1;transform:none}
  .solutions-motion-ready .solution-kicker i{transform:scaleX(1)}
  .architecture-stack{transform:none!important}
  .architecture-layer,.architecture-connection{opacity:1!important;translate:0!important}
  .architecture-vertical-path i,.architecture-connection i{animation:none!important}
  .transformation-step{animation:none!important}
  .trust-track{animation:none;transform:none}.trust-logo-group[aria-hidden="true"]{display:none}
}
