/* ============================================================
   DIMTEL · Gatito Te Amo
   Dark neon system — pink/cyan/lime/violet
   ============================================================ */

:root {
  --bg-0: #06030d;
  --bg-1: #0c0518;
  --bg-2: #150729;
  --ink: #fbf3ff;
  --ink-soft: #d3c6e6;
  --ink-mute: #9587a8;
  --line: rgba(255,255,255,.10);
  --line-strong: rgba(255,255,255,.22);
  --card: rgba(255,255,255,.04);
  --card-strong: rgba(255,255,255,.07);

  --pink: #ff2fb3;
  --fuchsia: #ff00c8;
  --violet: #a25cff;
  --cyan: #4be9ff;
  --lime: #c8ff4d;
  --green: #61ff9f;
  --amber: #ffc24a;
  --orange: #ff7a1a;

  --font-display: "Bricolage Grotesque", "Space Grotesk", system-ui, sans-serif;
  --font-body: "Space Grotesk", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  background: var(--bg-0);
  overflow-x: hidden;
  line-height: 1.5;
  font-feature-settings: "ss01", "cv11";
}

a { color: inherit; }
img { display: block; max-width: 100%; }

/* ---------- ambient background ---------- */
.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 2;
  opacity: .08; mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.bg-orbs { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.bg-orbs .orb {
  position: absolute; border-radius: 50%; filter: blur(110px); opacity: .55;
}
.bg-orbs .orb-1 { width: 720px; height: 720px; left: -180px; top: -160px;
  background: radial-gradient(circle, #ff2fb3 0%, transparent 60%); }
.bg-orbs .orb-2 { width: 640px; height: 640px; right: -160px; top: 320px;
  background: radial-gradient(circle, #4be9ff 0%, transparent 65%); opacity: .35; }
.bg-orbs .orb-3 { width: 800px; height: 800px; left: 30%; bottom: -360px;
  background: radial-gradient(circle, #a25cff 0%, transparent 65%); opacity: .4; }

main { position: relative; z-index: 3; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 24px;
  padding: 14px clamp(16px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(6,3,13,.85), rgba(6,3,13,.55));
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand-mark {
  width: 36px; height: 36px; border-radius: 11px;
  display: grid; place-items: center; color: white;
  background: conic-gradient(from 220deg, #ff2fb3, #a25cff, #4be9ff, #c8ff4d, #ff2fb3);
  box-shadow: 0 8px 24px -8px rgba(255,47,179,.7), inset 0 0 0 1px rgba(255,255,255,.2);
}
.brand-mark svg { width: 18px; height: 18px; filter: drop-shadow(0 0 4px rgba(255,255,255,.7)); }
.brand-text { display: grid; line-height: 1.1; font-size: .82rem; letter-spacing: .04em; }
.brand-text b { font-weight: 900; letter-spacing: .12em; }
.brand-text em { font-style: normal; color: var(--ink-soft); font-size: .72rem; }

.nav-links { margin-left: auto; display: flex; gap: 26px; font-size: .92rem; }
.nav-links a { color: var(--ink-soft); text-decoration: none; transition: color .2s; }
.nav-links a:hover { color: var(--ink); }
.nav-cta {
  text-decoration: none; font-weight: 700; font-size: .9rem;
  padding: 11px 18px; border-radius: 999px;
  color: var(--bg-0);
  background: linear-gradient(95deg, #ffd84a, #ff2fb3 60%, #a25cff);
  box-shadow: 0 10px 30px -10px rgba(255,47,179,.7), inset 0 0 0 1px rgba(255,255,255,.3);
  transition: transform .15s, box-shadow .2s;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 14px 34px -10px rgba(255,47,179,.9); }

@media (max-width: 820px) {
  .nav-links { display: none; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: clamp(36px, 4.5vw, 56px) clamp(20px, 5vw, 64px) clamp(28px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 80px);
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px; border-radius: 999px;
  font-family: var(--font-mono); font-size: .76rem; letter-spacing: .14em; text-transform: uppercase;
  background: rgba(255,47,179,.10);
  border: 1px solid rgba(255,47,179,.35);
  color: #ffb3e0;
  margin-bottom: 24px;
}
.hero-tag .pulse {
  width: 7px; height: 7px; border-radius: 50%; background: var(--pink);
  box-shadow: 0 0 14px var(--pink); animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .4; transform: scale(.6); }
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.6rem, 6.4vw, 5.6rem);
  line-height: .92;
  letter-spacing: -.035em;
  margin: 0 0 24px;
  max-width: 12ch;
}
.hero h1 .stroke {
  display: block;
  background: linear-gradient(95deg, #ff2fb3, #a25cff 35%, #4be9ff 70%, #c8ff4d);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 8px 30px rgba(255,47,179,.35));
}
.hero p.lead {
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  color: var(--ink-soft);
  max-width: 56ch;
  margin: 0 0 32px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  font-family: var(--font-body); font-weight: 700; font-size: 1rem;
  text-decoration: none;
  border-radius: 999px;
  transition: transform .15s, box-shadow .2s;
  cursor: pointer; border: 0;
}
.btn-primary {
  color: var(--bg-0);
  background: linear-gradient(95deg, #ffd84a, #ff2fb3 55%, #a25cff);
  box-shadow: 0 14px 38px -12px rgba(255,47,179,.65), inset 0 0 0 1px rgba(255,255,255,.3);
}
.btn-ghost {
  color: var(--ink);
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line-strong);
  backdrop-filter: blur(8px);
}
.btn-cyan {
  color: var(--bg-0);
  background: linear-gradient(95deg, #4be9ff, #c8ff4d);
  box-shadow: 0 14px 38px -12px rgba(75,233,255,.55), inset 0 0 0 1px rgba(255,255,255,.3);
}
.btn:hover { transform: translateY(-2px); }
.btn .arr { transition: transform .2s; }
.btn:hover .arr { transform: translate(3px,-3px); }

.hero-proof {
  display: flex; gap: 28px; margin-top: 24px; padding-top: 20px;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono); font-size: .82rem; color: var(--ink-mute);
  flex-wrap: wrap;
}
.hero-proof b { color: var(--ink); font-weight: 600; display: block; font-family: var(--font-display); font-size: 1.7rem; letter-spacing: -.02em; }
.hero-proof span small { color: var(--ink-mute); font-family: var(--font-mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

/* hero stage – rotating transforming character */
.hero-stage {
  position: relative; aspect-ratio: 1/1.05; max-width: 560px; justify-self: end; width: 100%;
}
.hero-stage .stage-frame {
  position: absolute; inset: 0; border-radius: 32px;
  background: linear-gradient(160deg, rgba(255,47,179,.18), rgba(75,233,255,.08) 50%, rgba(162,92,255,.18));
  border: 1px solid var(--line-strong);
  overflow: hidden;
  box-shadow: 0 40px 100px -30px rgba(255,47,179,.4), inset 0 0 0 1px rgba(255,255,255,.04);
}
.hero-stage .stage-frame::before {
  content: ""; position: absolute; inset: -2px;
  background:
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(255,255,255,.05) 38px 39px),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(255,255,255,.05) 38px 39px);
  mask-image: radial-gradient(circle at 50% 50%, black 30%, transparent 80%);
}
.hero-stage .stage-frame::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at var(--hx,50%) var(--hy,50%), var(--hc, #ff2fb3) 0%, transparent 55%);
  opacity: .55; mix-blend-mode: screen;
  transition: background .9s ease;
}

/* Hero character stack — all featured chars mounted at same position */
.hero-stack {
  position: absolute; inset: 0;
  display: grid; place-items: center;
}
.hero-slot {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .55s ease, transform .65s cubic-bezier(.2,.7,.2,1.3), filter .55s ease;
}
.hero-slot.is-active {
  opacity: 1;
  transform: scale(1) rotate(0);
  filter: none;
}
.hero-slot.is-leaving {
  opacity: 0;
  transform: scale(.55) rotate(-12deg);
  filter: blur(14px) brightness(2.5);
}
.hero-slot.is-hidden {
  opacity: 0;
  transform: scale(.4) rotate(14deg);
  filter: blur(14px) brightness(2.4);
  transition: none;
}
.hero-char-img {
  width: 84%; max-width: 480px; height: auto;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,.55)) drop-shadow(0 0 28px var(--hc, #ff2fb3));
  user-select: none; -webkit-user-drag: none;
}
.hero-slot.is-active .hero-char-img {
  animation: breathe 4.5s ease-in-out infinite;
}
@keyframes breathe {
  0%, 100% { transform: translateY(0) scale(1); }
  50%      { transform: translateY(-10px) scale(1.015); }
}

/* particle burst on morph */
.hero-burst {
  position: absolute; inset: 0; pointer-events: none;
}
.hero-burst i {
  position: absolute; left: 50%; top: 50%;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--hc, #ff2fb3);
  box-shadow: 0 0 12px var(--hc, #ff2fb3);
  opacity: 0;
}
.hero-burst.go i { animation: burst .9s ease-out forwards; }
@keyframes burst {
  0%   { transform: translate(-50%, -50%) translate(0,0); opacity: 1; }
  100% { transform: translate(-50%, -50%) translate(var(--bx), var(--by)); opacity: 0; }
}

.hero-stage .tag-chip {
  position: absolute; padding: 10px 14px; border-radius: 14px;
  background: rgba(8,3,16,.78); border: 1px solid var(--line-strong);
  backdrop-filter: blur(10px);
  font-family: var(--font-mono); font-size: .76rem; letter-spacing: .08em;
  display: flex; align-items: center; gap: 10px;
  box-shadow: 0 18px 50px -20px rgba(0,0,0,.7);
}
.tag-chip b { color: var(--ink); font-weight: 700; letter-spacing: .05em; font-family: var(--font-display); font-size: .9rem; }
.tag-chip small { color: var(--ink-mute); }
.tag-chip .dot { width: 8px; height: 8px; border-radius: 50%; box-shadow: 0 0 10px currentColor; }
.tag-chip.top { top: 30px; left: -20px; transition: transform .4s, color .4s; }
.tag-chip.mid { right: -28px; top: 42%; transition: transform .4s, color .4s; }
.tag-chip.bot { bottom: 26px; left: 20%; transition: transform .4s, color .4s; }

.hero-stage .stage-meter {
  position: absolute; left: 24px; bottom: 24px; right: 24px;
  display: flex; gap: 6px; z-index: 4;
}
.stage-meter span {
  flex: 1; height: 3px; border-radius: 2px;
  background: rgba(255,255,255,.12); overflow: hidden; position: relative;
}
.stage-meter span.active::after {
  content: ""; position: absolute; inset: 0; transform-origin: left;
  background: linear-gradient(90deg, var(--hc), white);
  animation: fill 4.6s linear forwards;
}
@keyframes fill { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* hero split bar */
.hero-split {
  grid-column: 1 / -1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
  margin-top: 56px;
}
.hero-split a {
  position: relative;
  display: grid; gap: 8px;
  padding: 22px 24px; border-radius: 22px;
  text-decoration: none; color: var(--ink);
  border: 1px solid var(--line-strong);
  background: linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  overflow: hidden;
  transition: transform .25s, border-color .25s, background .25s;
}
.hero-split a:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.4); }
.hero-split a small { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); }
.hero-split a b { font-family: var(--font-display); font-size: 1.55rem; letter-spacing: -.02em; }
.hero-split a span.go { position: absolute; right: 22px; top: 22px; font-size: 1.4rem; transition: transform .2s; }
.hero-split a:hover span.go { transform: translate(4px,-4px); }
.hero-split a.bots::before, .hero-split a.cursos::before {
  content: ""; position: absolute; inset: auto -40px -60px auto; width: 220px; height: 220px;
  border-radius: 50%; filter: blur(50px); opacity: .55;
  background: radial-gradient(circle, #ff2fb3, transparent 70%);
}
.hero-split a.cursos::before { background: radial-gradient(circle, #4be9ff, transparent 70%); }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 48px; }
  .hero-stage { justify-self: center; max-width: 460px; }
  .hero-split { grid-template-columns: 1fr; margin-top: 32px; }
}

/* ============================================================
   SECTION SCAFFOLD
   ============================================================ */
.section {
  padding: clamp(56px, 7vw, 88px) clamp(20px, 5vw, 64px);
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-head {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 36px; align-items: end;
  margin-bottom: clamp(28px, 3.5vw, 44px);
}
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: .76rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 18px;
}
.kicker::before {
  content: ""; width: 28px; height: 1px; background: currentColor;
}
.section h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  letter-spacing: -.03em;
  line-height: .98;
  margin: 0;
  max-width: 14ch;
  text-wrap: balance;
}
.section h2 em { font-style: normal;
  background: linear-gradient(95deg, #ff2fb3, #a25cff 50%, #4be9ff);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.section-head p {
  color: var(--ink-soft); font-size: 1.05rem; margin: 0; max-width: 56ch;
}
@media (max-width: 820px) { .section-head { grid-template-columns: 1fr; } }

/* ============================================================
   TEAM — transforming grid
   ============================================================ */
.team {
  background: linear-gradient(180deg, transparent 0%, rgba(255,47,179,.04) 50%, transparent 100%);
  padding-top: clamp(40px, 5vw, 56px);
  padding-bottom: clamp(40px, 5vw, 56px);
}
.team .section-head { display: none; }
.team-header {
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: clamp(20px, 3vw, 36px);
  align-items: end;
  margin-bottom: clamp(20px, 2.5vw, 28px);
}
.team-header h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  letter-spacing: -.03em; line-height: 1;
  margin: 0;
  text-wrap: balance;
  max-width: 16ch;
}
.team-header h2 em {
  font-style: normal;
  background: linear-gradient(95deg, #ff2fb3, #a25cff 50%, #4be9ff);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.team-header p {
  margin: 0; color: var(--ink-soft); font-size: .92rem;
  max-width: 48ch; line-height: 1.45;
}
.team-header .kicker { margin-bottom: 6px; font-size: .68rem; }
@media (max-width: 820px) { .team-header { grid-template-columns: 1fr; align-items: start; } }
.team-grid {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: 8px;
}
@media (max-width: 1280px) { .team-grid { grid-template-columns: repeat(6, 1fr); } }
@media (max-width: 820px)  { .team-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 540px)  { .team-grid { grid-template-columns: repeat(3, 1fr); } }

.team-card {
  position: relative;
  aspect-ratio: 3/4.2;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--line-strong);
  background: radial-gradient(circle at 50% 30%, rgba(255,255,255,.10), rgba(255,255,255,.01) 70%);
  transition: transform .35s cubic-bezier(.2,.7,.2,1.2), border-color .3s, box-shadow .3s;
  isolation: isolate;
}
.team-card:hover {
  transform: translateY(-8px) scale(1.04);
  border-color: var(--tc, #ff2fb3);
  box-shadow: 0 30px 80px -20px var(--tc, #ff2fb3), 0 0 0 1px var(--tc, #ff2fb3) inset;
  z-index: 5;
}
.team-card .glow {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 35%, var(--tc, #ff2fb3), transparent 65%);
  opacity: .25; transition: opacity .35s;
  z-index: 0;
}
.team-card:hover .glow { opacity: .9; }

.team-card .ring {
  position: absolute; left: 50%; top: 36%;
  width: 64%; aspect-ratio: 1;
  transform: translate(-50%,-50%) rotate(0);
  border-radius: 50%;
  border: 1px dashed var(--tc, #ff2fb3);
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
  z-index: 1;
}
.team-card:hover .ring { opacity: .7; animation: spin 6s linear infinite; }
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }

.team-card .ring::before, .team-card .ring::after {
  content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%;
  background: var(--tc); box-shadow: 0 0 14px var(--tc);
  left: 50%; top: -5px;
}
.team-card .ring::after { top: auto; bottom: -5px; }

.team-card-img-wrap {
  position: absolute; inset: 0; z-index: 2;
  display: grid; place-items: center;
}
.team-card-img-wrap img {
  width: 90%; max-width: 180px;
  transition: transform .45s cubic-bezier(.2,.7,.2,1.4), filter .35s;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.6));
  animation: bobble 5s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
.team-card:hover .team-card-img-wrap img {
  transform: scale(1.1) translateY(-4px);
  filter: drop-shadow(0 0 22px var(--tc, #ff2fb3)) drop-shadow(0 14px 24px rgba(0,0,0,.7));
}
@keyframes bobble {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}

/* echo silhouette that fades up — the "transformation" */
.team-card .echo {
  position: absolute; left: 50%; top: 36%;
  width: 90%; max-width: 180px;
  transform: translate(-50%,-50%) scale(1.0);
  opacity: 0; mix-blend-mode: screen;
  z-index: 1;
  transition: opacity .5s, transform .6s;
  pointer-events: none;
  filter: blur(2px) brightness(2.4) saturate(2);
}
.team-card:hover .echo {
  opacity: .8;
  transform: translate(-50%,-50%) scale(1.25);
  animation: echoPulse 1.6s ease-in-out infinite;
}
@keyframes echoPulse {
  0%, 100% { transform: translate(-50%,-50%) scale(1.22); opacity: .55; }
  50%      { transform: translate(-50%,-50%) scale(1.32); opacity: .85; }
}

.team-card-meta {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  padding: 8px 10px 10px;
  background: linear-gradient(0deg, rgba(0,0,0,.85), transparent);
  transition: padding .25s;
}
.team-card-meta small {
  font-family: var(--font-mono);
  font-size: clamp(.5rem, .65vw, .62rem);
  letter-spacing: .14em;
  color: var(--tc, #ff2fb3); text-transform: uppercase;
}
.team-card-meta b {
  display: block; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(.7rem, 1vw, .95rem);
  letter-spacing: -.01em; line-height: 1;
  margin: 3px 0 2px;
}
.team-card-meta p {
  margin: 0;
  font-size: clamp(.6rem, .75vw, .72rem);
  color: var(--ink-soft); line-height: 1.3;
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height .35s, opacity .25s, margin .3s;
}
.team-card:hover .team-card-meta p {
  max-height: 80px; opacity: 1; margin-top: 6px;
}

.team-card .tool {
  position: absolute; top: 8px; right: 8px; z-index: 4;
  font-family: var(--font-mono); font-size: .52rem; letter-spacing: .12em;
  padding: 3px 6px; border-radius: 999px;
  background: rgba(0,0,0,.55); border: 1px solid var(--line-strong);
  color: var(--tc); text-transform: uppercase;
  opacity: 0; transform: translateY(-4px); transition: opacity .3s, transform .3s;
}
.team-card:hover .tool { opacity: 1; transform: translateY(0); }

.team-card .num {
  position: absolute; top: 8px; left: 10px; z-index: 4;
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(.85rem, 1.1vw, 1.1rem);
  color: rgba(255,255,255,.4);
}

.team-note {
  margin-top: 40px;
  padding: 22px 26px; border-radius: 22px;
  border: 1px dashed var(--line-strong);
  background: rgba(255,255,255,.025);
  display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center;
}
.team-note .glyph {
  width: 56px; height: 56px; border-radius: 16px;
  background: conic-gradient(from 90deg, #ff2fb3, #a25cff, #4be9ff, #c8ff4d, #ff2fb3);
  display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 1.6rem;
  color: var(--bg-0);
}
.team-note p { margin: 0; color: var(--ink-soft); font-size: .95rem; }
.team-note p b { color: var(--ink); }

/* ============================================================
   BOTS
   ============================================================ */
.bots-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 1020px) { .bots-grid { grid-template-columns: 1fr; } }

.bot-card {
  position: relative;
  border-radius: 24px;
  padding: 26px 24px 22px;
  background: linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid var(--line-strong);
  overflow: hidden;
  display: grid; grid-template-rows: auto auto 1fr auto;
  gap: 14px;
  transition: transform .25s, border-color .25s;
}
.bot-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.32); }
.bot-card::before {
  content: ""; position: absolute; inset: -1px;
  border-radius: 26px; pointer-events: none;
  background: linear-gradient(180deg, var(--bc, #ff2fb3), transparent 50%);
  opacity: .18; z-index: 0;
}
.bot-card > * { position: relative; z-index: 1; }

.bot-head {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 16px;
}
.bot-head small {
  font-family: var(--font-mono); font-size: .72rem; letter-spacing: .16em;
  color: var(--bc, #ff2fb3); text-transform: uppercase;
}
.bot-head h3 {
  font-family: var(--font-display); font-weight: 800; font-size: 1.6rem;
  letter-spacing: -.02em; margin: 6px 0 0;
}
.bot-host {
  width: 96px; height: 96px; border-radius: 22px;
  background: radial-gradient(circle at 50% 30%, var(--bc), transparent 70%);
  display: grid; place-items: center;
  position: relative;
  border: 1px solid var(--line-strong);
  flex-shrink: 0;
}
.bot-host img {
  width: 95%; height: 95%; object-fit: contain;
  filter: drop-shadow(0 0 14px var(--bc));
  animation: bobble 4s ease-in-out infinite;
}
.bot-host::after {
  content: ""; position: absolute; inset: -8px;
  border: 1px dashed var(--bc); border-radius: 50%; opacity: .35;
  animation: spin 12s linear infinite;
}

.bot-card .desc { color: var(--ink-soft); font-size: .96rem; line-height: 1.6; margin: 0; }

.bot-features { display: grid; gap: 8px; margin: 6px 0 0; padding: 0; list-style: none; }
.bot-features li {
  font-family: var(--font-mono); font-size: .82rem;
  color: var(--ink); padding-left: 22px; position: relative;
}
.bot-features li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 12px; height: 1px;
  background: var(--bc);
}

.bot-footer {
  display: grid; gap: 14px;
  padding-top: 18px;
  border-top: 1px dashed var(--line-strong);
}
.bot-cot {
  font-family: var(--font-mono); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-mute);
}
.bot-actions {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.bot-action {
  position: relative;
  display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center;
  padding: 10px 12px; border-radius: 14px;
  text-decoration: none; color: var(--ink);
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line-strong);
  transition: transform .15s, background .2s, border-color .25s, box-shadow .25s;
}
.bot-action:hover {
  transform: translateY(-2px);
  border-color: var(--bc);
  background: rgba(255,255,255,.07);
  box-shadow: 0 14px 30px -14px var(--bc);
}
.bot-action-avatar {
  position: relative;
  width: 40px; height: 40px;
  border-radius: 50%;
  overflow: visible;
  background: var(--bg-1);
  border: 2px solid var(--bc);
  flex-shrink: 0;
}
.bot-action-avatar img {
  width: 100%; height: 100%; border-radius: 50%;
  object-fit: cover; object-position: center top;
  user-select: none; -webkit-user-drag: none;
}
.bot-action-badge {
  position: absolute; right: -4px; bottom: -4px;
  width: 20px; height: 20px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--bg-0);
  border: 2px solid var(--bc);
  color: var(--bc);
}
.bot-action-badge svg { width: 11px; height: 11px; }
.bot-action-label { display: grid; line-height: 1.1; }
.bot-action-label b {
  font-family: var(--font-display); font-weight: 800; font-size: .92rem;
  letter-spacing: -.01em;
}
.bot-action-label small {
  font-family: var(--font-mono); font-size: .68rem; letter-spacing: .08em;
  color: var(--ink-mute);
  margin-top: 2px;
}
.bot-action:hover .bot-action-label small { color: var(--ink-soft); }

.bot-action-call .bot-action-badge { animation: pulseRing 1.8s ease-in-out infinite; }
@keyframes pulseRing {
  0%, 100% { box-shadow: 0 0 0 0 var(--bc); }
  50%      { box-shadow: 0 0 0 6px transparent; }
}

.bots-meta {
  margin-top: 40px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
@media (max-width: 820px) { .bots-meta { grid-template-columns: repeat(2, 1fr); } }
.bots-meta-tile {
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
}
.bots-meta-tile small { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .14em; color: var(--ink-mute); text-transform: uppercase; }
.bots-meta-tile b { display: block; font-family: var(--font-display); font-size: 1.6rem; letter-spacing: -.02em; margin: 6px 0 0; }
.bots-meta-tile span { font-size: .82rem; color: var(--ink-soft); }

/* ============================================================
   CURSOS
   ============================================================ */
.cursos {
  background:
    radial-gradient(ellipse at 80% 0%, rgba(75,233,255,.10), transparent 60%),
    radial-gradient(ellipse at 0% 100%, rgba(200,255,77,.06), transparent 60%);
}
/* Single-viewport row of 5 cards (1 feature + 4 standard) */
.cursos-header {
  text-align: center;
  margin-bottom: clamp(22px, 3vw, 32px);
}
.cursos-header h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  letter-spacing: -.03em; line-height: 1;
  margin: 0 0 10px;
}
.cursos-header h2 em {
  font-style: normal;
  background: linear-gradient(95deg, #ff2fb3, #a25cff 50%, #4be9ff);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.cursos-header p {
  margin: 0; color: var(--ink-soft); font-size: 1rem;
  max-width: 70ch; margin-inline: auto;
}

.cursos-row-flat {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
  max-width: 1500px;
  margin-inline: auto;
}
@media (max-width: 1180px) { .cursos-row-flat { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .cursos-row-flat { grid-template-columns: 1fr; } }

.curso-card {
  position: relative;
  border-radius: 16px;
  padding: 14px 14px 14px;
  border: 1px solid var(--line-strong);
  background: linear-gradient(170deg, rgba(255,255,255,.06), rgba(255,255,255,.015));
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 8px;
  overflow: hidden;
  transition: transform .25s, border-color .25s, box-shadow .3s;
  min-height: 380px;
}
.curso-card:hover {
  transform: translateY(-4px);
  border-color: var(--cc, #4be9ff);
  box-shadow: 0 30px 70px -30px var(--cc, #4be9ff);
}
.curso-card.feature {
  background: linear-gradient(170deg, rgba(255,47,179,.22), rgba(162,92,255,.10) 60%, rgba(75,233,255,.06));
  border: 1px solid rgba(255,47,179,.35);
  box-shadow: 0 18px 50px -24px rgba(255,47,179,.55);
}
.curso-card-top {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.curso-host {
  width: 48px; height: 48px; border-radius: 14px;
  background: radial-gradient(circle, var(--cc), transparent 70%);
  display: grid; place-items: center;
  position: relative;
  border: 1px solid var(--line-strong);
  flex-shrink: 0;
}
.curso-host img { width: 96%; height: 96%; object-fit: cover; object-position: center top; border-radius: 12px; filter: drop-shadow(0 0 8px var(--cc)); }
.curso-card.feature .curso-host { width: 60px; height: 60px; border-radius: 16px; }

.curso-card small.tag {
  font-family: var(--font-mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--cc);
  padding: 4px 8px; border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line-strong);
  white-space: nowrap;
}
.curso-card h3 {
  font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; line-height: 1.1;
  letter-spacing: -.015em; margin: 0; text-wrap: balance;
}
.curso-card.feature h3 { font-size: 1.4rem; }
.curso-card .curso-desc {
  margin: 0; color: var(--ink-soft); font-size: .82rem; line-height: 1.45;
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}
.curso-card.feature .curso-desc { -webkit-line-clamp: 6; font-size: .85rem; }

.curso-meta {
  display: flex; justify-content: space-between; align-items: flex-end;
  padding-top: 12px;
  border-top: 1px dashed var(--line-strong);
  gap: 10px;
}
.curso-meta b {
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.1rem; letter-spacing: -.02em;
  display: block;
}
.curso-card.feature .curso-meta b { font-size: 1.3rem; }
.curso-meta small {
  font-family: var(--font-mono); font-size: .66rem; color: var(--ink-mute);
  letter-spacing: .12em; text-transform: uppercase;
  display: block; margin-top: 2px;
}
.curso-after {
  font-family: var(--font-mono); font-size: .62rem;
  color: var(--cc); letter-spacing: .1em; text-transform: uppercase;
  text-align: right; line-height: 1.3; max-width: 12ch;
}
.curso-card .add {
  display: block;
  text-align: center;
  background: var(--cc); color: var(--bg-0); border: 0;
  padding: 11px 14px; border-radius: 999px; font-weight: 700; cursor: pointer;
  font-family: var(--font-body); font-size: .88rem;
  text-decoration: none;
  transition: transform .15s, box-shadow .25s;
}
.curso-card .add:hover { transform: translateY(-1px); box-shadow: 0 14px 30px -14px var(--cc); }
.curso-card.feature .add {
  background: linear-gradient(95deg, #ffd84a, #ff2fb3); color: var(--bg-0);
  box-shadow: 0 14px 30px -14px rgba(255,47,179,.5);
}

/* pill row removed in compact layout */

/* ============================================================
   COHORTE
   ============================================================ */
.cohorte-wrap {
  border-radius: 22px;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at 100% 0%, rgba(255,47,179,.18), transparent 50%),
    radial-gradient(circle at 0% 100%, rgba(75,233,255,.14), transparent 50%),
    rgba(20,8,38,.55);
  position: relative;
  overflow: hidden;
}
.cohorte-wrap::before {
  content: ""; position: absolute; inset: 0; opacity: .08;
  background:
    repeating-linear-gradient(90deg, transparent 0 80px, rgba(255,255,255,.4) 80px 81px);
  mask-image: linear-gradient(180deg, black 30%, transparent);
  pointer-events: none;
}
.cohorte-grid {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(16px, 2vw, 24px);
  align-items: start;
}
@media (max-width: 980px) { .cohorte-grid { grid-template-columns: 1fr; } }
.cohorte-left { display: grid; gap: 10px; }
.cohorte-right { display: grid; gap: 10px; }

.cohorte-grid h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1; letter-spacing: -.025em; margin: 0;
  text-wrap: balance;
}
.cohorte-grid p { color: var(--ink-soft); font-size: .88rem; line-height: 1.45; margin: 0; max-width: 56ch; }
.cohorte-left .kicker { margin-bottom: 0; font-size: .68rem; }
.cohorte-mods { display: grid; gap: 5px; margin: 0; padding: 0; list-style: none; }
.cohorte-mods li {
  display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center;
  padding: 6px 10px; border-radius: 10px;
  background: rgba(255,255,255,.035);
  border: 1px solid var(--line);
}
.cohorte-mod-text { display: grid; line-height: 1.15; }
.cohorte-mods li b { font-family: var(--font-display); font-size: .85rem; letter-spacing: -.01em; }
.cohorte-mods li small {
  font-family: var(--font-mono); font-size: .58rem;
  color: var(--ink-mute); letter-spacing: .1em; text-transform: uppercase;
  margin-top: 1px;
}
.cohorte-mods li .week {
  font-family: var(--font-mono); font-size: .6rem; color: var(--ink-mute);
  letter-spacing: .12em; text-transform: uppercase;
  white-space: nowrap;
}

.cohorte-cal {
  position: relative;
  padding: 14px 14px 12px;
  border-radius: 16px;
  background: rgba(0,0,0,.42);
  border: 1px solid var(--line-strong);
}
.cohorte-cal h4 {
  margin: 0 0 8px; font-family: var(--font-mono);
  letter-spacing: .14em; text-transform: uppercase;
  font-size: .64rem; color: var(--ink-mute); font-weight: 600;
}
.cohorte-months { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.cohorte-month {
  position: relative; padding: 10px 8px; border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,47,179,.18), rgba(162,92,255,.05));
  border: 1px solid var(--line-strong);
  text-align: center;
}
.cohorte-month b { font-family: var(--font-display); font-size: 1rem; display: block; line-height: 1; margin: 3px 0; }
.cohorte-month small { font-family: var(--font-mono); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); display: block; }
.cohorte-month em { font-style: normal; font-family: var(--font-mono); font-size: .68rem; color: var(--cyan); display: block; margin-top: 4px; }

.cohorte-stats {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 8px;
  padding: 10px 14px; border-radius: 14px;
  background: rgba(0,0,0,.32);
  border: 1px solid var(--line-strong);
}
.cohorte-stats > div { text-align: center; }
.cohorte-stats b { font-family: var(--font-display); font-size: 1.1rem; display: block; line-height: 1; }
.cohorte-stats small {
  font-family: var(--font-mono); font-size: .56rem;
  color: var(--ink-mute); letter-spacing: .1em;
  text-transform: uppercase; display: block; margin-top: 3px;
}

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta {
  position: relative;
  padding: clamp(72px, 8vw, 110px) clamp(20px, 5vw, 64px);
  text-align: center;
  overflow: hidden;
  min-height: 90vh;
  display: flex; align-items: center; justify-content: center;
}
.cta::before {
  content: ""; position: absolute; inset: 10% 5%; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,47,179,.5), transparent 60%);
  filter: blur(80px); z-index: 0;
}
.cta-row { position: relative; z-index: 1; max-width: 920px; margin: 0 auto; }
.cta h2 {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 5rem); line-height: .92; letter-spacing: -.035em;
  margin: 0 0 24px; text-wrap: balance;
}
.cta h2 em {
  font-style: normal;
  background: linear-gradient(95deg, #ff2fb3, #a25cff 45%, #4be9ff 80%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.cta p { color: var(--ink-soft); font-size: 1.1rem; max-width: 60ch; margin: 0 auto 32px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-troop {
  margin-top: 56px;
  display: flex; gap: -10px; justify-content: center;
  position: relative; z-index: 1;
}
.cta-troop img {
  width: 68px; height: 68px; border-radius: 50%; border: 2px solid var(--bg-0);
  background: var(--bg-1); object-fit: cover; object-position: center top;
  margin-left: -16px;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.6));
  transition: transform .25s;
}
.cta-troop img:first-child { margin-left: 0; }
.cta-troop img:hover { transform: translateY(-6px) scale(1.1); z-index: 2; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  position: relative; z-index: 3;
  padding: 60px clamp(20px, 5vw, 64px) 28px;
  border-top: 1px solid var(--line);
  background: rgba(0,0,0,.45);
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr; } }
.footer b { display: block; font-family: var(--font-display); font-size: 1rem; margin-bottom: 10px; }
.footer a { display: block; color: var(--ink-soft); text-decoration: none; font-size: .9rem; padding: 4px 0; }
.footer a:hover { color: var(--ink); }
.footer-blurb { color: var(--ink-soft); font-size: .9rem; margin: 14px 0 0; max-width: 50ch; }
.footer-strip {
  margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; font-family: var(--font-mono);
  font-size: .76rem; color: var(--ink-mute); letter-spacing: .08em;
  flex-wrap: wrap; gap: 12px;
}

/* Bots compact section */
.section.bots {
  padding-top: clamp(40px, 5vw, 56px);
  padding-bottom: clamp(40px, 5vw, 56px);
}
.section.bots .section-head { display: none; }
.bots-header {
  text-align: center;
  margin-bottom: clamp(24px, 3vw, 36px);
}
.bots-header .kicker {
  display: inline-flex; margin-bottom: 10px;
}
.bots-header h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  letter-spacing: -.03em; line-height: 1;
  margin: 0;
  text-wrap: balance;
}
.bots-header h2 em {
  font-style: normal;
  background: linear-gradient(95deg, #ff2fb3, #a25cff 50%, #4be9ff);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
