@charset "UTF-8";
/* apps/myfuture/static/myfuture/scss/_general.scss */
@import url("https://use.typekit.net/bsx5gao.css");
:root {
  /* ============================================
     DARK THEME — Midnight Blue, Sky Electric & Lime
     Basado en el sistema v5 de la presentación
  ============================================ */
  /* Colores de acento DHA */
  --color-type: #c2ff05;
  --color-font-night: #F1EDDF;
  --color-night-font: #F1EDDF;
  --color-focus: #ff006e;
  --color-topic: #053c76;
  --color-topic-hover: #033060;
  --color-vivid-sky-blue: #4cc9f0;
  --color-megusto: #730071;
  --color-type-hex1: rgb(194, 255, 100);
  /* Fuentes */
  --font-headline: 'sofia-pro', sans-serif;
  --font-main: 'sofia-pro', sans-serif;
  /* Tamaños */
  --fz-sm: 18px;
  --fz-md: 20px;
  --fz-heading: 32px;
  /* Ruido */
  --noise: url("/static/myfuture/img/noise.97d2a93664bc.png");
  /* Fondos (gradaciones de azul corporativo, no negro) */
  --bg-body: #03162b;
  --bg-main: #053c76;
  --bg-card: rgba(10, 74, 143, 0.4);
  --border-card: rgba(76, 201, 240, 0.3);
  --card-shadow: 0 15px 35px rgba(3, 22, 43, 0.8);
  --card-shadow-hover: 0 0 25px rgba(76, 201, 240, 0.2), 0 15px 45px rgba(0, 0, 0, 0.6);
  /* Gradiente principal para text-clip y acentos */
  --gradient-main: linear-gradient(135deg, #4cc9f0 0%, #c2ff05 100%);
  --gradient-focus: linear-gradient(135deg, #ff006e 0%, #ff5ca1 100%);
  /* Texto secundario */
  --text-sub: #C8C0AC;
  --text-muted: #8E887A;
}

/* ============================================
   LIGHT THEME — Limpieza Técnica con Sky Blue
   Basado en el sistema v5 de la presentación
============================================ */
html[data-theme=light] {
  /* Fondos: blanco azulado, no papel plano */
  --bg-body: #f4f9ff;
  --bg-main: #f4f9ff;
  --bg-card: #ffffff;
  --border-card: #c2d9f8;
  --card-shadow: 0 10px 30px rgba(5, 60, 118, 0.10);
  --card-shadow-hover: 0 20px 40px rgba(0, 98, 255, 0.18);
  /* Acentos adaptados */
  --color-type: #0062ff;
  --color-font-night: #0a2540; /* casi negro-azul — titulos y body */
  --color-night-font: #0a2540;
  --color-focus: #e8005e; /* magenta ligeramente más saturado en light */
  --color-topic: #053c76;
  --color-topic-hover: #0056b3;
  --color-vivid-sky-blue: #0062ff; /* azul primario vibrante */
  --color-megusto: #7c3aed; /* violeta más profundo */
  --color-type-hex1: #0062ff;
  /* Gradiente para text-clip en light — más dramático */
  --gradient-main: linear-gradient(135deg, #0062ff 0%, #00c2ff 100%);
  --gradient-focus: linear-gradient(135deg, #e8005e 0%, #ff5ca1 100%);
  /* Jerarquía tipográfica — 3 niveles bien diferenciados */
  --text-sub: #2c4a72; /* cuerpo de párrafo, texto secundario */
  --text-muted: #6b7e99; /* metadata, labels, fechas */
}

/* ============================================
   ESTILOS BASE
============================================ */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  background: linear-gradient(180deg, var(--bg-body) 0%, var(--bg-main) 100%);
  font-family: var(--font-main);
  color: var(--color-font-night);
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  transition: background 0.5s ease, color 0.3s ease;
}

main {
  background: linear-gradient(180deg, var(--bg-body) 0%, var(--bg-main) 100%);
  overflow: hidden;
  width: 100vw;
  padding-bottom: 10vh;
}

html[data-theme=light] body {
  background: linear-gradient(160deg, #f4f9ff 0%, #e1efff 100%);
  background: linear-gradient(160deg, #f4f9ff 0%, #dce8f8 50%, #e8f0fb 100%);
}

html[data-theme=light] main {
  background: linear-gradient(160deg, #f4f9ff 0%, #e1efff 100%);
  background: linear-gradient(160deg, #f4f9ff 0%, #dce8f8 50%, #e8f0fb 100%);
}

/* Efecto de ruido — reducido en light */
html[data-theme=light] main:after {
  opacity: 0.02;
}

a {
  text-decoration: none;
  color: var(--color-font-night);
  z-index: 100;
}

p {
  color: var(--color-font-night);
  font-family: var(--font-main);
  font-size: var(--fz-sm);
  line-height: 150%;
  letter-spacing: 1px;
}

/* ============================================
   TÍTULOS CON TEXT-CLIP
============================================ */
h1, h2, h3, h4 {
  font-family: var(--font-headline);
  color: var(--color-font-night);
}

h2 {
  font-size: var(--fz-heading);
}

h3 {
  color: var(--color-vivid-sky-blue);
  font-family: var(--font-main);
  letter-spacing: 1.5px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  color: var(--color-font-night);
}

/* Text-clip gradient en títulos principales */
.text-gradient {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-gradient--focus {
  background: var(--gradient-focus);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* Efecto de Ruido */
main:after {
  animation: grain 3s steps(10) infinite;
  background-image: var(--noise);
  content: "";
  height: 300%;
  left: -50%;
  opacity: 0.15;
  position: fixed;
  top: -100%;
  width: 300%;
  pointer-events: none;
}

@keyframes grain {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, 5%);
  }
  30% {
    transform: translate(7%, -25%);
  }
  40% {
    transform: translate(-5%, 25%);
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(15%, 0%);
  }
  70% {
    transform: translate(0%, 15%);
  }
  80% {
    transform: translate(3%, 35%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
}
/* Hero title en light — text-clip */
html[data-theme=light] .hero-main__title {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

html[data-theme=light] .hero-title {
  color: var(--color-topic);
  text-shadow: none;
}

/* ============================================
   CTA BUTTONS
============================================ */
.hero-cta .btn-primary {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 18px 36px;
  background: var(--color-focus);
  color: #fff;
  font-family: var(--font-main);
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(255, 0, 110, 0.3);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hero-cta .btn-primary:hover {
  background: #ff1a7a;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 32px rgba(255, 0, 110, 0.5);
}

/* CTA Bottom */
.timeline-cta {
  text-align: center;
  padding: 60px 20px;
  border-radius: 16px;
  box-shadow: var(--card-shadow);
  background: var(--color-topic);
}
.timeline-cta h3 {
  font-family: var(--font-headline);
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-vivid-sky-blue);
  margin-bottom: 24px;
}

html[data-theme=light] .timeline-cta {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  box-shadow: var(--card-shadow);
}
html[data-theme=light] .timeline-cta h3 {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-contact {
  display: inline-block;
  padding: 16px 40px;
  background: var(--color-focus);
  color: #fff;
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 30px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}
.btn-contact i {
  padding-left: 5px;
}
.btn-contact:hover {
  background: #ff1a7a;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 25px rgba(255, 0, 110, 0.35);
}

:root {
  --pres-bg-1: #03162b;
  --pres-bg-2: #053c76;
  --pres-bg-3: #0a4a8f;
  --pres-bg-card: rgba(10, 74, 143, 0.4);
  --pres-border: rgba(76, 201, 240, 0.3);
  --pres-text: #F1EDDF;
  --pres-text-sub: #C8C0AC;
  --pres-text-muted: #8E887A;
  --pres-card-shadow: 0 15px 35px rgba(3, 22, 43, 0.8);
  --pres-card-hover-shadow: 0 0 25px rgba(76, 201, 240, 0.2), 0 15px 45px rgba(0, 0, 0, 0.6);
  --pres-accent: #4cc9f0;
  --pres-accent-bg: rgba(76, 201, 240, 0.08);
  --pres-accent-border: rgba(76, 201, 240, 0.25);
  --pres-lime: #c2ff05;
  --pres-focus: #ff006e;
  --pres-tag-bg: rgba(194, 255, 5, 0.15);
  --pres-tag-color: #c2ff05;
  --pres-tag-border: rgba(194, 255, 5, 0.3);
  --pres-gradient-main: linear-gradient(135deg, #4cc9f0 0%, #c2ff05 100%);
  --pres-section-alt-bg: linear-gradient(180deg, #03162b 0%, #053c76 100%);
}

html[data-theme=light] {
  --pres-bg-1: #f4f9ff;
  --pres-bg-2: #ffffff;
  --pres-bg-3: #e1efff;
  --pres-bg-card: #ffffff;
  --pres-border: #d0e4ff;
  --pres-text: #053c76;
  --pres-text-sub: #1e4d85;
  --pres-text-muted: #64748B;
  --pres-card-shadow: 0 10px 30px rgba(5, 60, 118, 0.08);
  --pres-card-hover-shadow: 0 20px 40px rgba(76, 201, 240, 0.25);
  --pres-accent: #0062ff;
  --pres-accent-bg: rgba(0, 98, 255, 0.05);
  --pres-accent-border: rgba(0, 98, 255, 0.15);
  --pres-lime: #84cc16;
  --pres-tag-bg: #eef6ff;
  --pres-tag-color: #0062ff;
  --pres-tag-border: #c9e2ff;
  --pres-gradient-main: linear-gradient(135deg, #053c76 0%, #4cc9f0 100%);
  --pres-section-alt-bg: linear-gradient(160deg, #f4f9ff 0%, #e1efff 100%);
}

.pres-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

.pres-section {
  padding: clamp(4rem, 8vw, 7.5rem) 0;
  position: relative;
  overflow: hidden;
  background: var(--pres-section-alt-bg);
}

.pres-section--dark {
  background: var(--pres-bg-1);
  color: var(--pres-text);
}
.pres-section--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--noise);
  opacity: 0.03;
  pointer-events: none;
}

.pres-eyebrow {
  font-family: var(--font-main);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.pres-eyebrow--focus {
  color: var(--pres-focus);
}
.pres-eyebrow--lime {
  color: var(--pres-lime);
}
.pres-eyebrow--primary {
  color: var(--pres-accent);
}
.pres-eyebrow--accent {
  color: var(--pres-lime);
}

.pres-section__title {
  font-family: var(--font-headline);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: var(--pres-text);
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.pres-section__title span.highlight {
  background: var(--pres-gradient-main);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.pres-section__subtitle {
  font-family: var(--font-main);
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--pres-text-sub);
  line-height: 1.6;
  max-width: 900px;
  font-weight: 400;
}
.pres-section__subtitle strong {
  color: var(--pres-text);
  font-weight: 600;
}

.pres-topbar {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.pres-topbar__back,
.pres-topbar__theme {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 1.1rem;
  border-radius: 100px;
  font-family: var(--font-main);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  background: rgba(3, 22, 43, 0.7);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  border: 1px solid var(--pres-border);
  color: var(--pres-text);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.pres-topbar__back i,
.pres-topbar__theme i {
  font-size: 1rem;
  color: var(--pres-accent);
  transition: transform 0.3s ease, color 0.3s ease;
}
.pres-topbar__back:hover,
.pres-topbar__theme:hover {
  background: var(--pres-bg-3);
  border-color: var(--pres-focus);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 0, 110, 0.25);
}
.pres-topbar__back:hover i,
.pres-topbar__theme:hover i {
  color: var(--pres-focus);
  transform: scale(1.1);
}

html[data-theme=light] .pres-topbar__back,
html[data-theme=light] .pres-topbar__theme {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(5, 60, 118, 0.15);
  color: var(--pres-text);
  box-shadow: 0 4px 15px rgba(5, 60, 118, 0.08);
}
html[data-theme=light] .pres-topbar__back:hover,
html[data-theme=light] .pres-topbar__theme:hover {
  background: #ffffff;
  border-color: var(--pres-focus);
  color: var(--pres-focus);
  box-shadow: 0 10px 25px rgba(255, 0, 110, 0.15);
}

@media (max-width: 480px) {
  .pres-topbar {
    top: 1rem;
    right: 1rem;
  }
  .pres-topbar__back span {
    display: none;
  }
  .pres-topbar__back,
  .pres-topbar__theme {
    padding: 0.6rem;
    min-width: 42px;
    height: 42px;
    justify-content: center;
  }
}
.pres-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 8rem 0 4rem;
  background: var(--pres-section-alt-bg);
  transition: background 0.5s ease;
}
.pres-hero::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: clamp(300px, 50vw, 700px);
  height: clamp(300px, 50vw, 700px);
  background: radial-gradient(circle, rgba(255, 0, 110, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.pres-hero::after {
  content: "";
  position: absolute;
  bottom: -15%;
  left: -5%;
  width: clamp(250px, 40vw, 500px);
  height: clamp(250px, 40vw, 500px);
  background: radial-gradient(circle, rgba(194, 255, 5, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.pres-hero--with-bg {
  position: relative;
}
.pres-hero--with-bg .pres-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.pres-hero--with-bg .pres-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pres-hero--with-bg .pres-hero__bg .pres-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(3, 22, 43, 0.92) 0%, rgba(5, 60, 118, 0.8) 100%);
}
.pres-hero--with-bg .pres-hero__content {
  position: relative;
  z-index: 10;
}

.pres-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

.pres-hero__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  filter: drop-shadow(0 0 15px rgba(76, 201, 240, 0.2));
}

.pres-hero__logo-dha {
  height: 42px;
  width: auto;
}

.pres-hero__logo-sep {
  font-size: 1.5rem;
  color: var(--pres-text-muted);
  font-weight: 300;
}

.pres-hero__logo-cliente {
  height: 62px;
  width: auto;
  max-width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

html[data-theme=light] .pres-hero__logo-cliente {
  filter: none;
}

.pres-hero__eyebrow {
  font-family: var(--font-main);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.pres-hero__eyebrow span {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pres-hero__title {
  font-family: var(--font-headline);
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 800;
  color: var(--pres-text);
  line-height: 1.05;
  margin-bottom: 2rem;
  letter-spacing: -0.03em;
}
.pres-hero__title span.accent {
  background: var(--pres-gradient-main);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.pres-hero__subtitle {
  font-family: var(--font-main);
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  color: var(--pres-text-sub);
  max-width: 780px;
  margin: 0 auto 3.5rem;
  line-height: 1.6;
  font-weight: 400;
  text-wrap: balance;
}
.pres-hero__subtitle strong {
  color: #fff;
  font-weight: 700;
}

.pres-hero__credentials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.pres-credential {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-main);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--pres-text-muted);
}
.pres-credential i {
  color: var(--pres-lime);
  font-size: 0.9rem;
}

.pres-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem 2.5rem;
  border-radius: 100px;
  font-family: var(--font-headline);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  background: var(--pres-focus);
  color: #fff;
  box-shadow: 0 10px 30px rgba(255, 0, 110, 0.35);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.pres-hero__cta:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 40px rgba(255, 0, 110, 0.5);
  color: #fff;
}

.pres-contrast {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: stretch;
  margin: 4rem 0;
}
@media (max-width: 992px) {
  .pres-contrast {
    grid-template-columns: 1fr;
  }
  .pres-contrast .pres-contrast__arrow {
    flex-direction: row;
    padding: 1rem 0;
  }
  .pres-contrast .pres-contrast__arrow-circle {
    transform: rotate(90deg);
  }
}

.pres-contrast__card {
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--pres-bg-card);
  border: 1px solid var(--pres-border);
  box-shadow: var(--pres-card-shadow);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pres-contrast__card:hover {
  transform: translateY(-8px);
  box-shadow: var(--pres-card-hover-shadow);
}

.pres-contrast__header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  width: 100%;
}

.pres-contrast__icon {
  flex-shrink: 0;
  font-size: 2.2rem;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.pres-contrast__icon::after {
  content: "";
  position: absolute;
  inset: -5px;
  background: inherit;
  filter: blur(12px);
  opacity: 0.25;
  z-index: -1;
  border-radius: inherit;
}

.pres-contrast__title {
  font-family: var(--font-headline);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  color: var(--pres-text);
}

.pres-contrast__card--before .pres-contrast__icon {
  color: var(--pres-focus);
  background: rgba(255, 0, 110, 0.1);
  border: 1px solid rgba(255, 0, 110, 0.2);
}
.pres-contrast__card--before .pres-contrast__list-item::before {
  color: var(--pres-focus);
  content: "✕";
  font-size: 0.75rem;
  top: 1.1rem;
}

.pres-contrast__card--after {
  border-color: var(--pres-accent-border);
}
.pres-contrast__card--after .pres-contrast__icon {
  color: var(--pres-accent);
  background: var(--pres-accent-bg);
  border: 1px solid var(--pres-accent-border);
}
.pres-contrast__card--after .pres-contrast__list-item strong {
  color: var(--pres-text);
}
.pres-contrast__card--after .pres-contrast__list-item::before {
  color: var(--pres-lime);
  content: "✓";
  font-size: 1.1rem;
  top: 0.95rem;
}

.pres-contrast__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pres-contrast__list-item {
  font-family: var(--font-main);
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 1rem 0 1rem 2.2rem;
  position: relative;
  color: var(--pres-text-sub);
  border-bottom: 1px solid var(--pres-border);
}
.pres-contrast__list-item:last-child {
  border-bottom: none;
}
.pres-contrast__list-item::before {
  position: absolute;
  left: 0;
  font-weight: 900;
}
.pres-contrast__list-item strong {
  display: block;
  font-weight: 700;
  margin-bottom: 0.15rem;
  color: var(--pres-text);
}

.pres-contrast__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  z-index: 2;
}

.pres-contrast__arrow-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--pres-focus);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  box-shadow: 0 4px 20px rgba(255, 0, 110, 0.3);
}

.pres-contrast__arrow-label {
  font-family: var(--font-main);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--pres-focus);
}

.pres-quote {
  margin: 3rem 0 0;
  padding: 2rem 2.5rem;
  border-left: 4px solid var(--pres-accent);
  background: var(--pres-bg-card);
  border-radius: 0 16px 16px 0;
}
.pres-quote p {
  font-family: var(--font-main);
  font-size: 1.6rem;
  color: var(--pres-text);
  font-style: italic;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
.pres-quote cite {
  font-size: 1rem;
  color: var(--pres-text-muted);
  font-style: normal;
  font-weight: 600;
}

.pres-tech-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .pres-tech-grid {
    grid-template-columns: 1fr;
  }
}

.pres-tech-card {
  padding: 2.5rem;
  border-radius: 20px;
  background: var(--pres-bg-card);
  border: 1px solid var(--pres-border);
  box-shadow: var(--pres-card-shadow);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pres-tech-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--pres-card-hover-shadow);
  border-color: var(--pres-accent-border);
}
.pres-tech-card:hover .pres-tech-card__icon {
  transform: scale(1.1);
  background: var(--pres-accent-bg);
}

.pres-tech-card__icon {
  width: 56px;
  height: 56px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--pres-accent);
  background: rgba(76, 201, 240, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(76, 201, 240, 0.15);
  box-shadow: 0 0 20px rgba(76, 201, 240, 0.1);
}

html[data-theme=light] .pres-tech-card__icon {
  background: rgba(0, 98, 255, 0.05);
  color: #0062ff;
  border-color: rgba(0, 98, 255, 0.1);
}

.pres-tech-card__title {
  font-family: var(--font-headline);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--pres-text);
  margin: 0.5rem 0 0.2rem;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, var(--pres-accent) 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.pres-tech-card__title.highlight {
  background: linear-gradient(135deg, var(--pres-accent) 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pres-tech-card__desc {
  font-family: var(--font-main);
  font-size: 0.95rem;
  color: var(--pres-text-sub);
  line-height: 1.6;
}

.pres-process {
  margin-top: 3.5rem;
  position: relative;
}
.pres-process::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--pres-lime) 0%, var(--pres-border) 100%);
  opacity: 0.2;
}

.pres-process__step {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  align-items: flex-start;
  position: relative;
}
.pres-process__step:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .pres-process__step {
    gap: 1.25rem;
  }
}

.pres-process__number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-headline);
  font-size: 1.1rem;
  font-weight: 800;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  background: var(--pres-bg-1);
  border: 2px solid var(--pres-lime);
  color: var(--pres-lime);
  box-shadow: 0 0 15px rgba(194, 255, 5, 0.15);
}
@media (max-width: 576px) {
  .pres-process__number {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
}

html[data-theme=light] .pres-process__number {
  background: #fff;
  color: #8ab004;
  border-color: var(--pres-lime);
}

.pres-process__content {
  flex: 1;
  padding-top: 0.5rem;
}

.pres-process__title {
  font-family: var(--font-headline);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--pres-text);
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}

.pres-process__desc {
  font-family: var(--font-main);
  font-size: 0.95rem;
  color: var(--pres-text-sub);
  line-height: 1.6;
  max-width: 650px;
}

.pres-cases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
}
@media (max-width: 992px) {
  .pres-cases {
    grid-template-columns: 1fr;
  }
}

.pres-case {
  background: var(--pres-bg-card);
  border: 1px solid var(--pres-border);
  border-radius: 24px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}
.pres-case:hover {
  transform: translateY(-8px);
  box-shadow: var(--pres-card-hover-shadow);
  border-color: var(--pres-accent-border);
}
.pres-case:hover .pres-case__logo {
  transform: scale(1.05);
  background: var(--pres-accent-bg);
}

.pres-case__header {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.pres-case__logo {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--pres-bg-3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: all 0.3s ease;
  border: 1px solid var(--pres-border);
}
.pres-case__logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pres-case__name {
  font-family: var(--font-headline);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--pres-text);
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.pres-case__type {
  font-family: var(--font-main);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--pres-accent);
}

.pres-case__desc {
  font-family: var(--font-main);
  font-size: 0.9rem;
  color: var(--pres-text-sub);
  line-height: 1.6;
  margin-bottom: 2rem;
  flex-grow: 1;
}

.pres-case__metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 16px;
  border: 1px solid var(--pres-border);
  margin-bottom: 1.5rem;
}

html[data-theme=light] .pres-case__metrics {
  background: rgba(0, 0, 0, 0.02);
}

.pres-case__metric {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.pres-case__metric-value {
  font-family: var(--font-headline);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--pres-text);
  letter-spacing: -0.02em;
}

html[data-theme=light] .pres-case__metric-value {
  color: var(--pres-accent);
}

.pres-case__metric-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--pres-text-muted);
}

.pres-case__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pres-tag {
  font-family: var(--font-main);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.3rem 0.7rem;
  border-radius: 100px;
  background: var(--pres-tag-bg);
  color: var(--pres-tag-color);
  border: 1px solid var(--pres-tag-border);
}

.pres-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 3.5rem;
}
@media (max-width: 1100px) {
  .pres-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .pres-services-grid {
    grid-template-columns: 1fr;
  }
}

.pres-service {
  padding: 2.2rem 1.5rem;
  border-radius: 20px;
  background: var(--pres-bg-card);
  border: 1px solid var(--pres-border);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: var(--pres-card-shadow);
  position: relative;
  overflow: hidden;
}
.pres-service:hover {
  transform: translateY(-8px);
  box-shadow: var(--pres-card-hover-shadow);
  border-color: var(--pres-lime);
}
.pres-service:hover .pres-service__icon {
  transform: scale(1.1) rotate(5deg);
  color: var(--pres-lime);
}

.pres-service__icon {
  font-size: 2rem;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 74, 143, 0.5);
  border-radius: 16px;
  color: var(--pres-accent);
  margin-bottom: 1.5rem;
  border: 1px solid var(--pres-border);
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

html[data-theme=light] .pres-service__icon {
  background: #f8f9fa;
  color: #0062ff;
  box-shadow: 0 8px 20px rgba(0, 98, 255, 0.08);
}

.pres-service__title {
  font-family: var(--font-headline);
  font-size: 1rem;
  font-weight: 800;
  color: var(--pres-text);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.pres-service__desc {
  font-family: var(--font-main);
  font-size: 0.82rem;
  color: var(--pres-text-sub);
  line-height: 1.6;
  margin: 0;
}

.pres-captacion-flow {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  margin-top: 3.5rem;
  position: relative;
}
@media (max-width: 992px) {
  .pres-captacion-flow {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

.pres-captacion-step {
  flex: 1;
  text-align: center;
  padding: 2rem 1.25rem;
  border-radius: 24px;
  background: var(--pres-bg-card);
  border: 1px solid var(--pres-border);
  box-shadow: var(--pres-card-shadow);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pres-captacion-step:hover {
  transform: translateY(-8px);
  border-color: var(--pres-accent);
  box-shadow: var(--pres-card-hover-shadow);
}
.pres-captacion-step:hover .pres-captacion-step__icon {
  background: var(--pres-accent);
  color: #fff;
  box-shadow: 0 0 20px rgba(76, 201, 240, 0.4);
}

.pres-captacion-step__icon {
  width: 52px;
  height: 52px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--pres-accent-bg);
  color: var(--pres-accent);
  margin-bottom: 1.5rem;
  border: 1px solid var(--pres-accent-border);
  transition: all 0.3s ease;
}

html[data-theme=light] .pres-captacion-step__icon {
  background: rgba(0, 98, 255, 0.05);
  color: #0062ff;
}

.pres-captacion-step__title {
  font-family: var(--font-headline);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--pres-text);
  margin-bottom: 0.75rem;
}

.pres-captacion-step__desc {
  font-family: var(--font-main);
  font-size: 0.85rem;
  color: var(--pres-text-sub);
  line-height: 1.6;
}

.pres-captacion-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pres-accent);
  font-size: 1.5rem;
  opacity: 0.3;
  animation: pulseConnector 2s infinite ease-in-out;
}
@media (max-width: 992px) {
  .pres-captacion-connector {
    transform: rotate(90deg);
    margin: -0.5rem 0;
  }
}

@keyframes pulseConnector {
  0%, 100% {
    opacity: 0.2;
    transform: translateX(0);
  }
  50% {
    opacity: 0.6;
    transform: translateX(5px);
  }
}
@media (max-width: 992px) {
  @keyframes pulseConnector {
    0%, 100% {
      opacity: 0.2;
      transform: translateY(0) rotate(90deg);
    }
    50% {
      opacity: 0.6;
      transform: translateY(5px) rotate(90deg);
    }
  }
}
.pres-zen-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
}
@media (max-width: 1100px) {
  .pres-zen-features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .pres-zen-features {
    grid-template-columns: 1fr;
  }
}

.pres-zen-feature {
  padding: 2.5rem 1.5rem;
  border-radius: 24px;
  background: var(--pres-bg-card);
  border: 1px solid var(--pres-accent-border);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: var(--pres-card-shadow);
}
.pres-zen-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(76, 201, 240, 0.05), transparent);
  pointer-events: none;
}
.pres-zen-feature:hover {
  transform: translateY(-10px);
  border-color: var(--pres-accent);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.pres-zen-feature:hover i {
  transform: scale(1.1) rotate(-5deg);
  color: var(--pres-accent);
  text-shadow: 0 0 15px rgba(76, 201, 240, 0.5);
}
.pres-zen-feature i {
  font-size: 2.2rem;
  color: var(--pres-accent);
  margin-bottom: 1.5rem;
  display: inline-block;
  transition: all 0.3s ease;
}
.pres-zen-feature h3 {
  font-family: var(--font-headline);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--pres-text);
  margin-bottom: 0.8rem;
  letter-spacing: -0.01em;
}
.pres-zen-feature p {
  font-family: var(--font-main);
  font-size: 0.85rem;
  color: var(--pres-text-sub);
  line-height: 1.6;
  margin: 0;
}

html[data-theme=light] .pres-zen-feature {
  background: #ffffff;
}
html[data-theme=light] .pres-zen-feature i {
  color: #0062ff;
}
html[data-theme=light] .pres-zen-feature:hover {
  border-color: #0062ff;
}

.pres-metodo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 3rem;
}
@media (max-width: 576px) {
  .pres-metodo-grid {
    grid-template-columns: 1fr;
  }
}

.pres-metodo-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 16px;
  background: var(--pres-bg-card);
  border: 1px solid var(--pres-border);
  box-shadow: var(--pres-card-shadow);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pres-metodo-item:hover {
  transform: translateX(5px);
  border-color: var(--pres-accent);
  background: var(--pres-accent-bg);
}
.pres-metodo-item:hover i {
  color: var(--pres-accent);
  transform: scale(1.1);
}
.pres-metodo-item:hover span {
  color: var(--pres-text);
}
.pres-metodo-item i {
  font-size: 1.4rem;
  color: var(--pres-accent);
  opacity: 0.8;
  transition: all 0.3s ease;
  width: 30px;
  text-align: center;
}
.pres-metodo-item span {
  font-family: var(--font-headline);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--pres-text-sub);
  line-height: 1.2;
  transition: color 0.3s ease;
}

html[data-theme=light] .pres-metodo-item i {
  color: #0062ff;
}

.pres-pricing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .pres-pricing {
    grid-template-columns: 1fr;
  }
}

.pres-pricing__card {
  padding: 2.5rem;
  border-radius: 24px;
  background: var(--pres-bg-card);
  border: 1px solid var(--pres-border);
  box-shadow: var(--pres-card-shadow);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.pres-pricing__card:hover {
  transform: translateY(-5px);
  border-color: var(--pres-accent);
  box-shadow: var(--pres-card-hover-shadow);
}
.pres-pricing__card--featured {
  border: 2px solid var(--pres-focus);
}
.pres-pricing__card--featured::before {
  content: "MÁS RENTABLE";
  position: absolute;
  top: -12px;
  right: 2rem;
  font-family: var(--font-headline);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.4rem 1rem;
  border-radius: 100px;
  background: var(--pres-focus);
  color: #fff;
  box-shadow: 0 4px 12px rgba(255, 0, 106, 0.3);
}

.pres-pricing__title {
  font-family: var(--font-headline);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--pres-text);
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.pres-pricing__desc {
  font-family: var(--font-main);
  font-size: 0.9rem;
  color: var(--pres-text-sub);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.pres-pricing__price {
  font-family: var(--font-main);
  font-size: 0.95rem;
  color: var(--pres-text-muted);
  border-top: 1px solid var(--pres-border);
  padding-top: 1.5rem;
}
.pres-pricing__price strong {
  font-family: var(--font-headline);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--pres-text);
  display: block;
  margin-top: 0.25rem;
}

.pres-pricing__monthly {
  margin-top: 2rem;
  padding: 3rem;
  border-radius: 28px;
  background: linear-gradient(145deg, var(--pres-bg-card), var(--pres-bg-3));
  border: 1px dashed var(--pres-lime);
  text-align: center;
  box-shadow: var(--pres-card-shadow);
}
.pres-pricing__monthly h3 {
  font-family: var(--font-headline);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--pres-text);
  margin-bottom: 0.5rem;
}
.pres-pricing__monthly p {
  font-family: var(--font-main);
  font-size: 1rem;
  color: var(--pres-text-sub);
  margin-bottom: 1.5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.pres-pricing__monthly .pres-pricing__price {
  border: none;
  padding: 0;
}
.pres-pricing__monthly .pres-pricing__price strong {
  color: var(--pres-lime);
  font-size: 2.2rem;
}

.pres-pricing__note {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: var(--pres-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

html[data-theme=light] .pres-pricing__price strong {
  color: #0062ff;
}
html[data-theme=light] .pres-pricing__monthly .pres-pricing__price strong {
  color: #8ab004;
}

.pres-cierre {
  text-align: center;
  padding: 6rem 0 4rem;
  position: relative;
  overflow: hidden;
  transition: background 0.4s ease;
  background: radial-gradient(circle at top, #0c1e3a 0%, #050a18 100%);
}
.pres-cierre::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(76, 201, 240, 0.25), transparent);
  transition: opacity 0.4s ease;
}

html[data-theme=light] .pres-cierre {
  background: radial-gradient(circle at top, #ffffff 0%, #f4f7f6 100%);
}
html[data-theme=light] .pres-cierre::before {
  opacity: 0.1;
  background: linear-gradient(90deg, transparent, #0062ff, transparent);
}
html[data-theme=light] .pres-cierre .pres-cierre__title {
  color: var(--pres-text);
}
html[data-theme=light] .pres-cierre .pres-cierre__subtitle {
  color: var(--pres-text-sub);
}
html[data-theme=light] .pres-cierre .pres-cierre__cta--email {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--pres-text);
}
html[data-theme=light] .pres-cierre .pres-cierre__logos img {
  filter: grayscale(1) brightness(0);
  opacity: 0.15;
}
html[data-theme=light] .pres-cierre .pres-cierre__logos img:hover {
  opacity: 0.5;
}
html[data-theme=light] .pres-cierre .pres-cierre__footer {
  border-top-color: rgba(0, 0, 0, 0.05);
}
html[data-theme=light] .pres-cierre .pres-cierre__footer .pres-cierre__logo {
  filter: grayscale(1) brightness(0);
  opacity: 0.2;
}
html[data-theme=light] .pres-cierre .pres-cierre__footer p {
  color: var(--pres-text-muted);
}

.pres-cierre__title {
  font-family: var(--font-headline);
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}
.pres-cierre__title span {
  color: var(--pres-lime);
}

.pres-cierre__subtitle {
  font-family: var(--font-main);
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 3.5rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  transition: color 0.4s ease;
}

.pres-cierre__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  position: relative;
  z-index: 2;
}

.pres-cierre__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem 2.2rem;
  border-radius: 100px;
  font-family: var(--font-headline);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pres-cierre__cta--whatsapp {
  background: #25D366;
  color: #fff;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
}
.pres-cierre__cta--whatsapp:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 40px rgba(37, 211, 102, 0.5);
  color: #fff;
}

.pres-cierre__cta--email {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.pres-cierre__cta--email:hover {
  border-color: var(--pres-accent);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.pres-cierre__clients {
  margin-bottom: 4rem;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}

.pres-cierre__clients-label {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 2rem;
  transition: color 0.4s ease;
}

.pres-cierre__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
.pres-cierre__logos img {
  height: 32px;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.3;
  transition: all 0.3s ease;
}
.pres-cierre__logos img:hover {
  opacity: 0.7;
  transform: scale(1.05);
}

.pres-cierre__footer {
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 1;
  transition: border-color 0.4s ease;
}
.pres-cierre__footer .pres-cierre__logo {
  height: 40px;
  margin-bottom: 1.5rem;
  opacity: 0.8;
  transition: all 0.4s ease;
}
.pres-cierre__footer p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.02em;
  transition: color 0.4s ease;
}

@media (max-width: 768px) {
  .pres-cierre {
    padding: 4rem 0 3rem;
  }
  .pres-cierre__title {
    font-size: 2rem;
  }
  .pres-cierre__actions {
    flex-direction: column;
    width: 100%;
    padding: 0 2rem;
    gap: 1rem;
  }
  .pres-cierre__cta {
    width: 100%;
    justify-content: center;
    padding: 1rem;
  }
  .pres-cierre__logos {
    gap: 2rem;
  }
}
.pp-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  margin: 3rem 0;
}

.pp-stat {
  padding: 1.75rem 1.25rem;
  text-align: center;
  background: var(--pres-bg-card);
  border: 1px solid var(--pres-border);
  border-radius: 16px;
}
.pp-stat--focus {
  background: var(--pres-accent-bg);
  border-color: var(--pres-accent-border);
}
.pp-stat--focus .pp-stat__value {
  color: var(--pres-accent);
}

.pp-stat__value {
  display: block;
  font-family: var(--font-headline);
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--pres-text);
}

.pp-stat__label {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--pres-text-muted);
  line-height: 1.4;
}

.pp-cierre {
  margin-top: 2.5rem;
  padding: 1.75rem 2rem;
  background: var(--pres-bg-card);
  border: 1px solid var(--pres-border);
  border-left: 4px solid var(--pres-lime);
  border-radius: 0 16px 16px 0;
}
.pp-cierre p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--pres-text);
}
.pp-cierre p strong {
  background: var(--pres-gradient-main);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.pp-diferencial {
  margin: 3rem 0 2rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: var(--pres-bg-card);
  border: 1px solid var(--pres-border);
  border-radius: 24px;
}

.pp-diferencial__label {
  font-family: var(--font-headline);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--pres-text);
  margin: 0 0 1.25rem;
}

.pp-diferencial__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.pp-diferencial__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.95rem;
  color: var(--pres-text-sub);
  line-height: 1.5;
}
.pp-diferencial__list i {
  color: var(--pres-lime);
  font-size: 1.05rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.pp-circulo {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 3rem;
  counter-reset: pp-c;
}

.pp-circulo__node {
  position: relative;
  flex: 1;
  min-width: 150px;
  max-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.75rem 1rem 1.25rem;
  background: var(--pres-bg-card);
  border: 1px solid var(--pres-border);
  border-radius: 16px;
  counter-increment: pp-c;
}
.pp-circulo__node span {
  font-family: var(--font-main);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--pres-text);
  line-height: 1.35;
}
.pp-circulo__node::before {
  content: counter(pp-c);
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--pres-accent);
  color: var(--pres-bg-1, #03162b);
  font-family: var(--font-headline);
  font-size: 0.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pp-circulo__arrow {
  display: flex;
  align-items: center;
  color: var(--pres-accent);
  font-size: 1.4rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .pp-circulo {
    flex-direction: column;
    align-items: stretch;
  }
  .pp-circulo__node {
    max-width: none;
  }
  .pp-circulo__arrow {
    transform: rotate(90deg);
    justify-content: center;
  }
}
.pp-potencial__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin: 2.5rem 0;
  border-radius: 12px;
  overflow: hidden;
}

.pp-potencial__img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.pp-potencial__img-wrap img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.pp-potencial__img-wrap img:hover {
  transform: scale(1.03);
}

.pp-potencial__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 0.75rem;
  background: rgba(3, 22, 43, 0.75);
  color: var(--pres-text-muted);
  font-size: 0.75rem;
  backdrop-filter: blur(4px);
}

.pp-medio__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin: 2.5rem 0;
}

.pp-medio__img-wrap {
  overflow: hidden;
  border-radius: 8px;
}
.pp-medio__img-wrap img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.pp-medio__img-wrap img:hover {
  transform: scale(1.03);
}

.pp-beneficios-lista {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.pp-beneficios-lista li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: var(--font-main);
  font-size: 1.2rem;
  color: var(--pres-text-sub);
  line-height: 1.5;
}
.pp-beneficios-lista i {
  color: var(--pres-lime);
  font-size: 1rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}/*# sourceMappingURL=presentations.css.map */