/*
 Theme Name:   Astra Child (Lady Cedeño)
 Theme URI:    http://wpastra.com/
 Description:  Astra Child Theme for Lady Cedeño - Liderazgo Territorial
 Author:       Antigravity
 Author URI:   http://wpastra.com/
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/

:root {
  --color-primary: #E6007E;
  --color-secondary: #000000;
  --color-tertiary: #1b5e20;
  --color-neutral-light: #FAF8F5;
  --color-neutral-gray: #F0EEEB;
  --color-neutral-dark: #1A1A1A;
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Inter', sans-serif;
}

/* === GLOBAL RESET === */
body {
  background-color: var(--color-neutral-light) !important;
  color: var(--color-neutral-dark) !important;
  font-family: var(--font-body) !important;
  font-size: 18px !important;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  cursor: none;
}

body * {
  cursor: none;
}

@media (max-width:768px) {

  body,
  body * {
    cursor: auto;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
  font-family: var(--font-heading) !important;
  font-weight: 800 !important;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.lady-site {
  width: 100%;
  overflow-x: hidden;
}

.lady-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}

.text-center {
  text-align: center;
}

/* === TSÁCHILA RIBBON === */
.tsachila-ribbon {
  height: 6px;
  width: 100%;
  background: linear-gradient(to right, #000 0%, #000 20%, #fff 20%, #fff 40%, #E6007E 40%, #E6007E 60%, #1b5e20 60%, #1b5e20 80%, #F8B500 80%, #F8B500 100%);
}

/* === BUTTONS === */
.lady-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  border-radius: 50px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
  border: 2px solid transparent;
}

.lady-btn-primary {
  background: var(--color-primary);
  color: #fff !important;
  border-color: var(--color-primary);
}

.lady-btn-primary:hover {
  background: #000;
  border-color: #000;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(230, 0, 126, 0.25);
}

.lady-btn-outline {
  background: transparent;
  color: #fff !important;
  border-color: #fff;
}

.lady-btn-outline:hover {
  background: #fff;
  color: #000 !important;
  transform: translateY(-3px);
}

.ast-button,
button,
input[type="submit"] {
  font-family: var(--font-heading) !important;
  border-radius: 50px !important;
  font-size: 1rem !important;
  padding: 14px 28px !important;
  border: none !important;
  transition: all 0.3s ease !important;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 700;
}

.ast-button:hover,
button:hover,
input[type="submit"]:hover {
  background-color: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* === SECTION TITLES === */
.section-title {
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  text-align: center;
  color: var(--color-secondary);
  margin-bottom: 16px;
}

.section-desc {
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  text-align: center;
  max-width: 750px;
  margin: 0 auto 48px auto;
  color: #666;
  line-height: 1.7;
}

.lady-section {
  position: relative;
}

.lady-section-dark {
  background: #111;
}

.lady-section-gray {
  background: var(--color-neutral-gray);
}

/* === HERO === */
.lady-hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lady-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.lady-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lady-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.lady-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 24px;
  max-width: 900px;
}

.hero-eyebrow {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
}

.hero-title {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 900;
  margin: 0;
  line-height: 1.1;
  color: #fff !important;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.3);
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding: 0 20px;
}

.hero-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  font-weight: 500;
  margin: 20px 0 12px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-body {
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  margin: 0 auto 32px;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.7);
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.hero-scroll-indicator span {
  display: block;
  width: 28px;
  height: 44px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 14px;
  position: relative;
}

.hero-scroll-indicator span::after {
  content: '';
  width: 4px;
  height: 8px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollBounce 1.8s infinite;
}

@keyframes scrollBounce {

  0%,
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0)
  }

  50% {
    opacity: 0.3;
    transform: translateX(-50%) translateY(16px)
  }
}

/* === MARQUEE === */
.lady-marquee {
  background: var(--color-primary);
  color: #fff;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}

.marquee-track {
  display: flex;
  animation: marquee 30s linear infinite;
}

.marquee-track span {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.5rem;
  padding: 0 16px;
}

@keyframes marquee {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-33.333%)
  }
}

/* === PILARES === */
.pilares-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  align-items: stretch;
}

.pilares-grid .pilar-card:nth-child(even) {
  margin-top: 30px;
}

.pilar-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.pilar-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

.pilar-img-wrapper {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.pilar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.pilar-card:hover .pilar-img {
  transform: scale(1.08);
}

.pilar-content {
  padding: 24px;
}

.pilar-number {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 2.5rem;
  color: var(--color-neutral-gray);
  line-height: 1;
}

.pilar-content h3 {
  font-size: 1.4rem;
  color: var(--color-primary);
  margin: 4px 0 10px;
}

.pilar-content p {
  margin: 0;
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}

/* === LOGROS (TRAYECTORIA) === */
.logros-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.logro-card {
  grid-column: span 6;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
}

.logro-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}

.logro-card-highlight {
  grid-column: span 12;
  text-align: center;
  border-color: var(--color-primary);
  background: rgba(230, 0, 126, 0.1);
  padding: 40px;
}

/* === DYNAMIC BACKGROUND ORBS === */
.lady-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

.orb-1 {
  width: 400px;
  height: 400px;
  background: rgba(230, 0, 126, 0.15);
  top: -100px;
  left: -100px;
  animation: floatOrb 20s infinite alternate;
}

.orb-2 {
  width: 300px;
  height: 300px;
  background: rgba(27, 94, 32, 0.1);
  bottom: 10%;
  right: -50px;
  animation: floatOrb 15s infinite alternate-reverse;
}

@keyframes floatOrb {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(100px, 50px) scale(1.2);
  }
}

.logro-year {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 0.85rem;
  color: var(--color-primary);
  letter-spacing: 2px;
}

.logro-card h4 {
  color: #fff;
  font-size: 1.15rem;
  margin: 8px 0;
  font-weight: 700;
}

.logro-card p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin: 0;
}

/* === QUOTE === */
.lady-quote-section {
  background: var(--color-primary);
  padding: 60px 24px;
}

.lady-quote {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-heading);
  color: #fff;
  border: none;
  padding: 0;
  white-space: normal;
}

.lady-quote p {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  text-align: center !important;
}

.lady-quote cite {
  font-style: normal;
  font-size: 1rem;
  opacity: 0.7;
  display: block;
  margin-top: 16px;
}

/* === GALERÍA TERRITORIAL === */
.galeria-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 300px 200px;
  gap: 16px;
}

.galeria-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.galeria-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.galeria-item:hover img {
  transform: scale(1.06);
}

.galeria-item-large {
  grid-column: span 2;
  grid-row: span 2;
}

.galeria-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
}

/* === ACTIVIDADES === */
.actividades-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.actividad-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: all 0.4s ease;
}

.actividad-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.actividad-img {
  height: 200px;
  overflow: hidden;
}

.actividad-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.actividad-content {
  padding: 24px;
}

.actividad-date {
  font-size: 0.8rem;
  color: var(--color-primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.actividad-content h3 {
  font-size: 1.15rem;
  margin: 8px 0;
}

.actividad-content h3 a {
  color: var(--color-secondary);
  text-decoration: none;
}

.actividad-content h3 a:hover {
  color: var(--color-primary);
}

.actividad-content p {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
}

/* === SOCIAL === */
.social-links-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.social-btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid var(--brand-color);
  border-radius: 50px;
  background: transparent;
  color: var(--brand-color) !important;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  text-decoration: none;
}

.social-btn svg {
  fill: currentColor;
  flex-shrink: 0;
}

.social-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--brand-color);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.social-btn:hover::before {
  transform: scaleX(1);
}

.social-btn:hover {
  color: #fff !important;
}

/* === FORMS === */
.forms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.form-wrapper {
  background: #fff;
  padding: 36px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
}

/* === CTA FINAL === */
.lady-cta-final {
  background: linear-gradient(135deg, #111 0%, #1a1a1a 50%, var(--color-primary) 200%);
  position: relative;
  overflow: hidden;
}

.lady-cta-final .lady-container {
  padding: 100px 24px;
}

/* === LANG SWITCHER === */
.lang-switcher-wrapper {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 10000;
  font-family: var(--font-body);
}

.lang-btn {
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 600;
  color: var(--color-neutral-dark);
  transition: all 0.3s ease;
}

.lang-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.lang-dropdown {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.3s ease;
  min-width: 160px;
}

.lang-switcher-wrapper:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-option {
  padding: 8px 14px;
  border-radius: 8px;
  color: var(--color-neutral-dark);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-option:hover {
  background: var(--color-neutral-gray);
  color: var(--color-primary);
}

/* === WHATSAPP FLOAT === */
.lady-whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  transition: all 0.3s ease;
  text-decoration: none;
}

.lady-whatsapp-float:hover {
  transform: scale(1.1) translateY(-4px);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.4);
}

.lady-whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

/* === COOKIE BANNER === */
.lady-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(26, 26, 26, 0.95);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 20px 24px;
  display: none;
  font-size: 0.9rem;
  line-height: 1.5;
}

.lady-cookie-banner.is-visible {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.lady-cookie-banner p {
  margin: 0;
  max-width: 600px;
}

.lady-cookie-banner button {
  background: var(--color-primary) !important;
  color: #fff !important;
  padding: 10px 24px !important;
  border-radius: 50px !important;
  font-size: 0.85rem !important;
  cursor: pointer;
  white-space: nowrap;
}

/* === RESPONSIVE === */
@media (max-width:1024px) {
  .pilares-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .galeria-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .galeria-item-large {
    grid-column: span 2;
  }
}

@media (max-width:768px) {

  .pilares-grid,
  .logros-grid,
  .actividades-grid,
  .forms-grid {
    grid-template-columns: 1fr;
  }

  .galeria-grid {
    grid-template-columns: 1fr;
  }

  .galeria-item-large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .hero-title {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .lady-container {
    padding: 60px 20px;
  }

  .form-wrapper {
    padding: 24px;
  }

  .lady-whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
  }

  .lang-switcher-wrapper {
    bottom: 20px;
    left: 20px;
  }

  .social-links-grid {
    gap: 10px;
  }

  .social-btn {
    padding: 10px 18px;
    font-size: 0.85rem;
  }
}

/* === FORM STYLING (override shortcode) === */
.lady-form-container {
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-top: none !important;
  max-width: 100% !important;
}

.lady-form-group input,
.lady-form-group textarea,
.lady-form-group select {
  border-radius: 12px !important;
  padding: 14px !important;
  border: 1px solid #e0e0e0 !important;
  background: #fafafa !important;
  font-family: var(--font-body) !important;
  font-size: 1rem !important;
}

.lady-form-group input:focus,
.lady-form-group textarea:focus,
.lady-form-group select:focus {
  border-color: var(--color-primary) !important;
  background: #fff !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(230, 0, 126, 0.1) !important;
}

/* === TIMELINE === */
.lady-timeline {
  position: relative;
  max-width: 900px;
  margin: 48px auto 0;
  padding: 20px 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--color-primary), var(--color-tertiary));
  transform: translateX(-50%);
  border-radius: 3px;
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 0 40px 48px;
  box-sizing: border-box;
}

.timeline-left {
  left: 0;
  text-align: right;
}

.timeline-right {
  left: 50%;
  text-align: left;
}

.timeline-dot {
  position: absolute;
  top: 8px;
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  border: 3px solid var(--color-neutral-light);
  border-radius: 50%;
  z-index: 2;
}

.timeline-left .timeline-dot {
  right: -8px;
}

.timeline-right .timeline-dot {
  left: -8px;
}

.timeline-card {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.timeline-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.timeline-year {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 0.8rem;
  color: var(--color-primary);
  letter-spacing: 2px;
}

.timeline-card h3 {
  font-size: 1.15rem;
  margin: 6px 0 8px;
  color: var(--color-secondary);
}

.timeline-card p {
  font-size: 0.92rem;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

@media (max-width:768px) {
  .timeline-line {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
    padding: 0 0 32px 48px;
  }

  .timeline-left .timeline-dot,
  .timeline-right .timeline-dot {
    left: 12px;
    right: auto;
  }
}

/* === ASTRA OVERRIDES === */
.ast-container {
  max-width: 100% !important;
}

.ast-separate-container .ast-article-single {
  padding: 0 !important;
}

#primary {
  margin: 0 !important;
  padding: 0 !important;
}

.entry-header {
  display: none !important;
}

.lady-site+#content {
  display: none;
}

/* ═══════════════════════════════════════════════════════════
   PREMIUM LAYER — Awwwards-Level Polish
   ═══════════════════════════════════════════════════════════ */

/* === CUSTOM CURSOR === */
.lady-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: width 0.3s, height 0.3s;
  background-image: var(--cursor-image);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  /* Add subtle shadow for depth */
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
}

.lady-cursor.is-active {
  width: 65px;
  height: 65px;
}

.lady-cursor-dot {
  display: none !important;
}

@media (max-width:768px) {

  .lady-cursor,
  .lady-cursor-dot {
    display: none;
  }
}

/* === HERO TEXT REVEAL === */
.line-wrap {
  display: block;
  overflow: hidden;
  padding-bottom: 0.25em;
  margin-bottom: -0.25em;
}

.line-inner {
  display: block;
}

.hero-title {
  cursor: default;
}

/* === SECTION DIVIDERS (Curved) === */
.lady-section-dark::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--color-neutral-light);
  clip-path: ellipse(55% 100% at 50% 0%);
  z-index: 1;
}

.lady-section-dark {
  position: relative;
  padding-top: 60px;
}

.lady-quote-section::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 60px;
  background: var(--color-primary);
  clip-path: ellipse(55% 100% at 50% 100%);
}

.lady-quote-section {
  position: relative;
}

/* === COUNTER METRICS === */
.metrics-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin: 48px 0;
}

.metric-item {
  text-align: center;
  min-width: 180px;
}

.counter-number {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(3rem, 6vw, 5rem);
  color: var(--color-primary);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.metric-label {
  font-size: 0.9rem;
  color: #888;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

/* === PILAR CARDS ENHANCED === */
.pilar-card {
  transform-style: preserve-3d;
  perspective: 1000px;
  will-change: transform;
}

.pilar-content {
  position: relative;
}

.pilar-number {
  position: absolute;
  top: -20px;
  right: 16px;
  font-size: 5rem !important;
  color: rgba(0, 0, 0, 0.03) !important;
  line-height: 1;
  pointer-events: none;
  transition: color 0.4s;
}

.pilares-grid .pilar-card:nth-child(1) .pilar-number {
  color: rgba(230, 0, 126, 0.15) !important;
}

.pilares-grid .pilar-card:nth-child(2) .pilar-number {
  color: rgba(247, 198, 0, 0.2) !important;
}

.pilares-grid .pilar-card:nth-child(3) .pilar-number {
  color: rgba(26, 179, 133, 0.15) !important;
}

.pilares-grid .pilar-card:nth-child(4) .pilar-number {
  color: rgba(44, 79, 146, 0.15) !important;
}


/* === LOGRO CARDS GLOW === */
.logro-card-highlight {
  position: relative;
  overflow: hidden;
}

.logro-card-highlight::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(230, 0, 126, 0.15), transparent 30%);
  animation: glowRotate 4s linear infinite;
}

@keyframes glowRotate {
  to {
    transform: rotate(360deg);
  }
}

.logro-card-highlight>* {
  position: relative;
  z-index: 1;
}

/* === GALERÍA OVERLAY GRADIENT === */
.galeria-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.galeria-item:hover::after {
  opacity: 1;
}

.galeria-caption {
  z-index: 2;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.galeria-item:hover .galeria-caption {
  opacity: 1;
  transform: translateY(0);
}

/* === CTA FINAL GLOW === */
.lady-cta-final::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(230, 0, 126, 0.15) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* === FORM INPUTS FLOAT LABEL FEEL === */
.lady-form-group label {
  font-family: var(--font-heading) !important;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #999 !important;
  margin-bottom: 8px !important;
}

/* === SCROLL INDICATOR PULSE === */
.hero-scroll-indicator span {
  animation: pulseScroll 2s ease-in-out infinite;
}

@keyframes pulseScroll {

  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.3);
  }

  50% {
    border-color: rgba(255, 255, 255, 0.8);
  }
}

/* === MEDIA QUERIES === */
@media (max-width:1024px) {
  .pilares-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pilares-grid .pilar-card:nth-child(even) {
    margin-top: 0;
  }

  .logro-card {
    grid-column: span 12;
  }

  .nube-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width:768px) {
  .pilares-grid {
    grid-template-columns: 1fr;
  }

  .lady-parallax-item {
    display: none;
  }
}

/* === HORIZONTAL SCROLL GALLERY (for galeria-grid on desktop) === */
@media (min-width:1025px) {
  .galeria-grid {
    display: flex !important;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) var(--color-neutral-gray);
  }

  .galeria-item {
    flex: 0 0 45%;
    scroll-snap-align: start;
    height: 400px;
  }

  .galeria-item-large {
    flex: 0 0 60%;
  }
}

/* === FOOTER ENHANCE === */
.lady-premium-footer {
  background: #050505;
  color: #fff;
  padding: 80px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: -1px;
  font-family: var(--font-body);
}

.lady-premium-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.lady-premium-footer .footer-links a,
.lady-premium-footer .footer-social a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.lady-premium-footer .footer-links a:hover,
.lady-premium-footer .footer-social a:hover {
  color: var(--color-primary);
  transform: translateX(5px);
}

.lady-premium-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
  .lady-premium-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .lady-premium-footer .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

/* === PAGE TRANSITION === */
.lady-page-transition {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  pointer-events: none;
}

.transition-col {
  flex: 1;
  height: 100vh;
  transform-origin: top;
  will-change: transform;
}

.col-1 {
  background-color: #E6007E;
}

/* Magenta */
.col-2 {
  background-color: #f7c600;
}

/* Yellow */
.col-3 {
  background-color: #1ab385;
}

/* Teal/Green */
.col-4 {
  background-color: #2c4f92;
}

/* Navy Blue */
.col-5 {
  background-color: #7b1c31;
}

/* Dark Red */

.lady-transition-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 0.9;
  letter-spacing: -1px;
  z-index: 2;
}

/* === SELECTION COLOR === */
::selection {
  background: var(--color-primary);
  color: #fff;
}

::-moz-selection {
  background: var(--color-primary);
  color: #fff;
}

/* === PREMIUM STICKY HEADER === */
.lady-premium-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 20px 60px;
  transition: transform 0.4s ease, background 0.4s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.lady-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.lady-brand {
  display: inline-block;
  position: relative;
  z-index: 10001;
}

.lady-brand img {
  height: 50px;
  width: auto;
  display: block;
  object-fit: contain;
}

.lady-header-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 10001;
}

.lady-lang-switcher {
  position: relative;
}

.lady-lang-switcher::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 15px;
}

.lang-toggle {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  color: #000;
}

.lang-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
}

.lang-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  gap: 5px;
  min-width: 120px;
}

.lady-lang-switcher:hover .lang-dropdown-menu {
  display: flex;
}

.lang-dropdown-menu a {
  text-decoration: none;
  color: #333;
  font-size: 0.85rem;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background 0.2s;
}

.lang-dropdown-menu a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.lady-menu-toggle {
  background: transparent !important;
  border: none !important;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 0 !important;
  outline: none;
  box-shadow: none;
}

.menu-label {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  color: #000;
  transition: color 0.3s;
}

.hamburger {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  transition: all 0.3s;
  background: transparent;
}

.hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  background: #000;
  transition: all 0.3s;
}

.lady-menu-toggle:hover {
  box-shadow: none !important;
  transform: none !important;
}

.lady-menu-toggle:hover .hamburger {
  background: rgba(0, 0, 0, 0.05) !important;
}

.lady-menu-toggle:hover .menu-label {
  color: var(--color-primary);
}

/* Menu Open State for Header */
.lady-premium-header.is-open {
  background: transparent;
  border-bottom: none;
  backdrop-filter: none;
}

.lady-premium-header.is-open .lady-brand,
.lady-premium-header.is-open .menu-label,
.lady-premium-header.is-open .lang-toggle {
  color: #000;
}

.lady-premium-header.is-open .hamburger {
  border-color: transparent;
  background: #000;
}

.lady-premium-header.is-open .hamburger span {
  background: #fff;
}

.lady-premium-header.is-open .hamburger span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.lady-premium-header.is-open .hamburger span:nth-child(2) {
  opacity: 0;
}

.lady-premium-header.is-open .hamburger span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* === FULLSCREEN MENU === */
.lady-fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s 0.8s;
}

.menu-overlay-bg {
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.lady-fullscreen-menu.is-open {
  visibility: visible;
  pointer-events: all;
  transition: visibility 0s 0s;
}

.lady-fullscreen-menu.is-open .menu-overlay-bg {
  transform: translateY(0);
}

.menu-container {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 40px;
}

.menu-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s 0.4s;
}

.lady-fullscreen-menu.is-open .menu-info {
  opacity: 1;
  transform: translateY(0);
}

.menu-info-block h4 {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  color: #999;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.menu-info-block a {
  display: block;
  text-decoration: none;
  color: #555;
  margin-bottom: 8px;
  font-size: 1rem;
  transition: color 0.3s;
}

.menu-info-block a:hover {
  color: var(--color-primary);
}

.menu-nav-links {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.giant-link {
  font-family: var(--font-heading);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 900;
  line-height: 0.9;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -3px;
  position: relative;
  padding-bottom: 0.1em;
}

.giant-link span {
  display: inline-block;
  opacity: 0;
}

.giant-link:hover {
  color: var(--color-primary);
}

.giant-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--color-primary);
  transition: width 0.4s ease;
}

.giant-link:hover::after {
  width: 40px;
}

@media (max-width: 768px) {
  .lady-premium-header {
    padding: 15px 20px;
  }

  .menu-label,
  .lady-lang-switcher {
    display: none;
  }

  .menu-container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    padding-top: 100px;
  }

  .menu-info {
    order: 2;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 20px;
  }

  .menu-nav-links {
    order: 1;
  }

  .giant-link {
    font-size: clamp(3rem, 12vw, 4rem);
    letter-spacing: -1px;
  }
}

/* === CONTACTO & FORMS ENHANCEMENTS === */
.lady-hero-content {
  padding-top: 120px;
}

.lady-form-wizard {
  background: #fff;
  padding: 50px;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  margin-top: 20px;
}

.lady-form-group {
  margin-bottom: 25px;
  text-align: left;
}

.lady-form-group label {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.lady-form-group input[type="text"],
.lady-form-group input[type="tel"],
.lady-form-group input[type="email"],
.lady-form-group select,
.lady-form-group textarea {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid #eee;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #333;
  transition: all 0.3s;
  background: #fafafa;
  outline: none;
}

.lady-form-group input:focus,
.lady-form-group select:focus,
.lady-form-group textarea:focus {
  border-color: var(--color-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(230, 0, 126, 0.1);
}

.lady-form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

.lady-form-wizard button[type="submit"] {
  background: #000;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  padding: 18px 40px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 15px;
  font-weight: 700;
  width: 100%;
  display: block;
}

.lady-form-wizard button[type="submit"]:hover {
  background: var(--color-primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(230, 0, 126, 0.25);
}

@media (max-width: 768px) {
  .lady-form-wizard {
    padding: 30px 20px;
  }
}

/* === SYSTEM INTEGRATION FOR DYNAMIC INTERACTIVE FORMS === */
.lady-form-container {
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
  text-align: left;
}

.lady-form-header {
  margin-bottom: 30px;
}

.lady-form-header h3 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--color-secondary);
  margin-bottom: 8px;
}

.lady-form-header p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}

.lady-step h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 20px;
  border-bottom: 2px solid var(--color-primary);
  display: inline-block;
  padding-bottom: 5px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  color: #444;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.lady-input {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #eee;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: #333;
  transition: all 0.3s;
  background: #fafafa;
  outline: none;
  box-sizing: border-box;
}

.lady-input:focus {
  border-color: var(--color-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(230, 0, 126, 0.1);
}

select.lady-input {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  padding-right: 2.5rem;
}

.lady-checkbox-group {
  margin-top: 15px;
  margin-bottom: 25px;
}

.lady-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 0.85rem;
  color: #555;
  line-height: 1.5;
}

.lady-checkbox input[type="checkbox"] {
  margin-top: 3px;
  accent-color: var(--color-primary);
  width: 16px;
  height: 16px;
}

/* --- LADY BUTTON SYSTEM --- */
.lady-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 30px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}

.lady-btn-primary {
  background: var(--color-primary);
  color: #fff !important;
}

.lady-btn-primary:hover {
  background: #000;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.lady-btn-outline {
  background: transparent;
  border-color: var(--color-primary);
  color: var(--color-primary) !important;
}

.lady-btn-outline:hover {
  background: var(--color-primary);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(230, 0, 126, 0.15);
}

.submit-btn {
  flex: 1;
}

.prev-step {
  flex: 0 0 auto;
}

.lady-form-messages {
  font-size: 0.9rem;
  line-height: 1.5;
  border-left: 4px solid transparent;
}