@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./fonts/space-grotesk.woff2') format('woff2');
}

@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('./fonts/syne.woff2') format('woff2');
}

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

.site-topbar {
  background: #2c241a;
  color: #fef7e8;
  font-size: 0.8125rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(254, 247, 232, 0.12);
}

.site-topbar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}

.site-topbar__text strong {
  color: #f0c9a8;
  font-weight: 700;
}

.site-topbar__link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0.35rem 0.5rem;
  color: #fef7e8;
  text-decoration: underline;
  text-underline-offset: 2px;
  opacity: 0.9;
}

.site-topbar__link:hover {
  opacity: 1;
}

.site-operator {
  margin: 0.35rem 0 0.75rem;
  font-size: 0.875rem;
  color: rgba(254, 247, 232, 0.92);
  letter-spacing: 0.01em;
}

.site-operator strong {
  color: #fef7e8;
  font-weight: 600;
}

.site-operator--legal {
  margin: 0;
  flex: 1 1 100%;
  color: #7a5c48;
  font-size: 0.8125rem;
}

.site-operator--legal strong {
  color: #5f3c2a;
}

.site-operator--hero {
  margin: 0.25rem 0 1rem;
  color: rgba(254, 247, 232, 0.9);
}

body {
  font-family: 'Space Grotesk', sans-serif;
  background: #fef7e8;
  background-image: radial-gradient(
    circle at 10% 20%,
    rgba(215, 175, 110, 0.08) 1%,
    transparent 1%
  );
  background-size: 32px 32px;
  color: #2c241a;
  overflow-x: hidden;
}

h1,
h2,
h3,
.logo,
.card-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

:root {
  --terracotta: #c26e4a;
  --deeprust: #9a4b2e;
  --deeprust-hover: #6b381f;
  --text-muted: #5c4638;
  --shadow: 0 20px 35px -12px rgba(75, 40, 20, 0.15);
}

.age-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2d221cd9;
  backdrop-filter: blur(10px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  visibility: visible;
  opacity: 1;
}

.age-overlay.hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.age-modal {
  background: #fffaf2;
  border-radius: 48px;
  max-width: 480px;
  width: 88%;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 35px 50px -15px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(194, 110, 74, 0.3);
  position: relative;
  transform: scale(1);
}

.age-modal h3 {
  font-size: 2.8rem;
  font-weight: 800;
  font-family: 'Syne', sans-serif;
  background: linear-gradient(135deg, #9a4b2e, #c26e4a);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 0.5rem;
}

.age-modal p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #4a3528;
  margin-bottom: 2rem;
}

.btn-group {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-age {
  padding: 0.9rem 2rem;
  font-weight: 700;
  border: none;
  border-radius: 60px;
  font-size: 1rem;
  cursor: pointer;
  font-family: 'Space Grotesk', sans-serif;
  transition: all 0.2s ease;
}

.btn-yes {
  background: var(--deeprust);
  color: #fff;
}

.btn-yes:hover {
  background: var(--deeprust-hover);
  transform: translateY(-2px);
}

.btn-no {
  background: #3c2a24;
  color: #f0e0cf;
}

.btn-no:hover {
  background: #1f1410;
}

.hero {
  background: linear-gradient(125deg, #2a211b 0%, #47362b 100%);
  padding: 3rem 2rem 6rem 2rem;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 30px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: '♟️';
  font-size: 280px;
  opacity: 0.08;
  position: absolute;
  bottom: -60px;
  right: -40px;
  pointer-events: none;
  transform: rotate(-8deg);
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem;
}

.logo {
  font-size: clamp(1.2rem, 3.5vw + 0.65rem, 2rem);
  font-weight: 800;
  color: #f2d5a7;
  letter-spacing: -0.02em;
  border-left: 4px solid var(--terracotta);
  padding-left: 0.75rem;
  max-width: 100%;
  line-height: 1.15;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.hero-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-top: 2.5rem;
}

.hero-text {
  max-width: 620px;
}

.hero-text h1 {
  font-size: clamp(2.5rem, 8vw, 4.8rem);
  color: #f9edd8;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-text p {
  font-size: 1.2rem;
  color: #e6cfb3;
  margin-bottom: 1.5rem;
}

.stat-badge {
  background: rgba(255, 235, 205, 0.12);
  backdrop-filter: blur(4px);
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
  display: inline-block;
  font-weight: 500;
}

.hero-lead {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #d4b896;
  max-width: 540px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 3rem 0 2rem 0;
}

.section-header h2 {
  font-size: clamp(1.35rem, 4.5vw + 0.5rem, 2.2rem);
  font-weight: 800;
  background: linear-gradient(115deg, #7a4c38, #b1663e);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1.2;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}

.intro-aggreg {
  font-weight: 500;
  color: #7b5b46;
  flex: 0 1 auto;
  max-width: 100%;
  overflow-wrap: break-word;
  border-bottom: 2px dashed #e2c3a4;
}

.grid-creative {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 2rem 0 3rem;
  width: 100%;
}

.card {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background: #fffcf6;
  border-radius: 40px;
  transition: all 0.35s cubic-bezier(0.15, 0.75, 0.45, 1);
  box-shadow: var(--shadow);
  border: 1px solid rgba(194, 110, 74, 0.2);
  overflow: hidden;
  position: relative;
}

.card:hover {
  transform: translateY(-12px) rotate(0.5deg);
  box-shadow: 0 30px 45px -12px rgba(90, 45, 20, 0.25);
  border-color: rgba(194, 110, 74, 0.5);
}

.card-img-top {
  flex: 0 0 200px;
  align-self: stretch;
  min-height: 120px;
  padding: 1.25rem 1rem;
  background: #f1e8dd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 800;
  font-family: 'Syne', sans-serif;
  color: #86573e;
  border-right: 2px solid #eedbcb;
  border-bottom: none;
  position: relative;
  overflow: hidden;
}

.card-content {
  flex: 1;
  padding: 1.25rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 1rem;
  align-items: center;
  min-width: 0;
}

.card-title {
  grid-column: 1;
  font-size: 1.5rem;
  font-weight: 800;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.badge-op {
  font-size: 0.7rem;
  background: #eedbcb;
  padding: 0.2rem 0.8rem;
  border-radius: 60px;
  font-weight: 500;
  color: #5f3c2a;
}

.desc {
  grid-column: 1;
  margin: 0.35rem 0 0.5rem;
  color: #4f3e32;
  line-height: 1.45;
  font-size: 0.95rem;
}

.spec-grid {
  grid-column: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
}

.spec-item {
  background: #f3ede5;
  padding: 0.2rem 0.8rem;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #704e39;
}

.card-actions {
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-shrink: 0;
}

.btn-agg {
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-agg--primary {
  background: var(--deeprust);
  border: 1.5px solid var(--deeprust);
  color: #fff;
}

.btn-agg--primary:hover {
  background: var(--deeprust-hover);
  border-color: var(--deeprust-hover);
}

.btn-agg--secondary {
  background: transparent;
  border: 1.5px solid #c0825e;
  color: #734c35;
}

.btn-agg--secondary:hover {
  background: #f7efe5;
  border-color: #9c5e3e;
}

.featured-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 2.5rem 0;
  background: #f3e8de;
  border-radius: 60px;
  padding: 2rem;
  justify-content: space-around;
}

.stat-cell {
  text-align: center;
  font-weight: 600;
}

.stat-number {
  font-size: 2rem;
  font-weight: 800;
  font-family: 'Syne', sans-serif;
  color: #bc6d48;
}

.comparison-banner {
  background: linear-gradient(110deg, #e7d6c8, #f5e7db);
  border-radius: 48px;
  padding: 2rem;
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
}

.comp-text h3 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.pill-info {
  background: #fff0e2;
  border-radius: 100px;
  padding: 0.5rem 1.2rem;
}

.comp-extra {
  margin-top: 0.75rem;
  color: #5a4335;
  line-height: 1.5;
  font-size: 0.95rem;
}

.info-section {
  margin: 2.5rem 0 2rem;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.info-card {
  background: #fffcf6;
  border: 1px solid rgba(194, 110, 74, 0.2);
  border-radius: 28px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.info-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  color: #734c35;
}

.info-card p {
  color: #4f3e32;
  line-height: 1.5;
  font-size: 0.95rem;
}

.method-section {
  background: linear-gradient(125deg, #f3e8de, #faf3eb);
  border-radius: 36px;
  padding: 2rem 2rem 1.75rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(194, 110, 74, 0.15);
}

.method-title {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  color: #5f3c2a;
}

.method-list {
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.method-list li {
  background: #fffcf6;
  border-radius: 20px;
  padding: 1rem 1.2rem;
  line-height: 1.45;
  color: #4f3e32;
  border-left: 4px solid var(--terracotta);
}

.method-list strong {
  color: #734c35;
}

.guide-section {
  margin: 2.5rem 0;
}

.guide-title {
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
  color: #5f3c2a;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.guide-item {
  background: #fff8f0;
  border-radius: 24px;
  padding: 1.25rem 1.35rem;
  border: 1px dashed rgba(194, 110, 74, 0.35);
}

.guide-item h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
  color: #734c35;
}

.guide-item p {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #4f3e32;
}

.guide-item a {
  color: var(--deeprust);
  font-weight: 600;
}

.comments-section {
  margin: 3rem 0 2rem;
  padding: 2rem;
  background: #fffcf6;
  border-radius: 40px;
  border: 1px solid rgba(194, 110, 74, 0.25);
  box-shadow: var(--shadow);
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

.comments-section .section-header {
  margin-top: 0;
}

.comments-intro {
  color: #5a4335;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.comments-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.comment-card {
  background: #f9f3eb;
  border-radius: 24px;
  padding: 1.15rem 1.35rem;
  border: 1px solid rgba(194, 110, 74, 0.12);
}

.comment-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}

.comment-author {
  font-family: 'Syne', sans-serif;
  color: #5f3c2a;
}

.comment-platform {
  font-size: 0.7rem;
  background: #eedbcb;
  padding: 0.15rem 0.65rem;
  border-radius: 50px;
  color: #5f3c2a;
  font-weight: 600;
}

.comment-body {
  color: var(--text-muted);
  line-height: 1.45;
  font-size: 0.92rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  word-break: break-word;
}

.comment-date {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.comment-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.25rem;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.form-row--full {
  grid-column: 1 / -1;
}

.form-row label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #734c35;
}

.form-row input,
.form-row select,
.form-row textarea {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.9rem;
  padding: 0.65rem 0.9rem;
  border: 1.5px solid #d4b89a;
  border-radius: 16px;
  background: #fff;
  color: #2c241a;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.form-row textarea {
  resize: vertical;
  min-height: 100px;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--terracotta);
  box-shadow: 0 0 0 3px rgba(194, 110, 74, 0.15);
}

.btn-comment-submit {
  grid-column: 1 / -1;
  justify-self: start;
  padding: 0.7rem 1.6rem;
  background: var(--deeprust);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-comment-submit:hover {
  background: var(--deeprust-hover);
}

.form-note {
  grid-column: 1 / -1;
  font-size: 0.75rem;
  color: var(--text-muted);
}

.regulators-section {
  margin: 2.5rem 0 2rem;
  text-align: center;
}

.regulators-title {
  font-size: 1.5rem;
  color: #5f3c2a;
  margin-bottom: 0.5rem;
}

.regulators-intro {
  color: #7b5b46;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.regulators-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem 1.75rem;
  padding: 1.75rem 1.5rem;
  background: linear-gradient(145deg, #d4c4b0 0%, #c4b39e 100%);
  border-radius: 36px;
  border: 1px solid rgba(90, 60, 40, 0.25);
}

.regulator-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 72px;
  padding: 0.85rem 1.25rem;
  background: #3d322c;
  border-radius: 20px;
  border: 1px solid rgba(255, 235, 205, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.regulator-link:hover {
  transform: translateY(-4px);
  background: #4f3f34;
  box-shadow: 0 12px 28px -6px rgba(30, 18, 10, 0.35);
}

.regulator-link img {
  display: block;
  max-height: 48px;
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.fade-up {
  animation: fadeUp 0.7s ease-out both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.disclaimer-box {
  background: #fff2e8;
  border-radius: 2rem;
  padding: 1.6rem;
  margin: 2rem 0;
  border-left: 6px solid #c26e4a;
}

.disclaimer-box p {
  font-weight: 500;
  line-height: 1.5;
}

footer {
  background: #261f19;
  margin-top: 4rem;
  border-top-right-radius: 55px;
  border-top-left-radius: 55px;
  padding: 2.2rem 2rem;
  color: #cebcab;
}

.footer-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.footer-grid p {
  font-size: 0.8rem;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0.35rem 0.75rem;
  color: #e4bc94;
  text-decoration: none;
  margin-right: 0.25rem;
}

@media (max-width: 750px) {
  .container {
    padding: 0 1rem;
  }

  .hero {
    padding: 2rem 0.75rem 3.5rem;
    border-bottom-right-radius: 40px;
  }

  .hero .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .hero .logo {
    font-size: clamp(1.1rem, 5.8vw, 1.55rem);
    padding-left: 0.6rem;
    border-left-width: 3px;
  }

  .hero .site-operator {
    font-size: 0.75rem;
    line-height: 1.45;
    max-width: 100%;
  }

  .hero-text h1 {
    font-size: clamp(1.65rem, 6.5vw, 2.25rem);
  }

  .hero-text p {
    font-size: 1rem;
  }

  .stat-badge {
    font-size: 0.85rem;
    max-width: 100%;
    text-align: center;
  }

  .featured-stats {
    flex-direction: column;
    text-align: center;
  }

  .card {
    flex-direction: column;
  }

  .card-img-top {
    flex: none;
    width: 100%;
    min-height: 100px;
    padding: 1rem;
    border-right: none;
    border-bottom: 2px solid #eedbcb;
  }

  .card-img-logo {
    max-width: min(200px, 70vw);
    max-height: 56px;
  }

  .card-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 1.25rem;
  }

  .card-title,
  .desc,
  .spec-grid {
    grid-column: unset;
  }

  .card-actions {
    grid-column: unset;
    grid-row: unset;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 0.75rem;
  }

  .comment-form {
    grid-template-columns: 1fr;
  }

  .comments-section {
    padding: 1rem 0.85rem;
    border-radius: 28px;
    margin-left: 0;
    margin-right: 0;
  }

  .comments-section .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    margin-bottom: 1rem;
  }

  .comments-section .section-header h2 {
    font-size: clamp(1.2rem, 5.5vw, 1.55rem);
    width: 100%;
  }

  .comments-section .intro-aggreg {
    font-size: 0.85rem;
    line-height: 1.35;
  }

  .comments-intro {
    font-size: 0.9rem;
  }

  .comment-card {
    padding: 1rem;
    border-radius: 20px;
  }

  .comment-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .comment-platform {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .btn-comment-submit {
    width: 100%;
    justify-self: stretch;
    text-align: center;
  }

  .form-note {
    line-height: 1.4;
  }

  .method-section {
    padding: 1.25rem;
  }

  .regulators-grid {
    gap: 1rem;
    padding: 1.25rem 1rem;
  }

  .regulator-link img {
    max-height: 40px;
    max-width: 110px;
  }

  .platform-layout {
    grid-template-columns: 1fr;
  }

  .platform-sidebar {
    position: static;
  }

  .pros-cons-grid {
    grid-template-columns: 1fr;
  }

  .platform-hero-card {
    flex-direction: column;
    text-align: center;
  }

  .platform-tagline {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    font-size: 0.95rem;
  }

  .platform-page {
    overflow-x: hidden;
  }

  .platform-hero {
    padding: 1.25rem 0 2rem;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 16px;
    overflow: hidden;
  }

  .platform-hero .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .platform-page .logo--light {
    display: block;
    font-size: clamp(1.05rem, 5.5vw, 1.5rem);
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.15;
    margin-top: 0.35rem;
    padding-left: 0.6rem;
  }

  .site-operator--hero {
    font-size: 0.72rem;
    line-height: 1.45;
    max-width: 100%;
    margin-bottom: 0.75rem;
  }

  .back-link {
    font-size: 0.82rem;
    margin-bottom: 0.65rem;
    max-width: 100%;
  }

  .breadcrumb {
    margin-bottom: 0.5rem;
  }

  .breadcrumb ol {
    font-size: 0.8rem;
  }

  .platform-hero-card {
    gap: 1.25rem;
    margin-top: 0.5rem;
  }

  .platform-hero-logo-wrap {
    width: 100%;
    max-width: min(100%, 280px);
    margin: 0 auto;
    padding: 1rem 0.85rem;
    box-sizing: border-box;
  }

  .platform-hero-logo {
    width: 100%;
    max-width: 180px;
    max-height: 72px;
    object-fit: contain;
    margin: 0 auto;
  }

  .platform-hero-text {
    width: 100%;
    min-width: 0;
  }

  .platform-hero-text h1 {
    font-size: clamp(1.65rem, 7vw, 2.25rem);
    overflow-wrap: break-word;
  }

  .platform-updated {
    font-size: 0.78rem;
  }

  .platform-layout {
    gap: 1.25rem;
    margin: 1.25rem auto 1.75rem;
  }

  .platform-sidebar {
    width: 100%;
  }

  .sidebar-card {
    padding: 1rem;
    border-radius: 20px;
  }

  .score-row {
    grid-template-columns: minmax(0, 1fr) 2.5rem;
    gap: 0.25rem 0.35rem;
    font-size: 0.75rem;
  }

  .score-val {
    grid-row: 1 / span 2;
    font-size: 0.85rem;
  }

  .btn-platform-visit {
    font-size: 0.82rem;
    padding: 0.7rem 0.75rem;
    line-height: 1.35;
    word-break: break-word;
  }

  .sidebar-note {
    font-size: 0.68rem;
    line-height: 1.4;
  }

  .platform-intro {
    font-size: 0.98rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }

  .platform-block {
    margin-bottom: 1.5rem;
  }

  .platform-block h2 {
    font-size: clamp(1.1rem, 4.5vw, 1.35rem);
    line-height: 1.25;
    overflow-wrap: break-word;
  }

  .platform-block p,
  .platform-intro,
  .platform-editorial p,
  .aggregator-notice--compact p {
    font-size: 0.92rem;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .aggregator-notice--compact {
    padding: 0.75rem 0.85rem;
    border-radius: 14px;
  }

  .pros-cons-grid {
    gap: 1rem;
  }

  .platform-faq-item summary {
    font-size: 0.88rem;
    padding: 0.75rem 0.85rem;
    line-height: 1.35;
    overflow-wrap: break-word;
  }

  .platform-faq-item p {
    font-size: 0.88rem;
    padding: 0 0.85rem 0.85rem;
  }

  .platform-editorial {
    padding: 1rem 1.1rem;
    border-radius: 18px;
  }

  .platform-cta-bar {
    padding: 1.15rem 0.85rem;
    border-radius: 20px;
    margin-top: 1.5rem;
  }

  .platform-cta-bar p {
    font-size: 0.9rem;
  }

  .btn-platform-visit--large {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 0.82rem;
    padding: 0.85rem 0.75rem;
    line-height: 1.35;
    white-space: normal;
    word-break: break-word;
  }

  .regulators-section {
    margin: 1.75rem 0 1.25rem;
  }

  .regulators-title {
    font-size: clamp(1.1rem, 4.5vw, 1.35rem);
    line-height: 1.3;
    padding: 0 0.25rem;
    overflow-wrap: break-word;
  }

  .regulators-grid {
    gap: 0.75rem;
    padding: 1rem 0.65rem;
    border-radius: 24px;
  }

  .regulator-link {
    min-width: 0;
    flex: 1 1 calc(50% - 0.5rem);
    max-width: calc(50% - 0.25rem);
    min-height: 56px;
    padding: 0.65rem 0.5rem;
    border-radius: 14px;
  }

  .disclaimer-box {
    padding: 1rem 1.1rem;
    border-radius: 1.25rem;
    margin: 1.25rem 0;
  }

  .disclaimer-box p {
    font-size: 0.88rem;
    overflow-wrap: break-word;
  }

  .footer-legal {
    margin-top: 1.5rem;
  }

  footer,
  .footer-legal {
    padding: 1.5rem 1rem;
    border-top-right-radius: 32px;
    border-top-left-radius: 32px;
  }

  .footer-grid {
    flex-direction: column;
    gap: 1.25rem;
  }

  .footer-grid > div:first-child p {
    overflow-wrap: break-word;
  }

  .footer-copy {
    padding: 0 0.75rem;
    font-size: 0.68rem;
    line-height: 1.45;
    overflow-wrap: break-word;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .legal-content {
    padding: 1.25rem;
    border-radius: 24px;
  }

  .footer-links--cols {
    flex-direction: column;
    gap: 1.25rem;
  }
}

button {
  background: none;
  border: none;
}

.card-img-logo {
  display: block;
  width: auto;
  max-width: 160px;
  max-height: 72px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.legal-page {
  background: #fef7e8;
  min-height: 100vh;
}

.legal-header {
  background: #fffcf6;
  border-bottom: 1px solid rgba(194, 110, 74, 0.2);
  padding: 1rem 0;
}

.legal-header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}

.legal-header-inner .site-operator--legal {
  order: 3;
  width: 100%;
  padding-left: 0.25rem;
}

@media (min-width: 640px) {
  .legal-header-inner .site-operator--legal {
    order: 2;
    width: auto;
    flex: 1;
    text-align: center;
  }
}

.logo--legal {
  font-size: 1.5rem;
  font-weight: 800;
  color: #5f3c2a;
  text-decoration: none;
  border-left: 4px solid var(--terracotta);
  padding-left: 0.75rem;
}

.back-link--dark {
  color: #734c35;
}

.back-link--dark:hover {
  color: var(--terracotta);
}

.legal-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2.5rem;
  margin: 2.5rem auto 3rem;
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.legal-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #5a4335;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.legal-nav-link:hover {
  background: #f3e8de;
  color: #5f3c2a;
}

.legal-nav-link.is-active {
  background: var(--deeprust);
  color: #fff;
}

.legal-content {
  background: #fffcf6;
  border-radius: 32px;
  padding: 2rem 2.25rem;
  border: 1px solid rgba(194, 110, 74, 0.2);
  box-shadow: var(--shadow);
  min-width: 0;
}

.legal-content h1 {
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  color: #5f3c2a;
  margin-bottom: 0.75rem;
}

.legal-lead {
  font-size: 1.05rem;
  line-height: 1.55;
  color: #5a4335;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px dashed #e2c3a4;
}

.legal-content section {
  margin-bottom: 2rem;
}

.legal-content h2 {
  font-size: 1.25rem;
  color: #734c35;
  margin-bottom: 0.65rem;
}

.legal-content h3 {
  font-size: 1rem;
  color: #86573e;
  margin: 1rem 0 0.4rem;
}

.legal-content p,
.legal-content li {
  line-height: 1.6;
  color: #4f3e32;
  margin-bottom: 0.65rem;
  font-size: 0.95rem;
}

.legal-content ul {
  margin: 0.5rem 0 1rem 1.25rem;
}

.legal-content a {
  color: var(--deeprust);
  font-weight: 600;
}

.legal-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1rem 0;
  max-width: 100%;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin: 0;
}

.legal-table th,
.legal-table td {
  border: 1px solid #e2c3a4;
  padding: 0.65rem 0.85rem;
  text-align: left;
}

.legal-table th {
  background: #f3e8de;
  color: #5f3c2a;
}

.contact-form--legal {
  margin-top: 1.5rem;
  max-width: 520px;
}

.footer-legal {
  margin-top: 2rem;
}

.footer-links--cols {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.5rem;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  min-width: 140px;
}

.footer-col strong {
  display: block;
  color: #e4bc94;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.25rem;
}

.footer-col a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0.35rem 0.5rem;
  margin: 0;
  color: #cebcab;
  text-decoration: none;
  font-size: 0.85rem;
  line-height: 1.35;
}

.footer-col a:hover {
  color: #f2d5a7;
}

.footer-copy {
  text-align: center;
  font-size: 0.72rem;
  color: #dcc8b8;
  margin-top: 1.5rem;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

.aggregator-notice {
  background: #f0e6da;
  border: 1px solid rgba(194, 110, 74, 0.35);
  border-left: 5px solid var(--terracotta);
  border-radius: 20px;
  padding: 1.25rem 1.5rem;
  margin: 2rem 0 1.5rem;
}

.aggregator-notice--compact {
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
}

.aggregator-notice--compact p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #4f3e32;
}

.aggregator-notice__title {
  font-size: 1.1rem;
  color: #5f3c2a;
  margin-bottom: 0.65rem;
}

.aggregator-notice__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.aggregator-notice__list li {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #4f3e32;
}

.comparatif-section,
.offers-info-section {
  margin: 2rem 0;
  padding: 1.5rem;
  background: #fffcf6;
  border-radius: 28px;
  border: 1px solid rgba(194, 110, 74, 0.15);
}

.comparatif-title,
.offers-info-title {
  font-size: 1.35rem;
  color: #5f3c2a;
  margin-bottom: 0.5rem;
}

.comparatif-intro,
.comparatif-note,
.offers-info-section p,
.offers-info-list li {
  font-size: 0.92rem;
  line-height: 1.5;
  color: #4f3e32;
}

.comparatif-table-wrap {
  overflow-x: auto;
  margin: 1rem 0;
}

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

.comparatif-table th,
.comparatif-table td {
  border: 1px solid #e2c3a4;
  padding: 0.6rem 0.75rem;
  text-align: left;
}

.comparatif-table th {
  background: #f3e8de;
  color: #5f3c2a;
}

.comparatif-table a {
  color: var(--deeprust);
  font-weight: 600;
}

.offers-info-list {
  margin: 0.75rem 0 1rem 1.25rem;
}

.offers-info-warn {
  padding: 0.75rem 1rem;
  background: #fff2e8;
  border-radius: 12px;
  border-left: 3px solid var(--terracotta);
}

.platform-page {
  overflow-x: hidden;
}

.platform-page .logo--light {
  display: inline-block;
  margin-top: 1rem;
  font-size: clamp(1.2rem, 3.5vw + 0.5rem, 2rem);
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1.15;
}

.back-link {
  display: inline-block;
  color: #d4b896;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1rem;
  transition: color 0.2s;
}

.back-link:hover {
  color: #f2d5a7;
}

.platform-hero {
  background: linear-gradient(125deg, #2a211b 0%, #47362b 100%);
  padding: 2rem 0 3rem;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 24px;
}

.platform-hero-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  margin-top: 1rem;
}

.platform-hero-logo-wrap {
  flex: 0 0 auto;
  background: #fffcf6;
  border-radius: 28px;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(194, 110, 74, 0.25);
}

.platform-hero-logo {
  width: 140px;
  height: auto;
  display: block;
}

.platform-hero-text h1 {
  font-size: clamp(2rem, 6vw, 3.2rem);
  color: #f9edd8;
  margin: 0.5rem 0;
}

.platform-tagline {
  color: #e6cfb3;
  font-size: 1.1rem;
  line-height: 1.45;
  max-width: 560px;
  overflow-wrap: break-word;
}

.platform-updated {
  color: #b8a088;
  font-size: 0.85rem;
  margin-top: 0.75rem;
}

.platform-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2.5rem;
  margin: 2.5rem auto 3rem;
  align-items: start;
  max-width: 100%;
  min-width: 0;
}

.platform-sidebar {
  position: sticky;
  top: 1.5rem;
}

.sidebar-card {
  background: #fffcf6;
  border-radius: 24px;
  padding: 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(194, 110, 74, 0.2);
  box-shadow: var(--shadow);
}

.sidebar-card h3 {
  font-size: 1rem;
  color: #734c35;
  margin-bottom: 0.75rem;
}

.sidebar-facts {
  list-style: none;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #4f3e32;
}

.sidebar-facts li + li {
  margin-top: 0.4rem;
}

.score-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.35rem 0.5rem;
  align-items: center;
  margin-bottom: 0.65rem;
  font-size: 0.8rem;
}

.score-label {
  grid-column: 1;
  color: #5a4335;
}

.score-bar {
  grid-column: 1;
  height: 6px;
  background: #e8ddd0;
  border-radius: 99px;
  overflow: hidden;
}

.score-fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--terracotta), #d4956f);
  border-radius: 99px;
}

.score-val {
  grid-column: 2;
  grid-row: 1 / span 2;
  font-weight: 700;
  color: var(--deeprust);
  font-family: 'Syne', sans-serif;
}

.btn-platform-visit {
  display: block;
  text-align: center;
  padding: 0.75rem 1rem;
  background: var(--deeprust);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: background 0.2s;
}

.btn-platform-visit:hover {
  background: var(--deeprust-hover);
}

.btn-platform-visit--large {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
}

.sidebar-note {
  font-size: 0.72rem;
  color: #8a6b55;
  margin-top: 0.5rem;
  text-align: center;
}

.platform-article {
  min-width: 0;
}

.platform-intro {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4f3e32;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px dashed #e2c3a4;
}

.platform-block {
  margin-bottom: 2rem;
}

.platform-block h2 {
  font-size: 1.45rem;
  color: #5f3c2a;
  margin-bottom: 0.75rem;
}

.platform-block p {
  color: #4f3e32;
  line-height: 1.6;
  margin-bottom: 0.85rem;
  font-size: 0.98rem;
}

.pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.pros-cons-grid h3 {
  font-size: 0.95rem;
  color: #734c35;
  margin-bottom: 0.5rem;
}

.pros-list,
.cons-list {
  list-style: none;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #4f3e32;
}

.pros-list li::before {
  content: '✓ ';
  color: #6d8f5a;
  font-weight: 700;
}

.cons-list li::before {
  content: '· ';
  color: var(--terracotta);
  font-weight: 700;
}

.platform-faq-item {
  background: #f9f3eb;
  border-radius: 16px;
  margin-bottom: 0.5rem;
  border: 1px solid rgba(194, 110, 74, 0.12);
}

.platform-faq-item summary {
  padding: 0.85rem 1rem;
  cursor: pointer;
  font-weight: 600;
  color: #5f3c2a;
}

.platform-faq-item p {
  padding: 0 1rem 1rem;
  margin: 0;
}

.platform-editorial {
  background: #f3e8de;
  border-radius: 24px;
  padding: 1.5rem;
  border-left: 4px solid var(--terracotta);
}

.platform-cta-bar {
  background: linear-gradient(110deg, #e7d6c8, #f5e7db);
  border-radius: 28px;
  padding: 1.5rem 2rem;
  text-align: center;
  margin-top: 2rem;
}

.platform-cta-bar p {
  margin-bottom: 1rem;
  color: #5a4335;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: 0.75rem 1.25rem;
  background: #2c241a;
  color: #fef7e8;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 8px 0;
}

.skip-link:focus {
  left: 0;
}

.breadcrumb {
  margin-bottom: 0.75rem;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  list-style: none;
  font-size: 0.875rem;
  color: rgba(254, 247, 232, 0.85);
}

.breadcrumb li + li::before {
  content: "›";
  margin-right: 0.5rem;
  opacity: 0.7;
}

.breadcrumb a {
  color: #fef7e8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.breadcrumb [aria-current="page"] {
  opacity: 0.9;
}

.faq-home {
  margin: 2.5rem 0;
  padding: 2rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.faq-home h2 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}

.faq-home-item {
  border-bottom: 1px solid rgba(44, 36, 26, 0.1);
  padding: 0.75rem 0;
}

.faq-home-item:last-child {
  border-bottom: none;
}

.faq-home-item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--deeprust);
  list-style: none;
}

.faq-home-item summary::-webkit-details-marker {
  display: none;
}

.faq-home-item summary::before {
  content: "+ ";
  color: var(--terracotta);
}

.faq-home-item[open] summary::before {
  content: "− ";
}

.faq-home-item p {
  margin-top: 0.5rem;
  color: #5a4335;
  line-height: 1.6;
}

.footer-col-platforms a {
  display: inline-flex;
}

.visit-page {
  min-height: 100vh;
  background: #fef7e8;
}

.visit-main {
  padding: 2rem 1rem 3rem;
  max-width: 720px;
}

.visit-card {
  background: #fffcf6;
  border-radius: 28px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(194, 110, 74, 0.25);
  box-shadow: var(--shadow);
}

.visit-kicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--deeprust);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.visit-card h1 {
  font-size: clamp(1.35rem, 5vw, 1.85rem);
  color: #5f3c2a;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.visit-lead {
  color: #4f3e32;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

.visit-operator {
  background: #f3e8de;
  border-radius: 16px;
  padding: 1rem 1.1rem;
  margin-bottom: 1.25rem;
}

.visit-operator-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #7a5c48;
  margin-bottom: 0.35rem;
}

.visit-operator-name {
  font-family: 'Syne', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #5f3c2a;
}

.visit-operator-url {
  font-size: 0.9rem;
  color: #734c35;
}

.visit-facts h2 {
  font-size: 1.1rem;
  color: #5f3c2a;
  margin-bottom: 0.65rem;
}

.visit-facts ul {
  margin: 0 0 1rem 1.1rem;
  color: #4f3e32;
  line-height: 1.55;
  font-size: 0.92rem;
}

.visit-facts li + li {
  margin-top: 0.5rem;
}

.visit-note {
  font-size: 0.88rem;
  color: #734c35;
  font-style: italic;
  margin-bottom: 1.25rem;
  padding: 0.75rem;
  background: #fff8f0;
  border-radius: 12px;
}

.visit-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
}

.visit-back {
  text-align: center;
  color: var(--deeprust);
  font-weight: 600;
  text-decoration: none;
}

.visit-footer {
  margin-top: auto;
  padding: 1.25rem 1rem;
}

.editorial-deep {
  background: #f9f3eb;
  border-radius: 20px;
  padding: 1.25rem 1.35rem;
  margin: 1.5rem 0;
  border-left: 4px solid var(--terracotta);
}

.editorial-deep h2 {
  font-size: 1.15rem;
  color: #5f3c2a;
  margin-bottom: 0.65rem;
}

.editorial-deep p,
.editorial-deep li {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #4f3e32;
}

.editorial-deep ul {
  margin: 0.5rem 0 0 1.1rem;
}

/* Mobile: platform & legal pages (must be after desktop rules above) */
@media (max-width: 750px) {
  .legal-page {
    overflow-x: hidden;
  }

  .legal-header {
    padding: 0.75rem 0;
  }

  .legal-header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .legal-header-inner .site-operator--legal {
    order: 2;
    width: 100%;
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .logo--legal {
    font-size: clamp(1.1rem, 5vw, 1.5rem);
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .back-link--dark {
    font-size: 0.85rem;
    max-width: 100%;
  }

  .legal-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin: 1.25rem auto 2rem;
    padding: 0;
  }

  .legal-nav {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .legal-nav-link {
    font-size: 0.85rem;
    min-height: 48px;
    padding: 0.5rem 0.85rem;
  }

  .legal-content {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    min-width: 0;
    overflow-wrap: break-word;
  }

  .legal-content h1 {
    font-size: clamp(1.35rem, 5.5vw, 1.75rem);
    line-height: 1.2;
  }

  .legal-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -0.25rem;
  }

  .legal-table {
    font-size: 0.78rem;
    min-width: 280px;
  }

  .contact-form--legal {
    max-width: 100%;
  }

  .platform-page {
    overflow-x: hidden;
  }

  .platform-hero {
    padding: 1.25rem 0 2rem;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 16px;
    overflow: hidden;
  }

  .platform-hero .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    max-width: 100%;
  }

  .platform-page .logo--light {
    display: block;
    font-size: clamp(1.05rem, 5.5vw, 1.5rem);
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.15;
    margin-top: 0.35rem;
    padding-left: 0.6rem;
  }

  .site-operator--hero {
    font-size: 0.72rem;
    line-height: 1.45;
    max-width: 100%;
    margin-bottom: 0.75rem;
  }

  .platform-hero .back-link {
    font-size: 0.82rem;
    margin-bottom: 0.65rem;
    max-width: 100%;
  }

  .breadcrumb ol {
    font-size: 0.8rem;
  }

  .platform-hero-card {
    flex-direction: column;
    text-align: center;
    gap: 1.25rem;
    margin-top: 0.5rem;
  }

  .platform-hero-logo-wrap {
    width: 100%;
    max-width: min(100%, 280px);
    margin: 0 auto;
    padding: 1rem 0.85rem;
    box-sizing: border-box;
  }

  .platform-hero-logo {
    width: 100%;
    max-width: 180px;
    max-height: 72px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
  }

  .platform-hero-text {
    width: 100%;
    min-width: 0;
  }

  .platform-hero-text h1 {
    font-size: clamp(1.65rem, 7vw, 2.25rem);
    overflow-wrap: break-word;
  }

  .platform-tagline {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    font-size: 0.95rem;
  }

  .platform-updated {
    font-size: 0.78rem;
  }

  .platform-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin: 1.25rem auto 1.75rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .platform-sidebar {
    position: static;
    width: 100%;
    min-width: 0;
  }

  .platform-article {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .sidebar-card {
    padding: 1rem;
    border-radius: 20px;
  }

  .score-row {
    grid-template-columns: minmax(0, 1fr) 2.5rem;
    gap: 0.25rem 0.35rem;
    font-size: 0.75rem;
  }

  .score-val {
    grid-row: 1 / span 2;
    font-size: 0.85rem;
  }

  .btn-platform-visit {
    font-size: 0.82rem;
    padding: 0.7rem 0.75rem;
    line-height: 1.35;
    word-break: break-word;
  }

  .sidebar-note {
    font-size: 0.68rem;
    line-height: 1.4;
  }

  .platform-intro {
    font-size: 0.98rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }

  .platform-block {
    margin-bottom: 1.5rem;
  }

  .platform-block h2 {
    font-size: clamp(1.1rem, 4.5vw, 1.35rem);
    line-height: 1.25;
    overflow-wrap: break-word;
  }

  .platform-block p,
  .platform-intro,
  .platform-editorial p,
  .aggregator-notice--compact p {
    font-size: 0.92rem;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .aggregator-notice--compact {
    padding: 0.75rem 0.85rem;
    border-radius: 14px;
  }

  .pros-cons-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .platform-faq-item summary {
    font-size: 0.88rem;
    padding: 0.75rem 0.85rem;
    line-height: 1.35;
    overflow-wrap: break-word;
  }

  .platform-faq-item p {
    font-size: 0.88rem;
    padding: 0 0.85rem 0.85rem;
  }

  .platform-editorial {
    padding: 1rem 1.1rem;
    border-radius: 18px;
  }

  .platform-cta-bar {
    padding: 1.15rem 0.85rem;
    border-radius: 20px;
    margin-top: 1.5rem;
  }

  .platform-cta-bar p {
    font-size: 0.9rem;
  }

  .btn-platform-visit--large {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 0.82rem;
    padding: 0.85rem 0.75rem;
    line-height: 1.35;
    white-space: normal;
    word-break: break-word;
  }

  .platform-page .regulators-section {
    margin: 1.75rem 0 1.25rem;
  }

  .platform-page .regulators-title {
    font-size: clamp(1.1rem, 4.5vw, 1.35rem);
    line-height: 1.3;
    padding: 0 0.25rem;
    overflow-wrap: break-word;
  }

  .platform-page .regulators-grid {
    gap: 0.75rem;
    padding: 1rem 0.65rem;
    border-radius: 24px;
  }

  .platform-page .regulator-link {
    min-width: 0;
    flex: 1 1 calc(50% - 0.5rem);
    max-width: calc(50% - 0.25rem);
    min-height: 56px;
    padding: 0.65rem 0.5rem;
    border-radius: 14px;
  }

  .platform-page .regulator-link img {
    max-height: 40px;
    max-width: 100%;
  }

  .platform-page .disclaimer-box {
    padding: 1rem 1.1rem;
    border-radius: 1.25rem;
    margin: 1.25rem 0;
  }

  .platform-page .disclaimer-box p {
    font-size: 0.88rem;
    overflow-wrap: break-word;
  }

  .platform-page .footer-legal {
    margin-top: 1.5rem;
  }

  .platform-page footer.footer-legal,
  .platform-page .footer-legal {
    padding: 1.5rem 1rem;
    border-top-right-radius: 32px;
    border-top-left-radius: 32px;
  }

  .platform-page .footer-grid {
    flex-direction: column;
    gap: 1.25rem;
  }

  .platform-page .footer-links--cols {
    flex-direction: column;
    gap: 1rem;
  }

  .platform-page .footer-col {
    min-width: 0;
    width: 100%;
  }

  .platform-page .footer-copy {
    padding: 0 0.75rem;
    font-size: 0.68rem;
    line-height: 1.45;
    overflow-wrap: break-word;
  }
}
