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

body {
  font-family: 'Inter', sans-serif;
  background-color: #f8fafc;
  color: #1e293b;
  line-height: 1.6;
  scroll-behavior: smooth;
}

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

.header {
  background: white;
  border-bottom: 1px solid #e2e8f0;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(2px);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.logo-link {
  text-decoration: none;
  color: inherit;
}

.logo h1,
.logo-title {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: #0f3b3c;
  display: block;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 20px;
  font-size: 0.82rem;
  font-weight: 500;
}

.site-nav a {
  color: #475569;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #0f3b3c;
}

.compliance-strip {
  background: #0f3b3c;
  color: #e2e8f0;
  font-size: 0.72rem;
  line-height: 1.5;
  padding: 0.5rem 0;
  text-align: center;
}

.compliance-strip a {
  color: #a5f3fc;
  text-decoration: underline;
}

.compliance-strip strong {
  color: #fff;
}

.page-hero {
  margin: 28px 0 8px;
}

.page-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #0f3b3c;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

.page-hero .lead {
  margin-top: 12px;
  font-size: 1.05rem;
  color: #475569;
  max-width: 52rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin: 24px 0;
}

.trust-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px;
}

.trust-card h3 {
  font-size: 1rem;
  color: #0f3b3c;
  margin-bottom: 8px;
}

.trust-card p {
  font-size: 0.88rem;
  color: #475569;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-bottom: 20px;
}

.footer-nav a {
  font-size: 0.82rem;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(6px);
}

.age-gate[hidden] {
  display: none;
}

.age-gate__panel {
  background: #fff;
  border-radius: 20px;
  max-width: 26rem;
  width: 100%;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.2);
}

.age-gate__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #0f3b3c;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 16px;
}

.age-gate__panel h2 {
  font-size: 1.25rem;
  color: #0f3b3c;
  margin-bottom: 10px;
}

.age-gate__panel p {
  font-size: 0.88rem;
  color: #475569;
  margin-bottom: 20px;
}

.age-gate__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.age-gate__decline {
  font-size: 0.8rem;
  color: #64748b;
  text-decoration: none;
}

.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;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background: #fff;
  border-top: 1px solid #e2e8f0;
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.12);
  padding: 1rem 0;
}

.cookie-banner__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}

.cookie-banner__title {
  font-weight: 600;
  color: #0f3b3c;
  margin-bottom: 4px;
  font-size: 0.95rem;
}

.cookie-banner__desc {
  font-size: 0.82rem;
  line-height: 1.55;
  color: #475569;
  max-width: 52rem;
}

.cookie-banner__desc a {
  color: #0c4e4a;
  text-decoration: underline;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex-shrink: 0;
}

.cookie-banner__btn {
  font-size: 0.8rem;
  padding: 0.55rem 1rem;
  white-space: nowrap;
}

.cookie-panel {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
}

.cookie-panel[hidden] {
  display: none;
}

.cookie-panel__box {
  background: #fff;
  border-radius: 20px;
  max-width: 28rem;
  width: 100%;
  padding: 24px;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.18);
  max-height: 90vh;
  overflow-y: auto;
}

.cookie-panel__title {
  font-size: 1.15rem;
  color: #0f3b3c;
  margin-bottom: 8px;
}

.cookie-panel__intro {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 16px;
  line-height: 1.55;
}

.cookie-option {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 10px;
  font-size: 0.82rem;
  color: #475569;
  line-height: 1.5;
}

.cookie-option__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
  color: #1e293b;
}

.cookie-option__badge {
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0c4e4a;
  background: #ecfdf5;
  padding: 2px 8px;
  border-radius: 999px;
}

.cookie-option--toggle {
  display: block;
  cursor: pointer;
}

.cookie-option--toggle input {
  float: right;
  margin-top: 4px;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #0c4e4a;
}

.cookie-panel__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.cookie-settings-btn {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 9997;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #475569;
  font-size: 0.72rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}

.cookie-settings-btn:hover {
  color: #0f3b3c;
  border-color: #94a3b8;
}

.cookie-settings-btn[hidden] {
  display: none;
}

.logo p {
  font-size: 0.8rem;
  color: #475569;
}

.legal-badge {
  background: #f1f5f9;
  padding: 8px 16px;
  border-radius: 40px;
  font-size: 0.75rem;
  color: #1e293b;
  font-weight: 500;
}

.legal-badge i {
  margin-right: 6px;
  color: #2c7a6e;
}

.disclaimer-top {
  background: #fef9e3;
  border-left: 5px solid #b45309;
  padding: 16px 20px;
  border-radius: 16px;
  margin: 32px 0;
  font-size: 0.9rem;
}

.disclaimer-top p {
  margin: 6px 0;
}

.disclaimer-top strong {
  color: #9a3412;
}

h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 40px 0 16px 0;
  letter-spacing: -0.2px;
  color: #0c4e4a;
}

h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 24px 0 12px;
  color: #1e293b;
}

h4 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 16px 0 8px;
  color: #1e293b;
}

.section-sub {
  color: #475569;
  margin-bottom: 32px;
  font-size: 1.05rem;
}

p {
  margin-bottom: 14px;
  color: #334155;
}

ul, ol {
  margin: 0 0 16px 20px;
  color: #334155;
}

li {
  margin-bottom: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1e293b;
  color: white;
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: 0.2s;
  border: none;
  cursor: pointer;
}

.btn-neutral {
  background: #eef2ff;
  color: #1e293b;
}

.btn:not(.btn-neutral):hover {
  background: #334155;
}

.btn-neutral:hover {
  background: #e2e8f0;
}

.card {
  background: white;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.1);
  border-color: #cbd5e1;
}

.platforms-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin: 32px 0 20px;
}

@media (min-width: 640px) {
  .platforms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .platforms-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .platforms-grid .card {
    grid-column: span 2;
  }

  .platforms-grid .card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .platforms-grid .card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

.card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.platform-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 12px;
  flex-shrink: 0;
}

.platform-name {
  font-size: 1.5rem;
  font-weight: 600;
}

.review-text {
  color: #334155;
  margin: 16px 0;
  font-size: 0.9rem;
}

.card-actions {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-actions .btn {
  justify-content: center;
  width: 100%;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.info-card {
  background: white;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
}

.info-card i {
  font-size: 1.8rem;
  color: #2c7a6e;
  margin-bottom: 12px;
}

.faq-item {
  background: white;
  margin-bottom: 16px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  padding: 18px 22px;
}

.faq-question {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
}

.comparison-table {
  background: white;
  border-radius: 24px;
  overflow-x: auto;
  margin: 40px 0;
  border: 1px solid #e2e8f0;
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.comparison-table th,
.comparison-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #e9edf2;
}

.comparison-table th {
  background: #f1f5f9;
  font-weight: 600;
}

.breadcrumb {
  margin: 24px 0 0;
  font-size: 0.85rem;
  color: #64748b;
}

.breadcrumb a {
  color: #2c7a6e;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.platform-hero {
  background: white;
  border-radius: 24px;
  padding: 32px;
  margin: 24px 0 32px;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.platform-hero-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 16px;
  flex-shrink: 0;
}

.platform-hero-content {
  flex: 1;
  min-width: 240px;
}

.platform-hero h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #0f3b3c;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}

.platform-hero .lead {
  font-size: 1.1rem;
  color: #475569;
  margin-bottom: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-top: 8px;
}

.content-block {
  background: white;
  border-radius: 24px;
  padding: 28px 32px;
  margin-bottom: 24px;
  border: 1px solid #e2e8f0;
}

.content-block p:last-child {
  margin-bottom: 0;
}

.content-block p {
  line-height: 1.65;
}

.content-block ul {
  margin: 0 0 14px 20px;
  line-height: 1.65;
}

.content-block li {
  margin-bottom: 8px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.step-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
}

.step-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #0c4e4a;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 12px;
}

.step-card h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1e293b;
}

.step-card p {
  font-size: 0.88rem;
  margin: 0;
  color: #475569;
  line-height: 1.55;
}

.criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.criteria-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid #f1f5f9;
}

.criteria-item i {
  color: #2c7a6e;
  margin-top: 3px;
  flex-shrink: 0;
}

.criteria-item strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 4px;
  color: #1e293b;
}

.criteria-item span {
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.5;
}

.pros-cons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 16px;
}

.pros-cons-box {
  padding: 20px;
  border-radius: 16px;
}

.pros-cons-box.pros {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.pros-cons-box.cons {
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.pros-cons-box h4 {
  margin-top: 0;
}

.pros-cons-box ul {
  margin-bottom: 0;
}

.feature-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.feature-list li {
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid #f1f5f9;
}

.feature-list li:last-child {
  border-bottom: none;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2c7a6e;
  font-weight: 700;
}

.cta-bar {
  background: #eef2ff;
  border-radius: 24px;
  padding: 28px 32px;
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #c7d2fe;
}

.cta-bar p {
  margin: 0;
  font-weight: 500;
  color: #1e293b;
}

.cta-bar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.tag {
  background: #f1f5f9;
  color: #475569;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 500;
}

.footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 48px 0 32px;
  margin-top: 60px;
  font-size: 0.85rem;
}

.footer a {
  color: #a5f3fc;
  text-decoration: none;
}

.footer-aid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  margin-bottom: 20px;
}

.footer-aid__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.45rem 0.85rem;
  border-radius: 10px;
  background: #1e293b;
  border: 1px solid #334155;
  color: #e2e8f0;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}

.footer-aid__badge:hover {
  background: #334155;
  border-color: #475569;
  color: #fff;
}

.footer-age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 10px;
  background: #dc2626;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.license-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #0f766e;
  background: #ecfdf5;
  border: 1px solid #99f6e4;
  border-radius: 999px;
  padding: 3px 10px;
  margin-left: auto;
}

.license-badge i {
  font-size: 0.68rem;
}

.compliance-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 36px;
  padding: 28px 24px;
  margin-bottom: 30px;
  background: #1e293b;
  border-radius: 20px;
  border: 1px solid #334155;
}

.compliance-logos__link {
  display: flex;
  align-items: center;
  line-height: 0;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.compliance-logos__link:hover {
  opacity: 1;
}

.compliance-logos__link img {
  display: block;
  height: auto;
  max-width: 100%;
}

.footer-warning {
  background: #2d3a3e;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  color: #ffedd5;
  font-weight: 500;
}

.footer-bottom {
  border-top: 1px solid #334155;
  margin-top: 32px;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.legal-line {
  font-size: 0.75rem;
}

.legal-page-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f3b3c;
  margin: 24px 0 8px;
  letter-spacing: -0.3px;
}

.legal-updated {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 32px;
}

.legal-section {
  margin-bottom: 32px;
}

.legal-section h2 {
  margin-top: 0;
  font-size: 1.35rem;
}

.legal-section ul,
.legal-section ol {
  margin-bottom: 14px;
}

@media (max-width: 900px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    width: 100%;
    padding-top: 4px;
    border-top: 1px solid #e2e8f0;
  }
}

@media (max-width: 720px) {
  .container {
    padding: 0 16px;
  }

  h2 {
    font-size: 1.5rem;
  }

  .platform-hero {
    padding: 24px;
  }

  .platform-hero h1 {
    font-size: 1.6rem;
  }

  .content-block {
    padding: 20px;
  }

  .cta-bar {
    padding: 20px;
  }

  .compliance-logos {
    gap: 16px 24px;
    padding: 20px 16px;
  }

  .compliance-logos__link img {
    max-height: 40px;
    width: auto;
  }

  .cookie-banner__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 0 16px;
  }

  .cookie-banner__actions {
    width: 100%;
  }

  .cookie-banner__btn {
    flex: 1 1 auto;
    text-align: center;
  }

  .cookie-settings-btn {
    left: 12px;
    bottom: 12px;
  }
}
