:root {
  --bg: #f6f0e7;
  --bg-soft: #fffaf3;
  --panel: rgba(255, 252, 247, 0.82);
  --panel-strong: #fff9f2;
  --ink: #18251f;
  --muted: #5f6d67;
  --brand: #0f766e;
  --brand-strong: #0a4f49;
  --accent: #d9704f;
  --accent-strong: #b85031;
  --gold: #d8aa59;
  --line: rgba(24, 37, 31, 0.12);
  --line-strong: rgba(24, 37, 31, 0.2);
  --shadow: 0 22px 48px rgba(62, 43, 30, 0.12);
  --shadow-soft: 0 12px 30px rgba(62, 43, 30, 0.09);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max: 1180px;
  --font-body: "Segoe UI Variable", "Aptos", "Trebuchet MS", sans-serif;
  --font-display: "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(217, 112, 79, 0.16), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(15, 118, 110, 0.15), transparent 20%),
    linear-gradient(180deg, #f7f1e9 0%, #f3ede4 100%);
  font: 400 1rem/1.65 var(--font-body);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(24, 37, 31, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 37, 31, 0.015) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
  z-index: -1;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.35);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  padding: 10px 14px;
  background: var(--brand);
  color: white;
  border-radius: 999px;
  z-index: 1000;
}

.skip-link:focus {
  top: 16px;
}

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

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

.section {
  padding: 88px 0;
}

.section.compact {
  padding: 70px 0;
}

.section-heading {
  display: grid;
  gap: 16px;
  margin-bottom: 38px;
  max-width: 760px;
}

.section-kicker,
.hero-kicker,
.footer-eyebrow {
  margin: 0;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 700;
}

.section-heading h2,
.page-hero h1,
.hero-copy h1,
.footer-card h2,
.auth-panel h1,
.status-card h1,
.legal-article h1 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.section-heading h2,
.footer-card h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.info-card h2,
.info-card h3,
.trust-card h2,
.trust-card h3,
.editorial-note h2,
.editorial-note h3,
.cta-band h2,
.auth-panel h2,
.auth-panel h3,
.status-card h2,
.status-card h3,
.timeline-card h3,
.legal-article h2 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 1.15;
}

.section-heading p,
.page-hero p,
.hero-copy p,
.hero-card p,
.info-card p,
.trust-card p,
.editorial-note p,
.category-panel p,
.legal-article p,
.legal-article li,
.form-card p,
.status-card p,
.metric-card p,
.cta-band p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 14px 0;
  backdrop-filter: blur(14px);
  background: rgba(246, 240, 231, 0.68);
  border-bottom: 1px solid rgba(24, 37, 31, 0.05);
}

.header-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 0 1 auto;
}

.brand-mark {
  width: 52px;
  height: 52px;
  padding: 7px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 37, 31, 0.08);
}

.brand-mark::before,
.brand-mark::after {
  display: none;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.brand-copy strong {
  font-size: 1.05rem;
  line-height: 1;
}

.brand-copy span:last-child {
  font-size: 0.83rem;
  color: var(--muted);
  line-height: 1.35;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
}

.nav-primary,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-primary {
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 13px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  color: var(--muted);
  transition: 180ms ease;
}

.nav-link:hover,
.nav-link.is-active {
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
}

.nav-link.is-accent {
  background: var(--brand);
  color: white;
  box-shadow: var(--shadow-soft);
}

.nav-link.is-accent:hover {
  background: var(--brand-strong);
  color: white;
}

.nav-more {
  position: relative;
  flex: none;
}

.nav-more summary {
  list-style: none;
  cursor: pointer;
}

.nav-more summary::-webkit-details-marker {
  display: none;
}

.nav-more-toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.nav-more[open] .nav-more-toggle::after {
  transform: rotate(-135deg) translateY(-1px);
}

.nav-more[open] .nav-more-toggle {
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
}

.nav-more-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 220px;
  padding: 10px;
  border-radius: 22px;
  background: rgba(255, 250, 243, 0.98);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 6px;
  z-index: 20;
}

.nav-more-menu .nav-link {
  justify-content: flex-start;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel-strong);
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.nav-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 999px;
}

.hero {
  padding: 38px 0 52px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  grid-template-areas:
    "copy spotlight"
    "metrics metrics";
  gap: 22px;
  align-items: stretch;
}

.hero-copy,
.hero-card,
.page-hero,
.auth-panel,
.cta-band,
.info-card,
.trust-card,
.metric-card,
.form-card,
.status-card,
.legal-article,
.category-panel,
.empty-state,
.editorial-note {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.hero-copy {
  grid-area: copy;
  padding: clamp(28px, 4vw, 54px);
  border-radius: 32px 60px 32px 32px;
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 20px;
  align-content: start;
}

.hero-copy::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 112, 79, 0.18), transparent 64%);
}

.hero-copy h1,
.page-hero h1,
.auth-panel h1,
.status-card h1,
.legal-article h1 {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}

.hero-copy h1 {
  font-size: clamp(2.5rem, 5.4vw, 4.5rem);
  line-height: 0.93;
}

.hero-copy p {
  max-width: 58ch;
  font-size: 1.08rem;
}

.auth-panel {
  display: grid;
  gap: 20px;
}

.hero-actions,
.cta-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1;
  text-align: center;
  white-space: normal;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--brand);
  color: white;
  box-shadow: var(--shadow-soft);
}

.button-primary:hover {
  background: var(--brand-strong);
}

.button-secondary {
  background: var(--accent);
  color: white;
  box-shadow: var(--shadow-soft);
}

.button-secondary:hover {
  background: var(--accent-strong);
}

.button-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.54);
  color: var(--ink);
}

.button.button-primary,
.button.button-primary:visited,
.button.button-secondary,
.button.button-secondary:visited {
  color: white;
}

.button.button-ghost,
.button.button-ghost:visited {
  color: var(--ink);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--line-strong);
}

.hero-card {
  border-radius: 32px;
  padding: 16px;
  display: grid;
  gap: 16px;
}

.hero-spotlight {
  grid-area: spotlight;
  min-height: 100%;
}

.hero-visual {
  min-height: 280px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.94), rgba(15, 118, 110, 0.72)),
    linear-gradient(45deg, rgba(217, 112, 79, 0.7), rgba(216, 170, 89, 0.7));
  padding: 24px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: space-between;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.hero-visual.has-photo {
  padding: 20px;
  min-height: 470px;
  background: #163b3c;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual.has-photo .hero-image {
  filter: brightness(0.72) saturate(0.9) contrast(1.05);
}

.hero-visual.has-photo::before {
  width: auto;
  height: auto;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(4, 10, 12, 0.42) 0%, rgba(4, 10, 12, 0.72) 52%, rgba(4, 10, 12, 0.9) 100%),
    linear-gradient(90deg, rgba(4, 10, 12, 0.62) 0%, rgba(4, 10, 12, 0.2) 58%);
  opacity: 1;
}

.hero-visual.has-photo::after {
  width: 150px;
  height: 150px;
  left: auto;
  right: -10px;
  bottom: -26px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-overlay {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  gap: 18px;
  align-content: stretch;
  grid-template-rows: auto 1fr auto;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 40px;
  opacity: 0.7;
}

.hero-visual::before {
  width: 140px;
  height: 140px;
  right: -16px;
  top: -18px;
  background: rgba(255, 255, 255, 0.15);
}

.hero-visual::after {
  width: 180px;
  height: 180px;
  left: -28px;
  bottom: -44px;
  background: rgba(255, 255, 255, 0.1);
}

.visual-badge,
.visual-stat {
  position: relative;
  z-index: 1;
  max-width: 88%;
  padding: 15px 18px;
  border-radius: 22px;
  background: rgba(7, 18, 20, 0.72);
  color: #fcf8f1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.26);
}

.visual-badge strong,
.visual-stat strong {
  display: block;
  font-size: 1.1rem;
}

.visual-stat {
  max-width: 100%;
}

.hero-list {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  margin: 0;
  max-width: 88%;
  align-self: end;
  border-radius: 26px;
  background: rgba(7, 18, 20, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.22);
}

.hero-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  list-style: none;
  color: #f7f3ec;
  padding: 0;
  line-height: 1.5;
}

.hero-list li::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-top: 8px;
  background: var(--gold);
  flex: none;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  grid-area: metrics;
}

.metric-card,
.info-card,
.trust-card,
.editorial-note {
  padding: 28px;
  border-radius: 28px;
  display: grid;
  gap: 14px;
  align-content: start;
}

.page-hero-aside strong,
.note-box strong {
  display: block;
  margin-bottom: 6px;
}

.metric-card strong {
  display: block;
  font-size: 2rem;
  font-family: var(--font-display);
}

.editorial-strip {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: start;
}

.pill-row,
.filter-row,
.platform-tags,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill,
.filter-chip,
.platform-tags span {
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.88rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.64);
  color: var(--ink);
}

.top-grid,
.benefit-grid,
.trust-grid,
.info-grid,
.catalog-grid {
  display: grid;
  gap: 22px;
}

.top-grid,
.catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-grid,
.info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-grid {
  grid-template-columns: 1.15fr 0.85fr;
}

.platform-card {
  display: grid;
  min-height: 100%;
  border-radius: 32px 16px 32px 16px;
  overflow: hidden;
  background: var(--panel);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.platform-card.catalog {
  grid-template-rows: auto 1fr;
}

.platform-art {
  min-height: 190px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  color: white;
}

.platform-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.platform-art.has-image > *:not(.platform-cover) {
  position: relative;
  z-index: 1;
}

.platform-art.has-image::before {
  inset: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(5, 12, 14, 0.18) 0%, rgba(5, 12, 14, 0.54) 52%, rgba(5, 12, 14, 0.82) 100%),
    linear-gradient(90deg, rgba(5, 12, 14, 0.58) 0%, rgba(5, 12, 14, 0.16) 62%);
  z-index: 0;
  opacity: 1;
}

.platform-art.has-image::after {
  width: 118px;
  height: 118px;
  left: auto;
  right: -24px;
  top: -26px;
  background: rgba(255, 255, 255, 0.12);
  z-index: 0;
}

.platform-art::before,
.platform-art::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.platform-art::before {
  width: 140px;
  height: 140px;
  right: -36px;
  top: -26px;
}

.platform-art::after {
  width: 110px;
  height: 110px;
  left: -12px;
  bottom: -42px;
}

.platform-type,
.platform-score {
  margin: 0;
  position: relative;
  z-index: 1;
}

.platform-type {
  font-size: 0.9rem;
  opacity: 0.9;
}

.platform-score {
  justify-self: flex-start;
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.platform-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(10px);
}

.platform-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.platform-body {
  padding: 24px 24px 22px;
  display: grid;
  gap: 14px;
  align-content: start;
}

.platform-card.catalog .platform-body {
  gap: 12px;
}

.platform-topline {
  display: grid;
  gap: 6px;
}

.platform-badge {
  display: inline-flex;
  width: max-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.09);
  color: var(--brand);
  font-size: 0.86rem;
  font-weight: 700;
}

.platform-genre {
  color: var(--muted);
  font-size: 0.92rem;
}

.platform-body h3 {
  margin: 0;
  font-size: 1.5rem;
  font-family: var(--font-display);
  line-height: 1.02;
}

.platform-description {
  font-size: 1rem;
  line-height: 1.58;
}

.platform-features {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}

.platform-features li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  color: var(--muted);
  line-height: 1.5;
}

.platform-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.platform-note {
  font-size: 0.9rem;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.48;
}

.platform-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.platform-stats span {
  padding: 7px 10px;
  border-radius: 12px;
  background: rgba(15, 118, 110, 0.07);
  font-size: 0.86rem;
  line-height: 1.35;
}

.platform-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 0;
  margin-top: 2px;
}

.mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mosaic .info-card:nth-child(1),
.mosaic .info-card:nth-child(4) {
  grid-column: span 2;
}

.safety-layout,
.contact-layout,
.auth-layout,
.status-layout,
.legal-layout {
  display: grid;
  gap: 24px;
}

.safety-layout {
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  align-items: stretch;
  gap: 22px;
}

.safety-content {
  display: grid;
  gap: 18px;
  align-content: start;
}

.info-stack {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.media-card {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.72);
}

.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 25, 24, 0.06), rgba(10, 25, 24, 0.44));
}

.media-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 250, 243, 0.86);
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.55;
  box-shadow: var(--shadow-soft);
}

.media-card.media-card-wide {
  min-height: 280px;
}

.media-card.media-card-tall {
  min-height: 100%;
}

.page-hero-aside .media-card {
  min-height: 220px;
}

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

.faq-list details {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 0 20px;
  box-shadow: var(--shadow-soft);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 0 16px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  line-height: 1.35;
}

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

.faq-list summary::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--brand);
  line-height: 1;
  flex: none;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details[open] summary {
  padding-bottom: 10px;
}

.faq-list .faq-body {
  padding: 0 0 18px;
}

.faq-list .faq-body p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.cta-band {
  padding: 36px;
  border-radius: 34px;
  display: grid;
  gap: 14px;
}

.page-hero,
.auth-panel,
.status-card,
.legal-article {
  padding: clamp(28px, 4vw, 54px);
  border-radius: 34px;
}

.page-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: start;
}

.page-hero-copy {
  display: grid;
  gap: 18px;
}

.page-hero-aside {
  display: grid;
  gap: 14px;
}

.note-box {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(15, 118, 110, 0.08);
  border: 1px solid rgba(15, 118, 110, 0.12);
  display: grid;
  gap: 8px;
}

.catalog-toolbar {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
}

.toolbar-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 14px;
}

.field {
  display: grid;
  gap: 10px;
}

.field label {
  font-weight: 700;
  font-size: 0.94rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  padding: 14px 16px;
  min-height: 52px;
  color: var(--ink);
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.filter-chip {
  background: rgba(255, 255, 255, 0.82);
}

.filter-chip.is-active {
  background: var(--brand);
  color: white;
  border-color: var(--brand);
}

.category-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.category-panel {
  padding: 26px;
  border-radius: 32px 18px 32px 18px;
  display: grid;
  gap: 20px;
}

.category-panel-header {
  display: grid;
  gap: 10px;
}

.category-panel h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.8rem;
}

.category-platform-links {
  display: grid;
  gap: 10px;
}

.inline-platform {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  transition: transform 180ms ease, border-color 180ms ease;
}

.inline-platform:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 118, 110, 0.3);
}

.inline-platform span {
  color: var(--muted);
  font-size: 0.93rem;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.timeline-card {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 12px;
  align-content: start;
}

.timeline-card span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: rgba(217, 112, 79, 0.16);
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-weight: 700;
  color: var(--accent-strong);
}

.split-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
}

.trust-card ul,
.info-card ul,
.legal-article ul,
.legal-article ol {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.trust-card li + li,
.info-card li + li,
.legal-article li + li {
  margin-top: 10px;
}

.contact-layout {
  grid-template-columns: 1.05fr 0.95fr;
}

.form-card {
  padding: 30px;
  border-radius: 30px;
  display: grid;
  gap: 20px;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.checkbox-row input {
  margin-top: 5px;
}

.status-note {
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 600;
}

.status-note.success {
  background: rgba(15, 118, 110, 0.1);
  color: var(--brand-strong);
}

.status-note.warning {
  background: rgba(217, 112, 79, 0.12);
  color: var(--accent-strong);
}

.auth-layout,
.status-layout {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: start;
}

.auth-side,
.status-side {
  display: grid;
  gap: 18px;
}

.bullet-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
}

.bullet-list li {
  list-style: none;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
}

.legal-layout {
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 12px;
}

.legal-nav a {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  color: var(--muted);
}

.legal-article {
  display: grid;
  gap: 26px;
}

.legal-article section {
  display: grid;
  gap: 14px;
}

.legal-article a,
.form-card a:not(.button),
.status-card a:not(.button),
.info-card a:not(.button),
.trust-card a:not(.button),
.editorial-note a:not(.button),
.cta-band a:not(.button) {
  color: var(--brand);
}

.empty-state {
  padding: 36px;
  border-radius: 28px;
  text-align: center;
}

.site-footer {
  position: relative;
  margin-top: 64px;
  padding: 0 0 24px;
  color: #eef5ef;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 170, 89, 0.2), transparent 24%),
    radial-gradient(circle at 88% 16%, rgba(217, 112, 79, 0.22), transparent 22%),
    linear-gradient(135deg, #0e302d 0%, #163b3c 48%, #12292e 100%);
  z-index: -1;
}

.footer-shell {
  display: grid;
  gap: 16px;
  padding: 24px 0 0;
}

.footer-intro {
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    linear-gradient(135deg, rgba(216, 170, 89, 0.08), rgba(15, 118, 110, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 44px rgba(3, 18, 20, 0.28);
  display: grid;
  gap: 14px;
  align-content: start;
}

.footer-brandline {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-logo-wrap {
  width: 58px;
  height: 58px;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.14);
  flex: none;
}

.footer-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-brandtext {
  display: grid;
  gap: 4px;
}

.footer-intro h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.02;
  color: #f6f2e9;
}

.footer-eyebrow {
  color: rgba(238, 245, 239, 0.72);
}

.footer-lead {
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(238, 245, 239, 0.82);
}

.footer-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f6f2e9;
  font-size: 0.84rem;
  font-weight: 600;
}

.footer-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #123534;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.footer-mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-mini-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f3f6f3;
  font-size: 0.85rem;
  font-weight: 600;
}

.footer-panel,
.footer-card {
  padding: 22px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 28px rgba(3, 18, 20, 0.2);
  backdrop-filter: blur(10px);
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer-panel-kicker {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(238, 245, 239, 0.62);
  font-weight: 700;
}

.footer-panel h3,
.footer-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.28rem;
  line-height: 1.08;
  color: #f6f2e9;
}

.footer-panel p,
.footer-card p,
.footer-bottom p,
.footer-copy-list span {
  margin: 0;
  color: rgba(238, 245, 239, 0.76);
  line-height: 1.7;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.95fr 0.95fr 0.95fr;
  gap: 14px;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a,
.footer-tag {
  color: #f3f6f3;
  transition: color 180ms ease, transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.footer-links a:hover,
.footer-tag:hover,
.footer-meta a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.footer-tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.84rem;
  font-weight: 600;
}

.footer-copy-list span {
  display: block;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 16px 6px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

.footer-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  color: rgba(238, 245, 239, 0.76);
}

.footer-meta a {
  color: #f6f2e9;
}

@media (max-width: 1280px) {
  .brand-copy span:last-child {
    display: none;
  }

  .header-row {
    gap: 12px;
  }
}

.art-stormshot {
  background: linear-gradient(135deg, #0f766e, #1d4d66 58%, #d9704f);
}

.art-grepolis {
  background: linear-gradient(135deg, #124559, #1b6c78 58%, #d8aa59);
}

.art-sunrise-village {
  background: linear-gradient(135deg, #cc7b5e, #e7b56f 58%, #0f766e);
}

.art-heroesgame {
  background: linear-gradient(135deg, #56327f, #2a4f76 55%, #cf7d63);
}

.art-project-entropy {
  background: linear-gradient(135deg, #102641, #0f766e 52%, #d9704f);
}

.art-ikariam {
  background: linear-gradient(135deg, #174a63, #276f7b 48%, #ebb46b);
}

.art-taonga {
  background: linear-gradient(135deg, #38805a, #c98558 56%, #f0c478);
}

.art-pirates-of-the-caribbean-tides-of-war {
  background: linear-gradient(135deg, #233e62, #1d6e76 52%, #d97551);
}

.art-esprit-games {
  background: linear-gradient(135deg, #0f766e, #326187 50%, #d8aa59);
}

@media (max-width: 1180px) {
  .top-grid,
  .catalog-grid,
  .benefit-grid,
  .info-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid,
  .editorial-strip,
  .safety-layout,
  .page-hero,
  .contact-layout,
  .auth-layout,
  .status-layout,
  .split-grid,
  .trust-grid,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    grid-template-areas:
      "copy"
      "spotlight"
      "metrics";
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-intro {
    grid-column: span 2;
  }

  .legal-nav {
    position: static;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255, 250, 243, 0.96);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    align-items: stretch;
    align-content: start;
    justify-content: stretch;
    justify-items: stretch;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-primary,
  .nav-actions {
    display: grid;
    width: 100%;
    gap: 8px;
    justify-items: stretch;
  }

  .nav-primary {
    justify-content: stretch;
  }

  .nav-more {
    display: grid;
    width: 100%;
    gap: 8px;
    justify-items: stretch;
  }

  .nav-more-menu {
    position: static;
    width: 100%;
    min-width: 0;
    padding: 6px 0 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    gap: 8px;
    justify-items: stretch;
  }

  .nav-more-menu .nav-link,
  .nav-primary .nav-link,
  .nav-actions .nav-link,
  .nav-more-toggle {
    display: flex;
    width: 100%;
    min-width: 0;
    justify-self: stretch;
    justify-content: flex-start;
    text-align: left;
    white-space: normal;
  }

  .nav-more-toggle {
    align-items: center;
  }
}

@media (max-width: 860px) {
  .toolbar-grid,
  .metrics-grid,
  .mosaic,
  .category-directory,
  .info-stack {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 68px 0;
  }

  .hero {
    padding-top: 22px;
  }

  .hero-copy,
  .hero-card,
  .page-hero,
  .auth-panel,
  .status-card,
  .legal-article,
  .cta-band,
  .form-card,
  .footer-intro,
  .footer-panel,
  .footer-card {
    padding: 22px;
    border-radius: 26px;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .visual-badge,
  .visual-stat,
  .hero-list {
    max-width: 100%;
  }

  .metric-card,
  .info-card,
  .trust-card,
  .editorial-note,
  .footer-card {
    padding: 22px;
  }

  .footer-shell {
    gap: 18px;
    padding-top: 24px;
  }

  .footer-intro {
    grid-column: span 1;
  }

  .footer-email {
    width: 100%;
  }

  .footer-chip-row,
  .footer-tag-grid,
  .footer-mini-actions,
  .footer-meta {
    align-items: stretch;
  }

  .top-grid,
  .catalog-grid,
  .benefit-grid,
  .info-grid,
  .timeline,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .platform-actions,
  .hero-actions,
  .cta-actions,
  .form-actions,
  .footer-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }
}
