:root {
/* Otras propiedades */
  --landing-green-500: #22c55e;
  --landing-green-600: #16a34a;
  --landing-slate-900: #0f172a;
  --landing-slate-800: #1e293b;
  --landing-slate-600: #475569;
  --landing-slate-400: #94a3b8;
  --landing-slate-100: #f1f5f9;
  --landing-slate-50: #f8fafc;
  --landing-hero-bg: linear-gradient(135deg, var(--landing-slate-900) 0%, #1e3a5f 50%, var(--landing-slate-900) 100%);
  --landing-card-bg: #ffffff;
  --landing-card-border: #e2e8f0;
  --landing-section-alt: var(--landing-slate-50);
  --landing-section-white: #ffffff;
  --landing-text-primary: var(--landing-slate-900);
  --landing-text-secondary: var(--landing-slate-600);
  --landing-text-muted: var(--landing-slate-400);
  --landing-table-header-bg: linear-gradient(135deg, var(--landing-slate-900), var(--landing-slate-800));
  --landing-table-hover: var(--landing-slate-50);}

html.dark {
/* Otras propiedades */
  --landing-green-500: #4ade80;
  --landing-green-600: #22c55e;
  --landing-slate-900: #f8fafc;
  --landing-slate-800: #f1f5f9;
  --landing-slate-600: #cbd5e1;
  --landing-slate-400: #94a3b8;
  --landing-slate-100: #1e293b;
  --landing-slate-50: #0f172a;
  --landing-hero-bg: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #0f172a 100%);
  --landing-card-bg: #1e293b;
  --landing-card-border: #334155;
  --landing-section-alt: #0f172a;
  --landing-section-white: #1e293b;
  --landing-text-primary: #f8fafc;
  --landing-text-secondary: #cbd5e1;
  --landing-text-muted: #94a3b8;
  --landing-table-header-bg: linear-gradient(135deg, #0f172a, #1e293b);
  --landing-table-hover: #334155;}

.landing-hero {
/* Posicionamiento */
  position: relative;

  /* Modelo de caja */
  overflow: hidden;

  /* Relleno */
  padding: 5rem 0 6rem;

  /* Fondos */
  background: var(--landing-hero-bg);}

.landing-hero::before {
/* Posicionamiento */
  position: absolute;

  /* Fondos */
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%2322c55e' fill-opacity='.03'/%3E%3C/svg%3E");

  /* Interactividad */
  pointer-events: none;

  /* Otras propiedades */
  content: '';
  inset: 0;}

.landing-hero .container {
/* Posicionamiento */
  position: relative;
  z-index: 1;

  /* Modelo de caja */
  display: grid;

  /* Flexbox y Grid */
  gap: 4rem;
  align-items: center;

  /* Otras propiedades */
  grid-template-columns: 1fr 1fr;}

.hero-badge {
/* Modelo de caja */
  display: inline-flex;

  /* Flexbox y Grid */
  align-items: center;
  gap: 0.5rem;

  /* Márgenes */
  margin-bottom: 1.5rem;

  /* Relleno */
  padding: 0.5rem 1rem;

  /* Bordes */
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 2rem;

  /* Fondos */
  background: rgba(34, 197, 94, 0.15);

  /* Tipografía */
  font-size: 0.875rem;
  font-weight: 600;

  /* Colores y efectos */
  color: var(--landing-green-500);}

.hero-title {
/* Márgenes */
  margin-bottom: 1.5rem;

  /* Tipografía */
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;

  /* Colores y efectos */
  color: #fff;}

.hero-title .highlight {
/* Colores y efectos */
  color: var(--landing-green-500);}

.hero-description {
/* Márgenes */
  margin-bottom: 2rem;

  /* Tipografía */
  font-size: 1.125rem;
  line-height: 1.7;

  /* Colores y efectos */
  color: rgba(255, 255, 255, 0.8);}

.hero-description strong {
/* Colores y efectos */
  color: #fff;}

.hero-stats {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  gap: 2.5rem;

  /* Márgenes */
  margin-bottom: 2rem;}

.hero-stat {
/* Tipografía */
  text-align: center;}

.hero-stat-value {
/* Modelo de caja */
  display: block;

  /* Tipografía */
  font-size: 2rem;
  font-weight: 800;

  /* Colores y efectos */
  color: var(--landing-green-500);}

.hero-stat-label {
/* Tipografía */
  font-size: 0.75rem;
  text-transform: uppercase;

  /* Colores y efectos */
  color: var(--landing-slate-400);

  /* Otras propiedades */
  letter-spacing: 0.05em;}

.hero-cta {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  gap: 1rem;
  flex-wrap: wrap;}

.hero-image img {
/* Dimensiones */
  width: 100%;
  max-width: 500px;

  /* Bordes */
  border-radius: 1.5rem;

  /* Colores y efectos */
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);}

.trust-bar {
/* Márgenes */
  margin-top: 3rem;

  /* Relleno */
  padding: 1.25rem 0;

  /* Bordes */
  border-top: 1px solid rgba(255, 255, 255, 0.1);

  /* Fondos */
  background: rgba(255, 255, 255, 0.03);}

.trust-items {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;}

.trust-item {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  align-items: center;
  gap: 0.5rem;

  /* Tipografía */
  font-size: 0.9rem;
  font-weight: 500;

  /* Colores y efectos */
  color: rgba(255, 255, 255, 0.7);}

.trust-item .icon {
/* Colores y efectos */
  color: var(--landing-green-500);}

.section-landing {
/* Relleno */
  padding: 5rem 0;}

.section-alt {
/* Fondos */
  background: var(--landing-section-alt);}

.section-white {
/* Fondos */
  background: var(--landing-section-white);}

.section-dark {
/* Fondos */
  background: var(--landing-hero-bg);

  /* Colores y efectos */
  color: #fff;}

.section-header {
/* Dimensiones */
  max-width: 700px;

  /* Márgenes */
  margin: 0 auto 3rem;

  /* Tipografía */
  text-align: center;}

.section-badge {
/* Modelo de caja */
  display: inline-block;

  /* Márgenes */
  margin-bottom: 1rem;

  /* Relleno */
  padding: 0.375rem 1rem;

  /* Bordes */
  border-radius: 2rem;

  /* Fondos */
  background: linear-gradient(135deg, var(--landing-green-500), var(--landing-green-600));

  /* Tipografía */
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;

  /* Colores y efectos */
  color: white;

  /* Otras propiedades */
  letter-spacing: 0.1em;}

.section-title {
/* Márgenes */
  margin-bottom: 1rem;

  /* Tipografía */
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;

  /* Colores y efectos */
  color: var(--landing-text-primary);}

.section-dark .section-title {
/* Colores y efectos */
  color: #fff;}

.section-subtitle {
/* Tipografía */
  font-size: 1.125rem;
  line-height: 1.6;

  /* Colores y efectos */
  color: var(--landing-text-secondary);}

.section-dark .section-subtitle {
/* Colores y efectos */
  color: var(--landing-text-muted);}

.benefits-grid {
/* Modelo de caja */
  display: grid;

  /* Flexbox y Grid */
  gap: 1.5rem;

  /* Otras propiedades */
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));}

.benefit-card {
/* Posicionamiento */
  position: relative;

  /* Modelo de caja */
  overflow: hidden;

  /* Relleno */
  padding: 2rem;

  /* Bordes */
  border-radius: 1rem;
  border: 1px solid var(--landing-card-border);

  /* Fondos */
  background: var(--landing-card-bg);

  /* Colores y efectos */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);

  /* Transiciones y animaciones */
  transition: all 0.3s ease;}

.benefit-card::before {
/* Posicionamiento */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  /* Dimensiones */
  height: 4px;

  /* Fondos */
  background: linear-gradient(90deg, var(--landing-green-500), var(--landing-green-600));

  /* Transiciones y animaciones */
  transition: transform 0.3s ease;

  /* Otras propiedades */
  content: '';
  transform: scaleX(0);}

.benefit-card:hover {
/* Colores y efectos */
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);

  /* Otras propiedades */
  transform: translateY(-5px);}

.benefit-card:hover::before {
/* Otras propiedades */
  transform: scaleX(1);}

.benefit-icon {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  align-items: center;
  justify-content: center;

  /* Dimensiones */
  width: 56px;
  height: 56px;

  /* Márgenes */
  margin-bottom: 1.25rem;

  /* Bordes */
  border-radius: 1rem;

  /* Fondos */
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(34, 197, 94, 0.2));

  /* Tipografía */
  font-size: 1.75rem;}

.benefit-card h3 {
/* Márgenes */
  margin-bottom: 0.75rem;

  /* Tipografía */
  font-size: 1.25rem;
  font-weight: 700;

  /* Colores y efectos */
  color: var(--landing-text-primary);}

.benefit-card p {
/* Tipografía */
  line-height: 1.6;

  /* Colores y efectos */
  color: var(--landing-text-secondary);}

.benefit-card p strong {
/* Colores y efectos */
  color: var(--landing-text-primary);}

.categories-grid {
/* Modelo de caja */
  display: grid;

  /* Flexbox y Grid */
  gap: 1.5rem;

  /* Otras propiedades */
  grid-template-columns: repeat(2, 1fr);}

.category-card {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  align-items: flex-start;
  gap: 1.5rem;

  /* Relleno */
  padding: 2rem;

  /* Bordes */
  border-radius: 1.25rem;
  border: 1px solid var(--landing-card-border);

  /* Fondos */
  background: linear-gradient(135deg, var(--landing-section-alt), var(--landing-card-bg));

  /* Transiciones y animaciones */
  transition: all 0.3s ease;}

.category-card:hover {
/* Bordes */
  border-color: var(--landing-green-500);

  /* Colores y efectos */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);

  /* Otras propiedades */
  transform: translateY(-3px);}

.category-icon {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  align-items: center;
  justify-content: center;
  flex-shrink: 0;

  /* Dimensiones */
  width: 64px;
  height: 64px;

  /* Bordes */
  border-radius: 1rem;

  /* Fondos */
  background: var(--landing-card-bg);

  /* Tipografía */
  font-size: 2rem;

  /* Colores y efectos */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);}

.category-content h3 {
/* Márgenes */
  margin-bottom: 0.5rem;

  /* Tipografía */
  font-size: 1.25rem;
  font-weight: 700;

  /* Colores y efectos */
  color: var(--landing-text-primary);}

.category-content p {
/* Márgenes */
  margin-bottom: 1rem;

  /* Tipografía */
  font-size: 0.9375rem;
  line-height: 1.5;

  /* Colores y efectos */
  color: var(--landing-text-secondary);}

.products-grid {
/* Modelo de caja */
  display: grid;

  /* Flexbox y Grid */
  gap: 1.5rem;

  /* Otras propiedades */
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}

.product-card {
/* Modelo de caja */
  overflow: hidden;

  /* Bordes */
  border-radius: 1rem;
  border: 1px solid var(--landing-card-border);

  /* Fondos */
  background: var(--landing-card-bg);

  /* Transiciones y animaciones */
  transition: all 0.3s ease;}

.product-card:hover {
/* Colores y efectos */
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15);

  /* Otras propiedades */
  transform: translateY(-5px);}

.product-card img {
/* Dimensiones */
  width: 100%;
  height: 200px;

  /* Otras propiedades */
  object-fit: cover;}

.product-card-content {
/* Relleno */
  padding: 1.5rem;}

.product-card h3 {
/* Márgenes */
  margin-bottom: 0.5rem;

  /* Tipografía */
  font-size: 1.125rem;
  font-weight: 700;

  /* Colores y efectos */
  color: var(--landing-text-primary);}

.product-card p {
/* Márgenes */
  margin-bottom: 1rem;

  /* Tipografía */
  font-size: 0.875rem;
  line-height: 1.5;

  /* Colores y efectos */
  color: var(--landing-text-secondary);}

.product-price {
/* Tipografía */
  font-size: 1.5rem;
  font-weight: 800;

  /* Colores y efectos */
  color: var(--landing-green-500);}

.comparison-wrapper {
/* Modelo de caja */
  overflow-x: auto;}

.comparison-table {
/* Modelo de caja */
  overflow: hidden;

  /* Dimensiones */
  width: 100%;

  /* Bordes */
  border-radius: 1rem;

  /* Fondos */
  background: var(--landing-card-bg);

  /* Colores y efectos */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);}

.comparison-table thead {
/* Fondos */
  background: var(--landing-table-header-bg);}

.comparison-table th {
/* Relleno */
  padding: 1.25rem 1.5rem;

  /* Tipografía */
  text-align: left;
  font-weight: 600;

  /* Colores y efectos */
  color: #fff;}

.comparison-table th:first-child {
/* Dimensiones */
  width: 40%;}

.comparison-table tbody tr {
/* Bordes */
  border-bottom: 1px solid var(--landing-card-border);

  /* Transiciones y animaciones */
  transition: background 0.2s;}

.comparison-table tbody tr:hover {
/* Fondos */
  background: var(--landing-table-hover);}

.comparison-table tbody tr:last-child {
/* Bordes */
  border-bottom: none;}

.comparison-table td {
/* Relleno */
  padding: 1rem 1.5rem;

  /* Colores y efectos */
  color: var(--landing-text-secondary);}

.comparison-table td:first-child {
/* Tipografía */
  font-weight: 600;

  /* Colores y efectos */
  color: var(--landing-text-primary);}

.icon-check {
/* Tipografía */
  font-size: 1.25rem;

  /* Colores y efectos */
  color: var(--landing-green-500);}

.icon-cross {
/* Tipografía */
  font-size: 1.25rem;

  /* Colores y efectos */
  color: #ef4444;}

.icon-partial {
/* Tipografía */
  font-size: 1.25rem;

  /* Colores y efectos */
  color: #f59e0b;}

.faq-grid {
/* Dimensiones */
  max-width: 800px;

  /* Márgenes */
  margin: 0 auto;}

.faq-item {
/* Modelo de caja */
  overflow: hidden;

  /* Márgenes */
  margin-bottom: 1rem;

  /* Bordes */
  border-radius: 1rem;
  border: 1px solid var(--landing-card-border);

  /* Fondos */
  background: var(--landing-section-alt);

  /* Transiciones y animaciones */
  transition: all 0.3s ease;}

.faq-item[open] {
/* Bordes */
  border-color: var(--landing-green-500);

  /* Fondos */
  background: var(--landing-card-bg);

  /* Colores y efectos */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);}

.faq-item summary {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  justify-content: space-between;
  align-items: center;

  /* Relleno */
  padding: 1.25rem 1.5rem;

  /* Tipografía */
  font-weight: 600;

  /* Colores y efectos */
  color: var(--landing-text-primary);

  /* Interactividad */
  cursor: pointer;

  /* Otras propiedades */
  list-style: none;}

.faq-item summary::-webkit-details-marker {
/* Modelo de caja */
  display: none;}

.faq-item summary::after {
/* Tipografía */
  font-size: 1.5rem;
  font-weight: 300;

  /* Colores y efectos */
  color: var(--landing-green-500);

  /* Transiciones y animaciones */
  transition: transform 0.3s ease;

  /* Otras propiedades */
  content: '+';}

.faq-item[open] summary::after {
/* Otras propiedades */
  transform: rotate(45deg);}

.faq-answer {
/* Relleno */
  padding: 0 1.5rem 1.5rem;

  /* Tipografía */
  line-height: 1.7;

  /* Colores y efectos */
  color: var(--landing-text-secondary);}

.cta-content {
/* Dimensiones */
  max-width: 700px;

  /* Márgenes */
  margin: 0 auto;

  /* Tipografía */
  text-align: center;}

.cta-emoji {
/* Modelo de caja */
  display: block;

  /* Márgenes */
  margin-bottom: 1.5rem;

  /* Tipografía */
  font-size: 4rem;}

.cta-title {
/* Márgenes */
  margin-bottom: 1rem;

  /* Tipografía */
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;

  /* Colores y efectos */
  color: #fff;}

.cta-description {
/* Márgenes */
  margin-bottom: 2rem;

  /* Tipografía */
  font-size: 1.125rem;
  line-height: 1.6;

  /* Colores y efectos */
  color: var(--landing-text-muted);}

.cta-description strong {
/* Colores y efectos */
  color: #fff;}

.cta-buttons {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;

  /* Márgenes */
  margin-bottom: 2rem;}

.cta-trust {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;

  /* Tipografía */
  font-size: 0.875rem;

  /* Colores y efectos */
  color: var(--landing-text-muted);}

.local-grid {
/* Modelo de caja */
  display: grid;

  /* Flexbox y Grid */
  gap: 3rem;
  align-items: start;

  /* Otras propiedades */
  grid-template-columns: 1.2fr 0.8fr;}

.local-content h2 {
/* Márgenes */
  margin-bottom: 1.5rem;

  /* Tipografía */
  font-size: 2rem;
  font-weight: 800;

  /* Colores y efectos */
  color: var(--landing-text-primary);}

.local-content p {
/* Márgenes */
  margin-bottom: 1rem;

  /* Tipografía */
  line-height: 1.7;

  /* Colores y efectos */
  color: var(--landing-text-secondary);}

.local-content p strong {
/* Colores y efectos */
  color: var(--landing-text-primary);}

.local-checklist {
/* Márgenes */
  margin: 1.5rem 0;

  /* Relleno */
  padding: 0;

  /* Otras propiedades */
  list-style: none;}

.local-checklist li {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  align-items: center;
  gap: 0.75rem;

  /* Márgenes */
  margin-bottom: 0.75rem;

  /* Colores y efectos */
  color: var(--landing-text-primary);}

.local-checklist li::before {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  align-items: center;
  justify-content: center;
  flex-shrink: 0;

  /* Dimensiones */
  width: 24px;
  height: 24px;

  /* Bordes */
  border-radius: 50%;

  /* Fondos */
  background: var(--landing-green-500);

  /* Tipografía */
  font-size: 0.75rem;
  font-weight: 700;

  /* Colores y efectos */
  color: #fff;

  /* Otras propiedades */
  content: '✓';}

.zones-card {
/* Relleno */
  padding: 2rem;

  /* Bordes */
  border-radius: 1.25rem;
  border: 1px solid var(--landing-card-border);

  /* Fondos */
  background: var(--landing-card-bg);

  /* Colores y efectos */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);}

.zones-card h3 {
/* Márgenes */
  margin-bottom: 1rem;

  /* Tipografía */
  font-size: 1.25rem;
  font-weight: 700;

  /* Colores y efectos */
  color: var(--landing-text-primary);}

.zones-list {
/* Márgenes */
  margin: 0 0 1.5rem;

  /* Relleno */
  padding: 0;

  /* Otras propiedades */
  list-style: none;}

.zones-list li {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  justify-content: space-between;
  align-items: center;

  /* Relleno */
  padding: 0.75rem 0;

  /* Bordes */
  border-bottom: 1px solid var(--landing-card-border);}

.zones-list li:last-child {
/* Bordes */
  border-bottom: none;}

.zone-name {
/* Tipografía */
  font-weight: 600;

  /* Colores y efectos */
  color: var(--landing-text-primary);}

.zone-code {
/* Relleno */
  padding: 0.25rem 0.5rem;

  /* Bordes */
  border-radius: 0.25rem;

  /* Fondos */
  background: var(--landing-section-alt);

  /* Tipografía */
  font-size: 0.875rem;

  /* Colores y efectos */
  color: var(--landing-text-secondary);}

.btn-hero {
/* Modelo de caja */
  display: inline-flex;

  /* Flexbox y Grid */
  align-items: center;
  gap: 0.75rem;

  /* Relleno */
  padding: 1rem 2rem;

  /* Bordes */
  border-radius: 0.75rem;

  /* Tipografía */
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;

  /* Transiciones y animaciones */
  transition: all 0.3s ease;}

.btn-hero-primary {
/* Fondos */
  background: linear-gradient(135deg, var(--landing-green-500), var(--landing-green-600));

  /* Colores y efectos */
  color: #fff;
  box-shadow: 0 4px 14px 0 rgba(34, 197, 94, 0.4);}

.btn-hero-primary:hover {
/* Colores y efectos */
  box-shadow: 0 6px 20px 0 rgba(34, 197, 94, 0.5);

  /* Otras propiedades */
  transform: translateY(-2px);}

.btn-hero-outline {
/* Bordes */
  border: 2px solid rgba(255, 255, 255, 0.3);

  /* Fondos */
  background: transparent;

  /* Colores y efectos */
  color: #fff;}

.btn-hero-outline:hover {
/* Bordes */
  border-color: rgba(255, 255, 255, 0.5);

  /* Fondos */
  background: rgba(255, 255, 255, 0.1);}

.feature-list {
/* Márgenes */
  margin: 2rem 0;

  /* Relleno */
  padding: 0;

  /* Otras propiedades */
  list-style: none;}

.feature-list li {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  align-items: flex-start;
  gap: 1rem;

  /* Márgenes */
  margin-bottom: 1rem;

  /* Colores y efectos */
  color: var(--landing-text-secondary);}

.feature-list li::before {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  align-items: center;
  justify-content: center;
  flex-shrink: 0;

  /* Dimensiones */
  width: 24px;
  height: 24px;

  /* Márgenes */
  margin-top: 2px;

  /* Bordes */
  border-radius: 50%;

  /* Fondos */
  background: var(--landing-green-500);

  /* Tipografía */
  font-size: 0.75rem;
  font-weight: 700;

  /* Colores y efectos */
  color: #fff;

  /* Otras propiedades */
  content: '✓';}

.info-box {
/* Márgenes */
  margin: 2rem 0;

  /* Relleno */
  padding: 1.5rem;

  /* Bordes */
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 1rem;

  /* Fondos */
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(34, 197, 94, 0.05));}

.info-box-title {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  align-items: center;
  gap: 0.5rem;

  /* Márgenes */
  margin-bottom: 0.5rem;

  /* Tipografía */
  font-weight: 700;

  /* Colores y efectos */
  color: var(--landing-text-primary);}

.info-box p {
/* Tipografía */
  line-height: 1.6;

  /* Colores y efectos */
  color: var(--landing-text-secondary);}

.text-center {
/* Tipografía */
  text-align: center;}

.mt-2 {
/* Márgenes */
  margin-top: 0.5rem;}

.mt-4 {
/* Márgenes */
  margin-top: 1rem;}

.mt-6 {
/* Márgenes */
  margin-top: 1.5rem;}

.mt-8 {
/* Márgenes */
  margin-top: 2rem;}

.mb-2 {
/* Márgenes */
  margin-bottom: 0.5rem;}

.mb-4 {
/* Márgenes */
  margin-bottom: 1rem;}

.mb-6 {
/* Márgenes */
  margin-bottom: 1.5rem;}

.mb-8 {
/* Márgenes */
  margin-bottom: 2rem;}
/* ============================================
   LANDING PAGES - RESPONSIVE MULTI-DISPOSITIVO
   ============================================ */

/* 8K / PANTALLAS GIGANTES (7680px+) */
@media (min-width: 7680px) {
  .landing-hero { padding: 200px 0; }
  .landing-hero h1 { font-size: 140px; }
  .landing-container { max-width: 5000px; padding: 0 120px; }
}

/* 6K DISPLAYS (5120px - 7679px) */
@media (min-width: 5120px) and (max-width: 7679px) {
  .landing-hero h1 { font-size: 110px; }
  .landing-container { max-width: 4000px; }
}

/* 4K / 5K DISPLAYS (3840px - 5119px) */
@media (min-width: 3840px) and (max-width: 5119px) {
  .landing-hero h1 { font-size: 80px; }
  .landing-container { max-width: 3200px; }
  .landing-grid { grid-template-columns: repeat(4, 1fr); }
}

/* 2K / QHD (2560px - 3839px) */
@media (min-width: 2560px) and (max-width: 3839px) {
  .landing-container { max-width: 2000px; }
  .landing-grid { grid-template-columns: repeat(4, 1fr); }
}

/* FULL HD+ (1920px - 2559px) */
@media (min-width: 1920px) and (max-width: 2559px) {
  .landing-container { max-width: 1600px; }
}

/* TABLETS GRANDES (1024px - 1279px) */
@media (min-width: 1024px) and (max-width: 1279px) {
  .landing-container { max-width: 960px; padding: 0 24px; }
  .landing-hero h1 { font-size: 2.5rem; }
  .landing-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
}

/* TABLETS iPAD (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .landing-container { padding: 0 20px; }
  .landing-hero h1 { font-size: 2rem; }
  .landing-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-section { padding: 2.5rem 1.5rem; }
}

/* TABLETS PEQUEÑAS (600px - 767px) */
@media (min-width: 600px) and (max-width: 767px) {
  .landing-container { padding: 0 16px; }
  .landing-hero h1 { font-size: 1.75rem; }
  .landing-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
  .landing-card img { height: 160px; }
}

/* MÓVILES GRANDES (480px - 599px) */
@media (min-width: 480px) and (max-width: 599px) {
  .landing-container { padding: 0 12px; }
  .landing-hero h1 { font-size: 1.5rem; }
  .landing-grid { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
  .landing-card img { height: 120px; }
  .cta-section { padding: 2rem 1rem; }
}

/* MÓVILES iPhone Pro Max (428px - 479px) */
@media (min-width: 428px) and (max-width: 479px) {
  .landing-container { padding: 0 16px; }
  .landing-hero h1 { font-size: 1.375rem; }
  .landing-hero .hero-buttons { flex-direction: column; gap: 0.75rem; }
  .landing-hero .btn { width: 100%; }
  .landing-grid { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
  .landing-card { padding: 0.75rem; }
  .landing-card img { height: 100px; }
}

/* MÓVILES Galaxy/Pixel (390px - 427px) */
@media (min-width: 390px) and (max-width: 427px) {
  .landing-container { padding: 0 12px; }
  .landing-hero h1 { font-size: 1.25rem; }
  .landing-grid { grid-template-columns: repeat(2, 1fr); gap: 0.375rem; }
  .landing-card img { height: 85px; }
  .landing-card-title { font-size: 0.75rem; }
}

/* MÓVILES iPhone SE (375px - 389px) */
@media (min-width: 375px) and (max-width: 389px) {
  .landing-container { padding: 0 10px; }
  .landing-hero h1 { font-size: 1.1875rem; }
  .landing-grid { grid-template-columns: repeat(2, 1fr); gap: 0.3125rem; }
  .landing-card { padding: 0.5rem; }
  .landing-card img { height: 75px; }
  .landing-card-title { font-size: 0.625rem; }
}

/* MÓVILES Android (360px - 374px) */
@media (min-width: 360px) and (max-width: 374px) {
  .landing-container { padding: 0 8px; }
  .landing-hero h1 { font-size: 1.125rem; }
  .landing-grid { grid-template-columns: repeat(2, 1fr); gap: 0.25rem; }
  .landing-card img { height: 70px; }
  .landing-card-title { font-size: 0.5625rem; }
}

/* MÓVILES Legacy (320px - 359px) */
@media (min-width: 320px) and (max-width: 359px) {
  .landing-container { padding: 0 6px; }
  .landing-hero h1 { font-size: 1rem; }
  .landing-grid { grid-template-columns: repeat(2, 1fr); gap: 0.1875rem; }
  .landing-card { padding: 0.3125rem; }
  .landing-card img { height: 60px; }
  .landing-card-title { font-size: 0.5rem; }
  .landing-card-text { display: none; }
}

/* MÓVILES Compacto (280px - 319px) */
@media (min-width: 280px) and (max-width: 319px) {
  .landing-container { padding: 0 4px; }
  .landing-hero h1 { font-size: 0.875rem; }
  .landing-grid { grid-template-columns: 1fr 1fr; gap: 0.125rem; }
  .landing-card img { height: 50px; }
}

/* MÓVILES EXTRA PEQUEÑOS (max 279px) */
@media (max-width: 279px) {
  .landing-container { padding: 0 2px; }
  .landing-hero h1 { font-size: 0.75rem; }
  .landing-grid { grid-template-columns: 1fr; }
}

/* LANDSCAPE MÓVILES */
@media (max-width: 896px) and (orientation: landscape) {
  .landing-hero { min-height: auto; padding: 0.875rem 0; }
  .landing-hero h1 { font-size: 1.125rem; }
  .landing-grid { grid-template-columns: repeat(3, 1fr); }
  .landing-card img { height: 80px; }
}

/* ACCESIBILIDAD */
@media (prefers-reduced-motion: reduce) {
  .landing-card, .category-card, .faq-item { transition: none; }
}

/* PRINT */
@media print {
  .landing-hero .btn, .cta-section { display: none; }
  .landing-card { border: 1px solid #ccc; }
}

/* ============================================
   LANDING PAGES - RESPONSIVE HERO Y HAMBURGUESA
   ============================================ */

/* Hero responsive para landings */
@media (max-width: 1023px) {
  .landing-hero .container {
    grid-template-columns: 1fr !important;
    text-align: center;
    gap: 2rem;
  }
  
  .hero-content {
    order: 1;
  }
  
  .hero-image {
    order: 2;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .hero-stats {
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .hero-cta {
    justify-content: center;
  }
  
  .hero-badge {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .landing-hero {
    padding: 2rem 0 3rem;
  }
  
  .landing-hero .container {
    gap: 1.5rem;
  }
  
  .hero-title {
    font-size: 1.75rem !important;
    line-height: 1.3;
  }
  
  .hero-description {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
  
  .hero-stats {
    gap: 1rem;
  }
  
  .hero-stat {
    min-width: 120px;
    padding: 1rem;
  }
  
  .hero-stat-value {
    font-size: 1.75rem;
  }
  
  .hero-stat-label {
    font-size: 0.75rem;
  }
  
  .hero-cta {
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .hero-cta .btn {
    width: 100%;
    justify-content: center;
  }
  
  .hero-image {
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .landing-hero {
    padding: 1.5rem 0 2rem;
  }
  
  .hero-title {
    font-size: 1.5rem !important;
  }
  
  .hero-description {
    font-size: 0.875rem;
  }
  
  .hero-stats {
    gap: 0.75rem;
  }
  
  .hero-stat {
    min-width: 100px;
    padding: 0.75rem;
  }
  
  .hero-stat-value {
    font-size: 1.5rem;
  }
  
  .hero-image {
    max-width: 250px;
  }
  
  .hero-badge {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }
}

@media (max-width: 360px) {
  .landing-hero {
    padding: 1rem 0 1.5rem;
  }
  
  .hero-title {
    font-size: 1.25rem !important;
  }
  
  .hero-description {
    font-size: 0.8125rem;
  }
  
  .hero-stat {
    min-width: 90px;
    padding: 0.625rem;
  }
  
  .hero-stat-value {
    font-size: 1.25rem;
  }
  
  .hero-stat-label {
    font-size: 0.6875rem;
  }
}

/* Locales grid responsive */
@media (max-width: 768px) {
  .locales-grid,
  .locals-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }
  
  .local-card {
    padding: 1rem;
  }
  
  .filter-buttons {
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
  }
  
  .filter-btn {
    font-size: 0.8125rem;
    padding: 0.5rem 0.875rem;
  }
}

@media (max-width: 480px) {
  .local-card {
    padding: 0.875rem;
  }
  
  .local-card-title {
    font-size: 1rem;
  }
  
  .local-card-address,
  .local-card-phone,
  .local-card-hours {
    font-size: 0.8125rem;
  }
  
  .local-tags {
    gap: 0.375rem;
  }
  
  .local-tag {
    font-size: 0.6875rem;
    padding: 0.25rem 0.5rem;
  }
}
