* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

:root {
  --bg: #f4e2c0;
  --bg-deep: #bb7900;
  --panel: rgba(255, 248, 236, 0.88);
  --panel-strong: #fff7ea;
  --text: #2b1c11;
  --muted: #674730;
  --accent: #7a4b14;
  --accent-2: #b86516;
  --success: #157347;
  --shadow: 0 18px 40px rgba(61, 31, 8, 0.18);
}

body {
  background:
    radial-gradient(circle at top, rgba(255, 246, 218, 0.95), transparent 35%),
    linear-gradient(180deg, #cfb541 0%, #c7922e 50%, #a66617 100%);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
}

.app-shell {
  max-width: 430px;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
}

.hero {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  border-radius: 0 0 28px 28px;
  box-shadow: var(--shadow);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(43, 28, 17, 0.2) 0%, rgba(43, 28, 17, 0.72) 100%);
}

.hero video {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 1s ease;
}

.hero-copy {
  position: absolute;
  inset: auto 20px 20px;
  z-index: 1;
  color: #fff8ed;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  margin-bottom: 10px;
  opacity: 0.85;
}

.hero h1 {
  font-size: 2rem;
  line-height: 1.05;
  margin-bottom: 10px;
}

.hero-text {
  font-size: 0.98rem;
  line-height: 1.45;
  color: rgba(255, 248, 237, 0.9);
}

#loader {
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, #a66012 0%, #bb7900 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

#loader img {
  width: 132px;
  max-width: 40vw;
  animation: pulse 1.2s ease-in-out infinite alternate;
}

@keyframes pulse {
  from {
    transform: scale(0.95);
    opacity: 0.78;
  }

  to {
    transform: scale(1.05);
    opacity: 1;
  }
}

.container {
  padding: 20px 18px 36px;
  overflow: visible;
}

.idioma {
  margin: -10px 0 16px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 7000;
  overflow: visible;
}

.gtranslate_wrapper {
  width: 100%;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 18px;
  border: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.44);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(77, 43, 11, 0.1);
  position: relative;
  z-index: 7001;
  overflow: visible;
}

.gt_container-unisv1,
.gt_container-unisv1 .gt_selector,
.gt_container-unisv1 .gt_options,
.gt_switcher-popup,
.gt_white_content,
.gt_black_overlay,
[class*="gt_container"] {
  z-index: 8000 !important;
}

.quick-actions {
  display: grid;
  gap: 12px;
}

.btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  border: 0;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  box-shadow: 0 12px 24px rgba(78, 43, 12, 0.16);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 18px 30px rgba(78, 43, 12, 0.2);
  outline: none;
}

.btn i {
  font-size: 1.15rem;
}

.red,
.blue,
.sociales,
.wifi,
.juego {
  background: linear-gradient(135deg, #8c4d09 0%, #bf7a19 100%);
}

.green {
  background: linear-gradient(135deg, #0c6b40 0%, #1ea765 100%);
}

.gold {
  background: linear-gradient(135deg, #5c3b14 0%, #f0a12e 100%);
}

.hidden {
  display: none;
}

.status-message {
  min-height: 24px;
  margin: 14px 4px 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.watermark {
  width: fit-content;
  margin: 20px 2px 0 auto;
  display: block;
  text-decoration: none;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.94);
}

.watermark:hover {
  text-decoration: underline;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 5000;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(31, 18, 8, 0.6);
  backdrop-filter: blur(4px);
}

.modal.is-open {
  display: flex;
}

.contenidoRedes {
  width: min(100%, 320px);
  background: var(--panel-strong);
  border-radius: 24px;
  padding: 24px 20px;
  box-shadow: var(--shadow);
  text-align: center;
}

.contenidoRedes h2 {
  margin-bottom: 12px;
}

.postmedia {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
}

.postmedia i {
  font-size: 1.6rem;
}

#cerrarRedes {
  margin-top: 14px;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: #23150d;
  color: #fff;
  cursor: pointer;
}

#logoinstagram {
  color: #c13584;
}

#logofacebook {
  color: #1877f2;
}

#logotiktok {
  color: #000;
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: 1.78rem;
  }
}

