/* ============================================
   AGILEMPRENDE - Landing Page Estática
   Identidad visual: Manual de uso Agilemprende
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700;800;900&family=Open+Sans:ital,wght@0,400;0,700;0,800;1,400&display=swap');

/* ============ RESET ============ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Open Sans', system-ui, sans-serif;
  background: #FFFFFF;
  color: #2C2C31;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito Sans', system-ui, sans-serif;
  font-weight: 900;
  line-height: 1.15;
  color: #2C2C31;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul {
  list-style: none;
}

/* ============ PALETA AGILEMPRENDE ============ */
:root {
  --agility: #845EC2;
  --drive: #BF33B5;
  --trust: #393372;
  --balance: #2C2C31;
  --clarity: #FFFFFF;
  --bg-surface: #F5F4F8;
  --bg-elev: #ECEAF2;
  --text-primary: #2C2C31;
  --text-secondary: rgba(44, 44, 49, 0.72);
  --text-tertiary: rgba(44, 44, 49, 0.55);
  --border: rgba(44, 44, 49, 0.10);
  --border-strong: rgba(44, 44, 49, 0.18);
  --grad-brand: linear-gradient(135deg, #845EC2 0%, #BF33B5 100%);
  --grad-trust: linear-gradient(135deg, #393372 0%, #845EC2 100%);
  --whatsapp: #25D366;
  --whatsapp-dark: #1FB855;
}

/* ============ LAYOUT UTILITIES ============ */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 1024px) {
  .container { padding-left: 2rem; padding-right: 2rem; }
}

.section {
  padding: 3.5rem 0;
}
@media (min-width: 768px) {
  .section { padding: 5rem 0; }
}

.bg-surface { background-color: var(--bg-surface); }
.bg-white { background-color: #FFFFFF; }
.text-center { text-align: center; }

/* ============ TYPOGRAPHY HELPERS ============ */
.h1 { font-size: clamp(2.25rem, 5vw, 4.5rem); line-height: 1.05; letter-spacing: -0.025em; }
.h2 { font-size: clamp(1.875rem, 4vw, 3rem); line-height: 1.1; letter-spacing: -0.015em; }
.h3 { font-size: clamp(1.25rem, 2.5vw, 1.875rem); line-height: 1.2; }
.lead { font-size: clamp(1rem, 2vw, 1.25rem); color: var(--text-secondary); line-height: 1.6; }

.grad-text {
  background: var(--grad-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ============ BADGES ============ */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.875rem;
  border-radius: 9999px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.badge-primary {
  background: rgba(191, 51, 181, 0.10);
  border: 1px solid rgba(191, 51, 181, 0.30);
  color: #BF33B5;
}
.badge-accent {
  background: rgba(132, 94, 194, 0.10);
  border: 1px solid rgba(132, 94, 194, 0.30);
  color: #845EC2;
}
.badge-white {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.30);
  color: #FFFFFF;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  border-radius: 0.625rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  border: 2px solid transparent;
  white-space: nowrap;
}
.btn svg { width: 1.25rem; height: 1.25rem; }
.btn-lg { padding: 1rem 1.75rem; font-size: 1.05rem; min-height: 3.25rem; }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.875rem; min-height: 2.25rem; }

.btn-whatsapp {
  background: var(--whatsapp);
  color: #FFFFFF;
  box-shadow: 0 8px 20px -6px rgba(37, 211, 102, 0.4);
}
.btn-whatsapp:hover {
  background: var(--whatsapp-dark);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -6px rgba(37, 211, 102, 0.5);
}

.btn-grad {
  background: var(--grad-brand);
  color: #FFFFFF;
  border: 0;
  box-shadow: 0 8px 20px -6px rgba(191, 51, 181, 0.4);
}
.btn-grad:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -6px rgba(191, 51, 181, 0.5);
  filter: brightness(1.05);
}

.btn-outline {
  background: transparent;
  color: #BF33B5;
  border: 2px solid rgba(191, 51, 181, 0.4);
}
.btn-outline:hover {
  background: #BF33B5;
  color: #FFFFFF;
  border-color: #BF33B5;
}

.btn-ghost {
  background: transparent;
  color: #2C2C31;
}
.btn-ghost:hover { color: #BF33B5; }

.btn-white {
  background: #FFFFFF;
  color: #393372;
}
.btn-white:hover { background: rgba(255, 255, 255, 0.9); transform: translateY(-1px); }

.btn-block { display: flex; width: 100%; }

/* ============ TEXTURAS AGILEMPRENDE ============ */
.texture-dynamic {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0%, transparent 60%, rgba(132,94,194,0.04) 100%),
    radial-gradient(circle at 100% 0%, rgba(191,51,181,0.06) 0%, transparent 45%),
    radial-gradient(circle at 0% 100%, rgba(57,51,114,0.05) 0%, transparent 50%);
}

.texture-waves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image:
    repeating-linear-gradient(115deg, transparent 0 40px, rgba(132,94,194,0.04) 40px 41px),
    repeating-linear-gradient(65deg,  transparent 0 60px, rgba(191,51,181,0.03) 60px 61px);
}

.texture-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(44,44,49,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(44,44,49,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.4;
}

/* ============ SCROLL PROGRESS BAR ============ */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  z-index: 60;
  background: var(--grad-brand);
  transition: width 0.1s ease-out;
  box-shadow: 0 0 8px rgba(191, 51, 181, 0.5);
}

/* ============ BACK TO TOP ============ */
.back-top {
  position: fixed;
  bottom: 5.5rem;
  right: 1.25rem;
  z-index: 45;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background: #FFFFFF;
  border: 1px solid var(--border);
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BF33B5;
  transition: all 0.25s ease;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.back-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-top:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -8px rgba(191, 51, 181, 0.30);
}

/* ============ STICKY WHATSAPP ============ */
.wa-floating {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.wa-floating-label {
  display: none;
  background: #FFFFFF;
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(37, 211, 102, 0.15);
  border-radius: 9999px;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #047857;
  transition: padding 0.2s ease;
}
@media (min-width: 768px) {
  .wa-floating-label { display: flex; align-items: center; gap: 0.25rem; }
}
.wa-floating-label .small { font-size: 0.75rem; color: #10B981; text-transform: uppercase; letter-spacing: 0.05em; }

.wa-floating-btn {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 9999px;
  background: var(--whatsapp);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px -5px rgba(37, 211, 102, 0.4);
  animation: wa-pulse 2.2s infinite;
  transition: transform 0.2s ease;
}
@media (min-width: 768px) {
  .wa-floating-btn { width: 4rem; height: 4rem; }
}
.wa-floating-btn:hover { transform: scale(1.05); }
.wa-floating-btn svg { width: 1.75rem; height: 1.75rem; color: #FFFFFF; }
@media (min-width: 768px) {
  .wa-floating-btn svg { width: 2rem; height: 2rem; }
}

@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  50% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
}

/* ============ HEADER ============ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  border-bottom-color: var(--border);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
}
@media (min-width: 1024px) {
  .header-inner { height: 5rem; }
}
.header-logo { height: 2.25rem; width: auto; }
@media (min-width: 1024px) {
  .header-logo { height: 2.75rem; }
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 1.75rem;
}
@media (min-width: 1024px) {
  .nav-desktop { display: flex; }
}
.nav-desktop a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #2C2C31;
  transition: color 0.2s ease;
}
.nav-desktop a:hover { color: #BF33B5; }

.header-cta {
  display: none;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .header-cta { display: flex; }
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  color: #2C2C31;
}
@media (min-width: 1024px) {
  .menu-toggle { display: none; }
}

.nav-mobile {
  display: none;
  padding: 1rem 0;
  border-top: 1px solid var(--border);
}
.nav-mobile.open { display: block; }
.nav-mobile a {
  display: block;
  padding: 0.75rem 0;
  font-size: 1rem;
  font-weight: 700;
  color: #2C2C31;
}
.nav-mobile a:hover { color: #BF33B5; }
.nav-mobile-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.75rem;
}

/* ============ HERO ============ */
.hero {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero { padding-top: 8rem; padding-bottom: 4rem; }
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-grid { grid-template-columns: 7fr 5fr; gap: 3rem; }
}
.hero-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 1.25rem 0 1.25rem;
}
.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--text-secondary);
  line-height: 1.55;
  max-width: 36rem;
  margin-bottom: 1.75rem;
}
.hero-cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 640px) {
  .hero-cta { flex-direction: row; }
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  font-size: 0.875rem;
  color: var(--text-secondary);
}
.hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.hero-trust-item svg { width: 1rem; height: 1rem; color: #BF33B5; }
.hero-trust-item strong { color: #2C2C31; }

.hero-image-wrap {
  position: relative;
  max-width: 28rem;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .hero-image-wrap { max-width: none; }
}
.hero-image-blob {
  position: absolute;
  inset: -1rem;
  background: var(--grad-brand);
  opacity: 0.20;
  filter: blur(50px);
  border-radius: 9999px;
}
.hero-image-card {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 4px solid #FFFFFF;
  aspect-ratio: 4/5;
}
.hero-image-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(57, 51, 114, 0.4) 0%, transparent 50%);
}
.hero-stat {
  position: absolute;
  bottom: -1.25rem;
  left: -0.75rem;
  background: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--border);
  padding: 1rem;
  max-width: 13rem;
}
@media (min-width: 768px) {
  .hero-stat { left: -1.5rem; }
}
.hero-stat-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hero-stat-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: var(--grad-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-stat-icon svg { width: 1.25rem; height: 1.25rem; color: #FFFFFF; }
.hero-stat-value {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
  color: #2C2C31;
}
.hero-stat-label {
  font-size: 0.75rem;
  color: var(--text-secondary);
  margin-top: 0.25rem;
}

/* ============ SECTION HEADER ============ */
.section-header {
  max-width: 48rem;
  margin-bottom: 2.5rem;
  text-align: left;
}
.section-header.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-header h2 { margin: 1rem 0 0.75rem; }
.section-header p { font-size: 1.05rem; color: var(--text-secondary); }
@media (min-width: 768px) {
  .section-header p { font-size: 1.125rem; }
}

/* ============ DOLORES ============ */
.dolores-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) {
  .dolores-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .dolores-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
}
.dolor-card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.25rem 1.25rem 1.25rem 1.75rem;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  height: 100%;
}
.dolor-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 4px;
  background: var(--grad-brand);
  border-radius: 0 4px 4px 0;
}
.dolor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  border-color: rgba(191, 51, 181, 0.30);
}
.dolor-quote {
  font-size: 3rem;
  font-weight: 900;
  color: rgba(191, 51, 181, 0.15);
  line-height: 0.6;
  margin-bottom: 0.5rem;
  height: 2rem;
}
.dolor-text {
  font-style: italic;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  color: #2C2C31;
}

/* ============ CLOSING BAR ============ */
.closing-bar {
  background: var(--grad-brand);
  border-radius: 1rem;
  padding: 1.5rem;
  color: #FFFFFF;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15);
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .closing-bar { flex-direction: row; align-items: center; padding: 1.75rem; }
}
.closing-bar-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.closing-bar-icon svg { width: 1.5rem; height: 1.5rem; }
.closing-bar-text {
  flex: 1;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .closing-bar-text { font-size: 1.125rem; }
}
.closing-bar .btn { flex-shrink: 0; }

/* ============ DIFFERENTIATORS + DELIVERABLES ============ */
.diffs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 1024px) {
  .diffs-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
}
.diff-card {
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.25rem;
  transition: all 0.3s ease;
  height: 100%;
}
.diff-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
  border-color: rgba(191, 51, 181, 0.30);
}
.diff-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: rgba(191, 51, 181, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.diff-icon svg { width: 1.25rem; height: 1.25rem; color: #BF33B5; }
.diff-title { font-size: 1rem; font-weight: 800; margin-bottom: 0.25rem; color: #2C2C31; }
.diff-desc { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.4; }

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 1024px) {
  .deliverables-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
}
.deliverable-card {
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.25rem;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.deliverable-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  border-color: rgba(191, 51, 181, 0.40);
}
.deliverable-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: var(--grad-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  box-shadow: 0 6px 12px -2px rgba(191, 51, 181, 0.3);
}
.deliverable-icon svg { width: 1.25rem; height: 1.25rem; color: #FFFFFF; }
.deliverable-title { font-size: 1rem; font-weight: 800; line-height: 1.25; margin-bottom: 0.375rem; color: #2C2C31; }
.deliverable-desc { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.35; }

.tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--grad-brand);
  color: #FFFFFF;
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
  box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.15);
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .tag-pill { font-size: 1.25rem; }
}
.tag-pill svg { width: 1.25rem; height: 1.25rem; }

/* ============ PROGRAMA ============ */
.sprints-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .sprints-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
  .sprints-grid { grid-template-columns: repeat(6, 1fr); gap: 1rem; }
}
.sprint-card {
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.sprint-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.sprint-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}
.sprint-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  box-shadow: 0 6px 12px -2px rgba(0, 0, 0, 0.15);
}
.sprint-icon svg { width: 1.5rem; height: 1.5rem; color: #FFFFFF; }
.sprint-meta {
  font-size: 0.625rem;
  font-weight: 800;
  color: var(--text-secondary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.sprint-name {
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 0.375rem;
  color: #2C2C31;
}
.sprint-desc { font-size: 0.75rem; color: var(--text-secondary); line-height: 1.35; }
@media (min-width: 768px) {
  .sprint-desc { font-size: 0.875rem; }
}

/* ============ CICLO + FICHA ============ */
.programa-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .programa-grid { grid-template-columns: 7fr 5fr; gap: 2.5rem; }
}
.ciclo-list { display: flex; flex-direction: column; gap: 0.625rem; }
.ciclo-item {
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: border-color 0.2s ease;
}
.ciclo-item:hover { border-color: rgba(191, 51, 181, 0.30); }
.ciclo-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: rgba(191, 51, 181, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ciclo-icon svg { width: 1.25rem; height: 1.25rem; color: #BF33B5; }
.ciclo-content { flex: 1; min-width: 0; }
.ciclo-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}
.ciclo-title {
  font-weight: 800;
  font-size: 1rem;
  color: #2C2C31;
}
.ciclo-title .num { color: #BF33B5; margin-right: 0.375rem; }
.ciclo-min {
  font-size: 0.75rem;
  font-weight: 900;
  color: #BF33B5;
  background: rgba(191, 51, 181, 0.10);
  padding: 0.125rem 0.5rem;
  border-radius: 0.375rem;
  white-space: nowrap;
}
.ciclo-desc { font-size: 0.875rem; color: var(--text-secondary); margin-top: 0.125rem; }

.ficha-card {
  background: var(--grad-trust);
  border-radius: 1.5rem;
  padding: 1.75rem;
  color: #FFFFFF;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 6rem;
}
.ficha-label {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.5rem;
}
.ficha-title { font-size: 1.5rem; font-weight: 900; margin-bottom: 1.25rem; line-height: 1.2; }
@media (min-width: 768px) {
  .ficha-title { font-size: 1.875rem; }
}
.ficha-list { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 1.25rem; }
.ficha-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.ficha-item:last-child { border-bottom: 0; padding-bottom: 0; }
.ficha-item-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ficha-item-icon svg { width: 1.25rem; height: 1.25rem; }
.ficha-item-label {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 900;
}
.ficha-item-value { font-size: 0.875rem; font-weight: 700; margin-top: 0.125rem; }
@media (min-width: 768px) {
  .ficha-item-value { font-size: 1rem; }
}

.hot-seat {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.75rem;
  padding: 1rem;
  margin-bottom: 1.25rem;
}
.hot-seat-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.hot-seat-header svg { width: 1.25rem; height: 1.25rem; color: #FED7AA; }
.hot-seat-header span {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}
.hot-seat-text { font-size: 0.75rem; color: rgba(255, 255, 255, 0.9); line-height: 1.5; }

/* ============ ARSENAL ============ */
.arsenal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) {
  .arsenal-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .arsenal-grid { grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
}
.arsenal-card {
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.5rem;
  transition: all 0.3s ease;
  height: 100%;
}
.arsenal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.1);
  border-color: rgba(191, 51, 181, 0.30);
}
.arsenal-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: var(--grad-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: 0 6px 12px -2px rgba(191, 51, 181, 0.3);
}
.arsenal-icon svg { width: 1.5rem; height: 1.5rem; color: #FFFFFF; }
.arsenal-title { font-size: 1.125rem; font-weight: 800; margin-bottom: 0.5rem; color: #2C2C31; }
.arsenal-desc { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.5; }

/* ============ MENTOR ============ */
.mentor-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .mentor-grid { grid-template-columns: 5fr 7fr; gap: 3.5rem; }
}
.mentor-photo-wrap {
  position: relative;
  max-width: 28rem;
  margin: 0 auto;
}
.mentor-photo-blob {
  position: absolute;
  inset: -0.75rem;
  background: var(--grad-brand);
  opacity: 0.15;
  filter: blur(50px);
  border-radius: 9999px;
}
.mentor-photo-card {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 4px solid #FFFFFF;
  aspect-ratio: 1/1;
}
.mentor-photo-card img { width: 100%; height: 100%; object-fit: cover; }
.mentor-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(57, 51, 114, 0.30) 0%, transparent 50%);
}
.mentor-badge {
  position: absolute;
  bottom: -1rem;
  right: -0.5rem;
  background: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--border);
  padding: 0.875rem;
  max-width: 11rem;
}
@media (min-width: 768px) {
  .mentor-badge { right: -1rem; }
}
.mentor-badge-inner { display: flex; align-items: center; gap: 0.625rem; }
.mentor-badge-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: var(--grad-trust);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mentor-badge-icon svg { width: 1.25rem; height: 1.25rem; color: #FFFFFF; }
.mentor-badge-label {
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-secondary);
}
.mentor-badge-value {
  font-size: 0.875rem;
  font-weight: 900;
  color: #2C2C31;
  line-height: 1.15;
}

.mentor-name {
  font-size: clamp(1.875rem, 4vw, 3rem);
  margin: 1rem 0 0.75rem;
  line-height: 1.1;
}
.mentor-bio {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .mentor-bio { font-size: 1.125rem; }
}

.mentor-quote {
  background: var(--grad-brand);
  border-radius: 1rem;
  padding: 1.25rem;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.mentor-quote::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  background: rgba(255, 255, 255, 0.10);
  border-radius: 9999px;
  margin: -4rem -4rem 0 0;
}
.mentor-quote-text {
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.35;
  position: relative;
}
@media (min-width: 768px) {
  .mentor-quote-text { font-size: 1.25rem; }
}
.mentor-quote-author {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0.5rem;
  position: relative;
}

.credentials-label {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
}
.credentials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 640px) {
  .credentials-grid { grid-template-columns: repeat(2, 1fr); }
}
.credential-item {
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: border-color 0.2s ease;
}
.credential-item:hover { border-color: rgba(191, 51, 181, 0.30); }
.credential-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 9999px;
  background: #BF33B5;
  flex-shrink: 0;
}
.credential-text {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  color: #2C2C31;
}
@media (min-width: 768px) {
  .credential-text { font-size: 0.875rem; }
}

.mentor-cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .mentor-cta { flex-direction: row; }
}

/* ============ FAQ ============ */
.faq-list { display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item {
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  text-align: left;
  padding: 1.25rem 1.5rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #2C2C31;
  background: transparent;
  border: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq-question { font-size: 1.125rem; padding: 1.25rem 1.5rem; }
}
.faq-question svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  color: #BF33B5;
  transition: transform 0.3s ease;
}
.faq-item.open .faq-question svg { transform: rotate(180deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 1.5rem;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .faq-answer { font-size: 1rem; }
}
.faq-item.open .faq-answer {
  max-height: 500px;
  padding-bottom: 1.25rem;
}

.faq-contact {
  margin-top: 2.5rem;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.5rem;
}
.faq-contact p {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2C2C31;
}

/* ============ FINAL CTA ============ */
.final-cta {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .final-cta { padding: 6rem 0; }
}
.final-cta-bg { position: absolute; inset: 0; background: var(--grad-trust); }
.final-cta-waves {
  position: absolute;
  inset: 0;
  opacity: 0.30;
  background-image:
    repeating-linear-gradient(115deg, transparent 0 40px, rgba(255, 255, 255, 0.05) 40px 41px),
    repeating-linear-gradient(65deg, transparent 0 60px, rgba(255, 255, 255, 0.04) 60px 61px);
}
.final-cta-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.20); }
.final-cta-content {
  position: relative;
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 640px) {
  .final-cta-content { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .final-cta-content { padding: 0 2rem; }
}
.final-cta-logo {
  height: 2.75rem;
  margin: 0 auto 1.5rem;
}
@media (min-width: 768px) {
  .final-cta-logo { height: 3.5rem; }
}
.final-cta h2 {
  font-size: clamp(1.875rem, 5vw, 3.75rem);
  color: #FFFFFF;
  margin-bottom: 1.25rem;
  line-height: 1.05;
}
.final-cta-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 36rem;
  margin: 0 auto 2rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .final-cta-subtitle { font-size: 1.125rem; }
}
.final-cta-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 640px) {
  .final-cta-buttons { flex-direction: row; }
}
.final-cta-contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  max-width: 48rem;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .final-cta-contact { grid-template-columns: repeat(3, 1fr); }
}
.contact-card {
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.75rem;
  padding: 1rem;
  text-align: left;
  color: #FFFFFF;
  transition: background 0.2s ease;
}
.contact-card:hover { background: rgba(255, 255, 255, 0.15); }
.contact-card-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.25rem;
}
.contact-card-label svg { width: 0.875rem; height: 0.875rem; }
.contact-card-value { font-size: 1rem; font-weight: 700; word-break: break-word; }

.final-cta-note {
  margin-top: 1.75rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}

/* ============ FOOTER ============ */
.footer {
  background: #2C2C31;
  color: #FFFFFF;
  padding: 2.5rem 0;
  margin-top: auto;
}
@media (min-width: 768px) {
  .footer { padding: 3.5rem 0; }
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
}
.footer-logo { height: 2.25rem; margin-bottom: 0.75rem; }
.footer-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
.footer-title {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.75rem;
}
.footer-list { display: flex; flex-direction: column; gap: 0.625rem; font-size: 0.875rem; }
.footer-list a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.2s ease;
}
.footer-list a:hover { color: #BF33B5; }
.footer-list svg { width: 1rem; height: 1rem; color: #BF33B5; flex-shrink: 0; }
.footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
@media (min-width: 768px) {
  .footer-bottom { flex-direction: row; text-align: left; }
}
.footer-bottom .passion { color: #BF33B5; font-weight: 800; }

/* ============ SCROLL REVEAL ANIMATIONS ============ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============ REDUCED MOTION ============ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .wa-floating-btn { animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
