/* ============================================================
   DIGITALS · Propuesta Comercial — Brand DNA
   Lifted from digitals.cl: Bebas Neue + Montserrat,
   charcoal + cyan/yellow/red triadic, holo outline type,
   grain, pills, big tracking.
   ============================================================ */

:root {
  /* Brand colors — exact from digitals.cl */
  --bg-charcoal: #0d0d0d;
  --bg-deep: #08090a;
  --card-surface: #141414;
  --card-elev: #1a1a1a;
  --cyan: #12809b;
  --cyan-bright: #1aa5c8;
  --cyan-glow: rgba(18, 128, 155, 0.5);
  --yellow: #e5bb55;
  --yellow-glow: rgba(229, 187, 85, 0.45);
  --red: #db666a;
  --red-glow: rgba(219, 102, 106, 0.45);
  --green: #22c55e;

  --ink-0: #ffffff;
  --ink-1: #d8d8d8;
  --ink-2: #888888;
  --ink-3: #555555;
  --ink-4: #2a2a2a;

  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.16);
  --line-cyan: rgba(18, 128, 155, 0.4);
  --line-yellow: rgba(229, 187, 85, 0.4);

  /* Type — exact pair from digitals.cl */
  --f-title: 'Bebas Neue', 'Oswald', ui-sans-serif, sans-serif;
  --f-body: 'Montserrat', ui-sans-serif, system-ui, sans-serif;

  /* Slide canvas */
  --pad: 88px;

  /* Easing */
  --ease-fluid: cubic-bezier(0.4, 0, 0.2, 1);
}

* { box-sizing: border-box; }

deck-stage section {
  background: var(--bg-charcoal);
  color: var(--ink-0);
  font-family: var(--f-body);
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

/* === HOLO TYPE — giant outlined Bebas in background === */
.holo {
  position: absolute;
  font-family: var(--f-title);
  font-size: 28rem;
  line-height: 0.82;
  white-space: nowrap;
  letter-spacing: 0.02em;
  color: transparent;
  -webkit-text-stroke: 2px var(--cyan);
  opacity: 0.06;
  text-transform: uppercase;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.holo.yellow { -webkit-text-stroke-color: var(--yellow); opacity: 0.05; }
.holo.red { -webkit-text-stroke-color: var(--red); opacity: 0.05; }
.holo.solid { color: rgba(255,255,255,0.025); -webkit-text-stroke: 0; opacity: 1; }

/* === GRAIN OVERLAY === */
.grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: 0.5;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.18 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* === BRAND BAR — 6-color signature stripe from logo === */
.brand-bar {
  position: absolute;
  left: var(--pad);
  right: var(--pad);
  bottom: 36px;
  height: 4px;
  display: flex;
  z-index: 10;
}
.brand-bar > span { flex: 1; }
.brand-bar > span:nth-child(1) { background: #1f7d8c; }
.brand-bar > span:nth-child(2) { background: #4ea787; }
.brand-bar > span:nth-child(3) { background: #97c25a; }
.brand-bar > span:nth-child(4) { background: #e5bb55; }
.brand-bar > span:nth-child(5) { background: #db8a4a; }
.brand-bar > span:nth-child(6) { background: #db666a; }

/* === HEADER FRAME === */
.frame-h {
  position: absolute;
  top: 36px;
  left: var(--pad);
  right: var(--pad);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.frame-h .logo {
  width: 142px;
  height: 32px;
  background: url("assets/logo-digitals.png") no-repeat left center / contain;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
}
.frame-h .logo .dot { display: none; }

/* Hero / cover logo lockup */
.logo-hero {
  display: inline-block;
  background: url("assets/logo-digitals.png") no-repeat center / contain;
  width: 280px;
  height: 64px;
}

/* Real partner badge tiles — rendered on dark bg, no white card */
.partner-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.partner-tile img {
  display: block;
  height: 76px;
  width: auto;
  object-fit: contain;
}
.partner-tile.sm img { height: 56px; }
.partner-tile.lg img { height: 96px; }

/* Partner / certification badges */
.cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 22px;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: rgba(255,255,255,0.02);
}
.cert-badge .icon {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--f-title);
  font-size: 18px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.cert-badge .icon.g {
  background: conic-gradient(from 0deg, #4285f4 0% 25%, #ea4335 25% 50%, #fbbc04 50% 75%, #34a853 75% 100%);
  color: white; font-weight: 700;
}
.cert-badge .icon.m {
  background: linear-gradient(135deg, #0866ff, #1877f2);
  color: white; font-weight: 700;
}
.cert-badge .icon.t {
  background:
    radial-gradient(circle at 38% 38%, #25f4ee 0%, transparent 38%),
    radial-gradient(circle at 62% 62%, #fe2c55 0%, transparent 38%),
    #000;
  color: white; font-weight: 700;
  border: 1px solid var(--line-strong);
}
.cert-badge .icon.a {
  background: linear-gradient(135deg, #232f3e 0%, #131a22 100%);
  color: #ff9900; font-weight: 800;
  border: 1px solid #ff9900;
}
.cert-badge .icon.l {
  background: #0a66c2;
  color: white; font-weight: 800;
}
.cert-badge .icon.ga {
  background: linear-gradient(135deg, #f9ab00 0%, #f57c00 100%);
  color: white; font-weight: 700;
  text-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.cert-badge .label .name {
  font-family: var(--f-title); font-size: 22px; line-height: 1; letter-spacing: 0.025em;
  text-transform: uppercase;
}
.cert-badge .label .role {
  font-family: var(--f-body); font-weight: 800; font-size: 9px; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--ink-2); margin-top: 4px;
}

/* Client logo placeholder cards */
.client-logo {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.02);
  display: grid; place-items: center;
  font-family: var(--f-title);
  font-size: 28px;
  letter-spacing: 0.04em;
  color: var(--ink-1);
  text-transform: uppercase;
  border-radius: 4px;
  position: relative;
  text-align: center;
  padding: 18px;
  min-height: 110px;
}
.client-logo::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 40% at 50% 50%, transparent 0%, rgba(0,0,0,0.4) 100%);
  pointer-events: none;
}
.client-logo span { position: relative; z-index: 1; }
.client-logo.cyan { color: var(--cyan-bright); }
.client-logo.yellow { color: var(--yellow); }
.client-logo.red { color: var(--red); }

/* Client logo wall — real white client logos on dark, with hover glow */
.client-cell {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.02);
  border-radius: 4px;
  display: grid;
  place-items: center;
  padding: 22px;
  position: relative;
  overflow: hidden;
  transition: border-color 240ms var(--ease-fluid), background 240ms var(--ease-fluid);
}
.client-cell::before {
  content: "";
  position: absolute; inset: -1px;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(18,128,155,0.0), transparent);
  pointer-events: none;
  transition: background 320ms var(--ease-fluid);
}
.client-cell:hover {
  border-color: var(--line-cyan);
  background: rgba(18,128,155,0.05);
}
.client-cell:hover::before {
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(18,128,155,0.18), transparent);
}
.client-cell img {
  max-width: 78%;
  max-height: 64%;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.78;
  transition: opacity 240ms var(--ease-fluid), transform 240ms var(--ease-fluid);
  position: relative;
  z-index: 1;
}
.client-cell:hover img {
  opacity: 1;
  transform: scale(1.04);
}

/* === FOOTER FRAME === */
.frame-f {
  position: absolute;
  bottom: 56px;
  left: var(--pad);
  right: var(--pad);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.frame-f .pgno {
  font-family: var(--f-title);
  font-size: 20px;
  letter-spacing: 0.1em;
  color: var(--ink-0);
}
.frame-f .pgno b { color: var(--yellow); font-weight: 400; }

/* === PILLS / KICKERS === */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--cyan);
  color: var(--bg-charcoal);
  font-family: var(--f-body);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.pill::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--bg-charcoal);
  border-radius: 50%;
}
.pill.yellow { background: var(--yellow); }
.pill.red { background: var(--red); }
.pill.outline {
  background: transparent;
  color: var(--ink-1);
  border: 1px solid var(--line-strong);
}
.pill.outline::before { background: var(--cyan); box-shadow: 0 0 8px var(--cyan-glow); }

.kicker {
  font-family: var(--f-body);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--cyan);
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.kicker::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--cyan);
}
.kicker.yellow { color: var(--yellow); }
.kicker.yellow::before { background: var(--yellow); }
.kicker.red { color: var(--red); }
.kicker.red::before { background: var(--red); }
.kicker.muted { color: var(--ink-2); }
.kicker.muted::before { background: var(--ink-3); }

/* === DISPLAY HEADINGS · BEBAS NEUE === */
.display {
  font-family: var(--f-title);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.86;
  text-transform: uppercase;
}
.display-xxl { font-family: var(--f-title); font-size: 280px; line-height: 0.82; letter-spacing: 0.005em; text-transform: uppercase; font-weight: 400; }
.display-xl  { font-family: var(--f-title); font-size: 200px; line-height: 0.84; letter-spacing: 0.005em; text-transform: uppercase; font-weight: 400; }
.display-lg  { font-family: var(--f-title); font-size: 148px; line-height: 0.88; letter-spacing: 0.01em; text-transform: uppercase; font-weight: 400; }
.display-md  { font-family: var(--f-title); font-size: 108px; line-height: 0.92; letter-spacing: 0.01em; text-transform: uppercase; font-weight: 400; }
.display-sm  { font-family: var(--f-title); font-size: 82px;  line-height: 0.95; letter-spacing: 0.012em; text-transform: uppercase; font-weight: 400; }

.h1 { font-family: var(--f-title); font-size: 64px; letter-spacing: 0.015em; line-height: 1; text-transform: uppercase; font-weight: 400; }
.h2 { font-family: var(--f-title); font-size: 48px; letter-spacing: 0.02em; line-height: 1.05; text-transform: uppercase; font-weight: 400; }
.h3 { font-family: var(--f-title); font-size: 34px; letter-spacing: 0.02em; line-height: 1.1;  text-transform: uppercase; font-weight: 400; }
.h4 { font-family: var(--f-title); font-size: 26px; letter-spacing: 0.025em; line-height: 1.15; text-transform: uppercase; font-weight: 400; }

/* Italic accent pattern for highlights — Montserrat Black Italic */
.hl {
  font-family: var(--f-body);
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.015em;
  text-transform: none;
}
.hl.cyan { color: var(--cyan-bright); }
.hl.yellow { color: var(--yellow); }
.hl.red { color: var(--red); }

/* === BODY TEXT === */
.lede { font-family: var(--f-body); font-size: 22px; line-height: 1.55; color: var(--ink-1); font-weight: 400; max-width: 60ch; }
.body { font-family: var(--f-body); font-size: 17px; line-height: 1.65; color: var(--ink-1); font-weight: 400; }
.body-sm { font-family: var(--f-body); font-size: 14px; line-height: 1.6; color: var(--ink-1); font-weight: 400; }
.muted { color: var(--ink-2); }
.tracked { font-family: var(--f-body); font-weight: 800; font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--ink-2); }
.tracked.cyan { color: var(--cyan); }
.tracked.yellow { color: var(--yellow); }
.tracked.red { color: var(--red); }

/* === CARDS === */
.card {
  background: var(--card-surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 28px;
  position: relative;
  z-index: 2;
}
.card.elev { background: var(--card-elev); border-color: var(--line-strong); }
.card.cyan-edge { border-color: var(--line-cyan); }
.card.yellow-edge { border-color: var(--line-yellow); }
.card.cyan-tint { background: rgba(18, 128, 155, 0.08); border-color: var(--line-cyan); }
.card.yellow-tint { background: rgba(229, 187, 85, 0.06); border-color: var(--line-yellow); }
.card.red-tint { background: rgba(219, 102, 106, 0.06); border-color: rgba(219, 102, 106, 0.35); }

.card .nbr {
  font-family: var(--f-title);
  font-size: 22px;
  color: var(--ink-3);
  letter-spacing: 0.05em;
}
.card.cyan-edge .nbr { color: var(--cyan); }
.card.yellow-edge .nbr { color: var(--yellow); }

/* === STAT === */
.stat .num {
  font-family: var(--f-title);
  font-size: 96px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.015em;
  color: var(--cyan);
  font-variant-numeric: tabular-nums;
}
.stat .num.yellow { color: var(--yellow); }
.stat .num.red { color: var(--red); }
.stat .num.white { color: var(--ink-0); }
.stat .num .suf { font-size: 0.4em; color: var(--ink-2); margin-left: 4px; }
.stat .lbl {
  font-family: var(--f-body);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-top: 8px;
  display: block;
}

/* === CTA BUTTON · YELLOW === */
.cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  background: var(--yellow);
  color: var(--bg-charcoal);
  font-family: var(--f-title);
  font-size: 22px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.cta.cyan { background: var(--cyan); color: var(--ink-0); }
.cta.outline { background: transparent; color: var(--ink-0); border: 1px solid var(--line-strong); }

/* === DOT GRID BACKGROUND (subtle, optional) === */
.dotgrid {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0);
  background-size: 36px 36px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 100% 90% at center, black 50%, transparent);
  -webkit-mask-image: radial-gradient(ellipse 100% 90% at center, black 50%, transparent);
  z-index: 0;
}

/* === SCAN LINE on key slides === */
.scanline {
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan-bright) 50%, transparent);
  opacity: 0.5;
  animation: scanmove 7s linear infinite;
  z-index: 1;
}
@keyframes scanmove {
  0% { transform: translateY(0); }
  100% { transform: translateY(1080px); }
}

/* === CORNER TICKS — HUD-style === */
.ticks {
  position: absolute; inset: 36px var(--pad);
  pointer-events: none;
  z-index: 1;
}
.ticks::before, .ticks::after,
.ticks > i::before, .ticks > i::after {
  content: ""; position: absolute;
  width: 16px; height: 16px;
  border: 0 solid var(--yellow);
}
.ticks::before { top: 0; left: 0; border-top-width: 1px; border-left-width: 1px; }
.ticks::after  { top: 0; right: 0; border-top-width: 1px; border-right-width: 1px; }
.ticks > i::before { content: ""; position: absolute; bottom: 0; left: 0; width: 16px; height: 16px; border-bottom: 1px solid var(--yellow); border-left: 1px solid var(--yellow); }
.ticks > i::after  { content: ""; position: absolute; bottom: 0; right: 0; width: 16px; height: 16px; border-bottom: 1px solid var(--yellow); border-right: 1px solid var(--yellow); }

/* === IMAGE-SLOT theming === */
image-slot {
  --slot-bg: rgba(255,255,255,0.03);
  --slot-border: var(--line);
  --slot-border-hover: var(--line-cyan);
  --slot-text: var(--ink-2);
  border-radius: 4px;
}

/* === CONTENT WRAPPER === */
.stage {
  position: relative;
  width: 100%; height: 100%;
  z-index: 5;
}

/* === ARROW GLYPH === */
.arrow-r::after { content: " →"; }

/* === PRINT === */
@media print {
  .scanline, .grain { display: none !important; }
}

/* ============================================================
   MOCKUPS · SLIDE 06 (Estrategia gráfica)
   ============================================================ */

/* Design tile: the wrapper for slide 6 pieces (with caption below) */
.design-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.design-tile > .brand-mock {
  flex: 1;
  min-height: 0;
}
.tile-caption {
  margin-top: 8px;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.brand-mock,
.fmt-mock {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.brand-mock {
  background: #0f1012;
  border: 1px solid var(--line);
  font-family: var(--f-body);
  color: var(--ink-1);
  padding: 22px;
}

/* --- 06.1 · Manual portada (large) --- */
.brand-mock.manual {
  background:
    radial-gradient(ellipse 90% 60% at 20% 0%, rgba(18,128,155,0.25), transparent 60%),
    radial-gradient(ellipse 70% 50% at 100% 100%, rgba(229,187,85,0.12), transparent 60%),
    #0c0d0f;
  padding: 36px 40px;
  justify-content: space-between;
}
.brand-mock.manual .mock-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.brand-mock.manual .mock-logo {
  font-family: var(--f-title);
  font-size: 28px;
  letter-spacing: 0.04em;
  color: var(--ink-0);
  text-transform: lowercase;
  letter-spacing: -0.01em;
}
.brand-mock.manual .mock-bigtype {
  font-family: var(--f-title);
  font-size: 110px;
  line-height: 0.86;
  letter-spacing: 0.01em;
  color: var(--ink-0);
  text-transform: uppercase;
}
.brand-mock.manual .mock-bigtype em {
  font-family: var(--f-body);
  font-weight: 900;
  font-style: italic;
  color: var(--cyan-bright);
  letter-spacing: -0.015em;
  text-transform: none;
}
.brand-mock.manual .mock-foot {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mock-swatch {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}
.mock-swatch.sw-cy { background: #12809b; }
.mock-swatch.sw-yl { background: #e5bb55; }
.mock-swatch.sw-rd { background: #db666a; }
.mock-swatch.sw-bk { background: #0d0d0d; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18); }
.mock-foot-label {
  font-family: var(--f-body);
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-left: 8px;
}
.brand-mock.manual .mock-corner-grid {
  position: absolute; right: 32px; bottom: 32px;
  width: 90px; height: 90px;
  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.7;
  pointer-events: none;
}

/* --- generic mini header for small mockups --- */
.brand-mock .mock-mini-head,
.brand-mock .mock-mini-foot {
  display: flex;
  justify-content: space-between;
  font-family: var(--f-body);
  font-weight: 800;
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.brand-mock .mock-mini-head { margin-bottom: 12px; }
.brand-mock .mock-mini-foot { margin-top: auto; padding-top: 12px; }

/* --- 06.2 · Paleta --- */
.brand-mock.palette { padding: 16px; }
.mock-pal-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 8px;
}
.mp-cell {
  position: relative;
  border-radius: 3px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  font-family: var(--f-body);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.mp-cell b { font-weight: 800; font-size: 11px; letter-spacing: 0.2em; }
.mp-cell span { opacity: 0.8; margin-top: 2px; }

/* --- 06.3 · Tipografía --- */
.brand-mock.typo { padding: 18px; justify-content: space-between; }
.mock-aa {
  font-family: var(--f-title);
  font-size: 140px;
  line-height: 0.85;
  color: var(--ink-0);
  letter-spacing: 0;
  margin: 6px 0 14px;
}
.mock-typo-stack { display: flex; flex-direction: column; gap: 8px; }
.mt-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--f-title);
  text-transform: uppercase;
  border-top: 1px solid var(--line);
  padding-top: 8px;
}
.mt-row b { font-size: 22px; color: var(--ink-0); letter-spacing: 0.02em; }
.mt-row span { font-family: var(--f-body); font-weight: 800; font-size: 9px; letter-spacing: 0.32em; color: var(--ink-2); }
.mt-row b.mt-mont {
  font-family: var(--f-body);
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--cyan-bright);
}

/* --- 06.4 · Post IG mockup --- */
.brand-mock.igpost { padding: 0; background: #fff; color: #0d0d0d; }
.mock-ig-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid #ececec;
  font-family: var(--f-body);
  font-size: 12px;
  font-weight: 700;
  color: #0d0d0d;
}
.mig-dot {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  flex-shrink: 0;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px transparent;
}
.mig-spread { flex: 1; }
.mig-more { color: #888; font-size: 14px; }
.mock-ig-body {
  flex: 1;
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(18,128,155,0.18), transparent 60%),
    radial-gradient(ellipse 60% 60% at 100% 100%, rgba(229,187,85,0.15), transparent 60%),
    #0d0d0d;
  color: var(--ink-0);
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.mig-tag {
  font-family: var(--f-body);
  font-weight: 800;
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--cyan-bright);
}
.mig-headline {
  font-family: var(--f-title);
  font-size: 38px;
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-top: 12px;
}
.mig-headline em {
  font-family: var(--f-body);
  font-weight: 900;
  font-style: italic;
  color: var(--yellow);
  letter-spacing: -0.015em;
  text-transform: none;
}
.mig-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.16);
  padding-top: 10px;
  margin-top: 12px;
}
.mig-arrow {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--yellow);
  color: #0d0d0d;
  display: grid; place-items: center;
  font-weight: 800;
}
.mig-cta {
  font-family: var(--f-body);
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

/* --- 06.5 · Grilla 9 --- */
.brand-mock.grid-piece { padding: 14px; }
.mock-grid9 {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 3px;
  margin: 8px 0;
}
.g9 {
  background: rgba(255,255,255,0.05);
  border-radius: 1px;
}
.g9.c-cy { background: var(--cyan); }
.g9.c-yl { background: var(--yellow); }
.g9.c-rd { background: var(--red); }

/* --- 06.6 · Iconografía --- */
.brand-mock.icons { padding: 14px; }
.mock-icon-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  margin: 8px 0;
}
.mi {
  background: rgba(255,255,255,0.04);
  display: grid; place-items: center;
  font-family: var(--f-title);
  font-size: 36px;
  color: var(--ink-1);
  border-radius: 2px;
}

/* ============================================================
   MOCKUPS · SLIDE 11 (Formatos IG/FB)
   ============================================================ */

.fmt-mock {
  background: #0d0d0d;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-family: var(--f-body);
  color: var(--ink-0);
  position: relative;
}

/* --- shared IG bar look --- */
.fmt-ig-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  background: #fff;
  color: #0d0d0d;
  font-family: var(--f-body);
  font-size: 11px;
  font-weight: 700;
  border-bottom: 1px solid #ececec;
}
.fig-avatar {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  flex-shrink: 0;
}
.fig-spread { flex: 1; }
.fig-more { color: #666; font-size: 13px; }

/* --- 11.1 · Post --- */
.fmt-mock.post .fmt-post-canvas {
  flex: 1;
  background:
    radial-gradient(ellipse 100% 70% at 20% 0%, rgba(18,128,155,0.28), transparent 65%),
    radial-gradient(ellipse 70% 60% at 100% 100%, rgba(229,187,85,0.16), transparent 60%),
    #0d0d0d;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fpc-tag {
  font-family: var(--f-body);
  font-weight: 800;
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--cyan-bright);
}
.fpc-headline {
  font-family: var(--f-title);
  font-size: 42px;
  line-height: 0.92;
  text-transform: uppercase;
  margin-top: 8px;
}
.fpc-headline em {
  font-family: var(--f-body);
  font-weight: 900;
  font-style: italic;
  color: var(--yellow);
  letter-spacing: -0.015em;
  text-transform: none;
}
.fpc-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--yellow);
  color: #0d0d0d;
  padding: 8px 12px;
  align-self: flex-start;
  font-family: var(--f-body);
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  border-radius: 2px;
}
.fpc-cta i { font-style: normal; font-size: 13px; }
.fmt-ig-actions {
  display: flex;
  gap: 12px;
  padding: 8px 11px;
  background: #fff;
  color: #0d0d0d;
  font-size: 16px;
}
.fia-spread { flex: 1; }

/* --- 11.2 · Reel (TikTok-ish 9:16) --- */
.fmt-mock.reel {
  background: #0a0b0d;
  overflow: hidden;
}
.fmt-reel-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 30%, rgba(229,187,85,0.18), transparent 60%),
    radial-gradient(ellipse 70% 80% at 50% 100%, rgba(18,128,155,0.22), transparent 70%),
    linear-gradient(180deg, #1a1a1a, #060708);
}
.fmt-reel-tag {
  position: absolute; top: 14px; left: 14px;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(6px);
  font-family: var(--f-body);
  font-weight: 900;
  font-size: 9px;
  letter-spacing: 0.32em;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
}
.fmt-reel-play {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  display: grid; place-items: center;
  font-size: 22px;
  padding-left: 4px;
  z-index: 2;
}
.fmt-reel-headline {
  position: absolute;
  left: 14px; right: 14px; bottom: 80px;
  font-family: var(--f-title);
  font-size: 30px;
  line-height: 0.95;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0,0,0,0.5);
  z-index: 2;
}
.fmt-reel-headline em {
  font-family: var(--f-body);
  font-weight: 900;
  font-style: italic;
  color: var(--yellow);
  text-transform: none;
  letter-spacing: -0.015em;
}
.fmt-reel-foot {
  position: absolute; left: 14px; right: 14px; bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
}
.fmt-reel-author {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px;
  font-weight: 700;
}
.fra-avatar {
  width: 22px; height: 22px; border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan-bright), var(--yellow));
  border: 1.5px solid #fff;
  flex-shrink: 0;
}
.fmt-reel-side {
  display: flex; flex-direction: column; gap: 6px;
  align-items: flex-end;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* --- 11.3 · Carrusel (1:1 con cards apiladas) --- */
.fmt-mock.carrusel {
  background:
    radial-gradient(ellipse 100% 70% at 50% 0%, rgba(18,128,155,0.18), transparent 70%),
    #0a0b0d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px;
  position: relative;
}
.fmt-car-stack {
  position: relative;
  width: 78%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fcs-card {
  position: absolute;
  inset: 12% 0;
  background: #141414;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: var(--f-body);
}
.fcs-card.c1 {
  inset: 12% 0;
  background: linear-gradient(135deg, var(--yellow) 0%, #d4a73f 100%);
  color: #0d0d0d;
  border-color: var(--line-yellow);
  z-index: 3;
  box-shadow: 0 12px 30px rgba(0,0,0,0.4);
}
.fcs-card.c2 {
  inset: 8% -10% 16% 10%;
  background: var(--cyan);
  color: #fff;
  z-index: 2;
  transform: rotate(2deg);
  opacity: 0.95;
}
.fcs-card.c3 {
  inset: 4% -20% 20% 20%;
  background: rgba(255,255,255,0.08);
  z-index: 1;
  transform: rotate(4deg);
}
.fcs-card b {
  font-family: var(--f-title);
  font-size: 28px;
  letter-spacing: 0.05em;
}
.fcc-num {
  font-family: var(--f-title);
  font-size: 56px;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.fcc-sub {
  font-family: var(--f-body);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 4px;
}
.fcc-bullets {
  display: flex; gap: 4px;
  font-family: var(--f-title);
  font-size: 28px;
}
.fmt-car-arrow {
  position: absolute;
  right: 18px; top: 50%;
  transform: translateY(-50%);
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  display: grid; place-items: center;
  font-size: 14px;
  z-index: 5;
}
.fmt-car-dots {
  display: flex; gap: 5px;
  margin-top: 10px;
}
.fmt-car-dots i {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
}
.fmt-car-dots i.on { background: var(--yellow); width: 14px; border-radius: 3px; }

/* --- 11.4 · Story (9:16) --- */
.fmt-mock.story {
  background: #0a0b0d;
  overflow: hidden;
}
.fmt-st-progress {
  position: absolute; top: 8px; left: 8px; right: 8px;
  display: flex; gap: 3px;
  z-index: 3;
}
.fmt-st-progress i {
  flex: 1;
  height: 2px;
  background: rgba(255,255,255,0.3);
  border-radius: 1px;
  overflow: hidden;
  position: relative;
}
.fmt-st-progress i.full { background: #fff; }
.fmt-st-progress i.half::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 60%;
  background: #fff;
}
.fmt-st-bar {
  position: absolute; top: 18px; left: 12px; right: 12px;
  display: flex; align-items: center; gap: 8px;
  z-index: 3;
  font-size: 11px;
  font-weight: 700;
}
.fsb-avatar {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan-bright), var(--yellow));
  border: 1.5px solid #fff;
  flex-shrink: 0;
}
.fsb-time { color: rgba(255,255,255,0.7); font-size: 10px; }
.fsb-more { margin-left: auto; font-size: 14px; }
.fmt-st-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 30%, rgba(219,102,106,0.22), transparent 60%),
    radial-gradient(ellipse 70% 80% at 50% 100%, rgba(18,128,155,0.22), transparent 70%),
    linear-gradient(180deg, #16171b, #08090b);
}
.fmt-st-sticker {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(-4deg);
  width: 80%;
  background: #fff;
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.4);
  color: #0d0d0d;
  z-index: 2;
}
.fss-q {
  font-family: var(--f-title);
  font-size: 22px;
  text-align: center;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  background: linear-gradient(135deg, var(--cyan), var(--yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.fss-input {
  margin-top: 10px;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 6px 10px;
  font-family: var(--f-body);
  font-size: 11px;
  color: #888;
}
.fmt-st-cta {
  position: absolute;
  left: 0; right: 0; bottom: 14px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  font-family: var(--f-body);
  z-index: 2;
}
.fmt-st-cta span {
  font-size: 18px;
  animation: stbounce 1.6s ease-in-out infinite;
}
.fmt-st-cta b {
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
@keyframes stbounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

/* --- 11.5 · Shopping --- */
.fmt-mock.shop {
  background: #f6f6f1;
  color: #0d0d0d;
  display: flex;
  flex-direction: column;
}
.fmt-shop-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #fff;
  font-family: var(--f-body);
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.28em;
  border-bottom: 1px solid #e6e6e0;
  color: #0d0d0d;
}
.fsh-spread { flex: 1; }
.fmt-shop-grid {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
}
.fsh-card {
  background: #fff;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 6px;
  border: 1px solid #e6e6e0;
}
.fsh-thumb {
  width: 56px; height: 56px;
  border-radius: 3px;
  background: #ddd;
}
.fsh-thumb.cy { background: linear-gradient(135deg, #12809b, #1aa5c8); }
.fsh-thumb.yl { background: linear-gradient(135deg, #e5bb55, #d4a73f); }
.fsh-thumb.rd { background: linear-gradient(135deg, #db666a, #c14a4e); }
.fsh-meta {
  display: flex;
  flex-direction: column;
  font-family: var(--f-body);
  min-width: 0;
}
.fsh-meta b {
  font-family: var(--f-title);
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.fsh-meta span {
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #888;
  margin-top: 2px;
}
.fsh-buy {
  background: #0d0d0d;
  color: #fff;
  font-family: var(--f-body);
  font-weight: 800;
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 2px;
}

/* ============================================================
   AI STACK + DATA LOOP · SLIDE 17
   ============================================================ */

/* Horizontal loop diagram band */
.ai-loop {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 18px 24px;
  margin: 8px 0 24px;
  background:
    linear-gradient(90deg,
      rgba(18,128,155,0.08) 0%,
      rgba(34,197,94,0.06) 33%,
      rgba(219,102,106,0.08) 66%,
      rgba(229,187,85,0.08) 100%);
  border: 1px solid var(--line);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.ai-loop::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--green), var(--red), var(--yellow));
  opacity: 0.7;
}
.ail-step {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: var(--f-body);
}
.ail-step:nth-of-type(1) .ail-num { color: var(--cyan); }
.ail-step:nth-of-type(2) .ail-num { color: var(--green); }
.ail-step:nth-of-type(3) .ail-num { color: var(--red); }
.ail-step:nth-of-type(4) .ail-num { color: var(--yellow); }
.ail-num {
  font-family: var(--f-body);
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.ail-title {
  font-family: var(--f-title);
  font-size: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink-0);
  line-height: 1;
}
.ail-sub {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.ail-arrow {
  font-family: var(--f-title);
  font-size: 28px;
  color: var(--ink-2);
  line-height: 1;
}
.ail-arrow.loop {
  color: var(--yellow);
  font-size: 32px;
  text-shadow: 0 0 16px var(--yellow-glow);
  animation: ail-spin 6s linear infinite;
}
@keyframes ail-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* AI Stack 3-card grid */
.ai-stack-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}
.ai-card {
  display: flex;
  flex-direction: column;
  padding: 22px;
  position: relative;
  overflow: hidden;
}
.ai-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.ai-badge {
  font-family: var(--f-body);
  font-weight: 800;
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
}
.ai-card-title {
  margin-bottom: 6px;
}
.ai-card-title .h2,
.ai-card-title .display-sm {
  font-family: var(--f-title);
  text-transform: uppercase;
  font-weight: 400;
  color: var(--ink-0);
  margin: 0;
}
.ai-card-list {
  list-style: none;
  padding: 0;
  margin: 14px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.ai-card-list li {
  font-family: var(--f-body);
  font-size: 12px;
  color: var(--ink-1);
  padding-left: 14px;
  position: relative;
  line-height: 1.45;
}
.ai-card-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--ink-2);
  font-weight: 800;
}
.ai-card-foot {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.ai-card-foot .display {
  font-family: var(--f-title);
  letter-spacing: 0.01em;
}

/* Hero card (Andromeda) — wider, with stats row + tags row */
.ai-card-hero {
  padding: 32px;
}
.ai-card-hero .ai-card-title {
  margin-top: 4px;
}
.ai-card-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 22px 0 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.ai-card-stats div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ai-card-stats b {
  font-family: var(--f-title);
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--red);
  line-height: 0.95;
}
.ai-card-stats span {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.ai-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}
.ai-card-tags .pill {
  font-size: 9px;
  padding: 5px 12px;
  letter-spacing: 0.24em;
}

/* Claude card — Anthropic visual hook */
.ai-card-claude {
  background: linear-gradient(135deg, rgba(201,100,66,0.10), rgba(201,100,66,0.02));
  border-color: rgba(201,100,66,0.3);
}
.ai-card-claude .ai-card-foot {
  border-color: rgba(201,100,66,0.18);
}

/* Meta card variant — Facebook blue accent */
.ai-card-meta {
  background: linear-gradient(135deg, rgba(24,119,242,0.12), rgba(24,119,242,0.02));
  border-color: rgba(24,119,242,0.3);
}
.ai-card-meta .ai-card-foot {
  border-color: rgba(24,119,242,0.18);
}
.ai-badge-meta {
  background: linear-gradient(135deg, #0866ff, #1877f2);
  color: #fff;
}

/* ============================================================
   OMNICANAL HERO BAND · SLIDE 17
   ============================================================ */

.omni-hero {
  position: relative;
  display: grid;
  grid-template-columns: 320px 130px 1fr;
  gap: 0;
  align-items: stretch;
  padding: 20px 24px;
  margin: 6px 0 22px;
  background:
    radial-gradient(ellipse 60% 80% at 0% 50%, rgba(229,187,85,0.10), transparent 60%),
    linear-gradient(90deg,
      rgba(229,187,85,0.06) 0%,
      rgba(18,128,155,0.04) 25%,
      rgba(24,119,242,0.04) 50%,
      rgba(10,102,194,0.04) 75%,
      rgba(254,44,85,0.06) 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.omni-hero::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--yellow), var(--cyan), #1877f2, #0a66c2, #fe2c55);
  opacity: 0.6;
}

/* Source · Marcaje Loop */
.omni-source {
  position: relative;
  padding: 6px 18px 6px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  border-right: 1px solid var(--line);
}
.omni-src-pulse {
  position: absolute;
  left: -4px; top: 50%;
  transform: translateY(-50%);
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 0 var(--yellow-glow);
  animation: omni-pulse 1.8s ease-out infinite;
}
@keyframes omni-pulse {
  0% { box-shadow: 0 0 0 0 rgba(229,187,85,0.6); }
  70% { box-shadow: 0 0 0 18px rgba(229,187,85,0); }
  100% { box-shadow: 0 0 0 0 rgba(229,187,85,0); }
}
.omni-src-title {
  font-family: var(--f-title);
  font-size: 44px;
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--ink-0);
  letter-spacing: 0.01em;
  margin: 4px 0 4px 18px;
}
.omni-source .tracked.yellow { margin-left: 18px; }
.omni-src-sub {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-family: var(--f-body);
  font-size: 11px;
  font-weight: 700;
  color: var(--ink-2);
  margin-left: 18px;
}
.omni-src-sub span {
  color: var(--ink-1);
}

/* Flow connector */
.omni-flow {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 8px 0;
}
.of-line {
  position: relative;
  height: 2px;
  background: linear-gradient(90deg, var(--yellow) 0%, var(--cyan) 60%, transparent 100%);
  opacity: 0.45;
}
.of-line::after {
  content: "›";
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--f-title);
  font-size: 20px;
  color: var(--cyan);
  line-height: 0;
}
.of-line:nth-child(1) { background: linear-gradient(90deg, var(--yellow), conic-gradient(from 0deg, #4285f4, #ea4335, #fbbc04, #34a853) 60%, transparent); background: linear-gradient(90deg, var(--yellow), #4285f4 80%); }
.of-line:nth-child(2) { background: linear-gradient(90deg, var(--yellow), #1877f2 80%); }
.of-line:nth-child(3) { background: linear-gradient(90deg, var(--yellow), #0a66c2 80%); }
.of-line:nth-child(4) { background: linear-gradient(90deg, var(--yellow), #fe2c55 80%); }
.of-line:nth-child(1)::after { color: #4285f4; }
.of-line:nth-child(2)::after { color: #1877f2; }
.of-line:nth-child(3)::after { color: #0a66c2; }
.of-line:nth-child(4)::after { color: #fe2c55; }

/* Targets · 4 platforms */
.omni-targets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding-left: 16px;
}
.omni-platform {
  position: relative;
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 12px 12px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: border-color 240ms var(--ease-fluid), background 240ms var(--ease-fluid);
}
.omni-platform b {
  font-family: var(--f-title);
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink-0);
  margin-top: 4px;
}
.omni-platform span:last-child {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 9px;
  line-height: 1.35;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.omni-platform .omni-pi .cert-badge {
  padding: 0;
  background: transparent;
  border: 0;
}
.omni-platform.p-google { border-color: rgba(66,133,244,0.28); }
.omni-platform.p-meta { border-color: rgba(24,119,242,0.28); }
.omni-platform.p-linkedin { border-color: rgba(10,102,194,0.28); }
.omni-platform.p-tiktok { border-color: rgba(254,44,85,0.22); }
.omni-platform.p-google:hover { background: rgba(66,133,244,0.06); }
.omni-platform.p-meta:hover { background: rgba(24,119,242,0.06); }
.omni-platform.p-linkedin:hover { background: rgba(10,102,194,0.06); }
.omni-platform.p-tiktok:hover { background: rgba(254,44,85,0.06); }

/* Sized-down cert-badge inside omni platforms */
.omni-pi .cert-badge .icon {
  flex-shrink: 0;
}
