:root {
  --ink: #181522;
  --ink-soft: #5f5c6d;
  --ink-faint: #9692a3;
  --paper: #f7f7fa;
  --surface: #ffffff;
  --surface-violet: #f4efff;
  --violet: #5b17ea;
  --violet-deep: #4110a6;
  --violet-bright: #7c45ee;
  --violet-soft: #e6dcff;
  --coral: #e85d45;
  --amber: #d98a16;
  --mint: #0e9f75;
  --protein: #4e7ce6;
  --muted: #6f6b7c;
  --line: #e8e7ef;
  --line-strong: #d8d6e2;
  --shadow-soft: 0 24px 80px rgba(33, 26, 56, 0.12);
  --shadow-phone: 0 36px 90px rgba(42, 22, 89, 0.26);
  --max: 1180px;
  --radius-large: 34px;
  --radius: 24px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: rgba(91, 23, 234, 0.18);
}

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

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

img {
  display: block;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.045em;
  text-wrap: balance;
}

p {
  color: var(--ink-soft);
  line-height: 1.65;
}

:focus-visible {
  outline: 3px solid rgba(91, 23, 234, 0.45);
  outline-offset: 4px;
  border-radius: 8px;
}

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

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(232, 231, 239, 0.85);
  background: rgba(247, 247, 250, 0.82);
  backdrop-filter: blur(22px) saturate(150%);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(216, 214, 226, 0.88);
  background: rgba(247, 247, 250, 0.94);
  box-shadow: 0 12px 32px rgba(33, 26, 56, 0.07);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 780;
  letter-spacing: -0.035em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  box-shadow: 0 8px 24px rgba(91, 23, 234, 0.16);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links a {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 620;
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--violet);
}

.nav-links a[aria-current="page"] {
  color: var(--violet);
}

.menu-toggle {
  position: relative;
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
  transition:
    margin 200ms var(--ease),
    transform 200ms var(--ease);
}

.menu-toggle span:first-child {
  margin-top: -6px;
}

.menu-toggle span:last-child {
  margin-top: 6px;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  margin-top: 0;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  margin-top: 0;
  transform: rotate(-45deg);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding-inline: 18px;
  border-radius: 999px;
  background: var(--ink);
  color: #ffffff;
  font-size: 13px;
  font-weight: 720;
  transition:
    transform 180ms var(--ease),
    background 180ms ease;
}

.header-cta:hover {
  transform: translateY(-2px);
  background: var(--violet-deep);
}

.hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  padding: 160px 0 96px;
  background:
    radial-gradient(circle at 78% 33%, rgba(124, 69, 238, 0.17), transparent 28%),
    radial-gradient(circle at 0% 12%, rgba(232, 93, 69, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f9f7ff 62%, var(--paper) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -125px;
  height: 260px;
  border-radius: 50%;
  background: var(--paper);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.hero-glow-one {
  width: 420px;
  height: 420px;
  top: 160px;
  right: -220px;
  border: 1px solid rgba(91, 23, 234, 0.1);
}

.hero-glow-two {
  width: 680px;
  height: 680px;
  top: 20px;
  right: -190px;
  border: 1px solid rgba(91, 23, 234, 0.07);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 72px;
}

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

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(91, 23, 234, 0.14);
  border-radius: 999px;
  background: rgba(244, 239, 255, 0.82);
  color: var(--violet-deep);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--violet);
  box-shadow: 0 0 0 5px rgba(91, 23, 234, 0.1);
}

.hero h1 {
  margin-top: 28px;
  max-width: 680px;
  color: var(--ink);
  font-size: clamp(54px, 6vw, 82px);
  font-weight: 820;
  line-height: 0.96;
}

.hero h1 span {
  background: linear-gradient(120deg, var(--violet-deep), var(--violet-bright) 58%, #a36cff);
  background-clip: text;
  color: transparent;
}

.hero-lede {
  max-width: 610px;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.6;
}

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

.hero-actions.centered {
  justify-content: center;
}

.store-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 9px 13px 9px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(33, 26, 56, 0.06);
}

.store-status-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--ink);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

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

.store-status small {
  color: var(--ink-faint);
  font-family: var(--font-mono);
  font-size: 7px;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.store-status strong {
  margin-top: 1px;
  font-size: 14px;
  letter-spacing: -0.02em;
}

.store-status-dark {
  margin-top: 34px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: none;
}

.store-status-dark .store-status-icon {
  background: #ffffff;
  color: var(--ink);
}

.store-status-dark small {
  color: rgba(255, 255, 255, 0.52);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 740;
  transition:
    transform 200ms var(--ease),
    box-shadow 200ms ease,
    border-color 200ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--violet-bright), var(--violet) 50%, var(--violet-deep));
  box-shadow:
    0 16px 38px rgba(91, 23, 234, 0.24),
    inset 0 1px rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.button-primary:hover {
  box-shadow:
    0 22px 48px rgba(91, 23, 234, 0.31),
    inset 0 1px rgba(255, 255, 255, 0.3);
}

.button-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: rgba(91, 23, 234, 0.35);
}

.hero-proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  color: var(--ink-faint);
  font-size: 12px;
  font-weight: 650;
}

.hero-proof i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--violet-soft);
}

.hero-visual {
  position: relative;
  min-height: 610px;
}

.phone-shot {
  position: relative;
  margin: 0;
  width: 352px;
}

.phone-glass {
  position: relative;
  aspect-ratio: 352 / 779;
  overflow: hidden;
  border: 1px solid rgba(24, 21, 34, 0.09);
  border-radius: 47px;
  background: #ffffff;
  box-shadow:
    var(--shadow-phone),
    inset 0 0 0 7px rgba(24, 21, 34, 0.06);
}

.phone-glass img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-phone {
  position: absolute;
  right: 52px;
  top: 0;
  width: min(352px, 82vw);
  transform:
    translate(var(--hero-x, 0), var(--hero-y, 0))
    rotate(calc(2.5deg + var(--hero-rotate, 0deg)));
  transition: transform 500ms var(--ease);
}

.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 48px rgba(43, 24, 85, 0.16);
  backdrop-filter: blur(16px);
}

.floating-card small {
  display: block;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.floating-card strong {
  display: block;
  margin-top: 2px;
  color: var(--ink);
  font-size: 13px;
  letter-spacing: -0.02em;
}

.floating-card-protein {
  top: 98px;
  left: -20px;
  animation: card-float 5.4s ease-in-out infinite;
}

.floating-card-coach {
  right: -25px;
  bottom: 96px;
  animation: card-float 6.2s ease-in-out -1.4s infinite reverse;
}

.mini-icon,
.spark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 800;
}

.mini-icon.protein {
  background: #eff3fb;
  color: var(--protein);
}

.spark {
  background: var(--violet);
  color: #ffffff;
  font-size: 18px;
}

.trend {
  margin-left: 6px;
  padding: 5px 7px;
  border-radius: 999px;
  background: rgba(14, 159, 117, 0.09);
  color: var(--mint);
  font-size: 9px;
  font-weight: 750;
}

.signal-strip {
  position: relative;
  z-index: 4;
  padding: 26px 0 22px;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.68);
}

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

.signal-grid > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 54px;
  padding-inline: 32px;
  border-left: 1px solid var(--line);
}

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

.signal-grid strong {
  font-size: 14px;
  letter-spacing: -0.02em;
}

.signal-grid span {
  color: var(--ink-faint);
  font-size: 12px;
}

.section {
  padding: 112px 0;
}

.section-tinted {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 40%, rgba(91, 23, 234, 0.12), transparent 28%),
    var(--surface-violet);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 50px;
}

.section-heading-wide {
  grid-template-columns: 1.2fr 0.8fr;
}

.section-heading h2,
.story-copy h2,
.plus-copy h2,
.closing-card h2 {
  margin-top: 12px;
  max-width: 750px;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 810;
  line-height: 1.01;
}

.section-heading p {
  max-width: 480px;
  font-size: 16px;
}

.kicker,
.card-label {
  color: var(--violet);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.12em;
}

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

.feature-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 34px rgba(33, 26, 56, 0.04);
  transition:
    transform 240ms var(--ease),
    box-shadow 240ms ease;
  isolation: isolate;
}

.feature-card::before,
.showcase-card::after,
.plus-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 300px;
  height: 300px;
  left: calc(var(--spotlight-x, 50%) - 150px);
  top: calc(var(--spotlight-y, 50%) - 150px);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(124, 69, 238, 0.11),
    transparent 68%
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.feature-card > *,
.showcase-card > *,
.plus-card > * {
  position: relative;
  z-index: 1;
}

.feature-card:hover::before,
.showcase-card:hover::after,
.plus-card:hover::before {
  opacity: 1;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
}

.feature-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.feature-topline > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: var(--surface-violet);
  color: var(--violet-deep);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
}

.feature-topline small {
  color: var(--ink-faint);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.feature-card h3 {
  max-width: 470px;
  margin-top: 40px;
  font-size: 30px;
  line-height: 1.08;
}

.feature-card p {
  max-width: 470px;
  margin-top: 18px;
  font-size: 14px;
}

.feature-rail {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 27px;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #efedf4;
}

.feature-rail i {
  display: block;
  width: 64%;
  height: 100%;
  border-radius: inherit;
  background: var(--violet);
}

.feature-card-amber .feature-topline > span {
  background: #f8f5ef;
  color: var(--amber);
}

.feature-card-amber .feature-rail i {
  width: 78%;
  background: var(--amber);
}

.feature-card-coral .feature-topline > span {
  background: #f9f2f0;
  color: var(--coral);
}

.feature-card-coral .feature-rail i {
  width: 48%;
  background: var(--coral);
}

.feature-card-mint .feature-topline > span {
  background: #f0f6f4;
  color: var(--mint);
}

.feature-card-mint .feature-rail i {
  width: 86%;
  background: var(--mint);
}

.story-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 82px;
}

.story-copy > p {
  max-width: 510px;
  margin-top: 24px;
  font-size: 16px;
}

.step-list {
  display: grid;
  gap: 10px;
  margin-top: 38px;
}

.step {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: flex-start;
  gap: 15px;
  padding: 17px;
  border: 1px solid rgba(91, 23, 234, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
}

.step > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 13px;
  background: var(--violet);
  color: #ffffff;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
}

.step h3 {
  font-size: 16px;
}

.step p {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.5;
}

.story-visual {
  position: relative;
  min-height: 690px;
}

.story-orbit {
  position: absolute;
  width: 570px;
  height: 570px;
  top: 55px;
  left: 50%;
  border: 1px solid rgba(91, 23, 234, 0.12);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: orbit-pulse 7s ease-in-out infinite;
}

.story-orbit::before,
.story-orbit::after {
  content: "";
  position: absolute;
  inset: 74px;
  border: 1px solid rgba(91, 23, 234, 0.1);
  border-radius: inherit;
}

.story-orbit::after {
  inset: 150px;
  background: rgba(255, 255, 255, 0.28);
}

.story-phone {
  position: absolute;
  width: 290px;
  top: 15px;
}

.story-phone-back {
  left: 4%;
  transform: rotate(-8deg) translateY(54px);
  opacity: 0.84;
}

.story-phone-front {
  right: 5%;
  z-index: 2;
  transform: rotate(7deg);
}

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

.showcase-card {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  border-radius: var(--radius-large);
  isolation: isolate;
}

.showcase-progress {
  background:
    radial-gradient(circle at 85% 5%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(145deg, #281347, var(--violet-deep) 54%, var(--violet));
  color: #ffffff;
}

.showcase-plan {
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 70% 100%, rgba(232, 93, 69, 0.12), transparent 30%),
    linear-gradient(160deg, #ffffff, #f8f5ff);
}

.showcase-copy {
  position: relative;
  z-index: 4;
  padding: 36px 36px 0;
}

.showcase-copy h3 {
  max-width: 460px;
  margin-top: 12px;
  font-size: 34px;
  line-height: 1.04;
}

.showcase-copy p {
  max-width: 460px;
  margin-top: 16px;
  font-size: 14px;
}

.showcase-progress .card-label {
  color: #d9c9ff;
}

.showcase-progress .showcase-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.showcase-phone {
  position: absolute;
  width: 286px;
  left: 50%;
  top: 264px;
  transform: translateX(-50%);
}

.showcase-progress .showcase-phone {
  transform: translateX(-50%) rotate(-3deg);
}

.showcase-plan .showcase-phone {
  transform: translateX(-50%) rotate(3deg);
}

.plus-section {
  padding: 30px 0 112px;
}

.plus-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 620px;
  overflow: hidden;
  border-radius: 42px;
  background:
    radial-gradient(circle at 90% 0%, rgba(124, 69, 238, 0.36), transparent 30%),
    linear-gradient(145deg, #17131d, #29103f 58%, #4110a6);
  box-shadow: 0 36px 100px rgba(33, 17, 59, 0.22);
  color: #ffffff;
  isolation: isolate;
}

.plus-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 64px;
}

.plus-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 212, 85, 0.22);
  border-radius: 999px;
  background: rgba(255, 212, 85, 0.08);
  color: #f6d66a;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.plus-copy h2 {
  margin-top: 24px;
  color: #ffffff;
}

.plus-copy > p {
  max-width: 530px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.7);
}

.plus-copy ul {
  display: grid;
  gap: 11px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.plus-copy li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.plus-copy li::before {
  content: "✓";
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgba(124, 69, 238, 0.36);
  color: #d6c6ff;
  font-size: 11px;
  font-weight: 900;
}

.launch-note {
  margin-top: 34px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.plus-visual {
  position: relative;
  align-self: end;
  width: min(420px, 90%);
  height: 560px;
  justify-self: center;
  overflow: hidden;
  border-radius: 44px 44px 0 0;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.07);
}

.plus-visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}

.closing-section {
  padding: 80px 0 120px;
}

.closing-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 74px 30px;
  border: 1px solid var(--line);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 0%, rgba(91, 23, 234, 0.1), transparent 32%),
    #ffffff;
  text-align: center;
}

.closing-mark {
  margin-bottom: 28px;
  border-radius: 20px;
  box-shadow: 0 16px 44px rgba(91, 23, 234, 0.2);
}

.closing-card h2 {
  max-width: 790px;
}

.closing-card > p {
  max-width: 620px;
  margin-top: 22px;
}

.site-footer {
  padding: 70px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: var(--ink);
  color: #ffffff;
}

.site-footer .brand {
  color: #ffffff;
}

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

.footer-brand p {
  max-width: 410px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 14px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-links strong {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

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

.footer-cookie-button {
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font: inherit;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}

.footer-cookie-button:hover {
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.36);
  font-size: 11px;
}

.cookie-banner {
  position: fixed;
  z-index: 200;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  width: min(680px, calc(100% - 48px));
  padding: 20px;
  border: 1px solid rgba(91, 23, 234, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 80px rgba(31, 22, 45, 0.2);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.cookie-copy strong {
  display: block;
  font-size: 15px;
}

.cookie-copy p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cookie-accept {
  min-height: 44px;
  padding-inline: 18px;
  white-space: nowrap;
}

.cookie-essential {
  min-height: 44px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
  cursor: pointer;
}

.cookie-essential:hover {
  color: var(--ink);
}

/* Legal */
.legal-main,
.support-main {
  min-height: 100vh;
  padding-top: 76px;
  background:
    radial-gradient(circle at 85% 7%, rgba(91, 23, 234, 0.1), transparent 24%),
    var(--paper);
}

.legal-shell {
  width: min(900px, calc(100% - 48px));
  padding: 76px 0 110px;
}

.legal-hero {
  margin-bottom: 38px;
}

.back-link {
  display: inline-block;
  margin-bottom: 48px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 650;
}

.back-link:hover {
  color: var(--violet);
}

.legal-hero h1,
.support-hero h1 {
  margin-top: 14px;
  font-size: clamp(48px, 7vw, 76px);
  line-height: 1;
}

.legal-hero > p {
  max-width: 620px;
  margin-top: 22px;
  font-size: 17px;
}

.legal-hero small {
  display: block;
  margin-top: 22px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.legal-document {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 22px 70px rgba(33, 26, 56, 0.06);
}

.legal-section {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 22px;
  padding: 34px;
  border-bottom: 1px solid var(--line);
}

.legal-section:last-child {
  border-bottom: 0;
}

.legal-number {
  display: grid;
  width: 38px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: var(--surface-violet);
  color: var(--violet-deep);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 800;
}

.legal-section h2 {
  font-size: 22px;
  line-height: 1.1;
}

.legal-section p,
.legal-section li {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.72;
}

.legal-section p {
  margin-top: 14px;
}

.legal-section ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
}

.legal-section li::marker {
  color: var(--violet);
}

.company-card {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 30px;
  border: 1px solid rgba(91, 23, 234, 0.12);
  border-radius: 24px;
  background: var(--surface-violet);
}

.company-card strong {
  margin-top: 5px;
}

.company-card p {
  font-size: 13px;
}

.company-card a {
  justify-self: start;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(91, 23, 234, 0.24);
  color: var(--violet-deep);
  font-size: 13px;
  font-weight: 720;
}

/* Support */
.support-hero {
  padding: 90px 0 74px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 76% 30%, rgba(91, 23, 234, 0.15), transparent 26%),
    #ffffff;
}

.support-hero-inner {
  text-align: center;
}

.support-hero h1 {
  margin-inline: auto;
}

.support-hero p {
  margin-top: 20px;
}

.support-hero .button {
  margin-top: 28px;
}

.faq-layout {
  display: grid;
  gap: 22px;
  padding: 76px 0 110px;
}

.faq-group {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 30px;
  align-items: start;
}

.faq-category {
  position: sticky;
  top: 105px;
  color: var(--violet);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.faq-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
}

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

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  position: relative;
  padding: 24px 64px 24px 26px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 720;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 19px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-violet);
  color: var(--violet);
  font-size: 18px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 720px;
  padding: 0 26px 25px;
  font-size: 14px;
}

.support-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 28px;
  margin: 38px 0 0 240px;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--ink), #2b1645);
  color: #ffffff;
}

.support-contact h2 {
  margin-top: 10px;
  font-size: 30px;
}

.support-contact p {
  max-width: 620px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.support-contact > a {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 13px;
  font-weight: 700;
}

.support-legal-links {
  display: flex;
  gap: 18px;
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

.not-found-main {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 36px 24px;
  background:
    radial-gradient(circle at 50% 18%, rgba(91, 23, 234, 0.16), transparent 30%),
    var(--paper);
}

.not-found-card {
  width: min(680px, 100%);
  padding: 70px 36px;
  border: 1px solid var(--line);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.not-found-card .closing-mark {
  margin-inline: auto;
}

.not-found-card h1 {
  margin-top: 16px;
  font-size: clamp(42px, 7vw, 68px);
  line-height: 1;
}

.not-found-card > p {
  max-width: 500px;
  margin: 22px auto 0;
}

.js [data-reveal] {
  opacity: 0;
  translate: 0 26px;
  transition:
    opacity 720ms var(--ease) var(--reveal-delay, 0ms),
    translate 720ms var(--ease) var(--reveal-delay, 0ms);
}

.js [data-reveal].is-visible {
  opacity: 1;
  translate: 0 0;
}

@keyframes card-float {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -9px;
  }
}

@keyframes orbit-pulse {
  0%,
  100% {
    scale: 1;
    opacity: 0.8;
  }

  50% {
    scale: 1.035;
    opacity: 1;
  }
}

@media (max-width: 1040px) {
  .hero-grid {
    grid-template-columns: 1fr 0.86fr;
    gap: 30px;
  }

  .hero-phone {
    right: 10px;
  }

  .floating-card-protein {
    left: -40px;
  }

  .floating-card-coach {
    right: -38px;
  }

  .story-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .story-copy {
    max-width: 720px;
  }

  .story-visual {
    width: min(680px, 100%);
    margin-inline: auto;
  }

  .plus-copy {
    padding: 48px;
  }
}

@media (max-width: 820px) {
  body.menu-open {
    overflow: hidden;
  }

  .header-inner {
    gap: 12px;
  }

  .menu-toggle {
    display: grid;
    order: 2;
    margin-left: auto;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    right: 24px;
    left: 24px;
    display: grid;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 22px 60px rgba(33, 26, 56, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.98);
    transform-origin: top;
    transition:
      opacity 180ms ease,
      transform 220ms var(--ease),
      visibility 180ms ease;
  }

  .nav-links.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  .nav-links a {
    padding: 14px 12px;
    border-radius: 12px;
  }

  .nav-links a:hover {
    background: var(--surface-violet);
  }

  .header-cta {
    order: 3;
  }

  .hero {
    min-height: auto;
    padding-top: 132px;
  }

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

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

  .hero h1 {
    font-size: clamp(50px, 12vw, 74px);
  }

  .hero-visual {
    width: min(520px, 100%);
    min-height: 650px;
    margin: 22px auto 0;
  }

  .hero-phone {
    right: 50%;
    transform: translateX(50%) rotate(2deg);
  }

  .floating-card-protein {
    left: -2px;
  }

  .floating-card-coach {
    right: -5px;
  }

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

  .signal-grid > div {
    min-height: auto;
    padding: 18px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .signal-grid > div:first-child {
    border-top: 0;
  }

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

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

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

  .plus-visual {
    height: 540px;
  }

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

  .faq-group {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .faq-category {
    position: static;
  }

  .support-contact {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .shell,
  .legal-shell {
    width: min(100% - 30px, var(--max));
  }

  .header-inner {
    min-height: 68px;
  }

  .header-cta {
    display: none;
  }

  .brand {
    font-size: 18px;
  }

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

  .hero {
    padding-top: 112px;
  }

  .hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

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

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .store-status {
    width: 100%;
    justify-content: center;
  }

  .hero-proof {
    justify-content: center;
  }

  .hero-visual {
    min-height: 590px;
  }

  .hero-phone {
    width: 290px;
  }

  .floating-card {
    transform: scale(0.9);
  }

  .floating-card-protein {
    top: 85px;
    left: -18px;
    transform-origin: left;
  }

  .floating-card-coach {
    right: -18px;
    bottom: 92px;
    transform-origin: right;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading h2,
  .story-copy h2,
  .plus-copy h2,
  .closing-card h2 {
    font-size: 42px;
  }

  .feature-card {
    min-height: 320px;
    padding: 26px;
  }

  .feature-card h3 {
    font-size: 27px;
  }

  .story-visual {
    min-height: 530px;
  }

  .story-orbit {
    width: 430px;
    height: 430px;
  }

  .story-phone {
    width: 220px;
  }

  .story-phone-back {
    left: 0;
  }

  .story-phone-front {
    right: 0;
  }

  .showcase-card {
    min-height: 650px;
  }

  .showcase-copy {
    padding: 30px 26px 0;
  }

  .showcase-copy h3 {
    font-size: 30px;
  }

  .showcase-phone {
    width: 260px;
    top: 275px;
  }

  .plus-card {
    width: min(100% - 20px, var(--max));
  }

  .plus-copy {
    padding: 42px 26px;
  }

  .plus-visual {
    height: 490px;
  }

  .closing-card {
    padding-inline: 20px;
  }

  .footer-links {
    gap: 24px;
  }

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

  .cookie-banner {
    right: 15px;
    bottom: 15px;
    grid-template-columns: 1fr;
    gap: 16px;
    width: calc(100% - 30px);
    padding: 18px;
    border-radius: 20px;
  }

  .cookie-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-accept,
  .cookie-essential {
    width: 100%;
  }

  .legal-main,
  .support-main {
    padding-top: 68px;
  }

  .legal-shell {
    padding-top: 54px;
  }

  .back-link {
    margin-bottom: 34px;
  }

  .legal-hero h1,
  .support-hero h1 {
    font-size: 48px;
  }

  .legal-section {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .legal-number {
    width: 34px;
  }

  .support-hero {
    padding: 70px 0 58px;
  }

  .faq-layout {
    padding-top: 56px;
  }

  .faq-list summary {
    padding-left: 20px;
  }

  .faq-list details p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .support-contact {
    grid-template-columns: 1fr;
    padding: 28px;
  }
}

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