/* Базовые стили для сайта Jetton — играть слоты онлайн */

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #111827;
  background-color: #0b1020;
}

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

a {
  color: #f97316;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1rem;
}

header {
  background: radial-gradient(circle at top left, #1d293b 0, #020617 55%);
  border-bottom: 1px solid rgba(148, 163, 184, 0.3);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #e5e7eb;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

.logo-image {
  height: 40px;
  width: auto;
  display: block;
}

.logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: conic-gradient(from 180deg, #22c55e, #0ea5e9, #f97316, #22c55e);
  padding: 2px;
}

.logo-mark-inner {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #020617;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #f97316;
}

nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-link {
  font-size: 0.9rem;
  color: #cbd5f5;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.nav-link:hover,
.nav-link--active {
  color: #f9fafb;
  border-color: #f97316;
  text-decoration: none;
}

.nav-cta {
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(90deg, #ea580c 0%, #fbbf24 100%);
  font-size: 0.85rem;
  color: #1f2937;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.25);
}

.nav-cta:hover {
  background: linear-gradient(90deg, #f97316 0%, #fcd34d 100%);
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.35);
  transform: translateY(-1px);
}

.hero {
  padding: 2.5rem 0 2rem;
  background: radial-gradient(circle at top, rgba(59, 130, 246, 0.28), transparent 55%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
  gap: 2rem;
  align-items: center;
}

.hero-title {
  font-size: clamp(1.9rem, 3vw + 1rem, 2.8rem);
  color: #f9fafb;
  margin-bottom: 0.75rem;
}

.hero-highlight {
  background: linear-gradient(90deg, #facc15, #fb923c, #22c55e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 1rem;
  color: #e5e7eb;
  max-width: 32rem;
  margin-bottom: 1.25rem;
}

.hero-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.keyword-chip {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  padding: 0.25rem 0.7rem;
  font-size: 0.8rem;
  color: #e5e7eb;
  background: rgba(15, 23, 42, 0.7);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(90deg, #ea580c 0%, #fbbf24 100%);
  color: #1f2937;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.3);
  transition: all 0.2s ease;
  text-decoration: none;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #f97316 0%, #fcd34d 100%);
  box-shadow: 0 6px 16px rgba(234, 88, 12, 0.4);
  transform: translateY(-1px);
}

.btn-ghost {
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  border: 1px dashed rgba(148, 163, 184, 0.8);
  background: rgba(15, 23, 42, 0.7);
  color: #e5e7eb;
  font-size: 0.9rem;
}

.hero-note {
  font-size: 0.8rem;
  color: #9ca3af;
  margin-top: 0.6rem;
}

.hero-media {
  position: relative;
}

.hero-screen {
  border-radius: 1.25rem;
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.98);
  border: 1px solid rgba(96, 165, 250, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.hero-screen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.slot-card {
  border-radius: 1.125rem;
  background: rgba(15, 23, 42, 1);
  padding: 0;
  border: 1px solid rgba(148, 163, 184, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.slot-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7);
  border-color: rgba(148, 163, 184, 0.5);
}

.slot-thumb {
  border-radius: 0;
  height: 140px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slot-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slot-thumb--live {
  background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
}

.slot-thumb--slots {
  background: linear-gradient(135deg, #22c55e 0%, #0ea5e9 100%);
}

.slot-thumb--crash {
  background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
}

.slot-link {
  color: #60a5fa;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.slot-link:hover {
  color: #93c5fd;
  text-decoration: underline;
}

.slot-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  background: rgba(15, 23, 42, 1);
}

.slot-tag {
  border-radius: 999px;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #0f172a;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-block;
  width: fit-content;
  margin-bottom: 0.15rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.slot-label {
  font-size: 0.8rem;
  color: #cbd5e1;
  line-height: 1.6;
  font-weight: 400;
}

.slot-name {
  font-size: 0.875rem;
  color: #f1f5f9;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 0.15rem;
}

.badge-floating {
  position: absolute;
  right: -0.5rem;
  top: -0.4rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.98);
  border: 1px solid rgba(74, 222, 128, 0.8);
  color: #86efac;
  font-size: 0.75rem;
  font-weight: 500;
  box-shadow: 0 8px 24px rgba(6, 78, 59, 0.5);
  white-space: nowrap;
  z-index: 10;
}

main {
  flex: 1;
}

.section {
  padding: 2.5rem 0 2.25rem;
}

.section--muted {
  background: radial-gradient(circle at bottom, rgba(15, 23, 42, 0.95), #020617);
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.5rem;
}

.section-kicker {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9ca3af;
}

.section-title {
  font-size: 1.35rem;
  color: #f9fafb;
}

.section-description {
  font-size: 0.95rem;
  color: #e5e7eb;
  max-width: 40rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.card {
  border-radius: 1rem;
  background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 1));
  border: 1px solid rgba(51, 65, 85, 0.9);
  padding: 1rem;
  color: #e5e7eb;
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.card-title {
  font-size: 1rem;
  color: #f9fafb;
}

.card-tag {
  font-size: 0.75rem;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  border: 1px solid rgba(148, 163, 184, 0.8);
}

.card-body {
  font-size: 0.9rem;
  color: #e5e7eb;
}

.card-list {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  font-size: 0.9rem;
}

.card-list li {
  margin-bottom: 0.25rem;
}

.slots-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.slots-table th,
.slots-table td {
  padding: 0.6rem 0.5rem;
  text-align: left;
}

.slots-table th {
  color: #d1d5db;
  font-weight: 500;
  border-bottom: 1px solid rgba(55, 65, 81, 0.9);
}

.slots-table tr:nth-child(even) {
  background: rgba(15, 23, 42, 0.85);
}

.slots-table tr:nth-child(odd) {
  background: rgba(15, 23, 42, 0.65);
}

.slots-table .slot-name-cell {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.slot-icon {
  width: 36px;
  height: 36px;
  border-radius: 0.7rem;
  background: linear-gradient(135deg, #f97316, #facc15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: #111827;
}

.slots-table-caption {
  font-size: 0.8rem;
  color: #9ca3af;
  margin-top: 0.4rem;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.35rem;
}

.pill {
  border-radius: 999px;
  border: 1px solid rgba(55, 65, 81, 0.9);
  padding: 0.15rem 0.55rem;
  font-size: 0.75rem;
  color: #e5e7eb;
}

.faq-item {
  border-radius: 0.9rem;
  border: 1px solid rgba(55, 65, 81, 0.9);
  padding: 0.75rem 0.9rem;
  margin-bottom: 0.7rem;
  background: rgba(15, 23, 42, 0.9);
}

.faq-q {
  font-weight: 600;
  font-size: 0.95rem;
  color: #f9fafb;
  margin-bottom: 0.25rem;
}

.faq-a {
  font-size: 0.88rem;
  color: #e5e7eb;
}

.breadcrumbs {
  font-size: 0.78rem;
  color: #9ca3af;
  margin-bottom: 0.8rem;
}

.breadcrumbs a {
  color: #e5e7eb;
}

.seo-text {
  font-size: 0.92rem;
  color: #e5e7eb;
}

.seo-text h2,
.seo-text h3 {
  font-size: 1.05rem;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  color: #f9fafb;
}

.seo-text p {
  margin: 0.4rem 0;
}

.seo-text ul {
  margin: 0.4rem 0 0.8rem;
  padding-left: 1.2rem;
}

.seo-text li {
  margin-bottom: 0.25rem;
}

.seo-text a {
  color: #60a5fa;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
  border-bottom: 1px solid transparent;
}

.seo-text a:hover {
  color: #93c5fd;
  border-bottom-color: #93c5fd;
}

footer {
  border-top: 1px solid rgba(55, 65, 81, 0.9);
  background: #020617;
}

.footer-inner {
  padding: 1.4rem 0 1.1rem;
  font-size: 0.8rem;
  color: #6b7280;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.footer-links a {
  color: #9ca3af;
}

.label {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8rem;
  color: #9ca3af;
}

.age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(239, 68, 68, 0.9);
  color: #fecaca;
  font-size: 0.72rem;
}

.notice {
  margin-top: 0.4rem;
  font-size: 0.75rem;
  color: #9ca3af;
  max-width: 32rem;
}

.tagline {
  font-size: 0.85rem;
  color: #e5e7eb;
  margin-top: 0.3rem;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-media {
    order: -1;
  }

  nav {
    display: none;
  }

  .section {
    padding: 2rem 0 1.7rem;
  }

  .grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-2 {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .header-inner {
    padding: 0.75rem 0;
  }

  .hero {
    padding: 2rem 0 1.7rem;
  }

  .card {
    padding: 0.85rem;
  }

  .hero-screen {
    padding: 0.8rem;
  }

  .slot-thumb {
    height: 64px;
  }

  .slots-table {
    font-size: 0.8rem;
  }

  .slots-table th,
  .slots-table td {
    padding: 0.45rem 0.4rem;
  }
}


