@font-face {
  font-family: "Muli";
  src: url("https://aws-origin.image-tech-storage.com/tenants/playuzu/playuzu.es/_fonts/I5Jng9tUII-T7Xx2eX3xPRO9b0N4JLzoWse4eldXea4-uRCl45fCd1LfQkw1URpONLC9ocvrvdSc91daIwrclMQ.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Muli";
  src: url("https://aws-origin.image-tech-storage.com/tenants/playuzu/playuzu.es/_fonts/I5Jng9tUII-T7Xx2eX3xPRO9b0N4JLzoWse4eldXea4-gYhvoEhfnHSLReoELaokiMkLteiZT_RVWv3ScCx5Ypw.woff2") format("woff2");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Muli";
  src: url("https://aws-origin.image-tech-storage.com/tenants/playuzu/playuzu.es/_fonts/I5Jng9tUII-T7Xx2eX3xPRO9b0N4JLzoWse4eldXea4-Kl7FkjnrnkRJdfkCZVFFBO9MR1HEogFFe9_leB5jMoU.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Terfens";
  src: url("https://aws-origin.image-tech-storage.com/tenants/playuzu/playuzu.es/_fonts/I5Jng9tUII-T7Xx2eX3xPRO9b0N4JLzoWse4eldXea4-UJxLFSTnt_zA0a1x_4gSRHJpllPBUvFIX0PzjjH-OQA.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Terfens";
  src: url("https://aws-origin.image-tech-storage.com/tenants/playuzu/playuzu.es/_fonts/I5Jng9tUII-T7Xx2eX3xPRO9b0N4JLzoWse4eldXea4-QCGkPi07uEJhwB0O3lXtppvSM39UuwwF66vayYBg3bs.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Bree";
  src: url("https://aws-origin.image-tech-storage.com/tenants/playuzu/playuzu.es/_fonts/I5Jng9tUII-T7Xx2eX3xPRO9b0N4JLzoWse4eldXea4-NeZ2e41x3al3dN_JKudzCfFbW0YRChdJaPYzhyM471o.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Bree";
  src: url("https://aws-origin.image-tech-storage.com/tenants/playuzu/playuzu.es/_fonts/I5Jng9tUII-T7Xx2eX3xPRO9b0N4JLzoWse4eldXea4-a2s4hXRtbOBL9vM3VpNw5frwY0bVncP_Q0CMdZoECIg.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
}

:root {
  --bg: #f2f5ff;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-night: #1d1f4d;
  --ink: #232558;
  --ink-soft: #4d537f;
  --purple: #902984;
  --purple-deep: #1e1170;
  --pink: #ff57ff;
  --yellow: #ffdb07;
  --yellow-soft: #fdd460;
  --green: #4fd6a3;
  --green-deep: #49c998;
  --border: rgba(35, 37, 88, 0.1);
  --shadow: 0 30px 70px rgba(35, 37, 88, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1280px, calc(100vw - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Muli", Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 87, 255, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(79, 214, 163, 0.12), transparent 24%),
    linear-gradient(180deg, #eef2ff 0%, #f7f9ff 40%, #eef2ff 100%);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
}

.masthead {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 16px 0 0;
  backdrop-filter: blur(14px);
}

.nav-shell,
.hero,
.category-strip,
.shelf,
.editorial-section,
.intro-grid,
.spotlight,
.uzuplus,
.safe-play,
.tv-panel,
.reviews-section,
.news-section,
.awards-section,
.faq-section,
.providers-section,
.footer-utility,
.footer-links,
.footer-bottom {
  width: var(--container);
  margin-inline: auto;
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr minmax(220px, 300px) auto;
  gap: 18px;
  align-items: center;
  padding: 12px 20px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 87, 255, 0.88), rgba(144, 41, 132, 0.95) 45%, rgba(30, 17, 112, 0.98));
  box-shadow: 0 22px 50px rgba(30, 17, 112, 0.28);
}

.brand {
  display: inline-flex;
  width: 84px;
  height: 84px;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
}

.brand img {
  width: 72px;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.main-nav a,
.eyebrow,
.value-card h3,
.safe-card h3,
.review-card h3,
.news-card h3,
.footer-links h3 {
  font-family: "Terfens", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.main-nav a {
  font-size: 0.88rem;
  font-weight: 700;
}

.nav-search input {
  width: 100%;
  min-height: 46px;
  padding: 0 16px;
  border: 0;
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  outline: none;
}

.nav-actions {
  display: flex;
  gap: 10px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.button:hover,
.shelf-arrow:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #111;
  background: linear-gradient(180deg, #feff01 0%, #fdd460 100%);
  box-shadow: 0 14px 30px rgba(253, 212, 96, 0.35);
}

.button-secondary {
  color: #fff;
  background: linear-gradient(180deg, #4fd6a3 0%, #49c998 100%);
  box-shadow: 0 14px 30px rgba(73, 201, 152, 0.28);
}

.button-muted {
  color: var(--ink);
  background: #eef1fb;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 36px;
  padding: 42px 34px 30px;
  margin-top: 22px;
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82));
  box-shadow: var(--shadow);
}

.hero-copy,
.intro-copy,
.tv-copy,
.uzuplus-copy,
.spotlight-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero h1,
.section-heading h2,
.shelf h2,
.intro-copy h2,
.spotlight h2,
.uzuplus h2,
.safe-play h2,
.tv-panel h2,
.providers-section h2 {
  margin: 0;
  font-family: "Bree", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 3.3rem);
  line-height: 1;
}

.hero p,
.intro-copy p,
.spotlight-copy p,
.uzuplus-copy p,
.safe-card p,
.review-card p,
.news-card p,
.faq-item p,
.legal-copy p,
.tv-copy p {
  margin: 0;
  line-height: 1.65;
  color: var(--ink-soft);
}

.hero-copy a:not(.button),
.legal-copy a {
  color: var(--purple);
  text-decoration: underline;
}

.eyebrow {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--purple);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 4px;
}

.hero-note {
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(30, 17, 112, 0.08), rgba(144, 41, 132, 0.08));
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-stage {
  position: relative;
  width: 100%;
  min-height: 520px;
}

.hero-card {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 25px 60px rgba(35, 37, 88, 0.18);
}

.hero-card-main {
  inset: 32px 50px 78px 40px;
}

.hero-card-main img,
.hero-card-side img,
.hero-card-jackpot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card-main img {
  object-fit: contain;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(239, 243, 255, 0.98));
}

.hero-card-side {
  top: 0;
  right: 0;
  width: 34%;
  min-width: 170px;
}

.hero-card-jackpot {
  right: 28px;
  bottom: 0;
  width: 40%;
  min-width: 200px;
}

.hero-chip {
  position: absolute;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, rgba(144, 41, 132, 0.96), rgba(30, 17, 112, 0.96));
  box-shadow: 0 18px 35px rgba(30, 17, 112, 0.26);
  font-family: "Terfens", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-chip-top {
  top: 54px;
  left: 0;
}

.hero-chip-middle {
  top: 220px;
  right: 18px;
}

.hero-chip-bottom {
  left: 34px;
  bottom: 34px;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 0 8px;
}

.category-strip a {
  display: flex;
  min-height: 68px;
  padding: 14px 12px;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 35px rgba(35, 37, 88, 0.06);
  font-family: "Terfens", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.shelf,
.editorial-section,
.intro-grid,
.uzuplus,
.safe-play,
.tv-panel,
.reviews-section,
.news-section,
.awards-section,
.faq-section,
.providers-section,
.footer-utility,
.footer-links,
.footer-bottom {
  margin-top: 26px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.shelf-dark {
  color: #fff;
  background: linear-gradient(135deg, rgba(30, 17, 112, 0.97), rgba(35, 37, 88, 0.98));
}

.shelf-dark .eyebrow,
.shelf-dark h2 {
  color: #fff;
}

.shelf-dark .button-muted,
.shelf-dark .shelf-arrow {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.shelf-head,
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 20px;
}

.section-heading {
  flex-direction: column;
  align-items: start;
}

.shelf-controls {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.shelf-arrow {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #eef1fb;
  color: var(--ink);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.shelf-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(180px, 220px);
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.game-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(35, 37, 88, 0.15), rgba(35, 37, 88, 0.92));
  box-shadow: 0 16px 30px rgba(35, 37, 88, 0.14);
}

.game-card > img,
.card-fallback {
  width: 100%;
  height: 100%;
}

.game-card > img {
  object-fit: cover;
}

.card-fallback {
  display: grid;
  place-items: center;
  padding: 18px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, rgba(144, 41, 132, 0.98), rgba(30, 17, 112, 0.98));
  font-family: "Bree", Georgia, serif;
  font-size: 1.2rem;
}

.game-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(12, 15, 38, 0.9) 100%);
}

.game-badge,
.game-provider {
  position: absolute;
  z-index: 1;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.game-badge {
  top: 14px;
  left: 14px;
  color: #111;
  background: linear-gradient(180deg, #feff01 0%, #fdd460 100%);
}

.game-provider {
  top: 14px;
  right: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.game-meta {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.game-meta h3 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
}

.game-meta .button {
  align-self: start;
  min-height: 38px;
  padding-inline: 16px;
  font-size: 0.84rem;
}

.shelf-pair,
.intro-grid,
.uzuplus,
.tv-panel,
.spotlight {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: var(--container);
  margin-inline: auto;
}

.intro-media,
.tv-media,
.spotlight-media {
  overflow: hidden;
  border-radius: 28px;
}

.intro-media img,
.tv-media img,
.spotlight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.value-grid,
.safe-grid,
.stats-grid,
.reviews-grid,
.news-grid,
.awards-grid,
.providers-grid,
.license-grid {
  display: grid;
  gap: 16px;
}

.value-grid,
.safe-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.value-card,
.safe-card,
.review-card,
.news-card,
.award-card,
.provider-card,
.stat-card {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #ffffff, #f6f8ff);
}

.value-card h3,
.safe-card h3,
.review-card h3,
.news-card h3,
.footer-links h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.value-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.value-card img,
.safe-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.spotlight {
  padding-top: 26px;
}

.shelf-pair > .shelf {
  width: auto;
  margin-inline: 0;
  margin-top: 0;
}

.spotlight-copy {
  align-self: center;
  padding: 24px 28px;
  border-radius: var(--radius-xl);
  color: #fff;
  background: linear-gradient(145deg, rgba(30, 17, 112, 0.98), rgba(144, 41, 132, 0.96));
}

.spotlight-copy .eyebrow,
.spotlight-copy h2,
.spotlight-copy p,
.spotlight-list {
  color: #fff;
}

.spotlight-list {
  margin: 0;
  padding-left: 18px;
  line-height: 1.6;
}

.stats-panel {
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(30, 17, 112, 0.98), rgba(35, 37, 88, 0.98));
}

.stats-panel h2 {
  color: #fff;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  margin-bottom: 20px;
}

.stat-card {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.stat-card strong,
.stat-card span,
.stat-card small {
  display: block;
}

.stat-card strong {
  margin: 14px 0 10px;
  font-size: 2rem;
}

.stats-summary {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}

.safe-card,
.review-card,
.news-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.reviews-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.news-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.news-card img {
  width: 100%;
  aspect-ratio: 1 / 0.7;
  border-radius: 18px;
  object-fit: cover;
}

.review-card strong {
  color: var(--purple);
}

.awards-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.award-card,
.provider-card {
  display: grid;
  place-items: center;
  min-height: 120px;
}

.award-card img {
  max-height: 90px;
  object-fit: contain;
}

.providers-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.provider-card img {
  max-height: 28px;
  object-fit: contain;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f6f8ff);
}

.faq-item summary {
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  font-family: "Bree", Georgia, serif;
  font-size: 1.12rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  padding: 0 20px 20px;
}

.editorial-summary,
.editorial-grid {
  display: grid;
  gap: 16px;
}

.editorial-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 20px;
}

.editorial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.editorial-block,
.editorial-note {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #ffffff, #f6f8ff);
}

.editorial-block h3 {
  margin: 0 0 14px;
  font-family: "Bree", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.1;
}

.editorial-block p,
.editorial-note p {
  margin: 0;
  line-height: 1.7;
  color: var(--ink-soft);
}

.editorial-block a,
.editorial-note a {
  color: var(--purple);
  text-decoration: underline;
}

.editorial-block p + p,
.editorial-note p + p {
  margin-top: 12px;
}

.editorial-note {
  background:
    linear-gradient(135deg, rgba(144, 41, 132, 0.08), rgba(30, 17, 112, 0.08)),
    linear-gradient(180deg, #ffffff, #f6f8ff);
}

.payment-badges,
.app-links,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.payment-badges span,
.social-links a {
  display: inline-flex;
  min-height: 42px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
}

.payment-badges span {
  background: linear-gradient(180deg, #ffffff, #f6f8ff);
  border: 1px solid var(--border);
}

.license-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.license-grid img {
  justify-self: center;
  max-height: 54px;
  object-fit: contain;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links a,
.legal-copy p {
  color: var(--ink-soft);
}

.social-links a {
  color: var(--purple);
  background: linear-gradient(135deg, rgba(144, 41, 132, 0.12), rgba(30, 17, 112, 0.08));
}

.footer-bottom {
  display: grid;
  gap: 18px;
  margin-bottom: 32px;
}

@media (max-width: 1200px) {
  .nav-shell {
    grid-template-columns: auto 1fr;
  }

  .nav-search,
  .nav-actions {
    grid-column: 1 / -1;
  }

  .reviews-grid,
  .news-grid,
  .providers-grid,
  .editorial-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .awards-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .hero,
  .shelf-pair,
  .intro-grid,
  .uzuplus,
  .tv-panel,
  .spotlight,
  .value-grid,
  .stats-grid,
  .safe-grid,
  .editorial-summary,
  .editorial-grid,
  .reviews-grid,
  .news-grid,
  .license-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .category-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-stage {
    min-height: 420px;
  }
}

@media (max-width: 720px) {
  .nav-shell,
  .hero,
  .shelf,
  .editorial-section,
  .intro-grid,
  .uzuplus,
  .safe-play,
  .tv-panel,
  .reviews-section,
  .news-section,
  .awards-section,
  .faq-section,
  .providers-section,
  .footer-utility,
  .footer-links,
  .footer-bottom {
    padding: 22px 18px;
  }

  .category-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shelf-track {
    grid-auto-columns: minmax(220px, 78vw);
  }

  .hero-card-main {
    inset: 26px 24px 70px 20px;
  }

  .hero-card-side {
    width: 42%;
  }

  .hero-card-jackpot {
    width: 52%;
    right: 12px;
  }
}
