
/* --- Stylesheet: https://land.indieman.com.ua/wp-content/uploads/li_temp_1788862394/lacasino-russia/style.css --- */
/* ============================================================
   Ля Casino — style.css
   Brand-book-compliant stylesheet (system fonts only, no @import)
   ============================================================ */

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

  --radius:  16px;
  --radius-btn: 12px;
  --container: 1280px;

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

  --glow-accent: 0 0 18px rgba(255, 45, 166, 0.35);
  --glow-card:   0 0 24px rgba(255, 45, 166, 0.18);
}

/* ----------------------------------------------------------
   2. 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(--font-body);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

/* ----------------------------------------------------------
   3. TYPOGRAPHY
   ---------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.15;
  color: var(--ink);
}

h1, .site-h1 {
  font-size: 3rem;
  color: var(--accent);
  text-shadow: var(--glow-accent);
}

h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.35rem;
  margin-top: 1.75rem;
  margin-bottom: 0.6rem;
  color: var(--accent2);
}

p {
  margin-bottom: 1rem;
}

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

.main-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* ----------------------------------------------------------
   5. HEADER
   ---------------------------------------------------------- */
.site-header {
  background-color: var(--base);
  border-bottom: 1px solid var(--accent);
  box-shadow: 0 2px 20px rgba(255, 45, 166, 0.22);
  padding: 0.75rem 0;
}

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

/* ------ LOGO ------ */
.logo,
.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  user-select: none;
  line-height: 1;
  gap: 0.1rem;
}

/* ЛЯ — bold condensed italic, silver-to-white gradient */
.logo-ly {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 900;
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  background: linear-gradient(160deg, #c0c0c0 0%, #ffffff 55%, #d8d8d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-flex;
  align-items: center;
  gap: 0.1em;
  filter: drop-shadow(0 0 6px rgba(230, 230, 230, 0.45));
}

/* Pink star between Л and Я */
.logo-star {
  font-style: normal;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: var(--accent);
  background-clip: initial;
  color: var(--accent);
  font-size: 0.75em;
  filter: drop-shadow(0 0 5px rgba(255, 45, 166, 0.7));
  flex-shrink: 0;
}

/* Casino — cursive script style in accent pink with double underline */
.logo-casino {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--accent);
  letter-spacing: 0.08em;
  text-decoration: underline double var(--accent);
  text-underline-offset: 3px;
  filter: drop-shadow(0 0 6px rgba(255, 45, 166, 0.55));
}

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

/* ------ MAIN NAV ------ */
.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 0.5rem;
}

.main-nav a {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  color: var(--ink);
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}

.main-nav a:hover {
  background: var(--accent);
  color: #fff;
}

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

/* ----------------------------------------------------------
   6. BONUS BANNER
   ---------------------------------------------------------- */
.bonus-banner {
  background: linear-gradient(135deg, var(--deep) 0%, #2a0a28 50%, var(--base) 100%);
  border-top: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
  box-shadow: inset 0 0 60px rgba(255, 45, 166, 0.12), var(--glow-accent);
  padding: 3rem 0;
  text-align: center;
}

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

.banner-eyebrow {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.9rem;
  color: var(--accent2);
  margin: 0;
}

.banner-headline {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0 0 30px rgba(255, 45, 166, 0.5);
  margin: 0;
}

.banner-fine {
  font-size: 0.78rem;
  color: rgba(230, 230, 230, 0.55);
  margin: 0;
  max-width: 540px;
  line-height: 1.5;
}

/* ----------------------------------------------------------
   7. BUTTONS
   ---------------------------------------------------------- */
.btn-cta {
  display: inline-block;
  background: var(--accent);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
  padding: 0.8rem 2.4rem;
  border: none;
  border-radius: var(--radius-btn);
  cursor: pointer;
  box-shadow: var(--glow-accent);
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
}

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

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

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

/* ----------------------------------------------------------
   8. INTRO BLOCK
   ---------------------------------------------------------- */
.intro-block {
  margin-bottom: 3rem;
}

.intro-block .site-h1 {
  margin-bottom: 1.25rem;
}

.intro-block h2 {
  margin-top: 2.5rem;
}

/* Registration steps */
.intro-block h3 {
  position: relative;
  padding-left: 1rem;
  border-left: 3px solid var(--accent);
  margin-left: 0;
}

/* ----------------------------------------------------------
   9. SECTIONS — general spacing
   ---------------------------------------------------------- */
.bonuses-section,
.games-section,
.payments-section,
.support-section,
.cards-section,
.faq-section {
  margin-bottom: 3rem;
}

/* ----------------------------------------------------------
   10. TABLES
   ---------------------------------------------------------- */
.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.5rem;
  border-radius: var(--radius);
  box-shadow: var(--glow-card);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
  font-size: 0.93rem;
}

table thead tr {
  background-color: var(--base);
  border-bottom: 2px solid var(--accent);
}

table thead th {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--accent2);
  padding: 0.85rem 1rem;
  text-align: left;
  white-space: nowrap;
}

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

/* Zebra rows */
table tbody tr:nth-child(odd) {
  background-color: rgba(31, 7, 29, 0.55);
}

table tbody tr:nth-child(even) {
  background-color: rgba(11, 11, 11, 0.8);
}

table tbody tr:hover {
  background-color: rgba(255, 45, 166, 0.1);
}

table tbody td {
  padding: 0.75rem 1rem;
  text-align: left;
  color: var(--ink);
}

/* ----------------------------------------------------------
   11. CARDS GRID
   ---------------------------------------------------------- */
.cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 1.25rem;
}

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

  /* Thick accent bar along the top edge */
  border-top: 4px solid var(--accent);
}

.card:hover {
  box-shadow: 0 0 36px rgba(255, 45, 166, 0.32);
  transform: translateY(-3px);
}

.card h3 {
  margin-top: 0;
  font-size: 1.15rem;
  color: var(--accent2);
}

.card p {
  color: var(--ink);
  font-size: 0.93rem;
  margin-bottom: 0;
}

/* ----------------------------------------------------------
   12. FAQ ACCORDION (CSS-only via <details>/<summary>)
   ---------------------------------------------------------- */
.faq-section h2 {
  margin-bottom: 1.25rem;
}

.faq-item {
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
  background: var(--deep);
  box-shadow: var(--glow-card);
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.faq-item[open] {
  box-shadow: 0 0 28px rgba(255, 45, 166, 0.28);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  transition: background 0.2s, color 0.2s;
}

/* Remove default marker in all browsers */
.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::marker {
  display: none;
}

.faq-question:hover {
  background: rgba(255, 45, 166, 0.1);
  color: var(--accent2);
}

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

/* Rotating chevron drawn in pure CSS */
.faq-question::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-right: 0.25rem;
}

details[open] > .faq-question::after {
  transform: rotate(-135deg);
}

.faq-answer {
  padding: 0 1.25rem 1.1rem;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.7;
  border-top: 1px solid rgba(255, 45, 166, 0.2);
  padding-top: 0.9rem;
}

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

/* ----------------------------------------------------------
   13. FOOTER
   ---------------------------------------------------------- */
.site-footer {
  background-color: var(--base);
  border-top: 1px solid var(--accent);
  box-shadow: 0 -2px 24px rgba(255, 45, 166, 0.2);
  padding: 2.5rem 0 1.5rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}

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

.footer-logo .logo-ly {
  font-size: 1.75rem;
}

.footer-logo .logo-casino {
  font-size: 0.95rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 0.75rem;
}

.footer-nav a {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.85rem;
  color: var(--ink);
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}

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

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

.footer-disclaimer {
  font-size: 0.78rem;
  color: rgba(230, 230, 230, 0.45);
  max-width: 680px;
  line-height: 1.6;
  margin: 0;
}

.footer-copy {
  font-size: 0.8rem;
  color: rgba(230, 230, 230, 0.35);
  margin: 0;
}

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

  .header-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .logo-ly {
    font-size: 2.5rem;
  }

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

  .main-nav {
    justify-content: flex-end;
  }

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

  h1, .site-h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.2rem;
  }

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

  .footer-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }

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

  .footer-nav {
    justify-content: flex-end;
  }

  .footer-disclaimer,
  .footer-copy {
    width: 100%;
    text-align: center;
  }
}

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

  .container {
    padding-inline: 2rem;
  }

  .logo-ly {
    font-size: 2.8rem;
  }

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

  .main-nav a {
    font-size: 1rem;
    padding: 0.4rem 1rem;
  }

  .bonus-banner {
    padding: 4rem 0;
  }

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

  h1, .site-h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 1.45rem;
  }

  .main-content {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .card {
    padding: 2rem;
  }

  .faq-question {
    font-size: 1.1rem;
    padding: 1.1rem 1.5rem;
  }

  .faq-answer {
    padding: 1rem 1.5rem 1.25rem;
  }

  table {
    font-size: 0.98rem;
  }

  .footer-inner {
    padding-bottom: 0.5rem;
  }
}

/* ----------------------------------------------------------
   16. BREAKPOINT — 1280px
   ---------------------------------------------------------- */
@media (min-width: 1280px) {

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

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

/* ----------------------------------------------------------
   17. ACCESSIBILITY & UTILITY
   ---------------------------------------------------------- */

/* Ensure sufficient contrast for muted text */
.banner-fine {
  min-contrast-value: 4.5; /* note: visual reminder, not a real property */
}

/* Skip to content (optional screen-reader aid) */
.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;
}

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