
/* --- Stylesheet: https://land.indieman.com.ua/wp-content/uploads/li_temp_1788862069/lacasino-ru7/style.css --- */
/* ============================================================
   Ля Casino — Brand Stylesheet 2026
   System font stacks only · No @import · No external URLs
   ============================================================ */

/* ── Custom Properties ────────────────────────────────────── */
:root {
  --base:    #0B0B0B;
  --deep:    #1F071D;
  --accent:  #FF2DA6;
  --accent2: #FF68BE;
  --surface: #0B0B0B;
  --ink:     #E6E6E6;
  --muted:   #1F071D;

  --radius:  16px;
  --radius-btn: 10px;
  --max-w:   1280px;

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

  --glow:    0 0 18px rgba(255, 45, 166, 0.35);
  --glow-lg: 0 0 40px rgba(255, 45, 166, 0.25);
}

/* ── Reset / Base ─────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

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

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

h1 {
  font-size: clamp(2rem, 6vw, 3rem);
  color: var(--ink);
}

h2 {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  margin-bottom: 1rem;
}

h3 {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  margin-bottom: 0.6rem;
  color: var(--accent2);
}

p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

ul {
  padding-left: 1.25rem;
}

li {
  margin-bottom: 0.4rem;
}

strong {
  color: var(--ink);
}

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

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

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

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

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

.logo-ly,
.footer-logo .logo-ly {
  font-family: var(--ff-head);
  font-weight: 900;
  font-style: italic;
  font-size: 1.7rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  /* silver-to-white gradient on the letterforms */
  background: linear-gradient(160deg, #C0C0C0 0%, #FFFFFF 50%, #C0C0C0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.logo-star {
  display: inline-block;
  font-style: normal;
  /* pink star between letters */
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: var(--accent);
  color: var(--accent);
  font-size: 0.9em;
  margin-inline: 0.08em;
  vertical-align: middle;
  text-shadow: 0 0 8px rgba(255, 45, 166, 0.7);
}

.logo-casino,
.footer-logo .logo-casino {
  font-family: var(--ff-body);
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
  color: var(--accent);
  letter-spacing: 0.06em;
  /* double underline swash */
  text-decoration: underline;
  text-decoration-style: double;
  text-decoration-color: var(--accent);
  text-underline-offset: 3px;
  -webkit-text-fill-color: var(--accent);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}

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

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

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.75rem;
}

/* ── Main Nav ─────────────────────────────────────────────── */
.main-nav {
  display: none;
  gap: 1.5rem;
  align-items: center;
}

.main-nav a {
  font-family: var(--ff-head);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  color: var(--ink);
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.main-nav a:hover {
  color: var(--accent);
  text-shadow: 0 0 10px rgba(255, 45, 166, 0.6);
}

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

/* ── Buttons ──────────────────────────────────────────────── */
.btn-cta {
  display: inline-block;
  background: var(--accent);
  color: #FFFFFF;
  font-family: var(--ff-head);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.95rem;
  border: none;
  border-radius: var(--radius-btn);
  padding: 0.6rem 1.4rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
  box-shadow: var(--glow);
  white-space: nowrap;
}

/* Subtle inner highlight */
.btn-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 60%);
  pointer-events: none;
}

.btn-cta:hover {
  background: var(--accent2);
  box-shadow: 0 0 28px rgba(255, 45, 166, 0.6);
  transform: translateY(-1px);
}

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

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

.btn-large {
  font-size: 1.1rem;
  padding: 0.85rem 2.2rem;
  border-radius: var(--radius);
}

.nav-cta {
  flex-shrink: 0;
}

/* ── Bonus Banner ─────────────────────────────────────────── */
.bonus-banner {
  background: linear-gradient(135deg, var(--deep) 0%, var(--base) 55%, #2A0622 100%);
  border-top: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
  box-shadow: var(--glow-lg);
  padding-block: 3rem 2.5rem;
  text-align: center;
}

.banner-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.banner-eyebrow {
  font-family: var(--ff-body);
  font-style: italic;
  color: var(--accent2);
  font-size: 1rem;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}

.banner-headline {
  font-family: var(--ff-head);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.6rem, 5vw, 3rem);
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 0;
}

.banner-sub {
  font-family: var(--ff-body);
  color: var(--accent2);
  font-size: 0.95rem;
  margin-bottom: 0;
}

.banner-fine {
  font-family: var(--ff-body);
  font-size: 0.78rem;
  color: rgba(230, 230, 230, 0.55);
  margin-bottom: 0;
}

/* ── Main Content ─────────────────────────────────────────── */
.main-content {
  padding-block: 2.5rem;
}

.intro-section,
.content-section {
  margin-bottom: 3rem;
}

.intro-section h1 {
  margin-bottom: 1.2rem;
  color: var(--ink);
}

.intro-section h2,
.content-section h2 {
  padding-top: 0.5rem;
  border-left: 4px solid var(--accent);
  padding-left: 0.75rem;
  margin-bottom: 1.2rem;
}

/* ── Tables ───────────────────────────────────────────────── */
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius);
  border: 1px solid var(--accent);
  box-shadow: var(--glow);
  margin-bottom: 1.5rem;
}

.facts-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 420px;
  font-family: var(--ff-body);
  font-size: 0.93rem;
}

.facts-table thead tr {
  background: linear-gradient(90deg, var(--deep) 0%, #3A0C35 100%);
}

.facts-table thead th {
  font-family: var(--ff-head);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
  color: var(--accent2);
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--accent);
  border-right: 1px solid rgba(255, 45, 166, 0.25);
}

.facts-table thead th:last-child {
  border-right: none;
}

.facts-table tbody tr {
  border-bottom: 1px solid rgba(255, 45, 166, 0.15);
  transition: background 0.15s ease;
}

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

.facts-table tbody tr:hover {
  background: rgba(255, 45, 166, 0.07);
}

.facts-table tbody td {
  padding: 0.65rem 1rem;
  color: var(--ink);
  border-right: 1px solid rgba(255, 45, 166, 0.15);
  vertical-align: top;
}

.facts-table tbody td:last-child {
  border-right: none;
}

.facts-table tbody td:first-child {
  color: var(--accent2);
  font-weight: bold;
  white-space: nowrap;
}

/* ── Cards Grid ───────────────────────────────────────────── */
.cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 1rem;
}

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

.card:hover {
  box-shadow: 0 0 32px rgba(255, 45, 166, 0.45);
  transform: translateY(-2px);
}

.card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent2) 100%);
  color: #FFFFFF;
  font-family: var(--ff-head);
  font-weight: 900;
  font-size: 0.95rem;
  letter-spacing: 0;
  position: absolute;
  top: -1rem;
  right: 1rem;
  box-shadow: 0 0 14px rgba(255, 45, 166, 0.5);
  padding-inline: 0.4rem;
}

.card h3 {
  margin-top: 0.5rem;
  font-size: 1.1rem;
}

.card ul {
  color: var(--ink);
}

.card-pros {
  background: linear-gradient(160deg, var(--base) 70%, rgba(31, 7, 29, 0.5) 100%);
}

.card-cons {
  background: linear-gradient(160deg, var(--base) 70%, rgba(31, 7, 29, 0.5) 100%);
}

.card-pros .card-num {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  font-size: 1.1rem;
  box-shadow: 0 0 14px rgba(34, 197, 94, 0.4);
}

.card-cons .card-num {
  background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
  font-size: 1.1rem;
  box-shadow: 0 0 14px rgba(239, 68, 68, 0.4);
}

/* ── FAQ Accordion ────────────────────────────────────────── */
.faq-section h2 {
  margin-bottom: 1.5rem;
}

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

.faq-item {
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 0 12px rgba(255, 45, 166, 0.15);
  background: var(--base);
}

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

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-family: var(--ff-head);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.95rem;
  color: var(--ink);
  background: linear-gradient(90deg, var(--deep) 0%, var(--base) 100%);
  transition: background 0.2s ease, color 0.2s ease;
  user-select: none;
  gap: 1rem;
}

.faq-question:hover {
  color: var(--accent);
  background: linear-gradient(90deg, #2e0a2b 0%, #180516 100%);
}

/* Plus/minus icon drawn in CSS */
.faq-icon {
  flex-shrink: 0;
  position: relative;
  width: 1.1rem;
  height: 1.1rem;
  display: inline-block;
}

/* Horizontal bar (always visible) */
.faq-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: translateY(-50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Vertical bar (visible when closed = plus) */
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 2px;
  background: var(--accent);
  transform: translateX(-50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* When checked → minus: collapse the vertical bar */
.faq-toggle:checked ~ .faq-question .faq-icon::after {
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
}

.faq-toggle:checked ~ .faq-question {
  color: var(--accent);
  background: linear-gradient(90deg, #2e0a2b 0%, #180516 100%);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding-inline: 1.25rem;
  font-family: var(--ff-body);
  font-size: 0.97rem;
  color: var(--ink);
  background: var(--base);
}

.faq-toggle:checked ~ .faq-answer {
  max-height: 600px;
  padding-block: 1rem;
}

.faq-answer p {
  margin-bottom: 0;
}

/* Focus visible for FAQ labels */
.faq-toggle:focus-visible ~ .faq-question {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}

/* ── Final Section / CTA block ────────────────────────────── */
.final-section {
  text-align: left;
}

.cta-block {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
}

/* ── Footer ───────────────────────────────────────────────── */
.site-footer {
  background: var(--base);
  border-top: 1px solid var(--accent);
  box-shadow: 0 -4px 24px rgba(255, 45, 166, 0.15);
  padding-block: 2.5rem 2rem;
}

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

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}

.footer-nav a {
  font-family: var(--ff-head);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.82rem;
  color: var(--ink);
  transition: color 0.2s ease;
}

.footer-nav a:hover {
  color: var(--accent);
}

.footer-nav a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 3px;
}

.footer-disclaimer {
  font-family: var(--ff-body);
  font-size: 0.8rem;
  color: rgba(230, 230, 230, 0.5);
  line-height: 1.6;
  max-width: 720px;
}

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

.footer-age {
  color: var(--accent2);
  font-size: 0.82rem;
}

.footer-copy {
  font-family: var(--ff-body);
  font-size: 0.78rem;
  color: rgba(230, 230, 230, 0.35);
}

/* ── Banner Mid ───────────────────────────────────────────── */
.banner-mid {
  background: linear-gradient(135deg, #2A0622 0%, var(--base) 50%, var(--deep) 100%);
  margin-block: 0;
}

/* ============================================================
   RESPONSIVE — 640px
   ============================================================ */
@media (min-width: 640px) {
  .container {
    padding-inline: 1.5rem;
  }

  .main-nav {
    display: flex;
  }

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

  .banner-headline {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .footer-inner {
    align-items: flex-start;
  }

  .facts-table {
    min-width: 0;
  }
}

/* ============================================================
   RESPONSIVE — 1024px
   ============================================================ */
@media (min-width: 1024px) {
  .container {
    padding-inline: 2rem;
  }

  .header-inner {
    gap: 2rem;
  }

  .main-nav {
    gap: 2rem;
  }

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

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

  /* 4-card grid for the "why choose" section */
  #cards .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bonus-banner {
    padding-block: 4rem 3rem;
  }

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

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

  .footer-disclaimer {
    flex: 1;
    min-width: 280px;
  }

  .faq-question {
    font-size: 1rem;
  }

  .intro-section h2,
  .content-section h2 {
    padding-left: 1rem;
  }

  .main-content {
    padding-block: 3.5rem;
  }
}

@media (min-width: 1200px) {
  #cards .cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ── Utilities ────────────────────────────────────────────── */
/* Horizontal scroll indicator fade for tables on mobile */
@media (max-width: 639px) {
  .table-scroll {
    position: relative;
  }

  .faq-question {
    font-size: 0.88rem;
  }

  .main-nav {
    display: none;
  }

  .nav-cta {
    font-size: 0.82rem;
    padding: 0.5rem 1rem;
  }
}

/* ── Reduced motion ───────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
  html {
    scroll-behavior: auto;
  }
}
