:root {
  --ink: #14222c;
  --navy: #0d2c38;
  --deep: #08161c;
  --paper: #f3eee4;
  --foam: #fbf8f2;
  --sand: #e5dccb;
  --line: #d4c8b4;
  --copper: #c56a32;
  --copper-deep: #9a4e22;
  --teal: #2a6563;
  --gold: #b08a3e;
  --muted: #5c6a71;
  --ok: #2f6b4f;
  --shadow: 0 16px 40px rgba(20, 34, 44, 0.1);
  --radius: 18px;
  --header-h: 74px;
  --max: 1140px;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", "Segoe UI", system-ui, -apple-system, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  min-height: 100vh;
}

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

a {
  color: var(--teal);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--copper-deep);
}

h1,
h2,
h3,
h4 {
  font-family: var(--serif);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin: 0 0 0.6em;
}

p {
  margin: 0 0 1em;
}

ul {
  margin: 0 0 1em;
  padding-left: 1.15em;
}

.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  background: var(--navy);
  color: #fff;
  padding: 8px 12px;
  z-index: 80;
}

.skip:focus {
  top: 12px;
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--copper-deep);
  font-weight: 700;
  margin-bottom: 10px;
}

.lead {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 62ch;
}

.muted {
  color: var(--muted);
}

.center {
  text-align: center;
}

.eyebrow.center {
  display: flex;
  justify-content: center;
  width: 100%;
}

.section {
  padding: 72px 0;
}

#faq,
.regulators-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

.section-tight {
  padding: 48px 0;
}

.bg-foam {
  background: var(--foam);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header-h);
  background: rgba(8, 22, 28, 0.94);
  backdrop-filter: blur(12px);
  color: #f6f0e6;
}

.header-inner {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

.logo:hover {
  color: inherit;
}

.logo svg {
  width: 36px;
  height: 36px;
  flex: none;
}

.logo-mark {
  font-family: var(--serif);
  font-size: 1.12rem;
  letter-spacing: -0.03em;
}

.logo-mark span {
  color: #e0a36a;
}

.age-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 22px;
  margin-left: 8px;
  padding: 0 6px;
  border: 1px solid #e0a36a;
  color: #e0a36a;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}

.legal-ribbon {
  background: #3a1f1c;
  color: #f6e4d8;
  font-size: 0.84rem;
  font-weight: 650;
  padding: 10px 0;
}

.legal-ribbon a {
  color: #ffd2a8;
}

.legal-ribbon p,
.aff-bar p {
  margin: 0;
}

.aff-bar {
  background: #e8dfd0;
  color: var(--ink);
  font-size: 0.82rem;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 4px;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: #e7efe8;
  color: var(--ok);
  font-size: 0.78rem;
  font-weight: 700;
}

.license-line {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0 0 12px;
}

.license-list {
  margin: 8px 0 0;
  padding-left: 1.15em;
  font-size: 0.92rem;
}

.updated {
  font-size: 0.82rem;
  color: var(--muted);
  margin: 0 0 1em;
}

.nav {
  display: flex;
  gap: 6px;
}

.nav a {
  color: #eadfcf;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.92rem;
}

.nav a:hover,
.nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: #f4efe6;
  position: relative;
  margin: 0 auto;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before {
  top: -6px;
}

.nav-toggle span::after {
  top: 6px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
  color: inherit;
}

.btn-primary {
  background: var(--copper);
  color: #fff;
}

.btn-primary:hover {
  background: var(--copper-deep);
  color: #fff;
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--navy);
}

.btn-dark {
  background: var(--navy);
  color: #f6f0e6;
}

.btn-dark:hover {
  color: #fff;
}

.btn-warn {
  background: #efe3d6;
  color: var(--ink);
  border-color: #d9c7b0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 36px;
  background-image: linear-gradient(180deg, rgba(243, 238, 228, 0.88), rgba(243, 238, 228, 0.96)), url("../img/visual-02.webp");
  background-size: cover;
  background-position: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
}

.hero h1 {
  font-size: clamp(2.1rem, 4.6vw, 3.5rem);
  margin-bottom: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 18px;
}

.hero-note {
  font-size: 0.9rem;
  color: var(--muted);
}

.method-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 22px;
}

.method-card {
  background: var(--foam);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 22px;
}

.hero-visual {
  position: relative;
  min-height: 360px;
}

.hero-visual img {
  width: 100%;
  border-radius: 28px;
  box-shadow: var(--shadow);
  object-fit: cover;
  aspect-ratio: 1;
  background: #e6dccb;
}

.float-hex {
  position: absolute;
  width: 54px;
  height: 62px;
  background: linear-gradient(160deg, #d4783a, #9a4e22);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  opacity: 0.9;
  animation: floaty 6s ease-in-out infinite;
}

.float-hex.a {
  top: 18px;
  left: -8px;
  animation-delay: -1s;
}

.float-hex.b {
  right: 10px;
  bottom: 28px;
  width: 36px;
  height: 42px;
  background: linear-gradient(160deg, #3a7d7a, #1e4b4a);
  animation-delay: -2.4s;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.platform-card {
  background: var(--foam);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.platform-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.platform-card h3 {
  margin: 0;
  font-size: 1.45rem;
}

.brand-logo {
  display: block;
  height: 40px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  object-position: left center;
}

.brand-logo[src*="mark-03"] {
  border-radius: 6px;
}

.brand-logo-lg {
  height: 48px;
  max-width: 240px;
  margin-bottom: 12px;
}

.table-logo {
  display: block;
  height: 26px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  background: #fff;
  padding: 6px 8px;
  border-radius: 8px;
}

.card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.badge {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #e7efe8;
  color: var(--ok);
  border-radius: 999px;
  padding: 5px 9px;
  font-weight: 700;
}

.stars {
  color: var(--gold);
  letter-spacing: 2px;
  font-size: 1.05rem;
}

.score {
  font-weight: 700;
  color: var(--navy);
}

.pay-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pay-list span {
  background: var(--sand);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.8rem;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}

.card-actions .btn {
  flex: 1 1 auto;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.why-card {
  background: var(--foam);
  border-radius: var(--radius);
  padding: 22px 18px;
  border: 1px solid var(--line);
}

.why-card img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 14px;
}

.why-card h3 {
  font-size: 1.15rem;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--foam);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

th,
td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  background: var(--navy);
  color: #f4efe6;
  font-weight: 650;
}

tr:last-child td {
  border-bottom: 0;
}

tbody tr:hover td {
  background: #f7f1e6;
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 860px;
  margin: 0 auto;
}

.faq-item {
  background: var(--foam);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}

.faq-item button {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  font: inherit;
  font-weight: 700;
  color: var(--navy);
  padding: 16px 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.faq-item button::after {
  content: "+";
  color: var(--copper);
  font-size: 1.3rem;
  line-height: 1;
}

.faq-item.is-open button::after {
  content: "–";
}

.faq-panel {
  display: none;
  padding: 0 18px 16px;
  color: var(--muted);
}

.faq-item.is-open .faq-panel {
  display: block;
}

.regulators-section {
  background: var(--deep);
  color: #d9d0c2;
}

.regulators-section h2 {
  color: #f7f1e6;
}

.regulators-section .lead {
  color: #c9bfb0;
}

.regulators {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.reg-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 18px 16px;
  background: #0d2c38;
  border: 1px solid rgba(244, 239, 230, 0.12);
  border-radius: 14px;
  text-decoration: none;
}

.reg-link:hover {
  border-color: var(--copper);
  background: #14343f;
}

.reg-link img {
  width: auto;
  height: 42px;
  max-width: 100%;
  object-fit: contain;
}

.responsible {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 28px;
  align-items: center;
  background: linear-gradient(145deg, #08161c, #14343f);
  color: #f3eadb;
  border-radius: 28px;
  padding: 36px;
}

.responsible h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.help-number {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-family: var(--serif);
  color: #e7b07a;
  margin: 8px 0 14px;
}

.responsible img {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.site-footer {
  background: var(--deep);
  color: #d9d0c2;
  padding: 48px 0 28px;
  font-size: 0.92rem;
}

.site-footer h3,
.site-footer h2 {
  color: #f6f0e6;
  font-size: 1.05rem;
  font-family: var(--sans);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer a {
  color: #e7b07a;
}

.footer-warn {
  background: #3a1f1c;
  color: #f6e4d8;
  padding: 16px 18px;
  border-radius: 14px;
  margin-bottom: 28px;
  font-weight: 650;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 28px 0 12px;
  padding: 0;
  list-style: none;
}

.legal-block {
  margin-bottom: 22px;
}

.age-banner {
  background: var(--navy);
  color: #f6f0e6;
  font-size: 0.84rem;
  font-weight: 650;
  padding: 8px 0;
  border-bottom: 1px solid rgba(244, 239, 230, 0.14);
}

.age-banner-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.age-banner-mark {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 24px;
  padding: 0 8px;
  border: 1px solid #e0a36a;
  color: #e0a36a;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.age-banner p {
  margin: 0;
}

.panel > .btn-primary {
  display: flex;
  width: 100%;
  margin-top: 16px;
}

.cookie-bar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  display: none;
  background: var(--navy);
  color: #efe7d8;
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: var(--shadow);
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 960px;
  margin: 0 auto;
}

.cookie-bar.is-on {
  display: flex;
}

.cookie-bar p {
  margin: 0;
  font-size: 0.9rem;
}

.cookie-bar a {
  color: #e7b07a;
}

.cookie-bar .btn-ghost {
  color: #f4efe6;
  border-color: rgba(244, 239, 230, 0.35);
}

.cookie-actions {
  display: flex;
  gap: 8px;
  flex: none;
}

.page-hero {
  padding: 42px 0 10px;
}

.page-hero h1 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 12px;
}

.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

.prose {
  max-width: 74ch;
}

.prose h2 {
  margin-top: 1.4em;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.panel {
  background: var(--foam);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}

.panel .muted {
  margin-top: 12px;
}

.gap-top {
  margin-top: 28px;
}

.rating-row {
  display: grid;
  grid-template-columns: 140px 1fr 40px;
  gap: 10px;
  align-items: center;
  margin: 8px 0;
  font-size: 0.92rem;
}

.bar {
  height: 8px;
  background: var(--sand);
  border-radius: 99px;
  overflow: hidden;
}

.bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--teal), var(--copper));
}

.notice {
  background: #f3e6d6;
  border-left: 4px solid var(--copper);
  padding: 14px 16px;
  border-radius: 8px;
  color: var(--ink);
  margin: 22px 0 0;
}

.mail {
  font-size: 1.2rem;
  font-weight: 700;
}

.profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.team-card {
  background: var(--foam);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}

.role {
  color: var(--copper-deep);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.review-list {
  display: grid;
  gap: 16px;
}

@media (max-width: 960px) {
  .hero-grid,
  .why-grid,
  .responsible,
  .footer-grid,
  .split,
  .profile-grid,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .regulators {
    grid-template-columns: 1fr 1fr;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .card-actions .btn {
    width: 100%;
    flex: 1 1 100%;
  }
}

@media (max-width: 760px) {
  .age-banner-inner {
    align-items: flex-start;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: var(--header-h);
    background: #0b242e;
    flex-direction: column;
    padding: 12px;
  }

  .nav.is-open {
    display: flex;
  }

  .cookie-bar {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .section {
    padding: 52px 0;
  }

  .hero-visual {
    min-height: 0;
  }

  .responsible {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .float-hex,
  .btn,
  .platform-card {
    animation: none;
    transition: none;
  }
}
