
/* --- Stylesheet: https://land.indieman.com.ua/wp-content/uploads/li_temp_1788427141/style.css --- */
/* ============================================================
   ЛЯ CASINO — Brand Stylesheet 2026
   ============================================================ */

/* ----------------------------------------------------------
   1. CUSTOM PROPERTIES
   ---------------------------------------------------------- */
: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.25);
  --glow-strong: 0 0 40px rgba(255, 45, 166, 0.40);
}

/* ----------------------------------------------------------
   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;
}

/* ----------------------------------------------------------
   3. 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: 2.4rem; }
h2 { font-size: 1.8rem; margin-bottom: 1rem; }
h3 { font-size: 1.25rem; margin-bottom: 0.75rem; color: var(--accent2); }

p { margin-bottom: 1rem; }

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: 2px;
}

ul, ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

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

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

/* ----------------------------------------------------------
   5. HEADER
   ---------------------------------------------------------- */
.site-header {
  background-color: var(--base);
  border-bottom: 1px solid var(--accent);
  box-shadow: var(--glow);
}

.header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}

/* --- LOGO --- */
.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  cursor: default;
  user-select: none;
}

/* ЛЯ monogram — bold condensed italic uppercase with silver-to-white gradient */
.logo-lya {
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 900;
  font-size: 2.6rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  background: linear-gradient(170deg, #C0C0C0 0%, #FFFFFF 55%, #C0C0C0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

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

/* Casino — cursive script style in solid #FF2DA6, double underline swash */
.logo-casino {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--accent);
  letter-spacing: 0.12em;
  /* double underline via layered borders */
  border-bottom: 2px solid var(--accent);
  padding-bottom: 3px;
  position: relative;
  display: inline-block;
  -webkit-text-fill-color: var(--accent);
}

.logo-casino::after {
  content: '';
  display: block;
  height: 2px;
  background: var(--accent);
  margin-top: 3px;
}

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

.main-nav a {
  font-family: var(--font-head);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink);
  padding: 0.3rem 0.5rem;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.main-nav a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

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

/* ----------------------------------------------------------
   6. BONUS BANNER
   ---------------------------------------------------------- */
.bonus-banner {
  background: linear-gradient(135deg, var(--deep) 0%, #2D0A28 60%, var(--deep) 100%);
  border-top: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
  padding: 2.5rem 0;
  box-shadow: var(--glow);
}

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

/* left column */
.banner-left {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

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

.banner-headline {
  font-family: var(--font-head);
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  line-height: 1.05;
  margin-bottom: 0;
}

.banner-sub {
  font-style: italic;
  color: var(--accent2);
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

/* right column — boxed offer terms */
.banner-right {
  background-color: rgba(11, 11, 11, 0.7);
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  box-shadow: var(--glow);
}

.offer-terms {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

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

.term-icon {
  color: var(--accent);
  font-size: 0.85rem;
  flex-shrink: 0;
  text-shadow: 0 0 6px rgba(255, 45, 166, 0.7);
}

/* ----------------------------------------------------------
   7. BUTTONS
   ---------------------------------------------------------- */
.btn-cta {
  display: inline-block;
  background-color: var(--accent);
  color: #FFFFFF;
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background-color 0.2s, box-shadow 0.2s, transform 0.15s;
  box-shadow: 0 0 18px rgba(255, 45, 166, 0.5);
  align-self: flex-start;
}

.btn-cta:hover {
  background-color: var(--accent2);
  box-shadow: 0 0 30px rgba(255, 104, 190, 0.7);
  transform: translateY(-2px);
}

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

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

/* ----------------------------------------------------------
   8. MAIN CONTENT AREA
   ---------------------------------------------------------- */
.site-main {
  padding: 2.5rem 0;
}

.main-article {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* page h1 */
.page-title {
  font-family: var(--font-head);
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--accent);
  text-shadow: var(--glow-strong);
  margin-bottom: 0.5rem;
}

/* generic section spacing */
.section-intro,
.section-first-impressions,
.section-games,
.section-bonuses,
.section-payments,
.section-responsible,
.section-faq,
.section-cards {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 45, 166, 0.15);
}

.section-cards {
  border-bottom: none;
  padding-bottom: 2.5rem;
}

/* ordered steps list */
.steps-list {
  padding-left: 1.5rem;
  margin: 0.75rem 0 1rem;
}

.steps-list li {
  margin-bottom: 0.4rem;
}

/* feature list (responsible gaming) */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.feature-list li {
  padding-left: 1.5rem;
  position: relative;
}

.feature-list li::before {
  content: '★';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: 0.75rem;
  top: 0.25rem;
  text-shadow: 0 0 6px rgba(255, 45, 166, 0.7);
}

/* ----------------------------------------------------------
   9. TABLES
   ---------------------------------------------------------- */
.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius);
  border: 1px solid var(--accent);
  box-shadow: var(--glow);
  margin: 1.25rem 0;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 540px;
  font-size: 0.9rem;
}

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

.data-table th {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  color: var(--accent2);
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 45, 166, 0.35);
  text-align: left;
  white-space: nowrap;
}

.data-table td {
  padding: 0.65rem 1rem;
  border: 1px solid rgba(255, 45, 166, 0.2);
  color: var(--ink);
  background-color: var(--base);
  vertical-align: middle;
}

.data-table tbody tr:nth-child(even) td {
  background-color: rgba(31, 7, 29, 0.5);
}

.data-table tbody tr:hover td {
  background-color: rgba(255, 45, 166, 0.08);
}

/* ----------------------------------------------------------
   10. FAQ ACCORDION (CSS-only, <details>/<summary>)
   ---------------------------------------------------------- */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}

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

.faq-item[open] {
  box-shadow: var(--glow);
}

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

/* remove default disclosure triangle */
.faq-question::-webkit-details-marker { display: none; }
.faq-question::marker { display: none; }

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

.faq-item[open] .faq-question {
  color: var(--accent);
  background-color: rgba(255, 45, 166, 0.1);
  border-bottom: 1px solid rgba(255, 45, 166, 0.3);
}

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

/* CSS-drawn rotating chevron */
.faq-chevron {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: transform 0.3s;
  margin-right: 0.2rem;
}

.faq-item[open] .faq-chevron {
  transform: rotate(-135deg);
}

.faq-answer {
  padding: 1rem 1.25rem 1.25rem;
  font-size: 0.97rem;
  color: var(--ink);
}

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

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

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

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

.card-icon {
  font-size: 1.8rem;
  color: var(--accent);
  text-shadow: 0 0 12px rgba(255, 45, 166, 0.8);
  margin-bottom: 0.6rem;
  line-height: 1;
}

.card h3 {
  color: var(--accent2);
  margin-bottom: 0.5rem;
}

.card p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* ----------------------------------------------------------
   12. RESPONSIBLE GAMING SECTION
   ---------------------------------------------------------- */
.section-responsible {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 45, 166, 0.15);
}

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

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

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: default;
  user-select: none;
}

.footer-logo .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(170deg, #C0C0C0 0%, #FFFFFF 55%, #C0C0C0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

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

.footer-logo .logo-casino {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--accent);
  letter-spacing: 0.12em;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 3px;
  position: relative;
  display: inline-block;
  -webkit-text-fill-color: var(--accent);
}

.footer-logo .logo-casino::after {
  content: '';
  display: block;
  height: 2px;
  background: var(--accent);
  margin-top: 3px;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-disclaimer {
  font-size: 0.8rem;
  color: rgba(230, 230, 230, 0.55);
  line-height: 1.5;
  margin-bottom: 0;
}

.footer-copy {
  font-size: 0.78rem;
  color: rgba(230, 230, 230, 0.4);
  margin-bottom: 0;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}

.footer-nav a {
  font-family: var(--font-head);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(230, 230, 230, 0.6);
  transition: color 0.2s;
}

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

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

/* ----------------------------------------------------------
   14. BREAKPOINT: 640px
   ---------------------------------------------------------- */
@media (min-width: 640px) {
  h1, .page-title { font-size: 3rem; }
  h2 { font-size: 2rem; }

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

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

  .banner-inner {
    flex-direction: row;
    align-items: flex-start;
  }

  .banner-left { flex: 1 1 55%; }
  .banner-right { flex: 1 1 40%; }

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

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

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

  .footer-logo { flex: 0 0 auto; }
  .footer-info { flex: 1 1 300px; }
  .footer-nav { flex: 0 0 auto; align-self: flex-start; flex-direction: column; }
}

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

  h1, .page-title { font-size: 3.5rem; }
  h2 { font-size: 2.25rem; }

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

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

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

  .main-article { gap: 3rem; }

  .section-intro,
  .section-first-impressions,
  .section-games,
  .section-bonuses,
  .section-payments,
  .section-responsible,
  .section-faq {
    padding: 2.5rem 0;
  }

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

  .footer-info { flex: 1 1 auto; }
}

/* ----------------------------------------------------------
   16. UTILITY: SCROLLBAR STYLING (Webkit)
   ---------------------------------------------------------- */
.table-scroll::-webkit-scrollbar {
  height: 6px;
}

.table-scroll::-webkit-scrollbar-track {
  background: var(--deep);
  border-radius: 3px;
}

.table-scroll::-webkit-scrollbar-thumb {
  background: var(--accent);
  border-radius: 3px;
}

/* ----------------------------------------------------------
   17. SELECTION
   ---------------------------------------------------------- */
::selection {
  background-color: var(--accent);
  color: #FFFFFF;
}
