:root {
  --paper: #fffaf1;
  --paper-2: #f2f7f3;
  --teal: #08776f;
  --teal-dark: #064e49;
  --orange: #ff651a;
  --ink: #15312f;
  --muted: #55716e;
  --line: #86aaa5;
  --white: #ffffff;
  --s1: .25rem;
  --s2: .5rem;
  --s3: .75rem;
  --s4: 1rem;
  --s5: 1.5rem;
  --s6: 2rem;
  --s7: 3rem;
  --s8: 4rem;
  --max: 75rem;
  --read: 70ch;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-top: 2.25rem;
  color: var(--ink);
  background:
    linear-gradient(135deg, transparent 0 91%, rgba(8,119,111,.08) 91% 94%, transparent 94%) top right / 20rem 20rem no-repeat,
    linear-gradient(45deg, transparent 0 92%, rgba(255,101,26,.09) 92% 95%, transparent 95%) bottom left / 18rem 18rem no-repeat,
    var(--paper);
  font-family: "Avenir Next", Avenir, "Century Gothic", Futura, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: var(--orange); font-weight: 750; text-decoration: none; }
a:hover, a:focus-visible { text-decoration: underline; text-underline-offset: .2em; }
button, input, textarea, select { font: inherit; }
button, a { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 1000; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 3rem; }
.age-bar {
  position: fixed; inset: 0 0 auto; z-index: 900; min-height: 2.25rem;
  display: flex; align-items: center; justify-content: center; gap: var(--s2);
  padding: .35rem 1rem; color: var(--white); background: var(--teal-dark);
  font-size: .78rem; font-weight: 650; text-align: center;
}
.age-bar strong { color: var(--orange); }
.age-bar a { color: white; text-decoration: underline; }
.scroll-progress { position: fixed; top: 2.25rem; left: 0; z-index: 950; width: 0; height: 3px; background: var(--orange); }
.site-header { position: relative; z-index: 20; background: rgba(255,250,241,.97); border: 2px solid var(--teal-dark); border-width: 0 0 2px; }
.header__inner { width: min(100% - 2rem, var(--max)); margin: auto; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: var(--s5); min-height: 5.25rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-size: 1.1rem; font-weight: 850; letter-spacing: -.03em; }
.brand:hover { text-decoration: none; }
.brand img { width: 2.5rem; height: 2.5rem; }
.nav { justify-self: end; }
.nav__list { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .35rem 1.15rem; margin: 0; padding: 0; list-style: none; }
.nav a { color: var(--teal-dark); font-size: .86rem; }
.nav a[aria-current="page"] { color: var(--orange); }
.breadcrumb { border-top: 1px solid rgba(8,119,111,.25); background: var(--paper-2); }
.breadcrumb__inner { width: min(100% - 2rem, var(--max)); margin: auto; padding: .35rem 0; color: var(--muted); font-size: .76rem; }
.breadcrumb a { color: var(--teal-dark); }
.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.reading { max-width: var(--read); }
.section { padding: var(--s8) 0; }
.section--tint { background: var(--paper-2); }
.section--teal { color: white; background: var(--teal-dark); }
.section--teal a { color: #ff9a65; }
.kicker { margin: 0 0 .6rem; color: var(--orange); font-size: .75rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.02; letter-spacing: -.055em; text-wrap: balance; }
h1 { max-width: 13ch; font-size: clamp(3rem, 9.8vw, 8rem); }
h2 { max-width: 18ch; font-size: clamp(2rem, 5.5vw, 4.6rem); }
h3 { font-size: clamp(1.25rem, 2.7vw, 2rem); }
p { margin: 1rem 0 0; }
.lede { max-width: 60ch; font-size: clamp(1.12rem, 2vw, 1.38rem); line-height: 1.55; }
.hero { position: relative; overflow: hidden; padding: clamp(3rem, 7vw, 7rem) 0 var(--s7); }
.hero::after { content: ""; position: absolute; right: -5rem; top: 2.5rem; width: 13rem; height: 13rem; border: 2px solid var(--orange); transform: rotate(18deg); clip-path: polygon(0 0,100% 0,100% 80%,80% 100%,0 100%); pointer-events: none; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(16rem, 25rem); gap: var(--s7); align-items: end; }
.hero__aside { padding: var(--s5); border: 2px solid var(--teal); background: var(--paper-2); clip-path: polygon(0 0, calc(100% - 1.5rem) 0, 100% 1.5rem, 100% 100%, 0 100%); }
.hero__aside strong { color: var(--teal-dark); }
.role-note { margin-top: var(--s5); padding-left: var(--s4); border-left: 4px solid var(--orange); max-width: 72ch; font-size: .92rem; }
.credibility { display: grid; grid-template-columns: repeat(3, 1fr); border: 2px solid var(--teal-dark); background: var(--white); }
.credibility__item { padding: var(--s5); border-right: 2px solid var(--teal-dark); }
.credibility__item:last-child { border-right: 0; }
.credibility strong { display: block; color: var(--teal); font-size: clamp(1.5rem, 4vw, 2.8rem); line-height: 1; font-variant-numeric: tabular-nums; }
.credibility span { display: block; margin-top: .5rem; font-size: .82rem; }
.showcase-head { display: grid; grid-template-columns: 1fr minmax(15rem, 30rem); gap: var(--s6); align-items: end; margin-bottom: var(--s6); }
.disclosure { padding: var(--s4); background: #fff1e8; border: 2px solid var(--orange); font-size: .88rem; }
.warning-inline { margin: 0 0 var(--s5); padding: var(--s4); color: var(--teal-dark); background: #e4f4ef; border-left: 4px solid var(--orange); font-size: .88rem; }
.operator-list { display: grid; gap: var(--s4); }
.operator-card {
  position: relative; display: grid; grid-template-columns: 10rem minmax(0,1fr) 12rem; gap: var(--s5); align-items: center;
  padding: var(--s5); background: var(--white); border: 2px solid transparent;
  clip-path: polygon(0 0, calc(100% - 1.25rem) 0, 100% 1.25rem, 100% 100%, 0 100%);
}
.operator-card:hover { border-color: var(--teal); }
.operator-card--featured { border-color: var(--teal-dark); box-shadow: 10px 10px 0 rgba(8,119,111,.15); }
.logo-plate { width: 100%; min-height: 6.5rem; display: grid; place-items: center; padding: 1rem; background: white; border: 2px solid #dbe5e1; overflow: hidden; }
.logo-plate img { width: auto; height: auto; max-height: 3.4rem; max-width: 8rem; object-fit: contain; }
.logo-plate--vbet { background: #d9007f; border-color: #d9007f; }
.logo-plate--vbet img { max-height: 5.4rem; }
.operator-card__top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .75rem; }
.operator-card h3 { letter-spacing: -.03em; }
.verdict { padding: .32rem .62rem; color: var(--orange); border: 2px solid currentColor; font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.badges { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .85rem; }
.badge { display: inline-flex; padding: .22rem .55rem; color: var(--teal); border: 1.5px solid currentColor; font-size: .7rem; font-weight: 750; line-height: 1.3; }
.operator-card__description { color: var(--muted); font-size: .92rem; }
.operator-card__note { font-size: .8rem; }
.operator-card__actions { display: grid; gap: .6rem; align-content: center; }
.button { display: inline-flex; min-height: 2.75rem; align-items: center; justify-content: center; padding: .65rem .9rem; border: 2px solid var(--orange); background: var(--orange); color: white; font-size: .78rem; font-weight: 850; text-align: center; }
.button:hover { text-decoration: none; background: #e64f00; }
.button--secondary { background: transparent; color: var(--orange); }
.button--secondary:hover { color: white; }
.fineprint { color: var(--muted); font-size: .69rem; line-height: 1.45; }
.table-wrap { overflow-x: auto; border: 2px solid var(--teal-dark); background: white; }
table { width: 100%; border-collapse: collapse; min-width: 58rem; font-size: .84rem; }
th, td { padding: .8rem .9rem; text-align: left; vertical-align: top; border-bottom: 1px solid #cbdad7; }
thead th { color: white; background: var(--teal-dark); font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }
tbody th { color: var(--teal-dark); }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.rank-sections { display: grid; gap: var(--s5); margin-top: var(--s6); }
.rank-card { display: grid; grid-template-columns: 9rem 1fr; gap: var(--s5); padding: var(--s5); border: 2px solid var(--teal); background: var(--white); clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 0 100%); }
.rank-card__index { color: var(--orange); font-size: 3rem; font-weight: 900; line-height: .9; font-variant-numeric: tabular-nums; }
.rank-card ol { margin: .75rem 0 0; padding-left: 1.25rem; }
.rank-card li { padding: .2rem 0; }
.matrix-title { margin-top: var(--s7); }
.method-grid, .content-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(16rem, .8fr); gap: var(--s7); align-items: start; }
.criteria { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s4); margin-top: var(--s5); }
.criteria__item { padding: var(--s4); background: var(--white); border-left: 4px solid var(--orange); }
.criteria__item strong { display: block; color: var(--teal-dark); }
.visual { margin: 0; background: var(--white); border: 2px solid var(--teal-dark); clip-path: polygon(0 0, calc(100% - 1.4rem) 0, 100% 1.4rem, 100% 100%, 0 100%); overflow: hidden; }
.visual img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.visual figcaption { padding: .7rem 1rem; color: var(--muted); font-size: .72rem; }
.visual-pair { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s4); margin-top: var(--s6); }
.visual-pair .visual:nth-child(2) { transform: translateY(1.5rem); }
.prose { max-width: var(--read); }
.prose h2 { margin-top: 3.5rem; }
.prose h3 { margin-top: 2rem; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose li + li { margin-top: .6rem; }
.pull-fact { margin: var(--s6) 0; padding: var(--s5); color: var(--teal-dark); background: #e4f4ef; border: 2px solid var(--teal); font-size: 1.16rem; font-weight: 700; clip-path: polygon(0 0, calc(100% - 1.2rem) 0, 100% 1.2rem, 100% 100%, 0 100%); }
.glossary { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s4); margin-top: var(--s5); }
.glossary div { padding: var(--s4); background: var(--white); border-top: 3px solid var(--orange); }
.glossary dt { color: var(--teal-dark); font-weight: 850; }
.glossary dd { margin: .35rem 0 0; color: var(--muted); font-size: .88rem; }
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s5); margin-top: var(--s6); }
.faq article { padding: var(--s5); background: var(--white); border: 2px solid var(--teal); clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 0 100%); }
.faq h3 { font-size: 1.18rem; line-height: 1.25; letter-spacing: -.02em; }
.resources { padding-bottom: var(--s8); }
.resources__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s4); margin-top: var(--s5); }
.resource-card { display: block; min-height: 10rem; padding: var(--s5); color: var(--ink); background: white; border: 2px solid var(--teal); clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 0 100%); }
.resource-card:hover { color: var(--ink); text-decoration: none; border-color: var(--orange); }
.resource-card strong { display: block; color: var(--orange); }
.resource-card span { display: block; margin-top: .5rem; color: var(--muted); font-size: .84rem; font-weight: 500; }
.contact-form { display: grid; gap: var(--s4); margin-top: var(--s6); }
.field { display: grid; gap: .35rem; }
.field label { font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; padding: .8rem; color: var(--ink); background: white; border: 2px solid var(--teal); border-radius: 0; }
.site-footer { color: #e9f7f4; background: var(--teal-dark); }
.footer__grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: var(--s7); padding: var(--s7) 0; }
.footer__brand { color: white; }
.footer__brand img { width: 2.5rem; }
.footer__grid h2 { font-size: .74rem; letter-spacing: .13em; text-transform: uppercase; }
.footer__links { margin: .9rem 0 0; padding: 0; list-style: none; }
.footer__links li + li { margin-top: .4rem; }
.footer__links a { color: #ff9a65; font-size: .82rem; }
.footer__note { color: #b9d4d0; font-size: .78rem; }
.warning { padding: 1rem 0; color: white; background: #063e3a; border-top: 2px solid var(--orange); font-size: .84rem; font-weight: 750; text-align: center; }
.cookie-banner { position: fixed; z-index: 1000; left: 1rem; right: 1rem; bottom: 1rem; display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; max-width: 58rem; margin: auto; padding: 1rem; color: var(--ink); background: white; border: 2px solid var(--teal-dark); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: .82rem; }
.cookie-actions { display: flex; gap: .5rem; }
.cookie-actions button { min-height: 2.7rem; padding: .5rem .8rem; border: 2px solid var(--orange); background: var(--orange); color: white; font-weight: 800; cursor: pointer; }
.cookie-actions .reject { color: var(--orange); background: white; }
@media (max-width: 900px) {
  .header__inner { grid-template-columns: minmax(0, 1fr); gap: .6rem; min-width: 0; padding: .8rem 0; }
  .nav { justify-self: start; width: 100%; min-width: 0; max-width: 100%; overflow-x: auto; }
  .nav__list { flex-wrap: nowrap; justify-content: flex-start; padding-bottom: .3rem; }
  .nav a { white-space: nowrap; }
  .hero__grid, .method-grid, .content-grid { grid-template-columns: 1fr; }
  .hero__aside { max-width: 36rem; }
  .operator-card { grid-template-columns: 8rem minmax(0,1fr); }
  .operator-card__actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  .resources__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  body { padding-top: 3.6rem; overflow-x: clip; }
  .age-bar { display: block; min-height: 3.6rem; padding: .35rem .6rem; font-size: .66rem; line-height: 1.35; }
  .age-bar strong, .age-bar a { margin-inline: .2rem; }
  .scroll-progress { top: 3.6rem; }
  .section { padding: var(--s7) 0; }
  .hero { padding-top: var(--s7); }
  .hero::after { opacity: .35; }
  h1 { max-width: 100%; overflow-wrap: anywhere; font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .showcase-head, .operator-card, .rank-card { grid-template-columns: 1fr; }
  .operator-card__actions { grid-column: auto; grid-template-columns: 1fr; }
  .logo-plate { width: 9rem; }
  .credibility { grid-template-columns: 1fr; }
  .credibility__item { border-right: 0; border-bottom: 2px solid var(--teal-dark); }
  .credibility__item:last-child { border-bottom: 0; }
  .criteria, .visual-pair, .faq, .resources__grid, .glossary, .footer__grid { grid-template-columns: 1fr; }
  .visual-pair .visual:nth-child(2) { transform: none; }
  .cookie-banner { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
