:root {
  --bg: #070909;
  --bg-soft: #0c0f0f;
  --surface: rgba(17, 20, 20, 0.82);
  --surface-solid: #111414;
  --surface-2: #161a1a;
  --surface-3: #1c2020;
  --line: rgba(255, 255, 255, 0.10);
  --line-strong: rgba(255, 255, 255, 0.18);
  --text: #fffaf2;
  --muted: #a6aaa7;
  --muted-2: #777d79;
  --orange: #ff7412;
  --orange-2: #ff9f35;
  --amber: #ffd074;
  --mint: #62f0cf;
  --mint-dark: #1eb895;
  --red: #ff6b75;
  --blue: #72b6ff;
  --purple: #ae86ff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
  --shadow-soft: 0 16px 42px rgba(0, 0, 0, 0.28);
  --radius-xs: 10px;
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-xl: 38px;
  --container: 1200px;
  --container-wide: 1380px;
  --header-h: 76px;
  --display: "Unbounded", "Manrope", sans-serif;
  --body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
  scroll-padding-top: calc(var(--header-h) + 18px);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 116, 18, 0.12), transparent 34rem),
    radial-gradient(circle at 88% 14%, rgba(98, 240, 207, 0.07), transparent 30rem),
    var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.modal-open {
  overflow: hidden;
  padding-right: var(--scrollbar-compensation, 0px);
}

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

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

button {
  color: inherit;
}

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

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

svg {
  display: block;
}

::selection {
  color: #1b0d03;
  background: var(--amber);
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #080a0a;
}

::-webkit-scrollbar-thumb {
  background: #303535;
  border: 2px solid #080a0a;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4a504d;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
}

.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;
  top: 12px;
  left: 12px;
  z-index: 4000;
  padding: 11px 16px;
  border-radius: 999px;
  color: #17100a;
  background: var(--amber);
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 0.18s ease;
}

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

.container-wide {
  width: min(calc(100% - 48px), var(--container-wide));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 112px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading h2,
.how-title-block h2,
.community-copy h2 {
  margin: 10px 0 14px;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4.3rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.section-heading p,
.how-title-block p,
.community-copy > p {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.split-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  max-width: none;
}

.split-heading > div {
  max-width: 760px;
}

.section-kicker,
.orbit-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--orange-2);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-kicker::before {
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--orange), var(--amber));
  content: "";
}

.ambient {
  position: fixed;
  z-index: -4;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.12;
  pointer-events: none;
}

.ambient-one {
  top: -14rem;
  left: -8rem;
  background: var(--orange);
}

.ambient-two {
  right: -14rem;
  top: 40vh;
  background: var(--mint);
}

.noise-layer {
  position: fixed;
  inset: 0;
  z-index: -3;
  opacity: 0.025;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.btn,
.text-button,
.header-search,
.menu-button,
.icon-button,
.filter-chip,
.quick-choice,
.sort-box,
.mobile-quick-button {
  border: 0;
  cursor: pointer;
}

.btn {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

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

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  color: #1b0e05;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  box-shadow: 0 14px 34px rgba(255, 116, 18, 0.22);
}

.btn-primary:hover {
  box-shadow: 0 18px 42px rgba(255, 116, 18, 0.34);
}

.btn-secondary {
  border: 1px solid var(--line-strong);
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

.btn-secondary:hover,
.btn-ghost:hover {
  border-color: rgba(255, 159, 53, 0.56);
  background: rgba(255, 116, 18, 0.08);
}

.btn-ghost {
  border: 1px solid var(--line);
  background: transparent;
}

.btn-small {
  min-height: 42px;
  padding: 0 15px;
  border-radius: 12px;
  font-size: 0.84rem;
}

.text-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: var(--text);
  background: transparent;
  font-weight: 800;
}

.text-button .icon {
  transition: transform 0.18s ease;
}

.text-button:hover {
  color: var(--amber);
}

.text-button:hover .icon {
  transform: translateX(3px);
}

:focus-visible {
  outline: 3px solid rgba(98, 240, 207, 0.78);
  outline-offset: 3px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled,
.site-header.is-menu-open {
  border-color: var(--line);
  background: rgba(7, 9, 9, 0.84);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px) saturate(130%);
}

.header-inner {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 28px;
  align-items: center;
  height: 100%;
}

.brand-link {
  display: inline-flex;
  width: 198px;
  align-items: center;
}

.brand-link img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.6vw, 38px);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.desktop-nav a {
  position: relative;
  padding: 12px 0;
  transition: color 0.18s ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--orange), var(--amber));
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.22s ease;
}

.desktop-nav a:hover {
  color: var(--text);
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

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

.header-search {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding: 0 10px 0 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.82rem;
  font-weight: 700;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.header-search:hover {
  border-color: rgba(255, 159, 53, 0.5);
  color: var(--text);
  background: rgba(255, 116, 18, 0.06);
}

kbd {
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-bottom-color: rgba(255, 255, 255, 0.28);
  border-radius: 7px;
  color: var(--muted-2);
  background: rgba(0, 0, 0, 0.26);
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.38);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.mobile-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 16px;
  left: 16px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(13, 16, 16, 0.98);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.mobile-menu nav {
  display: grid;
  gap: 4px;
}

.mobile-menu a {
  padding: 14px 16px;
  border-radius: 12px;
  color: var(--muted);
  font-weight: 800;
}

.mobile-menu a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--header-h) + 36px) 0 54px;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.027) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 74% 45%, #000 5%, transparent 72%);
  content: "";
}

.hero::after {
  position: absolute;
  top: 8%;
  right: -12%;
  z-index: -1;
  width: min(64vw, 920px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 159, 53, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(255, 116, 18, 0.015),
    0 0 0 160px rgba(98, 240, 207, 0.012),
    inset 0 0 160px rgba(255, 116, 18, 0.035);
  content: "";
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  gap: clamp(34px, 5vw, 86px);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--amber);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.live-dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 14px rgba(98, 240, 207, 0.75);
}

.live-dot::after {
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(98, 240, 207, 0.38);
  border-radius: inherit;
  content: "";
  animation: ping 2.2s ease-out infinite;
}

@keyframes ping {
  0% { opacity: 0.8; transform: scale(0.45); }
  75%, 100% { opacity: 0; transform: scale(1.7); }
}

.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 5.9vw, 6.7rem);
  font-weight: 700;
  line-height: 0.93;
  letter-spacing: -0.065em;
}

.hero h1 span,
.hero h1 strong {
  display: block;
}

.hero h1 strong {
  position: relative;
  width: fit-content;
  color: transparent;
  background: linear-gradient(100deg, var(--amber) 2%, var(--orange-2) 44%, var(--orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.hero h1 strong::after {
  position: absolute;
  right: 0.02em;
  bottom: -0.08em;
  left: 0.08em;
  height: 0.08em;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  opacity: 0.65;
  content: "";
  filter: blur(5px);
}

.hero-description {
  max-width: 610px;
  margin: 24px 0 28px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-finder {
  max-width: 640px;
  margin-top: 28px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(13, 16, 16, 0.64);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(12px);
}

.hero-finder-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 4px 10px;
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 800;
}

.hero-finder-head small {
  color: var(--muted-2);
  font-weight: 600;
}

.quick-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.quick-choice {
  min-height: 76px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 13px;
  text-align: left;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.quick-choice:hover {
  border-color: rgba(255, 159, 53, 0.4);
  background: rgba(255, 116, 18, 0.08);
  transform: translateY(-2px);
}

.quick-choice b,
.quick-choice span {
  display: block;
}

.quick-choice b {
  color: var(--text);
  font-size: 0.82rem;
  line-height: 1.25;
}

.quick-choice span {
  margin-top: 4px;
  color: var(--muted-2);
  font-size: 0.69rem;
  line-height: 1.35;
}

.hero-stats {
  display: flex;
  gap: 32px;
  margin: 28px 0 0;
}

.hero-stats div {
  min-width: 96px;
}

.hero-stats dt {
  font-family: var(--display);
  color: var(--text);
  font-size: 1.15rem;
  font-weight: 700;
}

.hero-stats dd {
  margin: 3px 0 0;
  color: var(--muted-2);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.orbit-card {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 116, 18, 0.08), transparent 25%),
    linear-gradient(145deg, rgba(21, 25, 24, 0.9), rgba(8, 10, 10, 0.82));
  box-shadow: var(--shadow), inset 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.orbit-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 36%, rgba(255, 255, 255, 0.035) 48%, transparent 60%);
  content: "";
  transform: translateX(-100%);
  animation: glassSweep 9s ease-in-out infinite;
  pointer-events: none;
}

@keyframes glassSweep {
  0%, 60% { transform: translateX(-100%); }
  85%, 100% { transform: translateX(100%); }
}

.orbit-topline,
.orbit-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 26px 28px;
}

.orbit-topline {
  border-bottom: 1px solid var(--line);
}

.orbit-topline h2 {
  margin: 3px 0 0;
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.orbit-kicker {
  color: var(--muted-2);
  font-size: 0.63rem;
}

.orbit-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(98, 240, 207, 0.22);
  border-radius: 999px;
  color: var(--mint);
  background: rgba(98, 240, 207, 0.06);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.orbit-status span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

.orbit-stage {
  position: relative;
  height: 500px;
  overflow: hidden;
}

#orbitCanvas {
  width: 100%;
  height: 100%;
  touch-action: manipulation;
}

.orbit-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 116px;
  height: 116px;
  place-content: center;
  border: 1px solid rgba(255, 159, 53, 0.34);
  border-radius: 50%;
  text-align: center;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 208, 116, 0.34), transparent 30%),
    linear-gradient(145deg, #29170b, #120c08);
  box-shadow:
    0 0 0 14px rgba(255, 116, 18, 0.04),
    0 0 0 34px rgba(255, 116, 18, 0.025),
    0 0 64px rgba(255, 116, 18, 0.28),
    inset 0 0 26px rgba(255, 159, 53, 0.15);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.orbit-core span,
.orbit-core b {
  display: block;
}

.orbit-core span {
  color: var(--amber);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.orbit-core b {
  margin-top: 2px;
  font-family: var(--display);
  font-size: 0.94rem;
  letter-spacing: -0.04em;
}

.orbit-tooltip {
  position: absolute;
  z-index: 5;
  max-width: 180px;
  padding: 8px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--text);
  background: rgba(7, 9, 9, 0.94);
  font-size: 0.7rem;
  font-weight: 800;
  pointer-events: none;
  box-shadow: var(--shadow-soft);
}

.orbit-footer {
  min-height: 78px;
  border-top: 1px solid var(--line);
}

.orbit-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.orbit-footer .text-button {
  font-size: 0.78rem;
}

.scroll-cue {
  position: absolute;
  bottom: 18px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--muted-2);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue i {
  position: relative;
  width: 1px;
  height: 22px;
  overflow: hidden;
  background: var(--line-strong);
}

.scroll-cue i::after {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--orange);
  content: "";
  animation: scrollCue 2s ease-in-out infinite;
}

@keyframes scrollCue {
  to { top: 100%; }
}

.featured-section {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 116, 18, 0.07), transparent 34rem),
    linear-gradient(180deg, #090b0b, var(--bg));
}

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

.feature-card {
  --card-accent: var(--orange);
  --card-accent-2: var(--amber);
  position: relative;
  isolation: isolate;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 10%, color-mix(in srgb, var(--card-accent) 22%, transparent), transparent 38%),
    linear-gradient(145deg, #171a19, #0c0f0f 72%);
  box-shadow: var(--shadow-soft), inset 0 1px rgba(255, 255, 255, 0.05);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:nth-child(2) {
  --card-accent: var(--mint);
  --card-accent-2: var(--blue);
}

.feature-card:nth-child(3) {
  --card-accent: var(--purple);
  --card-accent-2: var(--orange-2);
}

.feature-card:hover {
  border-color: color-mix(in srgb, var(--card-accent) 48%, transparent);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42), 0 0 50px color-mix(in srgb, var(--card-accent) 10%, transparent);
  transform: translateY(-7px);
}

.feature-card::before,
.feature-card::after {
  position: absolute;
  z-index: -1;
  border: 1px solid color-mix(in srgb, var(--card-accent) 22%, transparent);
  border-radius: 50%;
  content: "";
}

.feature-card::before {
  top: -18%;
  right: -20%;
  width: 62%;
  aspect-ratio: 1;
}

.feature-card::after {
  right: 10%;
  bottom: -30%;
  width: 78%;
  aspect-ratio: 1;
  opacity: 0.38;
}

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

.feature-rank {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 28%, transparent);
  border-radius: 999px;
  color: var(--card-accent-2);
  background: color-mix(in srgb, var(--card-accent) 8%, transparent);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-logo-wrap {
  display: grid;
  width: 112px;
  height: 112px;
  margin-top: clamp(16px, 4vw, 42px);
  place-items: center;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--card-accent) 32%, transparent);
  border-radius: 28px;
  background: rgba(7, 9, 9, 0.78);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34), 0 0 40px color-mix(in srgb, var(--card-accent) 10%, transparent);
}

.feature-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.feature-logo-fallback,
.brand-logo-fallback,
.modal-logo-fallback,
.launcher-logo-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--amber);
  background: linear-gradient(145deg, #1c140d, #0a0c0c);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.feature-card h3 {
  margin: 20px 0 8px;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.1vw, 2.25rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.feature-offer {
  display: -webkit-box;
  max-width: 90%;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.feature-actions {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.feature-actions .btn {
  min-height: 48px;
}

.icon-button {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.icon-button:hover {
  border-color: rgba(255, 159, 53, 0.46);
  color: var(--text);
  background: rgba(255, 116, 18, 0.08);
  transform: translateY(-2px);
}

.icon-button.is-saved {
  border-color: rgba(255, 107, 117, 0.36);
  color: var(--red);
  background: rgba(255, 107, 117, 0.09);
}

.icon-button.is-saved .icon {
  fill: currentColor;
}

.how-section {
  padding-top: 40px;
  background: var(--bg);
}

.how-shell {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(34px, 6vw, 100px);
  padding: clamp(30px, 5vw, 66px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(110deg, rgba(255, 116, 18, 0.07), transparent 45%),
    var(--surface-solid);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
}

.how-title-block h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.how-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.how-steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.how-steps li:hover {
  border-color: rgba(255, 159, 53, 0.34);
  background: rgba(255, 116, 18, 0.045);
  transform: translateX(5px);
}

.how-steps li > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 159, 53, 0.28);
  border-radius: 14px;
  color: var(--orange-2);
  background: rgba(255, 116, 18, 0.07);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 700;
}

.how-steps b {
  font-size: 1rem;
}

.how-steps p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.brands-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(98, 240, 207, 0.045), transparent 30rem),
    linear-gradient(180deg, var(--bg), #090b0b 50%, var(--bg));
}

.directory-toolbar {
  position: sticky;
  top: calc(var(--header-h) + 10px);
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 12px;
  margin-bottom: 16px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(12, 15, 15, 0.88);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px) saturate(130%);
}

.search-box,
.sort-box {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.028);
}

.search-box {
  padding: 0 14px;
}

.search-box:focus-within,
.sort-box:focus-within {
  border-color: rgba(98, 240, 207, 0.45);
  box-shadow: 0 0 0 4px rgba(98, 240, 207, 0.07);
}

.search-box input,
.sort-box select {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
}

.sort-box select option {
  color: #fffaf2;
  background: #0c0c0c;
}

.search-box input {
  flex: 1;
}

.search-box input::placeholder {
  color: var(--muted-2);
}

.sort-box {
  position: relative;
  padding: 0 12px;
}

.sort-box select {
  width: 100%;
  height: 100%;
  padding-right: 26px;
  appearance: none;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 800;
}

.sort-chevron {
  position: absolute;
  right: 14px;
  pointer-events: none;
}

.filter-scroll {
  overflow-x: auto;
  margin: 0 -4px;
  padding: 4px 4px 8px;
  scrollbar-width: none;
}

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

.filter-row {
  display: flex;
  width: max-content;
  min-width: 100%;
  gap: 8px;
}

.filter-chip {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.filter-chip:hover {
  border-color: var(--line-strong);
  color: var(--text);
  transform: translateY(-1px);
}

.filter-chip.is-active {
  border-color: transparent;
  color: #170b03;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  box-shadow: 0 10px 24px rgba(255, 116, 18, 0.18);
}

.directory-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.directory-meta p {
  margin: 0;
}

.directory-meta strong {
  color: var(--text);
}

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

.brand-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 292px;
  flex-direction: column;
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 116, 18, 0.055), transparent 45%),
    linear-gradient(155deg, rgba(23, 27, 26, 0.96), rgba(12, 15, 15, 0.98));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.03);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.brand-card::after {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 159, 53, 0.09);
  border-radius: 50%;
  content: "";
}

.brand-card:hover {
  border-color: rgba(255, 159, 53, 0.32);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.30), inset 0 1px rgba(255, 255, 255, 0.05);
  transform: translateY(-4px);
}

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

.brand-logo {
  display: grid;
  width: 92px;
  height: 66px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #090b0b;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.brand-logo-fallback {
  font-size: 0.9rem;
}

.brand-card .save-button {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.brand-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  margin-top: 15px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 159, 53, 0.18);
  border-radius: 999px;
  color: var(--orange-2);
  background: rgba(255, 116, 18, 0.055);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-badge.badge-new {
  border-color: rgba(98, 240, 207, 0.22);
  color: var(--mint);
  background: rgba(98, 240, 207, 0.06);
}

.brand-badge.badge-hot,
.brand-badge.badge-loved {
  border-color: rgba(255, 107, 117, 0.22);
  color: var(--red);
  background: rgba(255, 107, 117, 0.06);
}

.brand-badge.badge-premium,
.brand-badge.badge-exclusive {
  border-color: rgba(174, 134, 255, 0.22);
  color: var(--purple);
  background: rgba(174, 134, 255, 0.06);
}

.brand-card h3 {
  overflow: hidden;
  margin: 10px 0 6px;
  font-family: var(--display);
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.045em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-primary-offer {
  display: -webkit-box;
  min-height: 42px;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.brand-tags {
  display: flex;
  min-height: 26px;
  flex-wrap: wrap;
  gap: 5px;
  margin: 12px 0 14px;
}

.brand-tag {
  max-width: 100%;
  overflow: hidden;
  padding: 4px 7px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--muted-2);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-card-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: auto;
}

.brand-card-actions .btn {
  min-height: 42px;
  padding: 0 13px;
  border-radius: 12px;
  font-size: 0.76rem;
}

.brand-card-actions .icon-button {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.empty-state {
  max-width: 520px;
  margin: 50px auto 0;
  padding: 46px 24px;
  border: 1px dashed var(--line-strong);
  border-radius: 26px;
  text-align: center;
  background: rgba(255, 255, 255, 0.02);
}

.empty-state > .icon {
  width: 32px;
  height: 32px;
  margin: 0 auto 12px;
  color: var(--orange-2);
}

.empty-state h3 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: 1.2rem;
}

.empty-state p {
  margin: 0 0 20px;
  color: var(--muted);
}

.community-section {
  padding-top: 50px;
}

.community-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 6vw, 110px);
  align-items: center;
  padding: clamp(32px, 6vw, 74px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 116, 18, 0.11), transparent 34%),
    radial-gradient(circle at 90% 88%, rgba(98, 240, 207, 0.06), transparent 35%),
    var(--surface-solid);
  box-shadow: var(--shadow-soft), inset 0 1px rgba(255, 255, 255, 0.04);
}

.community-copy h2 {
  font-size: clamp(2rem, 4vw, 4.4rem);
}

.community-note {
  display: flex;
  max-width: 520px;
  align-items: flex-start;
  gap: 10px;
  margin-top: 24px !important;
  padding: 14px 16px;
  border: 1px solid rgba(98, 240, 207, 0.18);
  border-radius: 14px;
  color: var(--muted) !important;
  background: rgba(98, 240, 207, 0.045);
  font-size: 0.76rem !important;
}

.community-note .icon {
  margin-top: 2px;
  color: var(--mint);
}

.community-links {
  display: grid;
  gap: 12px;
}

.community-card {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.community-card:hover {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.05);
  transform: translateX(5px);
}

.community-card > .icon:first-child {
  width: 46px;
  height: 46px;
  padding: 11px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
}

.community-card.telegram > .icon:first-child { color: var(--blue); background: rgba(114, 182, 255, 0.09); }
.community-card.whatsapp > .icon:first-child { color: var(--mint); background: rgba(98, 240, 207, 0.08); }
.community-card.facebook > .icon:first-child { color: #8eb4ff; background: rgba(142, 180, 255, 0.08); }

.community-card b,
.community-card span {
  display: block;
}

.community-card b {
  font-size: 0.95rem;
}

.community-card span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.76rem;
}

.community-card .arrow {
  color: var(--muted-2);
}

.responsible-strip {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0a0c0c;
}

.responsible-strip .container-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.responsible-copy {
  display: flex;
  align-items: center;
  gap: 16px;
}

.responsible-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.responsible-copy strong {
  color: var(--text);
}

.age-badge {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 800;
}

.responsible-strip a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 800;
}

.site-footer {
  padding: 66px 0 24px;
  background: #080a0a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}

.footer-brand img {
  width: 230px;
}

.footer-brand p {
  max-width: 320px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.footer-nav div {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-nav b {
  margin-bottom: 5px;
  color: var(--text);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-nav a,
.footer-nav button {
  width: fit-content;
  padding: 0;
  border: 0;
  color: var(--muted);
  background: transparent;
  font-size: 0.8rem;
  cursor: pointer;
}

.footer-nav a:hover,
.footer-nav button:hover {
  color: var(--amber);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-size: 0.7rem;
}

.footer-bottom p {
  margin: 0;
}

.mobile-quick-button {
  position: fixed;
  right: 14px;
  bottom: max(14px, env(safe-area-inset-bottom));
  z-index: 800;
  display: none;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  padding: 0 17px;
  border-radius: 999px;
  color: #1a0c03;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42), 0 8px 24px rgba(255, 116, 18, 0.2);
  font-size: 0.78rem;
  font-weight: 800;
}

.modal-shell[hidden] {
  display: none;
}

.modal-shell {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 3, 3, 0.78);
  backdrop-filter: blur(12px) saturate(80%);
  animation: fadeIn 0.22s ease both;
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  max-height: calc(100dvh - 40px);
  overflow: auto;
  border: 1px solid var(--line-strong);
  border-radius: 28px;
  background: #0d1010;
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.66), inset 0 1px rgba(255, 255, 255, 0.05);
  animation: modalIn 0.34s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  scrollbar-width: thin;
}

@keyframes fadeIn {
  from { opacity: 0; }
}

@keyframes modalIn {
  from { opacity: 0; transform: translateY(18px) scale(0.975); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.modal-close {
  position: sticky;
  top: 14px;
  z-index: 10;
  display: grid;
  width: 42px;
  height: 42px;
  float: right;
  margin: 14px 14px -56px 0;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--text);
  background: rgba(7, 9, 9, 0.84);
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.modal-close:hover {
  color: var(--amber);
  border-color: rgba(255, 159, 53, 0.42);
}

.brand-modal-hero {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  align-items: center;
  min-height: 300px;
  padding: 48px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 116, 18, 0.16), transparent 36%),
    radial-gradient(circle at 92% 10%, rgba(98, 240, 207, 0.07), transparent 33%),
    linear-gradient(145deg, #171b1a, #0d1010);
}

.modal-logo {
  display: grid;
  width: 180px;
  height: 180px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 159, 53, 0.28);
  border-radius: 32px;
  background: #090b0b;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4), 0 0 54px rgba(255, 116, 18, 0.08);
}

.modal-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
}

.modal-logo-fallback {
  font-size: 1.7rem;
}

.modal-heading .brand-badge {
  margin-top: 0;
}

.modal-heading h2 {
  margin: 14px 0 8px;
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.modal-heading p {
  margin: 0;
  color: var(--muted);
}

.modal-body-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 30px;
  padding: 34px 48px 48px;
}

.modal-section-title {
  margin: 0 0 14px;
  color: var(--muted-2);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.offer-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.88rem;
}

.offer-list li::before {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  color: #1b0f06;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  content: "✓";
  font-size: 0.74rem;
  font-weight: 900;
}

.modal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.modal-tag {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.68rem;
  font-weight: 800;
}

.modal-side {
  align-self: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
}

.modal-side .btn {
  width: 100%;
}

.modal-side .btn + .btn {
  margin-top: 9px;
}

.modal-side-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 9px;
}

.modal-side-actions .btn {
  min-height: 44px;
  padding: 0 10px;
  font-size: 0.72rem;
}

.modal-notice {
  margin: 15px 0 0;
  color: var(--muted-2);
  font-size: 0.68rem;
  line-height: 1.55;
}

.welcome-modal {
  padding: 32px;
}

.welcome-head {
  max-width: 660px;
  padding-right: 60px;
}

.welcome-head h2 {
  margin: 8px 0 10px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.welcome-head p {
  margin: 0;
  color: var(--muted);
}

.welcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.welcome-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #111414;
}

.welcome-card-media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #080a0a;
}

.welcome-card-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome-media-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--amber);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 208, 116, 0.18), transparent 28%),
    linear-gradient(145deg, #24150b, #0b0e0d 65%);
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.welcome-card-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(transparent, rgba(5, 6, 6, 0.92));
  content: "";
}

.welcome-card-copy {
  padding: 16px;
}

.welcome-card-copy h3 {
  margin: 0 0 6px;
  font-family: var(--display);
  font-size: 0.95rem;
  letter-spacing: -0.04em;
}

.welcome-card-copy p {
  display: -webkit-box;
  min-height: 38px;
  margin: 0 0 14px;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.welcome-card-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
}

.welcome-card-actions .btn {
  min-height: 40px;
  padding: 0 11px;
  border-radius: 11px;
  font-size: 0.7rem;
}

.welcome-card-actions .icon-button {
  width: 40px;
  height: 40px;
  border-radius: 11px;
}

.welcome-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-size: 0.7rem;
}

.welcome-dismiss {
  padding: 0;
  border: 0;
  color: var(--muted);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.welcome-dismiss:hover {
  color: var(--text);
}

.launcher-modal {
  padding: 26px;
}

.launcher-head {
  padding-right: 58px;
}

.launcher-head h2 {
  margin: 0 0 5px;
  font-family: var(--display);
  font-size: 1.65rem;
  letter-spacing: -0.05em;
}

.launcher-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.launcher-search {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 0 16px;
  border: 1px solid rgba(98, 240, 207, 0.28);
  border-radius: 16px;
  background: rgba(98, 240, 207, 0.035);
}

.launcher-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
}

.launcher-results {
  display: grid;
  gap: 6px;
  max-height: min(470px, 55vh);
  margin-top: 14px;
  overflow: auto;
  padding-right: 4px;
}

.launcher-result {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 0.16s ease, background 0.16s ease;
}

.launcher-result:hover,
.launcher-result.is-active {
  border-color: rgba(255, 159, 53, 0.28);
  background: rgba(255, 116, 18, 0.06);
}

.launcher-logo {
  display: grid;
  width: 54px;
  height: 46px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #080a0a;
}

.launcher-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}

.launcher-logo-fallback {
  font-size: 0.68rem;
}

.launcher-result-copy {
  min-width: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.launcher-result-copy:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 4px;
  border-radius: 5px;
}

.launcher-result-copy b,
.launcher-result-copy span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.launcher-result-copy b {
  font-size: 0.82rem;
}

.launcher-result-copy span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.68rem;
}

.launcher-result-actions {
  display: flex;
  gap: 7px;
}

.launcher-result-actions .btn {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 0.68rem;
}

.launcher-result-actions .icon-button {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}

.launcher-empty {
  padding: 34px 18px;
  color: var(--muted);
  text-align: center;
}

.toast-region {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 3600;
  display: grid;
  gap: 8px;
  max-width: min(360px, calc(100vw - 36px));
}

.toast-message {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  color: var(--text);
  background: rgba(13, 16, 16, 0.96);
  box-shadow: var(--shadow-soft);
  font-size: 0.76rem;
  animation: toastIn 0.25s ease both;
  backdrop-filter: blur(16px);
}

.toast-message .icon {
  width: 30px;
  height: 30px;
  padding: 7px;
  border-radius: 9px;
  color: var(--mint);
  background: rgba(98, 240, 207, 0.08);
}

@keyframes toastIn {
  from { opacity: 0; transform: translateY(10px); }
}

.legal-page {
  min-height: 100vh;
  padding: calc(var(--header-h) + 70px) 0 100px;
}

.legal-shell {
  width: min(calc(100% - 48px), 900px);
  margin: auto;
}

.legal-shell h1 {
  margin: 10px 0 16px;
  font-family: var(--display);
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.legal-shell .legal-intro {
  color: var(--muted);
  font-size: 1.05rem;
}

.legal-card {
  margin-top: 30px;
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface-solid);
}

.legal-card h2 {
  margin: 32px 0 10px;
  font-family: var(--display);
  font-size: 1.25rem;
  letter-spacing: -0.04em;
}

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

.legal-card p,
.legal-card li {
  color: var(--muted);
}

.legal-card a {
  color: var(--amber);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: 190px 1fr auto;
  }

  .brand-link {
    width: 176px;
  }

  .desktop-nav {
    gap: 18px;
  }

  .header-search span,
  .header-search kbd {
    display: none;
  }

  .header-search {
    width: 42px;
    justify-content: center;
    padding: 0;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
    gap: 36px;
  }

  .orbit-card {
    min-height: 590px;
  }

  .orbit-stage {
    height: 430px;
  }

}

@media (max-width: 960px) {
  :root {
    --header-h: 68px;
  }

  .container-wide {
    width: min(calc(100% - 32px), var(--container-wide));
  }

  .section {
    padding: 88px 0;
  }

  .desktop-nav,
  .header-telegram {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .header-actions {
    justify-self: end;
  }

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

  .hero {
    min-height: auto;
    padding-top: calc(var(--header-h) + 42px);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

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

  .hero h1 {
    max-width: 780px;
    font-size: clamp(3.2rem, 10vw, 6.4rem);
  }

  .orbit-card {
    min-height: 560px;
  }

  .featured-grid {
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    overflow-x: auto;
    margin: 0 -16px;
    padding: 0 16px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .feature-card {
    scroll-snap-align: center;
  }

  .how-shell,
  .community-shell {
    grid-template-columns: 1fr;
  }

  .how-title-block {
    max-width: 620px;
  }

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

@media (max-width: 900px) {
  .brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 720px) {
  .container-wide {
    width: min(calc(100% - 24px), var(--container-wide));
  }

  .section {
    padding: 70px 0;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .split-heading {
    display: block;
  }

  .split-heading .section-link {
    margin-top: 18px;
  }

  .brand-link {
    width: 164px;
  }

  .hero {
    min-height: 100svh;
    padding: calc(var(--header-h) + 24px) 0 34px;
  }

  .hero-grid {
    gap: 20px;
  }

  .eyebrow {
    margin-bottom: 11px;
    font-size: 0.64rem;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 13.3vw, 4.5rem);
    line-height: 0.94;
  }

  .hero-description {
    display: -webkit-box;
    margin: 16px 0 18px;
    overflow: hidden;
    font-size: 0.92rem;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .hero-actions .btn {
    min-height: 48px;
    padding: 0 12px;
    border-radius: 13px;
    font-size: 0.76rem;
  }

  .hero-finder {
    margin-top: 14px;
    padding: 9px;
    border-radius: 15px;
  }

  .hero-finder-head {
    display: none;
  }

  .quick-choice-grid {
    gap: 6px;
  }

  .quick-choice {
    min-height: 55px;
    padding: 9px;
    border-radius: 10px;
  }

  .quick-choice b {
    font-size: 0.67rem;
  }

  .quick-choice span {
    display: none;
  }

  .hero-stats {
    gap: 18px;
    margin-top: 14px;
  }

  .hero-stats div {
    min-width: auto;
  }

  .hero-stats dt {
    font-size: 0.92rem;
  }

  .hero-stats dd {
    font-size: 0.54rem;
  }

  .orbit-card {
    min-height: 250px;
    border-radius: 24px;
  }

  .orbit-topline {
    padding: 14px 16px;
  }

  .orbit-topline h2 {
    font-size: 0.95rem;
  }

  .orbit-kicker,
  .orbit-status {
    font-size: 0.5rem;
  }

  .orbit-stage {
    height: 174px;
  }

  .orbit-core {
    width: 72px;
    height: 72px;
  }

  .orbit-core span {
    font-size: 0.38rem;
  }

  .orbit-core b {
    font-size: 0.65rem;
  }

  .orbit-footer,
  .scroll-cue {
    display: none;
  }

  .featured-grid {
    grid-template-columns: repeat(3, minmax(82vw, 1fr));
  }

  .feature-card {
    padding: 19px;
    border-radius: 24px;
  }

  .feature-logo-wrap {
    width: 90px;
    height: 90px;
    margin-top: 22px;
    border-radius: 22px;
  }

  .feature-card h3 {
    margin-top: 16px;
    font-size: 1.4rem;
  }

  .feature-actions {
    right: 19px;
    bottom: 19px;
    left: 19px;
  }

  .how-shell,
  .community-shell {
    padding: 24px;
    border-radius: 26px;
  }

  .how-steps li {
    grid-template-columns: 45px 1fr;
    gap: 12px;
    padding: 15px;
  }

  .how-steps li > span {
    width: 42px;
    height: 42px;
  }

  .directory-toolbar {
    top: calc(var(--header-h) + 7px);
    grid-template-columns: minmax(0, 1fr) 54px;
    gap: 7px;
    padding: 7px;
    border-radius: 16px;
  }

  .search-box,
  .sort-box {
    min-height: 48px;
    border-radius: 12px;
  }

  .search-box kbd,
  .sort-box span,
  .sort-box select {
    display: none;
  }

  .sort-box {
    justify-content: center;
    padding: 0;
  }

  .sort-box .sort-chevron {
    display: none;
  }

  .sort-box::after {
    color: var(--muted);
    content: "↕";
    font-size: 1rem;
  }

  .brand-card {
    min-height: 246px;
    padding: 12px;
    border-radius: 17px;
  }

  .brand-logo {
    width: 72px;
    height: 52px;
    border-radius: 11px;
  }

  .brand-card .save-button {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .brand-badge {
    margin-top: 10px;
    padding: 4px 6px;
    font-size: 0.49rem;
  }

  .brand-card h3 {
    margin-top: 8px;
    font-size: 0.74rem;
  }

  .brand-primary-offer {
    min-height: 34px;
    font-size: 0.65rem;
  }

  .brand-tags {
    min-height: 22px;
    margin: 8px 0 10px;
  }

  .brand-tag {
    max-width: 100%;
    padding: 3px 5px;
    font-size: 0.48rem;
  }

  .brand-tag:nth-child(n+2) {
    display: none;
  }

  .brand-card-actions {
    gap: 6px;
  }

  .brand-card-actions .btn,
  .brand-card-actions .icon-button {
    min-height: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .brand-card-actions .btn {
    padding: 0 8px;
    font-size: 0.62rem;
  }

  .brand-card-actions .icon-button {
    width: 36px;
  }

  .community-card {
    grid-template-columns: 42px 1fr auto;
    padding: 14px;
  }

  .community-card > .icon:first-child {
    width: 40px;
    height: 40px;
  }

  .responsible-strip .container-wide {
    display: block;
  }

  .responsible-strip a {
    margin-top: 16px;
  }

  .footer-nav {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    display: block;
  }

  .footer-bottom p + p {
    margin-top: 8px;
  }

  .mobile-quick-button {
    display: inline-flex;
  }

  .modal-shell {
    align-items: end;
    padding: 8px;
  }

  .modal-panel {
    width: 100%;
    max-height: calc(100dvh - 16px);
    border-radius: 26px 26px 18px 18px;
  }

  .modal-close {
    top: 10px;
    width: 38px;
    height: 38px;
    margin: 10px 10px -48px 0;
  }

  .brand-modal-hero {
    grid-template-columns: 86px 1fr;
    gap: 16px;
    min-height: 164px;
    padding: 30px 20px 22px;
  }

  .modal-logo {
    width: 86px;
    height: 86px;
    border-radius: 20px;
  }

  .modal-logo img {
    padding: 9px;
  }

  .modal-heading h2 {
    margin: 8px 0 4px;
    font-size: clamp(1.25rem, 7vw, 2rem);
  }

  .modal-heading p {
    font-size: 0.72rem;
  }

  .modal-body-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px 20px calc(24px + env(safe-area-inset-bottom));
  }

  .offer-list li {
    grid-template-columns: 26px 1fr;
    padding: 11px;
    font-size: 0.76rem;
  }

  .offer-list li::before {
    width: 25px;
    height: 25px;
  }

  .modal-side {
    position: sticky;
    bottom: 0;
    padding: 12px;
    background: rgba(16, 19, 19, 0.96);
    backdrop-filter: blur(16px);
  }

  .welcome-modal {
    padding: 20px;
  }

  .welcome-head {
    padding-right: 46px;
  }

  .welcome-head h2 {
    font-size: 1.65rem;
  }

  .welcome-head p {
    font-size: 0.76rem;
  }

  .welcome-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 16px;
  }

  .welcome-card {
    display: grid;
    grid-template-columns: 96px 1fr;
    border-radius: 14px;
  }

  .welcome-card-media {
    aspect-ratio: 1;
  }

  .welcome-card-copy {
    padding: 11px;
  }

  .welcome-card-copy p {
    min-height: auto;
    margin-bottom: 8px;
    font-size: 0.63rem;
    -webkit-line-clamp: 1;
  }

  .welcome-card-copy h3 {
    font-size: 0.8rem;
  }

  .welcome-card-actions .btn,
  .welcome-card-actions .icon-button {
    min-height: 34px;
    height: 34px;
    border-radius: 9px;
  }

  .welcome-card-actions .btn {
    font-size: 0.62rem;
  }

  .welcome-card-actions .icon-button {
    width: 34px;
  }

  .welcome-bottom {
    align-items: flex-start;
    font-size: 0.62rem;
  }

  .launcher-modal {
    padding: 18px;
  }

  .launcher-head h2 {
    font-size: 1.25rem;
  }

  .launcher-result {
    grid-template-columns: 46px 1fr auto;
    gap: 9px;
    padding: 8px;
  }

  .launcher-logo {
    width: 46px;
    height: 40px;
  }

  .launcher-result-actions .btn {
    display: none;
  }
}

@media (max-width: 420px) {
  .brand-link {
    width: 148px;
  }

  .header-search {
    display: none;
  }

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

  .hero-actions .btn {
    min-height: 44px;
  }

  .hero-finder {
    margin-top: 9px;
  }

  .hero-stats {
    justify-content: space-between;
  }

  .orbit-card {
    min-height: 226px;
  }

  .orbit-stage {
    height: 152px;
  }

  .featured-grid {
    grid-template-columns: repeat(3, minmax(88vw, 1fr));
  }

  .brand-card {
    min-height: 236px;
  }

  .brand-card h3 {
    font-size: 0.69rem;
  }

  .footer-nav {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 350px) {
  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 13vw, 3.2rem);
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Standalone legal / information pages */
.legal-header .header-inner {
  display: flex;
  justify-content: space-between;
}

.legal-back {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.78rem;
  font-weight: 800;
  transition: color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.legal-back:hover {
  color: var(--text);
  border-color: rgba(255, 159, 53, 0.35);
  transform: translateY(-1px);
}

.legal-back svg {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.legal-meta span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted-2);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.legal-card ul,
.legal-card ol {
  padding-left: 1.25rem;
}

.legal-card li + li {
  margin-top: 8px;
}

.legal-highlight {
  margin: 24px 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 159, 53, 0.22);
  border-left: 3px solid var(--orange-2);
  border-radius: 14px;
  color: var(--text) !important;
  background: rgba(255, 116, 18, 0.055);
}

.legal-footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  background: rgba(7, 9, 9, 0.7);
  font-size: 0.76rem;
}

.legal-footer .container-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.legal-footer a:hover {
  color: var(--text);
}

@media (max-width: 640px) {
  .legal-header .brand-link {
    width: 142px;
  }

  .legal-back {
    min-height: 38px;
    padding: 0 13px;
    font-size: 0.7rem;
  }

  .legal-page {
    padding-top: calc(var(--header-h) + 46px);
  }

  .legal-shell {
    width: min(calc(100% - 28px), 900px);
  }

  .legal-shell h1 {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .legal-card {
    padding: 22px;
    border-radius: 20px;
  }

  .legal-footer .container-wide {
    align-items: flex-start;
    flex-direction: column;
  }
}
