* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
  background: #f9fafb;
  color: #111827;
  line-height: 1.5;
  scroll-behavior: smooth;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 20;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.header-brand {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.logo {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(135deg, #1e3c72, #2b4c7c);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1.2;
}
.header-operator {
  font-size: 0.7rem;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.footer-operator {
  display: block;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 600;
  color: #e2e8f0;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.breadcrumb {
  padding: 20px 0 8px;
  font-size: 0.9rem;
  color: #6b7280;
}
.breadcrumb a {
  color: #1f4e6e;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.platform-hero {
  background: white;
  border-radius: 32px;
  padding: 40px 36px;
  margin-bottom: 32px;
  border: 1px solid #eef2f0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  text-align: center;
}
.platform-hero-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  min-height: 80px;
  margin-bottom: 24px;
}
.logo_platform--hero {
  display: block;
  width: auto;
  max-width: 200px;
  max-height: 72px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.platform-hero-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.platform-hero h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0a2540;
  line-height: 1.15;
}
.rating-badge {
  background: #f5b04225;
  color: #b45f1b;
  padding: 10px 18px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 1.1rem;
  white-space: nowrap;
}
.platform-hero-lead {
  font-size: 1.15rem;
  color: #374151;
  max-width: 720px;
  margin: 0 auto 24px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.btn-primary {
  display: inline-block;
  background: #1f4e6e;
  color: white;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}
.btn-primary:hover {
  background: #0f3a53;
}
.btn-outline {
  display: inline-block;
  border: 1px solid #cbd5e1;
  color: #2c3e50;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 500;
}
.btn-outline:hover {
  background: #f1f5f9;
}

.content-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
  margin-bottom: 48px;
  align-items: start;
}
.content-main section {
  background: white;
  border-radius: 24px;
  padding: 28px 32px;
  margin-bottom: 24px;
  border: 1px solid #eef2f0;
}
.content-main h2 {
  font-size: 1.45rem;
  color: #0f2b3d;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eef2f5;
}
.content-main p {
  color: #374151;
  margin-bottom: 14px;
  font-size: 0.98rem;
}
.content-main ul,
.content-main ol {
  margin: 0 0 16px 20px;
  color: #374151;
}
.content-main li {
  margin-bottom: 8px;
}

.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 8px;
}
.pros-cons-box {
  padding: 20px;
  border-radius: 16px;
}
.pros-cons-box h3 {
  font-size: 1rem;
  margin-bottom: 12px;
}
.pros-cons-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pros-cons-box li {
  padding: 6px 0 6px 24px;
  position: relative;
  font-size: 0.92rem;
}
.pros {
  background: #ecfdf5;
}
.pros li::before {
  content: '+';
  position: absolute;
  left: 0;
  color: #059669;
  font-weight: bold;
}
.cons {
  background: #fef2f2;
}
.cons li::before {
  content: '−';
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: bold;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.info-table th,
.info-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}
.info-table th {
  background: #f8fafc;
  font-weight: 600;
  width: 38%;
}

.sidebar-card {
  background: white;
  border-radius: 24px;
  padding: 24px;
  border: 1px solid #eef2f0;
  margin-bottom: 20px;
  position: sticky;
  top: 90px;
}
.sidebar-card h3 {
  font-size: 1rem;
  color: #0f2b3d;
  margin-bottom: 14px;
}
.stat-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 0.9rem;
}
.stat-row:last-child {
  border-bottom: none;
}
.stat-row span:last-child {
  font-weight: 600;
  color: #1f4e6e;
}

.content-main section.verdict-box {
  background: #1e3c72;
  border: none;
  box-shadow: 0 8px 24px rgba(15, 46, 76, 0.18);
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content-main section.verdict-box h2 {
  color: #ffffff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.content-main section.verdict-box p {
  color: #ffffff;
  opacity: 1;
  margin-bottom: 0;
}
.content-main section.verdict-box strong {
  color: #ffffff;
  font-weight: 700;
}

.faq-item {
  background: #f8fafc;
  margin-bottom: 12px;
  border-radius: 16px;
  overflow: hidden;
}
.faq-question {
  padding: 16px 20px;
  font-weight: 600;
  cursor: pointer;
  color: #0f2b3d;
}
.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: #4b5563;
  font-size: 0.95rem;
}
.faq-item.active .faq-answer {
  padding: 0 20px 16px;
  max-height: 400px;
}

.related-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}
.related-platforms a {
  background: #ecf3f9;
  color: #1e4a76;
  padding: 8px 16px;
  border-radius: 24px;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
}

.responsible-block {
  background: #eaf4ea;
  padding: 24px;
  border-radius: 24px;
  margin: 32px 0;
  border-left: 6px solid #2e7d64;
  font-size: 0.95rem;
  color: #1f2937;
}

.footer {
  background: #0f1e2c;
  color: #cbd5e6;
  padding: 40px 0 30px;
  margin-top: 20px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}
.footer-links a {
  color: #b9cef0;
  text-decoration: none;
}
.footer small {
  display: block;
  text-align: center;
}

html.age-verified #agePopup {
  display: none !important;
}
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.popup-card {
  background: white;
  max-width: 520px;
  width: 92%;
  border-radius: 28px;
  overflow: hidden;
}
.popup-header {
  background: linear-gradient(135deg, #1e3c72, #2b4c7c);
  color: white;
  padding: 24px;
  text-align: center;
}
.popup-body {
  padding: 24px;
}
.popup-question {
  font-weight: 700;
  text-align: center;
  margin: 16px 0;
}
.popup-buttons {
  display: flex;
  gap: 12px;
}
.btn-yes,
.btn-no {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
}
.btn-yes {
  background: #1f4e6e;
  color: white;
}
.btn-no {
  background: #f3f4f6;
}

@media (max-width: 960px) {
  .content-layout {
    grid-template-columns: 1fr;
  }
  .sidebar-card {
    position: static;
  }
  .pros-cons {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 740px) {
  .container {
    padding: 0 16px;
  }
  .platform-hero h1 {
    font-size: 1.85rem;
  }
  .platform-hero {
    padding: 28px 20px;
  }
}
