
/* --- Stylesheet: https://land.indieman.com.ua/wp-content/uploads/li_temp_1788862982/ru-lacasino1/style.css --- */
/* ============================================================
   Ля Casino — Master Stylesheet 2026
   Brand: dark neon-pink LA/Miami night aesthetic
   ============================================================ */

/* ----------------------------------------------------------
   CUSTOM PROPERTIES (Brand Book palette)
   ---------------------------------------------------------- */
:root {
  --base:    #0B0B0B;
  --deep:    #1F071D;
  --accent:  #FF2DA6;
  --accent2: #FF68BE;
  --surface: #0B0B0B;
  --ink:     #E6E6E6;
  --muted:   #1F071D;

  --radius:  16px;
  --radius-sm: 8px;
  --container: 1280px;

  --font-head: Impact, "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
  --font-body: Georgia, "Palatino Linotype", Palatino, serif;

  --glow: 0 0 24px rgba(255, 45, 166, 0.30);
  --glow-lg: 0 0 48px rgba(255, 45, 166, 0.22);
}

/* ----------------------------------------------------------
   RESET / BASE
   ---------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: var(--surface);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s;
}

a:hover  { color: var(--accent2); }
a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 3px;
}

ul { list-style: none; }

/* ----------------------------------------------------------
   TYPOGRAPHY
   ---------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: var(--ink);
}

h1 { font-size: 3rem; }
h2 { font-size: 2rem; margin-bottom: 1rem; }
h3 { font-size: 1.35rem; margin: 1.5rem 0 0.5rem; color: var(--accent2); }

p { margin-bottom: 1rem; }

.accent-text {
  color: var(--accent);
}

/* ----------------------------------------------------------
   CONTAINER
   ---------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 1rem;
}

/* ----------------------------------------------------------
   AGE STRIP
   ---------------------------------------------------------- */
.age-strip {
  background: var(--deep);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 0.75rem;
  text-align: center;
  padding: 0.35rem 1rem;
  border-bottom: 1px solid var(--accent);
  letter-spacing: 0.05em;
}

/* ----------------------------------------------------------
   HEADER
   ---------------------------------------------------------- */
.site-header {
  background: var(--base);
  border-bottom: 1px solid var(--accent);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--glow);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-block: 0.75rem;
  flex-wrap: wrap;
}

/* Logo --------------------------------------------------- */
.logo,
.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 1;
  user-select: none;
}

.logo-lya {
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 900;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  background: linear-gradient(160deg, #C8C8C8 0%, #ffffff 50%, #ADADAD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.logo-star {
  display: inline-block;
  font-style: normal;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.1em;
  margin-inline: 0.05em;
  text-shadow: none;
  filter: drop-shadow(0 0 6px var(--accent));
}

.logo-casino {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
  color: var(--accent);
  letter-spacing: 0.08em;
  /* double underline swash via border + text-decoration */
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  border-bottom: 1px solid var(--accent);
  padding-bottom: 2px;
  display: inline-block;
}

.logo:hover .logo-lya,
.footer-logo:hover .logo-lya {
  filter: brightness(1.15);
}

.logo:focus-visible,
.footer-logo:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
  border-radius: 4px;
}

/* Nav ---------------------------------------------------- */
.main-nav {
  display: flex;
  gap: 0.15rem;
  flex-wrap: wrap;
  margin-inline-start: auto;
}

.main-nav a {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  color: var(--ink);
  padding: 0.4rem 0.65rem;
  border-radius: var(--radius-sm);
  transition: color 0.2s, background 0.2s;
}

.main-nav a:hover {
  color: var(--accent);
  background: rgba(255, 45, 166, 0.10);
}

.main-nav a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.nav-cta {
  margin-inline-start: 0.5rem;
}

/* ----------------------------------------------------------
   BUTTONS
   ---------------------------------------------------------- */
.btn-cta {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ffffff;
  background: var(--accent);
  border: none;
  border-radius: var(--radius-sm);
  padding: 0.7rem 1.5rem;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
  box-shadow: var(--glow);
  white-space: nowrap;
  text-decoration: none;
}

.btn-cta:hover {
  background: var(--accent2);
  box-shadow: var(--glow-lg);
  transform: translateY(-1px);
  color: #ffffff;
}

.btn-cta:active {
  transform: translateY(0);
}

.btn-cta:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

/* ----------------------------------------------------------
   BONUS BANNERS
   ---------------------------------------------------------- */
.bonus-banner {
  background: linear-gradient(135deg, var(--deep) 0%, #2a0826 60%, var(--deep) 100%);
  border-top: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
  padding: 2.5rem 0;
  position: relative;
  overflow: hidden;
}

.bonus-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(255, 45, 166, 0.10) 0%, transparent 65%);
  pointer-events: none;
}

.banner-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.banner-left {
  flex: 1;
}

.banner-label {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8rem;
  color: var(--accent2);
  margin-bottom: 0.5rem;
}

.banner-headline {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 0.75rem;
  line-height: 1.1;
}

.banner-sub {
  color: var(--ink);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  opacity: 0.85;
}

/* Offer terms box */
.banner-right {
  flex-shrink: 0;
}

.offer-terms {
  background: var(--base);
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  box-shadow: var(--glow);
}

.offer-terms li {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: var(--ink);
}

.check {
  color: var(--accent);
  font-size: 0.8rem;
  flex-shrink: 0;
  filter: drop-shadow(0 0 4px var(--accent));
}

/* ----------------------------------------------------------
   MAIN CONTENT AREA
   ---------------------------------------------------------- */
.main-content {
  padding-block: 2rem;
}

/* ----------------------------------------------------------
   INTRO SECTION
   ---------------------------------------------------------- */
.intro-section {
  padding-block: 2rem;
  max-width: 860px;
}

.intro-section h1 {
  margin-bottom: 1.25rem;
  background: linear-gradient(90deg, var(--ink) 0%, var(--accent2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* ----------------------------------------------------------
   TABLES (shared base)
   ---------------------------------------------------------- */
.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.25rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 45, 166, 0.25);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 400px;
  background: var(--base);
}

thead tr {
  border-bottom: 1px solid var(--accent);
}

thead th {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  font-size: 0.85rem;
  padding: 0.85rem 1rem;
  text-align: left;
  font-weight: 400;
}

tbody tr {
  border-bottom: 1px solid rgba(255, 45, 166, 0.12);
  transition: background 0.18s;
}

tbody tr:last-child {
  border-bottom: none;
}

tbody tr:hover {
  background: rgba(255, 45, 166, 0.06);
}

tbody td {
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  color: var(--ink);
  vertical-align: middle;
}

/* Facts table first column */
.facts-table tbody td:first-child {
  color: var(--accent2);
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
  white-space: nowrap;
}

/* ----------------------------------------------------------
   SECTIONS
   ---------------------------------------------------------- */
.quick-facts,
.bonuses-section,
.games-section,
.payments-section,
.mobile-section,
.registration-section {
  padding-block: 2rem;
}

.quick-facts h2,
.bonuses-section h2,
.games-section h2,
.payments-section h2,
.mobile-section h2,
.registration-section h2 {
  border-left: 4px solid var(--accent);
  padding-left: 0.75rem;
  margin-bottom: 1.25rem;
}

/* ----------------------------------------------------------
   FAQ ACCORDION (CSS-only hidden-checkbox technique)
   ---------------------------------------------------------- */
.faq-section {
  background: var(--deep);
  border-top: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
  padding-block: 3rem;
}

.faq-section h2 {
  border-left: 4px solid var(--accent);
  padding-left: 0.75rem;
  margin-bottom: 2rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 45, 166, 0.20);
}

.faq-item:first-child {
  border-top: 1px solid rgba(255, 45, 166, 0.20);
}

/* Hide the checkbox */
.faq-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
  cursor: pointer;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
  color: var(--ink);
  transition: color 0.2s;
  user-select: none;
}

.faq-question:hover {
  color: var(--accent);
}

.faq-question:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* Plus / minus CSS-drawn icon */
.faq-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  position: relative;
  transition: background 0.2s, border-color 0.2s;
}

/* horizontal bar (always present) */
.faq-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  background: var(--accent);
  border-radius: 1px;
  transition: background 0.2s;
}

/* vertical bar (becomes invisible when open) */
.faq-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 10px;
  background: var(--accent);
  border-radius: 1px;
  transition: opacity 0.2s, background 0.2s;
}

/* When checkbox checked: show minus (hide vertical bar), fill circle */
.faq-toggle:checked + .faq-question .faq-icon {
  background: var(--accent);
}

.faq-toggle:checked + .faq-question .faq-icon::before {
  background: #ffffff;
}

.faq-toggle:checked + .faq-question .faq-icon::after {
  opacity: 0;
}

.faq-toggle:checked + .faq-question {
  color: var(--accent);
}

/* Answer panel */
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  overflow: hidden;
}

.faq-answer > * {
  overflow: hidden;
}

.faq-toggle:checked ~ .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer p {
  padding-block: 0.25rem 1.1rem;
  color: var(--ink);
  opacity: 0.9;
  font-size: 0.95rem;
  padding-right: 2rem;
}

/* ----------------------------------------------------------
   CARDS GRID
   ---------------------------------------------------------- */
.cards-section {
  padding-block: 2rem;
}

.cards-section h2 {
  border-left: 4px solid var(--accent);
  padding-left: 0.75rem;
  margin-bottom: 2rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.info-card {
  background: var(--base);
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem 1.5rem;
  position: relative;
  box-shadow: var(--glow);
  transition: box-shadow 0.25s, transform 0.2s;
}

.info-card:hover {
  box-shadow: var(--glow-lg);
  transform: translateY(-3px);
}

.card-num {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-family: var(--font-head);
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--accent);
  opacity: 0.18;
  line-height: 1;
  letter-spacing: -0.04em;
  /* Circled numeral effect */
  width: 3rem;
  height: 3rem;
  border: 2px solid var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  opacity: 0.7;
  padding-top: 0.1em;
}

.info-card h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  color: var(--accent2);
  padding-right: 3rem;
}

.info-card p {
  font-size: 0.9rem;
  color: var(--ink);
  opacity: 0.9;
}

/* ----------------------------------------------------------
   FOOTER
   ---------------------------------------------------------- */
.site-footer {
  background: var(--base);
  border-top: 1px solid var(--accent);
  padding-block: 2.5rem;
  box-shadow: 0 -8px 32px rgba(255, 45, 166, 0.10);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

.footer-logo {
  margin-bottom: 0.25rem;
}

.footer-text {
  flex: 1;
  font-size: 0.82rem;
  color: var(--ink);
  opacity: 0.7;
  max-width: 640px;
}

.footer-text p {
  margin-bottom: 0.5rem;
}

.footer-copy {
  font-size: 0.75rem;
  opacity: 0.55;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.footer-cta {
  font-size: 0.9rem;
  padding: 0.6rem 1.25rem;
}

.footer-age {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--accent);
  letter-spacing: 0.04em;
  margin: 0;
  filter: drop-shadow(0 0 6px var(--accent));
}

/* ----------------------------------------------------------
   BREAKPOINT: 640px
   ---------------------------------------------------------- */
@media (min-width: 640px) {

  .container {
    padding-inline: 1.5rem;
  }

  h1 { font-size: 3rem; }
  h2 { font-size: 2.25rem; }

  .banner-inner {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }

  .banner-headline {
    font-size: 2.4rem;
  }

  .banner-right {
    min-width: 280px;
  }

  .cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2rem;
  }

  .footer-links {
    align-items: flex-end;
    margin-inline-start: auto;
  }

  .header-inner {
    flex-wrap: nowrap;
  }
}

/* ----------------------------------------------------------
   BREAKPOINT: 1024px
   ---------------------------------------------------------- */
@media (min-width: 1024px) {

  .container {
    padding-inline: 2rem;
  }

  h1 { font-size: 3rem; }
  h2 { font-size: 2.5rem; }
  h3 { font-size: 1.4rem; }

  .banner-headline {
    font-size: 2.75rem;
  }

  .main-nav a {
    font-size: 0.9rem;
    padding: 0.45rem 0.85rem;
  }

  .main-nav {
    gap: 0.25rem;
  }

  .logo-lya {
    font-size: 2.4rem;
  }

  .logo-casino {
    font-size: 1.1rem;
  }

  .cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .offer-terms {
    min-width: 320px;
  }

  .intro-section {
    padding-block: 3rem;
  }

  .quick-facts,
  .bonuses-section,
  .games-section,
  .payments-section,
  .mobile-section,
  .registration-section {
    padding-block: 3rem;
  }

  .faq-section {
    padding-block: 4rem;
  }

  .cards-section {
    padding-block: 3rem;
  }

  .footer-inner {
    gap: 3rem;
  }
}

/* ----------------------------------------------------------
   BREAKPOINT: 1280px+
   ---------------------------------------------------------- */
@media (min-width: 1280px) {
  .banner-headline {
    font-size: 3rem;
  }

  .cards-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ----------------------------------------------------------
   FOCUS / ACCESSIBILITY
   ---------------------------------------------------------- */
button:focus-visible,
input:focus-visible,
label:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

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