/* THE OXFORD GARDEN'S SCHOOL - MASTER STYLESHEET 2026 (ANTI-CACHE VERSION) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Open+Sans:wght@400;500;600;700&display=swap');

*, *::before, *::after {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

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

body {
  font-family: 'Montserrat', 'Open Sans', sans-serif !important;
  background-color: #ffffff !important;
  color: #0d1326 !important;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container-1170 {
  max-width: 1170px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  width: 100% !important;
}

/* TOP BAR */
.top-bar {
  background-color: #070a14 !important;
  color: #94a3b8 !important;
  font-size: 0.8rem !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}

.top-bar-container {
  max-width: 1170px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.top-bar-info {
  display: flex !important;
  gap: 24px !important;
  align-items: center !important;
}

.top-bar-info span {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.top-bar-info i {
  color: #c5a059 !important;
}

.top-bar-actions {
  display: flex !important;
  gap: 16px !important;
  align-items: center !important;
}

.top-bar-actions a {
  color: #94a3b8 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.top-bar-actions a:hover {
  color: #ffffff !important;
}

/* HEADER */
.main-header {
  background-color: #0d1326 !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
  border-bottom: 3px solid #c5a059 !important;
}

.header-container {
  max-width: 1170px !important;
  margin: 0 auto !important;
  padding: 14px 24px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.logo-area {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  text-decoration: none !important;
}

.school-logo-img, .footer-logo-img {
  width: 54px !important;
  height: 54px !important;
  max-width: 54px !important;
  max-height: 54px !important;
  object-fit: contain !important;
  display: block !important;
}

.logo-text {
  display: flex !important;
  flex-direction: column !important;
}

.school-name-primary {
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 1.15rem !important;
  letter-spacing: 0.5px !important;
  line-height: 1.2 !important;
}

.school-name-secondary {
  font-size: 0.75rem !important;
  color: #c5a059 !important;
  letter-spacing: 2px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.nav-menu ul {
  display: flex !important;
  list-style: none !important;
  gap: 10px !important;
  align-items: center !important;
}

.nav-menu a {
  color: #cbd5e1 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 0.8rem !important;
  padding: 8px 0 !important;
  transition: all 0.2s !important;
  border-bottom: 3px solid transparent !important;
  display: inline-block !important;
}

.nav-menu a:hover {
  color: #ffffff !important;
}

.nav-menu a.active {
  color: #ffffff !important;
  font-weight: 800 !important;
  border-bottom: 3px solid #c5a059 !important;
}

.mobile-nav-toggle {
  display: none !important;
  background: none !important;
  border: none !important;
  color: white !important;
  font-size: 1.6rem !important;
  cursor: pointer !important;
}

/* PAGE BANNERS & HERO SECTIONS (PURE WHITE) */
.hero-section, .page-banner {
  background: #ffffff !important;
  color: #0d1326 !important;
  padding: 55px 0 35px 0 !important;
  text-align: center !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

.hero-grid {
  display: grid !important;
  grid-template-columns: 1fr 1.1fr !important;
  gap: 45px !important;
  align-items: center !important;
  text-align: left !important;
}

.hero-img-card {
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 40px rgba(13,19,38,0.1) !important;
  border: 1px solid #e2e8f0 !important;
  background: white !important;
}

.hero-img-card img {
  width: 100% !important;
  height: 380px !important;
  object-fit: cover !important;
  display: block !important;
}

.hero-badge {
  background: #f8fafc !important;
  color: #0d1326 !important;
  border: 1px solid #c5a059 !important;
  padding: 6px 18px !important;
  border-radius: 50px !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 16px !important;
}

.hero-title, .page-banner h1, .section-head h2, h1, h2, h3 {
  color: #0d1326 !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.hero-title {
  font-size: 2.5rem !important;
  margin-bottom: 16px !important;
}

.page-banner h1 {
  font-size: 2.3rem !important;
  margin-bottom: 10px !important;
}

.hero-text, .page-banner p, .section-head p, p {
  color: #0d1326 !important;
  font-weight: 500 !important;
  opacity: 0.9 !important;
}

.hero-text {
  font-size: 1.05rem !important;
  margin-bottom: 30px !important;
  line-height: 1.8 !important;
}

.page-banner p {
  font-size: 1.05rem !important;
}

/* SECTIONS & SPACING */
.spaced-section {
  padding: 70px 0 !important;
  background-color: #ffffff !important;
}

.section-head {
  text-align: center !important;
  margin-bottom: 45px !important;
}

.section-head .badge {
  color: #0d1326 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important;
}

.section-head h2 {
  font-size: 2.2rem !important;
  margin-top: 6px !important;
}

.section-head p {
  color: #475569 !important;
  font-size: 1.05rem !important;
  margin-top: 6px !important;
}

/* GRIDS SYSTEM */
.grid-3-col, .cards-4-grid, .mod-cards-grid, .contactos-grid, .convenios-grid, .modality-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
  gap: 30px !important;
  width: 100% !important;
}

.grid-2-col {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 30px !important;
  width: 100% !important;
}

.values-grid-2x2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 28px !important;
  max-width: 920px !important;
  margin: 30px auto 0 auto !important;
}

/* CARDS STYLING */
.feature-card-item, .nav-card, .convenio-card, .mod-full-card, .step-box, .white-card-box, .contact-card-item, .stat-box {
  background: #ffffff !important;
  border-radius: 20px !important;
  border: 1px solid #e2e8f0 !important;
  padding: 35px 28px !important;
  box-shadow: 0 10px 30px rgba(13, 19, 38, 0.05) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
}

.feature-card-item::before, .nav-card::before, .convenio-card::before, .step-box::before, .contact-card-item::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 5px !important;
  background: linear-gradient(90deg, #0d1326 0%, #c5a059 100%) !important;
}

.feature-card-item:hover, .nav-card:hover, .convenio-card:hover, .mod-full-card:hover, .step-box:hover, .contact-card-item:hover, .stat-box:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 40px rgba(13, 19, 38, 0.12) !important;
  border-color: #c5a059 !important;
}

.icon-badge-circle {
  width: 65px !important;
  height: 65px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.6rem !important;
  margin: 0 auto 20px !important;
}

.icon-badge-circle.blue { background: rgba(13,19,38,0.1) !important; color: #0d1326 !important; }
.icon-badge-circle.gold { background: rgba(197,160,89,0.2) !important; color: #a37f3a !important; }
.icon-badge-circle.green { background: rgba(37,211,102,0.2) !important; color: #16a34a !important; }
.icon-badge-circle.purple { background: rgba(139,92,246,0.15) !important; color: #7c3aed !important; }

/* CONVENIOS LOGOS & FILTERS */
.filter-bar {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 0 auto 40px auto !important;
  flex-wrap: wrap !important;
}

.filter-btn {
  background: #ffffff !important;
  color: #0d1326 !important;
  border: 2px solid #e2e8f0 !important;
  padding: 12px 26px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.filter-btn:hover, .filter-btn.active {
  background: #0d1326 !important;
  color: #ffffff !important;
  border-color: #0d1326 !important;
  box-shadow: 0 6px 16px rgba(13,19,38,0.3) !important;
}

.convenio-card {
  text-align: center !important;
}

.convenio-logo-area {
  height: 120px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
  padding: 12px !important;
  background: #f8fafc !important;
  border-radius: 12px !important;
}

.convenio-logo-area img {
  max-height: 90px !important;
  max-width: 180px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

.badge-cat {
  display: inline-block !important;
  padding: 4px 14px !important;
  border-radius: 50px !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
}

.badge-cat.uni { background: rgba(13,19,38,0.1) !important; color: #0d1326 !important; }
.badge-cat.inst { background: rgba(197,160,89,0.2) !important; color: #a37f3a !important; }
.badge-cat.lang { background: rgba(37,211,102,0.2) !important; color: #16a34a !important; }

/* FORMULARIOS Y CAMPOS DE 2 COLUMNAS */
.admissions-form-container, .form-wrap {
  background: #ffffff !important;
  border-radius: 24px !important;
  border: 1px solid #e2e8f0 !important;
  padding: 45px !important;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06) !important;
  max-width: 920px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

.form-grid, .form-row-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 24px !important;
  width: 100% !important;
}

.form-group {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}

.form-group.full-width {
  grid-column: span 2 !important;
}

.form-group label {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: #0d1326 !important;
  margin-bottom: 8px !important;
  display: block !important;
  text-align: left !important;
}

.form-group input, .form-group select, .form-group textarea {
  width: 100% !important;
  padding: 14px 18px !important;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 12px !important;
  font-family: inherit !important;
  font-size: 0.8rem !important;
  outline: none !important;
  background: #f8fafc !important;
  color: #0d1326 !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: #0d1326 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(13, 19, 38, 0.1) !important;
}

.form-hint {
  font-size: 0.8rem !important;
  color: #64748b !important;
  margin-top: 6px !important;
  display: block !important;
  font-weight: 500 !important;
}

/* BUTTONS */
.btn-solid-blue {
  background: linear-gradient(135deg, #0d1326 0%, #1e2942 100%) !important;
  color: #ffffff !important;
  padding: 16px 34px !important;
  border-radius: 14px !important;
  font-weight: 800 !important;
  box-shadow: 0 8px 20px rgba(13, 19, 38, 0.25) !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: none !important;
  cursor: pointer !important;
}

.btn-solid-blue:hover {
  transform: translateY(-3px) scale(1.03) !important;
  box-shadow: 0 14px 28px rgba(13, 19, 38, 0.35) !important;
}

.btn-solid-green {
  background: linear-gradient(135deg, #25d366 0%, #10b981 100%) !important;
  color: #ffffff !important;
  padding: 16px 34px !important;
  border-radius: 14px !important;
  font-weight: 800 !important;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35) !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: none !important;
  cursor: pointer !important;
}

.btn-solid-green:hover {
  transform: translateY(-3px) scale(1.03) !important;
  box-shadow: 0 14px 28px rgba(37, 211, 102, 0.45) !important;
}

.action-buttons-group {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 25px !important;
  margin: 50px auto 70px auto !important;
  padding: 0 20px !important;
  flex-wrap: wrap !important;
  text-align: center !important;
  width: 100% !important;
}

/* FOOTER (DARK NAVY) */
.main-footer {
  background: #070a14 !important;
  color: white !important;
  padding-top: 70px !important;
}

.footer-container {
  max-width: 1170px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

.footer-grid {
  display: grid !important;
  grid-template-columns: 2fr 1.5fr 2fr !important;
  gap: 40px !important;
  margin-bottom: 50px !important;
}

.footer-box {
  background: rgba(255,255,255,0.03) !important;
  padding: 35px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
}

.footer-box p {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
  color: white !important;
}

.footer-box p i {
  font-size: 1.1rem !important;
  color: #c5a059 !important;
}

.footer-logo-area {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 15px !important;
}

.footer-menu-links {
  list-style: none !important;
}

.footer-menu-links a {
  color: #94a3b8 !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 12px !important;
  transition: color 0.2s !important;
}

.footer-menu-links a:hover {
  color: white !important;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05) !important;
  padding: 25px 0 !important;
  text-align: center !important;
  color: #64748b !important;
  font-size: 0.8rem !important;
}

/* FLOATING WHATSAPP */
.floating-whatsapp {
  position: fixed !important;
  bottom: 25px !important;
  right: 25px !important;
  width: 60px !important;
  height: 60px !important;
  background-color: #25d366 !important;
  color: white !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 2.2rem !important;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45) !important;
  text-decoration: none !important;
  z-index: 999 !important;
}

@media (max-width: 768px) {
  .hero-grid, .mod-cards-grid, .grid-2-col, .grid-3-col, .footer-grid, .form-grid, .form-row-grid, .values-grid-2x2, .modality-cards-grid, .contactos-grid, .convenios-grid {
    grid-template-columns: 1fr !important;
  }
  .form-group.full-width {
    grid-column: span 1 !important;
  }
  .mobile-nav-toggle {
    display: block !important;
  }
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #0d1326;
    padding: 20px;
  }
  .nav-menu.active {
    display: block !important;
  }
  .nav-menu ul {
    flex-direction: column;
    gap: 15px;
  }
}

/* INDEX PAGE SPECIFIC CUSTOMIZATIONS */

/* HERO CTA BUTTONS SMALLER & SIDE BY SIDE */
.hero-cta {
  display: flex !important;
  flex-direction: row !important;
  gap: 14px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  margin-top: 20px !important;
}

.hero-cta .btn-solid-blue, .hero-cta .btn-solid-green {
  padding: 10px 22px !important;
  font-size: 0.9rem !important;
  border-radius: 10px !important;
  min-width: auto !important;
  width: auto !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}

/* MODALIDADES OVERLAY CARDS SMALLER */
.overlay-card {
  height: 220px !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08) !important;
  transition: all 0.3s ease !important;
  border: 1px solid #e2e8f0 !important;
}

.overlay-content {
  padding: 20px 15px !important;
}

.overlay-content h2 {
  font-size: 1.8rem !important;
  font-weight: 800 !important;
}

.overlay-content h3 {
  font-size: 1.05rem !important;
  font-weight: 600 !important;
}

/* STATS BOXES INDIVIDUAL CARDS ENHANCEMENT */
.stats-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 20px !important;
}

.stat-box {
  background: #ffffff !important;
  padding: 22px 18px !important;
  border-radius: 16px !important;
  border: 1px solid #e2e8f0 !important;
  border-top: 4px solid #c5a059 !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04) !important;
  transition: all 0.3s ease !important;
}

.stat-box:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 28px rgba(13, 19, 38, 0.1) !important;
  border-top-color: #0d1326 !important;
}

/* 2x2 GRID FOR WHY CHOOSE US */
.values-grid-2x2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 24px !important;
  max-width: 900px !important;
  margin: 25px auto 0 auto !important;
}

/* MODALITY DISPLAY CARDS (WITH IMAGE TOP & TEXT BELOW) */
.mod-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 28px !important;
}

.modality-display-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 25px rgba(13,19,38,0.06) !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
}

.modality-display-card::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 5px !important;
  background: linear-gradient(90deg, #0d1326 0%, #c5a059 100%) !important;
  z-index: 2 !important;
}

.modality-display-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 40px rgba(13,19,38,0.14) !important;
  border-color: #c5a059 !important;
}

.modality-img-container {
  height: 180px !important;
  width: 100% !important;
  overflow: hidden !important;
}

.modality-img-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}

.modality-display-card:hover .modality-img-container img {
  transform: scale(1.08) !important;
}

.modality-card-info {
  padding: 24px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  text-align: left !important;
}

.modality-tag {
  display: inline-block !important;
  padding: 4px 12px !important;
  border-radius: 50px !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  align-self: flex-start !important;
}

.modality-tag.blue { background: rgba(13,19,38,0.1) !important; color: #0d1326 !important; }
.modality-tag.gold { background: rgba(197,160,89,0.2) !important; color: #a37f3a !important; }
.modality-tag.green { background: rgba(37,211,102,0.2) !important; color: #16a34a !important; }

.modality-card-info h3 {
  color: #0d1326 !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  margin-bottom: 8px !important;
}

.modality-card-info p {
  color: #475569 !important;
  font-size: 0.88rem !important;
  line-height: 1.5 !important;
}

/* FIX FOOTER LOGO AREA TEXT VISIBILITY */
.footer-logo-area h3, .footer-box h3, .footer-box h4 {
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 1.25rem !important;
}
.footer-box p {
  color: #e2e8f0 !important;
}

/* NOSOTROS & HISTORY ENHANCEMENTS */
.history-card-enhanced {
  padding: 45px !important;
  border-radius: 24px !important;
  box-shadow: 0 15px 35px rgba(13, 19, 38, 0.06) !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
}

.history-card-enhanced .card-head {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  margin-bottom: 25px !important;
  border-bottom: 2px dashed #e2e8f0 !important;
  padding-bottom: 20px !important;
}

.history-card-enhanced .card-body-text p {
  font-size: 1.05rem !important;
  line-height: 1.85 !important;
  color: #1e293b !important;
  margin-bottom: 18px !important;
}

.mv-card-enhanced {
  padding: 40px 30px !important;
  text-align: left !important;
}

.mv-card-enhanced.border-blue {
  border-top: 5px solid #0d1326 !important;
}

.mv-card-enhanced.border-gold {
  border-top: 5px solid #c5a059 !important;
}

.mv-card-enhanced h3 {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: #0d1326 !important;
  margin: 15px 0 10px 0 !important;
}

.mv-card-enhanced p {
  font-size: 1rem !important;
  line-height: 1.8 !important;
  color: #475569 !important;
}

/* OFFICIAL CREST SEAL & CENTERED URL STYLES */
.official-crest-seal-img {
  width: 95px !important;
  height: 95px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.12)) !important;
  transition: transform 0.3s ease !important;
}

.official-crest-seal-img:hover {
  transform: scale(1.08) rotate(3deg) !important;
}

.official-url-link {
  color: #0d1326 !important;
  font-weight: 800 !important;
  font-size: 1.05rem !important;
  text-decoration: none !important;
  display: inline-block !important;
  border-bottom: 2px solid #c5a059 !important;
  padding-bottom: 3px !important;
  transition: all 0.2s ease !important;
}

.official-url-link:hover {
  color: #c5a059 !important;
  border-bottom-color: #0d1326 !important;
}

/* MODALITY IMAGES ENHANCEMENTS */
.modality-img-container {
  height: 220px !important; /* Made a bit taller so images are more prominent */
}
.modality-img-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important; /* Ensures the focus is centered */
  display: block !important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* MATRICULAS WIZARD BUTTONS */
.wizard-steps-buttons {
  display: flex !important;
  gap: 10px !important;
  justify-content: center !important;
  margin-bottom: 35px !important;
  flex-wrap: wrap !important;
}

.wizard-btn {
  background: #f1f5f9 !important;
  color: #64748b !important;
  border: 2px solid #e2e8f0 !important;
  padding: 14px 28px !important;
  border-radius: 12px !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  font-family: 'Montserrat', sans-serif !important;
  cursor: default !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.02) !important;
}

.wizard-btn.active {
  background: #0d1326 !important;
  color: #ffffff !important;
  border-color: #c5a059 !important;
  box-shadow: 0 8px 20px rgba(13, 19, 38, 0.15) !important;
  transform: translateY(-2px) !important;
}

.wizard-btn:not(:disabled) {
  cursor: pointer !important;
}

.wizard-btn:not(:disabled):not(.active):hover {
  background: #e2e8f0 !important;
  color: #0d1326 !important;
}

/* PARTNERS GRID */
.partners-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 30px !important;
  margin-top: 20px !important;
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.partner-card {
  flex: 0 1 calc(33.333% - 20px) !important; min-width: 280px !important;
  max-width: 340px !important;
  background: #ffffff !important;
  padding: 35px 25px !important;
  border-radius: 20px !important;
  border: 1px solid #e2e8f0 !important;
  text-align: center !important;
  box-shadow: 0 10px 25px rgba(13, 19, 38, 0.04) !important;
  transition: all 0.4s ease !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.partner-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 40px rgba(13, 19, 38, 0.1) !important;
  border-color: #c5a059 !important;
}

.partner-logo-container {
  width: 130px !important;
  height: 130px !important;
  margin-bottom: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #f8fafc !important;
  padding: 15px !important;
  border: 2px solid #f1f5f9 !important;
  transition: transform 0.4s ease !important;
}

.partner-card:hover .partner-logo-container {
  transform: scale(1.1) rotate(5deg) !important;
  border-color: rgba(197, 160, 89, 0.3) !important;
  background: #ffffff !important;
  box-shadow: 0 10px 20px rgba(197, 160, 89, 0.15) !important;
}

.partner-logo-container img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

.partner-card h3 {
  color: #0d1326 !important;
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
}

.partner-card p {
  color: #475569 !important;
  font-size: 0.8rem !important;
  line-height: 1.6 !important;
}

/* CALENDAR STYLES (MATRICULAS) */
.calendar-wrapper {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: 20px !important;
  box-shadow: 0 10px 25px rgba(13, 19, 38, 0.05) !important;
  margin-bottom: 25px !important;
}

.calendar-nav {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

.calendar-nav button {
  background: #f8fafc !important;
  border: 1px solid #cbd5e1 !important;
  color: #0d1326 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.calendar-nav button:hover {
  background: #0d1326 !important;
  color: #ffffff !important;
  border-color: #0d1326 !important;
}

.calendar-nav h3 {
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  color: #0d1326 !important;
  margin: 0 !important;
}

.calendar-grid {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  gap: 8px !important;
  text-align: center !important;
}

.cal-day-header {
  font-weight: 700 !important;
  color: #64748b !important;
  font-size: 0.8rem !important;
  padding: 10px 0 !important;
}

.cal-day-cell {
  aspect-ratio: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  border: 1px solid transparent !important;
  color: #1e293b !important;
}

.cal-day-cell:not(.empty):not(.disabled):hover {
  background: #f1f5f9 !important;
  border-color: #cbd5e1 !important;
}

.cal-day-cell.disabled {
  color: #cbd5e1 !important;
  cursor: not-allowed !important;
  background: #f8fafc !important;
}

.cal-day-cell.selected {
  background: #c5a059 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(197, 160, 89, 0.4) !important;
  transform: scale(1.05) !important;
}

/* TIME SLOTS */
.time-slot-btns-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)) !important;
  gap: 12px !important;
  margin-bottom: 20px !important;
}

.time-slot-btn {
  background: #ffffff !important;
  border: 2px solid #e2e8f0 !important;
  padding: 12px 10px !important;
  border-radius: 10px !important;
  text-align: center !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  color: #475569 !important;
  transition: all 0.2s ease !important;
  font-size: 0.9rem !important;
}

.time-slot-btn:hover {
  border-color: #c5a059 !important;
  color: #c5a059 !important;
  background: rgba(197, 160, 89, 0.05) !important;
}

.time-slot-btn.selected {
  background: #0d1326 !important;
  color: #ffffff !important;
  border-color: #0d1326 !important;
  box-shadow: 0 4px 10px rgba(13, 19, 38, 0.2) !important;
}

/* HIGHLIGHT ACTIVE WIZARD BUTTON MORE */
.wizard-btn.active {
  background: #0d1326 !important;
  color: #ffffff !important;
  border-color: #c5a059 !important;
  box-shadow: 0 6px 20px rgba(197, 160, 89, 0.4), inset 0 -4px 0 #c5a059 !important;
  transform: translateY(-3px) !important;
  font-size: 1.1rem !important;
}

/* Make main green confirm button pulse */
.btn-solid-green {
  background: #16a34a !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 15px rgba(22, 163, 74, 0.4) !important;
  animation: pulse-green 2s infinite !important;
}

@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.5); }
  70% { box-shadow: 0 0 0 15px rgba(22, 163, 74, 0); }
  100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

.btn-solid-green:hover {
  background: #15803d !important;
  transform: translateY(-2px) !important;
}

/* CONTACT CARDS GRID (Contactos) */
.contact-cards-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 30px !important;
  margin-top: 20px !important;
}
.contact-cards-grid .feature-card-item {
  flex: 1 1 calc(25% - 30px) !important;
  min-width: 250px !important;
  max-width: 300px !important;
}

/* PREMIUM STYLED FORM */
.styled-form {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 30px !important;
  box-shadow: 0 10px 30px rgba(13, 19, 38, 0.05) !important;
  border: 1px solid #e2e8f0 !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}

.form-row-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 20px !important;
  margin-bottom: 20px !important;
}

.input-field {
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 20px !important;
  text-align: left !important;
}

.input-field label {
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  color: #0d1326 !important;
  margin-bottom: 8px !important;
}

.styled-form input,
.styled-form select,
.styled-form textarea {
  width: 100% !important;
  padding: 14px 18px !important;
  border: 2px solid #e2e8f0 !important;
  border-radius: 10px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1rem !important;
  color: #1e293b !important;
  background: #f8fafc !important;
  transition: all 0.3s ease !important;
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
  outline: none !important;
  border-color: #c5a059 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(197, 160, 89, 0.15) !important;
}

.styled-form input::placeholder,
.styled-form textarea::placeholder {
  color: #94a3b8 !important;
}

.btn-solid-blue {
  background: #0d1326 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 15px rgba(13, 19, 38, 0.3) !important;
}

.btn-solid-blue:hover {
  background: #c5a059 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(197, 160, 89, 0.4) !important;
}

/* COMPROBANTE OFICIAL STYLES (MATRICULAS) */
.comprobante-card-printable {
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 12px !important;
  padding: 40px !important;
  max-width: 800px !important;
  margin: 0 auto 30px auto !important;
  box-shadow: 0 15px 35px rgba(13, 19, 38, 0.08) !important;
  font-family: 'Open Sans', sans-serif !important;
  position: relative !important;
}

.comprobante-header {
  display: flex !important;
  align-items: center !important;
  border-bottom: 3px solid #0056b3 !important;
  padding-bottom: 20px !important;
  margin-bottom: 25px !important;
}

.comprobante-logo {
  width: 90px !important;
  height: 90px !important;
  object-fit: contain !important;
  margin-right: 20px !important;
}

.comprobante-school-info {
  flex-grow: 1 !important;
}

.comprobante-school-name {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: #0d1326 !important;
  margin-bottom: 5px !important;
}

.comprobante-resolution {
  font-size: 0.8rem !important;
  color: #64748b !important;
}

.comprobante-title-area {
  text-align: center !important;
  margin-bottom: 30px !important;
}

.comprobante-folio-badge {
  display: inline-block !important;
  background: #f8fafc !important;
  border: 1px solid #c5a059 !important;
  color: #0d1326 !important;
  padding: 8px 16px !important;
  border-radius: 50px !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 15px !important;
}

.comprobante-title-area h3 {
  font-size: 1.4rem !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  color: #0d1326 !important;
  margin: 0 !important;
}

.cita-info-box {
  background: rgba(197, 160, 89, 0.08) !important;
  border-left: 4px solid #c5a059 !important;
  padding: 15px 20px !important;
  margin-bottom: 25px !important;
  border-radius: 0 8px 8px 0 !important;
}

.cita-info-box strong {
  display: block !important;
  color: #0d1326 !important;
  font-size: 1.1rem !important;
  margin-bottom: 5px !important;
}

.cita-info-box p {
  margin: 0 !important;
  color: #1e293b !important;
}

.cita-info-box .location {
  color: #16a34a !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  margin-top: 5px !important;
}

.comprobante-table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-bottom: 25px !important;
}

.comprobante-table td {
  padding: 12px 10px !important;
  border-bottom: 1px solid #e2e8f0 !important;
  font-size: 0.8rem !important;
  color: #1e293b !important;
}

.comprobante-table td:first-child {
  font-weight: 700 !important;
  color: #0d1326 !important;
  width: 40% !important;
}

.comprobante-footer-notes {
  background: #f1f5f9 !important;
  padding: 15px !important;
  border-radius: 8px !important;
  font-size: 0.8rem !important;
  color: #475569 !important;
  text-align: center !important;
  border: 1px dashed #cbd5e1 !important;
}

/* ACTIONS */
.comprobante-actions {
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-top: 30px !important;
  flex-wrap: wrap !important;
}

.btn-whatsapp-send {
  background: #25D366 !important;
  color: white !important;
  border: none !important;
  padding: 12px 25px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3) !important;
}
.btn-whatsapp-send:hover {
  background: #128C7E !important;
  transform: translateY(-2px) !important;
}

.btn-pdf-download {
  background: #ef4444 !important;
  color: white !important;
  border: none !important;
  padding: 12px 25px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3) !important;
}
.btn-pdf-download:hover {
  background: #dc2626 !important;
  transform: translateY(-2px) !important;
}
