/* HEADER DE PROPUESTA COMERCIAL */
.proposal-header {
  width: 100%;
  background: #f7faff;
  box-shadow: none;
  padding: 0;
  border-bottom: 1.5px solid #e3eaf7;
}
/* HEADER DE PROPUESTA COMERCIAL - AJUSTADO */
.proposal-header-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 32px;
  padding: 32px 24px 10px 24px;
  flex-wrap: wrap;
}
.proposal-header-logo {
  height: 48px;
  flex-shrink: 0;
  margin-bottom: 0;
}
.proposal-title-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 32px;
  margin-bottom: 0;
}
.proposal-title {
  font-size: 2.3rem;
  font-weight: 800;
  color: #232323;
  margin-bottom: 2px;
  letter-spacing: -0.02em;
  line-height: 1.08;
}
.proposal-date {
  font-size: 1.08rem;
  color: #8a97b3;
  font-weight: 500;
  margin-top: 2px;
}
.proposal-index {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-left: auto;
  opacity: 0.82;
  font-size: 1.01rem;
}
.proposal-index a {
  color: #4f607d;
  text-decoration: none;
  font-weight: 500;
  padding: 2px 0;
  border-bottom: 1.5px solid transparent;
  transition: border 0.2s, color 0.2s;
}
.proposal-index a:hover {
  color: #3268ff;
  border-bottom: 1.5px solid #3268ff;
}
@media (max-width: 900px) {
  .proposal-header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 10px 12px 10px;
  }
  .proposal-header-logo {
    height: 38px;
  }
  .proposal-title {
    font-size: 1.3rem;
  }
  .proposal-date {
    font-size: 0.98rem;
  }
  .proposal-index {
    gap: 10px 16px;
    font-size: 0.98rem;
    margin-left: 0;
  }
}
/* HEADER FIJO Y HERO PREMIUM */
.main-header {
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 16px rgba(23,35,59,0.06);
  z-index: 100;
  padding: 0;
}
.header-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 32px 12px 24px;
}
.header-logo {
  height: 38px;
  display: block;
}
.main-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}
.main-nav a {
  color: #232323;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.08rem;
  padding: 6px 0;
  transition: color 0.2s;
}
.main-nav a:hover {
  color: #3268ff;
}
.main-nav .nav-cta {
  background: #3268ff;
  color: #fff;
  border-radius: 18px;
  padding: 8px 22px;
  font-weight: 700;
  margin-left: 10px;
  box-shadow: 0 2px 8px rgba(50,104,255,0.10);
  transition: background 0.2s, color 0.2s;
}
.main-nav .nav-cta:hover {
  background: #2346a0;
  color: #fff;
}

/* HERO AJUSTADO */
.hero-section {
  width: 100%;
  background: #f7faff;
  padding: 64px 0 44px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
}
.hero-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-logo {
  height: 38px;
  margin-bottom: 10px;
}
.hero-section h1 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #232323;
  margin-bottom: 10px;
  line-height: 1.13;
  letter-spacing: -0.03em;
}
.hero-section h2 {
  font-size: 1.45rem;
  font-weight: 600;
  color: #3268ff;
  margin: 0 0 18px 0;
  line-height: 1.18;
  letter-spacing: -0.01em;
}
.hero-sub {
  font-size: 1.08rem;
  color: #4f607d;
  font-weight: 400;
  margin-bottom: 26px;
  line-height: 1.7;
  max-width: 540px;
}
.hero-btn {
  display: inline-block;
  background: #3268ff;
  color: #fff;
  font-weight: 700;
  font-size: 1.08rem;
  border-radius: 22px;
  padding: 13px 34px;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(50,104,255,0.13);
  transition: background 0.2s, color 0.2s;
  margin-top: 10px;
}
.hero-btn:hover {
  background: #2346a0;
  color: #fff;
}

@media (max-width: 900px) {
  .header-content {
    padding: 10px 12px 10px 10px;
  }
  .hero-section {
    padding: 48px 0 32px 0;
    min-height: 320px;
  }
  .hero-logo {
    height: 38px;
  }
  .hero-section h1 {
    font-size: 2rem;
  }
  .hero-section h1 span {
    font-size: 1.3rem;
  }
  .hero-sub {
    font-size: 1rem;
  }
  .hero-btn {
    font-size: 1rem;
    padding: 12px 24px;
  }
}
/* --- PLATAFORMA ALTERNATIVAS --- */
.slide--platform .platform-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 0 18px 0;
}
.platform-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
}
.platform-logo {
  display: block;
  height: 38px;
  margin-bottom: 8px;
}
.platform-cards {
  display: flex;
  flex-direction: row;
  gap: 38px;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.platform-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(50,104,255,0.07), 0 1.5px 8px rgba(23,35,59,0.07);
  padding: 38px 32px 32px 32px;
  flex: 1 1 340px;
  gap: 10px;
}

@media (max-width: 900px) {
  .proposal-header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 10px 8px 10px;
  }
  .proposal-header-logo {
    height: 36px;
  }
  .proposal-title {
    font-size: 1.18rem;
  }
  .proposal-date {
    font-size: 0.93rem;
  }
  .proposal-index {
    gap: 7px 10px;
    font-size: 0.93rem;
    margin-left: 0;
  }
  .hero-section {
    padding: 32px 0 18px 0;
    min-height: 180px;
  }
  .hero-logo {
    height: 28px;
  }
  .hero-section h1 {
    font-size: 1.25rem;
  }
  .hero-section h1 span {
    font-size: 1rem;
  }
  .hero-sub {
    font-size: 0.98rem;
  }
  .hero-btn {
    font-size: 0.98rem;
    padding: 10px 18px;
  }
}
.platform-card li {
  font-size: 1.01rem;
  color: #4f607d;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .platform-cards {
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }
  .platform-card {
    max-width: 98vw;
    width: 100%;
    min-width: 0;
  }
}
:root {
  --bg: #edf3ff;
  --bg-warm: #ffffff;
  --bg-cool: #eef4ff;
  --surface: rgba(255, 255, 255, 0.96);
  --surface-hover: rgba(255, 255, 255, 1);
  --text: #17233b;
  --text-secondary: #4f607d;
  --muted: #7183a3;
  --line: rgba(23, 35, 59, 0.12);
  --line-strong: rgba(23, 35, 59, 0.2);
  --accent: #3268ff;
  --accent-soft: #5b8cff;
  --accent-glow: rgba(50, 104, 255, 0.18);
  --highlight: #8bb6ff;
  --highlight-soft: rgba(139, 182, 255, 0.16);
  --max-width: 1100px;
  --gutter: clamp(24px, 4vw, 48px);
  --shadow-sm: 0 12px 30px rgba(28, 52, 110, 0.08);
  --shadow: 0 22px 56px rgba(28, 52, 110, 0.11);
  --shadow-lg: 0 32px 82px rgba(28, 52, 110, 0.16);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 32px;
  --radius-pill: 999px;
  --transition: 380ms cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: var(--bg);
  background-image:
    radial-gradient(ellipse 70% 50% at 10% 0%, rgba(50, 104, 255, 0.08), transparent),
    radial-gradient(ellipse 50% 40% at 100% 100%, rgba(139, 182, 255, 0.12), transparent);
  background-attachment: fixed;
  padding: 28px 0 48px;
}

section {
  display: block;
}

.slide {
  position: relative;
  min-height: auto;
  width: min(calc(100% - 28px), 1320px);
  margin: 0 auto 22px;
  padding: 56px calc(var(--gutter) + 12px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 520ms cubic-bezier(0.4, 0, 0.2, 1), transform 520ms cubic-bezier(0.4, 0, 0.2, 1);
}

.slide:nth-child(even) {
  background: var(--bg-warm);
}

.slide:nth-child(odd) {
  background: #f4f8ff;
}

.slide:first-child,
.slide:last-child {
  background: #ffffff;
}

.slide::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid var(--line);
  border-radius: 28px;
  pointer-events: none;
  transition: border-color var(--transition);
  background: transparent;
}

.slide:hover::after {
  border-color: var(--line-strong);
}

.slide.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.slide-body {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.slide-body.narrow {
  max-width: 1020px;
}

.logo,
.slide h1,
.slide h2,
.slide h3,
.phase-letter,
.card-number,
.cover-meta,
.closing-url,
.slide-footer,
.price-value,
.price-sub {
  font-family: "Manrope", sans-serif;
}

.logo {
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(1.25rem, 1.7vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  color: var(--accent);
  opacity: 0.95;
  transition: opacity var(--transition);
}

.logo:hover {
  opacity: 1;
}

.logo--corner {
  margin: 0 0 0 auto;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}

.cover-meta,
.cover-note,
.slide-footer,
.slide p,
.slide li,
.price-detail {
  color: var(--text-secondary);
}

.slide h1,
.slide h2 {
  margin: 0 0 16px;
  text-transform: none;
  letter-spacing: -0.05em;
  color: var(--text);
}

.slide h1 {
  align-self: center;
  text-align: center;
  font-size: clamp(2.7rem, 5.6vw, 4.8rem);
  font-weight: 800;
  line-height: 0.98;
  color: var(--text);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.slide h2 {
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 800;
  line-height: 1.02;
}

.slide h3 {
  margin: 0;
  font-size: clamp(1.04rem, 1.35vw, 1.22rem);
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: -0.03em;
  color: var(--text);
}

.cover-meta {
  align-self: center;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  background: #f6f9ff;
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm);
}

.cover-note {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.78;
  text-wrap: balance;
  color: var(--text-secondary);
}

.slide--cover {
  align-items: stretch;
  text-align: center;
  background: #ffffff !important;
}

.slide--cover .logo {
  margin-top: 6vh;
  opacity: 1;
}

.slide--cover .cover-meta {
  background: #eaf1ff;
  border-color: rgba(50, 104, 255, 0.16);
}

.slide--text {
  justify-content: center;
}

.slide--text .slide-body {
  text-align: left;
}

.divider {
  width: 56px;
  height: 6px;
  margin: 18px 0 32px;
  background: var(--accent);
  border-radius: 999px;
  opacity: 1;
}

.slide--text p {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: clamp(1rem, 1.34vw, 1.1rem);
  line-height: 1.78;
}

.card-row {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.card-row--wide,
.card-row--tall {
  grid-auto-rows: 1fr;
}

.card {
  position: relative;
  min-height: auto;
  padding: 34px 26px 26px;
  border: 1px solid rgba(50, 104, 255, 0.1);
  border-radius: 24px;
  background: #ffffff;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition);
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(50, 104, 255, 0.22);
  background: var(--surface-hover);
}

.card-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--accent);
  font-size: 0.98rem;
  font-weight: 700;
  color: #ffffff;
  box-shadow: var(--shadow-sm);
}

.card h3 {
  min-height: 0;
  text-align: left;
  margin-bottom: 14px;
}

.card p,
.card li {
  font-size: 0.96rem;
  line-height: 1.72;
  color: var(--text-secondary);
}

.card ul {
  margin: 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card li + li {
  margin-top: 0;
}

.slide--split {
  justify-content: center;
}

.pricing-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  align-items: start;
}

.pricing-narrative {
  max-width: 460px;
}

.pricing-narrative p {
  margin: 0;
  font-size: clamp(1rem, 1.34vw, 1.1rem);
  line-height: 1.8;
}

.conditions-box {
  width: fit-content;
  margin-top: 32px;
  padding: 16px 22px;
  border: 1px solid rgba(50, 104, 255, 0.14);
  border-radius: 20px;
  background: #f3f7ff;
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm);
}

.conditions-box p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-secondary);
}

.price-card:nth-child(2),
.price-card--wide {
  background: #eef4ff;
  border-color: rgba(50, 104, 255, 0.16);
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.price-card {
  padding: 26px 22px 22px;
  border: 1px solid rgba(50, 104, 255, 0.1);
  border-radius: 24px;
  min-height: 180px;
  text-align: left;
  background: #ffffff;
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition);
}

.price-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(50, 104, 255, 0.22);
  background: var(--surface-hover);
}

.price-card--wide {
  grid-column: 1 / span 2;
  max-width: none;
  justify-self: stretch;
  min-height: 160px;
}

.price-sub {
  margin: 10px 0 0;
  font-size: 1rem;
  font-style: italic;
  color: var(--muted);
}

.price-value {
  margin: 0;
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--accent);
}

.price-detail {
  margin: 12px 0 0;
  font-size: 0.95rem;
  line-height: 1.72;
}

.slide--phases {
  justify-content: center;
}

.phase-list {
  margin-top: 48px;
  display: grid;
  gap: 18px;
}

.phase {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: start;
  padding: 22px 26px;
  border-top: 0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

.phase:first-child {
  border-top: 0;
}

.phase-letter {
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  font-weight: 700;
  line-height: 1;
  color: var(--accent);
}

.phase h3 {
  margin-bottom: 12px;
}

.phase ul {
  margin: 0;
  padding-left: 24px;
}

.phase li {
  font-size: clamp(0.94rem, 1.18vw, 1.02rem);
  line-height: 1.72;
  color: var(--text-secondary);
}

.phase li + li {
  margin-top: 10px;
}

.slide--closing {
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f4f8ff !important;
}

.slide--closing h2 {
  max-width: 680px;
  color: var(--text);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.slide--closing .logo {
  color: var(--accent);
}

.closing-pill {
  width: 100%;
  max-width: 980px;
  padding: 28px 34px;
  border: 1px solid rgba(50, 104, 255, 0.12);
  border-radius: 24px;
  background: #ffffff;
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.closing-pill p {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.75;
  color: var(--text-secondary);
}

.closing-url {
  margin-top: 5vh;
  font-size: clamp(0.9rem, 1.2vw, 1.08rem);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: 0.7;
}

.slide-footer {
  width: min(100%, var(--max-width));
  margin: auto auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: 0.82;
}

@media (max-width: 1080px) {
  .pricing-layout {
    grid-template-columns: 1fr;
  }

  .card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-narrative {
    max-width: none;
  }

  .card {
    min-height: auto;
  }
}

@media (max-width: 920px) {
  .slide {
    width: min(calc(100% - 20px), 1320px);
    padding: 40px 28px;
    gap: 28px;
    border-radius: 28px;
  }

  .slide::after {
    inset: 10px;
  }

  .slide h1 {
    font-size: clamp(2.2rem, 6vw, 3.2rem);
  }

  .slide h2 {
    font-size: clamp(1.6rem, 4.5vw, 2.2rem);
  }

  .slide h3 {
    font-size: 1rem;
  }

  .card-row,
  .pricing-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card-row {
    margin-top: 32px;
  }

  .card:hover {
    transform: none;
  }

  .price-card:hover {
    transform: none;
  }

  .pricing-layout {
    gap: 24px;
  }

  .phase {
    grid-template-columns: 52px 1fr;
    gap: 14px;
    padding: 18px 20px;
  }

  .phase-letter {
    font-size: 2rem;
  }

  .phase-list {
    margin-top: 32px;
    gap: 14px;
  }

  .price-card,
  .price-card--wide {
    grid-column: auto;
    max-width: none;
    min-height: auto;
  }

  .closing-pill {
    min-width: 0;
    width: 100%;
    border-radius: var(--radius-lg);
    padding: 20px 32px;
  }

  .cover-note {
    font-size: 0.95rem;
  }
}

@media (max-width: 720px) {
  body {
    padding: 16px 0 32px;
  }

  .slide {
    min-height: auto;
    width: calc(100% - 14px);
    padding: 32px 20px;
    gap: 20px;
    border-radius: 22px;
    margin-bottom: 14px;
  }

  .slide::after {
    inset: 7px;
    border-radius: 18px;
  }

  .slide h1 {
    font-size: clamp(1.75rem, 7vw, 2.4rem);
    line-height: 1.05;
  }

  .slide h2 {
    font-size: clamp(1.4rem, 5.5vw, 1.85rem);
    line-height: 1.1;
    margin-bottom: 12px;
  }

  .slide h3 {
    font-size: 0.92rem;
    line-height: 1.3;
  }

  .slide--text p,
  .pricing-narrative p {
    font-size: 0.88rem;
    line-height: 1.7;
  }

  .phase li,
  .card p,
  .card li,
  .price-detail {
    font-size: 0.86rem;
    line-height: 1.65;
  }

  .cover-note {
    font-size: 0.88rem;
    line-height: 1.65;
    padding: 0 8px;
  }

  .card {
    padding: 30px 20px 20px;
    border-radius: 20px;
  }

  .card-row {
    margin-top: 24px;
    gap: 18px;
  }

  .card h3 {
    margin-bottom: 10px;
  }

  .card ul {
    gap: 6px;
  }

  .card-number {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
    top: -18px;
  }

  .phase {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 18px;
    border-radius: 20px;
  }

  .phase-letter {
    font-size: 1.8rem;
  }

  .phase-list {
    margin-top: 24px;
    gap: 12px;
  }

  .phase h3 {
    margin-bottom: 8px;
  }

  .phase ul {
    padding-left: 20px;
  }

  .phase li + li {
    margin-top: 6px;
  }

  .price-card {
    padding: 22px 18px 18px;
    border-radius: 20px;
    min-height: auto;
  }

  .price-value {
    font-size: 1.15rem;
  }

  .price-sub {
    font-size: 0.88rem;
  }

  .price-detail {
    margin-top: 8px;
  }

  .conditions-box {
    padding: 14px 18px;
    margin-top: 20px;
    border-radius: 16px;
  }

  .conditions-box p {
    font-size: 0.84rem;
  }

  .pricing-cards {
    gap: 14px;
  }

  .pricing-layout {
    gap: 20px;
  }

  .closing-pill {
    padding: 18px 22px;
    border-radius: var(--radius);
  }

  .closing-pill p {
    font-size: 0.88rem;
  }

  .slide-footer {
    justify-content: center;
    text-align: center;
    font-size: 0.82rem;
    gap: 10px;
  }

  .slide--text .slide-body,
  .card h3,
  .price-card {
    text-align: left;
  }

  .divider {
    width: 44px;
    height: 5px;
    margin: 12px 0 20px;
  }

  .closing-url {
    margin-top: 3vh;
    font-size: 0.82rem;
  }

  .logo {
    font-size: 1.1rem;
  }

  .logo--corner {
    font-size: 0.9rem;
  }

  .cover-meta {
    padding: 6px 16px;
    font-size: 0.72rem;
  }

  .slide--cover .logo {
    margin-top: 3vh;
  }
}

@media (max-width: 420px) {
  body {
    padding: 12px 0 24px;
  }

  .slide {
    width: calc(100% - 10px);
    padding: 26px 16px;
    gap: 18px;
    border-radius: 18px;
    margin-bottom: 12px;
  }

  .slide::after {
    inset: 5px;
    border-radius: 14px;
  }

  .slide h1 {
    font-size: clamp(1.5rem, 8vw, 2rem);
    line-height: 1.08;
  }

  .slide h2 {
    font-size: clamp(1.25rem, 6vw, 1.55rem);
    line-height: 1.12;
    margin-bottom: 10px;
  }

  .slide h3 {
    font-size: 0.86rem;
  }

  .slide--text p,
  .pricing-narrative p {
    font-size: 0.84rem;
    line-height: 1.65;
  }

  .card p,
  .card li,
  .phase li,
  .price-detail {
    font-size: 0.82rem;
    line-height: 1.6;
  }

  .cover-note {
    font-size: 0.84rem;
    line-height: 1.6;
  }

  .card {
    padding: 28px 16px 18px;
    border-radius: 18px;
  }

  .card h3 {
    min-height: auto;
    margin-bottom: 8px;
  }

  .card-number {
    width: 34px;
    height: 34px;
    font-size: 0.85rem;
    top: -16px;
  }

  .card ul {
    gap: 5px;
    padding-left: 16px;
  }

  .card-row {
    margin-top: 20px;
    gap: 16px;
  }

  .phase {
    padding: 16px 14px;
    border-radius: 18px;
    gap: 6px;
  }

  .phase-letter {
    font-size: 1.5rem;
  }

  .phase ul {
    padding-left: 16px;
  }

  .phase li + li {
    margin-top: 5px;
  }

  .phase-list {
    margin-top: 20px;
    gap: 10px;
  }

  .price-card {
    padding: 18px 16px 16px;
    border-radius: 18px;
  }

  .price-value {
    font-size: 1.05rem;
  }

  .price-sub {
    font-size: 0.82rem;
  }

  .price-detail {
    margin-top: 8px;
  }

  .conditions-box {
    padding: 12px 14px;
    border-radius: 14px;
    margin-top: 16px;
  }

  .conditions-box p {
    font-size: 0.8rem;
  }

  .pricing-cards {
    gap: 12px;
  }

  .closing-pill {
    padding: 14px 16px;
    border-radius: 16px;
  }

  .closing-pill p {
    font-size: 0.84rem;
  }

  .slide-footer {
    gap: 5px;
    font-size: 0.76rem;
  }

  .cover-meta {
    padding: 5px 12px;
    font-size: 0.68rem;
  }

  .closing-url {
    font-size: 0.76rem;
  }

  .divider {
    width: 40px;
    height: 4px;
    margin: 10px 0 16px;
  }

  .logo {
    font-size: 1rem;
  }

  .logo--corner {
    font-size: 0.85rem;
  }
}

@media print {
  body {
    background: #fff !important;
    background-image: none !important;
    padding: 0 !important;
  }

  .slide {
    min-height: auto;
    width: 100%;
    break-after: page;
    break-inside: avoid;
    opacity: 1 !important;
    transform: none !important;
    padding: 28px 24px;
    background: #fff !important;
  }

  .slide::after {
    border-color: #ddd;
  }

  .card,
  .price-card,
  .closing-pill,
  .conditions-box {
    backdrop-filter: none;
    box-shadow: none;
    border-color: #ccc;
    background: #fafafa;
  }

  .card:hover,
  .price-card:hover {
    transform: none;
  }
}

.slide--platform .platform-body > .platform-badge,
.slide--platform > .platform-badge {
  display: none !important;
}

.slide--platform .platform-card--option {
  position: relative;
}

.slide--platform .platform-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.slide--platform .platform-badge,
.slide--platform .platform-badge--small {
  position: static !important;
  top: auto;
  left: auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3268ff;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 2px 10px rgba(50, 104, 255, 0.18);
  border: 3px solid #fff;
  flex-shrink: 0;
}

/* OBJETIVO DESTACADO */
.objetivo-section {
  width: 100%;
  background: #f7faff;
  padding: 64px 0 36px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.objetivo-content {
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 18px;
}
.objetivo-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #232323;
  margin-bottom: 0.2em;
  letter-spacing: -0.02em;
  line-height: 1.08;
}
.objetivo-underline {
  width: 56px;
  height: 6px;
  background: #3268ff;
  border-radius: 999px;
  margin-bottom: 32px;
}
.objetivo-parrafo {
  font-size: 1.18rem;
  color: #4f607d;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 0 0;
  max-width: 760px;
}
@media (max-width: 900px) {
  .objetivo-section {
    padding: 32px 0 18px 0;
  }
  .objetivo-content {
    padding: 0 8px;
  }
  .objetivo-title {
    font-size: 1.3rem;
  }
  .objetivo-parrafo {
    font-size: 1rem;
  }
  .objetivo-underline {
    width: 36px;
    height: 4px;
    margin-bottom: 18px;
  }
}

/* ALTERNATIVAS SIN CARD GENERAL */
.platform-section {
  width: 100%;
  background: #f7faff;
  padding: 20px 0 36px 0;
}

.platform-section .platform-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
}

.platform-heading {
  text-align: left;
  margin-bottom: 22px;
}

.platform-section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #232323;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.platform-section-underline {
  width: 56px;
  height: 6px;
  background: #3268ff;
  border-radius: 999px;
  margin: 14px 0 14px 0;
}

.platform-section-subtitle {
  margin: 0;
  color: #4f607d;
  font-size: 1.08rem;
  line-height: 1.6;
  font-weight: 500;
}

.platform-section .platform-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.platform-section .platform-badge,
.platform-section .platform-badge--small {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3268ff;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 2px 10px rgba(50, 104, 255, 0.18);
  border: 3px solid #fff;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .platform-section {
    padding: 12px 0 20px 0;
  }

  .platform-section .platform-body {
    padding: 0 8px;
  }

  .platform-section-title {
    font-size: 1.3rem;
  }

  .platform-section-underline {
    width: 36px;
    height: 4px;
    margin: 10px 0 10px 0;
  }

  .platform-section-subtitle {
    font-size: 0.98rem;
  }
}

/* ALCANCE SIN CARD GENERAL */
.alcance-section {
  width: 100%;
  background: #f7faff;
  padding: 20px 0 36px 0;
}

.alcance-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
}

.alcance-heading {
  text-align: left;
  margin-bottom: 22px;
}

.alcance-title {
  font-size: 2rem;
  font-weight: 800;
  color: #232323;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.alcance-underline {
  width: 56px;
  height: 6px;
  background: #3268ff;
  border-radius: 999px;
  margin: 14px 0 0 0;
}

.alcance-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

/* SECCIONES LIMPIAS REUTILIZABLES */
.section-clean {
  width: 100%;
  background: #f7faff;
  padding: 20px 0 36px 0;
}

.section-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
}

.section-body--narrow {
  max-width: 920px;
}

.section-heading {
  text-align: left;
  margin-bottom: 22px;
}

.section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #232323;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.section-underline {
  width: 56px;
  height: 6px;
  background: #3268ff;
  border-radius: 999px;
  margin: 14px 0 0 0;
}

.section-clean ul {
  margin: 0;
  padding-left: 22px;
}

.section-clean li {
  font-size: 1.02rem;
  line-height: 1.72;
  color: #4f607d;
  margin-bottom: 6px;
}

#costos .card-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#opcionales .card-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#plazos .pricing-layout {
  grid-template-columns: 1fr;
}

#plazos .pricing-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .alcance-section {
    padding: 12px 0 20px 0;
  }

  .alcance-body {
    padding: 0 16px;
  }

  .alcance-title {
    font-size: 1.3rem;
  }

  .alcance-underline {
    width: 36px;
    height: 4px;
    margin-top: 10px;
  }

  .alcance-cards {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .section-clean {
    padding: 12px 0 20px 0;
  }

  .section-body {
    padding: 0 16px;
  }

  .section-title {
    font-size: 1.3rem;
  }

  .section-underline {
    width: 36px;
    height: 4px;
    margin-top: 10px;
  }

  #costos .card-row,
  #opcionales .card-row,
  #plazos .pricing-cards {
    grid-template-columns: 1fr;
  }
}

/* AJUSTES DE LECTURA Y ESPACIADO */
.hero-content {
  padding: 0 24px;
}

.objetivo-content,
.platform-section .platform-body,
.alcance-body,
.section-body {
  padding-left: 22px;
  padding-right: 22px;
}

.objetivo-parrafo,
.platform-desc,
.platform-list li,
.section-clean li,
.price-detail,
.conditions-box p,
.card p,
.card li {
  font-size: clamp(1.03rem, 1.2vw, 1.1rem);
}

@media (max-width: 900px) {
  .hero-content {
    padding: 0 20px;
  }

  .objetivo-content,
  .platform-section .platform-body,
  .alcance-body,
  .section-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .objetivo-parrafo,
  .platform-desc,
  .platform-list li,
  .section-clean li,
  .price-detail,
  .conditions-box p,
  .card p,
  .card li {
    font-size: 1.06rem;
    line-height: 1.72;
  }

  .section-title,
  .alcance-title,
  .platform-section-title,
  .objetivo-title {
    font-size: 1.52rem;
  }
}