:root {
  --green-neon: #60ff01;
  --green-bright: #00e304;
  --green-deep: #114300;
  --black: #000;
  --ink: #080b08;
  --white: #fff;
  --off-white: #f4f6f2;
  --muted: #aab2aa;
  --line: rgba(255,255,255,.14);
  --line-dark: rgba(0,0,0,.12);
  --container: 1240px;
  --radius: 26px;
  --shadow: 0 30px 80px rgba(0,0,0,.24);
}

/* =========================================================
   THEMES (PORTFOLIOS)
   ========================================================= */
body.theme-marketing {
  --green-neon: #FF4A1C; /* Naranja Vibrante */
  --green-deep: #4A1505;
}
body.theme-dev {
  --green-neon: #00F0FF; /* Cian Eléctrico */
  --green-deep: #00454A;
}
body.theme-audio {
  --green-neon: #D900FF; /* Púrpura/Magenta */
  --green-deep: #3A0045;
}

/* =========================================================
   3D VIEWER & FALLBACK
   ========================================================= */
.spline-container {
  width: 100%;
  height: 500px;
  position: relative;
  background: transparent;
  border-radius: var(--radius);
  overflow: hidden;
  display: grid;
  place-items: center;
}
.spline-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(255,255,255,0.05), transparent 70%);
  transition: opacity 0.5s ease;
  z-index: 1;
}
.spline-fallback svg {
  width: 80px;
  height: 80px;
  color: var(--green-neon);
  opacity: 0.5;
  animation: float 4s ease-in-out infinite;
}
spline-viewer {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}
spline-viewer.is-loaded {
  opacity: 1;
}
spline-viewer.hide-fallback + .spline-fallback {
  opacity: 0;
  pointer-events: none;
}

/* =========================================================
   BENTO GRID & INTERNAL GALLERIES
   ========================================================= */
.masonry-gallery {
  column-count: 3;
  column-gap: 24px;
  margin-top: 40px;
}
.masonry-item {
  break-inside: avoid;
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.masonry-item img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
}
.masonry-item:hover img {
  transform: scale(1.05);
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.bento-item {
  position: relative;
  background: #080b08;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px;
  overflow: hidden;
  transition: transform 0.4s ease, border-color 0.4s ease;
}
.bento-item:hover {
  transform: translateY(-5px);
  border-color: var(--green-neon);
}
.bento-item h3 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.bento-item p {
  color: #a0a6a0;
  max-width: 400px;
  position: relative;
  z-index: 2;
}
.bento-item--image {
  padding: 0;
  min-height: 380px;
}
.bento-item--image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.bento-item--image:hover img {
  transform: scale(1.05);
}
.bento-item--image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent 50%);
}
.bento-item--image > div {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  z-index: 2;
}
.bento-span-4 { grid-column: span 4; }
.bento-span-6 { grid-column: span 6; }
.bento-span-8 { grid-column: span 8; }
.bento-span-12 { grid-column: span 12; }

@media (max-width: 900px) {
  .bento-span-4, .bento-span-6, .bento-span-8 {
    grid-column: span 12;
  }
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--black); font-family: "Manrope", sans-serif; overflow-x: hidden; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
a { color: #60FF01; text-decoration: none; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: "Space Grotesk", sans-serif; letter-spacing: -.045em; }
p { line-height: 1.75; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.section--light { background: var(--off-white); color: var(--ink); }

.logo-pdp {
  width: 150px;
  height: auto;
  display: block;
}

.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 12px 16px; background: var(--green-neon); color: #000; font-weight: 800; }
.skip-link:focus { top: 16px; }
.scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 9998; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--green-neon); box-shadow: 0 0 18px var(--green-neon); }
.cursor-glow { position: fixed; left: 0; top: 0; width: 280px; height: 280px; border-radius: 50%; pointer-events: none; opacity: 0; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(96,255,1,.12), transparent 67%); z-index: 3; transition: opacity .2s ease; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.topbar { border-bottom: 1px solid rgba(255,255,255,.08); background: #050505; font-size: .72rem; letter-spacing: .15em; }
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #9fa59f; }
header, .header, .header__inner, .nav, .topbar, .blog-header, .blog-header__content, .blog-navigation {
  overflow: visible !important;
}

header, .header, .nav, .nav-dropdown {
  position: relative !important;
  z-index: 99999 !important;
}

.topbar a { color: var(--green-neon); font-weight: 700; }
.header { position: sticky !important; top: 0; z-index: 99999 !important; border-bottom: 1px solid transparent; background: rgba(0,0,0,.68); backdrop-filter: blur(18px); transition: .25s ease; overflow: visible !important; }
.header.is-scrolled { border-color: rgba(255,255,255,.1); background: rgba(0,0,0,.9); }
.header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; overflow: visible !important; position: relative !important; z-index: 99999 !important; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand__mark { width: 46px; height: 46px; display: grid; place-items: center; background: var(--green-neon); border-radius: 14px; color: #000; box-shadow: 0 0 30px rgba(96,255,1,.15); }
.brand__mark svg { width: 34px; height: 34px; fill: currentColor; stroke: none; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: "Space Grotesk"; font-size: 1.02rem; letter-spacing: -.02em; }
.brand small { color: #8b938b; font-size: .68rem; margin-top: 2px; letter-spacing: .08em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 28px; overflow: visible !important; position: relative !important; z-index: 99999 !important; }
.nav a { color: #cbd0cb; font-size: .92rem; font-weight: 600; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--green-neon); transition: .25s ease; }
.nav a:hover::after { width: 100%; }

/* =========================================================
   PORTFOLIO DROPDOWN MENU (PDP ULTRA-RELIABLE)
   ========================================================= */
.nav-dropdown {
  position: relative !important;
  z-index: 99999 !important;
  display: inline-flex;
  align-items: center;
  padding-block: 8px;
  overflow: visible !important;
}

.nav-dropdown__trigger {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #cbd0cb !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  position: relative !important;
  padding-bottom: 2px !important;
}

.nav-dropdown__chevron {
  width: 12px;
  height: 12px;
  transition: transform 0.25s ease;
  flex-shrink: 0;
  stroke: currentColor;
}

.nav-dropdown:hover .nav-dropdown__chevron,
.nav-dropdown.is-open .nav-dropdown__chevron {
  transform: rotate(180deg);
}

.nav-dropdown__menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  width: 290px;
  background: rgba(13, 16, 15, 0.85) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 20px !important;
  padding: 14px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 20px rgba(96, 255, 1, 0.08) !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease !important;
  z-index: 100000 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.nav-dropdown__menu::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu,
.nav-dropdown.is-open .nav-dropdown__menu {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
}

.nav-dropdown__menu a,
.nav-dropdown__item,
.nav-dropdown__footer {
  text-transform: none !important;
  letter-spacing: normal !important;
  font-family: "Manrope", sans-serif !important;
  box-shadow: none !important;
  position: static !important;
}

.nav-dropdown__menu a::after,
.nav-dropdown__item::after,
.nav-dropdown__footer::after {
  display: none !important;
  content: none !important;
}

.nav-dropdown__item {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 12px 14px !important;
  border-radius: 14px !important;
  color: #e5e2e1 !important;
  text-decoration: none !important;
  background: transparent !important;
  transition: background 0.3s ease, transform 0.3s ease !important;
  position: relative !important;
}

.nav-dropdown__item:hover {
  background: rgba(255, 255, 255, 0.06) !important;
}

.nav-dropdown__item:hover .nav-dropdown__icon {
  transform: scale(1.08) translateY(-1px) !important;
}

.nav-dropdown__item:hover strong {
  color: #ffffff !important;
}

.nav-dropdown__item-arrow {
  margin-left: auto !important;
  opacity: 0 !important;
  transform: translateX(-4px) !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
  font-size: 1.1rem !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.nav-dropdown__item:hover .nav-dropdown__item-arrow {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.nav-dropdown__item strong {
  display: block !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  color: #e5e2e1 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  transition: color 0.3s ease !important;
}

.nav-dropdown__item small {
  display: block !important;
  font-size: 0.75rem !important;
  color: rgba(255, 255, 255, 0.5) !important;
  margin-top: 2px !important;
  font-weight: 400 !important;
}

.nav-dropdown__icon {
  width: 42px !important;
  height: 42px !important;
  border-radius: 12px !important;
  display: grid !important;
  place-items: center !important;
  flex-shrink: 0 !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.nav-dropdown__icon svg {
  width: 18px !important;
  height: 18px !important;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.nav-dropdown__icon.brand-orange {
  color: #ff6600 !important;
  background: linear-gradient(135deg, rgba(255, 102, 0, 0.12), rgba(255, 102, 0, 0.02)) !important;
  border: 1px solid rgba(255, 102, 0, 0.5) !important;
  box-shadow: 0 0 15px rgba(255, 102, 0, 0.4) !important;
}

.nav-dropdown__icon.brand-cyan {
  color: #60FF01 !important;
  background: linear-gradient(135deg, rgba(96, 255, 1, 0.12), rgba(96, 255, 1, 0.02)) !important;
  border: 1px solid rgba(96, 255, 1, 0.5) !important;
  box-shadow: 0 0 15px rgba(96, 255, 1, 0.4) !important;
}

.nav-dropdown__icon.brand-magenta {
  color: #E056FF !important;
  background: linear-gradient(135deg, rgba(224, 86, 255, 0.12), rgba(224, 86, 255, 0.02)) !important;
  border: 1px solid rgba(224, 86, 255, 0.5) !important;
  box-shadow: 0 0 15px rgba(224, 86, 255, 0.4) !important;
}

.nav-dropdown__divider {
  height: 1px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  margin: 6px 4px !important;
  width: auto !important;
}

.nav-dropdown__footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px 12px !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  color: var(--green-neon, #60FF01) !important;
  text-decoration: none !important;
  border-radius: 10px !important;
  background: rgba(96, 255, 1, 0.05) !important;
  border: 1px solid rgba(96, 255, 1, 0.2) !important;
  transition: background 0.2s ease, border-color 0.2s ease !important;
}

.nav-dropdown__footer:hover {
  background: rgba(96, 255, 1, 0.15) !important;
  border-color: rgba(96, 255, 1, 0.4) !important;
}

@media (max-width: 991px) {
  .nav-dropdown {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .nav-dropdown__menu {
    position: static;
    transform: none !important;
    width: 100%;
    margin-top: 10px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    display: none;
  }
  .nav-dropdown.is-open .nav-dropdown__menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.header__actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; border-radius: 14px; align-items: center; justify-content: center; cursor: pointer; }
.menu-toggle .icon-close { display: none; }
.menu-toggle[aria-expanded="true"] .icon-menu { display: none; }
.menu-toggle[aria-expanded="true"] .icon-close { display: block; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--green-neon); color: #000; box-shadow: 0 12px 36px rgba(96,255,1,.16); }
.btn--primary:hover { background: var(--white); box-shadow: 0 18px 42px rgba(96,255,1,.25); }
.btn--ghost { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.05); color: #fff; }
.btn--ghost:hover { border-color: var(--green-neon); color: var(--green-neon); }
.btn--large { min-height: 58px; padding-inline: 26px; }
.btn--small { min-height: 46px; font-size: .85rem; }
.btn--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; padding-bottom: 6px; border-bottom: 1px solid currentColor; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  max-width: 100%;
  color: var(--green-neon);
  font-weight: 800;
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  line-height: 1.35;
}
.eyebrow > span:empty,
.eyebrow > span:first-child:not([data-i18n]) {
  flex-shrink: 0;
  width: 26px;
  height: 2px;
  background: currentColor;
}
.eyebrow > span[data-i18n],
.eyebrow > span:not(:empty):not(:first-child) {
  width: auto;
  height: auto;
  background: none;
  letter-spacing: inherit;
  text-transform: inherit;
  font-size: inherit;
  line-height: inherit;
}
.eyebrow--dark { color: var(--green-deep); }
.section-heading h2 { font-size: clamp(2.4rem, 5vw, 5rem); line-height: .98; margin-bottom: 18px; }
.section-heading p { max-width: 630px; color: #a9b0a9; }
.section-heading--center { max-width: 850px; margin: 0 auto 56px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center p { margin-inline: auto; color: #586058; }
.section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.section-heading--split p { max-width: 300px; margin-bottom: 8px; color: #9ca49c; }

.hero { position: relative; min-height: calc(100vh - 118px); overflow: hidden; padding: 86px 0 0; background: radial-gradient(circle at 70% 26%, rgba(17,67,0,.42), transparent 28%), #000; }
.hero__grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000, transparent 75%); }
.hero__orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .55; }
.hero__orb--1 { width: 360px; height: 360px; right: -150px; top: 90px; border: 1px solid rgba(96,255,1,.45); box-shadow: inset 0 0 100px rgba(96,255,1,.06); }
.hero__orb--2 { width: 120px; height: 120px; left: 46%; bottom: 15%; background: rgba(96,255,1,.08); filter: blur(40px); }
.hero__layout { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 64px; }
.hero__copy { padding: 30px 0 80px; }
.hero h1 { font-size: clamp(3.4rem, 6.7vw, 7.1rem); line-height: .88; margin-bottom: 28px; max-width: 760px; }
.hero h1 em { display: block; color: var(--green-neon); font-style: normal; }
.hero__copy > p { max-width: 620px; color: #adb5ad; font-size: 1.08rem; margin-bottom: 30px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 42px; }
.hero__proof { display: flex; gap: 42px; }
.hero__proof div { display: grid; gap: 2px; }
.hero__proof strong { color: var(--green-neon); font-family: "Space Grotesk"; font-size: 2rem; }
.hero__proof small { color: #8b938b; text-transform: uppercase; letter-spacing: .12em; }
.hero-collage { min-height: 670px; position: relative; }
.media-card { position: absolute; margin: 0; overflow: hidden; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.18); box-shadow: var(--shadow); background: #111; transition: transform .3s ease; }
.media-card img { height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.05); }
.media-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.72), transparent 48%); }
.media-card figcaption { position: absolute; z-index: 2; left: 20px; bottom: 18px; display: flex; align-items: center; gap: 8px; font-weight: 800; }
.hero-collage__main { inset: 20px 110px 90px 0; }
.hero-collage__small { width: 250px; height: 240px; right: 0; }
.hero-collage__small--top { top: 0; }
.hero-collage__small--bottom { bottom: 52px; }
.hero-collage__badge { position: absolute; z-index: 4; left: -36px; bottom: 34px; width: 180px; aspect-ratio: 1; border-radius: 50%; background: var(--green-neon); color: #000; display: grid; place-content: center; text-align: center; box-shadow: 0 28px 64px rgba(0,0,0,.36); animation: float 5s ease-in-out infinite; }
.hero-collage__badge strong { font-family: "Space Grotesk"; font-size: 2.5rem; }
.hero-collage__badge span { line-height: 1.2; font-size: .78rem; font-weight: 800; }
.hero-collage__tag { position: absolute; right: 40px; top: 270px; z-index: 4; padding: 15px 18px; border-radius: 14px; background: rgba(0,0,0,.74); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(14px); font-size: .8rem; line-height: 1.45; }
.hero-collage__tag strong { color: var(--green-neon); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-neon); box-shadow: 0 0 0 6px rgba(96,255,1,.12); }
.hero-ticker { position: relative; z-index: 2; overflow: hidden; border-top: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); background: #050505; }
.hero-ticker__track { display: flex; align-items: center; width: max-content; animation: marquee 28s linear infinite; padding: 18px 0; }
.hero-ticker span { font-family: "Space Grotesk"; font-size: 1rem; letter-spacing: .08em; }
.hero-ticker i { width: 8px; height: 8px; margin: 0 34px; border-radius: 50%; background: var(--green-neon); }

.visual-intro__layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 74px); align-items: center; }
.visual-intro__image { position: relative; min-height: 0; aspect-ratio: 4 / 5; max-height: 560px; border-radius: 36px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.16); }
.visual-intro__image img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.visual-intro__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.62), transparent 50%); }
.visual-intro__caption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 18px; color: #fff; font-weight: 800; }
.visual-intro__caption span { display: grid; place-items: center; width: 48px; height: 48px; background: var(--green-neon); color: #000; border-radius: 50%; }
.visual-intro__content h2 { font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: .98; }
.visual-intro__content h2 em { color: var(--green-deep); font-style: normal; }
.visual-intro__content > p { max-width: 580px; color: #596159; font-size: 1.05rem; }
.mini-features { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line-dark); margin: 32px 0; }
.mini-features article { padding: 22px 16px 22px 0; }
.mini-features article + article { padding-left: 18px; border-left: 1px solid var(--line-dark); }
.mini-features strong, .mini-features span { display: block; }
.mini-features span { margin-top: 4px; color: #798079; font-size: .82rem; }

.objective { background: #050805; }
.objective-shell {
  display: grid;
  grid-template-columns: 330px 1fr;
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.12) !important;
  border-radius: 30px;
  box-shadow: 0 20px 55px rgba(17, 24, 39, 0.08) !important;
  overflow: hidden !important;
}
.objective-tabs {
  padding: 28px !important;
  border-right: 1px solid rgba(17, 24, 39, 0.10) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 12px !important;
  background: #ffffff !important;
}
.objective-tab { display: flex; align-items: center; gap: 14px; width: 100%; padding: 20px; border: 1px solid transparent; border-radius: 16px; background: transparent; color: #aeb5ae; text-align: left; font-weight: 800; cursor: pointer; transition: .25s ease; }
.objective-tab span { color: #687068; font-family: "Space Grotesk"; }
.objective-tab:hover, .objective-tab.active { color: #000; background: var(--green-neon); }
.objective-tab.active span { color: #000; }
.objective-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-width: 0;
  width: 100%;
}

.objective-panel__image,
.objective-panel__copy {
  min-width: 0;
  width: 100%;
}
.objective-panel__image { min-height: 560px; position: relative; overflow: hidden; }
.objective-panel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .2s ease, transform .55s ease;
}
.objective-panel__image:hover img { transform: scale(1.035); }

.objective-panel__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.66)); }
.objective-panel__metric { position: absolute; z-index: 2; left: 24px; bottom: 24px; padding: 15px 18px; border-radius: 14px; background: rgba(0,0,0,.68); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.18); }
.objective-panel__metric span, .objective-panel__metric strong { display: block; }
.objective-panel__metric span { color: var(--green-neon); font-size: .68rem; letter-spacing: .14em; }
.objective-panel__metric strong { margin-top: 4px; }
.objective-panel__copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 42px 46px; }
.objective-panel__number { position: absolute; right: 26px; top: 22px; color: rgba(255,255,255,.08); font-family: "Space Grotesk"; font-size: 6rem; font-weight: 700; }
.objective-panel__copy h3 {
  font-size: clamp(2.35rem, 3.15vw, 3.65rem);
  line-height: .98;
  letter-spacing: -0.045em;
  max-width: 100%;
  margin-bottom: 22px;
}
.objective-panel__copy p { color: #aeb5ae; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 30px; }
.tag-list span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: #cbd0cb; font-size: .78rem; }

.showreel { padding-top: 100px; background: #000; }
.showreel-card { min-height: 720px; position: relative; overflow: hidden; border-radius: 38px; border: 1px solid var(--line); }
.showreel-card > img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.showreel-card:hover > img { transform: scale(1.035); }
.showreel-card__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.42) 50%, rgba(0,0,0,.18) 100%), linear-gradient(to top, rgba(0,0,0,.55), transparent 46%); }
.showreel-card__copy { position: absolute; z-index: 2; left: 7%; top: 50%; transform: translateY(-50%); max-width: 650px; }
.showreel-card__copy h2 { font-size: clamp(3rem, 6vw, 6.3rem); line-height: .93; margin-bottom: 20px; }
.showreel-card__copy p { max-width: 520px; color: #c1c7c1; }
.play-button { position: absolute; z-index: 3; right: 11%; top: 50%; transform: translateY(-50%); width: 138px; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); background: rgba(0,0,0,.32); backdrop-filter: blur(8px); cursor: pointer; display: grid; place-items: center; transition: .3s ease; }
.play-button svg { width: 42px; height: 42px; }
.play-button span { position: absolute; bottom: 24px; font-size: .68rem; letter-spacing: .2em; }
.play-button:hover { background: var(--green-neon); color: #000; border-color: var(--green-neon); transform: translateY(-50%) scale(1.05); }
.showreel-card__chips { position: absolute; z-index: 2; left: 7%; bottom: 34px; display: flex; flex-wrap: wrap; gap: 8px; }
.showreel-card__chips span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.24); background: rgba(0,0,0,.34); border-radius: 999px; font-size: .72rem; }

.service-gallery { background: var(--off-white); color: var(--ink); }
.service-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 310px;
  gap: 16px;
}
.visual-service {
  position: relative;
  overflow: hidden;

  border-radius: 26px;

  background: #080b08;
  color: #ffffff;

  border: 1px solid rgba(17, 24, 39, .10);

  box-shadow:
    0 18px 42px rgba(17, 24, 39, .10);

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}
.visual-service--tall { grid-row: span 2; }
.visual-service--wide { grid-column: span 2; }
/* Tarjeta final de Analítica a todo el ancho */
.visual-service--full {
  grid-column: 1 / -1;
}
.visual-service img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform .65s ease,
    filter .65s ease;
}

/* Degradado cinematográfico */
.visual-service::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, .04) 20%,
      rgba(0, 0, 0, .20) 52%,
      rgba(0, 0, 0, .88) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, .26) 0%,
      transparent 56%
    );

  pointer-events: none;
}

/* Contenido */
.visual-service > div {
  position: absolute;
  z-index: 2;
  inset: auto 26px 26px 26px;
}

/* Número */
.visual-service > div > span {
  color: #60FF01;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
}

/* Título */
.visual-service h3 {
  font-size: clamp(1.65rem, 2vw, 2rem);
  line-height: 1;
  letter-spacing: -0.035em;
  margin: 8px 64px 10px 0;
}

/* Descripción */
.visual-service p {
  color: rgba(255, 255, 255, .78);
  font-size: .88rem;
  line-height: 1.55;
  margin-bottom: 0;
  max-width: 460px;
}

/* Flecha premium */
.visual-service a {
  position: absolute;
  right: 0;
  bottom: 0;

  width: 50px;
  height: 50px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: rgba(0, 0, 0, .76);
  color: #60FF01;

  border: 1px solid rgba(96, 255, 1, .55);

  backdrop-filter: blur(8px);

  box-shadow:
    0 10px 24px rgba(0, 0, 0, .22),
    0 0 18px rgba(96, 255, 1, .08);

  transition:
    background-color .28s ease,
    color .28s ease,
    border-color .28s ease,
    transform .28s ease,
    box-shadow .28s ease;
}

/* Hover general */
.visual-service:hover {
  transform: translateY(-5px);

  border-color: rgba(96, 255, 1, .35);

  box-shadow:
    0 24px 52px rgba(17, 24, 39, .15);
}

.visual-service:hover img {
  transform: scale(1.035);
  filter: saturate(1.07);
}

/* Hover de la flecha */
.visual-service:hover a {
  background: #60FF01;
  color: #000000;
  border-color: #60FF01;

  transform: scale(1.08);

  box-shadow:
    0 12px 28px rgba(0, 0, 0, .18),
    0 0 22px rgba(96, 255, 1, .24);
}

.visual-service a svg,
.visual-service a svg * {
  stroke: currentColor;
}
.visual-service--accent { background: var(--green-neon); color: white; }
.visual-service--accent::before { content: ""; position: absolute; width: 240px; height: 240px; right: -70px; top: -80px; border-radius: 50%; border: 1px solid rgba(0,0,0,.22); box-shadow: inset 0 0 70px rgba(0,0,0,.08); }
.visual-service--accent::after { display: none; }
.visual-service--accent p { color: white; }
.visual-service--accent a { background: var(--green-neon); color: black; }
.visual-service--accent > div > span { color: #000; }

.portfolio { background: #040504; }
.portfolio__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}
.portfolio__header h2 {
  font-size: clamp(3rem, 4.2vw, 4.35rem);
  line-height: .96;
  letter-spacing: -0.045em;
  max-width: 820px;
  margin-bottom: 0;
}
.portfolio-filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  flex-shrink: 0;

  padding: 6px;
  border-radius: 999px;

  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, .10);

  box-shadow: 0 10px 30px rgba(17, 24, 39, .06);
}
.filter-btn {
  border: 1px solid transparent;
  background: transparent;
  color: #374151;

  padding: 10px 18px;
  border-radius: 999px;

  font-weight: 700;
  cursor: pointer;

  transition:
    background-color .28s ease,
    color .28s ease,
    border-color .28s ease,
    transform .28s ease,
    box-shadow .28s ease;
}

.filter-btn.active {
  background: #60FF01;
  color: #000000;
  border-color: #60FF01;

  box-shadow: 0 6px 18px rgba(96, 255, 1, .18);
}

.filter-btn:not(.active):hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;

  transform: translateY(-2px);
}
.portfolio-mosaic { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 260px; gap: 16px; margin-bottom: 2rem; }
.portfolio-actions { margin-top: 0 !important; }
.project {
  grid-column: span 4;
  position: relative;
  overflow: hidden;

  border-radius: 26px;

  background: #080b08;

  border: 1px solid rgba(17, 24, 39, .10);

  box-shadow:
    0 16px 40px rgba(17, 24, 39, .09);

  transition:
    opacity .25s ease,
    transform .35s ease,
    border-color .35s ease,
    box-shadow .35s ease;
}

.project:hover {
  transform: translateY(-5px);

  border-color: rgba(96, 255, 1, .32);

  box-shadow:
    0 24px 52px rgba(17, 24, 39, .14);
}
.project--large { grid-column: span 8; grid-row: span 2; }
.project--wide { grid-column: span 8; }
.project.hidden { display: none; }
.project img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition:
    transform .65s ease,
    filter .65s ease;
}
.project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.85), transparent 60%); }
.project__overlay { position: absolute; z-index: 2; inset: auto 22px 22px; }
.project__overlay span { color: var(--green-neon); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.project__overlay h3 { max-width: 420px; font-size: 1.55rem; margin: 6px 60px 0 0; }
.project__view {
  position: absolute;
  right: 0;
  bottom: 0;

  width: 50px;
  height: 50px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: rgba(0, 0, 0, .78);
  color: #60FF01;

  border: 1px solid rgba(96, 255, 1, .55);

  backdrop-filter: blur(8px);

  box-shadow:
    0 10px 24px rgba(0, 0, 0, .20),
    0 0 16px rgba(96, 255, 1, .08);

  transition:
    background-color .28s ease,
    color .28s ease,
    border-color .28s ease,
    transform .28s ease,
    box-shadow .28s ease;
}

.project__view svg,
.project__view svg * {
  color: currentColor;
  stroke: currentColor;
}

.project__view:hover {
  background: #60FF01;
  color: #000000;
  border-color: #60FF01;

  transform: scale(1.08);

  box-shadow:
    0 12px 28px rgba(0, 0, 0, .18),
    0 0 22px rgba(96, 255, 1, .24);
}
.project:hover img {
  transform: scale(1.035);
  filter: saturate(1.06);
}
.portfolio-note {
  max-width: 820px;
  color: #4b5563;
  margin: 26px 0 0;
  font-size: .88rem;
  line-height: 1.7;
}
.portfolio-note {
  max-width: 820px;
  color: #4b5563;
  margin: 26px 0 0;
  font-size: .88rem;
  line-height: 1.7;
}
/* HOME - PORTAFOLIO / BOTONES INFERIORES PREMIUM */
body.home-page #portafolio .portfolio-actions .btn.btn--primary {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;

  box-shadow:
    0 10px 24px rgba(0, 0, 0, .12);

  transition:
    background-color .3s ease,
    color .3s ease,
    border-color .3s ease,
    transform .3s ease,
    box-shadow .3s ease !important;
}

/* Flecha */
body.home-page #portafolio .portfolio-actions .btn.btn--primary svg,
body.home-page #portafolio .portfolio-actions .btn.btn--primary svg * {
  color: currentColor !important;
  stroke: currentColor !important;
}

/* Hover */
body.home-page #portafolio .portfolio-actions .btn.btn--primary:hover {
  background: #60FF01 !important;
  color: #000000 !important;
  border-color: #60FF01 !important;

  transform: translateY(-3px);

  box-shadow:
    0 12px 30px rgba(96, 255, 1, .22) !important;
}


.method { background: var(--off-white); color: var(--ink); }
.method__layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.method__sticky { position: sticky; top: 130px; }
.method__sticky h2 { font-size: clamp(3rem, 5.5vw, 5.8rem); line-height: .95; }
.method__sticky > p { color: #626a62; max-width: 500px; }
.method__image { margin-top: 34px; overflow: hidden; border-radius: 28px; height: 380px; }
.method__image img { height: 100%; object-fit: cover; }
.method__steps { border-top: 1px solid var(--line-dark); }
.method-step { display: grid; grid-template-columns: 76px 1fr; gap: 22px; padding: 34px 0; border-bottom: 1px solid var(--line-dark); }
.method-step > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--green-neon); color: #000; font-family: "Space Grotesk"; font-weight: 700; }
.method-step small { color: var(--green-deep); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.method-step h3 { font-size: 2rem; margin: 7px 0 6px; }
.method-step p { color: #626a62; margin: 0; }

.essence { background: #000; }
.essence__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.essence-card { min-height: 390px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; padding: 26px; display: flex; flex-direction: column; justify-content: end; }
.essence-card > span { position: absolute; top: 24px; left: 24px; color: var(--green-neon); }
.essence-card h3 { font-size: 3.2rem; margin-bottom: 6px; }
.essence-card p { color: #929a92; margin: 0; }
.essence-card > strong { position: absolute; right: -20px; top: 100px; transform: rotate(90deg); font-size: 4.5rem; color: rgba(255,255,255,.045); }
.essence-card--image { padding: 0; }
.essence-card--image img { height: 100%; object-fit: cover; }
.essence-card--accent { background: var(--green-neon); color: #000; }
.essence-card--accent p { color: #174608; }
.essence-card--accent > span { color: #000; }
.essence-card--accent > strong { color: rgba(0,0,0,.08); }

.contact { background: #050805; }
.contact__shell { display: grid; grid-template-columns: 1.05fr .95fr; border: 1px solid var(--line); border-radius: 34px; overflow: hidden; background: #0a0c0a; }
.contact__visual { min-height: 760px; position: relative; overflow: hidden; }
.contact__visual > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.contact__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.88), rgba(0,0,0,.16) 65%); }
.contact__copy { position: absolute; z-index: 2; inset: auto 44px 44px; }
.contact__copy h2 { font-size: clamp(3rem, 5vw, 5.6rem); line-height: .94; max-width: 650px; }
.contact__copy p { max-width: 520px; color: #c0c6c0; }
.contact__micro { display: flex; flex-wrap: wrap; gap: 8px; }
.contact__micro span { padding: 8px 12px; background: rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: .72rem; }
.contact-form { padding: 46px; display: flex; flex-direction: column; gap: 16px; }
.form-head { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; }
.form-head span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--green-neon); color: #000; font-weight: 800; }
.form-head h3 { font-size: 2rem; margin: 0; }
.contact-form label { display: grid; gap: 8px; color: #aeb5ae; font-size: .8rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; color: #fff; background: #111511; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; padding: 14px 15px; outline: none; transition: .2s ease; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green-neon); box-shadow: 0 0 0 3px rgba(96,255,1,.08); }
.contact-form .invalid { border-color: #ff7676; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form small { color: #6f776f; text-align: center; }
.form-status { min-height: 20px; margin: 0; text-align: center; font-size: .82rem; }

.footer { border-top: 1px solid var(--line); background: #000; }
.footer__top { min-height: 230px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 50px; }
.footer__top p { margin: 0; color: #9da49d; }
.footer__bottom { border-top: 1px solid var(--line); min-height: 70px; display: flex; align-items: center; justify-content: space-between; color: #737a73; font-size: .8rem; }
.whatsapp-float { position: fixed; z-index: 800; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: var(--green-neon); color: #000; box-shadow: 0 16px 38px rgba(0,0,0,.36); }
.whatsapp-float svg { width: 25px; height: 25px; }

.video-modal, .lightbox { position: fixed; inset: 0; z-index: 2000; display: none; place-items: center; padding: 24px; }
.video-modal.open, .lightbox.open { display: grid; }
.video-modal__backdrop, .lightbox__backdrop { position: absolute; inset: 0; border: 0; background: rgba(0,0,0,.88); backdrop-filter: blur(12px); }
.video-modal__dialog, .lightbox__dialog { position: relative; z-index: 2; width: min(1100px, 100%); border-radius: 24px; border: 1px solid rgba(255,255,255,.18); background: #080a08; box-shadow: var(--shadow); overflow: hidden; }
.video-modal__head { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; }
.video-modal__head small { color: var(--green-neon); letter-spacing: .18em; }
.video-modal__head h2 { margin: 4px 0 0; font-size: 1.35rem; }
.video-modal__close, .lightbox__close { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: transparent; display: grid; place-items: center; cursor: pointer; }
.video-frame { aspect-ratio: 16/9; background: #000; }
.video-frame video { width: 100%; height: 100%; object-fit: cover; }
.video-modal__note { padding: 15px 22px; margin: 0; color: #798179; font-size: .78rem; }
.lightbox__dialog { max-width: 1000px; }
.lightbox__close { position: absolute; z-index: 3; right: 18px; top: 18px; background: rgba(0,0,0,.58); }
.lightbox__dialog img { max-height: 72vh; object-fit: cover; }
.lightbox__dialog > div:last-child { padding: 18px 22px 22px; }
.lightbox__dialog span { color: var(--green-neon); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.lightbox__dialog h3 { margin: 6px 0 0; font-size: 1.6rem; }

/* Logotipo del pie de página */
.footer-logo-link {
  display: block;
  width: max-content;
  margin: 0 0 18px 0;
  text-decoration: none;
}

.footer-logo {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.footer__brand p {
  max-width: 420px;
  margin: 0;
  line-height: 1.7;
}

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes float { 50% { transform: translateY(-10px) rotate(2deg); } }

@media (max-width: 1100px) {
  .nav { gap: 18px; }
  .header__actions .btn { display: none; }
  .hero__layout { grid-template-columns: 1fr; gap: 20px; }
  .hero__copy { padding-bottom: 20px; }
  .hero-collage { min-height: 620px; max-width: 780px; }
  .hero-collage__main { inset: 20px 140px 60px 0; }
  .visual-intro__layout { gap: 44px; }
  .objective-shell { grid-template-columns: 260px 1fr; }
  .objective-panel { grid-template-columns: 1fr; }
  .objective-panel__image { min-height: 350px; }
  .objective-panel__copy { padding: 36px; }
  .service-gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .visual-service--wide { grid-column: span 2; }
  .essence__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 86px 0; }
  .topbar__inner > span { display: none; }
  .topbar__inner { justify-content: center; }
  .menu-toggle { display: inline-flex; }
  .nav { position: fixed; inset: 118px 16px auto; display: grid; gap: 0; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: rgba(0,0,0,.97); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .nav.open { opacity: 1; visibility: visible; transform: none; }
  .nav a { padding: 16px; border-bottom: 1px solid var(--line); }
  .nav a:last-child { border-bottom: 0; }
  .hero { padding-top: 46px; }
  .hero-collage { min-height: 560px; }
  .hero-collage__main { inset: 0 100px 80px 0; }
  .hero-collage__small { width: 190px; height: 190px; }
  .hero-collage__badge { width: 140px; left: -10px; }
  .hero-collage__tag { right: 10px; }
  .visual-intro__layout, .method__layout, .contact__shell { grid-template-columns: 1fr; }
  .visual-intro__image { max-height: none; aspect-ratio: 16 / 11; }
  .visual-intro__image img { min-height: 0; }
  .section-heading--split, .portfolio__header { align-items: start; flex-direction: column; }
  .objective-shell { grid-template-columns: 1fr; }
  .objective-tabs { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .objective-tab { min-width: 205px; }
  .showreel-card { min-height: 650px; }
  .play-button { right: 8%; top: auto; bottom: 80px; width: 105px; }
  .service-gallery__grid { grid-auto-rows: 300px; }
  .portfolio-mosaic { grid-auto-rows: 230px; }
  .project, .project--large, .project--wide { grid-column: span 6; grid-row: span 1; }
  .project--large { grid-row: span 2; }
  .method__sticky { position: static; }
  .contact__visual { min-height: 600px; }
  .footer__top { grid-template-columns: 1fr; gap: 24px; padding: 50px 0; }
}

@media (max-width: 600px) {
  .header__inner { min-height: 72px; }
  .brand__mark { width: 42px; height: 42px; }
  .brand strong { font-size: .9rem; }
  .brand small { font-size: .58rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero__actions { display: grid; }
  .hero__actions .btn { width: 100%; }
  .hero__proof { justify-content: space-between; gap: 14px; }
  .hero__proof strong { font-size: 1.6rem; }
  .hero-collage { min-height: 460px; }
  .hero-collage__main { inset: 0 55px 100px 0; }
  .hero-collage__small { width: 130px; height: 145px; }
  .hero-collage__small--bottom { bottom: 64px; }
  .hero-collage__badge { width: 112px; bottom: 40px; }
  .hero-collage__badge strong { font-size: 1.8rem; }
  .hero-collage__tag { top: 170px; font-size: .7rem; }
  .mini-features { grid-template-columns: 1fr; }
  .mini-features article + article { border-left: 0; border-top: 1px solid var(--line-dark); padding-left: 0; }
  .objective-panel__copy { padding: 28px 22px; }
  .objective-panel__number { font-size: 4rem; }
  .showreel-card { min-height: 620px; border-radius: 24px; }
  .showreel-card__copy { left: 24px; right: 24px; top: 42%; }
  .showreel-card__copy h2 { font-size: 3.1rem; }
  .showreel-card__chips { left: 24px; right: 24px; }
  .play-button { right: 24px; bottom: 102px; width: 86px; }
  .service-gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 320px; }
  .visual-service--tall { grid-row: span 1; }
  .visual-service--wide { grid-column: span 1; }
  .portfolio-mosaic { display: grid; grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .project, .project--large, .project--wide { grid-column: auto; grid-row: auto; }
  .essence__grid { grid-template-columns: 1fr; }
  .essence-card { min-height: 320px; }
  .contact__copy { inset: auto 24px 28px; }
  .contact__visual { min-height: 560px; }
  .contact-form { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; justify-content: center; gap: 8px; text-align: center; }
  .video-modal, .lightbox { padding: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* =========================================================
   AJUSTES SOLICITADOS: MÉTODO, ESENCIA, FAQ Y FOOTER
   Recupera el lenguaje visual de la versión anterior.
   ========================================================= */
.process {
  overflow: hidden;
  background: linear-gradient(135deg, #061000, #000 55%);
  color: var(--white);
}
.process__header {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 75px;
}
.process__header .section-heading { max-width: 790px; }
.process__header h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.8rem, 5.2vw, 5.5rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.process__header > p {
  margin: 0 0 8px;
  color: #90968f;
  line-height: 1.8;
}
.process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}
.process-line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 34px;
  height: 2px;
  background: #21251f;
}
.process-line span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--green-neon);
  box-shadow: 0 0 14px var(--green-neon);
  transition: width 1.6s var(--ease);
}
.process-step { position: relative; z-index: 1; padding-top: 5px; }
.process-step > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid #333832;
  border-radius: 50%;
  background: #080a08;
  color: #6f756e;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  transition: .35s;
}
.process-step:hover > span {
  background: var(--green-neon);
  color: var(--black);
  border-color: var(--green-neon);
  transform: scale(1.08);
}
.process-step > div { margin-top: 35px; }
.process-step small {
  color: var(--green-neon);
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.process-step h3 {
  margin: 10px 0 13px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.28rem;
  line-height: 1.12;
}
.process-step p { margin: 0; color: #858b84; font-size: .76rem; line-height: 1.7; }

.philosophy { background: var(--off-white); color: var(--ink); }
.philosophy .section-heading--center { margin-bottom: 0; }
.philosophy .section-heading h2 {
  color: var(--ink);
  font-size: clamp(3rem, 6vw, 6.4rem);
}
.philosophy .section-heading p { color: #626861; }
.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 60px;
}
.philosophy-card {
  position: relative;
  min-height: 420px;
  padding: 35px;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 22px;
  background: var(--white);
  transition: transform .35s var(--ease), color .35s, background .35s;
}
.philosophy-card::before {
  content: attr(data-word);
  position: absolute;
  left: -18px;
  bottom: 38px;
  color: rgba(0, 0, 0, .045);
  font-family: "Space Grotesk", sans-serif;
  font-size: 7.4rem;
  font-weight: 800;
  letter-spacing: -.08em;
  transform: rotate(-90deg) translateY(100%);
  transform-origin: left bottom;
}
.philosophy-card > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-neon);
  color: var(--black);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
}
.philosophy-card h3 {
  margin: 120px 0 16px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.7rem;
  letter-spacing: -.05em;
}
.philosophy-card p { position: relative; z-index: 1; max-width: 330px; margin: 0; color: #60FF01; line-height: 1.75; }
.philosophy-card:hover { background: var(--black); color: var(--white); transform: translateY(-9px); }
.philosophy-card:hover p { color: #a4aaa3; }
.philosophy-card:hover::before { color: rgba(96, 255, 1, .08); }

.faq { background: #050505; color: var(--white); }
.faq__layout {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 100px;
  align-items: start;
}
.faq .section-heading { position: sticky; top: 130px; }
.faq .section-heading h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.faq .section-heading p { margin: 24px 0 32px; color: #929891; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button {
  width: 100%;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border: 0;
  background: transparent;
  color: var(--white);
  text-align: left;
  cursor: pointer;
}
.faq-item button span { font-family: "Space Grotesk", sans-serif; font-size: 1.15rem; font-weight: 700; line-height: 1.45; }
.faq-item button svg { width: 24px; height: 24px; color: var(--green-neon); transition: transform .3s; flex: 0 0 auto; }
.faq-item.active button svg { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.faq-answer > p { overflow: hidden; margin: 0; color: #60FF01; font-size: .92rem; line-height: 1.75; }
.faq-item.active .faq-answer { grid-template-rows: 1fr; }
.faq-item.active .faq-answer > p { padding: 4px 48px 32px 4px; }

.footer { padding: 75px 0 24px; background: var(--black); border-top: 1px solid var(--line); }
.footer__grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 60px;
  padding-bottom: 60px;
}
.brand--footer { margin-bottom: 25px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.footer__brand > p { max-width: 390px; margin: 0; color: #80867f; font-size: .78rem; line-height: 1.75; }
.footer h3 {
  margin: 0 0 20px;
  color: #60FF01;
  font-family: "Space Grotesk", sans-serif;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer__grid > div:not(.footer__brand) a { margin: 7px 0; color: white; font-size: .75rem; transition: color .25s; }
.footer__grid a:hover, .footer__bottom a:hover { color: var(--green-neon); }
.footer__bottom {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: white;
  font-size: .66rem;
}
.footer__bottom div { display: flex; gap: 22px; }

@media (max-width: 1050px) {
  .process-track { grid-template-columns: repeat(3, 1fr); row-gap: 45px; }
  .process-line { display: none; }
  .faq__layout { gap: 60px; }
}

@media (max-width: 860px) {
  .process__header, .faq__layout { grid-template-columns: 1fr; }
  .process__header { gap: 25px; }
  .process-track { grid-template-columns: repeat(2, 1fr); }
  .philosophy-grid { grid-template-columns: 1fr; }
  .philosophy-card { min-height: 330px; }
  .philosophy-card h3 { margin-top: 70px; }
  .faq .section-heading { position: static; }
  .footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: 2 / 3; }
}

@media (max-width: 600px) {
  .process-track { grid-template-columns: 1fr; }
  .faq-item button { min-height: 82px; }
  .faq-item button span { font-size: 1rem; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__grid > div:last-child { grid-column: auto; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
  .footer__bottom div { flex-wrap: wrap; }
}

/* =========================================================
   GLASS CARDS & MICRO-INTERACTIONS (HERO REPLACEMENT)
   ========================================================= */
.glass-container {
  position: relative;
  width: 100%;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
}
.glass-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  z-index: 0;
  animation: float-glow 8s ease-in-out infinite;
}
@keyframes float-glow {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-30px, 20px) scale(1.1); }
}
.theme-marketing .glass-glow { background: var(--orange); }
.theme-dev .glass-glow { background: var(--blue); }
.theme-audio .glass-glow { background: #8a2be2; /* Purple */ }

.glass-card {
  position: relative;
  z-index: 2;
  width: 85%;
  height: 80%;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: transform 0.1s ease-out;
  transform-style: preserve-3d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 100%);
  pointer-events: none;
}
.glass-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
  transform: translateZ(20px);
}

/* Micro-Interactions */
.status-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.8rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateZ(40px);
  font-family: "Space Grotesk";
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00ff00;
  box-shadow: 0 0 8px #00ff00;
  animation: pulse-dot 2s infinite;
}
.status-dot.red {
  background: #ff0000;
  box-shadow: 0 0 8px #ff0000;
}
@keyframes pulse-dot {
  0% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(0.95); opacity: 0.8; }
}

/* Floating Badges (Tools/Tech) */
.floating-badge {
  position: absolute;
  z-index: 3;
  width: 56px;
  height: 56px;
  background: rgba(25, 25, 25, 0.8);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  display: grid;
  place-items: center;
  box-shadow: 0 15px 30px rgba(0,0,0,0.4);
  transform-style: preserve-3d;
}
.floating-badge svg, .floating-badge img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.floating-badge:nth-child(2) { top: 10%; left: -5%; }
.floating-badge:nth-child(3) { bottom: 15%; right: -5%; }
.floating-badge:nth-child(4) { bottom: -5%; left: 10%; }

/* =========================================================
   NATIVE CSS 3D FIGURES (Zero Lag)
   ========================================================= */
.css-3d-scene {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  perspective: 1200px;
  z-index: 1; /* behind glass card */
  pointer-events: none;
}
.css-3d-figure {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: rotate3d 24s linear infinite;
}
@keyframes rotate3d {
  0% { transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  100% { transform: rotateX(360deg) rotateY(360deg) rotateZ(180deg); }
}

/* 1. Marketing: 3D Rings */
.ring {
  position: absolute;
  top: 50%; left: 50%;
  border-radius: 50%;
  border: 2px solid rgba(255, 94, 0, 0.3);
  transform-style: preserve-3d;
}
.ring:nth-child(1) { width: 280px; height: 280px; transform: translate(-50%, -50%) rotateX(0deg) rotateY(0deg); border-color: rgba(255, 94, 0, 0.7); }
.ring:nth-child(2) { width: 260px; height: 260px; transform: translate(-50%, -50%) rotateX(60deg) rotateY(45deg); }
.ring:nth-child(3) { width: 240px; height: 240px; transform: translate(-50%, -50%) rotateX(120deg) rotateY(90deg); }

/* 2. Desarrollo: 3D Wireframe Cube */
.cube-face {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%; left: 50%;
  margin: -100px 0 0 -100px;
  border: 2px solid rgba(0, 255, 204, 0.4);
  background: rgba(0, 255, 204, 0.05);
  box-shadow: inset 0 0 40px rgba(0, 255, 204, 0.15);
}
.cube-face:nth-child(1) { transform: translateZ(100px); }
.cube-face:nth-child(2) { transform: rotateY(180deg) translateZ(100px); }
.cube-face:nth-child(3) { transform: rotateY(90deg) translateZ(100px); }
.cube-face:nth-child(4) { transform: rotateY(-90deg) translateZ(100px); }
.cube-face:nth-child(5) { transform: rotateX(90deg) translateZ(100px); }
.cube-face:nth-child(6) { transform: rotateX(-90deg) translateZ(100px); }

/* 3. Audiovisual: 3D Wireframe Pyramid */
.pyramid-face {
  position: absolute;
  top: 50%; left: 50%;
  margin: -100px 0 0 -100px;
  width: 0; 
  height: 0; 
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 200px solid rgba(138, 43, 226, 0.15);
  transform-origin: 100px 100px;
}
.pyramid-face::after {
  content: "";
  position: absolute;
  top: 0; left: -100px;
  width: 0; height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 200px solid rgba(138, 43, 226, 0.8);
  clip-path: polygon(100px 0, 0 200px, 4px 200px, 100px 8px, 196px 200px, 200px 200px);
}
.pyramid-face:nth-child(1) { transform: translateZ(60px) rotateX(30deg); }
.pyramid-face:nth-child(2) { transform: rotateY(90deg) translateZ(60px) rotateX(30deg); }
.pyramid-face:nth-child(3) { transform: rotateY(180deg) translateZ(60px) rotateX(30deg); }
.pyramid-face:nth-child(4) { transform: rotateY(-90deg) translateZ(60px) rotateX(30deg); }






/* =========================================================
   DEV PORTFOLIO - SAAS DASHBOARD AESTHETIC
   ========================================================= */

.dev-canvas {
  position: relative;
  background-color: #05080A;
  color: #E2E8F0;
  overflow: hidden;
}

.dev-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(0, 240, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 240, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  background-position: center center;
  z-index: 0;
  opacity: 0.5;
  mask-image: radial-gradient(ellipse at top, black 40%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at top, black 40%, transparent 80%);
}

.mono-text {
  font-family: 'Fira Code', 'JetBrains Mono', 'Courier New', monospace;
  letter-spacing: 0.05em;
}

.cyan-text { color: var(--green-neon); }
.cyan-glow {
  color: var(--green-neon);
  text-shadow: 0 0 20px rgba(0, 240, 255, 0.5);
}

.dev-title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1.1;
  margin-bottom: 24px;
}

.dev-desc {
  font-size: 1.1rem;
  color: #94A3B8;
  max-width: 600px;
  margin-bottom: 40px;
  border-left: 2px solid var(--green-neon);
  padding-left: 16px;
}

.hero-dev__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 900px) {
  .hero-dev__layout {
    grid-template-columns: 1fr;
  }
}

.dev-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 240, 255, 0.1);
  border: 1px solid rgba(0, 240, 255, 0.2);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  color: var(--green-neon);
  margin-bottom: 24px;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--green-neon);
  box-shadow: 0 0 10px var(--green-neon);
}
.pulsing {
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
  100% { opacity: 1; transform: scale(1); }
}

.btn--dev {
  background: transparent;
  color: var(--green-neon);
  border: 1px solid var(--green-neon);
  padding: 16px 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 0;
  text-transform: uppercase;
}
.btn--dev:hover {
  background: rgba(0, 240, 255, 0.1);
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.3);
}

.architecture-node {
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(0, 240, 255, 0.1);
  position: relative;
}

.node-header {
  background: rgba(0,0,0,0.4);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.node-dots {
  display: flex;
  gap: 6px;
}
.node-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #334155;
}

.node-title {
  margin: 0 auto;
  font-size: 0.8rem;
  color: #64748B;
}

.node-body {
  padding: 24px;
  min-height: 300px;
}

.code-lines {
  font-size: 0.9rem;
  color: #CBD5E1;
  line-height: 1.6;
}
.code-lines .keyword { color: #C678DD; }
.code-lines .string { color: #98C379; }
.code-lines .function { color: #61AFEF; }
.code-lines .comment { color: #5C6370; }
.code-cursor {
  display: inline-block;
  width: 8px;
  height: 1.2em;
  background: var(--green-neon);
  vertical-align: middle;
  animation: blink 1s step-end infinite;
}

.data-widget {
  position: absolute;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 240, 255, 0.3);
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 0.85rem;
  display: flex;
  gap: 12px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.widget-1 { top: -20px; right: -20px; }
.widget-2 { bottom: -20px; left: -20px; }
.floating { animation: float-y 6s ease-in-out infinite; }
.floating-slow { animation: float-y 8s ease-in-out infinite reverse; }

@keyframes float-y {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.dev-heading {
  margin-bottom: 60px;
}
.dev-heading h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
}

.bento-dashboard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}

.dashboard-panel {
  background: rgba(15, 23, 42, 0.4);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 12px;
  padding: 24px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.dashboard-panel::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: radial-gradient(circle at top right, rgba(0, 240, 255, 0.1), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.dashboard-panel:hover {
  border-color: rgba(0, 240, 255, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.4), 0 0 20px rgba(0, 240, 255, 0.1);
}
.dashboard-panel:hover::before {
  opacity: 1;
}

.panel-span-2 { grid-column: span 2; }
.panel-span-4 { grid-column: span 4; }

@media (max-width: 900px) {
  .bento-dashboard { grid-template-columns: 1fr; }
  .panel-span-2, .panel-span-4 { grid-column: span 1; }
}

.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.icon-wrapper {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-neon);
}
.icon-wrapper svg {
  width: 24px;
  height: 24px;
}

.status-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(0,0,0,0.5);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  color: #94A3B8;
  border: 1px solid rgba(255,255,255,0.1);
}

.dashboard-panel h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.dashboard-panel p {
  font-size: 0.95rem;
  position: relative;
  z-index: 1;
}
.muted { color: #94A3B8; }

.metric-bar {
  width: 100%;
  height: 4px;
  background: rgba(255,255,255,0.1);
  margin-top: 20px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.metric-fill {
  height: 100%;
  background: var(--green-neon);
  box-shadow: 0 0 10px var(--green-neon);
}

.tech-stack {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.tech-stack span {
  font-family: 'Fira Code', monospace;
  font-size: 0.75rem;
  background: rgba(0, 240, 255, 0.1);
  color: var(--green-neon);
  padding: 4px 8px;
  border-radius: 4px;
}

.panel-featured {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.8), rgba(0, 45, 74, 0.5));
}
.panel-content-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .panel-content-flex { grid-template-columns: 1fr; }
}

.chart-mockup {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 120px;
  padding-top: 20px;
}
.chart-mockup .bar {
  flex: 1;
  background: rgba(255,255,255,0.1);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
}
.dashboard-panel:hover .chart-mockup .bar {
  background: var(--green-neon);
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.3);
}

.mt-4 { margin-top: 2rem; }

/* FIX DEFINITIVO MODO OSCURO TARJETA API & TERMINAL */

/* Forzar modo oscuro en cualquier subcontenedor dentro de la tarjeta de APIs */
#card-apis .api-console *,
.bento-card:nth-child(5) .api-console *,
[data-card="api"] *,
.api-widget *,
.api-integration-card * {
  background-color: transparent !important;
}

/* Asignar el fondo oscuro al contenedor principal de la ventana de API */
.api-window, .api-docs-container, .api-preview-box, .api-content-wrapper, .api-console {
  background: rgba(8, 10, 15, 0.95) !important;
  border: 1px solid rgba(0, 240, 255, 0.2) !important;
  color: #e0e6ed !important;
  border-radius: 8px !important;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.8) !important;
}

/* Ensure api-log looks decent */
.api-log, #api-log-output {
  background: rgba(0, 0, 0, 0.6) !important;
  border-color: rgba(0, 240, 255, 0.2) !important;
}

/* 
  FIX BUGS IN TAILWIND FORMS PLUGIN FOR HERO TERMINAL INPUT
  The user screenshot showed the terminal input with a white background. 
*/
#terminal-cli-input,
.terminal-input,
input[type="text"].terminal-input {
  background-color: transparent !important;
  background: transparent !important;
  color: #00FF66 !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
#terminal-cli-input:focus,
.terminal-input:focus {
  background-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

/* =========================================================
   RESPONSIVE — SECCIÓN MÉTODO
========================================================= */

@media (max-width: 900px) {
  #metodo.process {
    width: 100%;
    min-height: auto;
    padding: 72px 0;
    overflow: hidden;
  }

  #metodo .container {
    width: min(calc(100% - 32px), 760px);
    margin-inline: auto;
  }

  .process__header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 42px;
  }

  .process__header .section-heading,
  .process__header > p {
    width: 100%;
    max-width: 100%;
  }

  .process__header h2 {
    max-width: 100%;
    margin: 0;
    font-size: clamp(2rem, 8.5vw, 3.5rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    overflow-wrap: break-word;
  }

  .process__header > p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .process-track {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  /* En celular no necesitamos la línea horizontal de escritorio */
  .process-line {
    display: none;
  }

  .process-step {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    width: 100%;
    padding: 0 0 30px;
  }

  .process-step > span {
    width: 52px;
    height: 52px;
    margin: 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .process-step > div {
    min-width: 0;
    padding-top: 3px;
  }

  .process-step small {
    display: block;
    margin-bottom: 7px;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  .process-step h3 {
    margin: 0 0 10px;
    font-size: clamp(1.3rem, 5.5vw, 1.75rem);
    line-height: 1.15;
    overflow-wrap: break-word;
  }

  .process-step p {
    max-width: 100%;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.65;
    overflow-wrap: break-word;
  }

  /* Evita que las animaciones oculten el contenido al abrir con #metodo */
  #metodo .reveal {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  #metodo {
    scroll-margin-top: 72px;
  }
}

@media (max-width: 480px) {
  #metodo.process {
    padding: 58px 0;
  }

  #metodo .container {
    width: calc(100% - 24px);
  }

  .process__header {
    margin-bottom: 34px;
  }

  .process__header h2 {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }

  .process-step {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 13px;
    padding-bottom: 26px;
  }

  .process-step > span {
    width: 46px;
    height: 46px;
  }

  .process-step h3 {
    font-size: 1.25rem;
  }
}

/* =========================================================
   CORRECCIÓN DEL ENCABEZADO EN TABLETA Y CELULAR
========================================================= */

@media (max-width: 900px) {
  .header {
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
  }

  .header__inner {
    width: calc(100% - 24px) !important;
    height: 60px !important;
   min-height: 60px !important;
max-height: 60px !important;

    margin-inline: auto !important;
    padding: 0 !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .header__inner img {
    width: auto !important;
    max-width: 150px !important;
    height: auto !important;
    max-height: 48px !important;
    object-fit: contain !important;
  }

  #metodo {
    scroll-margin-top: 72px;
  }
}

@media (max-width: 480px) {
  .header,
  .header__inner {
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
  }

  .header__inner {
    width: calc(100% - 20px) !important;
  }

  .header__inner img {
    max-height: 42px !important;
  }

  #metodo {
    scroll-margin-top: 68px;
  }
}

/* =========================================================
   ENLACES LEGALES DEL FOOTER
========================================================= */

.footer__legal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px;
}

.footer__legal a,
.footer__cookie-settings {
  color: inherit;
  font: inherit;
  font-size: 0.85rem;
  text-decoration: none;
  opacity: 0.78;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.footer__cookie-settings {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.footer__legal a:hover,
.footer__legal a:focus-visible,
.footer__cookie-settings:hover,
.footer__cookie-settings:focus-visible {
  color: #60ff01;
  opacity: 1;
}

@media (max-width: 768px) {
  .footer__legal {
    justify-content: center;
    gap: 10px 16px;
    text-align: center;
  }
}

/* =========================================================
   CENTRAR ENLACES
   CENTRAR ENLACES LEGALES DEL FOOTER DE INICIO
========================================================= */

.footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.footer__bottom > p {
  grid-column: 1;
  justify-self: start;
  margin: 0;
}

.footer__legal {
  grid-column: 2;
  justify-self: center;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 22px;

  margin: 0;
  padding: 0;
}

.footer__legal a,
.footer__legal button {
  white-space: nowrap;
}

/* Adaptación para tableta y celular */
@media (max-width: 900px) {
  .footer__bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 22px;
  }

  .footer__bottom > p,
  .footer__legal {
    grid-column: 1;
    justify-self: center;
  }

  .footer__legal {
    max-width: 620px;
    padding-inline: 20px;
  }
}

@media (max-width: 600px) {
  .footer__legal {
    flex-direction: column;
    gap: 14px;
    padding-inline: 70px;
  }
}

/* =========================================================
   COLOR DEL TEXTO EN TARJETAS CREER, CREAR Y CRECER
========================================================= */

/* Estado normal: tarjeta blanca y texto negro */
.philosophy .philosophy-card > p {
  color: #000000 !important;
  transition: color 0.3s ease;
}

/* Al pasar el cursor: tarjeta negra y texto blanco */
.philosophy .philosophy-card:hover > p,
.philosophy .philosophy-card:focus-within > p {
  color: #ffffff !important;
}

/* =========================================================
   TEXTO DESCRIPTIVO BLANCO EN EL FOOTER DE INICIO
========================================================= */

.footer .footer__brand p {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* =========================================================
   FONDO CONTINUO DE LA PÁGINA DE INICIO
   NEGRO + VERDE NEÓN
   ========================================================= */
/* =========================================================
   FONDO CONTINUO DE LA PÁGINA DE INICIO
   NEGRO + VERDE NEÓN
========================================================= */

body.home-page {
  min-height: 100vh;
  color: #ffffff;

  background:
    radial-gradient(
      circle at 8% 7%,
      rgba(96, 255, 1, 0.20) 0%,
      rgba(96, 255, 1, 0.08) 16%,
      transparent 34%
    ),
    radial-gradient(
      circle at 92% 27%,
      rgba(0, 227, 4, 0.15) 0%,
      rgba(17, 67, 0, 0.10) 18%,
      transparent 38%
    ),
    radial-gradient(
      circle at 28% 68%,
      rgba(17, 67, 0, 0.25) 0%,
      transparent 36%
    ),
    radial-gradient(
      circle at 88% 88%,
      rgba(96, 255, 1, 0.10) 0%,
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #000000 0%,
      #020802 25%,
      #071600 47%,
      #010401 72%,
      #000000 100%
    );

  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* Fondo continuo en todas las secciones principales */
body.home-page main {
  background: transparent !important;
}

body.home-page main > section {
  position: relative;
  color: #ffffff;
  background: transparent !important;
  border-top: 1px solid rgba(96, 255, 1, 0.07);
}

body.home-page main > section:first-child {
  border-top: 0;
}

/* Eliminar fondos blancos de las secciones */
body.home-page .section--light,
body.home-page .visual-intro,
body.home-page .service-gallery,
body.home-page .method,
body.home-page .process,
body.home-page .philosophy,
body.home-page .faq,
body.home-page .objective,
body.home-page .showreel,
body.home-page .portfolio,
body.home-page .contact {
  color: #ffffff !important;
  background: transparent !important;
}

/* Títulos de las secciones anteriormente claras */
body.home-page .visual-intro h2,
body.home-page .service-gallery h2,
body.home-page .method h2,
body.home-page .process h2,
body.home-page .philosophy h2,
body.home-page .section-heading h2 {
  color: #ffffff !important;
}

/* Palabras o frases destacadas */
body.home-page .visual-intro h2 em,
body.home-page .section-heading h2 em {
  color: #60ff01 !important;
}

/* Párrafos secundarios */
body.home-page .visual-intro p,
body.home-page .section-heading p,
body.home-page .method p,
body.home-page .process p,
body.home-page .philosophy p {
  color: #b4bdb2 !important;
}

/* Etiquetas superiores */
body.home-page .eyebrow,
body.home-page .eyebrow--dark {
  color: #60ff01 !important;
}

/* Imagen de Nuestro diferencial */
body.home-page .visual-intro__image {
  border: 1px solid rgba(96, 255, 1, 0.18);

  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.52),
    0 0 45px rgba(96, 255, 1, 0.06);
}

/* Tarjetas Creer, Crear y Crecer */
body.home-page .philosophy-card {
  color: #ffffff;

  background:
    linear-gradient(
      145deg,
      rgba(96, 255, 1, 0.08),
      rgba(0, 0, 0, 0.58) 48%,
      rgba(0, 0, 0, 0.78)
    ) !important;

  border-color: rgba(96, 255, 1, 0.18);

  box-shadow:
    0 25px 65px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.home-page .philosophy-card h3 {
  color: #ffffff !important;
}

body.home-page .philosophy-card p {
  color: #acb5aa !important;
}

body.home-page .philosophy-card::before {
  color: rgba(96, 255, 1, 0.07);
}

body.home-page .philosophy-card:hover {
  background:
    linear-gradient(
      145deg,
      rgba(96, 255, 1, 0.16),
      rgba(5, 18, 2, 0.86)
    ) !important;

  border-color: rgba(96, 255, 1, 0.56);

  box-shadow:
    0 32px 75px rgba(0, 0, 0, 0.48),
    0 0 38px rgba(96, 255, 1, 0.10);
}

/* Contenedores tipo cristal */
body.home-page .objective-shell,
body.home-page .contact__shell {
  background:
    linear-gradient(
      145deg,
      rgba(96, 255, 1, 0.05),
      rgba(0, 0, 0, 0.67)
    ) !important;

  border-color: rgba(96, 255, 1, 0.16);

  box-shadow:
    0 30px 75px rgba(0, 0, 0, 0.40),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);

  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

/* Bordes sutiles para tarjetas visuales */
body.home-page .showreel-card,
body.home-page .visual-service,
body.home-page .project,
body.home-page .philosophy-card {
  border: 1px solid rgba(96, 255, 1, 0.14);
}

/* Cinta del hero */
body.home-page .hero-ticker {
  background: rgba(0, 0, 0, 0.54);
  border-color: rgba(96, 255, 1, 0.14);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* Footer integrado */
body.home-page .footer {
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(0, 0, 0, 0.46) 28%,
      rgba(0, 0, 0, 0.88) 100%
    ) !important;

  border-top-color: rgba(96, 255, 1, 0.13);
}

/* Adaptación para tabletas y celulares */
/* =========================================================
   HOME - FONDO OSCURO CONTINUO
   NEGRO + VERDE OSCURO + VERDE NEÓN
========================================================= */

html,
body {
  background-color: #000000;
}

body.home-page {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(96, 255, 1, 0.16) 0%,
      transparent 26%
    ),
    radial-gradient(
      circle at 88% 18%,
      rgba(0, 227, 4, 0.10) 0%,
      transparent 28%
    ),
    radial-gradient(
      circle at 18% 76%,
      rgba(17, 67, 0, 0.34) 0%,
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #000000 0%,
      #020603 20%,
      #051308 42%,
      #071b0d 58%,
      #031006 76%,
      #000000 100%
    ) !important;
}

/* Malla tecnológica sutil */

body.home-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.14;
  background:
    linear-gradient(
      rgba(96, 255, 1, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(96, 255, 1, 0.05) 1px,
      transparent 1px
    );
  background-size: 72px 72px;
}

/* =========================================================
   SECCIONES DE LA PÁGINA DE INICIO
========================================================= */

body.home-page main,
body.home-page main > section,
body.home-page section,
body.home-page .section,
body.home-page .section--light,
body.home-page .visual-intro,
body.home-page .objective,
body.home-page .service-gallery,
body.home-page .philosophy,
body.home-page .faq,
body.home-page .contact,
body.home-page .portfolio,
body.home-page .showreel,
body.home-page .process,
body.home-page .method,
body.home-page .results,
body.home-page .capabilities,
body.home-page .services,
body.home-page .what-we-do,
body.home-page .our-essence,
body.home-page .our-differential {
  background-color: transparent !important;
  color: #ffffff !important;
}

/* Línea divisoria sutil entre secciones */

body.home-page main > section {
  border-top-color: rgba(96, 255, 1, 0.06);
}

/* =========================================================
   TÍTULOS Y TEXTOS
========================================================= */

body.home-page h1,
body.home-page h2,
body.home-page h3,
body.home-page h4,
body.home-page h5,
body.home-page h6 {
  color: #ffffff !important;
}

body.home-page p,
body.home-page li,
body.home-page .section-description,
body.home-page .section-heading p,
body.home-page .text-muted {
  color: #b7c3b7 !important;
}

body.home-page .eyebrow,
body.home-page .eyebrow--dark,
body.home-page .accent,
body.home-page .highlight {
  color: #60ff01 !important;
}

/* =========================================================
   TARJETAS
========================================================= */

body.home-page .philosophy-card,
body.home-page .faq-item,
body.home-page .service-card,
body.home-page .result-card,
body.home-page .objective-panel,
body.home-page .objective-card,
body.home-page .contact-card,
body.home-page .method-card,
body.home-page .process-card,
body.home-page .capability-card,
body.home-page .portfolio-card,
body.home-page .showreel-card,
body.home-page .glass-card {
  background:
    linear-gradient(
      145deg,
      rgba(8, 20, 10, 0.90),
      rgba(0, 0, 0, 0.84)
    ) !important;

  border: 1px solid rgba(96, 255, 1, 0.14) !important;

  color: #ffffff !important;

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.home-page .philosophy-card:hover,
body.home-page .faq-item:hover,
body.home-page .service-card:hover,
body.home-page .result-card:hover,
body.home-page .objective-panel:hover,
body.home-page .objective-card:hover,
body.home-page .contact-card:hover,
body.home-page .method-card:hover,
body.home-page .process-card:hover,
body.home-page .capability-card:hover,
body.home-page .portfolio-card:hover,
body.home-page .showreel-card:hover {
  border-color: rgba(96, 255, 1, 0.38) !important;

  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.46),
    0 0 30px rgba(96, 255, 1, 0.09);
}

/* =========================================================
   PREGUNTAS FRECUENTES
========================================================= */

body.home-page .faq {
  background: transparent !important;
}

body.home-page .faq button,
body.home-page .faq .faq-trigger,
body.home-page .faq .accordion-trigger {
  color: #ffffff !important;
  background: transparent !important;
}

body.home-page .faq-item {
  border-bottom-color: rgba(255, 255, 255, 0.12) !important;
}

body.home-page .faq-item p {
  color: #b7c3b7 !important;
}

/* =========================================================
   BOTONES
========================================================= */

body.home-page .btn-primary,
body.home-page .button-primary,
body.home-page .btn-accent {
  background: #60ff01 !important;
  color: #000000 !important;
  border-color: #60ff01 !important;
  box-shadow: 0 0 24px rgba(96, 255, 1, 0.22);
}

body.home-page .btn-secondary,
body.home-page .button-secondary,
body.home-page .btn-outline {
  background: rgba(0, 0, 0, 0.34) !important;
  color: #ffffff !important;
  border: 1px solid rgba(96, 255, 1, 0.22) !important;
}

/* =========================================================
   FOOTER
========================================================= */

body.home-page .footer {
  color: #ffffff !important;
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(0, 0, 0, 0.60) 30%,
      #000000 100%
    ) !important;
  border-top: 1px solid rgba(96, 255, 1, 0.12);
}

body.home-page .footer p,
body.home-page .footer a,
body.home-page .footer li,
body.home-page .footer span {
  color: #d8dfd8 !important;
}

/* =========================================================
   VERSIÓN RESPONSIVE
========================================================= */

@media (max-width: 900px) {
  body.home-page {
    background:
      radial-gradient(
        circle at 10% 8%,
        rgba(96, 255, 1, 0.16) 0%,
        transparent 28%
      ),
      radial-gradient(
        circle at 90% 45%,
        rgba(0, 227, 4, 0.10) 0%,
        transparent 25rem
      ),
      linear-gradient(
        155deg,
        #000000 0%,
        #061300 48%,
        #000000 100%
      ) !important;
  }

  body.home-page::before {
    opacity: 0.10;
    background-size: 46px 46px;
  }
}

/* =========================================================
   PÁGINA DE INICIO - FONDO BLANCO
   Solo afecta index.html gracias a la clase .home-page
   Header y footer conservan su diseño actual
   ========================================================= */

body.home-page {
  background-color: #ffffff;
}

/* Fondo general del contenido */
body.home-page main {
  background-color: #ffffff !important;
}

/* Todas las secciones internas del HOME */
body.home-page main section {
  background-color: #ffffff !important;
  background-image: none !important;
}

/* Evita que contenedores internos vuelvan a poner fondo oscuro */
body.home-page main .container {
  background-color: transparent;
}

/* Títulos sobre fondo blanco */
body.home-page main h1,
body.home-page main h2,
body.home-page main h3,
body.home-page main h4,
body.home-page main h5,
body.home-page main h6 {
  color: #111827;
}

/* Texto general */
body.home-page main p {
  color: #4b5563;
}

/* Header y footer quedan fuera de la modificación */
body.home-page header,
body.home-page footer {
  color: inherit;
}

/* =========================================================
   HOME - HERO: gestionado en css/pdp-polish.css (dark premium)
   ========================================================= */

/* =========================================================
   HOME - SECCIÓN NOSOTROS / DIFERENCIAL
   ========================================================= */

body.home-page #nosotros.visual-intro {
  background: #ffffff !important;
  background-image: none !important;
  color: #111827 !important;
  padding-top: 40px !important;
padding-bottom: 85px !important;
}

/* Título */
body.home-page #nosotros h2 {
  color: #111827 !important;
 font-size: clamp(3rem, 4vw, 4.8rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.045em !important;
  margin-bottom: 26px !important;
}

/* Equilibrio entre fotografía y contenido */
body.home-page #nosotros .visual-intro__layout {
  align-items: center !important;
  gap: 70px !important;
}

/* Texto descriptivo */
body.home-page #nosotros p {
  color: #4b5563 !important;
}
/* Etiqueta "Nuestro diferencial" */
body.home-page #nosotros .eyebrow {
  color: #00b832 !important;
}

/* Texto descriptivo */
body.home-page #nosotros .visual-intro__content > p {
  color: #111827 !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
  max-width: 620px !important;
}

/* Mini características */
body.home-page #nosotros .mini-features article {
  background: #ffffff !important;
  color: #111827 !important;
}

body.home-page #nosotros .mini-features strong {
  color: #111827 !important;
}

body.home-page #nosotros .mini-features span {
  color: #6b7280 !important;
}

/* =========================================================
   HOME - SOLUCIONES POR OBJETIVO
   ========================================================= */

body.home-page #soluciones.objective {
  background: #ffffff !important;
  background-image: none !important;
  color: #111827 !important;
}

/* Encabezado */
body.home-page #soluciones .section-heading h2 {
  color: #111827 !important;
}

body.home-page #soluciones .section-heading > p {
  color: #4b5563 !important;
}

/* Etiqueta superior */
body.home-page #soluciones .eyebrow {
  color: #00b832 !important;
}

/* Contenedor principal de las soluciones */
body.home-page #soluciones .objective-shell {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid rgba(17, 24, 39, 0.12) !important;
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.07) !important;
}

/* Pestañas */
/* Pestañas */
body.home-page #soluciones .objective-tab {
  background: #60FF01 !important;
  color: #111827 !important;

  border: 1px solid rgba(0, 0, 0, 0.10) !important;
  border-radius: 18px !important;

  box-shadow: 0 8px 20px rgba(96, 255, 1, 0.10) !important;

  transition:
    background-color .28s ease,
    color .28s ease,
    border-color .28s ease,
    transform .28s ease,
    box-shadow .28s ease !important;
}

/* Pestaña activa */
body.home-page #soluciones .objective-tab.active,
body.home-page #soluciones .objective-tab[aria-selected="true"] {
  background: #60FF01 !important;
  color: #000000 !important;

  border-color: #000000 !important;

  box-shadow:
    0 10px 26px rgba(96, 255, 1, .17),
    inset 0 0 0 1px #000000 !important;
}

/* Número de cada pestaña */
body.home-page #soluciones .objective-tab span {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 50% !important;

  background: #000000 !important;
  color: #60FF01 !important;

  font-size: .92rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;

  box-shadow: 0 0 0 3px rgba(0, 0, 0, .05) !important;
}

/* Textos internos */
body.home-page #soluciones h3,
body.home-page #soluciones h4 {
  color: #111827 !important;
}

body.home-page #soluciones p {
  color: #4b5563 !important;
}

/* =========================================================
   SOLUCIONES - TEXTO DEL PANEL OSCURO
   ========================================================= */

body.home-page #soluciones .objective-shell h3 {
  color: #ffffff !important;
}

body.home-page #soluciones .objective-shell p {
  color: rgba(255, 255, 255, 0.72) !important;
}

/* =========================================================
   SOLUCIONES - BOTONES VERDE NEÓN
   ========================================================= */

body.home-page #soluciones .objective-tab {
  background: #60FF01 !important;
  color: #111827 !important;
  border: 1px solid #60FF01 !important;
  box-shadow: 0 8px 24px rgba(96, 255, 1, 0.18);
}

/* Número */
/* HOME - SOLUCIONES / HOVER PREMIUM */

body.home-page #soluciones .objective-tab:hover {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;

  transform: translateX(4px) !important;

  box-shadow:
    0 12px 28px rgba(0, 0, 0, .16) !important;
}

/* Número durante el hover */
body.home-page #soluciones .objective-tab:hover span {
  background: #60FF01 !important;
  color: #000000 !important;

  transform: scale(1.06);

  box-shadow:
    0 0 18px rgba(96, 255, 1, .30) !important;
}

/* =========================================================
   HOME - SHOWREEL / CAPACIDADES
   ========================================================= */

body.home-page #showreel.showreel {
  background: #ffffff !important;
  background-image: none !important;
  color: #111827 !important;
  position: relative;
}

body.home-page #showreel.showreel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(72px, 10vw, 130px);
  background: linear-gradient(to bottom, transparent 0%, #f8f9fa 55%, #eef1ee 100%);
  pointer-events: none;
  z-index: 1;
}

/* La tarjeta audiovisual conserva su diseño */
body.home-page #showreel .showreel-card {
  background: #111827 !important;
  min-height: 650px !important;
  border: 1px solid rgba(17, 24, 39, 0.10) !important;
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12) !important;
}

/* Conservamos el sombreado sobre la fotografía */
body.home-page #showreel .showreel-card__shade {
  display: block !important;
}

/* Textos sobre la imagen */
body.home-page #showreel .showreel-card__copy h2 {
  color: #ffffff !important;

  font-size: clamp(2.9rem, 3.7vw, 4.25rem) !important;
  line-height: .97 !important;
  letter-spacing: -0.045em !important;

  max-width: 700px !important;
  margin-bottom: 24px !important;
}
/* HOME - SHOWREEL / ANCHO DEL BLOQUE DE TEXTO */
body.home-page #showreel .showreel-card__copy {
  max-width: 820px !important;
}

body.home-page #showreel .showreel-card__copy p {
  color: rgba(255, 255, 255, 0.78) !important;
}

/* Eyebrow */
body.home-page #showreel .showreel-card__copy .eyebrow {
  color: #60FF01 !important;
}

/* Botón de reproducción */
body.home-page #showreel .play-button {
  width: 124px !important;

  background: rgba(0, 0, 0, .88) !important;
  color: #60FF01 !important;

  border: 1px solid rgba(96, 255, 1, .65) !important;

  backdrop-filter: blur(10px) !important;

  box-shadow:
    0 18px 42px rgba(0, 0, 0, .32),
    0 0 24px rgba(96, 255, 1, .10) !important;

  transition:
    background-color .3s ease,
    color .3s ease,
    border-color .3s ease,
    transform .3s ease,
    box-shadow .3s ease !important;
}
body.home-page #showreel .play-button svg,
body.home-page #showreel .play-button svg *,
body.home-page #showreel .play-button use {
  color: #60FF01 !important;
  stroke: #60FF01 !important;
}

body.home-page #showreel .play-button span {
  color: #ffffff !important;
}

/* =========================================================
   HOME - LO QUE HACEMOS / FONDO BLANCO DEFINITIVO
   ========================================================= */

body.home-page main#contenido > section.section.service-gallery {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #111827 !important;
  position: relative;
}

body.home-page main#contenido > section.section.service-gallery::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(80px, 12vw, 150px);
  background: linear-gradient(to bottom, transparent 0%, #eef1ee 35%, #020402 100%);
  pointer-events: none;
  z-index: 1;
}

body.home-page main#contenido > section.section.service-gallery > .container {
  position: relative;
  z-index: 2;
}

/* Encabezado */
body.home-page main#contenido
  > section.service-gallery
  .section-heading h2 {
  color: #111827 !important;
}

/* Descripción */
body.home-page main#contenido
  > section.service-gallery
  .section-heading > p {
  color: #4b5563 !important;
}

/* "LO QUE HACEMOS" */
body.home-page main#contenido
  > section.service-gallery
  .section-heading .eyebrow {
  color: #00b832 !important;
}

/* Las tarjetas fotográficas conservan sus textos claros */
body.home-page main#contenido
  > section.service-gallery
  .visual-service h3 {
  color: #ffffff !important;
}

body.home-page main#contenido
  > section.service-gallery
  .visual-service p {
  color: rgba(255, 255, 255, 0.82) !important;
}

/* Número/acento dentro de las tarjetas */
body.home-page main#contenido
  > section.service-gallery
  .visual-service > div > span {
  color: #60FF01 !important;
}

/* =========================================================
   HOME - PORTAFOLIO VISUAL / FONDO BLANCO
   ========================================================= */

body.home-page main#contenido > section#portafolio.portfolio {
  background:
    radial-gradient(circle at 18% 0%, rgba(17, 67, 0, 0.22), transparent 34%),
    linear-gradient(180deg, #020402 0%, #051008 52%, #020402 100%) !important;
  background-color: #020402 !important;
  color: #f4f6f4 !important;
  border-bottom: none !important;
}

/* Título principal */
body.home-page #portafolio .portfolio__header h2 {
  color: #ffffff !important;
}

body.home-page #portafolio .portfolio__lead {
  max-width: 620px;
  margin: 12px 0 0;
  color: #a9b0a9 !important;
  line-height: 1.65;
  font-size: 0.98rem;
}

/* Etiqueta PORTAFOLIO VISUAL */
body.home-page #portafolio .eyebrow {
  color: var(--green-neon, #60ff01) !important;
}

/* Botones de filtro */
body.home-page #portafolio .filter-btn {
  background: rgba(255, 255, 255, 0.04) !important;
  color: #d4d4d8 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

/* Botón activo */
body.home-page #portafolio .filter-btn.active,
body.home-page #portafolio .filter-btn[aria-pressed="true"] {
  background: var(--green-neon, #60ff01) !important;
  color: #041004 !important;
  border-color: var(--green-neon, #60ff01) !important;
}

/* Hover de filtros */
body.home-page #portafolio .filter-btn:hover {
  background: rgba(96, 255, 1, 0.14) !important;
  color: #ffffff !important;
  border-color: rgba(96, 255, 1, 0.45) !important;
  transform: translateY(-2px);
}

/* Tarjetas del mosaico */
body.home-page #portafolio .project {
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35) !important;
}

/* No alteramos las fotografías */
body.home-page #portafolio .project img {
  background: transparent !important;
}

/* =========================================================
   HOME - MÉTODO / PROCESO
   ========================================================= */

body.home-page main#contenido > section#metodo.process {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #111827 !important;
}

/* Encabezado */
body.home-page #metodo .section-heading h2 {
  color: #111827 !important;
}

body.home-page #metodo .process__header > p {
  color: #111827 !important;
}

/* Etiqueta superior */
body.home-page #metodo .eyebrow {
  color: #00b832 !important;
}

/* Cada etapa del proceso */
body.home-page #metodo .process-step {
  position: relative !important;

  background: #ffffff !important;
  color: #111827 !important;

  padding: 28px 26px 30px !important;

  border: 1px solid rgba(17, 24, 39, 0.10) !important;
  border-radius: 26px !important;

  box-shadow:
    0 16px 38px rgba(17, 24, 39, 0.07) !important;

  transition:
    background-color .3s ease,
    color .3s ease,
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease !important;
}

/* Número de cada etapa */
body.home-page #metodo .process-step > span {
  width: 58px !important;
  height: 58px !important;

  display: grid !important;
  place-items: center !important;

  margin: 0 0 44px 0 !important;

  border-radius: 50% !important;

  background: #000000 !important;
  color: #60FF01 !important;

  border: 1px solid rgba(96, 255, 1, .22) !important;

  font-weight: 800 !important;

  box-shadow:
    0 8px 22px rgba(0, 0, 0, .12) !important;

  transition:
    background-color .3s ease,
    color .3s ease,
    transform .3s ease,
    box-shadow .3s ease !important;
}

/* Títulos */
body.home-page #metodo .process-step h3 {
  color: #111827 !important;
}

/* Descripciones */
body.home-page #metodo .process-step p,
body.home-page #metodo .process-step p {
  color: #000000 !important;
}
/* HOME - MÉTODO / INTERACCIÓN DE TARJETAS */
body.home-page #metodo .process-step:hover {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #60FF01 !important;
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .18) !important;
}
body.home-page #metodo .process-step:hover > span {
  background: #60FF01 !important;
  color: #000000 !important;

  transform: scale(1.06);

  box-shadow:
    0 10px 28px rgba(96, 255, 1, .24) !important;
}
/* Título de cada etapa */
body.home-page #metodo .process-step:hover h3 {
  color: #ffffff !important;
}
/* Descripción durante el hover */
body.home-page #metodo .process-step:hover p {
  color: rgba(255, 255, 255, .78) !important;
}

/* Etiqueta de cada etapa durante el hover */
body.home-page #metodo .process-step:hover small {
  color: #60FF01 !important;
}

/* Número de cada etapa */
body.home-page #metodo .process-step:hover > span {
  background: #60FF01 !important;
  color: #000000 !important;
  border-color: #60FF01 !important;
  box-shadow: 0 0 24px rgba(96, 255, 1, .35);
}
/* Línea base del proceso */
body.home-page #metodo .process-line {
  background: rgba(17, 24, 39, 0.12) !important;
   top: 72px !important;
}

/* Línea de avance */
body.home-page #metodo .process-line span {
  background: #60FF01 !important;
}

/* =========================================================
   HOME - NUESTRA ESENCIA / CREER · CREAR · CRECER
   ========================================================= */

body.home-page main#contenido > section.section.philosophy {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #111827 !important;
}

/* Encabezado */
body.home-page .philosophy .section-heading h2 {
  color: #111827 !important;
}

/* Descripción */
body.home-page .philosophy .section-heading > p {
  color: #111827 !important;
}

/* NUESTRO ESENCIA */
body.home-page .philosophy .eyebrow {
  color: #00b832 !important;
}

/* Tarjetas */
body.home-page .philosophy-card {
  background: #080d09 !important;
  color: #ffffff !important;
  border: 1px solid rgba(96, 255, 1, 0.18) !important;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.12) !important;
}

/* Número */
body.home-page .philosophy-card > span {
  color: #000000 !important;
}

/* Títulos Creer / Crear / Crecer */
body.home-page .philosophy-card h3 {
  color: #ffffff !important;
}

/* Texto de cada tarjeta */
body.home-page .philosophy-card p {
  color: rgba(255, 255, 255, 0.82) !important;
}
/* =========================================
   HOME - NUESTRA ESENCIA / HOVER PREMIUM
   ========================================= */

/* Transición general */
body.home-page .philosophy-card {
  transition:
    transform .35s ease,
    border-color .35s ease,
    box-shadow .35s ease,
    background .35s ease !important;
}

/* Tarjeta al pasar el cursor */
body.home-page .philosophy-card:hover {
  background: linear-gradient(
    145deg,
    #0b100c 0%,
    #050806 100%
  ) !important;

  color: #ffffff !important;

  border-color: #60FF01 !important;

  transform: translateY(-8px);

  box-shadow:
    0 24px 55px rgba(0, 0, 0, .22),
    0 0 0 1px rgba(96, 255, 1, .14),
    0 0 28px rgba(96, 255, 1, .10) !important;
}

/* Creer / Crear / Crecer */
body.home-page .philosophy-card:hover h3 {
  color: #ffffff !important;
}

/* Texto descriptivo */
body.home-page .philosophy-card:hover p {
  color: rgba(255, 255, 255, .88) !important;
}

/* Número 01 / 02 / 03 */
body.home-page .philosophy-card:hover > span {
  background: #60FF01 !important;
  color: #000000 !important;
  border-color: #60FF01 !important;
  transform: scale(1.06);

  box-shadow:
    0 0 22px rgba(96, 255, 1, .28) !important;
}

/* Palabra vertical decorativa */
body.home-page .philosophy-card:hover::before {
  color: rgba(96, 255, 1, .10) !important;
  text-shadow: none !important;
  filter: none !important;
}
/* =========================================================
   HOME - PREGUNTAS FRECUENTES
   ========================================================= */

body.home-page main#contenido > section#faq.faq {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #111827 !important;
}

/* Encabezado */
body.home-page #faq .section-heading h2 {
  color: #111827 !important;
}

body.home-page #faq .section-heading > p {
  color: #4b5563 !important;
}

/* Etiqueta "Preguntas frecuentes" */
body.home-page #faq .eyebrow {
  color: #00b832 !important;
}
/* Texto introductorio del FAQ */
body.home-page #faq .section-heading > p {
  color: #000000 !important;
}
/* Cada pregunta */
body.home-page #faq .faq-item {
  background: #ffffff !important;
  border-top: 1px solid rgba(17, 24, 39, 0.12) !important;
  border-bottom: 1px solid rgba(17, 24, 39, 0.12) !important;
}

/* Botón / pregunta */
body.home-page #faq .faq-item button {
  background: transparent !important;
  color: #111827 !important;
}

/* Texto de la pregunta */
body.home-page #faq .faq-item button span {
  color: #111827 !important;
}

/* Respuesta */
body.home-page #faq .faq-answer p {
  color: #000000 !important;
}

/* Icono + / - */
body.home-page #faq .faq-item button svg {
  color: #00b832 !important;
  stroke: #00b832 !important;
}

/* Pregunta abierta */
body.home-page #faq .faq-item.active {
  background: rgba(96, 255, 1, 0.07) !important;
}

/* Botón principal "Hacer una consulta" */
body.home-page #faq .btn--primary {
  background: #60FF01 !important;
  color: #111827 !important;
  border-color: #60FF01 !important;
}
/* HOME - FAQ / HOVER BOTÓN HACER UNA CONSULTA */
body.home-page #faq .btn--primary {
  transition:
    background-color .3s ease,
    color .3s ease,
    border-color .3s ease,
    transform .3s ease,
    box-shadow .3s ease !important;
}

body.home-page #faq .btn--primary:hover {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .20) !important;
}

body.home-page #faq .btn--primary:hover svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}
/* =========================================
   HOME - FAQ / ACORDEÓN PREMIUM
   ========================================= */

/* Contenedor completo del acordeón */
body.home-page #faq .faq-list {
  background: #050805 !important;
  border: 1px solid rgba(96, 255, 1, 0.18) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  padding: 10px 0 !important;

  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.14),
    0 0 30px rgba(96, 255, 1, 0.05) !important;
}

/* Cada pregunta */
body.home-page #faq .faq-item {
  background: #050805 !important;

  border-top: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;

  transition:
    background .3s ease,
    box-shadow .3s ease !important;
}

/* Quitamos línea inferior de la última pregunta */
body.home-page #faq .faq-item:last-child {
  border-bottom: 0 !important;
}

/* Botón de cada pregunta */
body.home-page #faq .faq-item button {
  background: transparent !important;
  color: #ffffff !important;
  min-height: auto !important;
  padding: 22px 28px !important;
  gap: 24px !important;
}

/* Texto de las preguntas */
body.home-page #faq .faq-item button span {
  color: #ffffff !important;
  line-height: 1.45 !important;
  padding-right: 8px !important;
}

/* Signos + y X */
body.home-page #faq .faq-item button svg {
  color: #60FF01 !important;
  stroke: #60FF01 !important;
  flex-shrink: 0 !important;
  margin-right: 2px !important;

  filter: drop-shadow(0 0 7px rgba(96, 255, 1, .35));
}

/* Pregunta abierta */
body.home-page #faq .faq-item.active {
  background:
    linear-gradient(
      135deg,
      rgba(96, 255, 1, 0.09) 0%,
      rgba(5, 8, 5, 1) 70%
    ) !important;

  box-shadow:
    inset 4px 0 0 #60FF01,
    inset 0 0 35px rgba(96, 255, 1, 0.035) !important;
}

body.home-page #faq .faq-item.active button {
  padding-bottom: 14px !important;
}

/* Respuesta */
/* HOME - FAQ / RESPUESTA CON MÁS AIRE SOLO CUANDO ESTÁ ABIERTA */
body.home-page #faq .faq-item.active .faq-answer p {
  padding: 0 32px 28px 36px !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.88) !important;
}

@media (max-width: 720px) {
  body.home-page #faq .faq-item button {
    padding: 18px 20px !important;
    gap: 16px !important;
  }

  body.home-page #faq .faq-item button span {
    font-size: 1rem !important;
  }

  body.home-page #faq .faq-item.active .faq-answer p {
    padding: 0 20px 22px 24px !important;
  }
}

/* Hover de una pregunta cerrada */
body.home-page #faq .faq-item:not(.active):hover {
  background: #0a100b !important;
}

/* Refuerzo del signo durante hover */
body.home-page #faq .faq-item:hover button svg {
  filter: drop-shadow(0 0 11px rgba(96, 255, 1, .55));
}
/* =========================================================
   HOME - CONTACTO / ÚLTIMA SECCIÓN
   ========================================================= */

body.home-page main#contenido > section#contacto.contact {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #111827 !important;
}
/* =======================================================
   HOME - CONTACTO / REFINAMIENTO PREMIUM FINAL
======================================================= */

body.home-page main#contenido > section#contacto.contact {
  padding: 110px 0 120px !important;
  background:
    radial-gradient(circle at left top, rgba(96, 255, 1, 0.10), transparent 24%),
    #f7f7f5 !important;
}

body.home-page #contacto .contact__shell {
  display: grid !important;
  grid-template-columns: 1.05fr .95fr !important;
  overflow: hidden !important;
  border-radius: 36px !important;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(17, 24, 39, 0.08) !important;
  box-shadow:
    0 30px 80px rgba(17, 24, 39, 0.10),
    0 8px 28px rgba(17, 24, 39, 0.06) !important;
  backdrop-filter: blur(12px);
}

/* Panel visual izquierdo */
body.home-page #contacto .contact__media,
body.home-page #contacto .contact__visual,
body.home-page #contacto .contact__image {
  position: relative !important;
  min-height: 760px !important;
  overflow: hidden !important;
}

body.home-page #contacto .contact__media img,
body.home-page #contacto .contact__visual img,
body.home-page #contacto .contact__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transform: scale(1.03);
}

body.home-page #contacto .contact__media::after,
body.home-page #contacto .contact__visual::after,
body.home-page #contacto .contact__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,.78) 12%, rgba(0,0,0,.18) 52%, rgba(0,0,0,.06) 100%),
    linear-gradient(135deg, rgba(0,0,0,.22), rgba(96,255,1,.07));
}

body.home-page #contacto .contact__content,
body.home-page #contacto .contact__copy {
  position: absolute !important;
  left: 54px !important;
  right: 54px !important;
  bottom: 46px !important;
  z-index: 2 !important;
}

body.home-page #contacto .contact__eyebrow,
body.home-page #contacto .contact__content .eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: .88rem !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  color: #60FF01 !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
}

body.home-page #contacto .contact__title,
body.home-page #contacto .contact__content h2,
body.home-page #contacto .contact__copy h2 {
  color: #ffffff !important;
  font-size: clamp(2.8rem, 5.6vw, 5.5rem) !important;
  line-height: .92 !important;
  letter-spacing: -0.05em !important;
  margin: 0 0 20px !important;
  max-width: 620px !important;
}

body.home-page #contacto .contact__text,
body.home-page #contacto .contact__content p,
body.home-page #contacto .contact__copy p {
  color: rgba(255,255,255,.86) !important;
  font-size: 1.15rem !important;
  line-height: 1.65 !important;
  max-width: 560px !important;
  margin: 0 0 26px !important;
}

/* Chips inferiores */
body.home-page #contacto .contact__chips,
body.home-page #contacto .contact__tags,
body.home-page #contacto .contact__badges {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}


/* =========================================
   HOME - CONTACTO / MICRO CHIPS
   ========================================= */

body.home-page #contacto .contact__micro span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 11px 18px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(0, 0, 0, 0.28) !important;
  color: #ffffff !important;

  transition:
    background-color .28s ease,
    color .28s ease,
    border-color .28s ease,
    transform .28s ease,
    box-shadow .28s ease !important;
}

body.home-page #contacto .contact__micro span:hover {
  background: #60FF01 !important;
  color: #000000 !important;
  border-color: #60FF01 !important;
  transform: translateY(-3px) !important;

  box-shadow:
    0 10px 24px rgba(96, 255, 1, .22),
    0 0 18px rgba(96, 255, 1, .12) !important;
}
/* Panel derecho / formulario */
body.home-page #contacto .contact__form,
body.home-page #contacto form {
  background: #ffffff !important;
  padding: 50px 48px !important;
  align-self: stretch !important;
}

body.home-page #contacto .contact__step,
body.home-page #contacto .contact__form-step,
body.home-page #contacto form .step-badge,
body.home-page #contacto form > span:first-child {
  width: 50px !important;
  height: 50px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #60FF01 !important;
  color: #000000 !important;
  font-weight: 900 !important;
  font-size: 1.2rem !important;
  box-shadow: 0 0 0 10px rgba(96,255,1,.12) !important;
  margin-bottom: 20px !important;
}

body.home-page #contacto .contact__form h3,
body.home-page #contacto .contact__form h2,
body.home-page #contacto form h2,
body.home-page #contacto form h3 {
  color: #111827 !important;
  font-size: clamp(2rem, 3vw, 2.6rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
  margin: 0 0 14px !important;
  font-weight: 900 !important;
}

body.home-page #contacto .contact__form > p,
body.home-page #contacto form > p {
  color: #5f6b7a !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  margin: 0 0 28px !important;
  max-width: 520px !important;
}

/* Labels */
body.home-page #contacto .contact__form label,
body.home-page #contacto form label {
  display: block !important;
  font-size: .95rem !important;
  font-weight: 700 !important;
  color: #111827 !important;
  margin-bottom: 10px !important;
}

/* Campos */
body.home-page #contacto .contact__form input,
body.home-page #contacto .contact__form select,
body.home-page #contacto .contact__form textarea,
body.home-page #contacto form input,
body.home-page #contacto form select,
body.home-page #contacto form textarea {
  width: 100% !important;
  border-radius: 18px !important;
  border: 1px solid rgba(17, 24, 39, 0.10) !important;
  background: #0a0f0b !important;
  color: #ffffff !important;
  padding: 18px 18px !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04) !important;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease !important;
}

body.home-page #contacto .contact__form textarea,
body.home-page #contacto form textarea {
  min-height: 150px !important;
  resize: vertical !important;
}

body.home-page #contacto .contact__form input::placeholder,
body.home-page #contacto .contact__form textarea::placeholder,
body.home-page #contacto form input::placeholder,
body.home-page #contacto form textarea::placeholder {
  color: rgba(255,255,255,.45) !important;
}

body.home-page #contacto .contact__form input:focus,
body.home-page #contacto .contact__form select:focus,
body.home-page #contacto .contact__form textarea:focus,
body.home-page #contacto form input:focus,
body.home-page #contacto form select:focus,
body.home-page #contacto form textarea:focus {
  outline: none !important;
  border-color: rgba(96,255,1,.9) !important;
  box-shadow: 0 0 0 4px rgba(96,255,1,.15) !important;
  transform: translateY(-1px);
}

/* Espaciado entre grupos */
body.home-page #contacto .contact__form .field,
body.home-page #contacto .contact__form .form-group,
body.home-page #contacto form .field,
body.home-page #contacto form .form-group {
  margin-bottom: 18px !important;
}

/* Botón CTA */
body.home-page #contacto .contact__form .btn,
body.home-page #contacto .contact__form .btn--primary,
body.home-page #contacto form .btn,
body.home-page #contacto form .btn--primary,
body.home-page #contacto form button,
body.home-page #contacto form .whatsapp-btn {
  width: 100% !important;
  min-height: 58px !important;
  border-radius: 999px !important;
  border: 1px solid #60FF01 !important;
  background: #60FF01 !important;
  color: #000000 !important;
  font-size: 1.2rem !important;
  font-weight: 900 !important;
  letter-spacing: -.02em !important;
  box-shadow: 0 18px 35px rgba(96,255,1,.22) !important;
  transition:
    background-color .3s ease,
    color .3s ease,
    transform .3s ease,
    box-shadow .3s ease !important;
}

body.home-page #contacto .contact__form .btn:hover,
body.home-page #contacto .contact__form .btn--primary:hover,
body.home-page #contacto form .btn:hover,
body.home-page #contacto form .btn--primary:hover,
body.home-page #contacto form button:hover,
body.home-page #contacto form .whatsapp-btn:hover {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 24px 40px rgba(0,0,0,.18) !important;
}

body.home-page #contacto .contact__form .btn svg,
body.home-page #contacto .contact__form .btn--primary svg,
body.home-page #contacto form .btn svg,
body.home-page #contacto form .btn--primary svg,
body.home-page #contacto form button svg,
body.home-page #contacto form .whatsapp-btn svg {
  transition: color .3s ease, stroke .3s ease !important;
}

body.home-page #contacto .contact__form .btn:hover svg,
body.home-page #contacto .contact__form .btn--primary:hover svg,
body.home-page #contacto form .btn:hover svg,
body.home-page #contacto form .btn--primary:hover svg,
body.home-page #contacto form button:hover svg,
body.home-page #contacto form .whatsapp-btn:hover svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

/* Responsive */
@media (max-width: 1100px) {
  body.home-page #contacto .contact__shell {
    grid-template-columns: 1fr !important;
  }

  body.home-page #contacto .contact__media,
  body.home-page #contacto .contact__visual,
  body.home-page #contacto .contact__image {
    min-height: 560px !important;
  }

  body.home-page #contacto .contact__form,
  body.home-page #contacto form {
    padding: 40px 28px !important;
  }
}

@media (max-width: 768px) {
  body.home-page main#contenido > section#contacto.contact {
    padding: 72px 0 88px !important;
  }

  body.home-page #contacto .contact__shell {
    border-radius: 28px !important;
  }

  body.home-page #contacto .contact__content,
  body.home-page #contacto .contact__copy {
    left: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
  }

  body.home-page #contacto .contact__media,
  body.home-page #contacto .contact__visual,
  body.home-page #contacto .contact__image {
    min-height: 480px !important;
  }

  body.home-page #contacto .contact__title,
  body.home-page #contacto .contact__content h2,
  body.home-page #contacto .contact__copy h2 {
    font-size: clamp(2.2rem, 9vw, 3.7rem) !important;
  }

  body.home-page #contacto .contact__chips,
  body.home-page #contacto .contact__tags,
  body.home-page #contacto .contact__badges {
    gap: 10px !important;
  }

  body.home-page #contacto .contact__chips span,
  body.home-page #contacto .contact__tags span,
  body.home-page #contacto .contact__badges span {
    font-size: .88rem !important;
    padding: 10px 14px !important;
  }
}body.home-page #contacto .contact__form-title,
body.home-page #contacto .contact__form h2,
body.home-page #contacto .contact__form h3,
body.home-page #contacto form h2,
body.home-page #contacto form h3 {
  opacity: 1 !important;
  color: #111827 !important;
}
/* =======================================================
   HOME - CONTACTO / VERSIÓN PREMIUM MÁS COMPACTA
======================================================= */

body.home-page main#contenido > section#contacto.contact {
  padding: 75px 0 85px !important;
}

/* Reducimos la altura general de la imagen */
body.home-page #contacto .contact__media,
body.home-page #contacto .contact__visual,
body.home-page #contacto .contact__image {
  min-height: 630px !important;
}

/* Formulario más compacto */
body.home-page #contacto .contact__form,
body.home-page #contacto form {
  padding: 34px 40px !important;
}

/* Título un poco más contenido */
body.home-page #contacto .contact__form h2,
body.home-page #contacto .contact__form h3,
body.home-page #contacto form h2,
body.home-page #contacto form h3 {
  font-size: clamp(1.9rem, 2.6vw, 2.35rem) !important;
  margin-bottom: 18px !important;
}

/* Etiquetas */
body.home-page #contacto .contact__form label,
body.home-page #contacto form label {
  margin-bottom: 6px !important;
}

/* Inputs más bajos */
body.home-page #contacto .contact__form input,
body.home-page #contacto .contact__form select,
body.home-page #contacto form input,
body.home-page #contacto form select {
  padding: 13px 16px !important;
  min-height: 52px !important;
}

/* Área de descripción más compacta */
body.home-page #contacto .contact__form textarea,
body.home-page #contacto form textarea {
  min-height: 115px !important;
  padding: 14px 16px !important;
}

/* Menos separación entre campos */
body.home-page #contacto .contact__form .field,
body.home-page #contacto .contact__form .form-group,
body.home-page #contacto form .field,
body.home-page #contacto form .form-group {
  margin-bottom: 12px !important;
}

/* Botón un poco más bajo */
body.home-page #contacto .contact__form .btn,
body.home-page #contacto form .btn,
body.home-page #contacto form button {
  min-height: 54px !important;
}
/* Contenedor general */
body.home-page #contacto .contact__shell {
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.10) !important;
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.08) !important;
}

/* =========================================
   PARTE VISUAL / FOTOGRAFÍA
   La fotografía se conserva
   ========================================= */

body.home-page #contacto .contact__visual {
  background: #111827 !important;
}

/* Conservamos el overlay sobre la fotografía */
body.home-page #contacto .contact__overlay {
  display: block !important;
}

/* Texto que está encima de la fotografía */
body.home-page #contacto .contact__copy h2 {
  color: #ffffff !important;
}

body.home-page #contacto .contact__copy > p {
  color: rgba(255, 255, 255, 0.78) !important;
}

body.home-page #contacto .contact__copy .eyebrow {
  color: #60FF01 !important;
}

/* Microbeneficios dentro de la fotografía */
body.home-page #contacto .contact__micro span {
  color: #ffffff !important;
}

/* =========================================
   FORMULARIO
   ========================================= */

body.home-page #contacto .contact__form {
  background: #ffffff !important;
  color: #111827 !important;
}

/* Títulos del formulario */
body.home-page #contacto .contact__form h2,
body.home-page #contacto .contact__form h3 {
  color: #111827 !important;
}

/* Etiquetas */
body.home-page #contacto .contact__form label {
  color: #374151 !important;
}

/* Inputs, select y textarea */
body.home-page #contacto .contact__form input,
body.home-page #contacto .contact__form select,
body.home-page #contacto .contact__form textarea {
  background: #ffffff !important;
  color: #111827 !important;
  border: 1px solid rgba(17, 24, 39, 0.16) !important;
}

/* Placeholder */
body.home-page #contacto .contact__form input::placeholder,
body.home-page #contacto .contact__form textarea::placeholder {
  color: #9ca3af !important;
}

/* Foco de campos */
body.home-page #contacto .contact__form input:focus,
body.home-page #contacto .contact__form select:focus,
body.home-page #contacto .contact__form textarea:focus {
  border-color: #60FF01 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(96, 255, 1, 0.15) !important;
}

/* Botón principal */
body.home-page #contacto .btn--primary {
  background: #60FF01 !important;
  color: #111827 !important;
  border-color: #60FF01 !important;
}

/* =========================================================
   HOME - REFINAMIENTO HERO
   ========================================================= */

/* Reduce el espacio superior del Hero */
body.home-page #inicio.hero {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

/* Mejor equilibrio entre texto e imágenes */
body.home-page #inicio .hero__layout {
  align-items: center !important;
  gap: 70px !important;
}

/* Controlamos el ancho del bloque de texto */
body.home-page #inicio .hero__copy {
  max-width: 720px !important;
}

/* Título principal más proporcionado */
body.home-page #inicio .hero__copy h1 {
  font-size: clamp(4rem, 5.4vw, 6.8rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.055em !important;
  margin-bottom: 38px !important;
}

/* Texto descriptivo */
body.home-page #inicio .hero__copy > p {
  max-width: 650px !important;
  font-size: 1.12rem !important;
  line-height: 1.65 !important;
}

/* =========================================================
   HOME - HERO / CONTRASTE DE TEXTOS EN FOTOGRAFÍAS
   ========================================================= */

/* Textos sobre las fotografías */
body.home-page #inicio .hero-collage figcaption {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.95),
    0 0 14px rgba(0, 0, 0, 0.75) !important;
}

/* Tarjetas pequeñas: Datos y Creatividad */
body.home-page #inicio .hero-collage__small figcaption {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 1),
    0 0 12px rgba(0, 0, 0, 0.9) !important;
}

/* Imagen principal: Estrategia en acción */
/* HOME - HERO / POSICIÓN DEL TEXTO EN IMAGEN PRINCIPAL */
body.home-page #inicio .hero-collage__main figcaption {
  left: auto !important;
  right: 28px !important;
  bottom: 28px !important;
  z-index: 6 !important;

  color: #ffffff !important;
  font-weight: 700 !important;
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 1),
    0 0 14px rgba(0, 0, 0, 0.9) !important;
}

/* Recuadro "No vendemos paquetes" */
body.home-page #inicio .hero-collage__tag {
  background: rgba(17, 24, 39, 0.94) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22) !important;
}

/* Frase destacada */
body.home-page #inicio .hero-collage__tag strong {
  color: #60FF01 !important;
}

/* =========================================
   HOME - HERO / HOVER AGENDA DIAGNÓSTICO
   ========================================= */

body.home-page #inicio .hero__actions .btn--primary {
  transition:
    background-color .3s ease,
    color .3s ease,
    border-color .3s ease,
    transform .3s ease,
    box-shadow .3s ease !important;
}

body.home-page #inicio .hero__actions .btn--primary:hover {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .18) !important;
}

body.home-page #inicio .hero__actions .btn--primary:hover svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

/* =========================================
   HOME - HERO / BOTÓN VER SHOWREEL NEGRO
   ========================================= */

body.home-page #inicio .hero__actions .btn:nth-child(2) {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;

  box-shadow: 0 12px 28px rgba(0, 0, 0, .14) !important;

  transition:
    background-color .3s ease,
    color .3s ease,
    border-color .3s ease,
    transform .3s ease,
    box-shadow .3s ease !important;
}

/* Icono de reproducción */
body.home-page #inicio .hero__actions .btn:nth-child(2) svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

/* Hover elegante */
body.home-page #inicio .hero__actions .btn:nth-child(2):hover {
  background: #60FF01 !important;
  color: #000000 !important;
  border-color: #60FF01 !important;
  transform: translateY(-3px) !important;

  box-shadow:
    0 14px 32px rgba(96, 255, 1, .22),
    0 0 18px rgba(96, 255, 1, .10) !important;
}

body.home-page #inicio .hero__actions .btn:nth-child(2):hover svg {
  color: #000000 !important;
  stroke: #000000 !important;
}

/* =====================================================
   HOME - NUESTRO DIFERENCIAL / MINI CARDS PREMIUM
   ===================================================== */

body.home-page #nosotros .mini-features {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 14px !important;
  margin-top: 32px !important;
}

/* Tarjetas */
body.home-page #nosotros .mini-features article {
  position: relative !important;
  min-height: 150px !important;
  padding: 52px 22px 22px !important;

  background:
    linear-gradient(145deg, #0b100c 0%, #050806 100%) !important;

  border: 1px solid rgba(96, 255, 1, 0.14) !important;
  border-radius: 20px !important;

  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;

  overflow: hidden !important;

  transition:
    transform .3s ease,
    border-color .3s ease,
    box-shadow .3s ease !important;
}

/* Halo decorativo */
body.home-page #nosotros .mini-features article::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -60px;
  top: -65px;

  border-radius: 50%;
  background: rgba(96, 255, 1, 0.08);
  filter: blur(2px);
  pointer-events: none;
}

/* Números */
body.home-page #nosotros .mini-features article::before {
  position: absolute;
  top: 18px;
  left: 22px;

  width: 28px;
  height: 28px;

  display: grid;
  place-items: center;

  border-radius: 50%;
  background: #60FF01;

  color: #000000;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;

  box-shadow: 0 0 20px rgba(96, 255, 1, .20);
}

body.home-page #nosotros .mini-features article:nth-child(1)::before {
  content: "01";
}

body.home-page #nosotros .mini-features article:nth-child(2)::before {
  content: "02";
}

body.home-page #nosotros .mini-features article:nth-child(3)::before {
  content: "03";
}

/* Títulos */
body.home-page #nosotros .mini-features strong {
  display: block !important;
  color: #ffffff !important;
  font-size: 1.08rem !important;
  font-weight: 800 !important;
  margin-bottom: 7px !important;
}

/* Descripción */
body.home-page #nosotros .mini-features span {
  display: block !important;
  color: rgba(255, 255, 255, .66) !important;
  font-size: .92rem !important;
  line-height: 1.5 !important;
}

/* Hover premium */
body.home-page #nosotros .mini-features article:hover {
  transform: translateY(-6px) !important;

  border-color: #60FF01 !important;

  box-shadow:
    0 20px 38px rgba(0, 0, 0, .15),
    0 0 25px rgba(96, 255, 1, .10) !important;
}

body.home-page #nosotros .mini-features article:hover::after {
  background: rgba(96, 255, 1, .14);
}

/* =====================================================
   HOME - NUESTRO DIFERENCIAL / CTA CONOCE NUESTRO MÉTODO
   ===================================================== */

body.home-page #nosotros .text-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;

  margin-top: 26px !important;
  padding: 14px 22px !important;

  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  border-radius: 999px !important;

  font-weight: 700 !important;
  text-decoration: none !important;

  box-shadow: 0 12px 28px rgba(0, 0, 0, .14) !important;

  transition:
    background-color .3s ease,
    color .3s ease,
    border-color .3s ease,
    transform .3s ease,
    box-shadow .3s ease !important;
}

/* Flecha */
body.home-page #nosotros .text-link svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
  transition: transform .3s ease, color .3s ease !important;
}

/* Hover */
body.home-page #nosotros .text-link:hover {
  background: #60FF01 !important;
  color: #000000 !important;
  border-color: #60FF01 !important;

  transform: translateY(-3px) !important;

  box-shadow:
    0 14px 32px rgba(96, 255, 1, .22),
    0 0 18px rgba(96, 255, 1, .10) !important;
}

body.home-page #nosotros .text-link:hover svg {
  color: #000000 !important;
  stroke: #000000 !important;
  transform: translateX(4px) !important;
}

/* =====================================================
   HOME - NUESTRO DIFERENCIAL / ENLACE MÉTODO PREMIUM
   ===================================================== */

body.home-page #nosotros .text-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;

  margin-top: 28px !important;
  padding: 0 0 7px 0 !important;

  background: transparent !important;
  color: #00c933 !important;

  border: none !important;
  border-bottom: 2px solid #60FF01 !important;
  border-radius: 0 !important;

  font-size: 1.05rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  text-decoration: none !important;

  box-shadow: none !important;

  transition:
    color .3s ease,
    border-color .3s ease,
    transform .3s ease !important;
}

/* Flecha */
body.home-page #nosotros .text-link svg {
  color: #00c933 !important;
  stroke: #00c933 !important;

  transition:
    transform .3s ease,
    color .3s ease,
    stroke .3s ease !important;
}

/* Hover */
body.home-page #nosotros .text-link:hover {
  background: transparent !important;
  color: #000000 !important;
  border-bottom-color: #000000 !important;

  transform: translateX(4px) !important;
  box-shadow: none !important;
}

body.home-page #nosotros .text-link:hover svg {
  color: #000000 !important;
  stroke: #000000 !important;
  transform: translateX(5px) !important;
}

/* =====================================================
   HOME - SHOWREEL / REFINAMIENTO CINEMATOGRÁFICO
   ===================================================== */

body.home-page #showreel .showreel-card__shade {
  display: block !important;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, .88) 0%,
      rgba(0, 0, 0, .68) 35%,
      rgba(0, 0, 0, .28) 66%,
      rgba(0, 0, 0, .12) 100%
    ),
    linear-gradient(
      0deg,
      rgba(0, 0, 0, .52) 0%,
      rgba(0, 0, 0, .04) 48%
    ) !important;
}

body.home-page #showreel .showreel-card__copy {
  max-width: 680px !important;
}

body.home-page #showreel .showreel-card__copy h2 {
  color: #ffffff !important;

 font-size: clamp(2.9rem, 3.7vw, 4.25rem) !important;
  line-height: .94 !important;
  letter-spacing: -0.045em !important;

  max-width: 700px !important;
}

body.home-page #showreel .showreel-card__copy > p {
  max-width: 540px !important;
  color: rgba(255, 255, 255, .78) !important;
  line-height: 1.65 !important;
}

/* ÚLTIMA TARJETA - FLECHA IGUAL A LAS DEMÁS */
.visual-service--accent a {
  background: rgba(0, 0, 0, .76) !important;
  color: #60FF01 !important;

  border: 1px solid rgba(96, 255, 1, .55) !important;

  box-shadow:
    0 10px 24px rgba(0, 0, 0, .22),
    0 0 18px rgba(96, 255, 1, .08) !important;
}

.visual-service--accent:hover a {
  background: #60FF01 !important;
  color: #000000 !important;
  border-color: #60FF01 !important;

  transform: scale(1.08);

  box-shadow:
    0 12px 28px rgba(0, 0, 0, .18),
    0 0 22px rgba(96, 255, 1, .24) !important;
}

/* Overlay específico para la tarjeta 05 - Analítica */
.visual-service--full::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.06) 26%,
      rgba(0, 0, 0, 0.18) 52%,
      rgba(0, 0, 0, 0.50) 78%,
      rgba(0, 0, 0, 0.78) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.42) 0%,
      rgba(0, 0, 0, 0.24) 30%,
      rgba(0, 0, 0, 0.10) 58%,
      rgba(0, 0, 0, 0.00) 80%
    ) !important;
}

/* Refuerzo de lectura */
.visual-service--full h3,
.visual-service--full p {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}