.home-2026-shell {
  display: grid;
  gap: 1.2rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.home-2026-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(126, 165, 255, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(1000px 280px at -5% 0%, rgba(79, 140, 255, 0.22), transparent 62%),
    radial-gradient(1000px 300px at 105% 100%, rgba(17, 215, 179, 0.18), transparent 65%),
    linear-gradient(175deg, rgba(10, 18, 31, 0.98), rgba(8, 13, 24, 0.98));
  padding: clamp(1rem, 2.5vw, 1.6rem);
}

.home-2026-hero::after {
  content: "";
  position: absolute;
  inset: auto -120px -120px auto;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 212, 114, 0.22), transparent 66%);
  filter: blur(8px);
  pointer-events: none;
}

.home-2026-suit {
  position: absolute;
  font-size: 1.2rem;
  opacity: 0.22;
  pointer-events: none;
  animation: homeSuitFloat 6.5s ease-in-out infinite;
}

.home-2026-suit.s1 { top: 18%; right: 12%; color: #ffd572; animation-delay: 0.3s; }
.home-2026-suit.s2 { top: 56%; right: 7%; color: #9ec8ff; animation-delay: 1.2s; }
.home-2026-suit.s3 { top: 30%; right: 20%; color: #d56f8f; animation-delay: 2.1s; }

@keyframes homeSuitFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-6px) rotate(6deg); }
}

.home-2026-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(126, 165, 255, 0.35);
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #9ec8ff;
  margin-bottom: 0.5rem;
}

.home-2026-hero h1 {
  font-size: clamp(1.9rem, 4.6vw, 3.1rem);
  margin: 0;
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.home-2026-subtitle {
  color: var(--ch-text-soft);
  max-width: 70ch;
  margin: 0.55rem 0 0;
}

.home-2026-answer.home-2026-section {
  margin-top: 0;
  padding: 1.15rem 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(17, 215, 179, 0.22);
  background: linear-gradient(135deg, rgba(17, 215, 179, 0.08), rgba(79, 140, 255, 0.06));
}

.home-2026-answer__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1rem, 2.4vw, 1.15rem);
  color: #ebf2ff;
  line-height: 1.35;
}

.home-2026-answer__text {
  margin: 0;
  color: #d0ddf0;
  line-height: 1.7;
  font-size: 0.98rem;
}

.home-2026-faq h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.2rem, 2.8vw, 1.45rem);
}

.home-2026-faq-list {
  display: grid;
  gap: 0.5rem;
}

.home-2026-faq-item {
  border: 1px solid rgba(126, 165, 255, 0.14);
  border-radius: 12px;
  background: rgba(6, 12, 24, 0.55);
  overflow: hidden;
}

.home-2026-faq-item[open] {
  border-color: rgba(79, 140, 255, 0.28);
  background: rgba(79, 140, 255, 0.07);
}

.home-2026-faq-item summary {
  padding: 0.9rem 1rem;
  padding-right: 2.2rem;
  font-weight: 600;
  color: #ebf2ff;
  cursor: pointer;
  list-style: none;
  position: relative;
  line-height: 1.45;
}

.home-2026-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #7ea5ff;
  font-size: 1.15rem;
  font-weight: 400;
}

.home-2026-faq-item[open] summary::after {
  content: "−";
}

.home-2026-faq-item summary::-webkit-details-marker {
  display: none;
}

.home-2026-faq-item p {
  margin: 0;
  padding: 0 1rem 0.95rem;
  color: #c8d8ef;
  line-height: 1.65;
  font-size: 0.94rem;
}

.home-2026-cta {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.home-2026-cta .btn {
  white-space: normal;
  text-align: center;
}

.home-2026-cta .btn-primary {
  border-color: #d8aa3f;
  background: linear-gradient(145deg, #f3cf72, #d6a236);
  color: #231704;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(214, 162, 54, 0.25);
}

.home-2026-cta .btn-primary:hover,
.home-2026-cta .btn-primary:focus {
  border-color: #e8c76b;
  background: linear-gradient(145deg, #f8dd92, #dfae46);
  color: #1f1302;
}

.home-2026-section {
  border: 1px solid rgba(126, 165, 255, 0.16);
  border-radius: 16px;
  background: linear-gradient(170deg, rgba(15, 24, 39, 0.95), rgba(10, 16, 28, 0.96));
  padding: 1rem;
  content-visibility: auto;
  contain-intrinsic-size: auto 420px;
}

.home-2026-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.8rem;
}

.home-2026-title-row h2 {
  margin: 0;
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
}

.home-2026-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.home-2026-news-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--ch-text);
  border: 1px solid rgba(126, 165, 255, 0.14);
  border-radius: 10px;
  background: rgba(10, 17, 30, 0.78);
  padding: 0.45rem;
  overflow: hidden;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.home-2026-news-card:hover {
  transform: translateY(-1px);
  border-color: rgba(126, 165, 255, 0.4);
}

.home-2026-news-thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 54px;
  border-radius: 7px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.home-2026-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-2026-news-body {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  justify-content: center;
}

.home-2026-news-meta {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.home-2026-news-region {
  font-size: 0.68rem;
  color: #9ec8ff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.home-2026-news-dot {
  color: rgba(126, 165, 255, 0.55);
  font-size: 0.65rem;
  line-height: 1;
}

.home-2026-news-date {
  font-size: 0.68rem;
  color: var(--ch-text-soft);
}

.home-2026-news-card h3 {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-2026-news-card p {
  margin: 0;
  color: var(--ch-text-soft);
  font-size: 0.76rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-2026-games-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.home-2026-game-card {
  border: 1px solid rgba(126, 165, 255, 0.16);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(9, 16, 28, 0.86);
  text-decoration: none;
  color: var(--ch-text);
  display: block;
}

.home-2026-game-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  background: rgba(255, 255, 255, 0.05);
}

.home-2026-game-card-body {
  padding: 0.55rem 0.6rem;
}

.home-2026-game-card strong {
  display: block;
  font-size: 0.86rem;
  line-height: 1.3;
}

.home-2026-game-card span {
  font-size: 0.72rem;
  color: var(--ch-text-soft);
}

.home-2026-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.home-2026-tags a {
  border: 1px solid rgba(126, 165, 255, 0.3);
  border-radius: 999px;
  padding: 0.22rem 0.6rem;
  color: #d9e9ff;
  text-decoration: none;
  font-size: 0.78rem;
  background: rgba(13, 26, 44, 0.86);
}

.home-2026-casinos-grid {
  display: grid;
  gap: 0.6rem;
}

.home-2026-casino-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4rem;
  border: 1px solid rgba(126, 165, 255, 0.18);
  border-radius: 12px;
  background: rgba(11, 20, 35, 0.86);
  text-decoration: none;
  color: var(--ch-text);
  padding: 0.7rem 0.5rem;
  transition: transform 0.16s ease, border-color 0.16s ease;
  text-align: center;
  min-height: 110px;
}

.home-2026-casino-card:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 215, 179, 0.62);
}

.home-2026-casino-card img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.3rem;
  flex: 0 0 auto;
}

.home-2026-casino-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  min-width: 0;
  width: 100%;
}

.home-2026-casino-card strong {
  font-size: 0.8rem;
  line-height: 1.25;
  display: block;
  word-break: break-word;
}

.home-2026-casino-rating {
  font-size: 0.74rem;
  color: #ffd572;
  font-weight: 600;
}

.home-2026-casino-combined {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 0.9rem;
  align-items: stretch;
}

.home-2026-casino-col {
  border: 1px solid rgba(126, 165, 255, 0.16);
  border-radius: 12px;
  background: rgba(9, 16, 29, 0.72);
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
}

.home-2026-casino-col .home-2026-casinos-grid {
  flex: 1;
  align-content: start;
}

.home-2026-casino-col--top .home-2026-casinos-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-2026-casino-col--discover .home-2026-casinos-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-2026-casino-subhead {
  color: #9ec8ff;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 0.55rem;
}

.home-2026-bot {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0.9rem;
  align-items: center;
}

.home-2026-bot-card {
  border: 1px solid rgba(17, 215, 179, 0.34);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(8, 32, 40, 0.94), rgba(8, 18, 32, 0.95));
  padding: 0.9rem;
}

.home-2026-bot-card h3 {
  margin-top: 0;
}

.home-2026-trust {
  border: 1px solid rgba(38, 255, 169, 0.26);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(9, 34, 24, 0.94), rgba(8, 20, 16, 0.96));
  padding: 1rem;
  content-visibility: auto;
  contain-intrinsic-size: auto 180px;
}

.home-2026-trust h2 {
  margin-top: 0;
}

.trustpilot-brand-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(0, 200, 83, 0.52);
  border-radius: 10px;
  background: linear-gradient(140deg, #00b67a, #0d8f62);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 0.56rem 0.9rem;
  box-shadow: 0 10px 24px rgba(0, 182, 122, 0.23);
}

.trustpilot-brand-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.telegram-brand-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(54, 174, 255, 0.58);
  border-radius: 10px;
  background: linear-gradient(140deg, #2aabee, #229ed9);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 0.56rem 0.85rem;
  box-shadow: 0 10px 28px rgba(42, 171, 238, 0.23);
}

.telegram-brand-btn:hover {
  color: #fff;
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.home-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-2026-hero.home-reveal,
.home-2026-hero {
  opacity: 1;
  transform: none;
}

@media (max-width: 991.98px) {
  .home-2026-news-grid {
    grid-template-columns: 1fr;
  }
  .home-2026-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-2026-bot {
    grid-template-columns: 1fr;
  }

  .home-2026-casino-combined {
    grid-template-columns: 1fr;
  }

  .home-2026-casino-col--top .home-2026-casinos-grid,
  .home-2026-casino-col--discover .home-2026-casinos-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-2026-hero h1 {
    font-size: clamp(1.2rem, 5.2vw, 1.75rem);
  }

  .home-2026-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .home-2026-cta .btn {
    width: 100%;
  }

  .home-2026-news-card {
    flex-direction: column;
  }

  .home-2026-news-thumb {
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .home-2026-title-row {
    flex-direction: column;
    align-items: stretch;
  }

  .home-2026-title-row .btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .home-2026-games-grid {
    grid-template-columns: 1fr;
  }

  .home-2026-casino-col--top .home-2026-casinos-grid,
  .home-2026-casino-col--discover .home-2026-casinos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-2026-suit {
    animation: none;
  }

  .home-2026-cta {
    flex-direction: column;
  }

  .home-2026-cta .btn {
    width: 100%;
  }

  .home-2026-title-row {
    flex-direction: column;
    align-items: stretch;
  }

  .home-2026-title-row .btn {
    width: 100%;
    text-align: center;
  }

  .home-2026-news-card {
    flex-direction: column;
  }

  .home-2026-news-thumb {
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-2026-suit,
  .home-reveal,
  .home-2026-casino-card,
  .home-2026-news-card {
    animation: none !important;
    transition: none !important;
  }

  .home-reveal {
    opacity: 1;
    transform: none;
  }
}
