:root{
  --obsidian:#0B0D14;
  --violet:#5D3EFF;
  --ivory:#F4F0E8;
  --graphite:#2A2D38;
  --mist:#D9DBE2;
  --line:rgba(217,219,226,.15);
  --line-strong:rgba(217,219,226,.28);
  --shell:min(1380px, calc(100% - 80px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:var(--ivory);
  color:var(--obsidian);
}
a{color:inherit;text-decoration:none}
button{font:inherit}

.hero{
  position:relative;
  min-height:100svh;
  overflow:hidden;
  background:var(--obsidian);
  color:var(--ivory);
  isolation:isolate;
}
.hero::before{
  content:"";
  position:absolute;
  inset:auto -16vw -38vw auto;
  width:76vw;
  aspect-ratio:1;
  border:1px solid rgba(93,62,255,.12);
  border-radius:50%;
  z-index:-2;
}
.hero-grid{
  position:absolute;
  inset:0;
  z-index:-3;
  opacity:.18;
  background-image:
    linear-gradient(to right, rgba(217,219,226,.09) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(217,219,226,.06) 1px, transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to right, transparent, #000 32%, #000 100%);
}
.shell{width:var(--shell);margin-inline:auto}

.nav{
  height:102px;
  display:grid;
  grid-template-columns:260px 1fr auto;
  align-items:center;
  gap:44px;
  border-bottom:1px solid var(--line);
}
.brand{display:inline-flex;width:220px}
.brand img{display:block;width:100%;height:auto}
.nav-links{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:34px;
  color:rgba(244,240,232,.66);
  font-size:14px;
}
.nav-links a,.campus-link{transition:color .2s ease}
.nav-links a:hover,.campus-link:hover{color:var(--ivory)}
.campus-link{
  font-size:14px;
  font-weight:700;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:44px;
  padding:0 16px;
  border:1px solid var(--line);
  background:rgba(244,240,232,.02);
}
.campus-link span{color:var(--violet);font-size:18px}
.menu-toggle{display:none}

.hero-content{
  min-height:calc(100svh - 150px);
  display:grid;
  grid-template-columns:minmax(0, 1.03fr) minmax(500px, .97fr);
  align-items:center;
  gap:52px;
  padding:70px 0 105px;
}
.copy{max-width:730px;position:relative;z-index:2}
.eyebrow{
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 0 24px;
  color:rgba(244,240,232,.56);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
}
.eyebrow::before{
  content:"";
  width:44px;height:3px;
  border-radius:999px;
  background:var(--violet);
}
h1{
  margin:0;
  max-width:760px;
  font-size:clamp(58px,5.6vw,92px);
  line-height:.94;
  letter-spacing:-.055em;
  font-weight:780;
}
h1 span{display:block;color:var(--ivory);position:relative}
h1 span::after{
  content:"";
  display:inline-block;
  width:13px;height:13px;
  margin-left:14px;
  vertical-align:12%;
  background:var(--violet);
}
.lead{
  max-width:620px;
  margin:30px 0 0;
  color:rgba(244,240,232,.68);
  font-size:18px;
  line-height:1.65;
}
.micro-benefits{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.micro-benefits span{
  min-height:34px;
  padding:0 14px;
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(217,219,226,.18);
  background:rgba(244,240,232,.04);
  color:rgba(244,240,232,.82);
  font-size:12px;
  font-weight:700;
  letter-spacing:.01em;
}
.actions{display:flex;gap:14px;align-items:center;margin-top:34px}
.btn{
  min-height:54px;
  padding:0 22px;
  border-radius:4px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  font-size:14px;
  font-weight:800;
  transition:transform .2s ease, background .2s ease, border .2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg, #5D3EFF, #745CFF);color:white;min-width:210px;position:relative;overflow:hidden;box-shadow:0 18px 44px rgba(93,62,255,.18)}
.btn-primary::after{content:"";position:absolute;inset:-10px auto -10px -32%;width:22%;background:linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);transform:translateX(-150%) skewX(-24deg);animation:ctaSheen 6.8s ease-in-out infinite}
.btn-primary:hover{background:#684cff}
.btn-ghost{border:1px solid var(--line-strong);color:rgba(244,240,232,.92);background:rgba(244,240,232,.02)}
.btn-ghost:hover{border-color:rgba(244,240,232,.55)}

.proof{
  margin-top:42px;
  padding-top:20px;
  border-top:1px solid var(--line);
  max-width:650px;
}
.proof>span{
  display:block;
  color:rgba(244,240,232,.38);
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.proof-list{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px}
.proof-list b{font-size:12px;font-weight:650;color:rgba(244,240,232,.74)}
.proof-list i{width:3px;height:3px;background:var(--violet);display:block}

.network-stage{
  position:relative;
  width:100%;
  max-width:650px;
  aspect-ratio:1.02;
  justify-self:end;
}
.ambient-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(34px);
  pointer-events:none;
}
.orb-a{
  width:170px;height:170px;
  left:11%;top:18%;
  background:radial-gradient(circle, rgba(93,62,255,.22), rgba(93,62,255,0));
  animation:driftA 12s ease-in-out infinite;
}
.orb-b{
  width:220px;height:220px;
  right:8%;bottom:14%;
  background:radial-gradient(circle, rgba(244,240,232,.08), rgba(244,240,232,0));
  animation:driftB 14s ease-in-out infinite;
}
.scan-beam{
  position:absolute;
  inset:7% 10% 8% 10%;
  pointer-events:none;
  background:linear-gradient(115deg, transparent 38%, rgba(93,62,255,.03) 46%, rgba(93,62,255,.22) 50%, rgba(244,240,232,.06) 54%, transparent 62%);
  mix-blend-mode:screen;
  filter:blur(6px);
  transform:translateX(-120%) translateY(6%) rotate(0deg);
  animation:beamSweep 7.2s ease-in-out infinite;
}
.emblem-watermark{
  position:absolute;
  inset:19% 18% 18% 19%;
  opacity:.16;
  animation:floatCore 9s ease-in-out infinite;
}
.emblem-watermark .ring{
  position:absolute;
  inset:12%;
  border:40px solid var(--ivory);
  border-right-color:transparent;
  border-radius:50%;
  transform:rotate(-35deg);
  animation:ringTurn 18s linear infinite;
}
.emblem-watermark .bit{
  position:absolute;
  width:54px;height:54px;
  top:17%;right:13%;
  background:var(--violet);
  box-shadow:0 0 22px rgba(93,62,255,.34);
  animation:bitHover 3.8s ease-in-out infinite;
}
.connections{
  position:absolute;
  inset:0;
  width:100%;height:100%;
  overflow:visible;
}
.connections path{
  fill:none;
  stroke:rgba(217,219,226,.27);
  stroke-width:1;
  vector-effect:non-scaling-stroke;
  stroke-dasharray:2 10;
  animation:lineShift 15s linear infinite;
}
.connections circle{fill:var(--violet);opacity:.8}

.activation{
  position:absolute;
  left:49.2%;top:47.2%;
  width:12px;height:12px;
  background:var(--violet);
  box-shadow:0 0 0 8px rgba(93,62,255,.11), 0 0 28px rgba(93,62,255,.38);
  animation:pulse 2.8s ease-in-out infinite;
}

.node{
  position:absolute;
  min-width:174px;
  padding:15px 16px 14px;
  border:1px solid rgba(217,219,226,.18);
  background:rgba(11,13,20,.82);
  backdrop-filter:blur(8px);
  transition:border .2s ease, transform .2s ease, background .2s ease, box-shadow .2s ease;
  animation:nodeFloat 6.6s ease-in-out infinite;
}
.node:hover{
  border-color:rgba(93,62,255,.7);
  transform:translateY(-3px);
  background:rgba(42,45,56,.92);
}
.node.is-lit{
  border-color:rgba(93,62,255,.88);
  box-shadow:0 0 0 1px rgba(93,62,255,.16), 0 0 26px rgba(93,62,255,.22);
  background:rgba(27,31,48,.96);
}
.node small{
  display:block;
  margin-bottom:7px;
  color:rgba(244,240,232,.36);
  font-size:8px;
  font-weight:850;
  letter-spacing:.15em;
}
.node strong{display:block;font-size:15px;letter-spacing:-.015em}
.node span{display:block;margin-top:8px;color:rgba(244,240,232,.44);font-size:10px}
.node.compact{min-width:135px;padding:12px 14px}
.node.compact strong{font-size:13px}
.n1{right:-1%;top:13%;animation-delay:.15s}
.n2{right:-5%;top:36%;animation-delay:.65s}
.n3{right:0;top:63%;animation-delay:1.15s}
.n4{left:-1%;top:15%;animation-delay:1.75s}
.n5{left:-5%;top:56%;animation-delay:2.25s}
.n6{left:27%;bottom:0;animation-delay:2.75s}

.premium-card{
  position:absolute;
  left:8%;
  bottom:7%;
  width:274px;
  padding:18px 20px;
  border:1px solid rgba(217,219,226,.18);
  background:linear-gradient(180deg, rgba(244,240,232,.07), rgba(244,240,232,.025));
  backdrop-filter:blur(12px);
  box-shadow:0 18px 42px rgba(0,0,0,.24);
}
.premium-card small{
  display:block;
  color:rgba(244,240,232,.34);
  font-size:8px;
  font-weight:850;
  letter-spacing:.16em;
  margin-bottom:8px;
}
.premium-card strong{
  display:block;
  font-size:20px;
  line-height:1.05;
  letter-spacing:-.03em;
  margin-bottom:10px;
}
.premium-card p{
  margin:0;
  color:rgba(244,240,232,.62);
  font-size:12px;
  line-height:1.55;
}

.network-caption{
  position:absolute;
  right:7%;
  bottom:4%;
  margin:0;
  color:rgba(244,240,232,.23);
  font-size:8px;
  font-weight:800;
  letter-spacing:.18em;
  writing-mode:vertical-rl;
}

.scroll-cue{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:12px;
  pointer-events:none;
}
.scroll-cue span{display:block;width:44px;height:1px;background:var(--violet)}
.scroll-cue p{margin:0;color:rgba(244,240,232,.28);font-size:8px;font-weight:800;letter-spacing:.2em}

.reveal{
  opacity:0;
  transform:translateY(18px);
  animation:reveal .72s cubic-bezier(.2,.7,.2,1) forwards;
}
.delay-1{animation-delay:.08s}.delay-2{animation-delay:.16s}
.delay-3{animation-delay:.24s}.delay-4{animation-delay:.32s}.delay-5{animation-delay:.40s}
@keyframes reveal{to{opacity:1;transform:none}}
@keyframes pulse{
  0%,100%{box-shadow:0 0 0 8px rgba(93,62,255,.10), 0 0 28px rgba(93,62,255,.34)}
  50%{box-shadow:0 0 0 16px rgba(93,62,255,.02), 0 0 38px rgba(93,62,255,.46)}
}
@keyframes nodeFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-6px)}
}
@keyframes bitHover{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-7px) scale(1.02)}
}
@keyframes floatCore{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-9px)}
}
@keyframes ringTurn{
  from{transform:rotate(-35deg)}
  to{transform:rotate(325deg)}
}
@keyframes beamSweep{
  0%,12%{opacity:0;transform:translateX(-120%) translateY(6%)}
  18%{opacity:.95}
  50%{opacity:.85}
  78%{opacity:0;transform:translateX(120%) translateY(-6%)}
  100%{opacity:0;transform:translateX(120%) translateY(-6%)}
}
@keyframes driftA{
  0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(18px,-14px,0)}
}
@keyframes driftB{
  0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(-16px,16px,0)}
}
@keyframes lineShift{
  from{stroke-dashoffset:0}
  to{stroke-dashoffset:-180}
}
@keyframes ctaSheen{
  0%,70%,100%{transform:translateX(-150%)}
  82%{transform:translateX(160%)}
}

@media (max-width:1100px){
  :root{--shell:calc(100% - 48px)}
  .nav{grid-template-columns:210px 1fr auto;gap:24px}
  .brand{width:190px}
  .nav-links{gap:20px}
  .hero-content{grid-template-columns:1fr 460px;gap:20px}
  h1{font-size:clamp(54px,6.5vw,74px)}
  .network-stage{transform:scale(.92);transform-origin:right center}
}

@media (max-width:860px){
  :root{--shell:calc(100% - 36px)}
  .hero{min-height:auto}
  .hero-grid{background-size:54px 54px;opacity:.12}
  .nav{
    height:82px;
    grid-template-columns:1fr auto;
    gap:14px;
    position:relative;
  }
  .brand{width:180px}
  .campus-link{display:none}
  .menu-toggle{
    display:grid;
    place-content:center;
    gap:6px;
    width:44px;height:44px;
    border:1px solid var(--line);
    background:transparent;color:var(--ivory);
    cursor:pointer;
  }
  .menu-toggle span{display:block;width:18px;height:1px;background:currentColor}
  .nav-links{
    display:none;
    position:absolute;
    top:82px;left:0;right:0;
    padding:18px;
    background:var(--obsidian);
    border-bottom:1px solid var(--line);
    flex-direction:column;
    align-items:flex-start;
    z-index:20;
  }
  .nav-links.open{display:flex}
  .hero-content{
    min-height:auto;
    grid-template-columns:1fr;
    gap:34px;
    padding:68px 0 62px;
  }
  .copy{max-width:100%}
  h1{
    font-size:clamp(48px,13vw,72px);
    max-width:680px;
  }
  h1 span::after{width:10px;height:10px;margin-left:8px}
  .lead{font-size:16px;max-width:600px}
  .proof{margin-top:34px}
  .micro-benefits span{font-size:11px}
  .premium-card{left:4%;bottom:5%;width:220px}
  .network-stage{
    max-width:620px;
    justify-self:center;
    transform:none;
    margin-top:4px;
  }
  .scroll-cue{display:none}
}

@media (max-width:560px){
  :root{--shell:calc(100% - 28px)}
  .brand{width:166px}
  .hero-content{padding:56px 0 44px}
  .eyebrow{font-size:9px;letter-spacing:.14em;margin-bottom:20px}
  h1{font-size:clamp(46px,14vw,62px);line-height:.96;letter-spacing:-.06em}
  .lead{margin-top:24px;line-height:1.55}
  .actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .micro-benefits{gap:8px}
  .micro-benefits span{min-height:30px;padding:0 10px;font-size:10px}
  .premium-card{left:3%;bottom:6%;width:180px;padding:12px}
  .premium-card strong{font-size:14px}
  .premium-card p{font-size:10px;line-height:1.35}
  .btn{min-width:0;padding:0 15px;gap:10px;font-size:12px}
  .proof-list{gap:9px}
  .proof-list b{font-size:10px}
  .network-stage{
    aspect-ratio:.9;
    width:108%;
    margin-left:-4%;
    margin-top:4px;
  }
  .connections{transform:scale(.94);transform-origin:center}
  .emblem-watermark{inset:22% 18% 18% 18%}
  .emblem-watermark .ring{border-width:28px}
  .emblem-watermark .bit{width:38px;height:38px}
  .node{min-width:132px;padding:10px}
  .node strong{font-size:12px}
  .node small{font-size:7px}
  .node span{font-size:8px}
  .node.compact{min-width:108px;padding:9px}
  .node.compact strong{font-size:10px}
  .n1{right:0;top:11%}.n2{right:-1%;top:37%}.n3{right:2%;top:65%}
  .n4{left:0;top:14%}.n5{left:-1%;top:58%}.n6{left:30%;bottom:0}
  .network-caption{display:none}
  .activation{width:9px;height:9px}
  .demo-next{padding:80px 20px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;animation:none}
  .activation,.ambient-orb,.scan-beam,.emblem-watermark,.emblem-watermark .ring,.emblem-watermark .bit,.connections path,.btn-primary::after,.node{animation:none !important}
  .btn,.node{transition:none}
}



/* =========================
   02 · ECOSISTEMA DE ACADEMIAS
   ========================= */
.ecosystem-section{
  position:relative;
  overflow:hidden;
  padding:132px 0 118px;
  background:var(--ivory);
  color:var(--obsidian);
}
.ecosystem-section::before{
  content:"";
  position:absolute;
  width:720px;
  height:720px;
  border:1px solid rgba(93,62,255,.08);
  border-radius:50%;
  right:-420px;
  top:-120px;
}
.ecosystem-section::after{
  content:"";
  position:absolute;
  width:10px;
  height:10px;
  background:var(--violet);
  right:7%;
  top:122px;
  box-shadow:0 0 0 10px rgba(93,62,255,.07);
}
.ecosystem-shell{position:relative;z-index:2}

.ecosystem-heading{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);
  gap:74px;
  align-items:end;
  padding-bottom:62px;
  border-bottom:1px solid rgba(11,13,20,.12);
}
.section-kicker{
  margin:0 0 22px;
  color:var(--violet);
  font-size:10px;
  font-weight:850;
  letter-spacing:.19em;
}
.ecosystem-heading h2{
  margin:0;
  font-size:clamp(54px,5.3vw,84px);
  line-height:.94;
  letter-spacing:-.055em;
  font-weight:800;
}
.ecosystem-heading h2 span{
  color:#6B6E77;
  font-weight:540;
}
.ecosystem-copy{
  max-width:520px;
  padding-bottom:3px;
}
.ecosystem-copy p{
  margin:0;
  color:#60636D;
  font-size:16px;
  line-height:1.7;
}
.ecosystem-copy .ecosystem-note{
  margin-top:18px;
  color:#8A8C93;
  font-size:12px;
  line-height:1.55;
}

.profession-cloud{
  position:relative;
  margin:26px 0 0;
  padding:26px 0;
  overflow:hidden;
  border-top:1px solid rgba(11,13,20,.06);
  border-bottom:1px solid rgba(11,13,20,.10);
}
.profession-cloud::before,
.profession-cloud::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:90px;
  z-index:4;
  pointer-events:none;
}
.profession-cloud::before{
  left:0;
  background:linear-gradient(to right,var(--ivory),transparent);
}
.profession-cloud::after{
  right:0;
  background:linear-gradient(to left,var(--ivory),transparent);
}
.profession-row{
  display:flex;
  align-items:center;
  width:max-content;
  min-width:100%;
  gap:18px;
  padding:9px 0;
  white-space:nowrap;
}
.profession-row span{
  font-size:clamp(18px,2vw,30px);
  font-weight:720;
  letter-spacing:-.03em;
  color:#2E3038;
}
.profession-row i{
  display:block;
  width:5px;
  height:5px;
  background:var(--violet);
  flex:0 0 auto;
}
.row-a{animation:marqueeA 36s linear infinite}
.row-b{
  margin-left:-11%;
  animation:marqueeB 42s linear infinite;
}
.row-c{
  margin-left:-4%;
  animation:marqueeA 46s linear infinite;
}
.profession-row:hover{animation-play-state:paused}

.ecosystem-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  margin-top:30px;
  background:rgba(11,13,20,.13);
  border:1px solid rgba(11,13,20,.13);
}
.ecosystem-pillar{
  position:relative;
  min-height:390px;
  padding:30px 28px 28px;
  background:var(--ivory);
  transition:background .25s ease, transform .25s ease;
}
.ecosystem-pillar:hover{
  background:#EFEBE3;
  transform:translateY(-3px);
}
.pillar-number{
  display:block;
  color:#A0A2A8;
  font-size:10px;
  font-weight:900;
  letter-spacing:.15em;
}
.pillar-kicker{
  position:absolute;
  left:28px;
  bottom:172px;
  margin:0;
  color:var(--violet);
  font-size:8px;
  font-weight:900;
  letter-spacing:.17em;
}
.ecosystem-pillar h3{
  position:absolute;
  left:28px;
  right:28px;
  bottom:92px;
  margin:0;
  max-width:340px;
  font-size:clamp(27px,2.6vw,39px);
  line-height:.98;
  letter-spacing:-.045em;
}
.ecosystem-pillar>p:last-child{
  position:absolute;
  left:28px;
  right:28px;
  bottom:27px;
  margin:0;
  max-width:370px;
  color:#71737B;
  font-size:12px;
  line-height:1.55;
}

.ecosystem-footer{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:40px;
  margin-top:66px;
}
.ecosystem-claim{
  display:grid;
  grid-template-columns:22px minmax(0,780px);
  gap:22px;
  align-items:start;
}
.claim-bit{
  display:block;
  width:12px;
  height:12px;
  margin-top:8px;
  background:var(--violet);
  box-shadow:0 0 0 8px rgba(93,62,255,.07);
}
.ecosystem-claim p{
  margin:0;
  color:#686A72;
  font-size:clamp(25px,2.7vw,40px);
  line-height:1.22;
  letter-spacing:-.035em;
}
.ecosystem-claim strong{
  color:var(--obsidian);
}
.ecosystem-cta{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:22px;
  min-height:50px;
  padding:0 18px;
  border:1px solid rgba(11,13,20,.16);
  color:var(--obsidian);
  font-size:11px;
  font-weight:850;
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}
.ecosystem-cta span{color:var(--violet);font-size:16px}
.ecosystem-cta:hover{
  background:var(--obsidian);
  color:var(--ivory);
  border-color:var(--obsidian);
}

@keyframes marqueeA{
  from{transform:translateX(0)}
  to{transform:translateX(-8%)}
}
@keyframes marqueeB{
  from{transform:translateX(-7%)}
  to{transform:translateX(2%)}
}

@media(max-width:900px){
  .ecosystem-section{padding:94px 0 84px}
  .ecosystem-heading{
    grid-template-columns:1fr;
    gap:30px;
    padding-bottom:42px;
  }
  .ecosystem-copy{max-width:650px}
  .ecosystem-grid{grid-template-columns:1fr}
  .ecosystem-pillar{min-height:275px}
  .pillar-kicker{bottom:142px}
  .ecosystem-pillar h3{bottom:76px}
  .ecosystem-pillar>p:last-child{bottom:22px}
  .ecosystem-footer{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media(max-width:560px){
  .ecosystem-section{padding:74px 0 68px}
  .ecosystem-section::after{right:18px;top:84px}
  .ecosystem-heading{padding-bottom:34px}
  .ecosystem-heading h2{font-size:clamp(46px,13vw,60px)}
  .ecosystem-copy p{font-size:15px}
  .profession-cloud{margin-top:18px;padding:18px 0}
  .profession-row{gap:12px;padding:7px 0}
  .profession-row span{font-size:20px}
  .profession-row i{width:4px;height:4px}
  .ecosystem-grid{margin-top:20px}
  .ecosystem-pillar{
    min-height:285px;
    padding:22px 20px;
  }
  .pillar-kicker{left:20px;bottom:150px}
  .ecosystem-pillar h3{
    left:20px;right:20px;bottom:78px;
    font-size:31px;
  }
  .ecosystem-pillar>p:last-child{
    left:20px;right:20px;bottom:20px;
    font-size:11px;
  }
  .ecosystem-footer{margin-top:48px}
  .ecosystem-claim{
    grid-template-columns:14px 1fr;
    gap:15px;
  }
  .claim-bit{
    width:9px;height:9px;margin-top:6px;
  }
  .ecosystem-claim p{font-size:27px}
  .ecosystem-cta{width:100%;justify-content:space-between}
}

@media(prefers-reduced-motion:reduce){
  .profession-row{animation:none!important}
}


/* =========================
   NAV V8
   ========================= */
.nav{
  grid-template-columns:220px minmax(0,1fr) auto;
  gap:26px;
}
.nav-links{
  gap:24px;
}
.nav-links>a,
.nav-trigger{
  color:rgba(244,240,232,.66);
  font-size:13px;
  font-weight:520;
}
.nav-trigger{
  display:flex;
  align-items:center;
  gap:7px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
}
.nav-trigger span{
  color:rgba(244,240,232,.34);
  font-size:12px;
  transition:transform .2s ease;
}
.nav-item{
  position:relative;
  display:flex;
  align-items:center;
  min-height:102px;
}
.nav-item.open .nav-trigger,
.nav-trigger:hover{color:var(--ivory)}
.nav-item.open .nav-trigger span{transform:rotate(180deg)}

.nav-actions{
  display:flex;
  align-items:center;
  gap:9px;
}
.search-button{
  width:44px;
  height:44px;
  border:1px solid var(--line);
  background:rgba(244,240,232,.02);
  color:rgba(244,240,232,.78);
  cursor:pointer;
  font-size:22px;
  line-height:1;
}
.search-button:hover{
  border-color:rgba(244,240,232,.34);
  color:var(--ivory);
}

.mega-menu{
  display:none;
  position:absolute;
  top:86px;
  left:-245px;
  width:min(900px,84vw);
  padding:26px 28px 30px;
  background:rgba(11,13,20,.985);
  border:1px solid rgba(244,240,232,.12);
  box-shadow:0 28px 70px rgba(0,0,0,.42);
  backdrop-filter:blur(18px);
  z-index:100;
}
.nav-item.open>.mega-menu{display:block}
.mega-head{
  display:flex;
  justify-content:space-between;
  gap:30px;
  padding-bottom:18px;
  margin-bottom:22px;
  border-bottom:1px solid rgba(244,240,232,.09);
}
.mega-head p{
  margin:0;
  color:rgba(244,240,232,.32);
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
}
.mega-head a{
  color:rgba(244,240,232,.74);
  font-size:11px;
  font-weight:750;
}
.mega-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}
.mega-grid>div{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.mega-grid small{
  margin-bottom:14px;
  color:var(--violet);
  font-size:8px;
  font-weight:900;
  letter-spacing:.15em;
}
.mega-grid a{
  padding:6px 0;
  color:rgba(244,240,232,.70);
  font-size:12px;
}
.mega-grid a:hover{color:var(--ivory)}
.mega-grid .mega-more{
  margin-top:5px;
  color:rgba(244,240,232,.39);
}

.small-dropdown{
  display:none;
  position:absolute;
  top:86px;
  left:-20px;
  width:205px;
  padding:12px;
  background:rgba(11,13,20,.985);
  border:1px solid rgba(244,240,232,.12);
  box-shadow:0 24px 55px rgba(0,0,0,.36);
  z-index:100;
}
.nav-item.open>.small-dropdown{display:grid}
.small-dropdown a{
  padding:10px 10px;
  color:rgba(244,240,232,.68);
  font-size:12px;
}
.small-dropdown a:hover{
  color:var(--ivory);
  background:rgba(244,240,232,.04);
}

/* =========================
   03 · CÓMO FUNCIONA
   ========================= */
.how-section{
  position:relative;
  overflow:hidden;
  background:var(--obsidian);
  color:var(--ivory);
  padding:130px 0 116px;
}
.how-section::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.14;
  background-image:
    linear-gradient(to right,rgba(244,240,232,.06) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(244,240,232,.045) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom,transparent,#000 16%,#000 84%,transparent);
}
.how-shell{position:relative;z-index:2}
.how-head{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);
  gap:74px;
  align-items:end;
  padding-bottom:58px;
  border-bottom:1px solid rgba(244,240,232,.11);
}
.how-head h2{
  margin:0;
  font-size:clamp(54px,5.3vw,84px);
  line-height:.94;
  letter-spacing:-.055em;
  font-weight:790;
}
.how-head h2 span{
  color:rgba(244,240,232,.38);
  font-weight:520;
}
.how-intro{
  max-width:520px;
}
.how-intro p{
  margin:0;
  color:rgba(244,240,232,.58);
  font-size:16px;
  line-height:1.72;
}

.how-flow{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  margin-top:28px;
  background:rgba(244,240,232,.10);
  border:1px solid rgba(244,240,232,.10);
}
.how-step{
  position:relative;
  min-height:460px;
  padding:26px 24px;
  background:rgba(11,13,20,.96);
  overflow:hidden;
  transition:background .25s ease,transform .25s ease;
}
.how-step:hover,
.how-step.active{
  background:rgba(26,29,42,.98);
}
.how-step:hover{transform:translateY(-3px)}
.how-step::after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-95px;
  top:70px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(93,62,255,.12),transparent 68%);
  opacity:0;
  transition:opacity .25s ease;
}
.how-step:hover::after,
.how-step.active::after{opacity:1}

.step-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.step-number{
  color:rgba(244,240,232,.26);
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
}
.step-bit{
  width:7px;
  height:7px;
  background:rgba(244,240,232,.16);
  transition:background .2s ease,box-shadow .2s ease;
}
.how-step.active .step-bit{
  background:var(--violet);
  box-shadow:0 0 0 7px rgba(93,62,255,.08),0 0 20px rgba(93,62,255,.30);
}

.step-icon{
  position:absolute;
  top:86px;
  left:24px;
  width:90px;
  height:90px;
}
.profession-icon span{
  position:absolute;
  border:1px solid rgba(244,240,232,.20);
}
.profession-icon span:nth-child(1){inset:10px 22px 28px 6px}
.profession-icon span:nth-child(2){inset:26px 6px 10px 28px}
.profession-icon span:nth-child(3){
  width:12px;height:12px;
  border:0;
  right:11px;top:11px;
  background:var(--violet);
}

.route-icon span{
  position:absolute;
  height:1px;
  background:rgba(244,240,232,.22);
  transform-origin:left center;
}
.route-icon span:nth-child(1){width:72px;left:5px;top:18px}
.route-icon span:nth-child(2){width:50px;left:29px;top:43px;transform:rotate(28deg)}
.route-icon span:nth-child(3){
  width:12px;height:12px;
  right:6px;bottom:13px;
  background:var(--violet);
}

.learn-icon span{
  position:absolute;
  border:1px solid rgba(244,240,232,.20);
}
.learn-icon span:nth-child(1){inset:10px 24px 20px 8px}
.learn-icon span:nth-child(2){inset:20px 8px 10px 24px}
.learn-icon span:nth-child(3){
  width:10px;height:10px;
  border:0;
  left:11px;bottom:10px;
  background:var(--violet);
}

.evolve-icon span{
  position:absolute;
  left:8px;
  bottom:10px;
  height:1px;
  background:rgba(244,240,232,.20);
  transform-origin:left center;
}
.evolve-icon span:nth-child(1){width:42px;transform:rotate(-55deg)}
.evolve-icon span:nth-child(2){width:67px;left:31px;bottom:44px;transform:rotate(-26deg)}
.evolve-icon span:nth-child(3){
  width:12px;height:12px;
  left:auto;right:3px;top:10px;
  background:var(--violet);
}

.step-label{
  position:absolute;
  left:24px;
  bottom:165px;
  margin:0;
  color:var(--violet);
  font-size:8px;
  font-weight:900;
  letter-spacing:.17em;
}
.how-step h3{
  position:absolute;
  left:24px;
  right:24px;
  bottom:92px;
  margin:0;
  font-size:clamp(25px,2.25vw,34px);
  line-height:1;
  letter-spacing:-.04em;
}
.how-step>p:last-child{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  margin:0;
  color:rgba(244,240,232,.50);
  font-size:11px;
  line-height:1.55;
}

.how-path{
  position:relative;
  height:34px;
  margin:24px 2% 0;
}
.path-line{
  position:absolute;
  left:0;right:0;top:16px;
  height:1px;
  background:rgba(244,240,232,.12);
}
.path-dot{
  position:absolute;
  top:12px;
  width:9px;height:9px;
  border:1px solid rgba(244,240,232,.30);
  background:var(--obsidian);
}
.path-dot.d1{left:0}
.path-dot.d2{left:33.33%}
.path-dot.d3{left:66.66%}
.path-dot.d4{right:0}
.path-signal{
  position:absolute;
  top:12px;
  left:0;
  width:9px;height:9px;
  background:var(--violet);
  box-shadow:0 0 0 8px rgba(93,62,255,.07);
  animation:pathTravel 6.4s ease-in-out infinite;
}

.how-footer{
  display:flex;
  justify-content:space-between;
  gap:40px;
  align-items:flex-end;
  margin-top:58px;
}
.how-footer p{
  margin:0;
  max-width:770px;
  color:rgba(244,240,232,.48);
  font-size:clamp(23px,2.45vw,35px);
  line-height:1.28;
  letter-spacing:-.03em;
}
.how-footer strong{color:var(--ivory)}
.how-cta{
  flex:0 0 auto;
  min-height:49px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  gap:24px;
  border:1px solid rgba(244,240,232,.18);
  font-size:11px;
  font-weight:850;
}
.how-cta span{color:var(--violet);font-size:16px}
.how-cta:hover{border-color:rgba(93,62,255,.75)}

@keyframes pathTravel{
  0%,8%{left:0}
  28%{left:33.33%}
  52%{left:66.66%}
  76%,92%{left:calc(100% - 9px)}
  100%{left:0}
}

@media(max-width:1180px){
  .nav{grid-template-columns:190px minmax(0,1fr) auto;gap:18px}
  .brand{width:185px}
  .nav-links{gap:16px}
  .nav-links>a,.nav-trigger{font-size:12px}
  .campus-link{padding:0 12px;font-size:12px}
  .mega-menu{left:-190px;width:min(820px,82vw)}
}

@media(max-width:900px){
  .nav{grid-template-columns:1fr auto}
  .nav-actions{display:none}
  .nav-links{
    top:82px;
    padding:18px;
    max-height:calc(100svh - 82px);
    overflow:auto;
  }
  .nav-item{
    min-height:auto;
    width:100%;
    display:block;
  }
  .nav-trigger{
    width:100%;
    justify-content:space-between;
    padding:10px 0;
  }
  .mega-menu,
  .small-dropdown{
    position:static;
    width:100%;
    margin-top:8px;
    box-shadow:none;
    border-color:rgba(244,240,232,.08);
    background:rgba(244,240,232,.025);
  }
  .mega-grid{grid-template-columns:1fr 1fr}
  .how-section{padding:94px 0 84px}
  .how-head{
    grid-template-columns:1fr;
    gap:30px;
    padding-bottom:42px;
  }
  .how-flow{grid-template-columns:1fr 1fr}
  .how-step{min-height:400px}
  .how-path{display:none}
  .how-footer{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media(max-width:560px){
  .mega-grid{grid-template-columns:1fr}
  .mega-head{align-items:flex-start;flex-direction:column}
  .how-section{padding:74px 0 68px}
  .how-head h2{font-size:clamp(46px,13vw,60px)}
  .how-intro p{font-size:15px}
  .how-flow{grid-template-columns:1fr}
  .how-step{min-height:365px;padding:20px}
  .step-icon{left:20px;top:74px}
  .step-label{left:20px;bottom:145px}
  .how-step h3{left:20px;right:20px;bottom:76px;font-size:30px}
  .how-step>p:last-child{left:20px;right:20px;bottom:18px}
  .how-footer{margin-top:46px}
  .how-footer p{font-size:26px}
  .how-cta{width:100%;justify-content:space-between}
}

@media(prefers-reduced-motion:reduce){
  .path-signal{animation:none!important}
}


/* =========================
   MENÚ FIJO / STICKY V9
   ========================= */
.site-nav{
  position:fixed;
  top:0;
  left:50%;
  transform:translateX(-50%);
  z-index:1000;
  transition:
    background .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    backdrop-filter .28s ease;
}
.site-nav.is-scrolled{
  background:rgba(11,13,20,.88);
  border-bottom-color:rgba(244,240,232,.10);
  box-shadow:0 12px 32px rgba(0,0,0,.22);
  backdrop-filter:blur(18px);
}
.hero{
  padding-top:102px;
}
@media(max-width:900px){
  .hero{padding-top:82px}
  .site-nav{
    width:100%;
    padding-left:18px;
    padding-right:18px;
  }
}

/* =========================
   04 · CONETBIT CAMPUS
   ========================= */
.campus-section{
  position:relative;
  overflow:hidden;
  padding:132px 0 118px;
  background:#E9E6DF;
  color:var(--obsidian);
}
.campus-section::before{
  content:"";
  position:absolute;
  width:760px;
  height:760px;
  border-radius:50%;
  border:1px solid rgba(93,62,255,.08);
  left:-460px;
  bottom:-420px;
}
.campus-shell{position:relative;z-index:2}

.campus-head{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);
  gap:74px;
  align-items:end;
  padding-bottom:60px;
  border-bottom:1px solid rgba(11,13,20,.12);
}
.campus-head h2{
  margin:0;
  font-size:clamp(54px,5.3vw,84px);
  line-height:.94;
  letter-spacing:-.055em;
  font-weight:800;
}
.campus-head h2 span{
  color:#70727A;
  font-weight:520;
}
.campus-intro{
  max-width:520px;
}
.campus-intro p{
  margin:0;
  color:#60636D;
  font-size:16px;
  line-height:1.7;
}
.campus-text-link{
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin-top:24px;
  font-size:11px;
  font-weight:850;
}
.campus-text-link span{color:var(--violet);font-size:16px}

.campus-showcase{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(300px,.55fr);
  gap:28px;
  margin-top:30px;
  align-items:stretch;
}
.campus-browser{
  overflow:hidden;
  min-height:650px;
  border:1px solid rgba(11,13,20,.14);
  background:#11141D;
  box-shadow:0 32px 80px rgba(11,13,20,.15);
}
.browser-top{
  height:48px;
  display:grid;
  grid-template-columns:90px 1fr 40px;
  align-items:center;
  padding:0 14px;
  background:#F1EEE7;
  border-bottom:1px solid rgba(11,13,20,.10);
}
.browser-dots{
  display:flex;
  gap:6px;
}
.browser-dots i{
  display:block;
  width:8px;height:8px;
  border-radius:50%;
  background:#C9C6C0;
}
.browser-address{
  justify-self:center;
  width:min(340px,70%);
  min-height:27px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(11,13,20,.08);
  background:#E6E3DC;
  color:#777A82;
  font-size:9px;
  letter-spacing:.02em;
}
.browser-lock{
  justify-self:end;
  color:#888A91;
  font-size:14px;
}

.campus-ui{
  display:grid;
  grid-template-columns:155px 1fr;
  min-height:602px;
}
.campus-sidebar{
  display:flex;
  flex-direction:column;
  padding:22px 16px 18px;
  background:#0B0D14;
  border-right:1px solid rgba(244,240,232,.08);
}
.campus-mark{
  position:relative;
  width:35px;
  height:35px;
  margin-bottom:30px;
}
.mini-ring{
  position:absolute;
  inset:3px;
  border:6px solid rgba(244,240,232,.85);
  border-right-color:transparent;
  border-radius:50%;
  transform:rotate(-35deg);
}
.mini-bit{
  position:absolute;
  width:8px;height:8px;
  right:1px;top:1px;
  background:var(--violet);
}
.campus-sidebar nav{
  display:grid;
  gap:5px;
}
.campus-sidebar nav a{
  padding:9px 10px;
  color:rgba(244,240,232,.42);
  font-size:10px;
  border-left:2px solid transparent;
}
.campus-sidebar nav a.active{
  color:var(--ivory);
  background:rgba(244,240,232,.04);
  border-left-color:var(--violet);
}
.sidebar-user{
  margin-top:auto;
  display:grid;
  grid-template-columns:28px 1fr;
  gap:9px;
  align-items:center;
  padding-top:16px;
  border-top:1px solid rgba(244,240,232,.08);
}
.sidebar-user>span{
  width:28px;height:28px;
  display:grid;
  place-items:center;
  background:var(--violet);
  color:white;
  font-size:9px;
  font-weight:850;
}
.sidebar-user b,
.sidebar-user small{
  display:block;
}
.sidebar-user b{
  color:rgba(244,240,232,.74);
  font-size:9px;
}
.sidebar-user small{
  margin-top:2px;
  color:rgba(244,240,232,.28);
  font-size:7px;
}

.campus-main{
  padding:26px;
  background:#121722;
}
.campus-main-head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
}
.campus-main-head small{
  color:rgba(244,240,232,.28);
  font-size:7px;
  font-weight:900;
  letter-spacing:.15em;
}
.campus-main-head h3{
  margin:6px 0 0;
  color:var(--ivory);
  font-size:27px;
  letter-spacing:-.04em;
}
.campus-main-head button{
  width:34px;height:34px;
  border:1px solid rgba(244,240,232,.10);
  background:transparent;
  color:rgba(244,240,232,.48);
}

.progress-panel{
  display:grid;
  grid-template-columns:1fr 100px;
  gap:20px;
  align-items:center;
  margin-top:25px;
  padding:20px;
  border:1px solid rgba(244,240,232,.08);
  background:linear-gradient(135deg,rgba(93,62,255,.16),rgba(244,240,232,.02));
}
.progress-copy small{
  color:rgba(244,240,232,.32);
  font-size:7px;
  font-weight:900;
  letter-spacing:.14em;
}
.progress-copy strong{
  display:block;
  margin-top:7px;
  color:var(--ivory);
  font-size:18px;
}
.progress-copy p{
  margin:7px 0 0;
  max-width:420px;
  color:rgba(244,240,232,.43);
  font-size:9px;
  line-height:1.5;
}
.progress-ring{
  width:78px;height:78px;
  justify-self:end;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at center,#121722 56%,transparent 58%),
    conic-gradient(var(--violet) 0 68%,rgba(244,240,232,.10) 68% 100%);
}
.progress-ring span{
  color:var(--ivory);
  font-size:15px;
  font-weight:800;
}

.campus-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:14px;
}
.campus-cards article{
  position:relative;
  min-height:175px;
  padding:15px;
  border:1px solid rgba(244,240,232,.08);
  background:#0E121B;
  overflow:hidden;
}
.card-index{
  position:absolute;
  right:13px;top:12px;
  color:rgba(244,240,232,.17);
  font-size:8px;
  font-weight:900;
}
.campus-cards small{
  color:var(--violet);
  font-size:7px;
  font-weight:900;
  letter-spacing:.14em;
}
.campus-cards strong{
  display:block;
  margin-top:34px;
  color:var(--ivory);
  font-size:15px;
  line-height:1.04;
  letter-spacing:-.025em;
}
.campus-cards p{
  margin:9px 0 0;
  color:rgba(244,240,232,.36);
  font-size:8px;
  line-height:1.45;
}
.ai-pulse{
  position:absolute;
  width:10px;height:10px;
  right:16px;bottom:15px;
  background:var(--violet);
  box-shadow:0 0 0 7px rgba(93,62,255,.08);
  animation:campusPulse 2.6s ease-in-out infinite;
}

.lesson-strip{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  margin-top:14px;
  padding:14px 16px;
  border:1px solid rgba(244,240,232,.08);
  background:rgba(244,240,232,.025);
}
.lesson-info{
  display:flex;
  gap:12px;
  align-items:center;
}
.lesson-play{
  width:31px;height:31px;
  display:grid;
  place-items:center;
  background:var(--violet);
  color:#fff;
  font-size:9px;
}
.lesson-info small,
.lesson-info strong{
  display:block;
}
.lesson-info small{
  color:rgba(244,240,232,.25);
  font-size:6px;
  font-weight:900;
  letter-spacing:.13em;
}
.lesson-info strong{
  margin-top:3px;
  color:rgba(244,240,232,.72);
  font-size:10px;
}
.lesson-strip button{
  min-height:33px;
  padding:0 12px;
  border:1px solid rgba(244,240,232,.10);
  background:transparent;
  color:rgba(244,240,232,.72);
  font-size:8px;
}
.lesson-strip button span{
  margin-left:8px;
  color:var(--violet);
}

.campus-feature-list{
  display:grid;
  grid-template-rows:repeat(3,1fr);
  gap:1px;
  background:rgba(11,13,20,.13);
  border:1px solid rgba(11,13,20,.13);
}
.campus-feature-list article{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:16px;
  padding:26px 24px;
  background:#EEEAE3;
  transition:background .2s ease,transform .2s ease;
}
.campus-feature-list article:hover{
  background:#F3F0E9;
  transform:translateX(-3px);
}
.campus-feature-list article>span{
  color:#9A9CA3;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
}
.campus-feature-list h3{
  margin:0;
  font-size:23px;
  line-height:1.03;
  letter-spacing:-.04em;
}
.campus-feature-list p{
  margin:10px 0 0;
  color:#6E7078;
  font-size:11px;
  line-height:1.55;
}

.campus-footer-claim{
  display:grid;
  grid-template-columns:72px minmax(0,760px) auto;
  gap:24px;
  align-items:start;
  margin-top:66px;
}
.campus-claim-line{
  width:72px;height:3px;
  margin-top:11px;
  background:var(--violet);
}
.campus-footer-claim p{
  margin:0;
  color:#6B6D75;
  font-size:clamp(23px,2.5vw,36px);
  line-height:1.25;
  letter-spacing:-.03em;
}
.campus-footer-claim strong{color:var(--obsidian)}
.campus-footer-claim>a{
  display:inline-flex;
  align-items:center;
  gap:18px;
  min-height:48px;
  padding:0 16px;
  border:1px solid rgba(11,13,20,.15);
  font-size:10px;
  font-weight:850;
}
.campus-footer-claim>a span{
  color:var(--violet);
  font-size:15px;
}

@keyframes campusPulse{
  0%,100%{box-shadow:0 0 0 7px rgba(93,62,255,.08)}
  50%{box-shadow:0 0 0 13px rgba(93,62,255,.02)}
}

@media(max-width:1000px){
  .campus-showcase{
    grid-template-columns:1fr;
  }
  .campus-feature-list{
    grid-template-columns:repeat(3,1fr);
    grid-template-rows:auto;
  }
  .campus-footer-claim{
    grid-template-columns:52px 1fr;
  }
  .campus-footer-claim>a{
    grid-column:2;
    justify-self:start;
  }
}

@media(max-width:900px){
  .campus-section{padding:94px 0 84px}
  .campus-head{
    grid-template-columns:1fr;
    gap:30px;
    padding-bottom:42px;
  }
  .campus-ui{
    grid-template-columns:110px 1fr;
  }
  .campus-sidebar{padding:18px 11px}
  .campus-main{padding:20px}
  .campus-feature-list{
    grid-template-columns:1fr;
  }
}

@media(max-width:680px){
  .campus-browser{min-height:auto}
  .browser-top{
    grid-template-columns:55px 1fr 25px;
  }
  .campus-ui{
    grid-template-columns:1fr;
  }
  .campus-sidebar{
    display:none;
  }
  .campus-main{padding:16px}
  .progress-panel{
    grid-template-columns:1fr 72px;
    padding:15px;
  }
  .progress-ring{width:62px;height:62px}
  .campus-cards{
    grid-template-columns:1fr;
  }
  .campus-cards article{
    min-height:135px;
  }
  .campus-cards strong{
    margin-top:25px;
  }
  .lesson-strip{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:560px){
  .campus-section{padding:74px 0 68px}
  .campus-head h2{font-size:clamp(46px,13vw,60px)}
  .campus-intro p{font-size:15px}
  .campus-showcase{margin-top:20px}
  .campus-main-head h3{font-size:23px}
  .campus-feature-list h3{font-size:21px}
  .campus-footer-claim{
    grid-template-columns:1fr;
    gap:16px;
    margin-top:48px;
  }
  .campus-claim-line{width:52px}
  .campus-footer-claim p{font-size:27px}
  .campus-footer-claim>a{
    grid-column:auto;
    width:100%;
    justify-content:space-between;
  }
}

@media(prefers-reduced-motion:reduce){
  .ai-pulse{animation:none!important}
}

/* =========================
   05 · MAESTRO VIRTUAL
   ========================= */
.virtual-teacher-section{
  position:relative;
  overflow:hidden;
  padding:132px 0 118px;
  background:var(--ivory);
  color:var(--obsidian);
}
.virtual-teacher-section::before{
  content:"";
  position:absolute;
  width:620px;
  height:620px;
  right:-340px;
  bottom:-260px;
  border-radius:50%;
  border:1px solid rgba(93,62,255,.09);
}
.virtual-teacher-section::after{
  content:"";
  position:absolute;
  width:11px;
  height:11px;
  left:7%;
  top:132px;
  background:var(--violet);
  box-shadow:0 0 0 10px rgba(93,62,255,.07);
}
.vt-shell{position:relative;z-index:2}

.vt-head{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);
  gap:74px;
  align-items:end;
  padding-bottom:58px;
  border-bottom:1px solid rgba(11,13,20,.12);
}
.vt-head h2{
  margin:0;
  font-size:clamp(54px,5.3vw,84px);
  line-height:.94;
  letter-spacing:-.055em;
  font-weight:800;
}
.vt-head h2 span{
  color:#6E717A;
  font-weight:520;
}
.vt-intro{
  max-width:520px;
}
.vt-intro p{
  margin:0;
  color:#60636D;
  font-size:16px;
  line-height:1.72;
}

.vt-showcase{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.88fr);
  gap:30px;
  margin-top:30px;
  align-items:stretch;
}
.vt-copy-panel{
  padding:34px 32px 30px;
  border:1px solid rgba(11,13,20,.12);
  background:#ECE9E2;
}
.vt-badge{
  display:inline-flex;
  align-items:center;
  gap:11px;
  min-height:31px;
  padding:0 12px;
  border:1px solid rgba(11,13,20,.10);
  background:rgba(244,240,232,.55);
}
.vt-badge-bit{
  width:8px;
  height:8px;
  background:var(--violet);
  box-shadow:0 0 0 7px rgba(93,62,255,.08);
  animation:vtPulse 2.5s ease-in-out infinite;
}
.vt-badge p{
  margin:0;
  color:#64676F;
  font-size:8px;
  font-weight:900;
  letter-spacing:.17em;
}
.vt-copy-panel h3{
  margin:28px 0 0;
  font-size:clamp(42px,4.1vw,64px);
  line-height:.95;
  letter-spacing:-.05em;
}
.vt-lead{
  max-width:620px;
  margin:20px 0 0;
  color:#666973;
  font-size:15px;
  line-height:1.68;
}
.vt-points{
  display:grid;
  gap:1px;
  margin-top:28px;
  background:rgba(11,13,20,.12);
  border:1px solid rgba(11,13,20,.12);
}
.vt-points article{
  padding:18px 18px 16px;
  background:var(--ivory);
}
.vt-points small{
  display:block;
  color:#A0A2A9;
  font-size:8px;
  font-weight:900;
  letter-spacing:.14em;
}
.vt-points strong{
  display:block;
  margin-top:9px;
  font-size:21px;
  line-height:1.06;
  letter-spacing:-.03em;
}
.vt-points p{
  margin:8px 0 0;
  color:#72747B;
  font-size:12px;
  line-height:1.56;
}

.vt-chat-card{
  display:grid;
  grid-template-rows:auto 1fr auto;
  min-height:620px;
  border:1px solid rgba(244,240,232,.10);
  background:#0F131D;
  color:var(--ivory);
  box-shadow:0 28px 70px rgba(11,13,20,.18);
}
.vt-card-top{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  padding:18px 18px 16px;
  border-bottom:1px solid rgba(244,240,232,.08);
  background:rgba(244,240,232,.02);
}
.vt-card-id{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:12px;
  align-items:center;
}
.vt-avatar{
  width:38px;
  height:38px;
  display:block;
  background:linear-gradient(135deg,#5D3EFF,#856FFF);
  position:relative;
}
.vt-avatar::before{
  content:"";
  position:absolute;
  inset:8px;
  border:1px solid rgba(255,255,255,.42);
}
.vt-card-id small{
  display:block;
  color:rgba(244,240,232,.28);
  font-size:7px;
  font-weight:900;
  letter-spacing:.16em;
}
.vt-card-id strong{
  display:block;
  margin-top:4px;
  color:var(--ivory);
  font-size:14px;
}
.vt-status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:rgba(244,240,232,.56);
  font-size:8px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.vt-status i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--violet);
  box-shadow:0 0 0 5px rgba(93,62,255,.09);
  animation:vtPulse 2.7s ease-in-out infinite;
}

.vt-chat-window{
  display:grid;
  align-content:start;
  gap:12px;
  padding:18px;
  background:
    linear-gradient(180deg, rgba(93,62,255,.05), transparent 26%),
    #0F131D;
}
.chat-msg{
  max-width:86%;
  padding:13px 14px;
  border:1px solid rgba(244,240,232,.08);
}
.chat-msg small{
  display:block;
  font-size:7px;
  font-weight:900;
  letter-spacing:.15em;
}
.chat-msg p{
  margin:8px 0 0;
  font-size:12px;
  line-height:1.58;
}
.chat-msg.student{
  justify-self:end;
  background:#1B1F2B;
}
.chat-msg.student small{
  color:rgba(244,240,232,.30);
}
.chat-msg.student p{
  color:rgba(244,240,232,.72);
}
.chat-msg.ai{
  justify-self:start;
  background:linear-gradient(135deg, rgba(93,62,255,.16), rgba(244,240,232,.03));
}
.chat-msg.ai small{
  color:var(--violet);
}
.chat-msg.ai p{
  color:rgba(244,240,232,.80);
}
.chat-typing{
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:max-content;
  margin-top:4px;
  padding:10px 12px;
  border:1px solid rgba(244,240,232,.08);
  background:#171C28;
}
.chat-typing span{
  width:6px;
  height:6px;
  border-radius:50%;
  background:rgba(244,240,232,.32);
  animation:typingDots 1.2s ease-in-out infinite;
}
.chat-typing span:nth-child(2){animation-delay:.15s}
.chat-typing span:nth-child(3){animation-delay:.3s}

.vt-input{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  padding:14px 18px;
  border-top:1px solid rgba(244,240,232,.08);
  background:#0B0E16;
}
.vt-input>span{
  color:rgba(244,240,232,.28);
  font-size:11px;
}
.vt-input button{
  min-height:38px;
  padding:0 14px;
  border:0;
  background:var(--violet);
  color:white;
  font-size:10px;
  font-weight:850;
}
.vt-input button span{
  margin-left:8px;
}

.vt-benefits-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  margin-top:22px;
  background:rgba(11,13,20,.12);
  border:1px solid rgba(11,13,20,.12);
}
.vt-benefits-grid article{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:18px;
  padding:22px 20px;
  background:#F1EEE7;
}
.vt-benefits-grid article>span{
  color:var(--violet);
  font-size:11px;
  font-weight:900;
  letter-spacing:.13em;
}
.vt-benefits-grid h3{
  margin:0;
  font-size:24px;
  line-height:1.02;
  letter-spacing:-.04em;
}
.vt-benefits-grid p{
  margin:10px 0 0;
  color:#70727A;
  font-size:11px;
  line-height:1.56;
}

.vt-closing{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:24px;
  align-items:start;
  max-width:900px;
  margin:64px 0 0 auto;
}
.vt-line{
  width:72px;
  height:3px;
  margin-top:12px;
  background:var(--violet);
}
.vt-closing p{
  margin:0;
  color:#676971;
  font-size:clamp(25px,2.55vw,38px);
  line-height:1.25;
  letter-spacing:-.035em;
}
.vt-closing strong{
  color:var(--obsidian);
}

@keyframes vtPulse{
  0%,100%{box-shadow:0 0 0 7px rgba(93,62,255,.08)}
  50%{box-shadow:0 0 0 13px rgba(93,62,255,.02)}
}
@keyframes typingDots{
  0%,80%,100%{transform:translateY(0);opacity:.45}
  40%{transform:translateY(-4px);opacity:1}
}

@media(max-width:1000px){
  .vt-showcase{
    grid-template-columns:1fr;
  }
  .vt-benefits-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:900px){
  .virtual-teacher-section{padding:94px 0 84px}
  .vt-head{
    grid-template-columns:1fr;
    gap:30px;
    padding-bottom:42px;
  }
}
@media(max-width:560px){
  .virtual-teacher-section{padding:74px 0 68px}
  .virtual-teacher-section::after{left:18px;top:86px}
  .vt-head h2{font-size:clamp(46px,13vw,60px)}
  .vt-intro p{font-size:15px}
  .vt-showcase{margin-top:20px}
  .vt-copy-panel{padding:22px 20px}
  .vt-copy-panel h3{font-size:42px}
  .vt-chat-card{min-height:560px}
  .vt-card-top{
    flex-direction:column;
    align-items:flex-start;
  }
  .vt-benefits-grid article{
    grid-template-columns:1fr;
    gap:10px;
  }
  .vt-closing{
    grid-template-columns:1fr;
    gap:16px;
    margin-top:48px;
  }
  .vt-line{width:52px}
  .vt-closing p{font-size:27px}
}

@media(prefers-reduced-motion:reduce){
  .vt-badge-bit,
  .vt-status i,
  .chat-typing span{animation:none!important}
}

/* =========================
   06 · POR QUÉ CONETBIT
   ========================= */
.benefits-section{
  position:relative;
  overflow:hidden;
  padding:132px 0 118px;
  background:var(--obsidian);
  color:var(--ivory);
}
.benefits-section::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.14;
  background-image:
    linear-gradient(to right,rgba(244,240,232,.06) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(244,240,232,.04) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom,transparent,#000 14%,#000 86%,transparent);
}
.benefits-section::after{
  content:"";
  position:absolute;
  width:560px;
  height:560px;
  right:-260px;
  top:90px;
  border-radius:50%;
  border:1px solid rgba(93,62,255,.09);
}
.benefits-shell{position:relative;z-index:2}

.benefits-head{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);
  gap:74px;
  align-items:end;
  padding-bottom:58px;
  border-bottom:1px solid rgba(244,240,232,.11);
}
.benefits-head h2{
  margin:0;
  font-size:clamp(54px,5.3vw,84px);
  line-height:.94;
  letter-spacing:-.055em;
  font-weight:800;
}
.benefits-head h2 span{
  color:rgba(244,240,232,.38);
  font-weight:520;
}
.benefits-intro{
  max-width:520px;
}
.benefits-intro p{
  margin:0;
  color:rgba(244,240,232,.58);
  font-size:16px;
  line-height:1.72;
}

.benefits-grid{
  display:grid;
  grid-template-columns:1.18fr 1fr 1fr;
  gap:1px;
  margin-top:28px;
  background:rgba(244,240,232,.10);
  border:1px solid rgba(244,240,232,.10);
}
.benefit-card{
  position:relative;
  min-height:305px;
  padding:26px 24px 24px;
  background:#0F131D;
  overflow:hidden;
  transition:transform .25s ease,background .25s ease,border-color .25s ease;
}
.benefit-card:hover{
  transform:translateY(-3px);
  background:#141927;
}
.benefit-card.featured{
  min-height:611px;
  grid-row:span 2;
  background:linear-gradient(180deg,rgba(93,62,255,.16),rgba(15,19,29,1) 34%);
}
.benefit-top{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
}
.benefit-number{
  color:rgba(244,240,232,.24);
  font-size:10px;
  font-weight:900;
  letter-spacing:.15em;
}
.benefit-tag{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 10px;
  border:1px solid rgba(244,240,232,.10);
  color:rgba(244,240,232,.46);
  font-size:8px;
  font-weight:900;
  letter-spacing:.14em;
}
.benefit-card h3{
  margin:38px 0 0;
  max-width:340px;
  font-size:clamp(30px,2.8vw,46px);
  line-height:.98;
  letter-spacing:-.045em;
}
.benefit-card.featured h3{
  max-width:390px;
  font-size:clamp(42px,4.2vw,64px);
}
.benefit-card p{
  max-width:370px;
  margin:14px 0 0;
  color:rgba(244,240,232,.48);
  font-size:12px;
  line-height:1.62;
}
.benefit-card.featured p{
  max-width:420px;
  font-size:14px;
}
.benefit-glow{
  position:absolute;
  width:260px;
  height:260px;
  right:-70px;
  bottom:-60px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(93,62,255,.25),transparent 68%);
  filter:blur(10px);
  animation:benefitGlow 6.8s ease-in-out infinite;
}

.benefits-closing{
  display:flex;
  justify-content:space-between;
  gap:36px;
  align-items:flex-end;
  margin-top:62px;
}
.benefits-closing-copy{
  display:grid;
  grid-template-columns:22px minmax(0,780px);
  gap:22px;
  align-items:start;
}
.closing-bit{
  width:12px;
  height:12px;
  margin-top:8px;
  display:block;
  background:var(--violet);
  box-shadow:0 0 0 8px rgba(93,62,255,.08);
}
.benefits-closing-copy p{
  margin:0;
  color:rgba(244,240,232,.48);
  font-size:clamp(24px,2.5vw,36px);
  line-height:1.26;
  letter-spacing:-.03em;
}
.benefits-closing-copy strong{
  color:var(--ivory);
}
.benefits-cta{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:22px;
  min-height:50px;
  padding:0 18px;
  border:1px solid rgba(244,240,232,.18);
  font-size:11px;
  font-weight:850;
  transition:border-color .2s ease,background .2s ease;
}
.benefits-cta span{
  color:var(--violet);
  font-size:16px;
}
.benefits-cta:hover{
  border-color:rgba(93,62,255,.72);
  background:rgba(244,240,232,.03);
}

@keyframes benefitGlow{
  0%,100%{transform:translate3d(0,0,0);opacity:.62}
  50%{transform:translate3d(-20px,-10px,0);opacity:1}
}

@media(max-width:1000px){
  .benefits-grid{
    grid-template-columns:1fr 1fr;
  }
  .benefit-card.featured{
    min-height:420px;
    grid-row:auto;
    grid-column:1 / -1;
  }
}
@media(max-width:900px){
  .benefits-section{padding:94px 0 84px}
  .benefits-head{
    grid-template-columns:1fr;
    gap:30px;
    padding-bottom:42px;
  }
  .benefits-closing{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media(max-width:560px){
  .benefits-section{padding:74px 0 68px}
  .benefits-head h2{font-size:clamp(46px,13vw,60px)}
  .benefits-intro p{font-size:15px}
  .benefits-grid{
    grid-template-columns:1fr;
    margin-top:20px;
  }
  .benefit-card{
    min-height:255px;
    padding:22px 20px 20px;
  }
  .benefit-card.featured{
    min-height:360px;
  }
  .benefit-card h3{
    margin-top:30px;
    font-size:34px;
  }
  .benefit-card.featured h3{
    font-size:42px;
  }
  .benefits-closing{
    margin-top:48px;
  }
  .benefits-closing-copy{
    grid-template-columns:14px 1fr;
    gap:14px;
  }
  .closing-bit{
    width:9px;height:9px;margin-top:6px;
  }
  .benefits-closing-copy p{
    font-size:27px;
  }
  .benefits-cta{
    width:100%;
    justify-content:space-between;
  }
}

@media(prefers-reduced-motion:reduce){
  .benefit-glow{animation:none!important}
}

/* =========================
   07 · ENSEÑA EN CONETBIT
   ========================= */
.teach-section{
  position:relative;
  overflow:hidden;
  padding:132px 0 118px;
  background:#E9E6DF;
  color:var(--obsidian);
}
.teach-section::before{
  content:"";
  position:absolute;
  width:660px;
  height:660px;
  left:-360px;
  top:170px;
  border-radius:50%;
  border:1px solid rgba(93,62,255,.08);
}
.teach-section::after{
  content:"";
  position:absolute;
  width:11px;
  height:11px;
  right:7%;
  top:128px;
  background:var(--violet);
  box-shadow:0 0 0 10px rgba(93,62,255,.07);
}
.teach-shell{position:relative;z-index:2}

.teach-head{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);
  gap:74px;
  align-items:end;
  padding-bottom:58px;
  border-bottom:1px solid rgba(11,13,20,.12);
}
.teach-head h2{
  margin:0;
  font-size:clamp(54px,5.3vw,84px);
  line-height:.94;
  letter-spacing:-.055em;
  font-weight:800;
}
.teach-head h2 span{
  color:#6E717A;
  font-weight:520;
}
.teach-intro{max-width:520px}
.teach-intro p{
  margin:0;
  color:#60636D;
  font-size:16px;
  line-height:1.72;
}

.teach-showcase{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);
  gap:20px;
  margin-top:30px;
}
.teach-main-card{
  position:relative;
  min-height:610px;
  overflow:hidden;
  padding:28px;
  background:var(--obsidian);
  color:var(--ivory);
  border:1px solid rgba(244,240,232,.08);
}
.teach-card-top{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
}
.teach-index{
  color:rgba(244,240,232,.28);
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
}
.teach-label{
  color:rgba(244,240,232,.42);
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
}

.teach-visual{
  position:absolute;
  right:5%;
  top:12%;
  width:52%;
  height:48%;
}
.teach-ring{
  position:absolute;
  display:block;
  border-radius:50%;
  border:1px solid rgba(244,240,232,.15);
}
.teach-ring.r1{inset:6% 4% 4% 8%}
.teach-ring.r2{
  inset:21% 18% 17% 25%;
  border-color:rgba(93,62,255,.55);
}
.teach-node{
  position:absolute;
  width:8px;
  height:8px;
  background:rgba(244,240,232,.34);
}
.teach-node.n-a{left:9%;top:39%}
.teach-node.n-b{right:14%;top:11%}
.teach-node.n-c{right:2%;bottom:23%}
.teach-bit{
  position:absolute;
  width:18px;
  height:18px;
  left:47%;
  top:44%;
  background:var(--violet);
  box-shadow:0 0 0 10px rgba(93,62,255,.08),0 0 26px rgba(93,62,255,.20);
  animation:teachPulse 2.8s ease-in-out infinite;
}

.teach-card-copy{
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px;
  max-width:660px;
}
.teach-card-copy h3{
  margin:0;
  max-width:610px;
  font-size:clamp(44px,4.4vw,68px);
  line-height:.95;
  letter-spacing:-.05em;
}
.teach-card-copy p{
  max-width:570px;
  margin:18px 0 0;
  color:rgba(244,240,232,.55);
  font-size:14px;
  line-height:1.65;
}

.teach-side{
  display:grid;
  gap:1px;
  background:rgba(11,13,20,.12);
  border:1px solid rgba(11,13,20,.12);
}
.teach-side article{
  position:relative;
  min-height:202px;
  padding:24px 22px;
  background:#F1EEE7;
  transition:background .2s ease,transform .2s ease;
}
.teach-side article:hover{
  background:#F6F3ED;
  transform:translateX(-3px);
}
.teach-side article>span{
  position:absolute;
  right:20px;
  top:20px;
  color:#A2A4AA;
  font-size:9px;
  font-weight:900;
}
.teach-side small{
  color:var(--violet);
  font-size:8px;
  font-weight:900;
  letter-spacing:.15em;
}
.teach-side h3{
  margin:28px 0 0;
  max-width:360px;
  font-size:28px;
  line-height:1.02;
  letter-spacing:-.04em;
}
.teach-side p{
  margin:12px 0 0;
  color:#70727A;
  font-size:11px;
  line-height:1.55;
}

.teach-profiles{
  margin-top:22px;
  padding:24px 0 22px;
  border-top:1px solid rgba(11,13,20,.11);
  border-bottom:1px solid rgba(11,13,20,.11);
  overflow:hidden;
}
.teach-profiles-title{
  margin:0 0 16px;
  color:#8A8C93;
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
}
.teach-profile-row{
  display:flex;
  align-items:center;
  gap:16px;
  width:max-content;
  white-space:nowrap;
  animation:teachScroll 28s linear infinite;
}
.teach-profile-row span{
  font-size:clamp(18px,2vw,29px);
  font-weight:730;
  letter-spacing:-.03em;
  color:#2E3038;
}
.teach-profile-row i{
  display:block;
  width:5px;
  height:5px;
  background:var(--violet);
}

.teach-closing{
  display:flex;
  justify-content:space-between;
  gap:36px;
  align-items:flex-end;
  margin-top:62px;
}
.teach-closing-copy{
  display:grid;
  grid-template-columns:22px minmax(0,800px);
  gap:22px;
  align-items:start;
}
.teach-closing-bit{
  display:block;
  width:12px;
  height:12px;
  margin-top:8px;
  background:var(--violet);
  box-shadow:0 0 0 8px rgba(93,62,255,.07);
}
.teach-closing-copy p{
  margin:0;
  color:#696B73;
  font-size:clamp(24px,2.5vw,36px);
  line-height:1.26;
  letter-spacing:-.03em;
}
.teach-closing-copy strong{color:var(--obsidian)}
.teach-cta{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:22px;
  min-height:50px;
  padding:0 18px;
  background:var(--violet);
  color:white;
  font-size:11px;
  font-weight:850;
  box-shadow:0 14px 34px rgba(93,62,255,.16);
}
.teach-cta span{font-size:16px}

.teach-form-note{
  margin-top:26px;
  padding:18px 20px;
  border:1px dashed rgba(11,13,20,.14);
  background:rgba(244,240,232,.42);
}
.teach-form-note small{
  color:var(--violet);
  font-size:8px;
  font-weight:900;
  letter-spacing:.15em;
}
.teach-form-note p{
  margin:8px 0 0;
  color:#777980;
  font-size:11px;
}

@keyframes teachPulse{
  0%,100%{transform:scale(1);box-shadow:0 0 0 10px rgba(93,62,255,.08),0 0 26px rgba(93,62,255,.20)}
  50%{transform:scale(1.08);box-shadow:0 0 0 17px rgba(93,62,255,.02),0 0 36px rgba(93,62,255,.32)}
}
@keyframes teachScroll{
  from{transform:translateX(0)}
  to{transform:translateX(-18%)}
}

@media(max-width:1000px){
  .teach-showcase{grid-template-columns:1fr}
  .teach-main-card{min-height:560px}
  .teach-side{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .teach-section{padding:94px 0 84px}
  .teach-head{
    grid-template-columns:1fr;
    gap:30px;
    padding-bottom:42px;
  }
  .teach-side{grid-template-columns:1fr}
  .teach-closing{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media(max-width:560px){
  .teach-section{padding:74px 0 68px}
  .teach-head h2{font-size:clamp(46px,13vw,60px)}
  .teach-intro p{font-size:15px}
  .teach-main-card{
    min-height:520px;
    padding:20px;
  }
  .teach-visual{
    right:-4%;
    top:14%;
    width:66%;
    height:42%;
  }
  .teach-card-copy{
    left:20px;
    right:20px;
    bottom:20px;
  }
  .teach-card-copy h3{font-size:42px}
  .teach-profile-row span{font-size:20px}
  .teach-closing{
    margin-top:48px;
  }
  .teach-closing-copy{
    grid-template-columns:14px 1fr;
    gap:14px;
  }
  .teach-closing-copy p{font-size:27px}
  .teach-cta{
    width:100%;
    justify-content:space-between;
  }
}

@media(prefers-reduced-motion:reduce){
  .teach-bit,
  .teach-profile-row{animation:none!important}
}

/* =========================
   08 · PARA ORGANIZACIONES
   ========================= */
.organizations-section{
  position:relative;
  overflow:hidden;
  padding:132px 0 118px;
  background:var(--ivory);
  color:var(--obsidian);
}
.organizations-section::before{
  content:"";
  position:absolute;
  width:700px;
  height:700px;
  right:-390px;
  top:140px;
  border-radius:50%;
  border:1px solid rgba(93,62,255,.08);
}
.organizations-section::after{
  content:"";
  position:absolute;
  width:11px;
  height:11px;
  left:7%;
  top:130px;
  background:var(--violet);
  box-shadow:0 0 0 10px rgba(93,62,255,.07);
}
.organizations-shell{position:relative;z-index:2}

.organizations-head{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);
  gap:74px;
  align-items:end;
  padding-bottom:58px;
  border-bottom:1px solid rgba(11,13,20,.12);
}
.organizations-head h2{
  margin:0;
  font-size:clamp(54px,5.3vw,84px);
  line-height:.94;
  letter-spacing:-.055em;
  font-weight:800;
}
.organizations-head h2 span{
  color:#6E717A;
  font-weight:520;
}
.organizations-intro{max-width:520px}
.organizations-intro p{
  margin:0;
  color:#60636D;
  font-size:16px;
  line-height:1.72;
}

.organizations-showcase{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);
  gap:20px;
  margin-top:30px;
}
.organizations-main{
  position:relative;
  min-height:590px;
  overflow:hidden;
  padding:28px;
  background:var(--obsidian);
  color:var(--ivory);
  border:1px solid rgba(244,240,232,.08);
}
.org-main-top{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
}
.org-index{
  color:rgba(244,240,232,.28);
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
}
.org-label{
  color:rgba(244,240,232,.42);
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
}

.org-network{
  position:absolute;
  right:4%;
  top:10%;
  width:52%;
  height:48%;
}
.org-core{
  position:absolute;
  left:48%;
  top:46%;
  width:18px;
  height:18px;
  background:var(--violet);
  box-shadow:0 0 0 10px rgba(93,62,255,.08),0 0 30px rgba(93,62,255,.22);
  animation:orgPulse 2.8s ease-in-out infinite;
}
.org-line{
  position:absolute;
  height:1px;
  background:rgba(244,240,232,.17);
  transform-origin:left center;
}
.org-line.l1{left:11%;top:24%;width:42%;transform:rotate(23deg)}
.org-line.l2{left:51%;top:47%;width:39%;transform:rotate(-27deg)}
.org-line.l3{left:14%;top:72%;width:39%;transform:rotate(-28deg)}
.org-line.l4{left:52%;top:49%;width:31%;transform:rotate(38deg)}
.org-node{
  position:absolute;
  width:10px;
  height:10px;
  border:1px solid rgba(244,240,232,.35);
  background:#121722;
}
.org-node.n1{left:8%;top:19%}
.org-node.n2{right:7%;top:18%}
.org-node.n3{left:9%;bottom:13%}
.org-node.n4{right:8%;bottom:13%}

.org-main-copy{
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px;
  max-width:670px;
}
.org-main-copy h3{
  margin:0;
  max-width:620px;
  font-size:clamp(44px,4.4vw,68px);
  line-height:.95;
  letter-spacing:-.05em;
}
.org-main-copy p{
  max-width:580px;
  margin:18px 0 0;
  color:rgba(244,240,232,.55);
  font-size:14px;
  line-height:1.65;
}

.organizations-side{
  display:grid;
  gap:1px;
  background:rgba(11,13,20,.12);
  border:1px solid rgba(11,13,20,.12);
}
.organizations-side article{
  position:relative;
  min-height:196px;
  padding:24px 22px;
  background:#ECE9E2;
  transition:background .2s ease,transform .2s ease;
}
.organizations-side article:hover{
  background:#F2EFE8;
  transform:translateX(-3px);
}
.organizations-side article>span{
  position:absolute;
  right:20px;
  top:20px;
  color:#A2A4AA;
  font-size:9px;
  font-weight:900;
}
.organizations-side small{
  color:var(--violet);
  font-size:8px;
  font-weight:900;
  letter-spacing:.15em;
}
.organizations-side h3{
  margin:28px 0 0;
  max-width:360px;
  font-size:28px;
  line-height:1.02;
  letter-spacing:-.04em;
}
.organizations-side p{
  margin:12px 0 0;
  color:#70727A;
  font-size:11px;
  line-height:1.55;
}

.organization-types{
  margin-top:22px;
  padding:24px 0 22px;
  overflow:hidden;
  border-top:1px solid rgba(11,13,20,.11);
  border-bottom:1px solid rgba(11,13,20,.11);
}
.organization-types-title{
  margin:0 0 16px;
  color:#8A8C93;
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
}
.organization-types-row{
  display:flex;
  align-items:center;
  gap:16px;
  width:max-content;
  white-space:nowrap;
  animation:organizationsScroll 32s linear infinite;
}
.organization-types-row span{
  font-size:clamp(18px,2vw,29px);
  font-weight:730;
  letter-spacing:-.03em;
  color:#2E3038;
}
.organization-types-row i{
  display:block;
  width:5px;
  height:5px;
  background:var(--violet);
}

.organization-benefits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  margin-top:22px;
  background:rgba(11,13,20,.12);
  border:1px solid rgba(11,13,20,.12);
}
.organization-benefits article{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:16px;
  padding:23px 20px;
  background:#F1EEE7;
}
.organization-benefits article>span{
  color:#A0A2A8;
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
}
.organization-benefits h3{
  margin:0;
  font-size:24px;
  line-height:1.03;
  letter-spacing:-.04em;
}
.organization-benefits p{
  margin:9px 0 0;
  color:#70727A;
  font-size:11px;
  line-height:1.55;
}

.organizations-closing{
  display:flex;
  justify-content:space-between;
  gap:36px;
  align-items:flex-end;
  margin-top:62px;
}
.organizations-closing-copy{
  display:grid;
  grid-template-columns:22px minmax(0,800px);
  gap:22px;
  align-items:start;
}
.organizations-bit{
  display:block;
  width:12px;
  height:12px;
  margin-top:8px;
  background:var(--violet);
  box-shadow:0 0 0 8px rgba(93,62,255,.07);
}
.organizations-closing-copy p{
  margin:0;
  color:#696B73;
  font-size:clamp(24px,2.5vw,36px);
  line-height:1.26;
  letter-spacing:-.03em;
}
.organizations-closing-copy strong{color:var(--obsidian)}
.organizations-cta{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:22px;
  min-height:50px;
  padding:0 18px;
  background:var(--obsidian);
  color:var(--ivory);
  font-size:11px;
  font-weight:850;
}
.organizations-cta span{
  color:var(--violet);
  font-size:16px;
}

.organizations-form-note{
  margin-top:26px;
  padding:18px 20px;
  border:1px dashed rgba(11,13,20,.14);
  background:rgba(244,240,232,.42);
}
.organizations-form-note small{
  color:var(--violet);
  font-size:8px;
  font-weight:900;
  letter-spacing:.15em;
}
.organizations-form-note p{
  margin:8px 0 0;
  color:#777980;
  font-size:11px;
}

@keyframes orgPulse{
  0%,100%{transform:scale(1);box-shadow:0 0 0 10px rgba(93,62,255,.08),0 0 30px rgba(93,62,255,.22)}
  50%{transform:scale(1.08);box-shadow:0 0 0 17px rgba(93,62,255,.02),0 0 40px rgba(93,62,255,.34)}
}
@keyframes organizationsScroll{
  from{transform:translateX(0)}
  to{transform:translateX(-18%)}
}

@media(max-width:1000px){
  .organizations-showcase{grid-template-columns:1fr}
  .organizations-main{min-height:550px}
  .organizations-side{grid-template-columns:repeat(3,1fr)}
  .organization-benefits{grid-template-columns:1fr}
}
@media(max-width:900px){
  .organizations-section{padding:94px 0 84px}
  .organizations-head{
    grid-template-columns:1fr;
    gap:30px;
    padding-bottom:42px;
  }
  .organizations-side{grid-template-columns:1fr}
  .organizations-closing{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media(max-width:560px){
  .organizations-section{padding:74px 0 68px}
  .organizations-head h2{font-size:clamp(46px,13vw,60px)}
  .organizations-intro p{font-size:15px}
  .organizations-main{
    min-height:520px;
    padding:20px;
  }
  .org-network{
    right:-3%;
    top:14%;
    width:66%;
    height:42%;
  }
  .org-main-copy{
    left:20px;
    right:20px;
    bottom:20px;
  }
  .org-main-copy h3{font-size:42px}
  .organization-types-row span{font-size:20px}
  .organization-benefits article{
    grid-template-columns:1fr;
    gap:10px;
  }
  .organizations-closing{
    margin-top:48px;
  }
  .organizations-closing-copy{
    grid-template-columns:14px 1fr;
    gap:14px;
  }
  .organizations-closing-copy p{font-size:27px}
  .organizations-cta{
    width:100%;
    justify-content:space-between;
  }
}

@media(prefers-reduced-motion:reduce){
  .org-core,
  .organization-types-row{animation:none!important}
}

/* =========================
   09 · EDUCACIÓN QUE EVOLUCIONA CONTIGO
   ========================= */
.evolve-section{
  position:relative;
  overflow:hidden;
  padding:132px 0 118px;
  background:var(--obsidian);
  color:var(--ivory);
}
.evolve-section::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.12;
  background-image:
    linear-gradient(to right,rgba(244,240,232,.05) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(244,240,232,.035) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom,transparent,#000 12%,#000 88%,transparent);
}
.evolve-section::after{
  content:"";
  position:absolute;
  width:760px;
  height:760px;
  left:-430px;
  bottom:-420px;
  border-radius:50%;
  border:1px solid rgba(93,62,255,.08);
}
.evolve-shell{position:relative;z-index:2}

.evolve-kicker-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  padding-bottom:28px;
  border-bottom:1px solid rgba(244,240,232,.10);
}
.evolve-kicker-row .section-kicker{
  margin:0;
}
.evolve-kicker-row>span{
  color:rgba(244,240,232,.23);
  font-size:8px;
  font-weight:900;
  letter-spacing:.17em;
}

.evolve-statement{
  display:grid;
  grid-template-columns:minmax(0,1.14fr) minmax(340px,.66fr);
  gap:70px;
  align-items:end;
  padding:62px 0 58px;
}
.evolve-statement h2{
  margin:0;
  font-size:clamp(58px,6vw,96px);
  line-height:.91;
  letter-spacing:-.06em;
  font-weight:800;
}
.evolve-statement h2 span{
  display:block;
  color:rgba(244,240,232,.34);
  font-weight:510;
}
.evolve-statement p{
  margin:0;
  max-width:520px;
  color:rgba(244,240,232,.56);
  font-size:16px;
  line-height:1.75;
}

.evolve-visual{
  position:relative;
  height:170px;
  margin:8px 0 0;
  border-top:1px solid rgba(244,240,232,.09);
  border-bottom:1px solid rgba(244,240,232,.09);
}
.evolve-axis{
  position:absolute;
  left:3%;
  right:3%;
  top:84px;
  height:1px;
  background:rgba(244,240,232,.14);
}
.evolve-point{
  position:absolute;
  top:49px;
  min-width:180px;
}
.evolve-point.p1{left:4%}
.evolve-point.p2{left:41%}
.evolve-point.p3{right:4%}
.evolve-point .point-bit{
  display:block;
  width:10px;
  height:10px;
  margin-bottom:18px;
  background:rgba(244,240,232,.22);
  border:1px solid rgba(244,240,232,.20);
}
.evolve-point small{
  display:block;
  color:rgba(244,240,232,.24);
  font-size:7px;
  font-weight:900;
  letter-spacing:.16em;
}
.evolve-point strong{
  display:block;
  margin-top:6px;
  color:rgba(244,240,232,.72);
  font-size:13px;
}
.evolve-point.p2 .point-bit{
  background:var(--violet);
  border-color:var(--violet);
  box-shadow:0 0 0 8px rgba(93,62,255,.07);
}
.evolve-signal{
  position:absolute;
  top:80px;
  left:4%;
  width:9px;
  height:9px;
  background:var(--violet);
  box-shadow:0 0 0 9px rgba(93,62,255,.06);
  animation:evolveTravel 7s ease-in-out infinite;
}

.evolve-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  margin-top:30px;
  background:rgba(244,240,232,.09);
  border:1px solid rgba(244,240,232,.09);
}
.evolve-grid article{
  position:relative;
  min-height:330px;
  padding:26px 24px;
  background:#0F131D;
  transition:background .2s ease,transform .2s ease;
}
.evolve-grid article:hover{
  background:#141926;
  transform:translateY(-3px);
}
.evolve-grid article>span{
  position:absolute;
  right:22px;
  top:22px;
  color:rgba(244,240,232,.20);
  font-size:9px;
  font-weight:900;
}
.evolve-grid small{
  color:var(--violet);
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
}
.evolve-grid h3{
  margin:48px 0 0;
  max-width:360px;
  font-size:clamp(28px,2.7vw,40px);
  line-height:.98;
  letter-spacing:-.045em;
}
.evolve-grid p{
  margin:14px 0 0;
  max-width:380px;
  color:rgba(244,240,232,.46);
  font-size:12px;
  line-height:1.6;
}

.evolve-quote{
  position:relative;
  display:grid;
  grid-template-columns:80px minmax(0,930px);
  gap:22px;
  margin:72px 0 0;
  padding:0 0 8px;
}
.evolve-quote-mark{
  color:var(--violet);
  font-size:96px;
  line-height:.72;
  font-weight:300;
}
.evolve-quote p{
  margin:0;
  color:rgba(244,240,232,.54);
  font-size:clamp(30px,3.4vw,52px);
  line-height:1.13;
  letter-spacing:-.04em;
}
.evolve-quote strong{
  color:var(--ivory);
}

.evolve-closing{
  display:flex;
  justify-content:space-between;
  gap:36px;
  align-items:flex-end;
  margin-top:58px;
  padding-top:32px;
  border-top:1px solid rgba(244,240,232,.10);
}
.evolve-closing-copy{
  display:grid;
  grid-template-columns:22px minmax(0,780px);
  gap:22px;
  align-items:start;
}
.evolve-closing-bit{
  display:block;
  width:12px;
  height:12px;
  margin-top:8px;
  background:var(--violet);
  box-shadow:0 0 0 8px rgba(93,62,255,.07);
}
.evolve-closing-copy p{
  margin:0;
  color:rgba(244,240,232,.46);
  font-size:clamp(22px,2.35vw,34px);
  line-height:1.3;
  letter-spacing:-.03em;
}
.evolve-closing-copy strong{color:var(--ivory)}
.evolve-cta{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:22px;
  min-height:50px;
  padding:0 18px;
  border:1px solid rgba(244,240,232,.18);
  color:var(--ivory);
  font-size:11px;
  font-weight:850;
}
.evolve-cta span{
  color:var(--violet);
  font-size:16px;
}
.evolve-cta:hover{
  border-color:rgba(93,62,255,.70);
  background:rgba(244,240,232,.025);
}

@keyframes evolveTravel{
  0%,8%{left:4%}
  42%{left:49%}
  76%,90%{left:calc(96% - 9px)}
  100%{left:4%}
}

@media(max-width:900px){
  .evolve-section{padding:94px 0 84px}
  .evolve-statement{
    grid-template-columns:1fr;
    gap:30px;
    padding:48px 0 44px;
  }
  .evolve-grid{grid-template-columns:1fr}
  .evolve-grid article{min-height:250px}
  .evolve-closing{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media(max-width:680px){
  .evolve-visual{
    height:250px;
  }
  .evolve-axis{
    left:18px;
    right:auto;
    top:24px;
    bottom:24px;
    width:1px;
    height:auto;
  }
  .evolve-point{
    left:48px!important;
    right:auto!important;
    top:auto;
    min-width:0;
  }
  .evolve-point.p1{top:28px}
  .evolve-point.p2{top:103px}
  .evolve-point.p3{top:178px}
  .evolve-point .point-bit{
    position:absolute;
    left:-34px;
    top:4px;
    margin:0;
  }
  .evolve-signal{
    left:14px;
    top:28px;
    animation:evolveTravelMobile 7s ease-in-out infinite;
  }
}
@media(max-width:560px){
  .evolve-section{padding:74px 0 68px}
  .evolve-kicker-row{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
  .evolve-statement h2{font-size:clamp(48px,14vw,64px)}
  .evolve-statement p{font-size:15px}
  .evolve-grid article{
    min-height:245px;
    padding:22px 20px;
  }
  .evolve-grid h3{
    margin-top:40px;
    font-size:33px;
  }
  .evolve-quote{
    grid-template-columns:1fr;
    gap:5px;
    margin-top:52px;
  }
  .evolve-quote-mark{
    font-size:70px;
  }
  .evolve-quote p{font-size:34px}
  .evolve-closing{
    margin-top:44px;
  }
  .evolve-closing-copy{
    grid-template-columns:14px 1fr;
    gap:14px;
  }
  .evolve-closing-copy p{font-size:27px}
  .evolve-cta{
    width:100%;
    justify-content:space-between;
  }
}

@keyframes evolveTravelMobile{
  0%,8%{top:28px}
  42%{top:106px}
  76%,90%{top:181px}
  100%{top:28px}
}

@media(prefers-reduced-motion:reduce){
  .evolve-signal{animation:none!important}
}

/* =========================
   10 · COMUNIDAD PROFESIONAL
   ========================= */
.community-section{
  position:relative;
  overflow:hidden;
  padding:132px 0 118px;
  background:#E9E6DF;
  color:var(--obsidian);
}
.community-section::before{
  content:"";
  position:absolute;
  width:720px;
  height:720px;
  right:-420px;
  bottom:-360px;
  border-radius:50%;
  border:1px solid rgba(93,62,255,.08);
}
.community-section::after{
  content:"";
  position:absolute;
  width:11px;
  height:11px;
  left:7%;
  top:130px;
  background:var(--violet);
  box-shadow:0 0 0 10px rgba(93,62,255,.07);
}
.community-shell{position:relative;z-index:2}

.community-head{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);
  gap:74px;
  align-items:end;
  padding-bottom:58px;
  border-bottom:1px solid rgba(11,13,20,.12);
}
.community-head h2{
  margin:0;
  font-size:clamp(54px,5.3vw,84px);
  line-height:.94;
  letter-spacing:-.055em;
  font-weight:800;
}
.community-head h2 span{
  color:#6E717A;
  font-weight:520;
}
.community-intro{max-width:520px}
.community-intro p{
  margin:0;
  color:#60636D;
  font-size:16px;
  line-height:1.72;
}

.community-stage{
  display:grid;
  grid-template-columns:minmax(0,1.16fr) minmax(330px,.84fr);
  gap:20px;
  margin-top:30px;
}
.community-core-card{
  position:relative;
  min-height:610px;
  overflow:hidden;
  padding:28px;
  background:var(--obsidian);
  color:var(--ivory);
}
.community-core-top{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
}
.community-core-top>span{
  color:var(--ivory);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}
.community-core-top small{
  color:rgba(244,240,232,.30);
  font-size:8px;
  font-weight:900;
  letter-spacing:.15em;
}

.community-orbit{
  position:absolute;
  right:4%;
  top:8%;
  width:56%;
  height:50%;
}
.orbit-ring{
  position:absolute;
  display:block;
  border-radius:50%;
  border:1px solid rgba(244,240,232,.12);
}
.orbit-ring.o1{inset:4% 6% 2% 8%}
.orbit-ring.o2{inset:16% 18% 14% 20%;border-color:rgba(93,62,255,.33)}
.orbit-ring.o3{inset:30% 32% 28% 34%;border-color:rgba(244,240,232,.18)}
.orbit-bit{
  position:absolute;
  left:48%;
  top:46%;
  width:18px;
  height:18px;
  background:var(--violet);
  box-shadow:0 0 0 10px rgba(93,62,255,.08),0 0 30px rgba(93,62,255,.24);
  animation:communityPulse 2.8s ease-in-out infinite;
}
.orbit-node{
  position:absolute;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(244,240,232,.13);
  background:#141927;
  color:rgba(244,240,232,.63);
  font-size:8px;
  font-weight:900;
}
.node-a{left:5%;top:18%}
.node-b{right:6%;top:10%}
.node-c{right:1%;bottom:24%}
.node-d{left:15%;bottom:6%}
.node-e{left:41%;top:2%}
.node-f{right:26%;bottom:2%}

.community-core-copy{
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px;
  max-width:670px;
}
.community-core-copy h3{
  margin:0;
  max-width:620px;
  font-size:clamp(44px,4.4vw,68px);
  line-height:.95;
  letter-spacing:-.05em;
}
.community-core-copy p{
  max-width:580px;
  margin:18px 0 0;
  color:rgba(244,240,232,.55);
  font-size:14px;
  line-height:1.65;
}

.community-groups{
  display:grid;
  gap:1px;
  background:rgba(11,13,20,.12);
  border:1px solid rgba(11,13,20,.12);
}
.community-groups article{
  position:relative;
  min-height:202px;
  padding:24px 22px;
  background:#F1EEE7;
  transition:background .2s ease,transform .2s ease;
}
.community-groups article:hover{
  background:#F6F3ED;
  transform:translateX(-3px);
}
.community-groups article>span{
  position:absolute;
  right:20px;
  top:20px;
  color:#A2A4AA;
  font-size:9px;
  font-weight:900;
}
.community-groups small{
  color:var(--violet);
  font-size:8px;
  font-weight:900;
  letter-spacing:.15em;
}
.community-groups h3{
  margin:28px 0 0;
  max-width:370px;
  font-size:28px;
  line-height:1.02;
  letter-spacing:-.04em;
}
.community-groups p{
  margin:12px 0 0;
  color:#70727A;
  font-size:11px;
  line-height:1.55;
}

.community-professions{
  margin-top:22px;
  padding:24px 0 22px;
  overflow:hidden;
  border-top:1px solid rgba(11,13,20,.11);
  border-bottom:1px solid rgba(11,13,20,.11);
}
.community-professions>p{
  margin:0 0 16px;
  color:#8A8C93;
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
}
.community-profession-row{
  display:flex;
  align-items:center;
  gap:16px;
  width:max-content;
  white-space:nowrap;
  animation:communityScroll 36s linear infinite;
}
.community-profession-row span{
  font-size:clamp(18px,2vw,29px);
  font-weight:730;
  letter-spacing:-.03em;
  color:#2E3038;
}
.community-profession-row i{
  width:5px;
  height:5px;
  display:block;
  background:var(--violet);
}

.community-statement{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:24px;
  align-items:start;
  max-width:980px;
  margin:66px 0 0 auto;
}
.community-line{
  width:72px;
  height:3px;
  margin-top:12px;
  background:var(--violet);
}
.community-statement p{
  margin:0;
  color:#666971;
  font-size:clamp(27px,2.9vw,43px);
  line-height:1.22;
  letter-spacing:-.035em;
}
.community-statement strong{color:var(--obsidian)}

.community-note{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:20px;
  margin-top:48px;
  padding:18px 20px;
  border:1px solid rgba(11,13,20,.10);
  background:rgba(244,240,232,.42);
}
.community-note small{
  color:var(--violet);
  font-size:8px;
  font-weight:900;
  letter-spacing:.15em;
}
.community-note p{
  margin:0;
  color:#777980;
  font-size:11px;
  line-height:1.55;
}

@keyframes communityPulse{
  0%,100%{transform:scale(1);box-shadow:0 0 0 10px rgba(93,62,255,.08),0 0 30px rgba(93,62,255,.24)}
  50%{transform:scale(1.08);box-shadow:0 0 0 17px rgba(93,62,255,.02),0 0 40px rgba(93,62,255,.35)}
}
@keyframes communityScroll{
  from{transform:translateX(0)}
  to{transform:translateX(-20%)}
}

@media(max-width:1000px){
  .community-stage{grid-template-columns:1fr}
  .community-core-card{min-height:560px}
  .community-groups{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .community-section{padding:94px 0 84px}
  .community-head{
    grid-template-columns:1fr;
    gap:30px;
    padding-bottom:42px;
  }
  .community-groups{grid-template-columns:1fr}
}
@media(max-width:560px){
  .community-section{padding:74px 0 68px}
  .community-head h2{font-size:clamp(46px,13vw,60px)}
  .community-intro p{font-size:15px}
  .community-core-card{
    min-height:520px;
    padding:20px;
  }
  .community-orbit{
    right:-4%;
    top:13%;
    width:68%;
    height:43%;
  }
  .community-core-copy{
    left:20px;
    right:20px;
    bottom:20px;
  }
  .community-core-copy h3{font-size:42px}
  .community-profession-row span{font-size:20px}
  .community-statement{
    grid-template-columns:1fr;
    gap:16px;
    margin-top:48px;
  }
  .community-line{width:52px}
  .community-statement p{font-size:29px}
  .community-note{
    grid-template-columns:1fr;
    gap:8px;
  }
}

@media(prefers-reduced-motion:reduce){
  .orbit-bit,
  .community-profession-row{animation:none!important}
}

/* =========================
   11 · RECURSOS
   ========================= */
.resources-section{
  position:relative;
  overflow:hidden;
  padding:132px 0 118px;
  background:var(--ivory);
  color:var(--obsidian);
}
.resources-section::before{
  content:"";
  position:absolute;
  width:660px;
  height:660px;
  left:-370px;
  top:140px;
  border-radius:50%;
  border:1px solid rgba(93,62,255,.08);
}
.resources-section::after{
  content:"";
  position:absolute;
  width:11px;
  height:11px;
  right:7%;
  top:130px;
  background:var(--violet);
  box-shadow:0 0 0 10px rgba(93,62,255,.07);
}
.resources-shell{position:relative;z-index:2}

.resources-head{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);
  gap:74px;
  align-items:end;
  padding-bottom:58px;
  border-bottom:1px solid rgba(11,13,20,.12);
}
.resources-head h2{
  margin:0;
  font-size:clamp(54px,5.3vw,84px);
  line-height:.94;
  letter-spacing:-.055em;
  font-weight:800;
}
.resources-head h2 span{
  color:#6E717A;
  font-weight:520;
}
.resources-intro{max-width:520px}
.resources-intro p{
  margin:0;
  color:#60636D;
  font-size:16px;
  line-height:1.72;
}

.resources-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:1px;
  margin-top:30px;
  background:rgba(11,13,20,.12);
  border:1px solid rgba(11,13,20,.12);
}
.resource-card{
  position:relative;
  min-height:340px;
  padding:26px 24px;
  overflow:hidden;
  background:#ECE9E2;
  transition:background .22s ease,transform .22s ease;
}
.resource-card:hover{
  background:#F2EFE8;
  transform:translateY(-3px);
}
.resource-featured{
  min-height:681px;
  grid-row:span 2;
  background:var(--obsidian);
  color:var(--ivory);
}
.resource-featured:hover{background:#101520}
.resource-card-top{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
}
.resource-number{
  color:#A1A3AA;
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
}
.resource-featured .resource-number{
  color:rgba(244,240,232,.25);
}
.resource-type{
  color:#7A7C84;
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
}
.resource-featured .resource-type{
  color:rgba(244,240,232,.36);
}

.resource-visual{
  position:absolute;
  right:5%;
  top:10%;
  width:52%;
  height:45%;
}
.editorial-line{
  position:absolute;
  left:8%;
  height:1px;
  background:rgba(244,240,232,.16);
  transform-origin:left center;
}
.editorial-line.e1{top:19%;width:72%;transform:rotate(12deg)}
.editorial-line.e2{top:47%;width:88%;transform:rotate(-11deg)}
.editorial-line.e3{top:72%;width:61%;transform:rotate(18deg)}
.editorial-bit{
  position:absolute;
  width:17px;
  height:17px;
  right:12%;
  top:28%;
  background:var(--violet);
  box-shadow:0 0 0 10px rgba(93,62,255,.08),0 0 28px rgba(93,62,255,.22);
  animation:resourcesPulse 2.8s ease-in-out infinite;
}

.resource-mini-icon{
  position:absolute;
  right:26px;
  top:74px;
  width:88px;
  height:88px;
}
.guide-icon span{
  position:absolute;
  border:1px solid rgba(11,13,20,.18);
}
.guide-icon span:nth-child(1){inset:5px 25px 21px 5px}
.guide-icon span:nth-child(2){inset:19px 9px 7px 22px}
.guide-icon span:nth-child(3){
  width:11px;height:11px;
  right:6px;top:6px;
  border:0;
  background:var(--violet);
}
.event-icon span{
  position:absolute;
  height:1px;
  background:rgba(11,13,20,.18);
}
.event-icon span:nth-child(1){left:4px;right:4px;top:20px}
.event-icon span:nth-child(2){left:18px;right:8px;top:48px}
.event-icon span:nth-child(3){
  width:11px;height:11px;
  right:5px;bottom:9px;
  background:var(--violet);
}
.free-icon span{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(11,13,20,.18);
}
.free-icon span:nth-child(1){inset:6px 16px 16px 6px}
.free-icon span:nth-child(2){inset:20px 4px 4px 22px}
.free-icon span:nth-child(3){
  width:11px;height:11px;
  right:6px;top:5px;
  border:0;
  border-radius:0;
  background:var(--violet);
}

.resource-card-copy{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
}
.resource-card-copy h3{
  margin:0;
  max-width:430px;
  font-size:clamp(29px,2.8vw,43px);
  line-height:.99;
  letter-spacing:-.045em;
}
.resource-featured .resource-card-copy h3{
  max-width:610px;
  font-size:clamp(45px,4.5vw,68px);
}
.resource-card-copy p{
  max-width:440px;
  margin:14px 0 0;
  color:#6F7179;
  font-size:12px;
  line-height:1.58;
}
.resource-featured .resource-card-copy p{
  max-width:570px;
  color:rgba(244,240,232,.52);
  font-size:14px;
}
.resource-link{
  display:inline-flex;
  align-items:center;
  gap:18px;
  margin-top:20px;
  color:#30323A;
  font-size:10px;
  font-weight:850;
}
.resource-featured .resource-link{color:var(--ivory)}
.resource-link span{
  color:var(--violet);
  font-size:15px;
}

.resources-strip{
  margin-top:22px;
  padding:24px 0 22px;
  overflow:hidden;
  border-top:1px solid rgba(11,13,20,.11);
  border-bottom:1px solid rgba(11,13,20,.11);
}
.resources-strip>p{
  margin:0 0 16px;
  color:#8A8C93;
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
}
.resources-strip-row{
  display:flex;
  align-items:center;
  gap:16px;
  width:max-content;
  white-space:nowrap;
  animation:resourcesScroll 32s linear infinite;
}
.resources-strip-row span{
  font-size:clamp(18px,2vw,29px);
  font-weight:730;
  letter-spacing:-.03em;
  color:#2E3038;
}
.resources-strip-row i{
  width:5px;
  height:5px;
  display:block;
  background:var(--violet);
}

.resources-closing{
  display:flex;
  justify-content:space-between;
  gap:36px;
  align-items:flex-end;
  margin-top:62px;
}
.resources-closing-copy{
  display:grid;
  grid-template-columns:22px minmax(0,820px);
  gap:22px;
  align-items:start;
}
.resources-bit{
  display:block;
  width:12px;
  height:12px;
  margin-top:8px;
  background:var(--violet);
  box-shadow:0 0 0 8px rgba(93,62,255,.07);
}
.resources-closing-copy p{
  margin:0;
  color:#696B73;
  font-size:clamp(24px,2.5vw,36px);
  line-height:1.26;
  letter-spacing:-.03em;
}
.resources-closing-copy strong{color:var(--obsidian)}
.resources-cta{
  flex:0 0 auto;
  min-height:50px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  gap:22px;
  border:1px solid rgba(11,13,20,.15);
  color:var(--obsidian);
  font-size:11px;
  font-weight:850;
}
.resources-cta span{
  color:var(--violet);
  font-size:16px;
}
.resources-cta:hover{
  background:var(--obsidian);
  color:var(--ivory);
  border-color:var(--obsidian);
}

@keyframes resourcesPulse{
  0%,100%{transform:scale(1);box-shadow:0 0 0 10px rgba(93,62,255,.08),0 0 28px rgba(93,62,255,.22)}
  50%{transform:scale(1.08);box-shadow:0 0 0 17px rgba(93,62,255,.02),0 0 38px rgba(93,62,255,.34)}
}
@keyframes resourcesScroll{
  from{transform:translateX(0)}
  to{transform:translateX(-18%)}
}

@media(max-width:1000px){
  .resources-grid{grid-template-columns:1fr}
  .resource-featured{
    min-height:560px;
    grid-row:auto;
  }
}
@media(max-width:900px){
  .resources-section{padding:94px 0 84px}
  .resources-head{
    grid-template-columns:1fr;
    gap:30px;
    padding-bottom:42px;
  }
  .resources-closing{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media(max-width:560px){
  .resources-section{padding:74px 0 68px}
  .resources-head h2{font-size:clamp(46px,13vw,60px)}
  .resources-intro p{font-size:15px}
  .resources-grid{margin-top:20px}
  .resource-card{
    min-height:315px;
    padding:20px;
  }
  .resource-featured{min-height:500px}
  .resource-visual{
    right:-5%;
    top:12%;
    width:67%;
    height:40%;
  }
  .resource-card-copy{
    left:20px;right:20px;bottom:20px;
  }
  .resource-featured .resource-card-copy h3{font-size:42px}
  .resource-card-copy h3{font-size:33px}
  .resources-strip-row span{font-size:20px}
  .resources-closing{margin-top:48px}
  .resources-closing-copy{
    grid-template-columns:14px 1fr;
    gap:14px;
  }
  .resources-closing-copy p{font-size:27px}
  .resources-cta{
    width:100%;
    justify-content:space-between;
  }
}

@media(prefers-reduced-motion:reduce){
  .editorial-bit,
  .resources-strip-row{animation:none!important}
}

/* =========================
   12 · VISIÓN + CTA FINAL
   ========================= */
.vision-section{
  position:relative;
  overflow:hidden;
  padding:138px 0 104px;
  background:var(--obsidian);
  color:var(--ivory);
  isolation:isolate;
}
.vision-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  opacity:.13;
  background-image:
    linear-gradient(to right,rgba(244,240,232,.055) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(244,240,232,.04) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom,transparent,#000 12%,#000 88%,transparent);
}
.vision-bg{
  position:absolute;
  right:-7%;
  top:12%;
  width:min(720px,56vw);
  aspect-ratio:1;
  z-index:-2;
  opacity:.48;
}
.vision-ring{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(244,240,232,.12);
}
.vision-ring.vr1{inset:4%}
.vision-ring.vr2{inset:20%;border-color:rgba(93,62,255,.28)}
.vision-ring.vr3{inset:36%;border-color:rgba(244,240,232,.17)}
.vision-bit{
  position:absolute;
  left:49%;
  top:48%;
  width:20px;
  height:20px;
  background:var(--violet);
  box-shadow:0 0 0 12px rgba(93,62,255,.08),0 0 34px rgba(93,62,255,.30);
  animation:visionPulse 2.9s ease-in-out infinite;
}
.vision-line{
  position:absolute;
  height:1px;
  background:rgba(244,240,232,.13);
  transform-origin:left center;
}
.vision-line.vl1{left:10%;top:22%;width:43%;transform:rotate(26deg)}
.vision-line.vl2{left:51%;top:50%;width:39%;transform:rotate(-29deg)}
.vision-line.vl3{left:17%;top:75%;width:37%;transform:rotate(-35deg)}
.vision-node{
  position:absolute;
  width:10px;height:10px;
  border:1px solid rgba(244,240,232,.28);
  background:#121722;
}
.vision-node.vn1{left:8%;top:17%}
.vision-node.vn2{right:7%;top:23%}
.vision-node.vn3{left:14%;bottom:17%}

.vision-shell{position:relative;z-index:2}
.vision-kicker-row{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
  padding-bottom:28px;
  border-bottom:1px solid rgba(244,240,232,.10);
}
.vision-kicker-row .section-kicker{margin:0}
.vision-kicker-row>span{
  color:rgba(244,240,232,.22);
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
}

.vision-main{
  max-width:1080px;
  padding:72px 0 62px;
}
.vision-overline{
  margin:0 0 20px;
  color:rgba(244,240,232,.28);
  font-size:9px;
  font-weight:900;
  letter-spacing:.18em;
}
.vision-main h2{
  margin:0;
  max-width:1120px;
  font-size:clamp(58px,6.5vw,104px);
  line-height:.90;
  letter-spacing:-.065em;
  font-weight:800;
}
.vision-main h2 span{
  display:block;
  color:rgba(244,240,232,.34);
  font-weight:500;
}
.vision-copy{
  max-width:760px;
  margin:34px 0 0;
  color:rgba(244,240,232,.54);
  font-size:17px;
  line-height:1.72;
}

.vision-pillars{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:rgba(244,240,232,.09);
  border:1px solid rgba(244,240,232,.09);
}
.vision-pillars article{
  position:relative;
  min-height:290px;
  padding:24px 22px;
  background:rgba(15,19,29,.94);
  transition:background .22s ease,transform .22s ease;
}
.vision-pillars article:hover{
  background:#151A28;
  transform:translateY(-3px);
}
.vision-pillars article>span{
  position:absolute;
  right:20px;
  top:20px;
  color:rgba(244,240,232,.20);
  font-size:9px;
  font-weight:900;
}
.vision-pillars small{
  color:var(--violet);
  font-size:8px;
  font-weight:900;
  letter-spacing:.15em;
}
.vision-pillars h3{
  margin:48px 0 0;
  max-width:250px;
  font-size:30px;
  line-height:1;
  letter-spacing:-.045em;
}
.vision-pillars p{
  margin:13px 0 0;
  color:rgba(244,240,232,.44);
  font-size:11px;
  line-height:1.58;
}

.final-cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:48px;
  align-items:end;
  margin-top:74px;
  padding:44px 0 0;
  border-top:1px solid rgba(244,240,232,.10);
}
.final-cta-copy{
  display:grid;
  grid-template-columns:24px minmax(0,840px);
  gap:22px;
  align-items:start;
}
.final-bit{
  width:13px;
  height:13px;
  margin-top:7px;
  background:var(--violet);
  box-shadow:0 0 0 9px rgba(93,62,255,.07);
}
.final-label{
  margin:0;
  color:var(--violet);
  font-size:8px;
  font-weight:900;
  letter-spacing:.17em;
}
.final-cta-copy h3{
  margin:10px 0 0;
  font-size:clamp(37px,4vw,62px);
  line-height:.98;
  letter-spacing:-.05em;
}
.final-cta-copy p:last-child{
  margin:14px 0 0;
  max-width:650px;
  color:rgba(244,240,232,.48);
  font-size:13px;
  line-height:1.65;
}
.final-actions{
  display:flex;
  flex-direction:column;
  gap:9px;
  min-width:225px;
}
.final-primary,
.final-secondary{
  min-height:52px;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  font-size:11px;
  font-weight:850;
}
.final-primary{
  background:var(--violet);
  color:white;
  box-shadow:0 18px 42px rgba(93,62,255,.18);
}
.final-secondary{
  border:1px solid rgba(244,240,232,.16);
  color:var(--ivory);
}
.final-primary span,
.final-secondary span{
  font-size:16px;
}

/* =========================
   FOOTER
   ========================= */
.site-footer{
  background:#080A10;
  color:var(--ivory);
  border-top:1px solid rgba(244,240,232,.08);
}
.footer-shell{
  padding-top:58px;
  padding-bottom:26px;
}
.footer-top{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:80px;
  padding-bottom:50px;
}
.footer-brand img{
  width:210px;
  display:block;
}
.footer-brand p{
  max-width:270px;
  margin:18px 0 0;
  color:rgba(244,240,232,.39);
  font-size:11px;
  line-height:1.6;
}
.footer-columns{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:34px;
}
.footer-columns>div{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.footer-columns small{
  margin-bottom:15px;
  color:rgba(244,240,232,.24);
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
}
.footer-columns a{
  padding:5px 0;
  color:rgba(244,240,232,.56);
  font-size:11px;
}
.footer-columns a:hover{color:var(--ivory)}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:30px;
  padding-top:20px;
  border-top:1px solid rgba(244,240,232,.07);
}
.footer-bottom p{
  margin:0;
  color:rgba(244,240,232,.22);
  font-size:7px;
  font-weight:800;
  letter-spacing:.13em;
}

@keyframes visionPulse{
  0%,100%{transform:scale(1);box-shadow:0 0 0 12px rgba(93,62,255,.08),0 0 34px rgba(93,62,255,.30)}
  50%{transform:scale(1.09);box-shadow:0 0 0 20px rgba(93,62,255,.02),0 0 48px rgba(93,62,255,.40)}
}

@media(max-width:1000px){
  .vision-pillars{grid-template-columns:1fr 1fr}
  .final-cta{
    grid-template-columns:1fr;
    align-items:start;
  }
  .final-actions{
    width:min(320px,100%);
  }
  .footer-top{
    grid-template-columns:1fr;
    gap:42px;
  }
}
@media(max-width:760px){
  .vision-kicker-row{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
  .vision-bg{
    width:90vw;
    right:-45vw;
    top:20%;
  }
  .vision-pillars{grid-template-columns:1fr}
  .vision-pillars article{min-height:230px}
  .footer-columns{grid-template-columns:1fr 1fr}
  .footer-bottom{
    flex-direction:column;
    gap:8px;
  }
}
@media(max-width:560px){
  .vision-section{padding:78px 0 76px}
  .vision-main{padding:50px 0 44px}
  .vision-main h2{font-size:clamp(50px,15vw,68px)}
  .vision-copy{font-size:15px}
  .vision-pillars article{min-height:225px}
  .final-cta{
    margin-top:54px;
    padding-top:34px;
  }
  .final-cta-copy{
    grid-template-columns:14px 1fr;
    gap:14px;
  }
  .final-bit{
    width:9px;height:9px;margin-top:6px;
  }
  .final-cta-copy h3{font-size:40px}
  .final-actions{width:100%}
  .footer-shell{padding-top:44px}
  .footer-columns{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
  .vision-bit{animation:none!important}
}



/* =========================
   V18 · CHAT ANIMADO MAESTRO VIRTUAL
   ========================= */
.vt-chat-window{
  overflow:auto;
  scroll-behavior:smooth;
  scrollbar-width:thin;
  scrollbar-color:rgba(244,240,232,.18) transparent;
}
.vt-chat-window::-webkit-scrollbar{
  width:6px;
}
.vt-chat-window::-webkit-scrollbar-thumb{
  background:rgba(244,240,232,.14);
}
.vt-chat-card.is-animated .chat-msg,
.vt-chat-card.is-animated .chat-typing{
  display:none;
}
.vt-chat-card.is-animated .chat-msg.is-visible{
  display:block;
  animation:vtChatReveal .42s cubic-bezier(.2,.8,.2,1) both;
}
.vt-chat-card.is-animated .chat-typing.is-visible{
  display:inline-flex;
  animation:vtChatReveal .32s ease both;
}
.vt-chat-card.is-animated .chat-msg p.is-typing::after{
  content:'';
  display:inline-block;
  width:1px;
  height:1.05em;
  margin-left:3px;
  vertical-align:-.12em;
  background:currentColor;
  opacity:.85;
  animation:vtCursorBlink .85s steps(1) infinite;
}
.vt-input{
  position:relative;
}
.vt-input::before{
  content:'';
  position:absolute;
  left:18px;
  right:116px;
  top:50%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(93,62,255,.28),transparent);
  opacity:0;
  transform:translateY(10px);
}
.vt-chat-card.is-live .vt-input::before{
  opacity:1;
  animation:vtInputSignal 1.8s ease-in-out infinite;
}
@keyframes vtChatReveal{
  0%{opacity:0;transform:translateY(14px) scale(.985)}
  100%{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes vtCursorBlink{
  0%,49%{opacity:.9}
  50%,100%{opacity:0}
}
@keyframes vtInputSignal{
  0%,100%{transform:translateY(10px);opacity:.22}
  50%{transform:translateY(0);opacity:.72}
}
@media(prefers-reduced-motion:reduce){
  .vt-chat-window{scroll-behavior:auto}
  .vt-input::before{animation:none!important}
}




/* =========================
   V19 · MENÚ FIJO CORREGIDO
   El header vive fuera del hero para no quedar atrapado
   dentro de su stacking context.
   ========================= */
.site-nav{
  position:fixed !important;
  top:0 !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  z-index:99999 !important;
  isolation:isolate;
}
.site-nav::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:transparent;
  transition:background .28s ease,box-shadow .28s ease,backdrop-filter .28s ease;
}
.site-nav.is-scrolled::before{
  background:rgba(11,13,20,.91);
  box-shadow:0 12px 34px rgba(0,0,0,.24);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.site-nav.is-scrolled{
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}
.hero{
  padding-top:102px;
}
@media(max-width:900px){
  .site-nav{
    width:100% !important;
    left:0 !important;
    transform:none !important;
    padding-left:18px;
    padding-right:18px;
  }
  .hero{padding-top:82px}
}



/* =========================
   V20 · PULIDO FINAL
   ========================= */

/* Hero: diferenciador de maestro virtual */
.hero-ai-note{
  display:grid;
  grid-template-columns:12px minmax(0,1fr) 18px;
  gap:13px;
  align-items:start;
  max-width:650px;
  margin-top:22px;
  padding:13px 15px;
  border:1px solid rgba(93,62,255,.30);
  background:rgba(93,62,255,.055);
  transition:border-color .2s ease,background .2s ease,transform .2s ease;
}
.hero-ai-note:hover{
  transform:translateY(-2px);
  border-color:rgba(93,62,255,.62);
  background:rgba(93,62,255,.09);
}
.hero-ai-bit{
  width:8px;height:8px;
  margin-top:4px;
  background:var(--violet);
  box-shadow:0 0 0 6px rgba(93,62,255,.08);
}
.hero-ai-note small{
  display:block;
  color:var(--violet);
  font-size:7px;
  font-weight:900;
  letter-spacing:.15em;
}
.hero-ai-note strong{
  display:block;
  margin-top:5px;
  color:rgba(244,240,232,.78);
  font-size:11px;
  line-height:1.45;
}
.hero-ai-note>b{
  color:var(--violet);
  font-size:16px;
  font-weight:500;
}
.profession-node strong{
  transition:opacity .18s ease,transform .18s ease;
}
.profession-node.is-changing strong{
  opacity:0;
  transform:translateY(5px);
}

/* Search funcional */
.nav-search-mobile{
  display:none;
  width:100%;
  padding:10px 0;
  border:0;
  background:transparent;
  color:rgba(244,240,232,.66);
  text-align:left;
  font-size:12px;
  cursor:pointer;
}
.site-search{
  position:fixed;
  inset:0;
  z-index:100000;
  display:none;
}
.site-search.open{display:block}
.search-backdrop{
  position:absolute;
  inset:0;
  width:100%;
  border:0;
  background:rgba(5,7,12,.78);
  backdrop-filter:blur(10px);
}
.search-panel{
  position:relative;
  width:min(720px,calc(100% - 32px));
  margin:110px auto 0;
  padding:24px;
  border:1px solid rgba(244,240,232,.13);
  background:#0D1018;
  color:var(--ivory);
  box-shadow:0 32px 90px rgba(0,0,0,.48);
}
.search-panel-head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
}
.search-panel-head small{
  display:block;
  color:var(--violet);
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
}
.search-panel-head strong{
  display:block;
  margin-top:6px;
  font-size:25px;
  letter-spacing:-.04em;
}
.search-close{
  width:38px;height:38px;
  border:1px solid rgba(244,240,232,.12);
  background:transparent;
  color:rgba(244,240,232,.65);
  font-size:22px;
  cursor:pointer;
}
.search-field{
  display:grid;
  grid-template-columns:28px 1fr;
  align-items:center;
  margin-top:22px;
  padding:0 14px;
  min-height:55px;
  border:1px solid rgba(244,240,232,.14);
  background:#141923;
}
.search-field>span{
  color:var(--violet);
  font-size:20px;
}
.search-field input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:var(--ivory);
  font:inherit;
  font-size:15px;
}
.search-field input::placeholder{color:rgba(244,240,232,.28)}
.search-results{
  display:grid;
  gap:1px;
  margin-top:14px;
  background:rgba(244,240,232,.08);
  border:1px solid rgba(244,240,232,.08);
}
.search-result{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding:13px 14px;
  background:#10141E;
}
.search-result:hover{background:#171C28}
.search-result div small{
  display:block;
  color:rgba(244,240,232,.28);
  font-size:7px;
  font-weight:900;
  letter-spacing:.13em;
}
.search-result div strong{
  display:block;
  margin-top:4px;
  color:rgba(244,240,232,.78);
  font-size:13px;
}
.search-result>span{color:var(--violet)}
.search-empty{
  padding:18px;
  background:#10141E;
  color:rgba(244,240,232,.42);
  font-size:12px;
}
.search-hint{
  margin:14px 0 0;
  color:rgba(244,240,232,.28);
  font-size:9px;
}

/* Prueba social real */
.proof-social-section{
  position:relative;
  overflow:hidden;
  padding:132px 0 118px;
  background:#E9E6DF;
  color:var(--obsidian);
}
.proof-social-section::before{
  content:"";
  position:absolute;
  width:680px;height:680px;
  right:-390px;bottom:-360px;
  border-radius:50%;
  border:1px solid rgba(93,62,255,.08);
}
.proof-social-shell{position:relative;z-index:2}
.proof-social-head{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);
  gap:74px;
  align-items:end;
  padding-bottom:58px;
  border-bottom:1px solid rgba(11,13,20,.12);
}
.proof-social-head h2{
  margin:0;
  font-size:clamp(54px,5.3vw,84px);
  line-height:.94;
  letter-spacing:-.055em;
}
.proof-social-head h2 span{
  color:#6E717A;
  font-weight:520;
}
.proof-social-intro p{
  margin:0;
  color:#60636D;
  font-size:16px;
  line-height:1.72;
}
.proof-metrics{
  display:grid;
  grid-template-columns:1.2fr .8fr .9fr;
  gap:1px;
  margin-top:30px;
  background:rgba(11,13,20,.12);
  border:1px solid rgba(11,13,20,.12);
}
.proof-metric{
  min-height:330px;
  padding:28px 25px;
  background:#F1EEE7;
}
.proof-metric.featured{
  background:var(--obsidian);
  color:var(--ivory);
}
.proof-metric small{
  display:block;
  color:#85878F;
  font-size:8px;
  font-weight:900;
  letter-spacing:.15em;
}
.proof-metric.featured small{color:rgba(244,240,232,.30)}
.proof-metric strong{
  display:block;
  margin-top:55px;
  color:var(--violet);
  font-size:clamp(58px,7vw,104px);
  line-height:.86;
  letter-spacing:-.065em;
}
.proof-metric p{
  max-width:340px;
  margin:22px 0 0;
  color:#6D6F77;
  font-size:13px;
  line-height:1.6;
}
.proof-metric.featured p{color:rgba(244,240,232,.52)}
.countries-block{
  margin-top:22px;
  padding:24px;
  border:1px solid rgba(11,13,20,.12);
  background:#F1EEE7;
}
.countries-head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(11,13,20,.10);
}
.countries-head small,
.countries-head span{
  font-size:8px;
  font-weight:900;
  letter-spacing:.15em;
}
.countries-head small{color:var(--violet)}
.countries-head span{color:#999BA1}
.country-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:1px;
  margin-top:18px;
  background:rgba(11,13,20,.10);
  border:1px solid rgba(11,13,20,.10);
}
.country-grid span{
  min-height:55px;
  display:flex;
  align-items:center;
  padding:0 14px;
  background:#E9E6DF;
  font-size:12px;
  font-weight:720;
}
.proof-social-closing{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:24px;
  max-width:980px;
  margin:64px 0 0 auto;
}
.proof-social-closing>span{
  width:72px;height:3px;
  margin-top:12px;
  background:var(--violet);
}
.proof-social-closing p{
  margin:0;
  color:#676971;
  font-size:clamp(27px,2.9vw,43px);
  line-height:1.22;
  letter-spacing:-.035em;
}
.proof-social-closing strong{color:var(--obsidian)}

/* Recursos: no fingir enlaces aún inexistentes */
.resource-status,
.resources-status{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  margin-top:20px;
  padding:0 11px;
  border:1px solid rgba(11,13,20,.12);
  color:#85878E;
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.resource-featured .resource-status{
  border-color:rgba(244,240,232,.12);
  color:rgba(244,240,232,.35);
}
.resources-status{
  flex:0 0 auto;
  margin-top:0;
}
.footer-static{
  padding:5px 0;
  color:rgba(244,240,232,.30);
  font-size:11px;
}

/* Menos movimiento repetitivo: reservarlo para hero, ecosistema, maestro virtual y cierre. */
.teach-profile-row,
.organization-types-row,
.resources-strip-row,
.evolve-signal{
  animation:none !important;
}
.teach-bit,
.org-core{
  animation:none !important;
}
.teach-bit,
.org-core{
  box-shadow:0 0 0 10px rgba(93,62,255,.07);
}
.path-signal{animation:pathTravel 6.4s ease-in-out infinite !important}

/* El menú fijo queda crítico y fuera de contextos de apilado. */
.site-nav{
  position:fixed !important;
  top:0 !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  z-index:99999 !important;
}
.site-nav.is-scrolled{
  background:rgba(11,13,20,.91) !important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

/* Responsive */
@media(max-width:900px){
  .nav-search-mobile{display:block}
  .proof-social-section{padding:94px 0 84px}
  .proof-social-head{grid-template-columns:1fr;gap:30px;padding-bottom:42px}
  .proof-metrics{grid-template-columns:1fr}
  .proof-metric{min-height:260px}
  .country-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:560px){
  .hero-ai-note{grid-template-columns:9px 1fr 16px}
  .search-panel{margin-top:90px;padding:18px}
  .proof-social-section{padding:74px 0 68px}
  .proof-social-head h2{font-size:clamp(46px,13vw,60px)}
  .proof-social-intro p{font-size:15px}
  .proof-metric{min-height:235px;padding:22px 20px}
  .proof-metric strong{margin-top:38px}
  .country-grid{grid-template-columns:1fr 1fr}
  .proof-social-closing{grid-template-columns:1fr;gap:16px;margin-top:48px}
  .proof-social-closing>span{width:52px}
  .proof-social-closing p{font-size:29px}
  .resources-status{width:100%;justify-content:center}
}


/* =========================
   V21 · RESTAURAR ANIMACIÓN “CÓMO FUNCIONA”
   ========================= */
.how-step.active{
  box-shadow:inset 0 0 0 1px rgba(93,62,255,.24);
}
.how-step.active .step-label{
  color:#7C6CFF;
}
.how-step.active h3{
  color:var(--ivory);
}
.how-step.active > p:last-child{
  color:rgba(244,240,232,.62);
}
.path-signal{
  animation:pathTravel 6.4s ease-in-out infinite !important;
}

@media(prefers-reduced-motion:reduce){
  .path-signal{animation:none !important}
}



/* =========================
   V22 · MENÚ COMPLETO SOBRE SECCIONES CLARAS
   ========================= */

/* El contenido del menú conserva el ancho editorial,
   pero su fondo oscuro se extiende de borde a borde. */
.site-nav.is-scrolled::before{
  left:50% !important;
  right:auto !important;
  top:0 !important;
  bottom:0 !important;
  width:100vw !important;
  transform:translateX(-50%) !important;
  background:#0B0D14 !important;
  border-bottom:1px solid rgba(244,240,232,.10);
  box-shadow:0 12px 34px rgba(0,0,0,.22);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

/* Asegura contraste aunque el header esté fuera del hero. */
.site-nav{
  color:var(--ivory) !important;
}
.site-nav .brand,
.site-nav .nav-links,
.site-nav .nav-trigger,
.site-nav .nav-links > a{
  color:rgba(244,240,232,.70);
}
.site-nav .nav-trigger:hover,
.site-nav .nav-links > a:hover{
  color:var(--ivory);
}

/* Botón Campus: texto siempre visible. */
.site-nav .campus-link{
  color:var(--ivory) !important;
  border-color:rgba(244,240,232,.18) !important;
  background:rgba(244,240,232,.055) !important;
}
.site-nav .campus-link:hover{
  color:#FFFFFF !important;
  border-color:rgba(93,62,255,.70) !important;
  background:rgba(93,62,255,.13) !important;
}
.site-nav .campus-link span{
  color:#765EFF !important;
}

/* Buscador también conserva contraste. */
.site-nav .search-button{
  color:rgba(244,240,232,.86) !important;
  border-color:rgba(244,240,232,.16) !important;
  background:rgba(244,240,232,.035) !important;
}
.site-nav .search-button:hover{
  color:#FFFFFF !important;
  border-color:rgba(93,62,255,.65) !important;
}

/* En desktop, la barra completa no deja “franjas” claras laterales. */
@media(min-width:901px){
  .site-nav.is-scrolled{
    border-bottom-color:transparent !important;
  }
}

@media(max-width:900px){
  .site-nav.is-scrolled::before{
    left:0 !important;
    transform:none !important;
    width:100vw !important;
  }
}


/* =========================
   V25 · CONETBIT PADRE CLICABLE + CARET
   ========================= */
.conetbit-nav-group{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:7px;
}
.nav-parent-link{
  color:rgba(244,240,232,.66);
  font-size:13px;
  font-weight:520;
}
.nav-parent-link:hover{color:var(--ivory)}
.nav-caret{
  width:18px;
  min-width:18px;
  justify-content:center;
}
@media(max-width:1180px){
  .nav-parent-link{font-size:12px}
}
@media(max-width:900px){
  .conetbit-nav-group{
    display:grid;
    grid-template-columns:1fr 34px;
    width:100%;
    gap:0;
  }
  .nav-parent-link{
    padding:10px 0;
  }
  .nav-caret{
    width:34px;
    min-height:38px;
  }
  .conetbit-nav-group .small-dropdown{
    grid-column:1 / -1;
  }
}


/* =========================
   V27 · EVENTOS EN MENÚ
   ========================= */
@media(min-width:1181px){
  .nav-links{gap:14px}
  .nav-links>a,
  .nav-trigger,
  .nav-parent-link{font-size:11.5px}
}
@media(min-width:901px) and (max-width:1320px){
  .nav{grid-template-columns:185px minmax(0,1fr) auto;gap:14px}
  .brand{width:180px}
  .nav-links{gap:10px}
  .nav-links>a,
  .nav-trigger,
  .nav-parent-link{font-size:10.5px}
  .campus-link{padding:0 9px;font-size:10.5px}
  .search-button{width:40px}
}
