:root {
  --ink: #f8f7ff;
  --muted: #aaa7c4;
  --dim: #76738e;
  --night: #08091f;
  --night-soft: #0d0f2d;
  --panel: rgba(20, 20, 55, 0.78);
  --panel-solid: #141437;
  --line: rgba(217, 205, 255, 0.13);
  --line-bright: rgba(217, 205, 255, 0.24);
  --lavender: #b9a2ff;
  --violet: #8f66f4;
  --pink: #f7a7d6;
  --gold: #ffd9a2;
  --success: #9ee7c4;
  --shadow: 0 30px 90px rgba(0, 0, 20, 0.42);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --page: 1180px;
  --reading: 820px;
  --sans: "Avenir Next", Avenir, "Hiragino Sans", "Yu Gothic", -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Iowan Old Style", "Palatino Linotype", "YuMincho", "Yu Mincho",
    Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 8%, rgba(95, 58, 183, 0.13), transparent 26rem),
    radial-gradient(circle at 88% 35%, rgba(222, 106, 187, 0.08), transparent 28rem),
    var(--night);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.25;
  background-image:
    radial-gradient(circle at 7% 18%, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.5px),
    radial-gradient(circle at 73% 9%, rgba(226, 211, 255, 0.65) 0 1px, transparent 1.5px),
    radial-gradient(circle at 48% 66%, rgba(255, 226, 187, 0.6) 0 1px, transparent 1.5px);
  background-size: 220px 220px, 310px 310px, 390px 390px;
}

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

a {
  color: var(--pink);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

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

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--night);
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

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

.wrap,
.section-shell,
.hero-shell {
  width: min(calc(100% - 40px), var(--page));
  margin-inline: auto;
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 9, 31, 0.76);
  backdrop-filter: blur(22px) saturate(1.3);
  -webkit-backdrop-filter: blur(22px) saturate(1.3);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.045em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(206, 185, 255, 0.25);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(132, 91, 224, 0.32), rgba(245, 157, 210, 0.13));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 26px rgba(155, 110, 245, 0.2);
}

.brand img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(246, 177, 219, 0.38));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--ink);
  background: rgba(185, 162, 255, 0.12);
}

.site-nav .nav-contact {
  margin-left: 6px;
  padding-inline: 18px;
  border: 1px solid rgba(242, 172, 215, 0.28);
  color: #f6c2e2;
}

/* Shared type */

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #c9b9fb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow > span {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, var(--pink), var(--lavender));
  box-shadow: 0 0 10px rgba(247, 167, 214, 0.6);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  font-family: var(--display);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 48px;
}

.section-heading h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.section-heading > p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

/* Home hero */

.hero-home {
  position: relative;
  overflow: hidden;
  padding: clamp(68px, 9vw, 126px) 0 clamp(82px, 10vw, 140px);
  border-bottom: 1px solid var(--line);
}

.hero-home::after {
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  content: "";
  pointer-events: none;
  background: linear-gradient(transparent, var(--night));
}

.hero-stars {
  position: absolute;
  inset: -30% -15% auto auto;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  opacity: 0.42;
  background:
    radial-gradient(circle, rgba(148, 102, 241, 0.32), transparent 55%),
    repeating-radial-gradient(circle at center, transparent 0 92px, rgba(197, 170, 255, 0.13) 93px 94px, transparent 95px 142px);
  transform: rotate(-16deg);
  filter: blur(0.2px);
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.hero-copy {
  padding: 26px 0;
}

.hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(54px, 7.4vw, 96px);
  font-weight: 500;
  line-height: 0.97;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.hero-lead {
  max-width: 630px;
  margin: 30px 0 0;
  color: #bab6cf;
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.78;
}

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

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

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

.button-primary {
  color: #171027;
  background: linear-gradient(110deg, #f6d7ba, #f6a9d6 46%, #bba1ff);
  box-shadow: 0 14px 36px rgba(183, 117, 208, 0.23);
}

.button-primary:hover {
  box-shadow: 0 18px 42px rgba(183, 117, 208, 0.35);
}

.button-ghost {
  border: 1px solid var(--line-bright);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.035);
}

.button-ghost:hover {
  border-color: rgba(247, 167, 214, 0.42);
}

.hero-facts {
  display: flex;
  gap: clamp(24px, 5vw, 62px);
  margin: 54px 0 0;
}

.hero-facts div {
  position: relative;
}

.hero-facts div + div::before {
  position: absolute;
  top: 5px;
  left: clamp(-31px, -2.5vw, -14px);
  width: 1px;
  height: 38px;
  content: "";
  background: var(--line);
}

.hero-facts dt {
  color: var(--ink);
  font-family: var(--display);
  font-size: 28px;
  line-height: 1;
}

.hero-facts dd {
  margin: 7px 0 0;
  color: var(--dim);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(226, 210, 255, 0.16);
  border-radius: 46% 46% 34px 34px / 18% 18% 34px 34px;
  background: #0b0d2a;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-visual::before {
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 9, 31, 0.08), transparent 45%, rgba(8, 9, 31, 0.62));
}

.hero-visual > img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.03);
}

.visual-caption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(8, 9, 31, 0.67);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.visual-dot {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 16px var(--pink);
}

.visual-caption small,
.visual-caption strong {
  display: block;
}

.visual-caption small {
  color: var(--dim);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.visual-caption strong {
  margin-top: 2px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

/* Experience */

.experience {
  position: relative;
  padding: clamp(92px, 12vw, 160px) 0;
}

.experience::before {
  position: absolute;
  top: 8%;
  left: -240px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  background: rgba(112, 66, 210, 0.1);
  filter: blur(100px);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.feature-card {
  position: relative;
  display: grid;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(18, 19, 50, 0.74);
  box-shadow: 0 24px 64px rgba(0, 0, 20, 0.22);
  isolation: isolate;
}

.feature-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 20%, rgba(8, 9, 31, 0.9) 72%, rgba(8, 9, 31, 0.98));
}

.feature-card:nth-child(1),
.feature-card:nth-child(4) {
  grid-column: span 7;
}

.feature-card:nth-child(2),
.feature-card:nth-child(3) {
  grid-column: span 5;
}

.feature-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.feature-card:hover .feature-image {
  transform: scale(1.025);
}

.feature-sky .feature-image {
  background-image: url("img/sky-frame.webp");
  background-position: center 70%;
}

.feature-rocket .feature-image {
  background-image: url("img/rocket-frame.webp");
  background-position: center 80%;
}

.feature-rocket .feature-image img {
  position: absolute;
  top: 64px;
  left: 50%;
  width: 150px;
  filter: drop-shadow(0 20px 36px rgba(197, 135, 255, 0.25));
  transform: translateX(-50%) rotate(3deg);
}

.feature-orbit .feature-image {
  background-image: url("img/orbit-frame.webp");
  background-position: center;
}

.feature-chat .feature-image {
  background-image: url("img/chat-frame.webp");
  background-position: center;
}

.feature-body {
  align-self: end;
  padding: 34px;
}

.feature-number {
  display: block;
  margin-bottom: 10px;
  color: #9e91bf;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.feature-body h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}

.feature-body p {
  max-width: 540px;
  margin: 14px 0 0;
  color: #bbb7cf;
  font-size: 14px;
  line-height: 1.7;
}

.feature-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #e8defd;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.feature-link span {
  color: var(--pink);
  font-size: 17px;
}

.age-notice {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  margin-top: 22px;
  padding: 28px 32px;
  border: 1px solid rgba(255, 217, 162, 0.18);
  border-radius: var(--radius-md);
  background:
    linear-gradient(110deg, rgba(255, 217, 162, 0.08), transparent 40%),
    rgba(18, 19, 50, 0.66);
}

.age-badge {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(255, 217, 162, 0.38);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--display);
  font-size: 24px;
  box-shadow: inset 0 0 26px rgba(255, 217, 162, 0.08);
}

.age-notice h3 {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
}

.age-notice p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

/* FAQ */

.support-library {
  position: relative;
  padding: clamp(92px, 12vw, 158px) 0;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 20%, rgba(128, 77, 221, 0.1), transparent 32rem),
    rgba(6, 7, 26, 0.46);
}

.faq-heading {
  align-items: center;
}

.faq-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  gap: 70px;
}

.topic-nav {
  position: sticky;
  top: 104px;
  display: grid;
  padding: 10px 0;
}

.topic-nav > p {
  margin: 0 0 12px;
  color: var(--dim);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.topic-nav a {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #9d9ab4;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.topic-nav a:hover,
.topic-nav a:focus-visible {
  padding-left: 5px;
  color: var(--ink);
}

.topic-nav a span {
  color: #665f7f;
  font-family: var(--display);
  font-size: 12px;
}

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

.faq-group {
  padding: 0 0 72px;
  border: 0;
}

.faq-group:last-child {
  padding-bottom: 0;
}

.faq-group-title {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 18px;
}

.faq-group-title > span {
  color: #706887;
  font-family: var(--display);
  font-size: 14px;
}

.faq-group-title h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 28px;
  font-weight: 500;
}

details {
  overflow: hidden;
  border-top: 1px solid var(--line);
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  position: relative;
  min-height: 72px;
  padding: 23px 58px 20px 0;
  color: #eae8f5;
  cursor: pointer;
  font-size: 15px;
  font-weight: 650;
  list-style: none;
  transition: color 0.2s ease;
}

summary::-webkit-details-marker {
  display: none;
}

summary::before,
summary::after {
  position: absolute;
  top: 34px;
  right: 11px;
  width: 16px;
  height: 1px;
  content: "";
  background: var(--lavender);
  transition: transform 0.25s ease;
}

summary::after {
  transform: rotate(90deg);
}

details[open] summary {
  color: var(--pink);
}

details[open] summary::after {
  transform: rotate(0deg);
}

.answer {
  max-width: 760px;
  padding: 0 52px 26px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.answer p {
  margin: 0 0 14px;
}

.answer p:last-child,
.answer ul:last-child {
  margin-bottom: 0;
}

.answer strong,
strong {
  color: var(--gold);
  font-weight: 650;
}

.answer ul,
.answer ol {
  margin: 12px 0 16px;
  padding-left: 1.4em;
}

.answer li {
  margin-bottom: 7px;
}

li::marker {
  color: var(--lavender);
}

/* Contact */

.contact-section {
  padding: 0 0 clamp(90px, 12vw, 150px);
}

.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.65fr);
  gap: clamp(48px, 8vw, 110px);
  overflow: hidden;
  padding: clamp(40px, 7vw, 78px);
  border: 1px solid var(--line-bright);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(90deg, rgba(8, 9, 31, 0.96), rgba(12, 11, 38, 0.72)),
    url("img/orbit-frame.webp") center / cover;
  box-shadow: var(--shadow);
}

.contact-card::after {
  position: absolute;
  right: -100px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  background: rgba(163, 91, 221, 0.12);
  filter: blur(70px);
}

.contact-copy {
  position: relative;
  z-index: 2;
}

.contact-copy h2 {
  margin: 0;
  font-size: clamp(42px, 6vw, 68px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 22px 0 30px;
  color: var(--muted);
}

.contact-meta {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: rgba(8, 9, 31, 0.62);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.contact-meta div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.contact-meta span {
  color: var(--dim);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-meta strong,
.contact-meta a {
  min-width: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.contact-meta p {
  margin: 18px 0 0;
  color: var(--dim);
  font-size: 11px;
  line-height: 1.6;
}

/* Legal pages */

.page-head {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 10vw, 128px) 0 92px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(8, 9, 31, 0.08), rgba(8, 9, 31, 0.93)),
    url("img/orbit-frame.webp") center 35% / cover;
}

.page-head::after {
  position: absolute;
  inset: auto 0 0;
  height: 100px;
  content: "";
  background: linear-gradient(transparent, var(--night));
}

.page-head .wrap {
  position: relative;
  z-index: 2;
}

.page-head h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 74px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
}

.page-head .meta {
  margin: 20px 0 0;
  color: #aaa4be;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

main > .wrap {
  max-width: var(--reading);
}

main > .wrap > section {
  padding: 74px 0 110px;
  border: 0;
}

main > .wrap h2 {
  margin: 64px 0 18px;
  padding-top: 6px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(25px, 4vw, 34px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

main > .wrap section > h2:first-child {
  margin-top: 0;
}

main > .wrap h3 {
  margin: 38px 0 12px;
  color: #d0befa;
  font-size: 18px;
}

main > .wrap p,
main > .wrap li {
  color: #b6b2c7;
}

main > .wrap p {
  margin: 0 0 19px;
}

main > .wrap ul,
main > .wrap ol {
  margin: 0 0 22px;
  padding-left: 1.65em;
}

main > .wrap li {
  margin-bottom: 10px;
}

li > ul,
li > ol {
  margin-top: 10px !important;
  margin-bottom: 8px !important;
}

li > ul {
  list-style-type: "—  ";
}

li > ol {
  list-style-type: lower-roman;
}

.notice {
  margin: 28px 0;
  padding: 23px 25px;
  border: 1px solid rgba(255, 217, 162, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(115deg, rgba(255, 217, 162, 0.075), transparent 65%),
    rgba(25, 23, 56, 0.72);
}

.notice-title {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-weight: 700;
}

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

.table-scroll {
  overflow-x: auto;
  margin: 28px 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(18, 19, 50, 0.52);
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
}

th,
td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

tr:last-child th,
tr:last-child td {
  border-bottom: 0;
}

th {
  width: 30%;
  color: #d7cdf0;
  font-size: 12px;
  letter-spacing: 0.04em;
}

td {
  color: var(--muted);
  font-size: 14px;
}

code {
  padding: 2px 7px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #ddd4f5;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.9em;
}

/* Footer */

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(4, 5, 19, 0.52);
}

.site-footer .wrap {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  min-height: 120px;
  gap: 34px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 19px;
  text-decoration: none;
}

.footer-brand img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.site-footer .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}

.site-footer .links a {
  color: var(--dim);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.site-footer .links a:hover {
  color: var(--ink);
}

.site-footer p {
  margin: 0;
  color: #5f5c73;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Responsive */

@media (max-width: 980px) {
  .hero-shell {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.64fr);
    gap: 44px;
  }

  .hero-copy h1 {
    font-size: clamp(50px, 8vw, 78px);
  }

  .hero-visual,
  .hero-visual > img {
    min-height: 570px;
    height: 570px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .section-heading > p {
    max-width: 640px;
  }

  .faq-layout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 42px;
  }

  .contact-card {
    gap: 42px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 80px;
  }

  .wrap,
  .section-shell,
  .hero-shell {
    width: min(calc(100% - 28px), var(--page));
  }

  .site-header .wrap {
    min-height: 66px;
  }

  .brand {
    font-size: 21px;
  }

  .site-nav {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 5px 0;
    scrollbar-width: none;
  }

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

  .site-nav a {
    padding-inline: 11px;
    white-space: nowrap;
  }

  .site-nav a:nth-child(2),
  .site-nav .nav-contact {
    display: none;
  }

  .hero-home {
    padding-top: 62px;
  }

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

  .hero-copy {
    padding: 0;
  }

  .hero-copy h1 {
    font-size: clamp(48px, 14vw, 72px);
  }

  .hero-lead {
    margin-top: 23px;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .button {
    flex: 1 1 auto;
  }

  .hero-facts {
    justify-content: space-between;
    gap: 16px;
    margin-top: 42px;
  }

  .hero-facts div + div::before {
    display: none;
  }

  .hero-visual {
    min-height: 500px;
    height: 500px;
    border-radius: 160px 160px 28px 28px / 80px 80px 28px 28px;
  }

  .hero-visual > img {
    height: 500px;
  }

  .section-heading h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

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

  .feature-card:nth-child(n) {
    grid-column: 1;
    min-height: 390px;
  }

  .feature-body {
    padding: 27px;
  }

  .age-notice {
    align-items: start;
    padding: 24px;
  }

  .age-badge {
    width: 54px;
    height: 54px;
    font-size: 20px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .topic-nav {
    position: static;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 0 8px;
    scrollbar-width: none;
  }

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

  .topic-nav > p {
    display: none;
  }

  .topic-nav a {
    flex: 0 0 auto;
    min-height: 42px;
    gap: 7px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.025);
  }

  .topic-nav a:hover {
    padding-left: 14px;
  }

  .faq-group {
    padding-bottom: 56px;
  }

  summary {
    padding-right: 44px;
  }

  .answer {
    padding-right: 0;
  }

  .contact-card {
    grid-template-columns: 1fr;
    padding: 34px 26px;
  }

  .contact-meta {
    padding: 20px;
  }

  .site-footer .wrap {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
    padding: 34px 0;
    text-align: center;
  }

  .site-footer .links {
    gap: 12px 20px;
  }

  .page-head {
    padding-top: 70px;
  }

  main > .wrap > section {
    padding-top: 52px;
  }
}

@media (max-width: 480px) {
  .site-header .wrap {
    gap: 8px;
  }

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

  .site-nav a {
    font-size: 11px;
  }

  .hero-copy h1 {
    font-size: 46px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-facts dt {
    font-size: 24px;
  }

  .hero-facts dd {
    font-size: 9px;
  }

  .hero-visual,
  .hero-visual > img {
    min-height: 445px;
    height: 445px;
  }

  .visual-caption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .feature-card:nth-child(n) {
    min-height: 360px;
  }

  .feature-rocket .feature-image img {
    top: 52px;
    width: 128px;
  }

  .feature-body h3 {
    font-size: 31px;
  }

  .age-notice {
    grid-template-columns: 1fr;
  }

  .faq-group-title h3 {
    font-size: 24px;
  }

  .contact-meta div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

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

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