:root {
  --page: #030a17;
  --page-2: #071426;
  --ink: #f7f8ff;
  --muted: #aab6cc;
  --soft: #7f8ca7;
  --line: rgba(151, 171, 220, 0.17);
  --line-strong: rgba(151, 171, 220, 0.26);
  --violet: #8f55ff;
  --violet-2: #5d35ff;
  --blue: #2965ff;
  --green: #49d28d;
  --panel: rgba(12, 24, 45, 0.74);
  --panel-strong: rgba(15, 29, 53, 0.92);
  --shadow: 0 28px 88px rgba(0, 0, 0, 0.34);
  --radius: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--page);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background:
    radial-gradient(circle at 12% 8%, rgba(80, 60, 255, 0.34), transparent 25rem),
    radial-gradient(circle at 78% 2%, rgba(39, 101, 255, 0.22), transparent 29rem),
    radial-gradient(circle at 52% 34%, rgba(143, 85, 255, 0.12), transparent 32rem),
    linear-gradient(180deg, #061226 0%, #030a17 48%, #020713 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(circle at top, black, transparent 68%);
}

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

main > * {
  min-width: 0;
}

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

:focus-visible {
  outline: 3px solid rgba(143, 85, 255, 0.8);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 18px max(20px, 5vw) 0;
}

.nav-shell {
  width: min(1320px, 100%);
  min-height: 64px;
  margin: 0 auto;
  padding: 0 18px 0 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(5, 13, 27, 0.76);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.brand-link span {
  display: inline-block;
}

.brand-symbol {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.brand-symbol i {
  width: 4px;
  display: block;
  border-radius: 999px;
  background: linear-gradient(180deg, #a778ff, #2f65ff);
  box-shadow: 0 0 16px rgba(143, 85, 255, 0.35);
}

.brand-symbol i:nth-child(1),
.brand-symbol i:nth-child(5) {
  height: 15px;
}

.brand-symbol i:nth-child(2),
.brand-symbol i:nth-child(4) {
  height: 25px;
}

.brand-symbol i:nth-child(3) {
  height: 34px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 4vw, 64px);
  color: #e9eeff;
  font-size: 18px;
  font-weight: 800;
}

.nav-links a {
  opacity: 0.94;
}

.nav-links a:hover {
  color: #ffffff;
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 850;
}

.nav-primary {
  min-height: 42px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.nav-primary,
.button-primary,
.access-cta {
  background: linear-gradient(135deg, #8c45ff 0%, #6632f1 52%, #2768ff 100%);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(98, 61, 255, 0.35);
}

.mobile-menu {
  display: none;
}

.hero-section {
  width: min(1380px, calc(100% - 48px));
  margin: 52px auto 0;
  display: grid;
  grid-template-columns: minmax(370px, 0.76fr) minmax(700px, 1.38fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.hero-copy h1 {
  max-width: 590px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(39px, 4.8vw, 50px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-copy h1 span {
  display: inline;
  color: var(--violet);
}

.hero-copy p {
  max-width: 530px;
  margin: 24px 0 0;
  color: #d3d9e8;
  font-size: 16px;
  font-weight: 650;
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.button-primary {
  min-height: 54px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 900;
}

.button-link {
  color: #bca8ff;
  font-weight: 900;
}

.trust-note,
.small-note {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b5bfd3;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.prepis-icon {
  width: var(--icon-size, 28px);
  height: var(--icon-size, 28px);
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: var(--icon-stroke, 2);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-badge {
  --icon-size: 30px;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #a965ff;
  background:
    radial-gradient(circle at 50% 28%, rgba(143, 85, 255, 0.34), transparent 58%),
    rgba(92, 52, 180, 0.16);
  box-shadow: inset 0 0 0 1px rgba(143, 85, 255, 0.08), 0 16px 32px rgba(54, 28, 117, 0.18);
}

.icon-badge.small {
  --icon-size: 24px;
  width: 46px;
  height: 46px;
  border-radius: 13px;
}

.icon-badge.tiny {
  --icon-size: 18px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #a965ff;
  background: transparent;
  box-shadow: none;
}

.hero-card-image {
  width: 100%;
  max-width: 880px;
  height: auto;
  aspect-ratio: 1448 / 787;
  object-fit: contain;
  display: block;
  justify-self: end;
  border-radius: 17px;
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
}

.section-block {
  width: min(1200px, calc(100% - 48px));
  margin: 56px auto 0;
}

.section-heading {
  width: min(790px, 100%);
  margin: 0 auto;
  text-align: center;
}

.section-heading.tight {
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 7px !important;
  color: #a765ff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section-heading h2,
.audience-copy h2,
.privacy-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.16;
  font-weight: 900;
}

.section-heading p {
  max-width: 720px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
}

.benefit-row {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.compact-card,
.step-row article,
.privacy-cards article,
.faq-grid details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(20, 34, 61, 0.82), rgba(9, 20, 39, 0.76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 18px 46px rgba(0, 0, 0, 0.18);
}

.compact-card {
  min-height: 122px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
}

.compact-card h3,
.step-row h3,
.privacy-cards h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.22;
  font-weight: 900;
}

.compact-card p,
.step-row p,
.privacy-cards p {
  margin: 0;
  color: #bdc7dc;
  font-size: 13px;
  font-weight: 650;
}

.steps-block {
  margin-top: 54px;
}

.step-row {
  position: relative;
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px;
}

.step-row article {
  position: relative;
  min-height: 190px;
  padding: 23px 18px;
}

.step-row article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 58px;
  left: calc(100% + 6px);
  width: 22px;
  border-top: 2px dashed rgba(143, 85, 255, 0.5);
}

.step-number {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(143, 85, 255, 0.22);
  color: #c7adff;
  font-size: 12px;
  font-weight: 950;
}

.step-icon-badge {
  --icon-size: 24px;
  position: absolute;
  top: 20px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: transparent;
  box-shadow: none;
}

.step-row h3 {
  margin-top: 34px;
}

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

.audience-band {
  position: relative;
  width: min(1320px, calc(100% - 48px));
  margin: 52px auto 0;
  padding: 18px 44px 0;
  display: grid;
  grid-template-columns: minmax(140px, 170px) minmax(0, 1fr);
  grid-template-areas:
    "leaf copy"
    "leaf cards";
  column-gap: clamp(28px, 4vw, 56px);
  row-gap: 34px;
  align-items: end;
  overflow: hidden;
}

.leaf-art {
  grid-area: leaf;
  width: min(100%, 170px);
  height: auto;
  align-self: end;
  justify-self: start;
  opacity: 0.78;
  object-fit: contain;
}

.audience-copy {
  position: relative;
  grid-area: copy;
  z-index: 1;
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: start;
}

.audience-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
}

.audience-cards {
  position: relative;
  grid-area: cards;
  z-index: 1;
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.privacy-panel {
  width: min(1320px, calc(100% - 48px));
  margin: 24px auto 0;
  padding: 28px 30px;
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 30px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(110deg, rgba(9, 20, 39, 0.72), rgba(11, 24, 45, 0.92)),
    radial-gradient(circle at 20% 20%, rgba(143, 85, 255, 0.2), transparent 20rem);
  box-shadow: var(--shadow);
}

.privacy-copy p:not(.eyebrow) {
  margin: 9px 0 0;
  color: var(--muted);
  font-weight: 650;
}

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

.privacy-cards article {
  min-height: 130px;
  padding: 18px;
}

.access-panel {
  width: min(760px, calc(100% - 48px));
  margin: 48px auto 0;
  padding: clamp(38px, 5vw, 62px) clamp(28px, 5vw, 62px) 32px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 18%, rgba(123, 65, 255, 0.34), transparent 17rem),
    radial-gradient(circle at 18% 72%, rgba(92, 50, 255, 0.2), transparent 17rem),
    linear-gradient(180deg, rgba(16, 30, 56, 0.94), rgba(6, 17, 34, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 34px 90px rgba(0, 0, 0, 0.3);
}

.access-art {
  width: min(250px, 62vw);
  height: auto;
  object-fit: contain;
  display: block;
  margin: -20px auto 12px;
  filter: drop-shadow(0 24px 48px rgba(111, 55, 255, 0.34));
}

.access-kicker {
  margin: 0 0 18px;
  color: #8f55ff;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.access-panel h2 {
  max-width: 650px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(31px, 4.4vw, 44px);
  line-height: 1.24;
  font-weight: 900;
  letter-spacing: 0;
}

.access-panel h2 span {
  color: var(--violet);
}

.access-copy {
  max-width: 540px;
  margin: 18px auto 0;
  color: #d8deec;
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.5;
  font-weight: 500;
}

.access-cta {
  width: min(100%, 600px);
  min-height: 70px;
  margin-top: 34px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 10px;
  color: #ffffff;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 950;
}

.access-cta span {
  font-size: 30px;
  line-height: 1;
}

.access-lock-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px !important;
  color: #cdd5e8 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}

.access-lock-note .prepis-icon {
  --icon-size: 21px;
  color: #a965ff;
}

.faq-section {
  width: min(1180px, calc(100% - 48px));
  margin: 26px auto 0;
}

.faq-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
}

.faq-grid details {
  padding: 0 17px;
}

.faq-grid summary {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #f1f4ff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  list-style: none;
}

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

.faq-grid summary::after {
  content: "⌄";
  color: #c2a8ff;
  font-size: 18px;
}

.faq-grid p {
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.subpage-hero {
  width: min(1020px, calc(100% - 48px));
  margin: 72px auto 0;
  padding: 34px 0 10px;
}

.subpage-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: 0;
}

.subpage-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  color: #d3d9e8;
  font-size: 16px;
  font-weight: 650;
}

.subpage-section {
  margin-top: 54px;
}

.subpage-card-grid {
  margin-top: 26px;
  display: grid;
  gap: 16px;
}

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

.subpage-card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.subpage-card,
.subpage-sequence,
.legal-document {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(20, 34, 61, 0.82), rgba(9, 20, 39, 0.76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 18px 46px rgba(0, 0, 0, 0.18);
}

.subpage-card {
  padding: 24px;
}

.subpage-card h2,
.subpage-card h3,
.subpage-split h2,
.subpage-cta h2 {
  margin: 0 0 12px;
  color: #ffffff;
  line-height: 1.16;
  font-weight: 900;
}

.subpage-card h2,
.subpage-split h2,
.subpage-cta h2 {
  font-size: clamp(24px, 3vw, 36px);
}

.subpage-card h3 {
  font-size: 18px;
}

.subpage-card p,
.subpage-card li,
.subpage-split p,
.subpage-cta p,
.subpage-note {
  color: #bdc7dc;
  font-size: 14px;
  font-weight: 650;
}

.card-kicker {
  margin: 0 0 10px !important;
  color: #a765ff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.price-card strong {
  display: block;
  margin: 14px 0;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
}

.price-card.featured {
  border-color: rgba(143, 85, 255, 0.52);
  background:
    radial-gradient(circle at top right, rgba(143, 85, 255, 0.18), transparent 18rem),
    linear-gradient(180deg, rgba(25, 39, 72, 0.9), rgba(11, 22, 43, 0.82));
}

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

.subpage-list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
}

.subpage-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--violet), var(--blue));
  box-shadow: 0 0 18px rgba(143, 85, 255, 0.42);
}

.subpage-note {
  max-width: 780px;
  margin: 24px 0 0;
}

.subpage-split,
.subpage-cta {
  width: min(1200px, calc(100% - 48px));
  display: grid;
  align-items: center;
  gap: 30px;
}

.subpage-split {
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
}

.subpage-sequence {
  padding: 10px;
}

.subpage-sequence article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  align-items: start;
}

.subpage-sequence article + article {
  border-top: 1px solid var(--line);
}

.subpage-sequence span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  font-weight: 950;
  background: linear-gradient(135deg, #8c45ff, #2768ff);
}

.subpage-sequence h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 16px;
}

.subpage-sequence p {
  margin: 0;
  color: #bdc7dc;
  font-size: 13px;
  font-weight: 650;
}

.subpage-cta {
  margin: 48px auto 0;
  padding: 28px 30px;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 38%, rgba(96, 62, 255, 0.28), transparent 18rem),
    linear-gradient(100deg, rgba(11, 22, 43, 0.96), rgba(13, 26, 48, 0.86));
  box-shadow: var(--shadow);
}

.legal-hero {
  width: min(1040px, calc(100% - 48px));
}

.legal-hero h1 {
  max-width: 820px;
}

.legal-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px 0 0;
}

.legal-meta div {
  min-width: 190px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(10, 22, 42, 0.78);
}

.legal-meta dt {
  margin-bottom: 4px;
  color: var(--soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-meta dd {
  margin: 0;
  color: #ffffff;
  font-weight: 850;
}

.legal-layout {
  width: min(920px, 100%);
  margin: 0 auto;
  position: relative;
}

.legal-section {
  margin-top: 46px;
  overflow: visible;
}

.legal-document {
  padding: clamp(24px, 5vw, 52px);
  position: relative;
  z-index: 1;
}

.legal-lurker {
  width: clamp(180px, 18vw, 295px);
  height: auto;
  position: absolute;
  top: -138px;
  right: -122px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.92;
  transform: rotate(8deg);
  transform-origin: 68% 72%;
  filter: drop-shadow(0 0 26px rgba(143, 85, 255, 0.28));
}

.legal-document section + section {
  margin-top: 38px;
}

.legal-document h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.18;
  font-weight: 900;
}

.legal-document h3 {
  margin: 22px 0 8px;
  color: #c2a8ff;
  font-size: 15px;
  line-height: 1.28;
  font-weight: 900;
}

.legal-document p,
.legal-document li,
.legal-document address {
  color: #c8d1e5;
  font-size: 14px;
  font-weight: 650;
}

.legal-document ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 18px;
  padding-left: 22px;
}

.legal-table-wrap {
  margin: 18px 0 22px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
  color: #c8d1e5;
  font-size: 14px;
  font-weight: 650;
}

.legal-table th,
.legal-table td {
  padding: 13px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-table th {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 900;
}

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

.legal-document address {
  font-style: normal;
}

.legal-document a,
.legal-meta a {
  color: #bca8ff;
  font-weight: 850;
}

.site-footer {
  width: 100%;
  margin-top: 40px;
  padding: 30px max(24px, calc((100vw - 1320px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 38px;
  align-items: center;
  background: rgba(3, 9, 19, 0.7);
  border-top: 1px solid var(--line);
}

.footer-brand p,
.footer-trust p,
.copyright {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.footer-brand p {
  max-width: 330px;
}

.footer-links {
  display: flex;
  gap: 30px;
  color: #c8d1e5;
  font-size: 13px;
  font-weight: 850;
}

.footer-trust {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 330px;
}

.footer-shield {
  --icon-size: 23px;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
}

.copyright {
  grid-column: 2;
  margin: 0;
  text-align: center;
}

@media (max-width: 1100px) {
  .nav-shell,
  .hero-section,
  .audience-copy,
  .privacy-panel,
  .subpage-card-grid.two,
  .subpage-card-grid.three,
  .subpage-split,
  .subpage-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .nav-shell {
    justify-items: center;
    padding: 18px;
    border-radius: 24px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy h1,
  .hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions,
  .trust-note {
    justify-content: center;
  }

  .benefit-row,
  .feature-grid,
  .audience-cards,
  .privacy-cards {
    grid-template-columns: 1fr;
  }

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

  .step-row article::after {
    display: none;
  }

  .access-art {
    display: none;
  }

  .audience-band {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "cards";
    padding-left: 0;
    padding-right: 0;
  }

  .leaf-art {
    display: none;
  }

  .audience-copy,
  .audience-cards {
    width: min(900px, calc(100% - 72px));
  }

  .footer-trust {
    justify-self: start;
  }

  .copyright {
    grid-column: auto;
    text-align: left;
  }

  .legal-lurker {
    width: 220px;
    top: -104px;
    right: -56px;
  }
}

@media (max-width: 720px) {
  body {
    background:
      radial-gradient(circle at 50% 0%, rgba(92, 52, 255, 0.26), transparent 21rem),
      linear-gradient(180deg, #061226 0%, #030a17 100%);
  }

  .site-header {
    position: relative;
    padding: 18px 16px 0;
  }

  .nav-shell {
    display: none;
  }

  .mobile-menu {
    display: block;
    width: min(420px, calc(100vw - 32px));
    margin: 0 auto;
    position: relative;
  }

  .mobile-menu summary {
    min-height: 66px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid var(--line-strong);
    border-radius: 20px;
    background: rgba(5, 13, 27, 0.9);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu .brand-link {
    pointer-events: none;
    font-size: 24px;
  }

  .menu-toggle {
    width: 30px;
    height: 22px;
    position: relative;
    flex: 0 0 auto;
  }

  .menu-toggle,
  .menu-toggle::before,
  .menu-toggle::after {
    border-top: 3px solid #bba5ff;
    border-radius: 999px;
  }

  .menu-toggle::before,
  .menu-toggle::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
  }

  .menu-toggle::before {
    top: 8px;
  }

  .menu-toggle::after {
    top: 18px;
  }

  .mobile-menu-panel {
    margin-top: 12px;
    padding: 18px;
    position: relative;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(7, 16, 32, 0.96);
    box-shadow: var(--shadow);
  }

  .mobile-menu-link {
    min-height: 48px;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    color: #eef2ff;
    font-size: 15px;
    font-weight: 850;
  }

  .mobile-menu-link + .mobile-menu-link {
    border-top: 1px solid var(--line);
  }

  .mobile-menu-link > svg {
    --icon-size: 24px;
    --icon-stroke: 2.2;
    color: #a965ff;
  }

  .mobile-menu-primary {
    min-height: 46px;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    max-width: 100%;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 900;
    background: linear-gradient(135deg, #8c45ff, #2768ff);
    color: #ffffff;
  }

  .hero-section,
  .section-block,
  .audience-band,
  .privacy-panel,
  .access-panel,
  .subpage-hero,
  .subpage-split,
  .subpage-cta,
  .faq-section {
    width: min(calc(100% - 32px), 620px);
  }

  .hero-section {
    margin-top: 42px;
    justify-items: center;
    gap: 32px;
  }

  .hero-copy h1 {
    max-width: 380px;
    font-size: clamp(32px, 9vw, 40px);
  }

  .hero-copy p {
    max-width: 390px;
    font-size: 15px;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }

  .button-primary,
  .button-link {
    width: 100%;
    max-width: 360px;
  }

  .button-link {
    justify-content: center;
  }

  .hero-card-image {
    width: 100%;
    max-width: 446px;
    margin: 0 auto;
    border-radius: 13px;
  }

  .compact-card,
  .step-row article {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .compact-card > div {
    width: 100%;
    min-width: 0;
  }

  .compact-card h3,
  .compact-card p {
    overflow-wrap: anywhere;
  }

  .compact-card p {
    margin-left: auto;
    margin-right: auto;
    max-width: 32rem;
  }

  .section-block,
  .audience-band,
  .subpage-hero {
    margin-top: 48px;
  }

  .step-row,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .audience-band {
    padding-top: 8px;
  }

  .audience-copy,
  .audience-cards {
    width: 100%;
    gap: 24px;
  }

  .privacy-panel,
  .subpage-cta {
    padding: 22px;
  }

  .access-panel {
    width: min(calc(100% - 32px), 620px);
    padding: 34px 22px 24px;
  }

  .access-art {
    width: min(210px, 70vw);
    margin-top: -14px;
  }

  .access-kicker {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .access-copy {
    font-size: 17px;
  }

  .access-cta {
    min-height: 58px;
    margin-top: 26px;
    font-size: 20px;
  }

  .access-lock-note {
    font-size: 15px !important;
  }

  .subpage-hero h1 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .subpage-card {
    padding: 20px;
  }

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

  .legal-meta {
    display: grid;
  }

  .legal-meta div {
    min-width: 0;
  }

  .legal-lurker {
    display: none;
  }

  .site-footer {
    padding: 28px 24px;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 14px 22px;
  }
}
