:root {
  --color-page: #000000;
  --color-surface: rgba(255, 255, 255, 0.03);
  --color-surface-strong: rgba(255, 255, 255, 0.05);
  --color-border: rgba(255, 255, 255, 0.08);
  --color-border-soft: rgba(255, 255, 255, 0.05);
  --color-text: #e7e2ff;
  --color-muted: #aca7c9;
  --color-pink: #ff89b1;
  --color-pink-dark: #e51b8f;
  --color-pink-shadow: rgba(255, 137, 177, 0.2);
  --color-cyan: #70d5e3;
  --color-cyan-text: #00363c;
  --color-dark: #000000;
  --shadow-panel: 0 8px 32px rgba(0, 0, 0, 0.3);
  --shadow-replay: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shell-width: 1340px;
  --steps-width: 1406px;
  --page-width: 1460px;
  --page-padding: 60px;
  --header-offset: 80px;
  --transition: 180ms ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  isolation: isolate;
  margin: 0;
  min-width: 320px;
  background: var(--color-page);
  color: var(--color-text);
  font-family: 'Manrope', sans-serif;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  background-color: var(--color-page);
  background-image: url('img/bg_hq.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  pointer-events: none;
}

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

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

button,
input {
  font: inherit;
}

button {
  border: 0;
  background: none;
  padding: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-shell {
  position: relative;
  isolation: isolate;
  max-width: var(--page-width);
  margin: 0 auto;
  padding-top: var(--header-offset);
  padding-bottom: 0;
}

.shell {
  width: min(var(--shell-width), calc(100% - (var(--page-padding) * 2)));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  padding-top: 18px;
  transition: background-color 0.35s ease, backdrop-filter 0.35s ease,
    -webkit-backdrop-filter 0.35s ease, box-shadow 0.35s ease;
}

.site-header.is-scrolled {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.header-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 62px;
}

.brand {
  display: flex;
  align-items: center;
  height: 44px;
  width: auto;
}

.brand__mobile {
  display: none;
}

.brand__mark,
.brand__wordmark {
  position: static;
}

.brand__mark {
  width: auto;
  height: 44px;
}

.brand__wordmark {
  width: auto;
  height: 44px;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.site-nav__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.35px;
  color: rgba(255, 255, 255, 0.6);
  transition: color var(--transition);
}

.site-nav__link:hover,
.site-nav__link:focus-visible {
  color: var(--color-text);
}

.site-nav__link--active {
  font-weight: 700;
  color: var(--color-pink);
}

.header-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  min-width: 0;
}

.header-chip,
.header-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 999px;
  white-space: nowrap;
}

.header-chip {
  width: 235px;
  background: var(--color-cyan);
  color: var(--color-cyan-text);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.header-button {
  position: relative;
  z-index: 1;
  width: 131px;
  background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-pink-dark) 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
}

.menu-button {
  position: relative;
  z-index: 2;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 33px;
  height: 14.5px;
  color: #ffffff;
  cursor: pointer;
}

.menu-button span {
  width: 33px;
  height: 2.5px;
  border-radius: 999px;
  background: currentColor;
}

.site-main {
  position: relative;
}

.hero-section {
  position: relative;
  padding-top: 108px;
  padding-bottom: 60px;
}

.hero-shell {
  position: relative;
  min-height: 780px;
}

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

.section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 26px;
  padding: 7px 17px;
  border: 1px solid rgba(255, 137, 177, 0.2);
  border-radius: 999px;
  background: rgba(255, 137, 177, 0.1);
  color: var(--color-pink);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.hero-title {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 96px;
  font-style: italic;
  font-weight: 800;
  line-height: 96px;
  letter-spacing: -4.8px;
}

.hero-title__primary {
  color: var(--color-pink-dark);
}

.hero-title__secondary {
  color: var(--color-text);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-description {
  width: 420px;
  margin: 38px 0 0;
  color: var(--color-muted);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.hero-actions {
  display: flex;
  gap: 20px;
  margin-top: 26px;
  padding-top: 16px;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: transform var(--transition), opacity var(--transition);
}

.pill-button:hover,
.pill-button:focus-visible,
.header-chip:hover,
.header-button:hover,
.header-chip:focus-visible,
.header-button:focus-visible {
  transform: translateY(-1px);
  opacity: 0.98;
}

.pill-button--primary {
  padding: 20px 40px;
  background: var(--color-pink);
  color: var(--color-dark);
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
}

.pill-button--glass {
  gap: 12px;
  padding: 22px 41px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-text);
  backdrop-filter: blur(12px);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.pill-button--glass svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: rgba(255, 137, 177, 0.95);
}

.hero-visual {
  position: absolute;
  top: -52px;
  right: -5px;
  z-index: 1;
  width: 1103px;
  height: 850px;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.scoring-section {
  position: relative;
  padding-top: 47px;
}

.scoring-shell {
  position: relative;
  padding-top: 62px;
}

.scoring-orb {
  position: absolute;
  top: -62px;
  right: -36px;
  z-index: -1;
  width: 582px;
  height: 582px;
  max-width: none;
  pointer-events: none;
}

.scoring-intro {
  max-width: 441px;
}

.section-title {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 48px;
}

.section-title--left {
  max-width: 441px;
}

.section-title--replay {
  gap: 12px;
  line-height: 60px;
}

.section-title--center {
  align-items: center;
  justify-content: center;
  line-height: 48px;
  text-align: center;
}

.section-title__accent {
  color: var(--color-pink-dark);
}

.section-copy {
  margin: 24px 0 0;
  color: var(--color-muted);
}

.section-copy--18 {
  max-width: 441px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  opacity: 0.7;
}

.section-copy--20 {
  max-width: 575px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32.5px;
  opacity: 0.8;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 320px);
  gap: 20px;
  margin-top: 40px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 322px;
  padding: 41px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: var(--color-surface);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-panel);
}

.feature-card__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 48px;
}

.feature-card--pink .feature-card__icon-wrap {
  border: 1px solid rgba(255, 137, 177, 0.2);
  background: rgba(255, 137, 177, 0.1);
}

.feature-card--violet .feature-card__icon-wrap {
  border: 1px solid rgba(152, 145, 255, 0.2);
  background: rgba(58, 27, 209, 0.2);
}

.feature-card--neutral .feature-card__icon-wrap {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.feature-card__icon {
  max-width: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card--pink .feature-card__icon {
  width: 24.75px;
  height: 27.5px;
  color: var(--color-pink);
}

.feature-card--violet .feature-card__icon {
  width: 27.5px;
  height: 23.6875px;
  color: #9891ff;
}

.feature-card--neutral .feature-card__icon {
  width: 21.65625px;
  height: 26.25px;
  color: rgba(255, 255, 255, 0.72);
}

.feature-card__title {
  margin: 0;
  padding-top: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.feature-card__body {
  max-width: 238px;
  margin: 0;
  color: var(--color-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.7;
}

.feature-card--narrow .feature-card__body {
  max-width: 225px;
}

.replay-section {
  padding-top: 179px;
}

.replay-shell {
  display: grid;
  grid-template-columns: 596px 518.5px;
  gap: 84px;
  align-items: start;
}

.replay-visual {
  margin: 0;
}

.replay-visual__frame {
  position: relative;
  padding: 13px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: var(--color-surface);
  backdrop-filter: blur(10px);
}

.replay-visual__frame::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 16px;
  box-shadow: var(--shadow-replay);
}

.replay-visual__screen {
  position: relative;
  overflow: hidden;
  border-radius: 48px;
  opacity: 0.9;
}

.replay-visual__image {
  width: 570px;
  height: 570px;
  display: block;
  max-width: none;
  object-fit: cover;
}

.replay-visual__tag {
  position: absolute;
  top: 32px;
  left: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 17px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(167, 1, 56, 0.4);
  backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.replay-visual__tag-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff6e84;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 63.35px 0 0;
  padding: 8.7px 0 0;
  list-style: none;
}

.feature-list__item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.feature-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 137, 177, 0.2);
  border-radius: 999px;
  background: rgba(255, 137, 177, 0.1);
  flex: 0 0 auto;
  color: var(--color-pink);
}

.feature-list__icon svg {
  width: 12.225px;
  height: 9.01875px;
  max-width: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-list__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.feature-list__copy strong {
  color: var(--color-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.feature-list__copy span:last-child {
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.7;
}

.delivery-section {
  padding-top: 178px;
}

.delivery-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  padding: 49px 75px 49px 49px;
  border: 1px solid var(--color-border);
  border-radius: 24px;
  background: var(--color-surface);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-panel);
}

.delivery-banner__copy {
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 783px;
}

.delivery-banner__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: var(--color-surface-strong);
  flex: 0 0 auto;
}

.delivery-banner__icon {
  width: 48px;
  height: 39.6px;
  max-width: none;
  fill: none;
  stroke: rgba(255, 255, 255, 0.86);
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.delivery-banner__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.delivery-banner__title {
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.75px;
}

.delivery-banner__body {
  margin: 0;
  color: var(--color-muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.7;
}

.delivery-stat {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5px;
  min-width: 120px;
  padding: 21px 33px;
  border: 1px solid var(--color-border-soft);
  border-radius: 16px;
  background: var(--color-surface);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-panel);
}

.delivery-stat__value {
  color: var(--color-pink);
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.delivery-stat__label {
  color: var(--color-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1px;
}

.steps-section {
  padding-top: 157.5px;
}

.steps-shell {
  width: min(var(--steps-width), calc(100% - 54px));
  margin: 0 auto;
  padding: 80px 35px 160px 32px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 96px;
}

.step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14.9px;
  min-height: 274.25px;
  padding: 41px 41px 63.75px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: var(--color-surface);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-panel);
}

.step-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-pink);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.step-card__watermark {
  position: absolute;
  top: 24px;
  right: 31.75px;
  color: rgba(255, 255, 255, 0.05);
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
}

.step-card__title {
  margin: 0;
  padding-top: 17.1px;
  color: var(--color-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.step-card__body {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
  opacity: 0.7;
}

.step-card--highlight {
  padding: 40px 40px 42px;
  border-color: transparent;
  background: rgba(255, 137, 177, 0.9);
  box-shadow: 0 10px 15px -3px rgba(255, 137, 177, 0.2),
    0 4px 6px -4px rgba(255, 137, 177, 0.2);
}

.step-card--highlight .step-card__index {
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: var(--color-dark);
}

.step-card--highlight .step-card__watermark {
  right: 31.74px;
  color: rgba(0, 0, 0, 0.1);
}

.step-card--highlight .step-card__title,
.step-card--highlight .step-card__body {
  color: var(--color-dark);
}

.step-card--highlight .step-card__body {
  opacity: 0.9;
  font-weight: 500;
}

.cta-section {
  position: relative;
  padding-top: 114px;
  padding-bottom: 260px;
  overflow: clip;
}

.cta-orb {
  position: absolute;
  top: -360px;
  right: -180px;
  z-index: -1;
  width: 1344px;
  height: 1344px;
  max-width: none;
  pointer-events: none;
}

.cta-shell {
  position: relative;
}

.cta-copy {
  max-width: 751px;
}

.cta-title {
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 72px;
  font-style: italic;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -3.6px;
}

.cta-title__accent {
  color: var(--color-pink);
}

.cta-description {
  margin: 21px 0 0;
  color: var(--color-muted);
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.signup-form {
  display: flex;
  gap: 21px;
  align-items: center;
  margin-top: 54px;
}

.signup-form__input {
  width: 398px;
  height: 71px;
  padding: 23px 33px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-text);
  outline: none;
}

.signup-form__input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-weight: 400;
}

.signup-form__input:focus-visible {
  border-color: rgba(255, 255, 255, 0.24);
}

.signup-form__button {
  height: 70px;
  padding: 23px 40px;
  border-radius: 999px;
  background: var(--color-pink);
  color: var(--color-dark);
  cursor: pointer;
  transition: transform var(--transition), opacity var(--transition);
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.signup-form__button:hover,
.signup-form__button:focus-visible {
  transform: translateY(-1px);
  opacity: 0.98;
}

.signup-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 21px 0 0;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.signup-note img {
  width: 8px;
  height: 10.5px;
  max-width: none;
}

.signup-note svg {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  fill: none;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer {
  position: relative;
  z-index: 3;
  padding: 24px 0 32px;
  margin-top: -80px;
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.footer-logo img {
  width: 76px;
  height: auto;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.footer-nav {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-nav a,
.footer-copy {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
}

.footer-copy {
  margin: 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1360px) {
  :root {
    --page-padding: 40px;
  }

  .hero-visual {
    right: -72px;
    width: 960px;
    height: auto;
  }

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

  .replay-shell {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .steps-shell {
    width: min(var(--steps-width), calc(100% - 40px));
  }
}

/* ─── Tablet landscape (≤ 1180px) ──────────────────────────────────────────── */
@media (max-width: 1180px) {
  .site-header {
    padding-top: 14px;
  }

  .header-shell {
    grid-template-columns: auto 1fr auto;
    gap: 24px;
  }

  /* Hamburger menu */
  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 40px;
    z-index: 5;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(6, 7, 30, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
    min-width: 200px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav__link {
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 15px;
  }

  .site-nav__link:hover {
    background: rgba(255, 255, 255, 0.06);
  }

  .header-chip {
    display: none;
  }

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

  .hero-section {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .hero-shell {
    min-height: 0;
  }

  .hero-copy {
    max-width: 56%;
  }

  .hero-visual {
    width: 860px;
    right: -60px;
  }

  .hero-description {
    width: min(100%, 480px);
  }

  .scoring-orb {
    width: 460px;
    height: 460px;
    top: -16px;
    right: -30px;
  }

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

  .replay-section,
  .delivery-section {
    padding-top: 100px;
  }

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

  .delivery-banner {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 48px;
  }

  .steps-section {
    padding-top: 100px;
  }

  .steps-shell {
    width: min(var(--shell-width), calc(100% - 80px));
    padding: 0;
  }

  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 56px;
  }

  .cta-section {
    padding-top: 88px;
    padding-bottom: 210px;
  }

  .cta-orb {
    top: -160px;
    right: -320px;
    width: 1060px;
    height: 1060px;
  }
}

/* ─── Tablet portrait (≤ 860px) ─────────────────────────────────────────────── */
@media (max-width: 860px) {
  :root {
    --page-padding: 28px;
    --header-offset: 64px;
  }

  body {
    overflow-x: clip;
  }

  .site-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-shell {
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    min-height: 44px;
  }

  .brand {
    height: 36px;
  }

  .brand__mobile {
    display: block;
    height: 36px;
    width: auto;
  }

  .brand__mark,
  .brand__wordmark {
    display: none;
  }

  .site-nav {
    top: calc(100% + 8px);
    right: 28px;
    left: 28px;
    min-width: 0;
    gap: 4px;
    padding: 12px;
    border-radius: 18px;
  }

  .site-nav__link {
    width: 100%;
    padding: 12px 14px;
    font-size: 16px;
    border-radius: 10px;
  }

  .header-button {
    height: 38px;
    font-size: 14px;
    width: auto;
    padding: 0 20px;
  }

  .menu-button {
    width: 44px;
    height: 44px;
    padding: 13px 6px;
    flex-shrink: 0;
  }

  /* Hero — text top, image bottom */
  .hero-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .hero-shell {
    display: flex;
    flex-direction: column;
    min-height: 0;
    gap: 0;
  }

  .hero-copy {
    max-width: 100%;
    padding-bottom: 40px;
  }

  .hero-title {
    font-size: clamp(44px, 9vw, 68px);
    line-height: 1;
    letter-spacing: -2.5px;
  }

  .hero-description {
    width: min(100%, 520px);
    margin-top: 24px;
    font-size: 19px;
    line-height: 30px;
  }

  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
  }

  .pill-button--primary {
    padding: 16px 28px;
    font-size: 16px;
  }

  .pill-button--glass {
    padding: 17px 24px;
    font-size: 15px;
  }

  .hero-visual {
    position: relative;
    top: 0;
    right: auto;
    width: min(100%, 680px);
    height: auto;
    margin: 0 auto;
  }

  /* Sections */
  .section-title,
  .section-title--replay {
    font-size: clamp(32px, 6vw, 44px);
    line-height: 1.08;
    letter-spacing: -1.8px;
  }

  .section-copy--18,
  .section-copy--20,
  .delivery-banner__body,
  .cta-description {
    font-size: 17px;
    line-height: 27px;
  }

  .scoring-section {
    padding-top: 40px;
  }

  .scoring-shell {
    display: flex;
    flex-direction: column;
  }

  .scoring-intro {
    order: 1;
  }

  .scoring-orb {
    position: relative;
    top: auto;
    right: auto;
    order: 2;
    width: min(100%, 400px);
    height: auto;
    margin: 24px auto;
  }

  .feature-grid {
    order: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }

  .feature-card {
    min-height: 0;
    padding: 28px 22px;
  }

  .feature-card__body,
  .feature-card--narrow .feature-card__body {
    max-width: 100%;
  }

  .replay-section {
    padding-top: 80px;
  }

  .replay-shell {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .replay-visual {
    max-width: 560px;
    margin: 0 auto;
  }

  .replay-visual__tag {
    top: 16px;
    left: 16px;
    padding: 8px 14px;
  }

  .feature-list {
    margin-top: 32px;
    gap: 20px;
  }

  .replay-visual__image {
    width: 100%;
    height: auto;
  }

  .delivery-section {
    padding-top: 80px;
  }

  .delivery-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 28px;
    gap: 24px;
  }

  .delivery-banner__copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .delivery-stat {
    align-self: flex-start;
  }

  .steps-section {
    padding-top: 80px;
  }

  .steps-shell {
    width: min(var(--shell-width), calc(100% - 56px));
  }

  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 40px;
    gap: 12px;
  }

  .step-card,
  .step-card--highlight {
    min-height: 0;
    padding: 24px 20px 28px;
  }

  .step-card__watermark,
  .step-card--highlight .step-card__watermark {
    top: 18px;
    right: 20px;
  }

  .cta-section {
    padding-top: 80px;
    padding-bottom: 120px;
    overflow: clip;
  }

  .cta-copy {
    position: relative;
    z-index: 1;
    max-width: 540px;
  }

  .cta-title {
    font-size: clamp(40px, 8vw, 56px);
    line-height: 1;
    letter-spacing: -2.4px;
  }

  .cta-orb {
    top: 120px;
    right: -160px;
    width: 580px;
    height: 580px;
    opacity: 0.85;
  }

  .signup-form {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }

  .signup-form__input {
    flex: 1 1 240px;
    min-width: 0;
    height: 60px;
    padding: 0 24px;
  }

  .signup-form__button {
    flex-shrink: 0;
    height: 60px;
    padding: 0 28px;
  }

  .cta-description br,
  .section-copy br,
  .hero-description br {
    display: none;
  }

  .footer-shell {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer-meta {
    align-items: flex-start;
    gap: 10px;
  }

  .footer-nav {
    justify-content: flex-start;
  }
}

/* ─── Mobile (≤ 560px) ───────────────────────────────────────────────────────── */
@media (max-width: 560px) {
  :root {
    --page-padding: 20px;
  }

  .brand {
    height: 34px;
  }

  .brand__mobile {
    height: 34px;
  }

  .header-button {
    display: none;
  }

  .menu-button {
    width: 44px;
    height: 44px;
  }

  .section-badge {
    font-size: 10px;
    letter-spacing: 1.8px;
    padding: 6px 14px;
  }

  .hero-section {
    padding-top: 72px;
  }

  .hero-copy {
    padding-bottom: 32px;
  }

  .hero-title {
    font-size: clamp(36px, 10vw, 48px);
    letter-spacing: -2px;
  }

  .hero-description {
    font-size: 17px;
    line-height: 26px;
    margin-top: 18px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 20px;
  }

  .pill-button--primary,
  .pill-button--glass {
    width: 100%;
    justify-content: center;
    padding: 16px 20px;
    font-size: 15px;
  }

  .hero-visual {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }

  .section-title,
  .section-title--replay,
  .delivery-banner__title {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.1;
    letter-spacing: -1.2px;
  }

  .section-copy--18,
  .section-copy--20,
  .delivery-banner__body,
  .cta-description {
    font-size: 16px;
    line-height: 26px;
  }

  .scoring-orb {
    width: min(100%, 320px);
  }

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

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

  .replay-visual__tag {
    top: 12px;
    left: 12px;
    gap: 6px;
    padding: 6px 10px;
    font-size: 9px;
  }

  .feature-list__item {
    gap: 14px;
  }

  .feature-list__copy strong {
    font-size: 16px;
    line-height: 22px;
  }

  .delivery-banner {
    padding: 22px 18px;
    gap: 20px;
  }

  .delivery-stat {
    padding-inline: 0;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 32px;
  }

  .step-card,
  .step-card--highlight {
    padding: 22px 18px 24px;
  }

  .cta-section {
    padding-bottom: 100px;
  }

  .cta-title {
    font-size: clamp(34px, 9vw, 44px);
    letter-spacing: -1.6px;
  }

  .cta-description {
    margin-top: 16px;
    font-size: 16px;
  }

  .signup-form {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 24px;
  }

  .signup-form__input,
  .signup-form__button {
    flex: none;
    width: 100%;
    height: 54px;
    padding: 0 22px;
  }

  .cta-orb {
    top: 200px;
    right: -120px;
    width: 460px;
    height: 460px;
    opacity: 0.6;
  }

  .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
    gap: 12px 24px;
  }

  .footer-copy {
    max-width: 260px;
    font-size: 11px;
  }

  .site-footer {
    padding: 20px 0 28px;
  }
}

/* ─── Scroll animations ────────────────────────────────────────────────────── */

[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-animate="fade"] {
  transform: translateY(16px);
}

[data-animate].is-visible {
  opacity: 1;
  transform: none;
}

[data-delay="1"] {
  transition-delay: 0.08s;
}

[data-delay="2"] {
  transition-delay: 0.17s;
}

[data-delay="3"] {
  transition-delay: 0.26s;
}

[data-delay="4"] {
  transition-delay: 0.35s;
}

@media (prefers-reduced-motion: reduce) {
  [data-animate] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ─── Subpages ─────────────────────────────────────────────────────────────── */

.subpage-main~.site-footer {
  margin-top: 0;
  border-top: 1px solid var(--color-border);
}

.subpage-main {
  min-height: 60vh;
  padding: 60px 0 120px;
}

.subpage-shell {
  max-width: 780px;
}

.subpage-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  margin-bottom: 48px;
  transition: color var(--transition);
}

.subpage-back svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.subpage-back:hover {
  color: var(--color-text);
}

.subpage-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 800;
  color: var(--color-text);
  margin: 0 0 8px;
  line-height: 1.1;
}

.subpage-date {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  margin: 0 0 56px;
}

.subpage-body h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: var(--color-text);
  margin: 44px 0 12px;
}

.subpage-body p {
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 14px;
}

.subpage-body ul,
.subpage-body ol {
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.8;
  padding-left: 20px;
  margin: 0 0 14px;
}

.subpage-body li {
  margin-bottom: 6px;
}

.subpage-body a {
  color: var(--color-pink);
}

.subpage-body a:hover {
  text-decoration: underline;
}

.subpage-body strong {
  color: var(--color-text);
  font-weight: 700;
}

.subpage-divider {
  border: none;
  border-top: 1px solid var(--color-border);
  margin: 48px 0;
}

/* FAQ accordion */
.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.faq-item {
  border-radius: 12px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  overflow: hidden;
}

.faq-item summary {
  padding: 20px 24px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  user-select: none;
}

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

.faq-item summary::after {
  content: '+';
  font-size: 20px;
  font-weight: 300;
  flex: 0 0 auto;
  transition: transform var(--transition);
  color: rgba(255, 255, 255, 0.4);
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item__body {
  padding: 0 24px 20px;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.75;
}

/* Support contact card */
.support-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  border-radius: 14px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  margin-bottom: 16px;
}

.support-card__icon {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: rgba(255, 137, 177, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-card__icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--color-pink);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-card__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  margin: 0 0 4px;
}

.support-card__value {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-text);
  margin: 0;
}

.support-card__value a {
  color: var(--color-pink);
}

/* Signup success state */
.signup-success {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 4px 0;
}

.signup-success svg {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  fill: none;
  stroke: #4ade80;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signup-success p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text);
  line-height: 1.4;
}

.signup-success p span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-muted);
  margin-top: 2px;
}

@media (max-width: 600px) {
  .subpage-main {
    padding: 40px 0 80px;
  }

  .faq-item summary {
    padding: 16px 18px;
  }

  .faq-item__body {
    padding: 0 18px 16px;
  }
}