:root {
  --ink: #14231e;
  --ink-soft: #42514c;
  --forest: #143f32;
  --forest-deep: #0b2d24;
  --sage: #d8e2d2;
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --amber: #f3bd62;
  --coral: #eb765f;
  --coral-text: #a83828;
  --electric-red: #df1010;
  --electric-red-dark: #b50000;
  --line: rgba(20, 35, 30, 0.15);
  --line-light: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 60px rgba(20, 35, 30, 0.1);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --shell: min(1180px, calc(100% - 40px));
  --focus-ring: #0b2d24;
  --focus-halo: #fffdf8;
}

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

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

p,
h1,
h2,
h3,
ul,
ol {
  margin-top: 0;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--focus-halo);
}

.brand-bar a:focus-visible,
.brand-bar button:focus-visible,
.home-disclosure-strip a:focus-visible,
.home-disclosure-strip button:focus-visible,
.site-footer a:focus-visible {
  outline-color: var(--amber);
  box-shadow: 0 0 0 6px rgba(11, 45, 36, 0.85);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.narrow-shell {
  max-width: 830px;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--paper);
  background: var(--forest-deep);
  border-radius: 10px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.notice-bar {
  color: #f7f4eb;
  background: var(--forest-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.notice-inner {
  display: flex;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.notice-divider {
  width: 4px;
  height: 4px;
  background: var(--amber);
  border-radius: 50%;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: var(--paper);
  box-shadow: 0 8px 28px rgba(11, 45, 36, 0.08);
}

.brand-bar {
  color: var(--paper);
  background:
    radial-gradient(circle at 18% 10%, rgba(243, 189, 98, 0.12), transparent 24%),
    linear-gradient(120deg, var(--forest), var(--forest-deep));
}

.header-inner {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--paper);
  background: var(--forest);
  border-radius: 13px 13px 13px 4px;
  box-shadow: 0 8px 20px rgba(20, 63, 50, 0.2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.brand-name {
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.04em;
}

.brand-name strong {
  color: var(--coral-text);
  font-weight: 800;
}

.header-brand {
  min-width: 0;
  flex: 0 1 200px;
}

.header-logo {
  display: block;
  width: min(200px, 22vw);
  height: auto;
}

.brand-bar .brand-mark {
  color: var(--forest-deep);
  background: var(--amber);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.brand-bar .brand-name strong {
  color: var(--amber);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-directory-link {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 12px;
  color: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.header-directory-link:hover {
  color: var(--forest-deep);
  background: var(--amber);
  border-color: var(--amber);
}

.menu-button {
  position: relative;
  z-index: 102;
  display: none;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  color: var(--paper);
  background: transparent;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

.js .menu-button {
  display: inline-flex;
}

.menu-button:hover {
  background: rgba(255, 255, 255, 0.08);
}

.menu-button[aria-expanded="true"] {
  color: var(--forest-deep);
  background: var(--amber);
}

.menu-icon {
  display: block;
  width: 20px;
}

.menu-line {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px 0;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-label {
  font-size: 12px;
  font-weight: 800;
}

.menu-button[aria-expanded="true"] .menu-line:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-button[aria-expanded="true"] .menu-line:nth-child(2) {
  transform: translateY(-3px) rotate(-45deg);
}

.quick-nav {
  overflow-x: hidden;
  background: var(--paper);
  border-top: 2px solid var(--forest);
  border-bottom: 1px solid var(--line);
  scrollbar-width: none;
}

.quick-nav::-webkit-scrollbar {
  display: none;
}

.quick-nav-inner {
  display: flex;
  width: 100%;
  min-height: 38px;
  align-items: stretch;
}

.quick-nav a {
  position: relative;
  display: inline-flex;
  flex: 1 1 20%;
  min-width: 0;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-right: 1px solid var(--line);
  font-size: 12px;
  font-weight: 800;
  transition: color 160ms ease, background 160ms ease;
}

.quick-nav a:first-child {
  border-left: 1px solid var(--line);
}

.quick-nav a:hover {
  color: var(--forest);
  background: rgba(20, 63, 50, 0.06);
}

.quick-nav a[aria-current] {
  color: var(--electric-red-dark);
  background: var(--paper);
}

.quick-nav a[aria-current]::after {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 3px;
  background: var(--electric-red);
  border-radius: 3px 3px 0 0;
  content: "";
}

.site-drawer {
  display: none;
}

.js .site-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: min(430px, 100%);
  padding: 118px 34px 38px;
  overflow-y: auto;
  color: var(--paper);
  background:
    radial-gradient(circle at 100% 0, rgba(243, 189, 98, 0.18), transparent 28%),
    var(--forest-deep);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: -28px 0 70px rgba(3, 25, 19, 0.34);
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: opacity 180ms ease, transform 220ms ease;
}

.js .site-drawer[data-open="true"] {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.drawer-kicker {
  margin-bottom: 20px;
  color: var(--amber);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-drawer a {
  margin-block: 3px;
  padding: 15px 18px;
  color: var(--paper);
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 19px;
  font-weight: 750;
  letter-spacing: -0.02em;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.site-drawer a:hover,
.site-drawer a[aria-current="page"] {
  color: var(--forest-deep);
  background: var(--amber);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateX(3px);
}

.drawer-note {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.hero {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(243, 189, 98, 0.24), transparent 28%),
    radial-gradient(circle at 8% 86%, rgba(235, 118, 95, 0.12), transparent 26%),
    var(--cream);
}

.hero::before {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
  content: "";
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(20, 63, 50, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit-one {
  top: -210px;
  right: -50px;
  width: 650px;
  height: 650px;
}

.hero-orbit-two {
  top: -112px;
  right: 48px;
  width: 450px;
  height: 450px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 480px;
  align-items: center;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  gap: 48px;
  padding-block: 56px;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--amber);
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(58px, 7.3vw, 102px);
  font-weight: 780;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.hero h1 em {
  color: var(--coral-text);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.search-box {
  display: grid;
  max-width: 660px;
  padding: 7px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 17px;
  box-shadow: 0 18px 44px rgba(20, 35, 30, 0.09);
  grid-template-columns: minmax(0, 1fr) auto;
}

.search-box input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  background: transparent;
  border: 0;
  outline: 0;
}

.search-box input::placeholder {
  color: #75817d;
}

.search-box button {
  padding: 0 22px;
  color: var(--paper);
  background: var(--forest);
  border: 0;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.search-box button:hover {
  background: var(--forest-deep);
  transform: translateY(-1px);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 25px;
  color: var(--ink-soft);
  font-size: 13px;
}

.hero-meta span {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.hero-meta strong {
  color: var(--ink);
  font-size: 17px;
}

.hero-board {
  position: relative;
  padding: 24px;
  color: #f7f4eb;
  background: var(--forest);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg) var(--radius-lg) var(--radius-lg) 8px;
  box-shadow: 28px 34px 0 var(--amber), var(--shadow);
}

.hero-board::after {
  position: absolute;
  top: -14px;
  right: 36px;
  width: 56px;
  height: 28px;
  background: var(--coral);
  border-radius: 6px 6px 2px 2px;
  transform: rotate(4deg);
  content: "";
}

.board-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
  padding: 0 2px 14px;
  border-bottom: 1px solid var(--line-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.board-heading a {
  color: var(--amber);
}

.board-row {
  display: grid;
  align-items: center;
  gap: 13px;
  padding: 15px 4px;
  border-bottom: 1px solid var(--line-light);
  grid-template-columns: 26px 48px minmax(0, 1fr) auto;
  transition: padding 160ms ease, background 160ms ease;
}

.board-row:hover {
  padding-inline: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.board-index {
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 800;
}

.board-name {
  overflow: hidden;
  font-size: 15px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-name small {
  display: block;
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 600;
}

.board-action {
  color: var(--amber);
  font-size: 12px;
  font-weight: 800;
}

.board-footnote {
  margin: 17px 3px 1px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.55;
}

.app-logo {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  padding: 3px;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(20, 35, 30, 0.1);
  border-radius: 19px;
}

.app-logo-small {
  width: 48px;
  height: 48px;
  border-radius: 13px;
}

.app-logo-medium {
  width: 82px;
  height: 82px;
  border-radius: 22px;
}

.app-logo-large {
  width: 108px;
  height: 108px;
  border-radius: 28px;
}

.app-logo-fallback {
  display: grid;
  place-items: center;
  color: var(--paper);
  background: linear-gradient(145deg, var(--coral), #c54d45);
  border: 0;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.principles {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.principles-grid > div {
  display: grid;
  padding: 30px 36px;
  border-right: 1px solid var(--line);
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 14px;
}

.principles-grid > div:first-child {
  padding-left: 0;
}

.principles-grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.principles-grid span {
  color: var(--coral-text);
  font-size: 11px;
  font-weight: 850;
}

.principles-grid strong {
  font-size: 14px;
}

.principles-grid p {
  margin: 5px 0 0 46px;
  color: var(--ink-soft);
  font-size: 12px;
  grid-column: 1 / -1;
}

.section {
  padding-block: 72px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 26px;
  margin-bottom: 28px;
}

.section-heading h2,
.category-intro h2,
.guide-card h2,
.faq-grid h2 {
  max-width: 730px;
  margin-bottom: 0;
  font-size: clamp(38px, 5vw, 65px);
  font-weight: 760;
  letter-spacing: -0.06em;
  line-height: 1;
}

.section-heading > p {
  max-width: 430px;
  margin-bottom: 5px;
  color: var(--ink-soft);
}

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

.app-card {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 20px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.app-card::before {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 150px;
  height: 150px;
  background: rgba(216, 226, 210, 0.55);
  border-radius: 50%;
  content: "";
  transition: transform 240ms ease;
}

.app-card.tone-2::before {
  background: rgba(243, 189, 98, 0.24);
}

.app-card.tone-3::before {
  background: rgba(235, 118, 95, 0.18);
}

.app-card.tone-4::before {
  background: rgba(20, 63, 50, 0.13);
}

.app-card:hover {
  border-color: rgba(20, 63, 50, 0.34);
  box-shadow: 0 24px 55px rgba(20, 35, 30, 0.1);
  transform: translateY(-5px);
}

.app-card:hover::before {
  transform: scale(1.15);
}

.app-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
}

.category-label {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  color: var(--forest);
  background: var(--sage);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.app-card-copy {
  position: relative;
  z-index: 1;
  margin-top: 27px;
}

.app-card h3 {
  margin-bottom: 9px;
  font-size: 21px;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.app-card h3 a::after {
  position: absolute;
  inset: 0;
  content: "";
}

.app-card-copy p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.62;
}

.app-offer-details {
  display: grid;
  margin-top: 12px;
  gap: 4px;
}

.app-offer-detail {
  display: flex;
  align-items: baseline;
  margin: 0;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.35;
  gap: 5px;
}

.app-offer-detail span {
  color: var(--ink);
}

.app-offer-detail strong {
  color: var(--coral-text);
  font-weight: 900;
}

.app-offer-withdrawal strong {
  color: var(--forest);
}

.app-offer-source {
  margin: 4px 0 0;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.35;
}

.app-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
  color: #69746f;
  font-size: 11px;
  font-weight: 750;
}

.app-card-footer a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  color: var(--electric-red);
  font-size: 12px;
  gap: 7px;
}

.details-icon {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
}

.details-icon::before {
  position: absolute;
  top: 3px;
  left: 1px;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.download-icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-bottom: 2px solid currentColor;
  border-radius: 0 0 2px 2px;
  flex: 0 0 auto;
}

.download-icon::before {
  position: absolute;
  top: 1px;
  left: 6px;
  width: 2px;
  height: 8px;
  background: currentColor;
  border-radius: 2px;
  content: "";
}

.download-icon::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 13px;
  font-size: 14px;
  font-weight: 800;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.button-dark {
  color: var(--paper);
  background: var(--forest);
  border-color: var(--forest);
}

.button-dark:hover {
  background: var(--forest-deep);
}

.button-light {
  background: var(--paper);
}

.category-section {
  padding-block: 72px;
  color: var(--paper);
  background: var(--forest);
}

.category-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 100px;
}

.category-intro {
  position: sticky;
  top: 130px;
}

.category-intro h2 {
  margin-bottom: 26px;
}

.category-intro > p:last-child {
  max-width: 460px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 17px;
}

.category-links {
  border-top: 1px solid var(--line-light);
}

.category-links a {
  display: grid;
  align-items: center;
  padding: 25px 8px;
  border-bottom: 1px solid var(--line-light);
  grid-template-columns: 44px minmax(0, 1fr) auto;
  transition: background 160ms ease, padding 160ms ease;
}

.category-links a:hover {
  padding-inline: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.category-links span {
  color: var(--amber);
  font-size: 11px;
  font-weight: 850;
}

.category-links strong {
  font-size: clamp(24px, 3vw, 38px);
  letter-spacing: -0.04em;
}

.category-links small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 700;
}

.guide-section {
  background: var(--paper);
}

.guide-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 18px;
}

.guide-card,
.responsible-card {
  padding: clamp(24px, 3.2vw, 42px);
  border-radius: var(--radius-lg);
}

.guide-card {
  background: var(--cream);
  border: 1px solid var(--line);
}

.guide-card h2 {
  max-width: 690px;
  margin-bottom: 24px;
}

.guide-card ol {
  display: grid;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.guide-card li {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.guide-card li > span {
  display: block;
  margin-bottom: 18px;
  color: var(--coral-text);
  font-size: 12px;
  font-weight: 850;
}

.guide-card li strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.guide-card li p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.responsible-card {
  display: flex;
  flex-direction: column;
  color: var(--paper);
  background: var(--coral);
}

.responsible-kicker {
  width: fit-content;
  margin-bottom: 44px;
  padding: 7px 10px;
  color: var(--ink);
  background: var(--amber);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.responsible-card h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 53px);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.responsible-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.responsible-card a {
  width: fit-content;
  margin-top: auto;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 800;
}

.faq-section {
  padding-block: 72px;
  border-top: 1px solid var(--line);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 60px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 18px 50px 18px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

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

.faq-list summary::before,
.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 2px;
  background: var(--forest);
  content: "";
  transition: transform 160ms ease;
}

.faq-list summary::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: rotate(0);
}

.faq-list details p {
  max-width: 670px;
  margin: -4px 50px 18px 0;
  color: var(--ink-soft);
}

.site-footer {
  padding-top: 52px;
  color: rgba(255, 255, 255, 0.7);
  background: var(--forest-deep);
}

.site-footer .brand-name {
  color: var(--paper);
}

.site-footer .brand-mark {
  color: var(--forest-deep);
  background: var(--amber);
}

.footer-logo-link {
  max-width: 100%;
}

.footer-logo {
  display: block;
  width: min(250px, 100%);
  height: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.65fr 0.75fr 1.1fr;
  gap: 36px;
}

.footer-brand p {
  max-width: 330px;
  margin: 14px 0 0;
  font-size: 13px;
}

.footer-grid h2 {
  margin-bottom: 17px;
  color: var(--paper);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-grid > div:not(.footer-brand) a {
  display: block;
  width: fit-content;
  margin-bottom: 9px;
  font-size: 13px;
}

.footer-grid a:hover {
  color: var(--amber);
}

.footer-note p {
  margin-bottom: 0;
  font-size: 12px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding-block: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
}

.page-hero {
  padding-block: 58px 64px;
  color: var(--paper);
  background:
    radial-gradient(circle at 84% 18%, rgba(243, 189, 98, 0.18), transparent 28%),
    var(--forest);
}

.page-hero h1 {
  margin-bottom: 20px;
  font-size: clamp(42px, 6vw, 68px);
  font-weight: 770;
  letter-spacing: -0.07em;
  line-height: 0.96;
}

.page-hero p:not(.eyebrow) {
  max-width: 690px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
}

.page-hero-catalog {
  padding-bottom: 72px;
}

.page-hero-catalog .search-box {
  margin-top: 30px;
}

.breadcrumb-light {
  color: rgba(255, 255, 255, 0.58);
}

.breadcrumb-light a:hover,
.breadcrumb-light span[aria-current="page"] {
  color: var(--paper);
}

.category-page-hero {
  position: relative;
  overflow: hidden;
}

.category-page-hero::after {
  position: absolute;
  right: -110px;
  bottom: -190px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.page-stat {
  display: flex;
  width: fit-content;
  align-items: baseline;
  gap: 9px;
  margin-top: 34px;
  padding: 11px 15px;
  color: var(--forest-deep);
  background: var(--amber);
  border-radius: 12px;
}

.page-stat strong {
  font-size: 21px;
  line-height: 1;
}

.page-stat span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.search-box-compact {
  box-shadow: none;
}

.catalog-section {
  padding-block: 34px 72px;
}

.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}

.catalog-toolbar > p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 12px;
  white-space: nowrap;
}

.filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-list button {
  padding: 9px 14px;
  color: var(--ink-soft);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.filter-list button:hover,
.filter-list button[aria-pressed="true"] {
  color: var(--paper);
  background: var(--forest);
  border-color: var(--forest);
}

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

.app-card[hidden] {
  display: none;
}

.category-catalog {
  padding-block: 54px 70px;
  background: var(--paper);
}

.comparison-section {
  padding-block: 62px;
  color: var(--paper);
  background: var(--forest);
}

.comparison-section .section-heading {
  align-items: center;
}

.comparison-section .section-heading h2 {
  color: var(--paper);
}

.comparison-section .button-light {
  color: var(--forest-deep);
  background: var(--amber);
  border-color: var(--amber);
}

.comparison-grid {
  display: grid;
  border-top: 1px solid var(--line-light);
  grid-template-columns: repeat(3, 1fr);
}

.comparison-grid article {
  min-height: 245px;
  padding: 28px 30px;
  border-right: 1px solid var(--line-light);
}

.comparison-grid article:first-child {
  padding-left: 0;
}

.comparison-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.comparison-grid span {
  display: block;
  margin-bottom: 42px;
  color: var(--amber);
  font-size: 11px;
  font-weight: 850;
}

.comparison-grid h3 {
  margin-bottom: 9px;
  font-size: 20px;
}

.comparison-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.empty-state {
  margin-bottom: 30px;
  padding: 40px;
  text-align: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.empty-state h2 {
  margin-bottom: 7px;
}

.empty-state p {
  color: var(--ink-soft);
}

.empty-state button {
  padding: 9px 15px;
  color: var(--paper);
  background: var(--forest);
  border: 0;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.profile-hero {
  padding-block: 24px 46px;
  background:
    radial-gradient(circle at 86% 16%, rgba(243, 189, 98, 0.2), transparent 30%),
    var(--cream);
  border-bottom: 1px solid var(--line);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 750;
}

.breadcrumb a:hover {
  color: var(--coral-text);
}

.breadcrumb span[aria-current="page"] {
  color: var(--ink);
}

.profile-hero-grid {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.profile-identity {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.profile-identity-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 18px;
}

.profile-identity-main {
  margin-top: -14px;
  padding-left: 16px;
}

.profile-identity h1 {
  margin: 2px 0 6px;
  font-size: clamp(36px, 4.8vw, 56px);
  font-weight: 770;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.profile-identity-desc {
  max-width: 610px;
  margin-top: -2px;
  padding-left: 18px;
  color: var(--ink-soft);
}

.profile-identity .download-panel-apk-link {
  display: inline-block;
  margin-top: 2px;
}

.download-panel-hero {
  margin-top: 28px;
  padding: 0;
  background: transparent;
  border: 0;
}

.download-panel-hero .download-panel-stats {
  max-width: 720px;
  margin: 0 0 18px;
  padding: 16px 0;
  background: transparent;
  border-top: 1px solid rgba(20, 35, 30, 0.12);
  border-bottom: 1px solid rgba(20, 35, 30, 0.12);
}

.download-panel-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 640px;
  gap: 10px;
}

.download-panel-hero .profile-download-button,
.download-panel-hero .profile-source-button {
  display: inline-flex;
  flex: 0 0 auto;
  height: 46px;
  min-height: 46px;
  max-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  gap: 9px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.download-panel-hero .profile-download-button {
  color: var(--paper);
  background: var(--electric-red);
  border: 1px solid var(--electric-red);
  box-shadow: none;
}

.download-panel-hero .profile-download-button:hover {
  background: var(--electric-red-dark);
  border-color: var(--electric-red-dark);
  transform: translateY(-1px);
}

.download-panel-hero .profile-download-button-disabled {
  cursor: not-allowed;
  color: rgba(255, 253, 248, 0.86);
  background: #7d2525;
  border-color: #7d2525;
}

.download-panel-hero .profile-download-button-disabled:hover {
  background: #7d2525;
  border-color: #7d2525;
  transform: none;
}

.download-panel-hero .profile-source-button {
  color: var(--forest);
  background: var(--paper);
  border: 1px solid var(--line);
}

.download-panel-hero .profile-source-button:hover {
  color: var(--forest-deep);
  border-color: var(--forest);
  background: var(--sage);
  transform: translateY(-1px);
}

.profile-sidebar-browse {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: var(--forest);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 11px;
  font-size: 12px;
  font-weight: 800;
}

.profile-sidebar-browse:hover {
  border-color: var(--forest);
}

.profile-status {
  display: flex;
  min-width: 245px;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 15px;
}

.status-dot {
  width: 11px;
  height: 11px;
  background: var(--amber);
  border: 3px solid #fff3d9;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(20, 35, 30, 0.1);
}

.profile-status strong,
.profile-status small {
  display: block;
}

.profile-status strong {
  font-size: 12px;
}

.profile-status small {
  margin-top: 1px;
  color: var(--ink-soft);
  font-size: 10px;
}

.profile-content {
  padding-block: 48px;
  background: var(--paper);
}

.profile-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
}

.profile-main {
  display: grid;
  gap: 18px;
}

.content-card,
.action-card,
.risk-card {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.content-card {
  background: var(--cream);
}

.content-card h2 {
  max-width: 700px;
  margin-bottom: 17px;
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.content-card > p:not(.eyebrow) {
  max-width: 750px;
  color: var(--ink-soft);
}

.fact-grid {
  display: grid;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.fact-grid span,
.fact-grid strong {
  display: block;
}

.fact-grid span {
  margin-bottom: 5px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.fact-grid strong {
  font-size: 14px;
}

.profile-offer-fact small {
  display: block;
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.check-grid {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.check-grid > div {
  min-height: 185px;
  padding: 21px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.check-grid span {
  display: block;
  margin-bottom: 35px;
  color: var(--coral-text);
  font-size: 10px;
  font-weight: 850;
}

.check-grid h3 {
  margin-bottom: 7px;
  font-size: 15px;
}

.check-grid p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.profile-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.profile-guide-links a {
  padding: 9px 12px;
  color: var(--forest);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 800;
}

.profile-guide-links a:hover {
  border-color: var(--forest);
}

.editorial-note {
  display: grid;
  color: var(--paper);
  background: var(--forest);
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 30px;
}

.editorial-note > span {
  color: var(--amber);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editorial-note > p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.77) !important;
}

.profile-sidebar {
  position: sticky;
  top: 106px;
  display: grid;
  gap: 15px;
}

.action-card {
  text-align: left;
  background: transparent;
  border: 0;
}

.download-panel-apk-link {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.download-panel-apk-link:hover {
  color: var(--ink-soft);
}

.download-panel-apk-link-pending {
  padding: 3px 8px;
  background: rgba(246, 196, 83, 0.16);
  border-radius: 999px;
}

.download-panel-stats {
  display: grid;
  margin: 0 0 20px;
  padding: 14px 0;
  border-top: 1px solid rgba(20, 35, 30, 0.1);
  border-bottom: 1px solid rgba(20, 35, 30, 0.1);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.download-panel-stat {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 0 4px;
  text-align: center;
  border-right: 1px solid rgba(20, 35, 30, 0.12);
}

.download-panel-stat:last-child {
  border-right: 0;
}

.download-panel-stat strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.download-stat-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
}

.download-stat-star {
  background: #111;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.download-stat-category {
  border: 2px solid #111;
  border-radius: 4px;
}

.download-stat-category::before {
  position: absolute;
  top: 5px;
  left: 3px;
  right: 3px;
  height: 2px;
  background: #111;
  content: "";
  box-shadow: 0 5px 0 #111;
}

.download-stat-app-verified {
  border: 2px solid #087a32;
  border-radius: 50%;
}

.download-stat-app-verified::before {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #087a32;
  border-bottom: 2px solid #087a32;
  content: "";
  transform: rotate(-45deg);
}

.download-stat-size {
  border-bottom: 2px solid #111;
  border-radius: 0 0 2px 2px;
}

.download-stat-size::before {
  position: absolute;
  top: 2px;
  left: 10px;
  width: 2px;
  height: 11px;
  background: #111;
  content: "";
}

.download-stat-size::after {
  position: absolute;
  top: 8px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  content: "";
  transform: rotate(45deg);
}

.download-stat-free::before {
  position: absolute;
  inset: 3px 2px 5px;
  border: 2px solid #111;
  border-radius: 2px;
  content: "";
}

.download-stat-free::after {
  position: absolute;
  top: 14px;
  left: 5px;
  width: 12px;
  height: 6px;
  border: 2px solid #111;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  content: "";
}

.download-stat-bonus {
  color: #111;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
}

.download-stat-bonus::before {
  content: "₹";
}

.telegram-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: currentColor;
  clip-path: polygon(0 42%, 100% 0, 68% 100%, 42% 70%, 18% 88%);
  flex: 0 0 auto;
}

@media (max-width: 860px) {
  .download-panel-hero {
    margin-top: 22px;
  }

  .download-panel-actions {
    max-width: none;
    flex-direction: column;
    align-items: stretch;
  }

  .download-panel-stat strong {
    font-size: 11px;
  }

  .download-panel-hero .profile-download-button,
  .download-panel-hero .profile-source-button {
    width: 100%;
    height: 46px;
    min-height: 46px;
    max-height: 46px;
    flex: 0 0 auto;
    white-space: normal;
    font-size: 13px;
  }
}

.risk-card {
  color: var(--paper);
  background: var(--coral);
}

.risk-card strong {
  display: block;
  margin-bottom: 8px;
}

.risk-card p {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.risk-card a {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 800;
}

.related-section {
  padding-block: 56px 70px;
}

.compact-heading h2 {
  font-size: clamp(36px, 5vw, 56px);
}

.compact-heading > a {
  padding-bottom: 3px;
  color: var(--forest);
  border-bottom: 1px solid var(--forest);
  font-size: 13px;
  font-weight: 800;
}

.prose-section {
  padding-block: 48px 70px;
  background: var(--paper);
}

.prose-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 18px;
}

.prose-card {
  padding: clamp(24px, 3.8vw, 42px);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.prose-card h2 {
  margin: 24px 0 11px;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.prose-card h2:first-child {
  margin-top: 0;
}

.prose-card p,
.prose-card li {
  color: var(--ink-soft);
}

.prose-card ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.prose-card li + li {
  margin-top: 12px;
}

.policy-date {
  width: fit-content;
  margin-bottom: 20px;
  padding: 7px 10px;
  color: var(--forest) !important;
  background: var(--sage);
  border-radius: 999px;
  font-size: 10px !important;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.prose-lead > p {
  max-width: 760px;
  font-size: 17px;
}

.games-hub-hero .breadcrumb {
  margin-bottom: 20px;
}

.games-hub-section {
  padding-block: 48px 70px;
  background: var(--paper);
}

.games-hub-heading {
  display: grid;
  margin-bottom: 24px;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 24px;
}

.games-hub-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.games-hub-heading > p {
  margin-bottom: 5px;
  color: var(--ink-soft);
}

.games-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.games-hub-card {
  position: relative;
  display: flex;
  min-height: 290px;
  padding: clamp(24px, 3.6vw, 40px);
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  flex-direction: column;
  isolation: isolate;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.games-hub-card::after {
  position: absolute;
  z-index: -1;
  top: -105px;
  right: -95px;
  width: 260px;
  height: 260px;
  background: rgba(243, 189, 98, 0.2);
  border: 1px solid rgba(20, 63, 50, 0.12);
  border-radius: 50%;
  content: "";
}

.games-hub-card-colour {
  background: linear-gradient(145deg, #f4f0e4, #edf3e9);
}

.games-hub-card-colour::after {
  background: rgba(235, 118, 95, 0.14);
}

.games-hub-card-casino {
  background: linear-gradient(145deg, #fff4df, #f7e5dd);
}

.games-hub-card-casino::after {
  background: rgba(223, 16, 16, 0.1);
}

.games-hub-card:hover {
  border-color: rgba(20, 63, 50, 0.4);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.games-hub-number {
  width: fit-content;
  margin-bottom: 28px;
  padding: 7px 11px;
  color: var(--forest);
  background: var(--sage);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.games-hub-card h3 {
  margin: 10px 0 14px;
  font-size: clamp(28px, 3.3vw, 40px);
  letter-spacing: -0.055em;
  line-height: 1;
}

.games-hub-card > p:not(.eyebrow) {
  max-width: 510px;
  margin-bottom: 22px;
  color: var(--ink-soft);
}

.games-hub-card > strong {
  margin-top: auto;
  color: var(--electric-red-dark);
  font-size: 14px;
}

/* Compact Category page spacing while preserving full-card touch targets. */
.games-hub-page .page-hero {
  padding-block: 36px 40px;
}

.games-hub-page .games-hub-hero .breadcrumb {
  margin-bottom: 12px;
}

.games-hub-page .page-hero h1 {
  margin-bottom: 12px;
}

.games-hub-page .games-hub-section {
  padding-block: 30px 40px;
}

.games-hub-page .games-hub-heading {
  margin-bottom: 16px;
  gap: 18px;
}

.games-hub-page .games-hub-grid {
  gap: 12px;
}

.games-hub-page .games-hub-card {
  min-height: 220px;
  padding: clamp(20px, 2.8vw, 30px);
}

.games-hub-page .games-hub-number {
  margin-bottom: 18px;
}

.games-hub-page .games-hub-card h3 {
  margin: 8px 0 10px;
}

.games-hub-page .games-hub-card > p:not(.eyebrow) {
  margin-bottom: 16px;
}

.numbered-list {
  display: grid;
  margin-top: 22px;
  border-top: 1px solid var(--line);
}

.numbered-list > div {
  display: grid;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 48px minmax(0, 1fr);
}

.numbered-list span {
  color: var(--coral-text);
  font-size: 11px;
  font-weight: 850;
}

.numbered-list p {
  margin-bottom: 0;
}

.warning-card {
  color: var(--paper);
  background: var(--coral);
}

.warning-card p {
  color: rgba(255, 255, 255, 0.84);
}

.warning-card a {
  display: inline-flex;
  margin-top: 8px;
  padding-bottom: 2px;
  color: var(--paper);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 800;
}

.guide-library {
  padding-block: 58px 70px;
  background: var(--paper);
}

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

.guide-tile {
  position: relative;
  display: flex;
  min-height: 315px;
  flex-direction: column;
  padding: clamp(24px, 3.8vw, 40px);
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.guide-tile::after {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 240px;
  height: 240px;
  background: var(--sage);
  border-radius: 50%;
  content: "";
}

.guide-tile:nth-child(2)::after {
  background: rgba(243, 189, 98, 0.36);
}

.guide-tile > span {
  position: relative;
  z-index: 1;
  color: var(--coral-text);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.guide-tile h2 {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 38px 0 14px;
  font-size: clamp(30px, 3.5vw, 42px);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.guide-tile h2 a::after {
  position: absolute;
  inset: 0;
  content: "";
}

.guide-tile p {
  position: relative;
  z-index: 1;
  max-width: 520px;
  color: var(--ink-soft);
}

.guide-tile > div {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.guide-tile small {
  color: var(--ink-soft);
  font-weight: 700;
}

.guide-tile > div a {
  color: var(--forest);
  font-size: 12px;
  font-weight: 850;
}

.guide-disclosure {
  padding-block: 60px;
  color: var(--paper);
  background: var(--coral);
}

.guide-disclosure-inner {
  display: grid;
  align-items: end;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 54px;
}

.guide-disclosure h2 {
  max-width: 680px;
  margin-bottom: 0;
  font-size: clamp(44px, 6vw, 76px);
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.guide-disclosure-inner > p {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
}

.article-section {
  padding-block: 48px 70px;
  background: var(--paper);
}

.article-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
}

.article-prose {
  max-width: 780px;
  padding: clamp(24px, 3.8vw, 44px);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.article-lead {
  margin-bottom: 30px;
  padding-bottom: 24px;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2.7vw, 29px);
  line-height: 1.45;
}

.article-prose h2 {
  margin: 42px 0 11px;
  font-size: clamp(25px, 3vw, 34px);
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.article-prose p:not(.article-lead) {
  color: var(--ink-soft);
}

.article-callout {
  margin-top: 45px;
  padding: 25px;
  color: var(--paper);
  background: var(--forest);
  border-radius: 17px;
}

.article-callout strong {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
}

.article-callout p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74) !important;
}

.article-callout-amber {
  color: var(--forest-deep);
  background: var(--amber);
}

.article-callout-amber p {
  color: rgba(11, 45, 36, 0.78) !important;
}

.article-sidebar {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 14px;
}

.article-sidebar > div,
.article-sidebar > a {
  padding: 19px;
  border-radius: 18px;
}

.article-sidebar > div {
  background: var(--cream);
  border: 1px solid var(--line);
}

.article-sidebar span {
  display: block;
  margin-bottom: 14px;
  color: var(--coral-text);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-sidebar ul {
  margin-bottom: 0;
  padding-left: 18px;
  color: var(--ink-soft);
  font-size: 12px;
}

.article-sidebar li + li {
  margin-top: 8px;
}

.article-sidebar > a {
  color: var(--paper);
  background: var(--forest);
}

.article-sidebar > a span {
  color: var(--amber);
}

.article-sidebar > a strong {
  display: block;
  font-size: 17px;
  line-height: 1.3;
}

.contact-section {
  padding-block: 52px 70px;
  background: var(--paper);
}

.contact-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
}

.contact-intro h2 {
  max-width: 520px;
  margin-bottom: 20px;
  font-size: clamp(38px, 5vw, 62px);
  letter-spacing: -0.06em;
  line-height: 1;
}

.contact-intro > p:not(.eyebrow) {
  max-width: 540px;
  color: var(--ink-soft);
}

.contact-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.contact-topics span {
  padding: 8px 11px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
}

.contact-form {
  display: grid;
  padding: clamp(22px, 3.5vw, 34px);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.contact-form label {
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 19px;
  padding: 13px 14px;
  color: var(--ink-soft);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 11px;
  resize: vertical;
}

.contact-form input:disabled,
.contact-form textarea:disabled {
  opacity: 0.8;
}

.contact-form button {
  min-height: 48px;
  color: #747c78;
  background: #e5e3dc;
  border: 0;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.contact-form button[type="submit"] {
  color: #fff;
  background: var(--electric-red);
}

.contact-form button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.contact-form > p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.contact-form label span {
  color: var(--muted);
  font-size: 0.82em;
  font-weight: 600;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cf-turnstile {
  min-height: 65px;
  margin-bottom: 16px;
}

.home-banner {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(135deg, transparent 56%, rgba(243, 189, 98, 0.08) 56%, rgba(243, 189, 98, 0.08) 57%, transparent 57%),
    radial-gradient(circle at 88% 22%, rgba(235, 118, 95, 0.17), transparent 24%),
    linear-gradient(125deg, #0b2d24, #14513d);
  border-bottom: 3px solid var(--amber);
}

.home-banner-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.home-banner-orbit-one {
  top: -240px;
  right: -150px;
  width: 620px;
  height: 620px;
}

.home-banner-orbit-two {
  right: 80px;
  bottom: -310px;
  width: 470px;
  height: 470px;
}

.home-banner-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 0;
  align-items: center;
  padding-block: 16px 18px;
  grid-template-columns: minmax(0, min(420px, 1fr)) minmax(300px, 0.7fr);
  gap: 24px;
}

.home-banner-copy {
  max-width: 600px;
  margin-inline: auto;
  text-align: center;
}

.home-banner-copy:empty {
  display: none;
}

.home-banner-copy h1 {
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 14px;
  font-size: clamp(40px, 4.6vw, 56px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}

.home-banner-title {
  display: inline-block;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: -0.04em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.home-banner-copy h1 em {
  display: inline-block;
  color: #ffc107;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-style: italic;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.home-banner-lead {
  max-width: 680px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.5;
}

.home-banner-lead-mobile,
.spotlight-intro-mobile {
  display: none;
}

.home-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-banner-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: var(--forest-deep);
  background: var(--amber);
  border: 1px solid var(--amber);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 850;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.home-banner-actions a:last-child {
  color: var(--paper);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
}

.home-banner-actions a:hover {
  transform: translateY(-2px);
}

.home-banner-actions a:last-child:hover {
  color: var(--forest-deep);
  background: var(--paper);
}

.home-page .home-banner .search-box {
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.2);
}

.home-page .home-banner .search-box button {
  color: var(--forest-deep);
  background: var(--amber);
}

.home-page .home-banner .search-box button:hover {
  background: #ffd27f;
}

.home-banner-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.home-banner-meta span {
  display: grid;
  min-width: 108px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 8px;
}

.home-banner-meta strong {
  color: var(--amber);
  font-size: 18px;
}

.home-banner-meta small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-banner-card {
  position: relative;
  padding: 20px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px 28px 28px 8px;
  box-shadow: 18px 18px 0 rgba(243, 189, 98, 0.95);
  backdrop-filter: blur(10px);
}

.home-banner-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
  color: var(--amber);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-banner-card-top strong {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--forest-deep);
  background: var(--amber);
  border-radius: 15px 15px 15px 4px;
  font-size: 14px;
  letter-spacing: -0.04em;
}

.home-banner-card h2 {
  max-width: 330px;
  margin-bottom: 12px;
  font-size: 27px;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.home-banner-card ol {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.home-banner-card li {
  display: grid;
  align-items: start;
  gap: 13px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  grid-template-columns: 28px minmax(0, 1fr);
}

.home-banner-card li > span {
  color: var(--coral-text);
  font-size: 10px;
  font-weight: 900;
}

.home-banner-card li p {
  margin: 0;
}

.home-banner-card li strong {
  display: block;
  font-size: 14px;
}

.home-banner-card li small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.home-banner-card > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--amber);
  font-size: 12px;
  font-weight: 850;
}

.home-notice-banner-full {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  min-height: clamp(190px, 22vw, 245px);
  margin-bottom: 22px;
  align-items: center;
  overflow: hidden;
  background: #062a48;
  border: 1px solid rgba(246, 196, 83, 0.62);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(1, 20, 34, 0.34);
}

.home-notice-banner-full::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 40, 34, 0.06) 0%, rgba(4, 34, 56, 0.08) 35%, rgba(3, 22, 38, 0.88) 75%, rgba(3, 20, 34, 0.96) 100%);
  content: "";
}

.home-notice-banner-full .notice-banner-art {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.notice-banner-copy {
  width: min(60%, 650px);
  margin-left: auto;
  padding: clamp(22px, 4vw, 48px);
}

.notice-banner-kicker {
  margin-bottom: 8px;
  color: var(--amber);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.notice-banner-copy h1 {
  max-width: 620px;
  margin-bottom: 10px;
  color: var(--paper);
  font-size: clamp(30px, 4.2vw, 52px);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.notice-banner-copy h1 span {
  color: var(--amber);
}

.notice-banner-lead {
  max-width: 590px;
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.78);
  font-size: 14px;
  line-height: 1.5;
}

.home-spotlight-section {
  position: relative;
  overflow: hidden;
  padding-block: 28px 24px;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 4%, rgba(243, 189, 98, 0.34), transparent 30%),
    radial-gradient(circle at 3% 82%, rgba(20, 63, 50, 0.11), transparent 28%),
    radial-gradient(circle at 98% 74%, rgba(235, 118, 95, 0.13), transparent 25%),
    linear-gradient(145deg, #fff9e8 0%, #f7f1e6 53%, #eaf3ed 100%);
  border: 1px solid rgba(20, 63, 50, 0.18);
  border-radius: 24px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 16px 38px rgba(20, 35, 30, 0.12);
  margin-bottom: 24px;
}

.home-spotlight-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(116deg, transparent 0 24%, rgba(20, 63, 50, 0.035) 24% 34%, transparent 34% 100%),
    linear-gradient(244deg, transparent 0 72%, rgba(235, 118, 95, 0.04) 72% 82%, transparent 82% 100%),
    radial-gradient(circle, rgba(20, 63, 50, 0.13) 0 1px, transparent 1.4px) 0 0 / 34px 34px;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

.home-spotlight-section::after {
  content: "";
  position: absolute;
  top: -190px;
  left: 50%;
  width: min(760px, 82vw);
  height: 330px;
  border: 1px solid rgba(177, 126, 31, 0.15);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(243, 189, 98, 0.04),
    0 0 0 76px rgba(243, 189, 98, 0.025);
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 0;
}

.home-spotlight-section > .shell {
  position: relative;
  z-index: 1;
}

.home-spotlight-section .desktop-spotlight-heading .eyebrow {
  color: var(--electric-red-dark);
}

.home-spotlight-section .desktop-spotlight-heading h2 {
  color: var(--forest-deep);
}

.home-directory-section {
  padding-block: 24px;
}

.home-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 14px;
}

.home-section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  letter-spacing: -0.06em;
  line-height: 1;
}

.home-section-heading > p {
  max-width: 430px;
  margin-bottom: 3px;
  color: var(--ink-soft);
}

.home-spotlight-list {
  position: relative;
  display: grid;
  align-items: end;
  margin-top: 8px;
  padding: 30px 4px 6px;
  background: transparent;
  border: 0;
  border-radius: 22px;
  box-shadow: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-spotlight-empty {
  display: grid;
  min-height: 230px;
  margin-top: 24px;
  padding: 34px;
  text-align: center;
  background: var(--paper);
  border: 1px dashed rgba(20, 63, 50, 0.35);
  border-radius: 22px;
  place-content: center;
}

.home-spotlight-empty > span,
.home-directory-empty > span {
  color: var(--coral-text);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-spotlight-empty h3,
.home-directory-empty h3 {
  margin: 9px 0 7px;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.home-spotlight-empty p,
.home-directory-empty p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--ink-soft);
}

.home-spotlight-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 210px;
  align-items: center;
  padding: 22px 11px 10px;
  overflow: visible;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(20, 63, 50, 0.15);
  border-radius: 22px;
  box-shadow:
    0 14px 30px rgba(20, 35, 30, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  flex-direction: column;
  text-align: center;
  transition: transform 180ms ease;
}

.home-spotlight-card::before {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 4px;
  background: var(--forest);
  border-radius: 0 0 6px 6px;
  content: "";
}

.spotlight-position-1 {
  z-index: 2;
  background: linear-gradient(165deg, #fff8d8 0%, #fffdf8 72%);
  border-color: rgba(177, 126, 31, 0.34);
  box-shadow:
    0 20px 42px rgba(129, 89, 18, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  grid-column: 2;
  grid-row: 1;
  transform: translateY(-14px);
}

.spotlight-position-1::before {
  background: linear-gradient(90deg, #e1a526, #f3bd62, #e1a526);
}

.spotlight-position-2 {
  color: var(--ink);
  background: linear-gradient(165deg, #edf6ef 0%, #fffdf8 72%);
  grid-column: 1;
  grid-row: 1;
}

.spotlight-position-2::before {
  background: #3e7867;
}

.spotlight-position-3 {
  background: linear-gradient(165deg, #fff0eb 0%, #fffdf8 72%);
  border-color: rgba(235, 118, 95, 0.24);
  grid-column: 3;
  grid-row: 1;
}

.spotlight-position-3::before {
  background: var(--coral);
}

.spotlight-medal {
  position: absolute;
  z-index: 3;
  top: -34px;
  left: 50%;
  width: auto;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 10px 11px rgba(20, 35, 30, 0.18));
  transform: translateX(-50%);
}

.spotlight-logo-frame {
  display: grid;
  width: 116px;
  height: 116px;
  place-items: center;
  padding: 7px;
  background: #ffffff;
  border: 1px solid rgba(20, 63, 50, 0.13);
  border-radius: 29px;
  box-shadow: 0 10px 24px rgba(20, 35, 30, 0.11);
}

.spotlight-logo-frame .app-logo {
  width: 102px;
  height: 102px;
  margin: 0;
  border-radius: 23px;
}

.spotlight-position-1 .spotlight-logo-frame {
  width: 126px;
  height: 126px;
  border-color: rgba(20, 63, 50, 0.13);
  box-shadow: 0 10px 24px rgba(20, 35, 30, 0.11);
}

.spotlight-position-1 .spotlight-logo-frame .app-logo {
  width: 112px;
  height: 112px;
  border-radius: 26px;
}

.home-spotlight-card h3 {
  margin: 10px 0 1px;
  color: var(--forest-deep);
  font-size: 20px;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.spotlight-stars {
  margin: 3px 0 5px;
  line-height: 0;
}

.spotlight-stars img {
  width: 96px;
  height: auto;
}

.spotlight-position-1 .spotlight-stars img {
  width: 106px;
}

.spotlight-security {
  display: inline-flex;
  max-width: 190px;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
  color: #087a32;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.18;
  gap: 5px;
}

.spotlight-security-app-verified {
  color: #087a32;
}

.spotlight-security-label-short,
.spotlight-meta-short,
.spotlight-action-short {
  display: none;
}

.spotlight-security-meta {
  display: block;
  max-width: 190px;
  margin-bottom: 8px;
  color: rgba(11, 45, 36, 0.68);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.2;
}

.app-verified-shield {
  position: relative;
  width: 15px;
  height: 17px;
  background: #15a642;
  border: 1px solid #0c7b31;
  clip-path: polygon(50% 0, 100% 18%, 88% 72%, 50% 100%, 12% 72%, 0 18%);
  flex: 0 0 auto;
}

.app-verified-shield::before {
  position: absolute;
  top: 3px;
  left: 5px;
  width: 4px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  transform: rotate(45deg);
}

.home-spotlight-card > a {
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  color: var(--paper);
  background: linear-gradient(135deg, #ef1515, var(--electric-red));
  border: 1px solid rgba(181, 0, 0, 0.18);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 850;
  gap: 5px;
  box-shadow: 0 6px 14px rgba(223, 16, 16, 0.22);
  transition: background 160ms ease, transform 160ms ease;
}

.home-spotlight-card > a:hover {
  background: var(--electric-red-dark);
  transform: translateY(-1px);
}

.home-disclosure-strip {
  color: var(--paper);
  background: var(--forest-deep);
  border-block: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.home-disclosure-inner {
  display: grid;
  min-height: 56px;
  align-items: center;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.home-disclosure-inner strong {
  padding: 8px 12px;
  color: var(--forest-deep);
  background: var(--amber);
  border-radius: 8px;
  font-size: 11px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  text-transform: uppercase;
}

.home-disclosure-ticker {
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 14px, #000 calc(100% - 14px), transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 14px, #000 calc(100% - 14px), transparent);
}

.home-disclosure-track {
  display: flex;
  width: max-content;
  animation: home-disclosure-scroll 24s linear infinite;
  will-change: transform;
}

.home-disclosure-copy {
  display: inline-flex;
  align-items: center;
  padding-right: 44px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  white-space: nowrap;
}

.home-disclosure-copy::after {
  width: 5px;
  height: 5px;
  margin-left: 44px;
  background: var(--amber);
  border-radius: 50%;
  content: "";
  flex: 0 0 auto;
}

@keyframes home-disclosure-scroll {
  to {
    transform: translateX(-50%);
  }
}

.home-disclosure-strip[data-paused="true"] .home-disclosure-track,
.home-disclosure-ticker:hover .home-disclosure-track {
  animation-play-state: paused;
}

.home-disclosure-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.home-disclosure-inner a {
  color: var(--amber);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.home-disclosure-link-mobile {
  display: none;
}

.home-directory-section {
  background: var(--paper);
}

.home-tabs {
  display: grid;
  margin-bottom: 12px;
  border: 1px solid var(--forest);
  border-radius: 14px;
  grid-template-columns: repeat(var(--tab-count, 3), 1fr);
  overflow: hidden;
}

.home-tabs button {
  min-height: 42px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-right: 1px solid var(--forest);
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

.home-tabs button:last-child {
  border-right: 0;
}

.home-tabs button:hover {
  background: var(--cream);
}

.home-tabs button[aria-selected="true"] {
  color: var(--paper);
  background: var(--forest);
}

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

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

.home-directory-empty {
  display: grid;
  min-height: 180px;
  padding: 30px;
  text-align: center;
  background: var(--cream);
  border: 1px dashed rgba(20, 63, 50, 0.3);
  border-radius: 18px;
  grid-column: 1 / -1;
  place-content: center;
}

.home-directory-row {
  display: grid;
  min-height: 76px;
  align-items: center;
  gap: 9px;
  padding: 7px 9px;
  background: var(--cream);
  border: 1px solid transparent;
  border-radius: 16px;
  grid-template-columns: 56px minmax(0, 1fr);
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.home-directory-row[hidden] {
  display: none;
}

.home-directory-row:hover {
  background: var(--paper);
  border-color: var(--line);
  transform: translateY(-2px);
}

.home-directory-row .app-logo-medium {
  width: 56px;
  height: 56px;
  border-radius: 14px;
}

.home-directory-row-copy {
  min-width: 0;
}

.home-directory-row-title {
  display: flex;
  align-items: center;
  gap: 5px;
}

.home-directory-row-title h3 {
  overflow: hidden;
  margin-bottom: 0;
  font-size: 17px;
  letter-spacing: -0.035em;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-directory-verified {
  flex: 0 0 auto;
  padding: 2px 6px;
  color: #087a32;
  background: rgba(8, 122, 50, 0.1);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-directory-row-copy > p {
  margin: 2px 0 0;
  color: var(--coral-text);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
}

.home-directory-row .app-offer-details {
  margin-top: 3px;
  gap: 1px;
}

.app-offer-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  margin-top: 1px;
  width: 100%;
}

.home-directory-row .app-offer-items {
  margin-top: 1px;
}

.app-offer-stack {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.home-directory-row .app-offer-detail {
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
  gap: 4px;
}

.home-directory-row .app-offer-source {
  margin-top: 3px;
  line-height: 1.25;
}

.home-directory-row-action {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  margin-left: auto;
  margin-top: -16px;
  align-self: flex-start;
  color: var(--paper);
  background: linear-gradient(135deg, #ef1515, var(--electric-red));
  border-radius: 8px;
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
  gap: 4px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(223, 16, 16, 0.2);
  transition: background 160ms ease, transform 160ms ease;
}

.home-directory-row-action:hover {
  background: var(--electric-red-dark);
  transform: translateY(-1px);
}



.home-panel-action {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.home-category-section {
  padding-block: 28px;
  color: var(--paper);
  background:
    radial-gradient(circle at 92% 8%, rgba(243, 189, 98, 0.18), transparent 24%),
    var(--forest);
}

.home-section-heading-light > p {
  color: rgba(255, 255, 255, 0.64);
}

.home-category-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.home-category-list a {
  display: grid;
  min-height: 136px;
  align-content: space-between;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.home-category-list a:hover {
  color: var(--forest-deep);
  background: var(--amber);
  transform: translateY(-3px);
}

.home-category-list a[aria-current="page"] {
  color: var(--forest-deep);
  background: var(--amber);
}

.home-category-list span {
  color: var(--amber);
  font-size: 10px;
  font-weight: 900;
}

.home-category-list a:hover span {
  color: var(--coral-text);
}

.home-category-list a[aria-current="page"] span {
  color: var(--coral-text);
}

.home-category-list strong {
  margin-top: 24px;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.home-category-list small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
}

.home-category-list a:hover small {
  color: rgba(11, 45, 36, 0.68);
}

.home-category-list a[aria-current="page"] small {
  color: rgba(11, 45, 36, 0.68);
}

.home-page .section {
  padding-block: 32px;
}

.home-page .faq-section {
  padding-block: 36px;
}

.home-page .faq-grid {
  gap: 28px;
}

.home-page .faq-list summary {
  padding: 14px 44px 14px 0;
  font-size: 15px;
}

/* Keep the main index dense and mobile-first without changing other directories. */
.index-page .home-spotlight-section {
  padding-block: 15px 13px;
  margin-bottom: 12px;
}

.index-page .home-notice-banner-full {
  min-height: clamp(156px, 18vw, 196px);
  margin-bottom: 10px;
}

.index-page .desktop-spotlight-heading {
  margin-bottom: 10px;
}

.index-page .home-spotlight-list {
  padding: 30px 4px 6px;
  gap: 12px;
}

.index-page .home-disclosure-inner {
  min-height: 48px;
}

.index-page .home-directory-section {
  padding-block: 16px;
}

.index-page .home-tabs {
  margin-bottom: 8px;
}

.index-page .home-directory-list {
  gap: 4px;
}

.index-page .home-directory-row {
  min-height: 76px;
  padding-block: 6px;
}

.index-page .home-category-section {
  padding-block: 20px;
}

.index-page .home-category-list a {
  min-height: 112px;
  padding: 14px;
}

.index-page .home-category-list strong {
  margin-top: 14px;
}

.index-page .section {
  padding-block: 24px;
}

.index-page .guide-card,
.index-page .responsible-card {
  padding: clamp(20px, 2.6vw, 32px);
}

.index-page .guide-card h2 {
  margin-bottom: 16px;
}

.index-page .guide-card li {
  padding-top: 12px;
}

.index-page .guide-card li > span {
  margin-bottom: 10px;
}

.index-page .responsible-kicker {
  margin-bottom: 26px;
}

.index-page .faq-section {
  padding-block: 26px;
}

.index-page .faq-grid {
  gap: 22px;
}

.home-page .guide-card,
.home-page .responsible-card {
  padding: 22px;
}

.home-page .guide-card h2,
.home-page .faq-grid h2,
.home-page .responsible-card h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.home-page .eyebrow {
  margin-bottom: 6px;
}

.not-found {
  display: grid;
  min-height: 460px;
  place-items: center;
  text-align: center;
}

.not-found span {
  display: block;
  margin-bottom: 20px;
  color: var(--coral-text);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.not-found h1 {
  max-width: 730px;
  margin: 0 auto 18px;
  font-size: clamp(48px, 7vw, 82px);
  letter-spacing: -0.07em;
  line-height: 0.98;
}

.not-found p {
  color: var(--ink-soft);
}

.not-found div > div {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
    gap: 34px;
  }

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

  .footer-grid {
    grid-template-columns: 1.4fr repeat(3, 0.8fr);
    gap: 28px;
  }
}

@media (max-width: 860px) {
  .notice-bar {
    display: none;
  }

  .games-hub-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .games-hub-heading > p {
    max-width: 620px;
  }

  .games-hub-grid {
    grid-template-columns: 1fr;
  }

  :root {
    --shell: min(100% - 30px, 720px);
  }

  .home-banner-grid {
    min-height: auto;
    padding-block: 14px 16px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-banner-copy {
    max-width: 420px;
  }

  .home-banner-card {
    display: none;
  }

  .home-section-heading {
    display: block;
  }

  .home-section-heading > p {
    margin-top: 17px;
  }

  .home-directory-list {
    grid-template-columns: 1fr;
  }

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

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-block: 52px 64px;
  }

  .hero-copy {
    max-width: 700px;
  }

  .hero-board {
    max-width: 610px;
    margin-right: 28px;
  }

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

  .principles-grid > div,
  .principles-grid > div:first-child,
  .principles-grid > div:last-child {
    padding: 21px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .principles-grid > div:last-child {
    border-bottom: 0;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p {
    margin-top: 20px;
  }

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

  .category-grid,
  .guide-grid,
  .faq-grid,
  .profile-layout,
  .prose-layout,
  .article-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .category-grid,
  .faq-grid {
    gap: 36px;
  }

  .category-intro,
  .profile-sidebar {
    position: static;
  }

  .guide-card ol {
    grid-template-columns: 1fr;
  }

  .guide-card li {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .guide-card li > span {
    margin-bottom: 0;
  }

  .responsible-kicker {
    margin-bottom: 36px;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 0.6fr 0.6fr;
  }

  .footer-note {
    grid-column: 1 / -1;
  }

  .profile-hero-grid {
    display: grid;
    align-items: start;
  }

  .profile-status {
    width: fit-content;
  }

  .profile-sidebar {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-prose {
    max-width: none;
  }

  .article-sidebar {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }

  .guide-disclosure-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 580px) {
  :root {
    --shell: calc(100% - 24px);
  }

  .games-hub-page .page-hero {
    padding-block: 24px 28px;
  }

  .games-hub-page .games-hub-hero .breadcrumb {
    margin-bottom: 9px;
  }

  .games-hub-page .page-hero h1 {
    margin-bottom: 9px;
    font-size: 36px;
  }

  .games-hub-page .games-hub-section {
    padding-block: 20px 26px;
  }

  .games-hub-page .games-hub-heading {
    margin-bottom: 14px;
    gap: 10px;
  }

  .games-hub-page .games-hub-grid {
    gap: 9px;
  }

  .games-hub-page .games-hub-card {
    min-height: 190px;
    padding: 18px;
  }

  .games-hub-page .games-hub-number {
    margin-bottom: 12px;
    padding: 5px 9px;
  }

  .games-hub-page .games-hub-card h3 {
    margin-block: 6px 8px;
  }

  .games-hub-page .games-hub-card > p:not(.eyebrow) {
    margin-bottom: 12px;
  }

  .index-page .home-spotlight-section {
    padding-block: 6px 5px;
    margin-bottom: 8px;
  }

  .index-page .home-notice-banner-full {
    min-height: 98px;
    margin-bottom: 6px;
  }

  .index-page .home-spotlight-list {
    padding: 21px 3px 4px;
    gap: 3px;
  }

  .index-page .home-spotlight-card {
    min-height: 220px;
    padding-top: 17px;
    padding-bottom: 6px;
  }

  .index-page .home-disclosure-inner {
    min-height: 42px;
    padding-block: 5px;
  }

  .index-page .home-directory-section {
    padding-block: 10px 14px;
  }

  .index-page .home-tabs {
    margin-bottom: 6px;
  }

  .index-page .home-tabs button {
    min-height: 42px;
  }

  .index-page .home-directory-row {
    padding: 6px 7px;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 7px;
  }

  .index-page .home-directory-row .app-logo-medium {
    width: 52px;
    height: 52px;
    border-radius: 12px;
  }

  .index-page .home-category-section {
    padding-block: 16px;
  }

  .index-page .home-category-list a {
    min-height: 104px;
    padding: 12px;
  }

  .index-page .section {
    padding-block: 18px;
  }

  .index-page .guide-grid {
    gap: 10px;
  }

  .index-page .guide-card,
  .index-page .responsible-card {
    padding: 18px;
  }

  .index-page .responsible-kicker {
    margin-bottom: 18px;
  }

  .index-page .faq-section {
    padding-block: 20px;
  }

  .index-page .faq-grid {
    gap: 14px;
  }

  .index-page .faq-list summary {
    padding-block: 12px;
  }

  .notice-inner {
    min-height: 24px;
    gap: 8px;
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  .notice-divider {
    width: 3px;
    height: 3px;
  }

  .header-inner {
    min-height: 42px;
    gap: 8px;
  }

  .header-brand {
    flex-basis: auto;
  }

  .header-logo {
    width: clamp(140px, 48vw, 168px);
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .brand-name {
    font-size: 17px;
  }

  .header-directory-link {
    display: none;
  }

  .menu-button {
    min-height: 32px;
    padding-inline: 6px;
  }

  .menu-label {
    font-size: 12px;
  }

  .quick-nav-inner {
    width: 100%;
    min-width: 0;
    min-height: 34px;
    margin-inline: 0;
  }

  .quick-nav a {
    min-width: 0;
    min-height: 34px;
    padding-inline: 3px;
    font-size: 12px;
  }

  .quick-nav a[aria-current]::after {
    right: 6px;
    left: 6px;
  }

  .js .site-drawer {
    width: 100%;
    padding: 90px 22px 28px;
  }

  .home-banner-grid {
    padding-block: 10px 12px;
    gap: 0;
  }

  .home-banner-copy > .eyebrow,
  .home-banner-copy h1 {
    display: none;
  }

  .home-banner-copy h1 br {
    display: none;
  }

  .home-banner-copy h1 em::before {
    content: " ";
  }

  .home-banner-actions {
    display: none;
  }

  .home-banner-card {
    display: none;
  }

  .home-banner {
    border-bottom: none;
  }

  .desktop-spotlight-heading {
    display: none;
  }

  .home-spotlight-section {
    padding-block: 8px;
    background:
      radial-gradient(circle at 50% 7%, rgba(243, 189, 98, 0.3), transparent 30%),
      radial-gradient(circle at 2% 85%, rgba(20, 63, 50, 0.1), transparent 26%),
      linear-gradient(145deg, #fff9e8 0%, #f6f1e7 58%, #eaf3ed 100%);
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(20, 35, 30, 0.11);
    margin-bottom: 10px;
  }

  .spotlight-intro-mobile {
    display: flex;
    align-items: center;
    margin: 1px 4px 6px;
    color: var(--forest-deep);
    gap: 8px;
  }

  .spotlight-intro-mobile span {
    padding: 3px 7px;
    color: #ffffff;
    background: var(--electric-red);
    border-radius: 999px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.09em;
    line-height: 1.4;
  }

  .spotlight-intro-mobile strong {
    min-width: 0;
    font-size: clamp(12px, 3.5vw, 14px);
    letter-spacing: -0.02em;
    line-height: 1.2;
  }

  .home-notice-banner-full {
    min-height: 126px;
    margin-bottom: 12px;
    border-radius: 14px;
    border-width: 1px;
  }

  .home-notice-banner-full::after {
    background: linear-gradient(90deg, rgba(3, 40, 34, 0.04) 0%, rgba(3, 22, 38, 0.18) 42%, rgba(3, 20, 34, 0.96) 74%, rgba(3, 20, 34, 0.99) 100%);
  }

  .notice-banner-copy {
    width: 62%;
    padding: 13px 11px 13px 4px;
  }

  .notice-banner-kicker {
    margin-bottom: 5px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .notice-banner-copy h1 {
    margin-bottom: 0;
    font-size: clamp(17px, 5.2vw, 21px);
    line-height: 1.04;
  }

  .notice-banner-lead {
    display: none;
  }

  .home-directory-section {
    padding-block: 20px;
  }

  .home-directory-section .home-section-heading {
    display: none;
  }

  .home-section-heading h2 {
    font-size: 39px;
  }

  .home-spotlight-list,
  .index-page .home-spotlight-list {
    display: grid;
    margin-top: 0;
    padding: 21px 2px 2px;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }

  .home-spotlight-empty {
    min-height: 145px;
    margin-top: 10px;
    padding: 20px 16px;
    border-radius: 16px;
  }

  .home-spotlight-empty h3,
  .home-directory-empty h3 {
    font-size: 21px;
  }

  .home-spotlight-empty p,
  .home-directory-empty p {
    font-size: 11px;
  }

  .home-spotlight-list::-webkit-scrollbar {
    display: none;
  }

  .home-spotlight-card,
  .index-page .home-spotlight-card {
    min-height: 202px;
    padding: 17px 3px 5px;
    background: rgba(255, 253, 248, 0.95);
    border: 1px solid rgba(20, 63, 50, 0.14);
    border-radius: 13px;
    box-shadow: 0 8px 18px rgba(20, 35, 30, 0.1);
  }

  .home-spotlight-card::before {
    right: 10px;
    left: 10px;
    height: 3px;
  }

  .spotlight-position-1,
  .index-page .spotlight-position-1 {
    background: linear-gradient(165deg, #fff6cc 0%, #fffdf8 76%);
    border-color: rgba(177, 126, 31, 0.34);
    box-shadow: 0 13px 27px rgba(129, 89, 18, 0.17);
    transform: translateY(-12px);
  }

  .spotlight-position-2,
  .index-page .spotlight-position-2 {
    color: var(--ink);
    background: linear-gradient(165deg, #ebf5ee 0%, #fffdf8 76%);
  }

  .spotlight-position-3,
  .index-page .spotlight-position-3 {
    background: linear-gradient(165deg, #ffede8 0%, #fffdf8 76%);
  }

  .home-spotlight-card:hover {
    transform: none;
  }

  .spotlight-position-1:hover {
    transform: translateY(-12px);
  }

  .spotlight-medal {
    top: -22px;
    width: auto;
    height: clamp(39px, 11vw, 46px);
    filter: drop-shadow(0 6px 7px rgba(20, 35, 30, 0.16));
  }

  .spotlight-logo-frame {
    width: clamp(66px, 19vw, 78px);
    height: clamp(66px, 19vw, 78px);
    padding: 5px;
    border-radius: 18px;
    box-shadow: 0 8px 18px rgba(20, 35, 30, 0.1);
  }

  .spotlight-logo-frame .app-logo {
    width: 100%;
    height: 100%;
    border-radius: 13px;
  }

  .spotlight-position-1 .spotlight-logo-frame {
    width: clamp(76px, 21.5vw, 88px);
    height: clamp(76px, 21.5vw, 88px);
  }

  .spotlight-position-1 .spotlight-logo-frame .app-logo {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }

  .home-spotlight-card h3 {
    min-height: 28px;
    margin: 6px 0 0;
    color: var(--forest-deep);
    font-size: clamp(13px, 3.65vw, 16px);
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  .spotlight-stars {
    margin: -8px 0 1px;
  }

  .spotlight-stars img {
    width: clamp(55px, 15.5vw, 68px);
  }

  .spotlight-position-1 .spotlight-stars img {
    width: clamp(61px, 17vw, 74px);
  }

  .spotlight-security {
    max-width: 100%;
    margin-bottom: 1px;
    font-size: 12px;
    line-height: 1.15;
    gap: 4px;
  }

  .spotlight-security-label-full,
  .spotlight-meta-full,
  .spotlight-action-full {
    display: none;
  }

  .spotlight-security-label-short,
  .spotlight-meta-short,
  .spotlight-action-short {
    display: inline;
  }

  .spotlight-security-meta {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 10.5px;
    line-height: 1.15;
    color: rgba(11, 45, 36, 0.66);
  }

  .app-verified-shield {
    width: 11px;
    height: 13px;
  }

  .app-verified-shield::before {
    top: 2px;
    left: 3px;
    width: 3px;
    height: 5px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .home-spotlight-card > a {
    width: 92%;
    min-height: 34px;
    padding-inline: 4px;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, #f01717, var(--electric-red));
    box-shadow: 0 6px 12px rgba(223, 16, 16, 0.18);
    font-size: 11px;
    gap: 4px;
    margin-top: 4px;
  }

  .home-disclosure-inner {
    display: grid;
    min-height: 48px;
    padding-block: 8px;
    align-items: center;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
  }

  .home-disclosure-inner strong {
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 10px;
    letter-spacing: 0.04em;
  }

  .home-disclosure-ticker {
    min-width: 0;
    width: 100%;
  }

  .home-disclosure-copy {
    padding-right: 28px;
    font-size: 11px;
  }

  .home-disclosure-copy::after {
    width: 4px;
    height: 4px;
    margin-left: 28px;
  }

  .home-disclosure-actions {
    grid-column: auto;
    justify-content: flex-end;
    gap: 0;
  }

  .home-disclosure-inner a {
    font-size: 11px;
  }

  .home-disclosure-link-full {
    display: none;
  }

  .home-disclosure-link-mobile {
    display: inline;
  }

  .home-tabs button {
    min-height: 46px;
    padding-inline: 8px;
    font-size: 12px;
  }

  .home-directory-row {
    min-height: 0;
    padding: 7px 8px;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 8px;
  }

  .home-directory-empty {
    min-height: 140px;
    padding: 20px 16px;
  }

  .home-directory-row .app-logo-medium {
    width: 54px;
    height: 54px;
    border-radius: 13px;
  }

  .home-directory-row .app-offer-detail {
    font-size: 11px;
  }

  .home-directory-row-action {
    width: auto;
    grid-column: auto;
    min-height: 34px;
    padding: 0 8px;
    font-size: 11px;
    margin-left: auto;
  }

  .home-category-section {
    padding-block: 24px;
  }

  .home-category-list {
    display: flex;
    margin-right: -12px;
    padding: 2px 12px 10px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-category-list::-webkit-scrollbar {
    display: none;
  }

  .home-category-list a {
    flex: 0 0 min(72vw, 250px);
    scroll-snap-align: start;
  }

  .hero-grid {
    padding-block: 42px 54px;
  }

  .hero h1 {
    font-size: clamp(48px, 15.6vw, 70px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .search-box {
    padding: 6px;
    grid-template-columns: 1fr;
  }

  .search-box input {
    min-height: 50px;
  }

  .search-box button {
    min-height: 46px;
  }

  .hero-meta {
    gap: 13px 19px;
  }

  .hero-board {
    margin-right: 12px;
    padding: 18px;
    box-shadow: 13px 18px 0 var(--amber), var(--shadow);
    border-radius: 26px 26px 26px 7px;
  }

  .board-row {
    grid-template-columns: 22px 44px minmax(0, 1fr);
  }

  .board-action {
    display: none;
  }

  .app-logo-small {
    width: 44px;
    height: 44px;
  }

  .section,
  .category-section,
  .faq-section {
    padding-block: 50px;
  }

  .section-heading h2,
  .category-intro h2,
  .guide-card h2,
  .faq-grid h2 {
    font-size: 42px;
  }

  .app-grid,
  .app-grid-catalog {
    grid-template-columns: 1fr;
  }

  .comparison-grid,
  .guide-tile-grid {
    grid-template-columns: 1fr;
  }

  .comparison-grid article,
  .comparison-grid article:first-child,
  .comparison-grid article:last-child {
    min-height: auto;
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .comparison-grid article:last-child {
    border-bottom: 0;
  }

  .comparison-grid span {
    margin-bottom: 30px;
  }

  .guide-tile {
    min-height: 290px;
  }

  .guide-tile h2 {
    margin-top: 34px;
  }

  .article-sidebar {
    grid-template-columns: 1fr;
  }

  .app-card {
    min-height: 278px;
  }

  .category-grid {
    gap: 28px;
  }

  .category-links a {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .category-links small {
    display: none;
  }

  .guide-card,
  .responsible-card {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .catalog-toolbar {
    display: block;
  }

  .catalog-toolbar > p {
    margin-top: 17px;
  }

  .filter-list {
    flex-wrap: nowrap;
    padding-bottom: 5px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .filter-list::-webkit-scrollbar {
    display: none;
  }

  .filter-list button {
    flex: 0 0 auto;
  }

  .page-hero {
    padding-block: 42px 48px;
  }

  .page-hero h1 {
    font-size: 42px;
  }

  .page-hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .games-hub-section {
    padding-block: 38px 50px;
  }

  .games-hub-heading {
    margin-bottom: 24px;
  }

  .games-hub-card {
    min-height: 240px;
    padding: 22px 20px;
  }

  .games-hub-number {
    margin-bottom: 22px;
  }

  .profile-identity {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .profile-identity-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding-left: 12px;
  }

  .profile-identity-main {
    margin-top: -10px;
    padding-left: 12px;
  }

  .profile-identity h1 {
    margin: 0 0 3px;
    font-size: clamp(22px, 6.5vw, 32px);
    line-height: 1.1;
  }

  .profile-identity-desc {
    font-size: 13px;
    margin-top: -2px;
    padding-left: 12px;
    color: var(--ink-soft);
  }

  .profile-identity .app-logo-large {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
  }

  .fact-grid,
  .check-grid,
  .profile-sidebar {
    grid-template-columns: 1fr;
  }

  .fact-grid {
    gap: 17px;
  }

  .editorial-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
  }

  .footer-brand,
  .footer-note {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: start;
    margin-top: 28px;
    flex-direction: column;
  }

  .not-found div > div {
    flex-direction: column;
  }
}

@media (hover: hover) and (min-width: 581px) {
  .home-spotlight-card:hover {
    transform: translateY(-5px);
  }

  .spotlight-position-1:hover {
    transform: translateY(-22px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .home-disclosure-ticker {
    mask-image: none;
    -webkit-mask-image: none;
  }

  .home-disclosure-track {
    width: auto;
    animation: none !important;
    transform: none !important;
  }

  .home-disclosure-copy {
    padding-right: 0;
    white-space: normal;
  }

  .home-disclosure-copy:first-child::after,
  .home-disclosure-copy:nth-child(2) {
    display: none;
  }

  .spotlight-stars img {
    content: url("/assets/top-three-stars-static.webp");
  }

}
