/* Modern Apple High-End Dark Mesh Design System */
:root {
  --bg-primary: #050508;
  --bg-secondary: #0c0d12;
  --text-primary: #f5f5f7;
  --text-secondary: #a1a1a6;
  --text-muted: #78787e;
  --apple-blue: #2997ff;
  --apple-purple: #bf5af2;
  --font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --max-width: 1040px;
  --radius-card: 28px;
  --radius-btn: 14px;
  --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--font-family);
}

body {
  overflow-x: hidden;
  line-height: 1.47059;
  font-weight: 400;
  letter-spacing: -0.022em;
  position: relative;
  background: radial-gradient(circle at 50% 0%, #151828 0%, #050508 70%);
  min-height: 100vh;
}

/* Ambient Background Lights & Gradients */
body::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 600px;
  background: radial-gradient(circle, rgba(41, 151, 255, 0.15) 0%, rgba(191, 90, 242, 0.1) 40%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

body::after {
  content: "";
  position: absolute;
  top: 800px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 159, 10, 0.08) 0%, rgba(255, 69, 58, 0.05) 50%, transparent 70%);
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}

/* Header Glassmorphism */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(5, 5, 8, 0.65);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: var(--transition);
}

.nav-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-primary);
}

.brand-logo-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.15);
}

.brand-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  background: linear-gradient(180deg, #ffffff 0%, #d1d1d6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
}

.nav-links a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: var(--transition);
}

.nav-links a:hover {
  color: var(--text-primary);
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

/* Container */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

/* Hero Section */
.hero {
  padding-top: 190px;
  padding-bottom: 90px;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 980px;
  font-size: 13px;
  font-weight: 600;
  color: #e5e5ea;
  margin-bottom: 28px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.hero-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--apple-blue);
  box-shadow: 0 0 8px var(--apple-blue);
}

.hero-title {
  font-size: clamp(48px, 7.5vw, 76px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.04;
  background: linear-gradient(180deg, #ffffff 30%, #8e8e93 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
  text-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.hero-subtitle {
  font-size: clamp(20px, 3.2vw, 26px);
  color: var(--text-secondary);
  font-weight: 400;
  max-width: 680px;
  margin: 0 auto 40px auto;
  line-height: 1.4;
}

/* Apps Section & Grid */
.apps-section {
  padding: 40px 0 120px 0;
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 56px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #a1a1a6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.apps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 32px;
}

/* Premium Card Design with Dynamic Glows */
.app-card {
  background: linear-gradient(145deg, rgba(28, 30, 42, 0.6) 0%, rgba(14, 15, 22, 0.7) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-card);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.app-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
}

/* Card Specific Ambient Glows */
.app-card-curiosity:hover {
  border-color: rgba(41, 151, 255, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 40px rgba(41, 151, 255, 0.25);
  transform: translateY(-8px);
}

.app-card-getmeout:hover {
  border-color: rgba(48, 209, 88, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 40px rgba(48, 209, 88, 0.25);
  transform: translateY(-8px);
}

.app-card-wyrms:hover {
  border-color: rgba(255, 159, 10, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 40px rgba(255, 159, 10, 0.25);
  transform: translateY(-8px);
}

.app-card-lyvara:hover {
  border-color: rgba(52, 211, 153, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 40px rgba(52, 211, 153, 0.25);
  transform: translateY(-8px);
}

.app-card-futline:hover {
  border-color: rgba(53, 224, 139, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 40px rgba(53, 224, 139, 0.25);
  transform: translateY(-8px);
}

/* El azul frio de la luna del juego. */
.app-card-escalofrio:hover {
  border-color: rgba(86, 107, 124, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 40px rgba(86, 107, 124, 0.3);
  transform: translateY(-8px);
}

.app-card-top {
  display: flex;
  flex-direction: column;
}

.app-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.app-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
  transition: var(--transition);
}

.app-card:hover .app-icon {
  transform: scale(1.05);
}

.app-title-group h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: #ffffff;
}

.app-category {
  font-size: 12px;
  color: var(--text-secondary);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.app-description {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 32px;
}

/* Se rellena desde data/descargas.json; nace oculto y sigue oculto si no hay dato. */
.app-downloads {
  margin: -20px 0 24px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  opacity: 0.75;
}

/* Action Buttons */
.app-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding: 0 16px;
  border-radius: var(--radius-btn);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: var(--transition);
  box-sizing: border-box;
  width: 100%;
}

.btn-primary {
  background: linear-gradient(180deg, #0077ed 0%, #0066cc 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 119, 237, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-primary:hover {
  background: linear-gradient(180deg, #0082fc 0%, #0071e3 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 119, 237, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.07);
  color: var(--text-primary);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.btn-disabled {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-muted);
  border: 1px solid rgba(255, 255, 255, 0.06);
  cursor: not-allowed;
}

/* About Section */
.about-section {
  padding: 110px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.about-card {
  background: linear-gradient(180deg, rgba(22, 24, 35, 0.6) 0%, rgba(10, 11, 16, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-card);
  padding: 64px 40px;
  max-width: 760px;
  margin: 0 auto;
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.about-avatar {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  margin: 0 auto 28px auto;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
}

.about-quote {
  font-size: 21px;
  line-height: 1.55;
  color: #f5f5f7;
  font-weight: 300;
  margin-bottom: 28px;
}

.about-author {
  font-size: 13px;
  color: var(--apple-blue);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

/* Footer */
footer {
  padding: 60px 0 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-muted);
  font-size: 13px;
  background: #030305;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-links {
  display: flex;
  gap: 24px;
  list-style: none;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--text-secondary);
}

/* Scroll Animations */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 42px;
  }
  .apps-grid {
    grid-template-columns: 1fr;
  }
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================================
   2. APP-SPECIFIC PAGES (hybrid integration)
   ============================================================ */

/* --- Shared app page body helpers --- */
.body-app {
  min-height: 100vh;
  position: relative;
}

.body-app header {
  position: fixed;
}

.app-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  border-radius: 980px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 24px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(8px);
}
.app-badge-curiosity { color: #a5c9ff; border-color: rgba(41,151,255,0.35); background: rgba(41,151,255,0.08); }

/* --- Shared generic app hero (Curiosity uses it) --- */
.app-hero { padding-top: 150px; padding-bottom: 80px; }
.app-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
.app-hero-title {
  font-size: clamp(40px, 5.5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 20px;
  background: linear-gradient(180deg,#fff 30%, #9a9aa0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accent-curiosity {
  background: linear-gradient(180deg,#6eb7ff,#2997ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-hero-subtitle {
  font-size: 19px;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 32px;
  max-width: 600px;
}
.app-hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.app-store-link img { height: 48px; transition: transform 0.3s; }
.app-store-link:hover img { transform: translateY(-2px); }
.app-float-img {
  width: 100%;
  max-width: 460px;
  border-radius: 32px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.55), 0 0 50px rgba(41,151,255,0.18);
  animation: app-float 6s ease-in-out infinite;
}
@keyframes app-float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}
.app-hero-media { display:flex; justify-content:center; }

/* --- Shared generic app sections --- */
.app-section { padding: 80px 0; }
.btn-large { height: 52px; padding: 0 28px; font-size: 15px; }
.features-grid-wide { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }

.feature-card {
  background: linear-gradient(145deg, rgba(28,30,42,0.55), rgba(14,15,22,0.65));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 28px 24px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.feature-card:hover { transform: translateY(-6px); border-color: rgba(255,255,255,0.18); }
.feature-card h3 { font-size: 19px; font-weight: 700; margin-bottom: 10px; letter-spacing:-0.01em; }
.feature-card p { color: var(--text-secondary); font-size: 14.5px; line-height: 1.6; }
.feature-card-curiosity h3 { color: #6eb7ff; }
.feature-card-curiosity:hover { box-shadow: 0 18px 40px rgba(0,0,0,0.5), 0 0 30px rgba(41,151,255,0.18); border-color: rgba(41,151,255,0.35); }

/* --- Shared support panel --- */
.support-panel {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, rgba(22,24,35,0.6), rgba(10,11,16,0.75));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 28px;
  padding: 60px 44px;
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.1);
}
.support-lead {
  font-size: 17px;
  color: var(--text-secondary);
  margin-bottom: 32px;
  line-height: 1.6;
}
.support-note { margin-top: 24px; color: var(--text-muted); font-size: 13px; letter-spacing: 0.02em; }

/* --- Shared FAQ (acordeón sobre fondo oscuro) --- */
.faq-list {
  max-width: 760px;
  margin: 0 auto;
}
.faq-list details {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.faq-list details:last-child { border-bottom: none; }
.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 40px 20px 0;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  transition: color 0.25s ease;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: #6eb7ff; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  color: var(--text-muted);
  transition: transform 0.3s ease;
}
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list details p {
  color: var(--text-secondary);
  font-size: 14.5px;
  line-height: 1.7;
  padding: 0 40px 22px 0;
}

/* ============================================================
   3. CURIOSITY — stars background + demo widget
   ============================================================ */

.body-curiosity {
  background: radial-gradient(circle at 50% 0%, #0d1328 0%, #050508 60%);
}
.stars-container {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at center, #0f1220 0%, #05070a 100%);
  overflow: hidden;
}
.stars-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 20px 30px, #fff, rgba(0,0,0,0)),
    radial-gradient(1px 1px at 40px 70px, #fff, rgba(0,0,0,0)),
    radial-gradient(1px 1px at 50px 160px, #fff, rgba(0,0,0,0)),
    radial-gradient(2px 2px at 80px 120px, #fff, rgba(0,0,0,0)),
    radial-gradient(2px 2px at 110px 40px, #fff, rgba(0,0,0,0)),
    radial-gradient(1.5px 1.5px at 190px 10px, #fff, rgba(0,0,0,0)),
    radial-gradient(1px 1px at 150px 90px, #bcd9ff, rgba(0,0,0,0)),
    radial-gradient(1.5px 1.5px at 30px 130px, #ffd68a, rgba(0,0,0,0));
  background-repeat: repeat;
  background-size: 200px 200px;
  opacity: 0.35;
  animation: move-stars 120s linear infinite;
}
@keyframes move-stars {
  from { transform: translateY(0); }
  to { transform: translateY(-200px); }
}

/* Curiosity demo widget */
.demo-widget {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  border-left: 6px solid var(--apple-blue);
  border-radius: 26px;
  padding: 30px 26px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.5), 0 0 40px rgba(41,151,255,0.08);
  margin-bottom: 28px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
#fact-text {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  color: #fff;
  transition: opacity 0.5s ease;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
#fact-text.fade-out { opacity: 0; }

/* Language switch pills in nav */
.lang-switch {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  padding: 4px 10px !important;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  margin-left: 6px;
}

/* ============================================================
   4. PRIVACY POLICY PAGES (shared layout, themed)
   ============================================================ */

.policy-card {
  max-width: 820px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(22,24,35,0.6), rgba(10,11,16,0.8));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 28px;
  padding: 56px 52px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.policy-scroll-target { padding-top: 120px; }
.policy-lang-chip {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--apple-blue);
  background: rgba(41,151,255,0.12);
  border: 1px solid rgba(41,151,255,0.28);
  margin-bottom: 20px;
}
.policy-title {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  background: linear-gradient(180deg,#fff,#a1a1a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.policy-date { color: var(--text-muted); font-size: 13px; margin-bottom: 36px; letter-spacing:0.04em; }
.policy-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 10px;
  color: #fff;
}
.policy-card p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 4px;
}
.policy-card a { color: var(--apple-blue); }
.policy-footer-links {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.policy-jump {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.2s;
}
.policy-jump:hover { color: #fff; border-color: rgba(255,255,255,0.2); }

/* ============================================================
   5. GETMEOUT — light cream theme + liquid blobs + glass cards
   ============================================================ */

.body-getmeout {
  background: #F8F5F0;
  color: #2D2926;
}

/* Liquid background */
.liquid-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.blob {
  position: absolute;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(255,184,77,0.15) 0%, transparent 70%);
  filter: blur(80px);
  opacity: 0.6;
  transition: transform 0.6s cubic-bezier(0.16,1,0.3,1);
  will-change: transform;
}
.blob-1 { top:-300px; right:-200px; background: radial-gradient(circle, rgba(255,184,77,0.2) 0%, transparent 70%); }
.blob-2 { bottom:-300px; left:-200px; background: radial-gradient(circle, rgba(109,91,255,0.08) 0%, transparent 70%); }
.blob-3 { top:30%; left:20%; width:500px; height:500px; background: radial-gradient(circle, rgba(255,255,255,1) 0%, transparent 70%); }
.noise-overlay {
  position: absolute;
  inset: 0;
  filter: url(#noise);
  opacity: 0.12;
  pointer-events: none;
}

/* Header / footer light variants */
.header-light {
  background: rgba(248,245,240,0.65);
  border-bottom: 1px solid rgba(45,41,38,0.06);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
}
.brand-link-light { color: #2D2926; }
.brand-title-light {
  background: linear-gradient(180deg,#2D2926 0%, #6b645f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-links-light a { color: rgba(45,41,38,0.7); }
.nav-links-light a:hover { color: #2D2926; text-shadow: 0 0 0 transparent; }

.lang-toggle-inline {
  display: inline-flex;
  gap: 2px;
  background: rgba(255,255,255,0.7);
  border: 0.5px solid rgba(45,41,38,0.08);
  padding: 3px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(45,41,38,0.05);
  backdrop-filter: blur(14px);
}
.lang-btn {
  background: none;
  border: none;
  color: rgba(45,41,38,0.5);
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.05em;
  padding: 6px 13px;
  border-radius: 9px;
  cursor: pointer;
  transition: all 0.25s;
}
.lang-btn.active {
  background: #FFB84D;
  color: #fff;
  box-shadow: 0 4px 12px rgba(255,184,77,0.4);
}

/* Variante oscura del conmutador de idioma (Curiosity y portada) */
.body-curiosity .lang-toggle-inline,
.body-home .lang-toggle-inline {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: none;
  margin-left: 6px;
}
.body-curiosity .lang-btn,
.body-home .lang-btn { color: var(--text-secondary); }
.body-curiosity .lang-btn:hover,
.body-home .lang-btn:hover { color: #fff; }
.body-curiosity .lang-btn.active,
.body-home .lang-btn.active {
  background: #0071e3;
  color: #fff;
  box-shadow: 0 4px 12px rgba(41,151,255,0.35);
}

/* Hero GetMeOut */
.gmo-main { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.gmo-hero {
  padding: 170px 0 110px;
  text-align: center;
}
.gmo-icon-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 36px;
}
.gmo-icon {
  width: 150px;
  height: 150px;
  border-radius: 40px;
  box-shadow: 0 30px 60px rgba(45,41,38,0.18), 0 0 30px rgba(255,184,77,0.1);
  display: block;
}
.gmo-icon-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 45%, rgba(255,255,255,0.42) 50%, transparent 55%);
  border-radius: 40px;
  pointer-events: none;
}
.gmo-title {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(56px, 8vw, 96px);
  line-height: 0.85;
  margin-bottom: 18px;
  background: linear-gradient(to bottom, #2D2926, rgba(45,41,38,0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gmo-tagline {
  font-size: 1.3rem;
  color: rgba(45,41,38,0.55);
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.gmo-download {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #2D2926;
  color: #fff;
  padding: 17px 36px;
  border-radius: 20px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
  transition: transform 0.3s cubic-bezier(0.2,0,0,1), box-shadow 0.3s, background 0.3s;
}
.gmo-download:hover {
  transform: translateY(-4px) scale(1.02);
  background: #000;
  box-shadow: 0 18px 36px rgba(45,41,38,0.2);
}

.gmo-section { padding: 70px 0 110px; }
.gmo-section-title {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(40px, 6vw, 60px);
  text-align: center;
  margin-bottom: 52px;
  color: #2D2926;
}

/* Features grid GetMeOut */
.gmo-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.gmo-glass {
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(40px) saturate(150%);
  -webkit-backdrop-filter: blur(40px) saturate(150%);
  border: 0.5px solid rgba(45,41,38,0.08);
  border-radius: 30px;
  padding: 44px 36px;
  box-shadow: 0 10px 40px rgba(45,41,38,0.05);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.2,0,0,1), box-shadow 0.4s;
}
.gmo-glass::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.5), transparent 60%);
  opacity: 0.5;
  pointer-events: none;
}
.gmo-glass:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 56px rgba(45,41,38,0.1);
}
.gmo-feat-icon { font-size: 2.8rem; margin-bottom: 26px; }
.gmo-feature h3 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 1.9rem;
  margin-bottom: 12px;
  line-height: 1;
}
.gmo-feature p {
  color: rgba(45,41,38,0.6);
  font-size: 1rem;
  line-height: 1.6;
}

/* Support grid */
.gmo-support-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 36px;
}
.gmo-help-card h2 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 18px;
}
.gmo-help-card > p {
  font-size: 1.15rem;
  color: rgba(45,41,38,0.6);
  margin-bottom: 32px;
  line-height: 1.6;
}
.gmo-contact-pill {
  display: inline-flex;
  flex-direction: column;
  background: #FFB84D;
  padding: 18px 28px;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(255,184,77,0.3);
}
.gmo-pill-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.92);
  font-weight: 800;
  margin-bottom: 4px;
}
.gmo-pill-email {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.gmo-faq-card h3 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 2.2rem;
  margin-bottom: 24px;
}
.gmo-faq-card details {
  border-bottom: 1px solid rgba(45,41,38,0.08);
  padding: 18px 0;
}
.gmo-faq-card details:last-child { border-bottom: none; }
.gmo-faq-card summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  color: #2D2926;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gmo-faq-card summary::after {
  content: '↓';
  font-family: 'Instrument Serif', serif;
  color: #FFB84D;
  font-size: 1.4rem;
  transition: transform 0.35s;
}
.gmo-faq-card details[open] summary::after { transform: rotate(180deg); }
.gmo-faq-card details p {
  color: rgba(45,41,38,0.6);
  padding-top: 12px;
  font-size: 0.98rem;
  line-height: 1.6;
}

/* Privacy blocks */
.gmo-privacy-head { text-align: center; margin-bottom: 52px; }
.gmo-privacy-head h2 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(44px, 6vw, 68px);
  margin-bottom: 10px;
}
.gmo-privacy-date {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(45,41,38,0.5);
  font-weight: 700;
}
.gmo-privacy-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
}
.gmo-privacy-block h3 {
  font-family: 'Instrument Serif', serif;
  font-size: 1.8rem;
  margin-bottom: 14px;
  color: #cc923a;
}
.gmo-privacy-block p {
  color: rgba(45,41,38,0.6);
  line-height: 1.65;
  font-size: 0.98rem;
}

/* Footer light */
.footer-light {
  padding: 72px 0 40px;
  border-top: 1px solid rgba(45,41,38,0.08);
  background: transparent;
  color: rgba(45,41,38,0.6);
}
.footer-light-brand { text-align: left; }
.footer-light-logo {
  font-family: 'Instrument Serif', serif;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 2px;
  color: #2D2926;
}
.footer-light-brand p { font-size: 0.85rem; }
.footer-light-tagline {
  font-family: 'Instrument Serif', italic;
  font-size: 1rem;
  color: rgba(45,41,38,0.55);
  font-style: italic;
}
.footer-light .footer-links a { color: rgba(45,41,38,0.55); }
.footer-light .footer-links a:hover { color: #2D2926; }

/* ============================================================
   6. WYRMS — warm volcano theme + dragons + modal
   ============================================================ */

.body-wyrms {
  background: #120806;
  color: #f3e6d6;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.65;
}
.wyrms-backdrop {
  position: fixed;
  inset: -30% -20% auto;
  height: 130%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(60% 55% at 50% 0%, rgba(232,97,31,0.25), transparent 70%),
    linear-gradient(180deg, #1a0c08 0%, #120806 100%);
}
.wyrms-main { position: relative; }
.wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
  z-index: 1;
}

/* Header warm variant */
.header-wyrms {
  background: rgba(18,8,6,0.78);
  border-bottom: 1px solid rgba(255,171,94,0.08);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  transition: border-color 0.3s, background 0.3s;
}
.header-wyrms.scrolled {
  background: rgba(18,8,6,0.92);
  border-bottom: 1px solid rgba(255,171,94,0.2);
}
.nav-links-wyrms a { color: #c0a48c; }
.nav-links-wyrms a:hover { color: #ffab5e; text-shadow: 0 0 8px rgba(255,171,94,0.4); }

.wyrms-lang {
  display: inline-flex;
  gap: 5px;
  background: rgba(32,18,12,0.8);
  border: 1px solid rgba(255,171,94,0.12);
  padding: 3px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.wlang {
  background: transparent;
  border: none;
  color: #c0a48c;
  border-radius: 999px;
  padding: 4px 11px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.25s;
}
.wlang.active {
  background: #e8611f;
  color: #1a0d07;
  box-shadow: 0 2px 8px rgba(232,97,31,0.45);
}

/* Hero */
.wyrms-hero {
  position: relative;
  text-align: center;
  padding: 150px 0 70px;
  overflow: hidden;
}
.wyrms-logo {
  position: relative;
  width: min(540px, 86%);
  filter: drop-shadow(0 8px 30px rgba(232,97,31,0.35));
  margin-bottom: 16px;
}
.wyrms-tag {
  position: relative;
  font-size: 1.2rem;
  margin: 10px auto 6px;
  max-width: 640px;
  color: #f3e6d6;
}
.wyrms-tag2 {
  position: relative;
  color: #c0a48c;
  margin-bottom: 28px;
  font-size: 0.98rem;
}
.wyrms-cta-soon {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  background: #291710;
  color: #c0a48c;
  border: 1px solid rgba(255,171,94,0.2);
  border-radius: 14px;
  padding: 12px 24px;
  font-weight: 800;
  font-size: 1rem;
  cursor: default;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.wyrms-cta-soon small {
  font-weight: 500;
  font-size: 0.72rem;
  opacity: 0.88;
}
.wyrms-cta {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  background: linear-gradient(180deg,#ffab5e,#e8611f);
  color: #1a0d07;
  border-radius: 14px;
  padding: 12px 26px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(232,97,31,0.35);
  transition: transform .15s ease, box-shadow .15s ease;
}
.wyrms-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(232,97,31,0.45); }
.wyrms-cta small { font-weight: 500; font-size: 0.72rem; opacity: 0.9; }

/* Wyrms sections */
.wyrms-section { padding: 70px 0; border-top: 1px solid #3a2418; }
.wyrms-section h2 {
  font-size: 1.9rem;
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
  color: #f3e6d6;
  font-weight: 800;
}
.wyrms-lead {
  color: #c0a48c;
  max-width: 620px;
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* Dragon cards */
.wyrms-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.wcard {
  position: relative;
  background: linear-gradient(180deg, #291710, #20120c);
  border: 1px solid #3a2418;
  border-radius: 18px;
  padding: 18px 14px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.wcard:hover {
  transform: translateY(-4px);
  border-color: #e8611f;
  box-shadow: 0 14px 30px rgba(232,97,31,0.2);
}
.wcard::after {
  content: "\25B6";
  position: absolute;
  top: 10px;
  right: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 0.62rem;
  border-radius: 50%;
  background: rgba(232,97,31,0.9);
  color: #1a0d07;
  text-align: center;
}
.wcard img {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1;
  object-fit: contain;
}
.wc-name { font-weight: 800; font-size: 1.1rem; margin-top: 6px; }
.wc-tl { color: #c0a48c; font-size: 0.85rem; }
.wcard.r .wc-name { color: #ff6b5a; }
.wcard.g .wc-name { color: #5fd08a; }
.wcard.b .wc-name { color: #63c6e0; }
.wcard.y .wc-name { color: #ffd166; }

/* Dragon modal */
.wyrms-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
}
.wyrms-modal[aria-hidden="false"] { display: block; }
.wyrms-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(8,4,3,0.85);
  backdrop-filter: blur(6px);
}
.wyrms-modal-card {
  position: relative;
  max-width: 440px;
  margin: 8vh auto;
  background: linear-gradient(180deg, #291710, #20120c);
  border: 1px solid #3a2418;
  border-radius: 22px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 24px 70px rgba(0,0,0,0.6);
  max-height: 88vh;
  overflow: auto;
}
.wyrms-modal-x {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0,0,0,0.45);
  border: 1px solid #3a2418;
  color: #f3e6d6;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
  transition: all 0.2s;
}
.wyrms-modal-x:hover {
  background: #e8611f;
  border-color: #e8611f;
  color: #1a0d07;
}
.wyrms-modal-video {
  width: 100%;
  max-width: 260px;
  border-radius: 16px;
  background: #000;
  border: 1px solid #3a2418;
}
.wyrms-modal-name {
  font-size: 1.55rem;
  margin-top: 14px;
  font-weight: 800;
}
.wyrms-modal-tl {
  color: #ffab5e;
  margin-bottom: 14px;
  font-weight: 600;
}
.wyrms-modal-lore {
  color: #c0a48c;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Steps */
.wyrms-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.wstep {
  background: #20120c;
  border: 1px solid #3a2418;
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  gap: 14px;
  transition: border-color 0.2s, transform 0.2s;
}
.wstep:hover { border-color: rgba(232,97,31,0.4); transform: translateY(-2px); }
.wstep .ws-n {
  flex: 0 0 38px;
  height: 38px;
  border-radius: 10px;
  background: #e8611f;
  color: #1a0d07;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.wstep h3 { font-size: 1.05rem; margin-bottom: 4px; color: #f3e6d6; }
.wstep p { color: #c0a48c; font-size: 0.92rem; line-height: 1.6; }

/* Features list */
.wyrms-feat {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 26px;
  margin: 0;
  padding: 0;
}
.wyrms-feat li {
  list-style: none;
  padding-left: 30px;
  position: relative;
  color: #e3d5c2;
  line-height: 1.6;
}
.wyrms-feat li::before {
  content: "🔥";
  position: absolute;
  left: 0;
  top: 0;
}

/* Screenshots scroller */
.wyrms-shots {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #e8611f #20120c;
}
.wyrms-shots::-webkit-scrollbar { height: 8px; }
.wyrms-shots::-webkit-scrollbar-track { background: #20120c; border-radius: 4px; }
.wyrms-shots::-webkit-scrollbar-thumb { background: #e8611f; border-radius: 4px; }
.wyrms-shots img {
  height: 400px;
  width: auto;
  flex: 0 0 auto;
  border-radius: 18px;
  border: 1px solid #3a2418;
  scroll-snap-align: center;
  background: #000;
  object-fit: contain;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* FAQ Wyrms */
.wyrms-section details {
  background: #20120c;
  border: 1px solid #3a2418;
  border-radius: 14px;
  padding: 2px 18px;
  margin-bottom: 10px;
  transition: border-color 0.25s;
}
.wyrms-section details[open],
.wyrms-section details:hover { border-color: rgba(232,97,31,0.35); }
.wyrms-section summary {
  cursor: pointer;
  font-weight: 700;
  padding: 14px 0;
  list-style: none;
  color: #f3e6d6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wyrms-section summary::-webkit-details-marker { display: none; }
.wyrms-section summary::after {
  content: "+";
  float: right;
  color: #ffab5e;
  font-weight: 800;
  font-size: 1.3rem;
  transition: transform 0.3s;
}
.wyrms-section details[open] summary::after { transform: rotate(45deg); }
.wyrms-section details p {
  color: #c0a48c;
  padding: 0 0 14px;
  line-height: 1.7;
}
.wyrms-section details a { color: #ffab5e; }

/* Support mail */
.wyrms-support { text-align: center; }
.wyrms-mail {
  display: inline-block;
  margin-top: 8px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffab5e;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 14px;
  border: 1px solid rgba(255,171,94,0.25);
  background: rgba(232,97,31,0.08);
  transition: all 0.25s;
}
.wyrms-mail:hover {
  background: #e8611f;
  color: #1a0d07;
  border-color: #e8611f;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(232,97,31,0.35);
}

/* Footer wyrms */
.footer-wyrms {
  border-top: 1px solid #3a2418;
  padding: 34px 0;
  text-align: center;
  color: #b79a83;
  font-size: 0.85rem;
  background: #0e0604;
  margin-top: 40px;
}
.footer-wyrms a { color: #b79a83; transition: color 0.2s; }
.footer-wyrms a:hover { color: #ffab5e; text-decoration: underline; }

/* Wyrms privacy page */
.wprivacy-wrap { padding-top: 120px; padding-bottom: 80px; }
.wprivacy-section { padding: 30px 0; }
.wprivacy-section h1 {
  font-size: 1.9rem;
  margin-bottom: 6px;
  color: #f3e6d6;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.wprivacy-date {
  color: #b79a83;
  font-size: 0.85rem;
  margin-bottom: 22px;
  letter-spacing: 0.04em;
}
.wprivacy-section h2 {
  font-size: 1.15rem;
  margin: 1.8rem 0 0.5rem;
  color: #e8611f;
  font-weight: 700;
}
.wprivacy-section p {
  color: #e3d5c2;
  line-height: 1.7;
  margin-bottom: 4px;
  font-size: 0.97rem;
}
.wprivacy-section a { color: #ffab5e; }
.wprivacy-sep {
  border: none;
  border-top: 1px solid #3a2418;
  margin: 3rem 0;
}
.wprivacy-links {
  margin-top: 36px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.wbtn-secondary {
  display: inline-block;
  padding: 10px 20px;
  background: #20120c;
  border: 1px solid #3a2418;
  color: #f3e6d6;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.2s;
}
.wbtn-secondary:hover {
  background: #291710;
  border-color: rgba(255,171,94,0.3);
  color: #ffab5e;
}
.wbtn-goto {
  color: #c0a48c;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 9px;
  border: 1px solid #3a2418;
  transition: all 0.2s;
}
.wbtn-goto:hover { color: #ffab5e; border-color: rgba(255,171,94,0.3); }

/* ============================================================
   7. APP-SPECIFIC PAGES — RESPONSIVE
   ============================================================ */

@media (max-width: 992px) {
  .app-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .gmo-features-grid { grid-template-columns: 1fr; gap: 20px; }
  .gmo-support-grid { grid-template-columns: 1fr; }
  .gmo-privacy-grid { grid-template-columns: 1fr; gap: 20px; }
  .wyrms-grid { grid-template-columns: repeat(2, 1fr); }
  .wyrms-steps { grid-template-columns: 1fr; }
  .wyrms-feat { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .policy-card { padding: 36px 24px; }
  .policy-title { font-size: 28px; }
  .demo-widget { padding: 22px 18px; min-height: 120px; border-radius: 22px; }
  #fact-text { font-size: 18px; }
  .support-panel { padding: 40px 22px; border-radius: 22px; }
  .gmo-hero { padding: 140px 0 80px; }
  .gmo-icon { width: 120px; height: 120px; border-radius: 32px; }
  .gmo-help-card h2 { font-size: 2.5rem; }
  .gmo-feature { padding: 32px 24px; }
  .gmo-section-title { font-size: 2.5rem; }
  .footer-light .footer-content { gap: 20px; text-align: center; }
  .footer-light-brand, .footer-light-tagline { text-align: center; width: 100%; }
  .wyrms-shots img { height: 320px; }
  .header-light .nav-links,
  .header-wyrms .nav-links { gap: 16px; }
  .lang-toggle-inline { margin-left: 0; }
  .nav-links { gap: 18px; }
}

/* Con pantallas estrechas la barra desbordaba y escondia el selector de idioma */
@media (max-width: 700px) {
  .nav-container {
    height: auto;
    min-height: 64px;
    padding: 10px 16px;
    flex-wrap: wrap;
    row-gap: 8px;
    justify-content: center;
  }
  .nav-links { flex-wrap: wrap; justify-content: center; gap: 14px; row-gap: 8px; }
  .brand-title { font-size: 16px; }
}

@media (max-width: 480px) {
  .gmo-title { font-size: 4rem; }
  .wyrms-grid { grid-template-columns: 1fr 1fr; }
  .wyrms-modal-card { margin: 4vh 16px; padding: 20px; }
  .demo-widget { padding: 18px 14px; }
  #fact-text { font-size: 16px; }
  .wyrms-section { padding: 50px 0; }
  .gmo-section { padding: 50px 0 80px; }
}
