@charset "UTF-8";
/* ============ PERPLEXITY DESIGN SYSTEM (OPTIMIZADO) ============ */
:root { 
  /* Nueva Paleta de Colores */
  --first-color: #E0040B;
  --second-color: #FC5130;
  --gray-color: #8E8E8E;
  --black-color: #040402;
  --smoke-color: #F5F5F5;

  /* Primitive Color Tokens */
  --color-white: #F5F5F5;
  --color-black: #040402;
  --color-cream-50: rgba(252, 252, 249, 1);
  --color-cream-100: rgba(255, 255, 253, 1);
  --color-gray-200: rgba(245, 245, 245, 1);
  --color-gray-300: rgba(167, 169, 169, 1);
  --color-gray-400: rgba(119, 124, 124, 1);
  --color-slate-500: rgba(98, 108, 113, 1);
  --color-brown-600: rgba(94, 82, 64, 1);
  --color-charcoal-700: rgba(31, 33, 33, 1);
  --color-charcoal-800: rgba(38, 40, 40, 1);
  --color-slate-900: rgba(19, 52, 59, 1);
  --color-teal-300: rgba(50, 184, 198, 1);
  --color-teal-400: rgba(45, 166, 178, 1);
  --color-teal-500: rgba(33, 128, 141, 1);
  --color-teal-600: rgba(29, 116, 128, 1);
  --color-teal-700: rgba(26, 104, 115, 1);
  --color-teal-800: rgba(41, 150, 161, 1);
  --color-red-400: rgba(255, 84, 89, 1);
  --color-red-500: rgba(192, 21, 47, 1);
  --color-orange-400: rgba(230, 129, 97, 1);
  --color-orange-500: rgba(168, 75, 47, 1);
  /* RGB versions for opacity control */
  --color-brown-600-rgb: 94, 82, 64;
  --color-teal-500-rgb: 33, 128, 141;
  --color-slate-900-rgb: 19, 52, 59;
  --color-slate-500-rgb: 98, 108, 113;
  --color-red-500-rgb: 192, 21, 47;
  --color-red-400-rgb: 255, 84, 89;
  --color-orange-500-rgb: 168, 75, 47;
  --color-orange-400-rgb: 230, 129, 97;
  --color-success-rgb: 33, 128, 141;
  --color-error-rgb: 192, 21, 47;
  --color-warning-rgb: 168, 75, 47;
  --color-info-rgb: 98, 108, 113;
  /* Background color tokens (Light Mode) */
  --color-bg-1: rgba(59, 130, 246, 0.08);
  /* Light blue */
  --color-bg-2: rgba(245, 158, 11, 0.08);
  /* Light yellow */
  --color-bg-3: rgba(34, 197, 94, 0.08);
  /* Light green */
  --color-bg-4: rgba(239, 68, 68, 0.08);
  /* Light red */
  --color-bg-5: rgba(147, 51, 234, 0.08);
  /* Light purple */
  --color-bg-6: rgba(249, 115, 22, 0.08);
  /* Light orange */
  --color-bg-7: rgba(236, 72, 153, 0.08);
  /* Light pink */
  --color-bg-8: rgba(6, 182, 212, 0.08);
  /* Light cyan */
  /* Semantic Color Tokens (Light Mode) */
  --color-background: #040402;
  --color-surface: var(--color-cream-100);
  --color-text:#F5F5F5;
  --color-text-secondary: var(--color-slate-500);
  --color-primary: var(--color-teal-500);
  --color-primary-hover: var(--color-teal-600);
  --color-primary-active: var(--color-teal-700);
  --color-secondary: rgba(var(--color-brown-600-rgb), 0.12);
  --color-secondary-hover: rgba(var(--color-brown-600-rgb), 0.2);
  --color-secondary-active: rgba(var(--color-brown-600-rgb), 0.25);
  --color-border: rgba(var(--color-brown-600-rgb), 0.2);
  --color-btn-primary-text: var(--color-cream-50);
  --color-card-border: rgba(var(--color-brown-600-rgb), 0.12);
  --color-card-border-inner: rgba(var(--color-brown-600-rgb), 0.12);
  --color-error: var(--color-red-500);
  --color-success: var(--color-teal-500);
  --color-warning: var(--color-orange-500);
  --color-info: var(--color-slate-500);
  --color-focus-ring: rgba(var(--color-teal-500-rgb), 0.4);
  --color-select-caret: rgba(var(--color-slate-900-rgb), 0.8);
  /* Common style patterns */
  --focus-ring: 0 0 0 3px var(--color-focus-ring);
  --focus-outline: 2px solid var(--color-primary);
  --status-bg-opacity: 0.15;
  --status-border-opacity: 0.25;
  --select-caret-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23134252' 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");
  
  /* Typography */
  --font-family-base: 'Poppins', sans-serif;
  --font-family-mono: "Berkeley Mono", ui-monospace, SFMono-Regular, Menlo,
    Monaco, Consolas, monospace;
  --font-size-xs: 11px;
  --font-size-sm: 12px;
  --font-size-base: 14px;
  --font-size-md: 14px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --font-size-2xl: 20px;
  --font-size-3xl: 24px;
  --font-size-4xl: 30px;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 550;
  --font-weight-bold: 600;
  --line-height-tight: 1.2;
  --line-height-normal: 1.5;
  --letter-spacing-tight: -0.01em;
  /* Spacing */
  --space-0: 0;
  --space-1: 1px;
  --space-2: 2px;
  --space-4: 4px;
  --space-6: 6px;
  --space-8: 8px;
  --space-10: 10px;
  --space-12: 12px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-32: 32px;
  /* Border Radius */
  --radius-sm: 6px;
  --radius-base: 8px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-full: 9999px;
  /* Shadows */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.02);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.04),
    0 2px 4px -1px rgba(0, 0, 0, 0.02);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.04),
    0 4px 6px -2px rgba(0, 0, 0, 0.02);
  --shadow-inset-sm: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.03);
  /* Animation */
  --duration-fast: 150ms;
  --duration-normal: 250ms;
  --ease-standard: cubic-bezier(0.16, 1, 0.3, 1);
  /* Layout */
  --container-sm: 640px;
  --container-md: 768px;
  --container-lg: 1024px;
  --container-xl: 1280px;
}

/* Base styles */
html {
  font-size: var(--font-size-base);
  font-family: var(--font-family-base);
  line-height: var(--line-height-normal);
  color: var(--color-text);
  /* CORRECCIÓN: Usar variable para el color de fondo */
  background-color: #040402;
    color: var(--smoke-color);
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  color: var(--color-text);
  letter-spacing: var(--letter-spacing-tight);
}

h1 {
  font-size: var(--font-size-4xl);
}

h2 {
  font-size: var(--font-size-3xl);
}

h3 {
  font-size: var(--font-size-2xl);
}

h4 {
  font-size: var(--font-size-xl);
}

h5 {
  font-size: var(--font-size-lg);
}

h6 {
  font-size: var(--font-size-md);
}

p {
  margin: 0 0 var(--space-16) 0;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color var(--duration-fast) var(--ease-standard);
}

a:hover {
  color: var(--color-primary-hover);
}

code, pre {
  font-family: var(--font-family-mono);
  font-size: calc(var(--font-size-base) * 0.95);
  background-color: var(--color-secondary);
  border-radius: var(--radius-sm);
}

code {
  padding: var(--space-1) var(--space-4);
}

pre {
  padding: var(--space-16);
  margin: var(--space-16) 0;
  overflow: auto;
  border: 1px solid var(--color-border);
}

pre code {
  background: none;
  padding: 0;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-8) var(--space-16);
  border-radius: var(--radius-base);
  font-size: var(--font-size-base);
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-standard);
  border: none;
  text-decoration: none;
  position: relative;
}

.btn:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

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

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

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

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

.btn--secondary:hover {
  background: var(--color-secondary-hover);
}

.btn--secondary:active {
  background: var(--color-secondary-active);
}

.btn--outline {
  background: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-text);
}

.btn--outline:hover {
  background: var(--color-secondary);
}

.btn--sm {
  padding: var(--space-4) var(--space-12);
  font-size: var(--font-size-sm);
  border-radius: var(--radius-sm);
}

.btn--lg {
  padding: var(--space-10) var(--space-20);
  font-size: var(--font-size-lg);
  border-radius: var(--radius-md);
}

.btn--full-width {
  width: 100%;
}

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

/* Form elements */
.form-control {
  display: block;
  width: 100%;
  padding: var(--space-8) var(--space-12);
  font-size: var(--font-size-md);
  line-height: 1.5;
  color: var(--color-text);
  /* CORRECCIÓN: Usar variable para consistencia de tema */
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-base);
  transition: border-color var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard);
}

textarea.form-control {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
}

select.form-control {
  padding: var(--space-8) var(--space-12);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* CORRECCIÓN: Usar variable de color y propiedad correcta */
  background-color: var(--color-surface);
  background-repeat: no-repeat;
  background-position: right var(--space-12) center;
  background-size: 16px;
  padding-right: var(--space-32);
}

/* Add a dark mode specific caret */

/* Also handle data-color-scheme */

.form-control:focus {
  border-color: var(--color-primary);
  outline: var(--focus-outline);
}

.form-label {
  display: block;
  margin-bottom: var(--space-8);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-sm);
}

.form-group {
  margin-bottom: var(--space-16);
}

/* Status indicators */
.status {
  display: inline-flex;
  align-items: center;
  padding: var(--space-6) var(--space-12);
  border-radius: var(--radius-full);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-sm);
}

.status--success {
  background-color: rgba(var(--color-success-rgb), var(--status-bg-opacity));
  color: var(--color-success);
  border: 1px solid rgba(var(--color-success-rgb), var(--status-border-opacity));
}

.status--error {
  background-color: rgba(var(--color-error-rgb), var(--status-bg-opacity));
  color: var(--color-error);
  border: 1px solid rgba(var(--color-error-rgb), var(--status-border-opacity));
}

.status--warning {
  background-color: rgba(var(--color-warning-rgb), var(--status-bg-opacity));
  color: var(--color-warning);
  border: 1px solid rgba(var(--color-warning-rgb), var(--status-border-opacity));
}

.status--info {
  background-color: rgba(var(--color-info-rgb), var(--status-bg-opacity));
  color: var(--color-info);
  border: 1px solid rgba(var(--color-info-rgb), var(--status-border-opacity));
}

/* Container layout */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--space-16);
  padding-left: var(--space-16);
}

@media (min-width: 640px) {
  .container {
    max-width: var(--container-sm);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: var(--container-md);
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: var(--container-lg);
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: var(--container-xl);
  }
}
/* Utility classes */
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: var(--space-4);
}

.gap-8 {
  gap: var(--space-8);
}

.gap-16 {
  gap: var(--space-16);
}

.m-0 {
  margin: 0;
}

.mt-8 {
  margin-top: var(--space-8);
}

.mb-8 {
  margin-bottom: var(--space-8);
}

.mx-8 {
  margin-left: var(--space-8);
  margin-right: var(--space-8);
}

.my-8 {
  margin-top: var(--space-8);
  margin-bottom: var(--space-8);
}

.p-0 {
  padding: 0;
}

.py-8 {
  padding-top: var(--space-8);
  padding-bottom: var(--space-8);
}

.px-8 {
  padding-left: var(--space-8);
  padding-right: var(--space-8);
}

.py-16 {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}

.px-16 {
  padding-left: var(--space-16);
  padding-right: var(--space-16);
}

.block {
  display: block;
}

.hidden {
  display: none;
}

/* Accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:focus-visible {
  outline: var(--focus-outline);
  outline-offset: 2px;
}

@font-face {
  font-family: "FKGroteskNeue";
  src: url("https://r2cdn.perplexity.ai/fonts/FKGroteskNeue.woff2") format("woff2");
}
/* ============ ESTILOS PERSONALIZADOS ============ */
:root {
  /* Estas variables pueden ser redundantes si se usan las del design system, pero se mantienen por si son para un tema específico. */
  --first-color: #E0040B;
  --second-color: #FC5130;
  --gray-color: #8E8E8E;
  --black-color: #040402;
  --smoke-color: #F5F5F5;
}

.effect-title {
  background-image: linear-gradient(45deg, var(--color-red-500) 15%, var(--color-orange-400) 65%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.btn-gradient {
  display: flex;
  align-items: center;
  border: 2px solid var(--color-red-500);
  padding: var(--space-8) var(--space-32);
  color: var(--color-text);
  font-weight: var(--font-weight-normal);
  text-decoration: none;
  border-radius: var(--radius-base);
  transition: all var(--duration-normal) var(--ease-standard);
}

.btn-gradient:hover {
  background: linear-gradient(45deg, var(--color-red-500) 15%, var(--color-orange-400) 65%);
  color: var(--color-btn-primary-text) !important;
}

body {
  /* CORRECCIÓN: El color de fondo ya se establece en `html` con una variable. */
  font-family: var(--font-family-base);
  /* Se elimina `margin` y `padding` ya que se resetean en `body` arriba. */
  padding-top: 106px;
  color: var(--color-text);
}

/* ===== TOP BAR ===== */
.top-bar {
  /* CORRECCIÓN: Usar variable para el color de fondo */
  background-color: #040402;
  border-bottom: 1px solid var(--color-border);
  padding: var(--space-8) 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  left: 0;
}

.container {
  max-width: var(--container-xl);
  margin: 0 auto;
  padding: 0 var(--space-32);
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-16);
}

.top-social {
  display: flex;
  gap: var(--space-8);
  align-items: center;
  flex-wrap: nowrap;
}

.top-social a {
  color: var(--color-text);
  font-size: var(--font-size-lg);
  opacity: 0.8;
  transition: all var(--duration-normal) var(--ease-standard);
  white-space: nowrap;
}

.top-social a:hover {
  opacity: 1;
  color: var(--color-orange-400);
}

/* Selector de lenguajes responsive */
.lang-switcher {
  display: flex;
  gap: var(--space-4);
  align-items: center;
  flex-wrap: nowrap;
  margin-left: auto;
}

.lang-switcher button {
  padding: var(--space-4) var(--space-10);
  border: none;
  background: transparent;
  color: var(--color-text);
  font-size: var(--font-size-sm);
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-standard);
  border-radius: var(--radius-sm);
  white-space: nowrap;
}

.lang-switcher button:hover {
  background: linear-gradient(45deg, var(--color-red-500) 15%, var(--color-orange-400) 65%);
  color: var(--color-btn-primary-text);
}

.lang-switcher button.active {
  background: linear-gradient(45deg, var(--color-red-500) 15%, var(--color-orange-400) 65%);
  color: var(--color-btn-primary-text);
  font-weight: var(--font-weight-semibold);
  border-color: var(--color-red-500);
}

/* Media queries para móviles */
@media (max-width: 768px) {
  .top-bar {
    padding: var(--space-8) 0;
    /* CORRECCIÓN: Se elimina !important */
    display: none;
  }

  .top-bar .container {
    flex-direction: column;
    gap: var(--space-8);
    align-items: center;
  }

  .lang-switcher {
    justify-content: center;
    width: 100%;
    gap: var(--space-6);
  }

  .lang-switcher button {
    padding: 5px var(--space-10);
    font-size: var(--font-size-sm);
  }
}
@media (max-width: 480px) {
  .lang-switcher {
    gap: var(--space-4);
  }

  .lang-switcher button {
    padding: var(--space-4) var(--space-8);
    font-size: var(--font-size-xs);
  }
}
/* ===== HEADER ===== */
header {
  /* CORRECCIÓN: Usar variable para el color de fondo */
  background:#040402;
  color: var(--color-text);
  position: fixed;
  top: 48px;
  width: 100%;
  z-index: 9999;
  left: 0;
  border-bottom: 1px solid var(--color-border);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: var(--space-16) 0;
}

.left-header {
  display: flex;
  flex-basis: auto;
}

.left-header .logo a {
  color: var(--color-text);
  text-decoration: none;
  padding: 0;
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  display: flex;
  align-items: center;
  gap: var(--space-8);
}

.version {
  margin: 0 0 0 var(--space-6);
  font-size: var(--font-size-sm);
}

.right-header {
  display: flex;
  flex-basis: auto;
}

.right-header ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.right-header ul .list {
  list-style: none;
  margin-right: 29px;
}

.right-header ul .list:nth-last-child(1) {
  margin-right: 0;
}

.right-header ul .list:nth-last-child(2) {
  margin-right: var(--space-10);
}

.right-header ul .list a {
  color: var(--color-text);
  outline: 0;
  text-decoration: none;
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-semibold);
  transition: color var(--duration-normal) var(--ease-standard);
}

.right-header ul .list a:hover {
  color: var(--color-orange-400);
}

.bell {
  position: relative;
}

.fa-instagram,
.fa-youtube,
.fa-spotify {
  color: var(--color-text);
  font-size: 22px;
  opacity: 0.8;
  transition: all var(--duration-normal) var(--ease-standard);
}

.fa-instagram:hover,
.fa-youtube:hover,
.fa-spotify:hover {
  opacity: 1;
  color: var(--color-orange-400);
}

/* ============ MOBILE MENU ============ */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10002;
}

#menu-toggle {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  left: -9999px;
  /* Mueve el checkbox fuera de la pantalla */
  visibility: hidden;
  /* Oculta completamente */
}

#menu-toggle:checked ~ .menu__box {
  visibility: visible !important;
  left: 0 !important;
  transform: translateX(0) !important;
}

.menu-btn {
  display: flex;
  align-items: center;
  position: fixed;
  right: 22px;
  top: 22px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 10001;
  background: none;
  border: none;
  padding: 0;
}

.menu-btn span {
  display: block;
  position: absolute;
  width: 34px;
  height: 4px;
  background-color: #040402;
  border-radius: var(--radius-sm);
  transition-duration: 0.35s;
  top: 20px;
  left: 5px;
}

.menu-btn span::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #040402;
  border-radius: var(--radius-sm);
  transition-duration: 0.35s;
  content: "";
  top: -10px;
}

.menu-btn span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color:#040402;
  border-radius: var(--radius-sm);
  transition-duration: 0.35s;
  content: "";
  top: 10px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  right: 0;
  left: auto;
  width: 82vw;
  max-width: 340px;
  height: 100vh;
  margin: 0;
  padding: 48px 22px 22px 22px;
  list-style: none;
  background-color: #040402;
  box-shadow: var(--shadow-lg);
  transition-duration: 0.35s;
  overflow-y: auto;
  z-index: 10000;
  transform: translateX(100%);
  border-left: 1px solid var(--color-border);
}

.menu__box.menu-open {
  transform: translateX(0) !important;
  visibility: visible !important;
}

.menu-btn.active span {
  transform: rotate(45deg);
}

.menu-btn.active span::before {
  top: 0;
  transform: rotate(0);
}

.menu-btn.active span::after {
  top: 0;
  transform: rotate(90deg);
}

/* ===== CRÍTICO: Esta regla hace que el menú aparezca ===== */
#menu-toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
  transform: translateX(0);
}

#menu-toggle:checked ~ .menu-btn span {
  transform: rotate(45deg);
}

#menu-toggle:checked ~ .menu__box {
  visibility: visible !important;
  transform: translateX(0) !important;
}

#menu-toggle:checked ~ .menu-btn span::before {
  top: 0;
  transform: rotate(0);
}

#menu-toggle:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu-toggle:checked ~ .social-section {
  display: flex;
}

.menu__box .logo {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: var(--space-32);
}

.menu__box .logo a {
  color: #040402;
  text-decoration: none;
  padding: 0;
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  display: flex;
  align-items: center;
  gap: var(--space-8);
}

.menu-item {
  display: block;
  padding: var(--space-8) 0;
  color: #040402;
  font-family: var(--font-family-base);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  text-decoration: none;
  transition: color var(--duration-normal) var(--ease-standard);
  border-bottom: none;
}

.menu-item:hover {
  color: var(--color-primary);
}

.contact-us-mobile {
  color: #040402;
  outline: 0;
  text-decoration: none;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  margin: var(--space-20) 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: var(--space-8) 0;
  transition: color var(--duration-normal) var(--ease-standard);
}

.contact-us-mobile:hover {
  color: #040402;
}

.social-section {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: var(--space-20);
  background: #040402;
  border-top: 1px solid var(--color-border);
  z-index: 9998;
}

#menu-toggle:checked ~ .social-section {
  display: flex;
}

.social-section ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.social-section ul .mobile-social a {
  color: #040402;
  text-decoration: none;
  font-size: 22px;
  opacity: 1;
  transition: all var(--duration-normal) var(--ease-standard);
}

.social-section ul .mobile-social a:hover {
  opacity: 0.8;
  color: var(--color-orange-400);
}

/* HERO SECTION */
.hero-section {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-slider {
  position: relative;
  width: 100%;
  height: 107vh;
  /* CORRECCIÓN: Usar variable para el color de fondo */
  background: #040402;
}

.section-slider .slider {
  background: #040402;
  width: 100%;
  height: 100%;
  position: relative;
}

.section-slider .mySwiper {
  width: 85%;
  height: 100%;
}

.section-slider .swiper-wrapper {
  padding: 0;
}

.section-slider .swiper-slide {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background:#040402;
  padding: 0 5%;
  overflow: hidden;
}

/* Imagen del slider */
.section-slider .slider-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.section-slider .slider-img img {
  position: absolute;
  right: 5%;
  bottom: 0;
  width: auto;
  height: 85%;
  max-width: 100%;
  object-fit: contain;
  z-index: 1;
}

/* Contenido del slide */
.section-slider .layer {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2rem 0;
}

.section-slider .swiper-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  max-width: 700px;
}

/* Bordes decorativos con gradiente */
.section-slider .swiper-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20%;
  left: -10%;
  width: 80%;
  height: 120%;
  border-top: 4px solid;
  border-right: 4px solid;
  transform: rotate(-8deg);
  border-image: linear-gradient(to right, transparent 55%, #fb5607 55%, #fc5130 100%) 30;
  transition: all 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  opacity: 0.8;
}

.section-slider .swiper-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20%;
  left: -10%;
  width: 80%;
  height: 120%;
  border-left: 4px solid;
  border-bottom: 4px solid;
  transform: rotate(-8deg);
  border-image: linear-gradient(to bottom, transparent 83%, #fb5607 83%, #fc5130 100%) 30;
  transition: all 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  opacity: 0.8;
}

/* Títulos grandes */
.section-slider .hood {
  margin: 0 0 1.6rem 0;
  font-size: 4.3rem;
  font-weight: 800;
  line-height: 1.1;
  color: #f4f4f4;
  word-wrap: break-word;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Texto descriptivo */
.section-slider .text {
  color: #FFC50F;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  opacity: 0.9;
}

/* Botón GET STARTED */
.section-slider .get-started {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #fb5607 0%, #fc5130 100%);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.section-slider .get-started:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(251, 86, 7, 0.4);
  border-color: #FFD700;
}

.section-slider .get-started i {
  font-size: 1.2rem;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  font-size: 24px;
}

.swiper-button-next::after {
  content: "";
  /* fa-chevron-right */
}

.swiper-button-prev::after {
  content: "";
  /* fa-chevron-left */
}

/* Botones de navegación */
.section-slider .swiper-button-next,
.section-slider .swiper-button-prev {
  color: #fb5607 !important;
  background: rgba(17, 17, 17, 0.8);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fb5607;
  transition: all 0.3s ease;
}

.section-slider .swiper-button-next:hover,
.section-slider .swiper-button-prev:hover {
  background: #fb5607;
  color: #fff !important;
  transform: scale(1.1);
}

.section-slider .swiper-button-next::after,
.section-slider .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

/* Paginación */
.section-slider .swiper-pagination {
  bottom: 30px !important;
}

.section-slider .swiper-pagination-bullet {
  width: 40px !important;
  height: 5px !important;
  border-radius: 3px !important;
  background-color: #6f6f6f !important;
  opacity: 0.5 !important;
  transition: all 0.3s ease;
}

.section-slider .swiper-pagination-bullet-active {
  background: linear-gradient(45deg, #fb5607 0%, #fc5130 100%) !important;
  opacity: 1 !important;
  width: 50px !important;
}

/* RESPONSIVE */
@media screen and (max-width: 1200px) {
  .section-slider .hood {
    font-size: calc(var(--font-size-4xl) * 0.8);
  }

  .section-slider .swiper-content::before,
.section-slider .swiper-content::after {
    opacity: 0.5;
  }
}
@media screen and (max-width: 992px) {
  .section-slider .layer {
    width: 60%;
  }

  .section-slider .slider-img {
    width: 45%;
  }

  .section-slider .slider-img img {
    height: 75%;
  }
}
/* === CORRECCIONES DE VISIBILIDAD MÓVIL === */
@media screen and (max-width: 768px) {
  body {
    padding-top: 0;
  }

  .top-bar {
    /* CORRECCIÓN: Eliminado !important */
    display: none;
  }

  header {
    /* CORRECCIÓN: Eliminado !important */
    display: none;
  }

  .navbar {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .menu-btn {
    display: flex;
    top: var(--space-12);
    right: var(--space-12);
  }

  .menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
    /* CORRECCIÓN: Eliminado !important */
    background-color: var(--color-text);
  }

  .menu__box {
    /* CORRECCIÓN: Eliminado !important */
    background-color: #040402;
    color: var(--color-text);
    top: 48px;
    right: 0;
  }

  .menu__box .logo a {
    color: var(--color-text);
  }

  .menu__box a,
.menu-item,
.contact-us-mobile {
    color: var(--color-text);
  }

  .menu__box a:hover,
.menu-item:hover,
.contact-us-mobile:hover {
    color: var(--color-orange-500);
  }

  .social-section {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--color-surface);
    border-top: 1px solid var(--color-border);
    padding: var(--space-16) 0;
  }

  /* Slider responsive */
  .section-slider .swiper-slide {
    padding: 0 3%;
    justify-content: center;
  }

  .section-slider .layer {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .section-slider .swiper-content {
    align-items: center;
    text-align: center;
  }

  .section-slider .slider-img {
    width: 100%;
    opacity: 0.15;
  }

  .section-slider .slider-img img {
    right: 50%;
    transform: translateX(50%);
    height: 60%;
  }

  .section-slider .hood {
    font-size: calc(var(--font-size-4xl) * 0.7);
  }

  .section-slider .text {
    font-size: var(--font-size-base);
  }

  .section-slider .swiper-content::before,
.section-slider .swiper-content::after {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .section-slider .hood {
    font-size: calc(var(--font-size-3xl) * 0.8);
  }

  .section-slider .text {
    font-size: var(--font-size-md);
    margin-bottom: var(--space-24);
  }

  .section-slider .text br {
    display: none;
  }

  .section-slider .get-started {
    padding: var(--space-12) var(--space-24);
    font-size: var(--font-size-sm);
  }

  .section-slider .swiper-button-next,
.section-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .section-slider .swiper-button-next::after,
.section-slider .swiper-button-prev::after {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  body {
    padding-top: 0;
  }

  .section-slider .hood {
    font-size: var(--font-size-3xl);
  }

  .section-slider .text {
    font-size: var(--font-size-sm);
    margin-bottom: var(--space-20);
  }

  .section-slider .get-started {
    padding: var(--space-10) var(--space-20);
    font-size: var(--font-size-sm);
    gap: var(--space-6);
  }

  .section-slider .swiper-pagination-bullet {
    width: 30px !important;
  }

  .section-slider .swiper-pagination-bullet-active {
    width: 40px !important;
  }

  .menu-btn {
    top: var(--space-10);
    right: var(--space-10);
    width: 40px;
    height: 40px;
  }

  .menu-btn > span {
    width: 28px;
    top: 18px;
    left: 6px;
  }
}
@media screen and (max-width: 400px) {
  .section-slider .hood {
    font-size: var(--font-size-2xl);
  }

  .section-slider .swiper-pagination-bullet {
    width: 30px !important;
  }

  .section-slider .swiper-pagination-bullet-active {
    width: 40px !important;
  }
}
/* SECTIONS */
.bio-section,
.gallery-section,
.shop-section,
.contact-section {
  padding: 3em 2em;
  max-width: 1200px;
  margin: 0 auto;
  /* CORRECCIÓN: Usar variable para el color de fondo */
  background:#040402;
}

.bio-section h2,
.gallery-section h2,
.shop-section h2 {
  font-size: 2.5em;
  color: #fb5607;
  text-align: center;
  margin-bottom: 1em;
}

.bio-content p {
  line-height: 1.8;
  color: #ffeded;
  font-size: 1.1em;
}

.gallery-slider {
  width: 100%;
  height: 500px;
}

.gallery-slide {
  background-size: cover;
  background-position: center;
  border-radius: var(--radius-lg);
}

/* CONTACT SECTION */
.contact-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.contact-header {
  text-align: center;
  margin-bottom: 2em;
  color: #f4f4f4;
}

.contact-tag {
  display: inline-block;
  background: #fb5607;
  padding: 0.5em 1em;
  border-radius: 20px;
  font-size: 0.9em;
  margin-bottom: 1em;
}

.contact-header h2 {
  font-size: 2.5em;
  margin: 0.5em 0;
  color: #FFC50F;
}

.form-glass input,
.form-glass textarea {
  width: 100%;
  padding: 1em;
  margin-bottom: 1em;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #f4f4f4;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size-base);
  transition: all var(--duration-fast) var(--ease-standard);
}

.form-glass input:focus,
.form-glass textarea:focus {
  border-color: var(--color-primary);
  outline: var(--focus-outline);
  box-shadow: var(--focus-ring);
}

.input-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
}

.form-glass textarea {
  min-height: 150px;
  resize: vertical;
  color: #fb5607;
}

.btn-art {
  background: #fb5607;
  color: #fff;
  border: none;
  padding: 1em 2em;
  border-radius: 8px;
  font-size: 1.1em;
  cursor: pointer;
  transition: transform 0.2s;
  font-weight: 600;
}

.btn-art:hover {
  transform: scale(1.05);
}

.direct-contact {
  text-align: center;
  margin-top: 2em;
  color: #FFC50F;
}

.email-highlight {
  color: #fb5607;
  font-size: 1.2em;
  text-decoration: none;
}

/* FOOTER */
footer {
  /* CORRECCIÓN: Usar variable para el color de fondo */
  background:#040402;
  padding: var(--space-32);
  text-align: center;
  border-top: 1px solid var(--color-border);
}

.social-icons a {
  color: var(--color-text);
  font-size: var(--font-size-xl);
  margin: 0 var(--space-8);
  transition: color var(--duration-fast) var(--ease-standard);
}

.social-icons a:hover {
  color: var(--color-orange-500);
}

/* RESPONSIVE */
@media (max-width: 680px) {
  .top-bar {
    padding-left: var(--space-8);
    padding-right: var(--space-8);
  }

  .top-social {
    font-size: var(--font-size-base);
  }

  .lang-btn {
    font-size: var(--font-size-sm);
  }

  .navbar {
    flex-direction: column;
  }

  .navbar ul {
    flex-direction: column;
    text-align: center;
  }

  .input-row {
    grid-template-columns: 1fr;
  }

  .bio-section,
.gallery-section,
.shop-section,
.contact-section {
    padding: var(--space-24) var(--space-16);
  }
}
@media (max-width: 480px) {
  body {
    padding-top: 0;
  }

  .top-bar {
    padding-left: var(--space-2);
    padding-right: var(--space-2);
  }

  .bio-section h2,
.gallery-section h2,
.shop-section h2 {
    font-size: var(--font-size-2xl);
  }

  .bio-content p {
    font-size: var(--font-size-base);
  }

  .contact-header h2 {
    font-size: var(--font-size-2xl);
  }

  .form-glass input,
.form-glass textarea {
    padding: var(--space-12);
    font-size: var(--font-size-sm);
  }

  .btn-art {
    padding: var(--space-12) var(--space-24);
    font-size: var(--font-size-base);
  }

  .email-highlight {
    font-size: var(--font-size-lg);
  }
}
@media (max-width: 450px) {
  body {
    padding-top: 0;
  }

  .top-bar {
    padding-left: var(--space-2);
    padding-right: var(--space-2);
  }
}
/* SHOP SECTION */
#shop {
  padding: 80px 20px;
  /* CORRECCIÓN: Usar variable y eliminar !important */
  background-color:#040402;
  border: none;
}

.shop-container {
  max-width: 1200px;
  margin: 0 auto;
}

.shop-title {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  color: #fb5607;
  margin-bottom: 60px;
  letter-spacing: -0.5px;
}

.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

*, *:after, *:before {
  box-sizing: border-box;
}

.cardContainer {
  position: relative;
  width: 300px;
  height: 400px;
  min-width: 300px;
  min-height: 400px;
  margin: 4px;
  perspective: 1000px;
}

.cardContainer.active .card {
  transform: translateZ(0px) rotateY(180deg) !important;
}

.cardContainer.active .card:after {
  display: none;
}

.card {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -moz-backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translateZ(-100px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* CORRECCIÓN: Usar variable para tarjeta y eliminar !important */
  background: #040402;
  border: 2px solid var(--color-border) !important;
  /* !important puede ser necesario aquí por especificidad, revisar */
}

.card:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 14px 50px -4px rgba(251, 86, 7, 0.3);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.4);
}

.card:hover {
  transform: translateZ(0px);
}

.card:hover:after {
  opacity: 1;
}

.card .side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  /* CORRECCIÓN: Usar variable para tarjeta y eliminar !important */
  background-color: #fff6;
}

.card .front {
  z-index: 2;
}

.card .back {
  transform: rotateY(180deg);
}

.card .info {
  padding: 16px;
}

.card .info h2, .card .info h4 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #FFA500 !important;
}

.card .info h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 10px;
}

.card .info h4 {
  font-size: 16px;
  font-weight: 500;
  color: #FFD700 !important;
}

.card .info p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #ffeded !important;
  line-height: 22px;
  font-size: 14px;
}

.card .info ul {
  padding-left: 20px;
}

.card .info ul li {
  font-family: "Poppins", sans-serif;
  color: #ffeded !important;
  line-height: 22px;
  margin: 6px 0;
  list-style: disc outside;
}

.front .img {
  background-color: #1a1a1a;
  background-position: center;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 250px;
  border-bottom: 2px solid #ffeded;
}

.back {
  position: relative;
}

.back h2 {
  margin-top: 6px;
  margin-bottom: 18px;
}

.back .reviews {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
}

.back .reviews svg {
  fill: #fb5607;
}

.back .reviews p {
  color: #FFA500 !important;
  font-weight: 300;
  margin: 1px 0 0 6px;
  transition: 0.3s ease-in-out;
}

.back .reviews:hover p {
  color: #FFD700 !important;
}

.back li {
  line-height: 22px;
  margin: 2px 0 6px 0;
}

.back .btn {
  position: absolute;
  bottom: 16px;
  width: calc(100% - 32px);
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFA500 !important;
  background-image: none !important;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.back .btn:hover {
  background: #fb5607 !important;
  transform: scale(1.05);
}

.back .btn:hover h4 {
  transform: translateX(0px);
  color: #FFD700 !important;
}

.back .btn:hover svg {
  transform: translateX(0px);
  opacity: 1;
  fill: #FFD700 !important;
}

.back .btn h4 {
  transform: translateX(12px);
  transition: transform 0.3s ease-out, color 0.3s ease;
  color: #040402 !important;
  margin: 0;
}

.back .btn svg {
  margin: 1px 0 0 4px;
  transform: translateX(-8px);
  opacity: 0;
  transition: all 0.3s ease-out;
  fill: #040402 !important;
}

@media (max-width: 768px) {
  .cards-wrapper {
    gap: 20px;
  }

  .shop-title {
    font-size: 32px;
  }

  .cardContainer {
    width: 280px;
    height: 380px;
  }
}
/* ============ GALLERY SLIDER =========== */
.image-slider {
  width: 100%;
  max-width: var(--container-xl);
  margin: 0 auto;
  padding: var(--space-32) 0;
}

.slider__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-32);
}

.image-display {
  width: 100%;
  max-width: 900px;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  transition: background-image 0.5s var(--ease-standard);
}

.slider-control--button {
  position: absolute;
  z-index: 10;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-full);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-standard);
  color: var(--color-red-500);
}

.slider-control--button:hover {
  background: var(--color-red-500);
  color: var(--color-btn-primary-text);
  transform: scale(1.1);
}

.prev-button {
  left: var(--space-20);
}

.next-button {
  right: var(--space-20);
}

.slider-control--button svg {
  width: 24px;
  height: 24px;
}

.slider-navigation {
  display: flex;
  gap: var(--space-16);
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 var(--space-16);
}

.nav-button {
  border: 3px solid transparent;
  border-radius: var(--radius-base);
  padding: 0;
  background: none;
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-standard);
  overflow: hidden;
}

.nav-button:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.nav-button[aria-selected=true] {
  border-color: var(--color-red-500);
  box-shadow: var(--shadow-lg);
}

.thumbnail {
  width: 120px;
  height: 80px;
  object-fit: cover;
  display: block;
  transition: opacity var(--duration-normal) var(--ease-standard);
}

.nav-button:hover .thumbnail {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .image-display {
    height: 350px;
  }

  .slider-control--button {
    width: 40px;
    height: 40px;
  }

  .slider-control--button svg {
    width: 20px;
    height: 20px;
  }

  .prev-button {
    left: var(--space-10);
  }

  .next-button {
    right: var(--space-10);
  }

  .thumbnail {
    width: 80px;
    height: 60px;
  }

  .slider-navigation {
    gap: var(--space-8);
  }
}
@media screen and (max-width: 480px) {
  .image-display {
    height: 250px;
  }

  .thumbnail {
    width: 60px;
    height: 45px;
  }

  .slider-navigation {
    gap: var(--space-6);
  }

  .slider-control--button {
    width: 36px;
    height: 36px;
  }

  .slider-control--button svg {
    width: 18px;
    height: 18px;
  }
}
.section__header {
  text-align: center;
  margin-bottom: var(--space-24);
}

.section__title {
  font-size: var(--font-size-3xl);
  margin-bottom: var(--space-8);
  text-align: center;
  font-weight: var(--font-weight-semibold);
  color: var(--color-text);
}

.section__subtitle {
  font-size: var(--font-size-base);
  color: var(--color-text-secondary);
  text-align: center;
}

.irregular-border {
  padding: var(--space-32) var(--space-20);
  background: var(--color-background);
  border-top: 2px solid var(--color-border);
  border-bottom: 2px solid var(--color-border);
}

.contact-section {
  padding: var(--space-32) var(--space-20);
  background:#040402;
}

#contact {
  padding: var(--space-32) var(--space-20);
  background:#040402;
}

.contact-container {
  max-width: var(--container-xl);
  margin: 0 auto;
  background: var(--color-background);
}

.contact-form {
  max-width: 600px;
  margin: var(--space-24) auto;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.form-group label {
  color: var(--color-text);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-sm);
}

.form-group input,
.form-group textarea {
  padding: var(--space-12);
  background: var(--color-secondary);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-base);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  transition: all var(--duration-fast) var(--ease-standard);
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--color-primary);
  outline: var(--focus-outline);
  box-shadow: var(--focus-ring);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--color-text-secondary);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.btn-submit {
  padding: var(--space-12) var(--space-32);
  background: linear-gradient(45deg, var(--color-red-500) 15%, var(--color-orange-400) 65%);
  color: var(--color-btn-primary-text);
  border: none;
  border-radius: var(--radius-base);
  font-weight: var(--font-weight-semibold);
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-standard);
  font-size: var(--font-size-base);
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.footer-container {
  max-width: var(--container-xl);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-20);
  padding: var(--space-24) 0;
}

.footer-logo a {
  color: var(--color-text);
  text-decoration: none;
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
  display: flex;
  align-items: center;
  gap: var(--space-8);
}

.footer-links {
  display: flex;
  gap: var(--space-20);
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: var(--color-text);
  text-decoration: none;
  transition: color var(--duration-normal) var(--ease-standard);
}

.footer-links a:hover {
  color: var(--color-orange-400);
}

.footer-social {
  display: flex;
  gap: var(--space-16);
}

.footer-social a {
  color: var(--color-text);
  font-size: var(--font-size-xl);
  transition: all var(--duration-normal) var(--ease-standard);
}

.footer-social a:hover {
  color: var(--color-orange-400);
  transform: scale(1.1);
}

.footer-copy {
  color: var(--color-text-secondary);
  font-size: var(--font-size-sm);
}

.gallery {
  padding: var(--space-32) var(--space-20);
  background: var(--color-background);
}

.gallery-content {
  max-width: var(--container-xl);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .section__title {
    font-size: var(--font-size-2xl);
  }

  .footer-links {
    flex-direction: column;
    gap: var(--space-10);
  }

  .contact-form {
    padding: 0 var(--space-20);
  }

  .irregular-border {
    padding: var(--space-24) var(--space-16);
  }

  .contact-section,
#contact {
    padding: var(--space-24) var(--space-16);
  }

  .gallery {
    padding: var(--space-24) var(--space-16);
  }
}
@media (max-width: 480px) {
  .section__title {
    font-size: var(--font-size-xl);
  }

  .section__subtitle {
    font-size: var(--font-size-sm);
  }

  .footer-container {
    padding: var(--space-20) 0;
    gap: var(--space-16);
  }

  .footer-logo a {
    font-size: var(--font-size-lg);
  }

  .footer-links {
    gap: var(--space-8);
  }

  .footer-social {
    gap: var(--space-12);
  }

  .footer-social a {
    font-size: var(--font-size-lg);
  }

  .contact-form {
    padding: 0 var(--space-16);
  }

  .form-group input,
.form-group textarea {
    padding: var(--space-10);
    font-size: var(--font-size-sm);
  }

  .btn-submit {
    padding: var(--space-10) var(--space-24);
    font-size: var(--font-size-sm);
  }

  .irregular-border {
    padding: var(--space-20) var(--space-12);
  }

  .contact-section,
#contact {
    padding: var(--space-20) var(--space-12);
  }

  .gallery {
    padding: var(--space-20) var(--space-12);
  }
}
button, a, input, textarea {
  position: relative;
  z-index: 10;
}

/* MENÚ MÓVIL - Clase de control */
.menu__box.menu-open {
  visibility: visible !important;
  transform: translateX(0) !important;
}

.menu-btn.active span {
  transform: rotate(45deg);
}

.menu-btn.active span::before {
  top: 0;
  transform: rotate(0);
}

.menu-btn.active span::after {
  top: 0;
  transform: rotate(90deg);
}

/* FIX: Elementos que bloquean en móvil */
.mobile-menu {
  pointer-events: none;
  /* No bloquea clicks */
}

.menu-btn,
.menu__box {
  pointer-events: auto;
  /* Solo estos elementos pueden recibir clicks */
}

#menu-toggle {
  display: none !important;
  /* Ocultar completamente el checkbox */
}

/* Asegurar que solo el menú abierto tenga z-index alto */
.menu__box {
  z-index: 10000;
}

.menu-btn {
  z-index: 10001;
}
/* ============================================
   ESTILOS DE GRADIENTE Y EFECTOS
   ============================================ */

.effect-title {
  background-image: linear-gradient(45deg, var(--first-color) 15%, var(--second-color) 65%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.btn-gradient {
  display: flex;
  align-items: center;
  border: 2px solid var(--first-color);
  padding: 8px 30px;
  color: var(--smoke-color);
  font-weight: 400;
  text-decoration: none;
  background: none;
  border-radius: 8px;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-gradient:hover {
  background: linear-gradient(45deg, var(--first-color) 15%, var(--second-color) 65%);
  color: var(--smoke-color) !important;
  border-color: var(--second-color);
}
