:root {
  --bg: #0a0c12;
  --surface: #111118;
  --surface-raised: #171722;
  --surface-deep: #07080d;
  --border: #2a2a40;
  --border-soft: #1d1d2b;
  --text: #ffffff;
  --text-secondary: #c0c0d8;
  --text-muted: #8888aa;
  --input-bg: #14141f;
  --accent: #0a84ff;
  --accent-brand: #0f52ba;
  --accent-bright: #1a6eff;
  --accent-dark: #000080;
  --light-bg: #f0f4ff;
  --light-card: #ffffff;
  --light-border: #e2e8f7;
  --light-text: #0a0a1a;
  --light-text-secondary: #333355;
  --light-text-muted: #666688;
  --success: #2ecf87;
  --danger: #ff5c67;
  --warning: #f4b942;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 14px;
  --radius-xl: 16px;
  --radius-full: 9999px;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 16px;
  --space-xl: 20px;
  --space-xxl: 24px;
  --space-xxxl: 32px;
  --space-huge: 40px;
  --container: 1220px;
  color-scheme: dark;
  --glass-fill: rgba(10, 12, 18, 0.9);
  --glass-soft: rgba(255, 255, 255, 0.08);
  --shadow-premium: 0 22px 60px rgba(0, 0, 0, 0.26);
  --shadow-float: 0 18px 42px rgba(0, 0, 0, 0.18);
  --header-height: 74px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 8px);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background:
    radial-gradient(circle at top right, rgba(26, 110, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #07080c 0%, #0a0c12 100%);
}

body.nav-open {
  overflow: auto;
}

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

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

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

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

a:hover {
  text-decoration: none;
}

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

h1,
h2 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  line-height: 0.98;
}

h1 {
  font-weight: 900;
  font-size: clamp(2.85rem, 6.2vw, 5.9rem);
  line-height: 0.96;
}

h2 {
  font-weight: 800;
  font-size: clamp(2.05rem, 4.1vw, 3.75rem);
  line-height: 1;
}

h3,
h4 {
  font-family: "Barlow", Arial, sans-serif;
  line-height: 1.18;
}

h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 700;
}

h4 {
  font-size: 1.05rem;
  font-weight: 700;
}

::selection {
  background: var(--accent-brand);
  color: #fff;
}

:focus-visible {
  outline: 3px solid var(--accent-bright);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-150%);
  background: #fff;
  color: var(--light-text);
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  font-weight: 700;
}

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

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

.container.narrow {
  width: min(calc(100% - 40px), 860px);
}

.section {
  padding: clamp(76px, 9vw, 128px) 0;
}

.section.compact {
  padding: clamp(56px, 7vw, 88px) 0;
}

.section-dark {
  background: var(--bg);
  color: var(--text);
}

.section-deep {
  background: var(--surface-deep);
  color: var(--text);
}

.section-light {
  background: var(--light-bg);
  color: var(--light-text);
}

.section-white {
  background: var(--light-card);
  color: var(--light-text);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--accent-bright);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
}

.section-kicker::before {
  width: 30px;
  height: 2px;
  background: currentColor;
  content: "";
}

.section-light .section-kicker,
.section-white .section-kicker {
  color: var(--accent-brand);
}

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

.section-intro {
  max-width: 700px;
  color: var(--text-secondary);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  margin-bottom: 36px;
}

.section-light .section-intro,
.section-white .section-intro {
  color: var(--light-text-secondary);
}

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

.section-light .muted,
.section-white .muted {
  color: var(--light-text-muted);
}

.accent-text {
  color: var(--accent-bright);
}

.pro-text,
.wordmark {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 900;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  font-size: 1.62rem;
  line-height: 1;
}

.wordmark .wordmark-up {
  color: var(--accent-bright);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-height);
  background: rgba(8, 10, 16, 0.28);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(0px) saturate(100%);
  -webkit-backdrop-filter: blur(0px) saturate(100%);
  transition: background 240ms ease, border-color 240ms ease, backdrop-filter 240ms ease, -webkit-backdrop-filter 240ms ease;
}

.nav-shell {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 11px;
}

.brand img {
  width: 42px;
  height: 42px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  border-radius: 14px;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.primary-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: var(--text-secondary);
  border-radius: var(--radius-md);
  font-weight: 600;
  transition: color 160ms ease, background 160ms ease;
  gap: 8px;
  padding-inline: 16px;
  border: 1px solid transparent;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.06);
}

.primary-nav .nav-cta {
  margin-left: 8px;
  padding-inline: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent-brand), var(--accent-bright));
  box-shadow: 0 16px 30px rgba(10, 132, 255, 0.24);
}

.primary-nav .nav-cta:hover {
  background: linear-gradient(135deg, #1665d8, #2f8dff);
  border-color: transparent;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  color: #fff;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  content: "";
}

.hero-badge,
.inline-badge {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 5px 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  color: var(--text-secondary);
  font-size: 0.88rem;
  font-weight: 600;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 32px;
  color: var(--text-secondary);
  font-size: clamp(1.08rem, 1.9vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 14px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  cursor: pointer;
  gap: 10px;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms cubic-bezier(.22,1,.36,1), box-shadow 220ms ease;
}

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

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent-brand), var(--accent-bright));
  box-shadow: 0 16px 32px rgba(10, 132, 255, 0.22);
}

.button-primary:hover {
  background: linear-gradient(135deg, #1665d8, #2f8dff);
  box-shadow: 0 22px 42px rgba(10, 132, 255, 0.28);
}

.button-secondary {
  border-color: var(--border);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.button-secondary:hover {
  background: var(--surface);
  border-color: #41415d;
}

.section-light .button-secondary,
.section-white .button-secondary {
  border-color: var(--light-border);
  color: var(--light-text);
}

.section-light .button-secondary:hover,
.section-white .button-secondary:hover {
  background: #e6edff;
  border-color: #c8d5f1;
}

.button-small {
  min-height: 42px;
  padding-inline: 17px;
  font-size: 0.9rem;
}

.form-shell {
  max-width: 720px;
}

.inline-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.field,
.select-field,
.textarea-field {
  width: 100%;
  background: var(--input-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  color: var(--text);
  outline: none;
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.field,
.select-field {
  min-height: 50px;
  padding: 0 16px;
}

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

.field::placeholder,
.textarea-field::placeholder {
  color: var(--text-muted);
}

.field:focus,
.select-field:focus,
.textarea-field:focus {
  border-color: var(--accent-bright);
  box-shadow: 0 0 0 3px rgba(26, 110, 255, 0.17);
}

.section-light .field,
.section-light .select-field,
.section-light .textarea-field,
.section-white .field,
.section-white .select-field,
.section-white .textarea-field {
  background: #fff;
  border-color: var(--light-border);
  color: var(--light-text);
}

.section-light .field::placeholder,
.section-light .textarea-field::placeholder,
.section-white .field::placeholder,
.section-white .textarea-field::placeholder {
  color: var(--light-text-muted);
}

.form-note {
  margin: 10px 0 0;
  color: var(--text-muted);
  font-size: 0.84rem;
}

.form-note a {
  color: var(--text-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section-light .form-note,
.section-white .form-note {
  color: var(--light-text-muted);
}

.section-light .form-note a,
.section-white .form-note a {
  color: var(--light-text-secondary);
}

.form-status {
  display: none;
  margin: 12px 0 0;
  padding: 11px 14px;
  border-radius: var(--radius-md);
  font-weight: 600;
}

.form-status.is-success {
  display: block;
  background: rgba(46, 207, 135, 0.13);
  border: 1px solid rgba(46, 207, 135, 0.35);
  color: #7bf0b8;
}

.form-status.is-error {
  display: block;
  background: rgba(255, 92, 103, 0.13);
  border: 1px solid rgba(255, 92, 103, 0.34);
  color: #ff98a0;
}

.section-light .form-status.is-success,
.section-white .form-status.is-success {
  color: #126842;
}

.section-light .form-status.is-error,
.section-white .form-status.is-error {
  color: #a72531;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.hero-platforms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.platform-chip {
  display: inline-flex;
  gap: 8px;
  min-height: 34px;
  align-items: center;
  padding: 4px 11px;
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  color: var(--text-secondary);
  font-weight: 600;
}

.signal-strip {
  background: #0d0e14;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

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

.signal-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--border-soft);
  min-height: 176px;
  padding: 38px 34px;
}

.signal-item:last-child {
  border-right: 0;
}

.signal-item strong {
  font-family: "Barlow Condensed", Arial, sans-serif;
  line-height: 1;
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
}

.signal-item span {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-top: 2px;
  line-height: 1.65;
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}

.editorial-copy {
  position: sticky;
  top: calc(var(--header-height) + 32px);
}

.feature-list {
  border-top: 1px solid var(--light-border);
}

.feature-row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--light-border);
}

.feature-index {
  color: var(--accent-brand);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
}

.feature-row h3 {
  margin-bottom: 8px;
}

.feature-row p {
  margin: 0;
  color: var(--light-text-secondary);
}

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

.dark-card,
.card {
  min-height: 100%;
  padding: 28px;
  border-radius: var(--radius-xl);
}

.dark-card {
  background: var(--surface);
  border: 1px solid var(--border);
}

.card {
  background: var(--light-card);
  border: 1px solid var(--light-border);
}

.dark-card .card-number,
.card .card-number {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  border-radius: var(--radius-sm);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 800;
}

.dark-card .card-number {
  background: rgba(10, 132, 255, 0.13);
  color: var(--accent-bright);
}

.card .card-number {
  background: #e8f0ff;
  color: var(--accent-brand);
}

.dark-card h3,
.card h3 {
  margin-bottom: 10px;
}

.dark-card p {
  margin: 0;
  color: var(--text-secondary);
}

.card p {
  margin: 0;
  color: var(--light-text-secondary);
}

.product-stage {
  overflow: hidden;
}

.device-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.device-card {
  min-width: 0;
}

.device-shell {
  position: relative;
  aspect-ratio: 10 / 20.4;
  max-width: 350px;
  margin-inline: auto;
  padding: 10px;
  background: #05060a;
  border: 1px solid #35354b;
  border-radius: 44px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.5);
}

.device-screen {
  height: 100%;
  overflow: hidden;
  background: #0b0d13;
  border-radius: 35px;
}

.device-island {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 5;
  width: 92px;
  height: 24px;
  transform: translateX(-50%);
  background: #020205;
  border-radius: var(--radius-full);
}

.mock-app {
  min-height: 100%;
  padding: 56px 14px 18px;
  color: #fff;
}

.mock-app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.mock-wordmark {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
}

.mock-wordmark span {
  color: var(--accent-bright);
}

.mock-dot {
  width: 26px;
  height: 26px;
  background: var(--surface-raised);
  border: 1px solid var(--border);
  border-radius: 50%;
}

.mock-search {
  height: 34px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 0 10px;
  background: #141620;
  border: 1px solid #242639;
  border-radius: var(--radius-md);
  color: var(--text-muted);
  font-size: 0.72rem;
}

.mock-feed-card,
.mock-panel,
.mock-build-card {
  background: #11131b;
  border: 1px solid #26283b;
  border-radius: var(--radius-lg);
}

.mock-feed-card {
  overflow: hidden;
  margin-bottom: 10px;
}

.mock-car-art {
  position: relative;
  height: 112px;
  overflow: hidden;
  background: linear-gradient(145deg, #1b3f78, #04081a 68%);
}

.mock-car-art::before {
  position: absolute;
  right: 13px;
  bottom: 23px;
  width: 76%;
  height: 24px;
  background: #eaf3ff;
  border-radius: 70% 35% 18% 30%;
  box-shadow: -20px 12px 0 -7px #eaf3ff;
  transform: skewX(-12deg);
  content: "";
}

.mock-car-art::after {
  position: absolute;
  right: 35px;
  bottom: 9px;
  width: 32px;
  height: 32px;
  background: #101525;
  border: 7px solid #c9dfff;
  border-radius: 50%;
  box-shadow: -118px 0 0 -7px #101525, -118px 0 0 0 #c9dfff;
  content: "";
}

.mock-feed-body {
  padding: 11px;
}

.mock-feed-title,
.mock-panel-title {
  font-size: 0.82rem;
  font-weight: 700;
}

.mock-meta {
  margin-top: 3px;
  color: var(--text-muted);
  font-size: 0.66rem;
}

.mock-feed-stats {
  display: flex;
  gap: 12px;
  margin-top: 9px;
  color: var(--text-secondary);
  font-size: 0.68rem;
}

.mock-build-hero {
  min-height: 152px;
  padding: 18px 14px;
  background: linear-gradient(145deg, #143773, #08091a 68%);
  border-radius: var(--radius-lg);
}

.mock-build-hero .mock-meta {
  color: #b5c7e8;
}

.mock-build-title {
  margin: 28px 0 6px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}

.mock-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 10px 0;
}

.mock-stat {
  padding: 10px 7px;
  background: #11131b;
  border: 1px solid #25283a;
  border-radius: var(--radius-md);
}

.mock-stat strong {
  display: block;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.22rem;
  line-height: 1;
}

.mock-stat span {
  display: block;
  margin-top: 5px;
  color: var(--text-muted);
  font-size: 0.6rem;
}

.mock-panel {
  margin-top: 10px;
  padding: 12px;
}

.mock-list-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #25283a;
  font-size: 0.68rem;
}

.mock-list-row:last-child {
  border-bottom: 0;
}

.mock-list-row span:last-child {
  color: var(--accent-bright);
  font-weight: 700;
}

.mock-ai-score {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  padding: 14px;
  background: #11131b;
  border: 1px solid #292b40;
  border-radius: var(--radius-lg);
}

.mock-gauge {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  background: conic-gradient(var(--accent-bright) 0 78%, #24273a 78% 100%);
  border-radius: 50%;
}

.mock-gauge::before {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: #11131b;
  border-radius: 50%;
  content: "78";
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
}

.mock-bars {
  display: grid;
  gap: 9px;
}

.mock-bar {
  height: 6px;
  overflow: hidden;
  background: #24273a;
  border-radius: var(--radius-full);
}

.mock-bar::before {
  display: block;
  width: var(--bar, 70%);
  height: 100%;
  background: var(--accent-bright);
  content: "";
}

.device-caption {
  max-width: 340px;
  margin: 24px auto 0;
}

.device-caption h3 {
  margin-bottom: 8px;
}

.device-caption p {
  margin: 0;
  color: var(--text-secondary);
}

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

.tier-panel {
  position: relative;
  padding: clamp(30px, 4vw, 48px);
  background: var(--light-card);
  border: 1px solid var(--light-border);
  border-radius: var(--radius-xl);
}

.tier-panel.pro-panel {
  background: #0e1220;
  border-color: #284a80;
  color: #fff;
}

.tier-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 22px;
  padding: 4px 10px;
  background: #edf3ff;
  border: 1px solid #d8e4fb;
  border-radius: var(--radius-full);
  color: var(--accent-brand);
  font-weight: 700;
}

.pro-panel .tier-label {
  background: rgba(10, 132, 255, 0.14);
  border-color: rgba(10, 132, 255, 0.4);
  color: #8ec8ff;
}

.tier-panel h3 {
  margin-bottom: 12px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.tier-panel > p {
  color: var(--light-text-secondary);
}

.pro-panel > p {
  color: var(--text-secondary);
}

.tick-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tick-list li {
  position: relative;
  padding-left: 26px;
  color: var(--light-text-secondary);
}

.pro-panel .tick-list li,
.section-dark .tick-list li,
.section-deep .tick-list li {
  color: var(--text-secondary);
}

.tick-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--accent-brand);
  content: "✓";
  font-weight: 900;
}

.pro-panel .tick-list li::before,
.section-dark .tick-list li::before,
.section-deep .tick-list li::before {
  color: var(--accent-bright);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
}

.about-block {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(15, 82, 186, 0.82), rgba(0, 0, 32, 0.97)),
    var(--surface);
  border-radius: var(--radius-xl);
}

.about-block::before,
.about-block::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.08);
  content: "";
}

.about-block::before {
  top: 12%;
  right: -12%;
  width: 82%;
  height: 42%;
  transform: skewY(-16deg);
}

.about-block::after {
  left: -20%;
  bottom: 8%;
  width: 90%;
  height: 24%;
  transform: skewY(13deg);
}

.about-mark {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 40px;
  text-align: center;
}

.about-mark img {
  width: min(62%, 270px);
  border-radius: 28%;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.about-copy h2 {
  margin-bottom: 22px;
}

.about-copy p {
  color: var(--light-text-secondary);
  font-size: 1.08rem;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid var(--light-border);
  border-left: 1px solid var(--light-border);
}

.about-fact {
  padding: 20px;
  border-right: 1px solid var(--light-border);
  border-bottom: 1px solid var(--light-border);
}

.about-fact strong {
  display: block;
  margin-bottom: 5px;
  color: var(--accent-brand);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.55rem;
}

.about-fact span {
  color: var(--light-text-muted);
  font-size: 0.85rem;
}

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

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

.faq-list summary {
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 700;
  list-style: none;
  display: block;
  min-height: 72px;
  padding: 22px 52px 22px 0;
  line-height: 1.35;
}

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

.faq-list summary::after {
  position: absolute;
  right: 5px;
  color: var(--accent-bright);
  content: "+";
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 260ms cubic-bezier(.22,1,.36,1), color 180ms ease;
}

.faq-list details[open] summary::after {
  content: "+";
  transform: translateY(-50%) rotate(45deg);
}

.faq-list details p {
  max-width: 820px;
  margin: 0;
  color: var(--text-secondary);
  padding: 0;
}

.section-light .faq-list,
.section-white .faq-list,
.section-light .faq-list details,
.section-white .faq-list details {
  border-color: var(--light-border);
}

.section-light .faq-list details p,
.section-white .faq-list details p {
  color: var(--light-text-secondary);
}

.cta-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(15, 82, 186, 0.98), rgba(0, 0, 80, 0.98)),
    var(--accent-brand);
  color: #fff;
}

.cta-band::after {
  position: absolute;
  right: -12%;
  bottom: -55%;
  width: 55%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
}

.cta-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1.15fr);
  align-items: center;
  gap: 50px;
}

.cta-band .section-kicker,
.cta-band .section-intro {
  color: #fff;
}

.cta-band .field {
  background: #fff;
  border-color: #fff;
  color: var(--light-text);
}

.cta-band .field::placeholder {
  color: var(--light-text-muted);
}

.cta-band .button-primary {
  background: #fff;
  color: var(--accent-dark);
}

.cta-band .button-primary:hover {
  background: #eaf1ff;
}

.cta-band .form-note,
.cta-band .form-note a {
  color: #d8e7ff;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(8, 10, 18, 0.98), rgba(11, 26, 61, 0.94)),
    var(--bg);
  border-bottom: 1px solid var(--border-soft);
  padding: clamp(52px, 6vw, 86px) 0 clamp(64px, 7vw, 98px);
  background-size: cover;
  background-position: center;
}

/* Homepage video background while retaining the shared page hero layout */
.page-hero-video {
  isolation: isolate;
}

.page-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.page-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5) saturate(0.8) contrast(1.05);
}

.page-hero-video::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(5, 6, 10, 0.96) 0%,
      rgba(5, 6, 10, 0.82) 44%,
      rgba(5, 6, 10, 0.42) 72%,
      rgba(5, 6, 10, 0.68) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.12),
      rgba(0, 0, 80, 0.32)
    );
  content: "";
  pointer-events: none;
}

.page-hero-video::before {
  z-index: 1;
}

.page-hero-video .page-hero-grid {
  position: relative;
  z-index: 2;
}

.page-hero::before {
  position: absolute;
  top: -120px;
  right: -80px;
  width: min(52vw, 680px);
  aspect-ratio: 1;
  border: 1px solid rgba(26, 110, 255, 0.18);
  border-radius: 50%;
  content: "";
  opacity: 0.62;
}

.page-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: 58px;
  align-items: center;
}

.page-hero h1 {
  max-width: 820px;
  margin-bottom: 20px;
}

.page-hero .hero-lead {
  margin-bottom: 32px;
}

.hero-metric-panel {
  background: #10131e;
  border: 1px solid #2c3d5f;
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.hero-metric-panel .panel-top {
  padding: 20px;
  background: linear-gradient(130deg, #0f52ba, #000080);
}

.hero-metric-panel .panel-top strong {
  display: block;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.hero-metric-panel .panel-top span {
  display: block;
  margin-top: 8px;
  color: #d7e7ff;
  font-size: 0.88rem;
}

.hero-metric-panel .panel-body {
  padding: 8px 20px 14px;
}

.metric-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--border-soft);
  color: var(--text-secondary);
}

.metric-row:last-child {
  border-bottom: 0;
}

.metric-row strong {
  color: #fff;
}

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

.price-card {
  position: relative;
  padding: clamp(28px, 4vw, 46px);
  background: var(--light-card);
  border: 1px solid var(--light-border);
  border-radius: var(--radius-xl);
}

.price-card.featured {
  border: 2px solid var(--accent-brand);
}

.price-card .best-value {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 5px 10px;
  background: #e9f1ff;
  border-radius: var(--radius-full);
  color: var(--accent-brand);
  font-size: 0.78rem;
  font-weight: 700;
}

.price-card h3 {
  margin-bottom: 8px;
}

.price {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  margin: 24px 0 8px;
}

.price strong {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.85;
}

.price span {
  padding-bottom: 5px;
  color: var(--light-text-muted);
}

.price-card p {
  color: var(--light-text-secondary);
}

.price-card .button {
  width: 100%;
  margin-top: 26px;
}

.price-disclaimer {
  margin: 18px 0 0;
  color: var(--light-text-muted);
  font-size: 0.86rem;
}

.comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: var(--surface);
}

.comparison-table th,
.comparison-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--border-soft);
  text-align: left;
}

.comparison-table th {
  background: #0d0f16;
  color: #fff;
  font-size: 0.9rem;
}

.comparison-table th:not(:first-child),
.comparison-table td:not(:first-child) {
  width: 18%;
  text-align: center;
}

.comparison-table td {
  color: var(--text-secondary);
}

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

.comparison-table .yes {
  color: var(--success);
  font-weight: 800;
}

.comparison-table .no {
  color: var(--text-muted);
}

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

.pro-feature {
  min-height: 260px;
  padding: 30px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
}

.pro-feature.wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  align-items: center;
  gap: 40px;
}

.pro-feature-mark {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 32px;
  padding: 4px 10px;
  background: rgba(10, 132, 255, 0.12);
  border: 1px solid rgba(10, 132, 255, 0.28);
  border-radius: var(--radius-full);
  color: var(--accent-bright);
  font-weight: 700;
}

.pro-feature p {
  color: var(--text-secondary);
}

.widget-preview {
  width: min(100%, 430px);
  margin-inline: auto;
  padding: 22px;
  background: #070810;
  border: 1px solid #34364e;
  border-radius: 34px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}

.widget-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.widget-car {
  font-weight: 700;
}

.widget-mark {
  color: var(--accent-bright);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 900;
}

.widget-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.widget-stat {
  padding: 12px 8px;
  background: #11131d;
  border-radius: var(--radius-md);
  text-align: center;
}

.widget-stat strong {
  display: block;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.45rem;
}

.widget-stat span {
  color: var(--text-muted);
  font-size: 0.68rem;
}

.support-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 6vw, 74px);
  align-items: start;
}

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

.support-link-card {
  padding: 20px;
  background: var(--light-card);
  border: 1px solid var(--light-border);
  border-radius: var(--radius-lg);
  transition: border-color 160ms ease, transform 160ms ease;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.support-link-card:hover {
  transform: translateY(-1px);
  border-color: #b9c9ea;
}

.support-link-card strong {
  display: block;
  margin-bottom: 3px;
  color: var(--light-text);
  font-size: 1rem;
}

.support-link-card span {
  color: var(--light-text-muted);
  font-size: 0.9rem;
}

.form-card {
  padding: clamp(26px, 4vw, 42px);
  background: var(--light-card);
  border: 1px solid var(--light-border);
  border-radius: var(--radius-xl);
}

.form-card h2 {
  margin-bottom: 14px;
  font-size: clamp(1.85rem, 3.3vw, 2.75rem);
}

.form-card > p {
  color: var(--light-text-secondary);
  margin-bottom: 0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.form-group {
  min-width: 0;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-label {
  display: block;
  margin-bottom: 7px;
  color: var(--light-text-secondary);
  font-size: 0.9rem;
  font-weight: 700;
}

.form-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
}

.form-check input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--accent-brand);
}

.form-check label {
  color: var(--light-text-secondary);
  font-size: 0.9rem;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

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

.help-card {
  padding: 25px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
}

.help-card h3 {
  margin-bottom: 10px;
}

.help-card p {
  margin: 0;
  color: var(--text-secondary);
}

.help-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--accent-bright);
  font-weight: 700;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.legal-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: start;
}

.legal-nav {
  position: sticky;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--light-border);
  border-radius: var(--radius-xl);
  top: calc(var(--header-height) + 16px);
}

.legal-nav strong {
  display: block;
  margin-bottom: 10px;
}

.legal-nav a {
  display: block;
  padding: 9px 10px;
  border-radius: var(--radius-sm);
  color: var(--light-text-secondary);
  font-size: 0.92rem;
}

.legal-nav a:hover,
.legal-nav a[aria-current="page"] {
  background: #edf3ff;
  color: var(--accent-brand);
}

.legal-content {
  min-width: 0;
}

.legal-content h1 {
  margin-bottom: 12px;
  color: var(--light-text);
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.legal-meta {
  margin-bottom: 42px;
  color: var(--light-text-muted);
}

.legal-content h2 {
  margin: 50px 0 16px;
  color: var(--light-text);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.05;
}

.legal-content h3 {
  margin: 30px 0 10px;
  color: var(--light-text);
  font-size: 1.22rem;
}

.legal-content p,
.legal-content li {
  color: var(--light-text-secondary);
}

.legal-content ul,
.legal-content ol {
  padding-left: 22px;
}

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

.legal-content a {
  color: var(--accent-brand);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-callout {
  margin: 30px 0;
  padding: 20px;
  background: #eaf1ff;
  border-left: 4px solid var(--accent-brand);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.legal-callout p:last-child {
  margin-bottom: 0;
}

.deletion-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.deletion-summary article {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--light-border);
  border-radius: var(--radius-lg);
}

.deletion-summary strong {
  display: block;
  margin-bottom: 6px;
  color: var(--light-text);
}

.deletion-summary span {
  color: var(--light-text-muted);
  font-size: 0.88rem;
}

.site-footer {
  padding: 0;
  background: #06070b;
}

.site-footer-main {
  padding: 54px 0 28px;
  background: #06070b;
  border-top: 1px solid var(--border-soft);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(130px, 0.7fr));
  padding-bottom: 42px;
  gap: 42px;
}

.footer-brand p {
  max-width: 420px;
  margin: 18px 0 0;
  color: var(--text-muted);
}

.footer-column strong {
  display: block;
  margin-bottom: 13px;
  color: #fff;
}

.footer-column a {
  display: block;
  margin: 8px 0;
  color: var(--text-muted);
}

.footer-column a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid var(--border-soft);
  color: var(--text-muted);
  font-size: 0.86rem;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-socials a {
  color: var(--text-secondary);
}

.footer-socials a:hover {
  color: #fff;
}

@media (max-width: 1040px) {
  .page-hero-grid,
.about-grid,
.cta-grid {
    grid-template-columns: 1fr;
  }

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

  .editorial-copy {
    position: static;
  }

  .dark-card-grid,
  .card-grid,
  .help-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 860px) {
  :root {
    --header-height: 70px;
  }

  .nav-toggle {
    display: block;
  }

  .primary-nav {
    display: none;
    align-items: stretch;
    justify-content: flex-start;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: calc(100dvh - var(--header-height) - 12px) !important;
    padding: 14px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: rgba(8, 10, 16, 0.98) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-top: 0 !important;
    border-radius: 0 0 18px 18px !important;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
  }

  .primary-nav.is-open {
    display: flex !important;
    flex-direction: column;
  }

  .primary-nav a {
    min-height: 54px;
    padding-inline: 16px;
    font-size: 1.08rem;
    justify-content: flex-start;
    background: rgba(255,255,255,0.035);
    border-color: rgba(255,255,255,0.06);
    flex: 0 0 auto;
  }

  .primary-nav .nav-cta {
    margin: 12px 0 0;
    justify-content: center;
  }

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

  .signal-item:nth-child(2) {
    border-right: 0;
  }

  .signal-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--border-soft);
  }

  .device-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .device-shell {
    max-width: 320px;
  }

  .split-panel,
  .price-grid,
  .support-grid,
  .pro-feature-grid {
    grid-template-columns: 1fr;
  }

  .pro-feature.wide {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .legal-shell {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
    display: flex;
    gap: 4px;
    overflow-x: auto;
  }

  .legal-nav strong {
    display: none;
  }

  .legal-nav a {
    flex: 0 0 auto;
  }
}

@media (max-width: 680px) {
  .container,
  .container.narrow {
    width: min(calc(100% - 28px), var(--container));
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 4.6rem);
  }

  .inline-form {
    grid-template-columns: 1fr;
  }

  .inline-form .button {
    width: 100%;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .signal-grid,
  .dark-card-grid,
  .card-grid,
  .help-cards,
  .form-grid,
  .deletion-summary,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .signal-item {
    border-right: 0;
    border-bottom: 1px solid var(--border-soft);
    min-height: 0;
    padding: 34px 26px;
  }

  .signal-item:last-child {
    border-bottom: 0;
  }

  .feature-row {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .about-block {
    min-height: 360px;
  }

  .about-facts {
    grid-template-columns: 1fr;
  }

  .cta-grid {
    gap: 28px;
  }

  .price-card .best-value {
    position: static;
    display: inline-flex;
    margin-bottom: 14px;
  }

  .form-group.full {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

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

/* Account deletion page */
.legal-section {
  padding-top: clamp(80px, 10vw, 130px);
}

.deletion-summary article span {
  color: var(--light-text-secondary);
  font-size: 0.92rem;
  line-height: 1.55;
}

.deletion-form-card {
  margin-top: 26px;
}

.optional-label {
  color: var(--light-text-muted);
  font-weight: 500;
}

.textarea-short {
  min-height: 128px;
}

.button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.site-header.is-scrolled {
  background: var(--glass-fill);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
}

.nav-bolt,
.inline-bolt {
  display: inline-block;
  vertical-align: middle;
}

.primary-nav a i,
.primary-nav a .nav-bolt {
  font-size: 0.92rem;
  opacity: 0.9;
}

.hero-badge,
.inline-badge,
.platform-chip,
.tier-label,
.pro-feature-mark {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.hero-badge {
  background: rgba(16, 18, 29, 0.72);
  border-color: rgba(255, 255, 255, 0.08);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: var(--text-secondary);
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-points i {
  color: var(--accent-bright);
}

.hero-form {
  margin-bottom: 26px;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button-light {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.button-light:hover {
  background: rgba(255, 255, 255, 0.22);
}

.feature-card-premium,
.tier-panel,
.price-card,
.pro-feature,
.support-link-card,
.help-card,
.form-card,
.app-shot-card .shot-shell,
.legal-nav {
  transition: transform 260ms cubic-bezier(.22,1,.36,1), box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.feature-card-premium:hover,
.support-link-card:hover,
.help-card:hover,
.app-shot-card:hover .shot-shell {
  transform: translateY(-6px);
  box-shadow: var(--shadow-float);
}

.signal-grid-icons .signal-item {
  gap: 15px;
}

.signal-grid-icons .signal-item > i {
  font-size: 1.25rem;
  color: var(--accent-bright);
}

.editorial-grid-balanced {
  align-items: start;
}

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

.feature-card-premium {
  min-height: 100%;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff, #f7f9ff);
  border: 1px solid var(--light-border);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(19, 31, 69, 0.06);
}

.feature-card-premium h3 {
  margin: 0 0 10px;
}

.feature-card-premium p {
  margin: 0;
  color: var(--light-text-secondary);
}

.feature-icon-premium {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  background: linear-gradient(135deg, #ebf3ff, #dceaff);
  border: 1px solid #cfe0fb;
  border-radius: 18px;
  color: var(--accent-brand);
  font-size: 1.2rem;
}

.app-shot-scroller {
  grid-template-columns: repeat(5, minmax(235px, 1fr));
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 4px 24px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(26, 110, 255, 0.62) rgba(255, 255, 255, 0.08);
}

.app-shot-card {
  flex: 0 0 27%;
  min-width: 0;
  scroll-snap-align: start;
}

.shot-shell {
  max-width: 280px;
}

.shot-shell .device-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-shot-card .device-caption {
  margin-top: 18px;
  max-width: none;
  margin: 22px 2px 0;
}

.icon-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding-left: 0;
}

.icon-list li::before {
  content: none;
}

.icon-list li i,
.icon-list li .inline-bolt {
  margin-top: 4px;
  color: inherit;
  flex: 0 0 auto;
}

.tier-panel .button {
  margin-top: 26px;
}

.cta-band-actions .section-intro {
  margin-bottom: 0;
}

.cta-grid-actions {
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
}

.cta-action-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}

.footer-socials-stacked {
  display: grid;
  gap: 5px;
}

.footer-socials-stacked a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0;
  padding: 3px 0;
  line-height: 1.35;
}

.footer-socials-stacked i {
  width: 18px;
  color: var(--accent-bright);
}

.footer-credit {
  color: var(--text-secondary);
}

@media (max-width: 1040px) {
  .feature-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-shot-scroller {
    grid-template-columns: repeat(5, minmax(240px, 240px));
  }
}

@media (max-width: 860px) {
  .site-header {
    background: rgba(8, 10, 16, 0.72);
    border-bottom-color: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px) saturate(170%);
    -webkit-backdrop-filter: blur(18px) saturate(170%);
  }

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

  .cta-grid-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .hero-points,
  .section-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-points span,
  .section-actions .button,
  .cta-action-stack .button {
    width: 100%;
  }

  .signal-item strong {
    font-size: 1.85rem;
  }

  .feature-card-premium {
    padding: 24px;
  }

  .shot-shell,
  .app-shot-card .device-caption {
    max-width: 250px;
  }

  .about-mark {
    padding: 24px;
  }

  .about-mark img {
    width: min(72%, 210px);
  }

  .footer-credit {
    display: block;
    margin-top: 4px;
  }
}
/* Keep semantic emphasis bold without inheriting the signal-card title scale. */
.signal-item > strong {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1;
}

.signal-item span strong {
  display: inline;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}

.page-hero .hero-actions {
  margin: 0;
}

.support-grid .section-intro {
  margin-bottom: 34px;
}

.form-card .form-grid {
  margin-top: 34px;
}

.price-card .tick-list,
.tier-panel .tick-list {
  margin-top: 32px;
}

.price-card .button,
.tier-panel .button {
  margin-top: 32px;
}

.pro-feature-mark + h3 {
  margin-top: 0;
}

/* 3.5 app previews visible on wide screens. */

.app-shot-scroller::-webkit-scrollbar {
  height: 8px;
}

.app-shot-scroller::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
}

.app-shot-scroller::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--accent-brand), var(--accent-bright));
  border-radius: 999px;
}

.app-shot-visual {
  position: relative;
  aspect-ratio: auto;
  overflow: hidden;
  padding: 8px;
  background: linear-gradient(180deg, #151823, #05060a);
  border: 1px solid #34364e;
  border-radius: 34px;
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.46);
  transition: transform 280ms cubic-bezier(.22, 1, .36, 1), border-color 280ms ease, box-shadow 280ms ease;
}

.app-shot-visual::after {
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 27px;
  content: "";
}

.app-shot-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 27px;
}

.app-shot-card:hover .app-shot-visual {
  transform: translateY(-7px);
  border-color: rgba(26, 110, 255, 0.7);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(26, 110, 255, 0.12);
}

.app-shot-visual-widget {
  display: grid;
  place-items: center;
  padding: 24px 14px;
  background:
    radial-gradient(circle at 50% 44%, rgba(15, 82, 186, 0.22), transparent 54%),
    #080a10;
}

.app-shot-visual-widget img {
  height: auto;
  max-height: 100%;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}

.app-shot-card .device-caption p {
  min-height: 4.8em;
}

/* Global early-access component. */
.global-early-access .cta-grid {
  align-items: center;
}

.global-early-access .section-intro {
  margin-bottom: 0;
}

.global-early-access .form-shell {
  width: 100%;
}

/* Footer refinement. */

.footer-credit a {
  color: var(--accent-bright);
  font-weight: 600;
  transition: color 180ms ease;
}

.footer-credit a:hover {
  color: #77b7ff;
}

/* Modern entrance transitions, activated by assets/script.js. */
.reveal-item {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 720ms cubic-bezier(.22, 1, .36, 1),
    transform 720ms cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-item.reveal-from-left {
  transform: translate3d(-24px, 0, 0);
}

.reveal-item.reveal-from-right {
  transform: translate3d(24px, 0, 0);
}

.reveal-item.reveal-scale {
  transform: translate3d(0, 18px, 0) scale(0.985);
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (max-width: 1040px) {
  .app-shot-card {
    flex-basis: 37%;
  }
}

@media (max-width: 680px) {
  .page-hero .hero-lead {
    margin-bottom: 28px;
  }

  .app-shot-scroller {
    gap: 18px;
    padding-bottom: 20px;
  }

  .app-shot-card {
    flex-basis: 82%;
  }

  .app-shot-card .device-caption p {
    min-height: 0;
  }

  .global-early-access .cta-grid {
    gap: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-item,
  .reveal-item.reveal-from-left,
  .reveal-item.reveal-from-right,
  .reveal-item.reveal-scale {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* Use one anchor offset only. Adding scroll-margin to each target as well
   would double the space when a navigation link is clicked. */

.pro-text {
  align-items: center;
  gap: 0.28em;
  display: inline;
  white-space: nowrap;
  vertical-align: baseline;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 900;
  line-height: inherit;
  margin-right: 2px;
}

.pro-text::before {
  flex: 0 0 auto;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.05em;
  margin-left: -0.05em;
  vertical-align: -0.06em;
  background: url("/assets/bolt.svg") center / contain no-repeat;
  content: "";
}

.button-primary .pro-text::before,
.cta-band .button-primary .pro-text::before {
  filter: brightness(0) invert(1);
}

.button,
.button:hover,
.button:focus,
.button:active,
.legal-content .button,
.legal-content .button:hover {
  text-decoration: none !important;
}
.page-app-preview {
  position: relative;
  display: grid;
  justify-items: center;
  min-width: 0;
  align-self: center;
}

.page-phone-frame {
  position: relative;
  aspect-ratio: auto;
  overflow: hidden;
  padding: 9px;
  left: 10px;
  background: linear-gradient(180deg, #171a26, #04050a);
  border: 1px solid rgba(117, 139, 198, 0.42);
  border-radius: 48px;
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1), box-shadow 420ms ease;
  transform: rotate(1deg);
  width: min(100%, 330px);
}

.page-app-preview:hover .page-phone-frame {
  transform: rotate(0deg) translateY(-7px);
  box-shadow: 0 52px 125px rgba(0, 0, 0, 0.64), 0 0 0 1px rgba(26, 110, 255, 0.16);
}

.page-phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 39px;
}

.page-phone-island {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 2;
  width: 94px;
  height: 24px;
  transform: translateX(-50%);
  background: #020205;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.02);
}

.page-hero-screenshot-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
}

/* Premium feature screenshots and icons. */
.pro-feature-grid-visual {
  align-items: stretch;
}

.pro-feature-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.pro-feature-icon,
.help-card-icon,
.support-link-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: rgba(10, 132, 255, 0.12);
  border: 1px solid rgba(10, 132, 255, 0.22);
  border-radius: 16px;
  color: var(--accent-bright);
  font-size: 1.15rem;
}

.pro-feature-heading .pro-feature-mark {
  margin: 0;
}

.pro-feature-visual {
  position: relative;
  width: min(100%, 330px);
  max-height: 520px;
  margin-inline: auto;
  overflow: hidden;
  background: #070810;
  border: 1px solid #34364e;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.42);
  height: auto;
  aspect-ratio: 4 / 5;
}

.pro-feature-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.pro-feature-visual.compact {
  margin-top: 28px;
  height: auto;
  aspect-ratio: 4 / 5;
}

.pro-feature-visual.compact img {
  object-position: top center;
}

.pro-feature.wide .pro-feature-visual {
  height: auto;
}

.pro-widget-feature .widget-crop {
  width: min(100%, 460px);
  height: auto;
  max-height: none;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 45%, rgba(15,82,186,0.24), transparent 58%),
    #070910;
}

.pro-widget-feature .widget-crop img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Support cards now use icon-led rows. */

.support-link-card > span:nth-child(2) {
  min-width: 0;
  color: var(--light-text);
  font-size: 1rem;
}

.support-link-card small {
  display: block;
  color: var(--light-text-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.support-link-card > .fa-chevron-right {
  color: var(--light-text-muted);
}

.help-card-icon {
  margin-bottom: 22px;
}

.help-card a i {
  font-size: 0.78em;
  transition: transform 180ms ease;
}

.help-card a:hover i {
  transform: translateX(3px);
}

/* Equal legal-page positioning on privacy, terms and deletion pages. */
.legal-page {
  background: var(--light-bg);
}

.legal-page .legal-section {
  padding: clamp(76px, 8vw, 112px) 0 clamp(86px, 9vw, 126px);
  padding-top: clamp(52px, 6vw, 82px);
}

.legal-page .legal-shell {
  align-items: start;
}

.legal-page .legal-content > .section-kicker {
  margin-top: 0;
}

.legal-page .legal-content h1 {
  margin-top: 0;
}

@media (max-width: 1040px) {

  .page-hero-screenshot-grid {
    grid-template-columns: 1fr;
  }

  .page-app-preview {
    justify-content: start;
    justify-items: start;
  }

  .page-phone-frame {
    width: min(100%, 310px);
  }
}

@media (max-width: 680px) {

  .page-phone-frame {
    border-radius: 39px;
    width: min(82vw, 292px);
  }

  .page-phone-frame img {
    border-radius: 31px;
  }

  .page-phone-island {
    top: 16px;
    width: 76px;
    height: 20px;
  }

  .pro-feature.wide .pro-feature-visual,
  .pro-feature-visual.compact {
    height: 360px;
  }

  .support-link-card {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    padding: 17px;
  }

  .support-link-icon {
    width: 44px;
    height: 44px;
  }

  .legal-page .legal-section {
    padding: 62px 0 82px;
  }
}

.support-link-card .support-link-icon {
  color: var(--accent-brand);
  font-size: 1.15rem;
}

/* Smaller, more controlled heading scale across the site. */

.legal-content h1,
.legal-page .legal-content h1 {
  font-size: clamp(2.55rem, 5vw, 4.45rem);
}

/* Relevant Unsplash photography gives each secondary-page hero its own character. */
[data-page="pro"] .page-hero {
  background-image:
    linear-gradient(90deg, rgba(6, 9, 18, 0.98) 0%, rgba(8, 17, 39, 0.9) 48%, rgba(4, 10, 28, 0.68) 100%),
    url("https://images.unsplash.com/photo-1683115917472-e1a8d0d89ca9?auto=format&fit=crop&w=2200&q=82");
}

[data-page="support"] .page-hero {
  background-image:
    linear-gradient(90deg, rgba(6, 9, 18, 0.98) 0%, rgba(8, 17, 39, 0.9) 50%, rgba(4, 10, 28, 0.72) 100%),
    url("https://images.unsplash.com/photo-1617531653332-bd46c24f2068?auto=format&fit=crop&w=2200&q=82");
}

/* More breathing room in the four-value strip. */

/* Keep the bolt and PRO text visually inline with surrounding copy. */

.pro-plan-label {
  gap: 9px;
}

.pro-plan-label > span:last-child {
  display: inline-block;
}

/* Modern vehicle profile section. */
.vehicle-story-section {
  overflow: hidden;
}

.vehicle-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(42px, 7vw, 94px);
  align-items: center;
}

.vehicle-story-media {
  position: relative;
  height: 100%;
  min-height: 580px;
  overflow: hidden;
  background: #0a0c12;
  border-radius: 28px;
  box-shadow: 0 34px 90px rgba(13, 24, 55, 0.24);
}

.vehicle-story-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(5, 7, 13, 0.82) 100%);
  content: "";
}

.vehicle-story-media > img {
  width: 100%;
  height: 100%;
  min-height: 580px;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms cubic-bezier(.22, 1, .36, 1);
}

.vehicle-story-media:hover > img {
  transform: scale(1.035);
}

.vehicle-story-overlay {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 30px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vehicle-story-overlay span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  background: rgba(9, 12, 20, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 600;
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
}

.vehicle-story-overlay i {
  color: var(--accent-bright);
}

.photo-credit {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  padding: 6px 9px;
  background: rgba(5, 7, 12, 0.62);
  border-radius: 8px;
  color: rgba(255,255,255,0.78);
  font-size: 0.69rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.vehicle-story-copy h2 {
  margin-bottom: 20px;
}

.vehicle-story-copy > p {
  margin-bottom: 28px;
  color: var(--light-text-secondary);
  font-size: 1.08rem;
}

.vehicle-story-list {
  display: grid;
  gap: 12px;
}

.vehicle-story-list article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  background: linear-gradient(180deg, #fff, #f7f9ff);
  border: 1px solid var(--light-border);
  border-radius: 18px;
  transition: transform 220ms cubic-bezier(.22,1,.36,1), box-shadow 220ms ease, border-color 220ms ease;
}

.vehicle-story-list article:hover {
  transform: translateY(-3px);
  border-color: #c7d9fb;
  box-shadow: 0 16px 34px rgba(25, 44, 88, 0.09);
}

.vehicle-story-list article > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: #eaf2ff;
  border-radius: 16px;
  color: var(--accent-brand);
}

.vehicle-story-list h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.vehicle-story-list p {
  margin: 0;
  color: var(--light-text-secondary);
  font-size: 0.92rem;
}

/* Animated accordion: JS controls the height of this wrapper. */

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 360ms cubic-bezier(.22, 1, .36, 1);
}

.faq-answer-inner {
  padding: 0 50px 24px 0;
}

.faq-answer-inner > :last-child {
  margin-bottom: 0;
}

/* More premium launch section. */
.global-early-access {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(115deg, rgba(0, 24, 80, 0.96), rgba(0, 0, 35, 0.92)),
    url("https://images.unsplash.com/photo-1611312752514-9439fdba223d?auto=format&fit=crop&w=2200&q=82") center / cover;
}

.global-early-access::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 15% 18%, rgba(26,110,255,0.36), transparent 34%),
    radial-gradient(circle at 87% 82%, rgba(10,132,255,0.2), transparent 30%);
  content: "";
}

.global-early-access::after {
  right: -8%;
  bottom: -78%;
  width: 48%;
}

.early-access-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  gap: clamp(38px, 6vw, 76px);
  align-items: center;
}

.early-access-copy h2 {
  margin-bottom: 18px;
}

.early-access-copy .section-intro {
  margin-bottom: 26px;
}

.early-access-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.early-access-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 999px;
  color: #e6efff;
  font-size: 0.86rem;
  font-weight: 600;
}

.early-access-panel {
  padding: clamp(24px, 3.5vw, 38px);
  background: rgba(8, 11, 20, 0.78);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 24px;
  box-shadow: 0 34px 80px rgba(0,0,0,0.34);
  backdrop-filter: blur(20px) saturate(170%);
  -webkit-backdrop-filter: blur(20px) saturate(170%);
}

.early-access-panel-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
}

.early-access-panel .inline-form {
  grid-template-columns: minmax(0, 1fr) auto;
}

.early-access-panel .field {
  background: rgba(255,255,255,0.96);
  color: var(--light-text);
}

.early-access-panel .form-note,
.early-access-panel .form-note a {
  color: #d7e6ff;
}

/* Centre all PRO screenshots and preserve the wide widget crop. */

.pro-feature-visual img,
.pro-feature-visual.compact img {
  object-position: center center;
}

.pro-widget-feature .pro-feature-visual,
.pro-widget-feature .widget-crop {
  width: min(100%, 500px);
  height: auto;
  aspect-ratio: auto;
  padding: 8px;
}

/* Mobile navigation must remain visible and independently scrollable. */

@media (max-width: 860px) {

  .vehicle-story-grid,
  .early-access-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-story-media,
  .vehicle-story-media > img {
    min-height: 480px;
  }

  .early-access-panel {
    max-width: 680px;
  }
}

@media (max-width: 680px) {
  :root {
    --header-height: 68px;
  }

  h2 {
    font-size: clamp(1.95rem, 10vw, 3.15rem);
  }

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

  .page-hero h1 {
    margin-bottom: 16px;
  }

  .vehicle-story-media,
  .vehicle-story-media > img {
    min-height: 400px;
  }

  .vehicle-story-overlay {
    left: 16px;
    right: 16px;
    bottom: 20px;
  }

  .photo-credit {
    top: 12px;
    right: 12px;
  }

  .early-access-panel .inline-form {
    grid-template-columns: 1fr;
  }

  .early-access-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .faq-list summary {
    padding-right: 42px;
  }

  .faq-answer-inner {
    padding-right: 18px;
  }
}
/* Clicking an early-access link must never alter the component's spacing. */
.global-early-access,
.global-early-access:target,
#early-access,
#early-access:target {
  margin-top: 0 !important;
  padding-top: clamp(72px, 8vw, 112px) !important;
  padding-bottom: clamp(72px, 8vw, 112px) !important;
  scroll-margin-top: 0 !important;
}

/* Keep the submit button icon and label aligned in every state. */
.early-access-form .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

/* Mobile menu: opaque, content-height only, and scrollable only when required. */
@media (max-width: 860px) {
  .nav-shell {
    position: relative;
  }

  body.nav-open {
    overflow: auto !important;
  }
}

/* Prevent decorative early-access overlays from blocking the form or buttons. */
.global-early-access::before,
.global-early-access::after {
  pointer-events: none !important;
}

.global-early-access > * {
  position: relative;
  z-index: 1;
}