/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Montserrat:wght@300;400;500;600;700&display=swap');

/* globals.css */

/* 1. Light Classic (Default) */
:root, [data-theme="light-classic"] {
  --primary-color: #1A2F4C;
  --primary-hover: #2C466C;
  --secondary-color: #4A5568;
  --secondary-hover: #1A2F4C;
  --bg-color: #f8fafc;
  --bg-surface: #FFFFFF;
  --bg-card: #FFFFFF;
  --bg-subtle: #f1f5f9;
  --text-main: #1A2F4C;
  --text-muted: #4A5568;
  --glass-bg: rgba(255, 255, 255, 0.95);
  --glass-border: rgba(234, 234, 234, 0.6);
  --danger: #ef4444;
  --success: #10b981;
  --input-bg: #FFFFFF;
  
  /* Sidebar specific variables */
  --sidebar-bg: #FFFFFF;
  --sidebar-text: #1A2F4C;
  --sidebar-text-muted: #4A5568;
  --sidebar-hover: #f1f5f9;
  --sidebar-active-bg: #1A2F4C;
  --sidebar-active-text: #ffffff;
}

/* 2. Light Blue / Elegance */
[data-theme="light-blue"] {
  --primary-color: #1e3a8a; /* Indigo-900 */
  --primary-hover: #1e40af;
  --secondary-color: #3b82f6;
  --secondary-hover: #2563eb;
  --bg-color: #f0f4f8;
  --bg-surface: #ffffff;
  --bg-card: #ffffff;
  --bg-subtle: #e0e7ff;
  --text-main: #0f172a;
  --text-muted: #475569;
  --glass-bg: rgba(255, 255, 255, 0.85);
  --glass-border: rgba(203, 213, 225, 0.6);
  --danger: #ef4444;
  --success: #10b981;
  --input-bg: #ffffff;
}

/* 3. Dark Minimal */
[data-theme="dark-minimal"] {
  --primary-color: #ffffff;
  --primary-hover: #e2e8f0;
  --secondary-color: #94a3b8;
  --secondary-hover: #cbd5e1;
  --bg-color: #020617;
  --bg-surface: #1e293b;
  --bg-card: #1e293b;
  --bg-subtle: #334155;
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --glass-bg: rgba(30, 41, 59, 0.85);
  --glass-border: rgba(51, 65, 85, 0.6);
  --danger: #f87171;
  --success: #34d399;
  --input-bg: #0f172a;
  
  --sidebar-bg: #0f172a;
  --sidebar-text: #f8fafc;
  --sidebar-text-muted: #94a3b8;
  --sidebar-hover: #1e293b;
  --sidebar-active-bg: #ffffff;
  --sidebar-active-text: #0f172a;
}

/* 4. Dark Premium (Gold) */
[data-theme="dark-gold"] {
  --primary-color: #d4af37; /* Gold */
  --primary-hover: #b8962e;
  --secondary-color: #a38c41;
  --secondary-hover: #d4af37;
  --bg-color: #0a0a0a;
  --bg-surface: #1a1a1a;
  --bg-card: #1a1a1a;
  --bg-subtle: #242424;
  --text-main: #f5f5f5;
  --text-muted: #a3a3a3;
  --glass-bg: rgba(26, 26, 26, 0.85);
  --glass-border: rgba(51, 51, 51, 0.6);
  --danger: #ff5252;
  --success: #4caf50;
  --input-bg: #111111;
  
  --sidebar-bg: #0a0a0a;
  --sidebar-text: #f5f5f5;
  --sidebar-text-muted: #a3a3a3;
  --sidebar-hover: #1a1a1a;
  --sidebar-active-bg: #d4af37;
  --sidebar-active-text: #0a0a0a;
}

/* 5. Lilo & Stitch (Admin Only) */
[data-theme="lilo-stitch"] {
  --primary-color: #ec4899; /* Hibiscus Pink */
  --primary-hover: #be185d;
  --secondary-color: #3b82f6; /* Stitch Blue */
  --secondary-hover: #1d4ed8;
  --bg-color: #e0f2fe; /* Ocean Water */
  --bg-surface: #ffffff;
  --bg-card: #ffffff;
  --bg-subtle: #fce7f3; /* Light Pink */
  --text-main: #1e3a8a; /* Deep Blue */
  --text-muted: #475569;
  --glass-bg: rgba(255, 255, 255, 0.85);
  --glass-border: rgba(147, 197, 253, 0.6);
  --danger: #ef4444;
  --success: #10b981;
  --input-bg: #ffffff;
}

[data-theme="lilo-stitch"] .dashboard-layout::after {
  content: "";
  position: fixed;
  bottom: -20px;
  right: 2%;
  width: 450px;
  height: 450px;
  background-image: url('/lilo-stitch-hug.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  opacity: 0.25;
  pointer-events: none;
  z-index: -1;
}

[data-theme="lilo-stitch"] .dashboard-layout::before {
  content: "";
  position: fixed;
  top: 10%;
  right: 5%;
  width: 250px;
  height: 250px;
  background-image: url('/lilo-dance.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 0.15;
  pointer-events: none;
  z-index: -1;
}

[data-theme="lilo-stitch"] .sidebar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-image: url('/stitch-solo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 0.35;
  pointer-events: none;
  z-index: -1;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: var(--bg-color);
  color: var(--text-main);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  line-height: 1.5;
  min-height: 100vh;
}

/* Utils */
.flex-center { display: flex; align-items: center; justify-content: center; min-height: 100vh; }
.w-full { width: 100%; }
.max-w-md { max-width: 28rem; }
.text-center { text-align: center; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mt-4 { margin-top: 1rem; }
.mt-3 { margin-top: 0.75rem; }
.pb-2 { padding-bottom: 0.5rem; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.text-3xl { font-size: 1.875rem; }
.text-xl { font-size: 1.25rem; }
.text-sm { font-size: 0.875rem; }
.text-muted { color: var(--text-muted); }
.text-success { color: var(--success); }
.border-b { border-bottom: 1px solid var(--glass-border); }
.flex { display: flex; }
.items-center { align-items: center; }
.gap-4 { gap: 1rem; }

/* Typography */
.gradient-text {
  background: linear-gradient(to right, #818cf8, #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Clean Components (Replaces Glassmorphism) */
.glass-panel {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 24px;
}

.card {
  border-radius: 24px;
  padding: 2.5rem;
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.card.hoverable {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s ease;
}

.card.hoverable:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: var(--primary-color);
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
}

/* Forms */
.form-stack {
  display: flex;
  flex-direction: column;
  gap: 2rem; /* Increased spacing */
}

.input-group label {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 1rem; /* Increased spacing */
  color: var(--text-main);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="month"],
input[type="datetime-local"],
select,
textarea {
  width: 100%;
  padding: 1rem 1.5rem !important; /* Even bigger padding to ensure space from the box border to the text */
  border-radius: 8px; /* Rounder borders */
  background-color: var(--input-bg);
  border: 1px solid var(--glass-border);
  color: var(--text-main);
  font-family: inherit;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  min-height: 56px;
}

select {
  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: 1.2em;
  padding-right: 3rem;
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  background-color: var(--bg-surface);
  border-color: var(--primary-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

select option {
  background-color: var(--bg-surface);
  color: var(--text-main);
}

input:hover,
select:hover,
textarea:hover {
  border-color: #9CA3AF;
}

.file-input-wrapper {
  position: relative;
  width: 100%;
  height: 5rem;
  background: var(--input-bg);
  border: 1px dashed var(--glass-border);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s;
}
.file-input-wrapper:hover {
  border-color: var(--primary-color);
}
.file-input-hidden {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.file-input-text {
  font-size: 0.85rem;
  color: var(--text-muted);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  margin-bottom: 0.5rem;
}
.file-input-btn {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  border: 1px solid var(--glass-border);
  background-color: var(--bg-surface);
  color: var(--text-main);
  font-weight: 600;
  font-size: 0.8rem;
  pointer-events: none;
}
.file-input::-webkit-file-upload-button:hover {
  background-color: var(--primary-color);
  color: var(--bg-color);
}
.file-input::file-selector-button:hover {
  background-color: var(--primary-color);
  color: var(--bg-color);
}

/* Buttons */
.btn-primary, .btn-secondary {
  border: 1px solid var(--primary-color);
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background-color: var(--primary-color);
  color: var(--bg-color);
}

.btn-primary:hover {
  background-color: var(--primary-hover);
  color: var(--bg-surface);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15);
}

.btn-secondary {
  background-color: transparent;
  color: var(--text-main);
}
.btn-secondary:hover {
  background-color: var(--bg-surface);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-primary:active, .btn-secondary:active, .btn-success:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}

.btn-primary:focus-visible, .btn-secondary:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

.btn-success {
  background-color: var(--success);
  color: white;
  border-color: var(--success);
}
.btn-success:hover {
  opacity: 0.9;
}

.btn-small {
  padding: 0.4rem 1rem !important;
  font-size: 0.75rem !important;
  border-radius: 4px !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

/* Tables */
.admin-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.admin-table th, .admin-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--glass-border);
  text-align: left;
  vertical-align: middle;
}

.admin-table th {
  font-weight: 600;
  color: var(--text-muted);
  background-color: var(--bg-subtle);
}

.admin-table tbody tr:hover {
  background-color: var(--bg-subtle);
}

/* Dashboard Layout */
.dashboard-layout {
  display: flex;
  min-height: calc(100vh / 0.85);
  zoom: 0.85; /* Make everything 15% smaller */
  background-color: var(--bg-color);
}

.sidebar {
  width: 280px;
  padding: 2rem;
  border-right: 1px solid var(--glass-border);
  border-radius: 0;
  background: var(--sidebar-bg);
  color: var(--sidebar-text);

  position: -webkit-sticky;

  position: sticky;
  top: 0;
  height: calc(100vh / 0.85);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.sidebar-header {
  margin-bottom: 2.5rem;
  padding: 0;
}

.nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.nav-links li {
  padding: 0.85rem 1.25rem;
  border-radius: 8px;
  color: var(--sidebar-text-muted);
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-links li:hover {
  background-color: var(--sidebar-hover);
  color: var(--sidebar-text);
  transform: translateX(4px);
}

.nav-links li.active {
  background-color: var(--sidebar-active-bg);
  color: var(--sidebar-active-text);
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateX(4px);
}

.nav-links li.active a, .nav-links li.active span {
  color: var(--sidebar-active-text) !important;
}

/* Theme Switcher Styles */
.theme-switcher-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  border-top: 1px solid var(--glass-border);
  margin-top: auto;
}

.theme-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid var(--glass-border);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.theme-btn:hover {
  transform: scale(1.1);
}

.theme-btn.active {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px var(--bg-color), 0 0 0 4px var(--primary-color);
}

.mobile-menu-btn {
  display: none;
}

.dashboard-content {
  flex: 1 1;
  padding: 3rem 4rem;
  overflow-y: auto;
}

.dashboard-content h1, 
.dashboard-content h2, 
.dashboard-content h3 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: var(--primary-color);
}

.grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
}

.upload-section {
  background: var(--bg-surface);
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid var(--glass-border);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Default visibility for mobile elements */
.mobile-only { display: none !important; }

/* =========================================
   RESPONSIVE DESIGN (MÓVIL)
   ========================================= */
@media (max-width: 768px) {
  .dashboard-layout {
    flex-direction: column;
    zoom: 1 !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
  }
  
  .sidebar {
    position: fixed;
    top: 0;
    right: -350px;
    width: 300px;
    max-width: 80vw;
    height: 100vh !important;
    height: 100dvh !important;
    background-color: var(--bg-surface);
    z-index: 1000;
    box-shadow: -4px 0 15px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    padding: 1.5rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    border: none;
  }
  .sidebar.drawer-open {
    right: 0;
  }

  .mobile-wix-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: var(--bg-surface);
    border-bottom: 1px solid var(--glass-border);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .mobile-username {
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: var(--text-main);
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .desktop-only { display: none !important; }
  .mobile-only { display: block !important; }
  .mobile-wix-navbar.mobile-only { display: flex !important; }

  .nav-links-container {
    display: flex !important;
    flex-direction: column;
    border-top: none !important;
    margin-top: 2.5rem !important;
    padding-top: 0 !important;
  }

  .nav-links {
    flex-direction: column;
    overflow-x: visible;
    white-space: normal;
    gap: 0.5rem;
    padding-bottom: 0;
  }
  
  .nav-links li {
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
  }

  .dashboard-content {
    padding: 1rem 0.5rem;
  }

  .card, .glass-panel {
    padding: 1rem !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .course-box, .wix-split-text, [style*="padding: 30px"] {
    padding: clamp(1rem, 5vw, 1.5rem) !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Ajustar los grids de los formularios en móviles */
  .grid-cols-4, .grid-cols-5, .md\:grid-cols-2, .lg\:grid-cols-5, .lg\:grid-cols-4 {
    grid-template-columns: 1fr !important;
  }
  
  .flex.gap-4 {
    flex-direction: column;
  }

  /* Compact forms on mobile to save vertical space */
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  input[type="tel"],
  input[type="url"],
  input[type="date"],
  input[type="time"],
  input[type="month"],
  input[type="datetime-local"],
  select,
  textarea {
    padding: 0.75rem 1rem !important;
    min-height: 48px;
    font-size: 0.9rem;
  }
  
  .input-group label {
    margin-bottom: 0.4rem;
    font-size: 0.85rem;
  }
  
  .form-stack {
    gap: 1rem;
  }
  
  .btn-primary, .btn-secondary, .btn-success {
    padding: 0.6rem 1rem !important;
    font-size: 0.8rem !important;
    height: auto !important;
    min-height: 44px;
  }
  
  .mb-10 {
    margin-bottom: 1.5rem !important;
    padding: 1rem !important;
  }
}

.dashboard-content {
  animation: fadeIn 0.5s ease-out;
}

/* --- Landing Page Styles --- */
.landing-page {
  min-height: 100vh;
}

.landing-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(to top right, var(--primary-color), var(--secondary-color));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  box-shadow: 0 4px 10px rgba(79, 70, 229, 0.3);
}

.logo-text {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
}

.brand-name-text {
  font-size: 1.4rem;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .brand-name-text {
    font-size: 0.85rem;
    margin-top: 2px;
    letter-spacing: 0.05em;
  }
}

.brand-logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .brand-logo-link {
    gap: 6px;
  }
}

.text-primary {
  color: var(--primary-color);
}

.text-secondary {
  color: var(--secondary-color);
}

.nav-links-horizontal {
  display: none;
}
@media (min-width: 768px) {
  .nav-links-horizontal {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}

.nav-links-horizontal a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-links-horizontal a:hover {
  color: white;
}

.hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8rem 1rem;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background-color: rgba(79, 70, 229, 0.15);
  border-radius: 50%;
  filter: blur(120px);
  z-index: -1;
  pointer-events: none;
}

.hero-badge {
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  display: inline-block;
  text-transform: uppercase;
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  max-width: 56rem;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .hero-title { font-size: 4.5rem; }
}

.hero-subtitle {
  font-size: 1.125rem;
  color: var(--text-muted);
  max-width: 42rem;
  margin-bottom: 2.5rem;
  line-height: 1.625;
}
@media (min-width: 768px) {
  .hero-subtitle { font-size: 1.25rem; }
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.btn-large {
  font-size: 1.125rem;
  padding: 0.75rem 2rem;
  text-decoration: none;
}

.section-container {
  max-width: 72rem;
  margin: 0 auto;
}

.method-section {
  padding: 6rem 1rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.section-header.left-aligned {
  text-align: left;
}

.section-header h2 {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.section-header p {
  color: var(--text-muted);
  max-width: 42rem;
  margin: 0 auto;
}
.section-header.left-aligned p {
  margin: 0;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .features-grid { grid-template-columns: repeat(4, 1fr); }
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.promo-banner {
  margin-top: 4rem;
  text-align: center;
}

.promo-card {
  padding: 2rem;
  display: inline-block;
  max-width: 32rem;
  border-color: rgba(79, 70, 229, 0.3);
}

.schemas-section {
  padding: 6rem 1rem;
  position: relative;
}

.schema-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background-color: rgba(16, 185, 129, 0.1);
  border-radius: 50%;
  filter: blur(100px);
  z-index: -1;
  pointer-events: none;
}

.schemas-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  gap: 2rem;
}
@media (min-width: 768px) {
  .schemas-grid { grid-template-columns: repeat(2, 1fr); }
}

.schema-card {
  position: relative;
  overflow: hidden;
  padding: 2rem;
}

.schema-free::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: var(--primary-color);
}
.schema-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: var(--secondary-color);
}

.schema-badge {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  display: block;
}

.schema-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s;
}

.schema-free .schema-link:hover { color: var(--primary-color); }
.schema-premium .schema-link:hover { color: var(--secondary-color); }

.landing-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 3rem 1rem;
  background-color: rgba(0, 0, 0, 0.6);
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .footer-content {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-contact {
  color: var(--text-muted);
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-contact { text-align: left; }
}

.footer-contact a {
  text-decoration: none;
}
.footer-contact a:hover {
  text-decoration: underline;
}

.footer-copy {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
   WIX PIXEL-PERFECT THEME (SCOPED TO .wix-landing)
   ========================================================================== */

.wix-landing {
  background-color: #FFFFFF;
  color: #111111;
  font-family: 'Montserrat', sans-serif;
  min-height: 100vh;
}

.wix-landing h1, 
.wix-landing h2, 
.wix-landing h3, 
.wix-landing h4,
.wix-landing .serif,
.wix-landing .italic-serif,
.wix-landing .wix-logo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
}

/* Navbar */
.wix-navbar-wrapper {
  background-color: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: center;
}

.wix-navbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1.5rem 2rem;
  width: 100%;
}

.wix-container {
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
}

.wix-nav-left { justify-self: start; }

.wix-nav-center { 
  justify-self: center; 
}

/* Drawer Menu Styles */
.drawer-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.drawer-menu-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.drawer-menu {
  position: fixed;
  top: 0;
  right: -350px;
  width: 300px;
  max-width: 80vw;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  box-shadow: -4px 0 15px rgba(0,0,0,0.1);
  transition: right 0.3s ease;
  padding: 3rem 2rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.drawer-menu.open {
  right: 0;
}

.drawer-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
}

.drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.drawer-nav > a, .drawer-dropdown-toggle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer-nav > a:hover, .drawer-dropdown-toggle:hover {
  color: #555;
}

.drawer-dropdown-toggle svg {
  transition: transform 0.3s ease;
}

.drawer-dropdown.open .drawer-dropdown-toggle svg {
  transform: rotate(180deg);
}

.drawer-dropdown-content {
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
  margin-top: 1rem;
  border-left: 2px solid #eaeaea;
}

.drawer-dropdown.open .drawer-dropdown-content {
  display: flex;
}

.drawer-dropdown-content a {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  color: #555;
  text-decoration: none;
}

.drawer-dropdown-content a:hover {
  color: #000;
}

.wix-nav-right { 
  justify-self: end; 
  display: flex;
  align-items: center;
  gap: 1rem;
}

.wix-logo {
  font-family: 'Oswald', 'Montserrat', sans-serif;
  font-size: 2.2rem;
  color: #000;
  text-decoration: none;
  letter-spacing: -0.01em;
}

.wix-btn {
  border-radius: 50px;
  padding: 0.6rem 1.8rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.2s;
  cursor: pointer;
}

.wix-btn-outline {
  border: 1px solid #cbd5e1;
  color: #6b7280;
  background: white;
}
.wix-btn-outline:hover {
  border-color: #000;
  color: #000;
}

.wix-btn-solid {
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid #000000;
}
.wix-btn-solid:hover {
  background-color: #333333;
}

.wix-hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  margin-left: 1rem;
}

/* Hero Section */
.wix-hero {
  position: relative;
  padding: 6rem 0;
  min-height: 85vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .wix-hero {
    min-height: 90vh;
    padding: 4rem 0;
  }
}

@media (max-width: 1024px) {
  .wix-hero {
    min-height: auto;
    padding: 5rem 0;
  }
}

.wix-hero-container {
  padding: 0 2rem;
  z-index: 2;
  width: 100%;
}

.wix-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center bottom;
  z-index: 1;
}

.wix-hero-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
}

.wix-hero-content {
  position: relative;
  color: white;
  max-width: 700px;
}

.wix-hero-content h1 {
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}

.wix-hero-content p {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #e2e8f0;
}
.wix-hero-content a {
  color: white;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Split Section */
.wix-split-section {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1536px;
  margin: 0 auto;
  padding: 6rem 2rem;
  grid-gap: 5rem;
  gap: 5rem;
}
@media (min-width: 900px) {
  .wix-split-section { grid-template-columns: 1fr 1fr; align-items: center; }
  .wix-split-section.reverse .wix-split-image { order: 2; }
  .wix-split-section.reverse .wix-split-text { order: 1; }
}

.wix-split-image img {
  width: 100%;
  height: auto;
  display: block;
}

.wix-split-text h2 {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Oswald', 'Montserrat', sans-serif;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.wix-split-text .italic-serif {
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  color: #555;
  margin-bottom: 2rem;
}

.wix-split-text p {
  font-size: 0.95rem;
  color: #777;
  line-height: 1.8;
  max-width: 500px;
}

/* Método de Preparación */
.wix-section.center-header {
  padding: 6rem 2rem;
}

.uppercase-title {
  text-align: center;
  font-size: 2.2rem;
  font-family: 'Oswald', 'Montserrat', sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3rem;
  letter-spacing: 0.02em;
}
.uppercase-title.left-align {
  text-align: left;
  margin-bottom: 0.5rem;
}

.wix-split-section.no-padding {
  padding: 0;
  max-width: 1536px;
}

.method-list h3 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #111;
}

.method-list h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #444;
}

.clean-list {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
}

.clean-list li {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 0.8rem;
}

.course-box h4 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #111;
}
.course-box .bold-text {
  font-weight: 600;
  color: #444;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.course-box p {
  font-size: 0.95rem;
  color: #777;
}

.placeholder-circle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-drawing {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 1px solid #111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.circle-text {
  position: absolute;
  top: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  text-transform: uppercase;
}

/* Esquemas */
.schemas-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #555;
  margin-bottom: 4rem;
  font-weight: 400;
}

.pdf-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.pdf-icon {
  position: relative;
  width: 70px;
  height: 80px;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.pdf-label {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e0543c;
  color: white;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
}

.pdf-text {
  font-size: 0.85rem;
  font-weight: 700;
  color: #111;
  line-height: 1.5;
}

/* Footer */
.wix-footer {
  text-align: left;
  padding: 6rem 10%;
}
.wix-footer h3 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
  font-weight: 400;
}
.wix-footer p {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.wix-footer a {
  color: #000;
  text-decoration: underline;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .wix-hero-content h1 { font-size: 3rem; }
  /* .wix-nav-right .wix-btn-outline { display: none; } */
  .wix-navbar { 
    display: flex; 
    justify-content: space-between; 
    padding: 1rem 1rem; 
  }
  .wix-nav-center { display: none; }
  .wix-nav-right { gap: 0.5rem; }
  .wix-nav-right .wix-btn { padding: 0.5rem 1.2rem; font-size: 0.75rem; }
  .wix-split-section { gap: 3rem; padding: 4rem 1.5rem; }
  .wix-split-image {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
  }
  .wix-split-image img {
    border-radius: 0;
  }
  .circle-drawing { width: 250px; height: 250px; }
}

/* =========================================
   RESPONSIVE DESIGN (PEQUEÑOS ESCRITORIOS / 1366x768)
   ========================================= */
@media (max-width: 1400px) {
  .dashboard-content {
    padding: 2rem 2rem;
  }
  
  .sidebar {
    width: 240px;
    padding: 1.5rem;
  }
  
  .card {
    padding: 1.5rem;
  }
  
  /* Ajustar inputs para que no ocupen tanto espacio vertical y horizontal */
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  input[type="tel"],
  input[type="url"],
  input[type="date"],
  select,
  textarea {
    padding: 0.75rem 1rem !important;
    min-height: 48px;
    font-size: 0.95rem;
  }

  /* Evitar que los formularios y stats tengan 5 o 4 columnas muy estrechas */
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  /* Ajustar tablas para evitar overflows */
  .admin-table th, .admin-table td {
    padding: 0.75rem;
    font-size: 0.85rem;
  }

  .custom-hero-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

/* Custom Logo Spinner */
.logo-spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50vh;
}
.logo-spinner-container.full-screen {
  min-height: 100vh;
}
.logo-spinner {
  width: 120px;
  height: auto;
  animation: logo-pulse 1.5s infinite ease-in-out;
}
@keyframes logo-pulse {
  0% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.1); opacity: 1; filter: drop-shadow(0 0 15px rgba(79, 70, 229, 0.4)); }
  100% { transform: scale(1); opacity: 0.6; }
}

/* --- Login Page Redesign --- */
.login-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background: linear-gradient(135deg, rgba(236,72,153,0.05) 0%, rgba(59,130,246,0.05) 100%);
  position: relative;
}

.login-card {
  background: var(--glass-bg, #ffffff);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border, #eaeaea);
  border-radius: 24px;
  padding: 3rem;
  width: 100%;
  max-width: 450px;
  box-shadow: 0 20px 40px -15px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.login-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15), 0 0 15px rgba(0,0,0,0.03);
}

.login-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, var(--primary-color, #ec4899), var(--secondary-color, #3b82f6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login-subtitle {
  text-align: center;
  color: var(--text-muted, #666);
  margin-bottom: 2.5rem;
  font-size: 0.95rem;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.input-group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-main, #333);
  margin-left: 0.2rem;
}

.login-input {
  width: 100%;
  padding: 0.9rem 1.2rem;
  border-radius: 12px;
  background-color: var(--bg-subtle, #f9fafb);
  border: 1px solid var(--glass-border, #e5e7eb);
  color: var(--text-main, #111);
  font-size: 0.95rem;
  transition: all 0.25s ease;
  outline: none;
}

.login-input:focus {
  background-color: var(--bg-surface, #ffffff);
  border-color: var(--secondary-color, #3b82f6);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.login-input:hover:not(:focus) {
  border-color: #cbd5e1;
}

.login-btn {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, var(--primary-color, #ec4899), var(--secondary-color, #3b82f6));
  color: white;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.login-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
  filter: brightness(1.05);
}

.login-btn:active:not(:disabled) {
  transform: translateY(1px);
}

.login-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* --- Premium Split Login Layout --- */
.split-login-layout {
  display: flex;
  min-height: 100vh;
  width: 100%;
  background-color: #ffffff;
  font-family: 'Inter', system-ui, sans-serif;
}

.split-visual {
  flex: 1.2 1;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  color: #0f172a;
}

.split-visual-content {
  position: relative;
  z-index: 10;
  max-width: 500px;
  text-align: center;
}

.split-logo {
  width: 280px;
  height: auto;
  display: block;
  margin: 0 auto 2.5rem auto;
  filter: drop-shadow(0 10px 15px rgba(0,0,0,0.05));
}

.split-visual-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 47, 76, 0.85);
  z-index: 5;
}

.split-visual h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ffffff;
  line-height: 1.2;
}

.split-visual p {
  font-size: 1.15rem;
  color: #e2e8f0;
  line-height: 1.6;
}

.split-form-side {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  position: relative;
  box-shadow: -20px 0 50px rgba(0,0,0,0.05);
  z-index: 5;
}

.split-back-link {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #64748b;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.2s;
}

.split-back-link:hover {
  color: #0f172a;
}

.split-form-container {
  margin: auto;
  width: 100%;
  max-width: 440px;
  padding: 2rem;
}

.split-header {
  margin-bottom: 2.5rem;
}

.split-header h1 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #1A2F4C;
  margin-bottom: 0.5rem;
}

.split-header p {
  color: #64748b;
  font-size: 1rem;
}

.split-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.split-input-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.5rem;
}

.split-input-wrapper {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
}

.split-input-wrapper svg {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.split-login-layout .split-input {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem 1rem 1rem 3rem !important;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  color: #0f172a;
  font-size: 1rem;
  transition: all 0.2s;
  outline: none;
}

.split-input::placeholder {
  color: #94a3b8;
  opacity: 1;
}

.split-input:focus {
  background-color: #ffffff;
  border-color: #1A2F4C;
  box-shadow: 0 0 0 4px rgba(26, 47, 76, 0.1);
}

.split-btn {
  margin-top: 1rem;
  width: 100%;
  padding: 1.1rem;
  border-radius: 50px;
  border: none;
  background: #1A2F4C;
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.split-btn:hover:not(:disabled) {
  background: #2C466C;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -5px rgba(26, 47, 76, 0.3);
}

.split-btn:active:not(:disabled) {
  transform: translateY(0);
}

.split-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

@media (max-width: 900px) {
  .split-login-layout {
    flex-direction: column;
  }
  .split-visual {
    display: none;
  }
  .split-form-side {
    flex: 1 1;
    padding: 2rem 1rem;
  }
  .split-back-link {
    top: 1rem;
    left: 1rem;
  }
}

/* Custom Responsive Styles for Hero and Nav Sections */
.custom-hero-title {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #1A2F4C;
}

.custom-hero-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.custom-hero-item-icon {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  background-color: #1A2F4C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.custom-hero-item-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1A2F4C;
  margin-bottom: 0.2rem;
}

.custom-hero-item-subtitle {
  font-size: 1rem;
  color: #334155;
}

.custom-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background-color: #1A2F4C;
  color: #ffffff;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-weight: 500;
  font-size: 1.1rem;
  transition: all 0.2s ease;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.custom-hero-btn:hover {
  background-color: #132238;
  transform: translateY(-2px);
}

.nav-cards-section {
  padding: 5rem 2rem;
  background-color: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.nav-cards-container {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.nav-card {
  background-color: #ffffff;
  padding: 3rem;
  border-radius: 16px;
  box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05);
  border: 1px solid #f1f5f9;
}

.nav-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.nav-card-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1A2F4C;
  margin: 0;
}

.nav-card-list {
  list-style: none;
  padding-left: 3.5rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.nav-card-link {
  color: #475569;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  transition: color 0.2s;
}
.nav-card-link:hover {
  color: #3b82f6;
}

.nav-card-bullet {
  color: #cbd5e1;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .wix-hero {
    aspect-ratio: auto;
    min-height: 50vh;
    padding: 2rem 0;
  }
  .wix-hero-bg {
    background-position: 80% bottom;
  }
  .wix-hero-overlay {
    background: linear-gradient(to right, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.7) 100%);
  }
  .wix-hero-content {
    padding-left: 0 !important;
    padding: 1.5rem;
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
  .custom-hero-title {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    text-wrap: balance;
  }
  .hero-br {
    display: none;
  }
  .custom-hero-item {
    gap: 0.6rem;
  }
  .custom-hero-item-icon {
    width: 30px;
    height: 30px;
  }
  .custom-hero-item-title {
    font-size: 0.95rem;
    line-height: 1.2;
  }
  .custom-hero-item-subtitle {
    font-size: 0.85rem;
  }
  .custom-hero-btn {
    font-size: 0.95rem;
    padding: 0.8rem 1.2rem;
  }
  .nav-cards-section {
    padding: 2rem 1rem;
  }
  .nav-cards-container {
    gap: 1.5rem;
  }
  .nav-card {
    padding: 1.2rem;
  }
  .nav-card-header {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .nav-card-header svg {
    width: 20px;
    height: 20px;
  }
  .nav-card-title {
    font-size: 1.2rem;
  }
  .nav-card-list {
    padding-left: 1.2rem;
    gap: 0.8rem;
  }
  .nav-card-link {
    font-size: 1rem;
  }
  .nav-card-bullet {
    font-size: 1.2rem;
  }
}

/* --- Methods Pages Styles --- */
.method-page-hero {
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  aspect-ratio: auto;
}

.method-page-section {
  padding: 60px 20px;
  min-height: 50vh;
}

.method-page-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.5rem;
  color: #1a365d;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .method-page-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .method-page-section {
    padding: 20px 15px;
  }
  .method-page-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.mini-price-input {
  width: 50px !important;
  min-width: 50px !important;
  height: 24px !important;
  min-height: 24px !important;
  padding: 0 4px !important;
  margin: 0 !important;
  font-size: 13px !important;
  background-color: transparent !important;
  border: 1px solid rgba(150, 150, 150, 0.3) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}
.mini-price-input:focus {
  border-color: var(--primary-color) !important;
  background-color: var(--bg-surface) !important;
  outline: none !important;
}

