:root {
  --bg: #020202;
  --panel: rgba(255, 255, 255, 0.045);
  --panel-border: rgba(255, 255, 255, 0.08);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.56);
  --blue: #0a84ff;
  --blue-strong: #0071e3;
  --glow-blue: rgba(10, 132, 255, 0.26);
  --glow-pink: rgba(233, 70, 255, 0.18);
  --page-gutter: clamp(24px, 4vw, 64px);
  --section-gap: clamp(84px, 10vw, 150px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #000;
  color: var(--text);
  font-family:
    "SF Pro Display",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-synthesis: none;
}

body.is-scrolled .site-header {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

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

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

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

.page-shell {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.page-shell::before {
  content: none;
}

.site-header,
.hero,
.intro-block,
.split-feature,
.wide-visual,
.foundation-section,
.faq-section,
.site-footer {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100vw - (var(--page-gutter) * 2)));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1220px, calc(100vw - (var(--page-gutter) * 2)));
  padding-top: 28px;
  padding-inline: 18px;
  padding-bottom: 14px;
  gap: 20px;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.brand,
h1,
h2 {
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
}

.brand {
  font-size: 29.364px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}

.header-download,
.primary-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  font-family:
    "SF Pro Display",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.header-download {
  background: linear-gradient(180deg, #fafafa 0%, #ececec 100%);
  color: #111111;
  min-height: 46px;
  padding: 0 22px;
  font-size: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 8px 24px rgba(0, 0, 0, 0.16);
}

.header-download img {
  width: 13px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}

.primary-cta {
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-strong) 100%);
  color: #fff;
  min-height: 48px;
  padding: 0 24px;
  font-size: 18px;
  box-shadow:
    0 14px 30px rgba(10, 132, 255, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.07) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.primary-cta img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  flex: 0 0 auto;
}

.apple-glyph {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 22px;
  line-height: 1;
}

.primary-cta span:last-child {
  text-transform: lowercase;
}

.header-download:hover,
.primary-cta:hover {
  transform: translateY(-1px);
}

.primary-cta:hover {
  box-shadow:
    0 18px 36px rgba(10, 132, 255, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.hero {
  padding-top: 74px;
  padding-inline: clamp(6px, 1vw, 12px);
  text-align: center;
}

.hero-device,
.hero-convert-into {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 760px;
  margin-inline: auto;
  padding-inline: clamp(8px, 1.4vw, 18px);
}

h1 {
  margin: 0;
  font-size: 86px;
  line-height: 1.02;
  letter-spacing: -6.88px;
  text-wrap: balance;
}

.hero-life {
  display: inline-block;
  font-style: italic;
  line-height: 1.08;
  padding-block: 0.06em 0.12em;
  padding-inline: 0.02em 0.08em;
  margin-right: 0.03em;
  background: linear-gradient(180deg, #7f8dff 0%, #a786ff 42%, #d992ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 28px rgba(128, 141, 255, 0.08);
}

.hero-subtitle {
  max-width: 705px;
  margin: 24px auto 0;
  font-family:
    "SF Pro Display",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.54);
}

.hero .primary-cta {
  margin-top: 28px;
}

.hero-convert-into {
  width: min(100vw, 1280px);
  margin: 34px calc(50% - 50vw) 0;
  --tilt-base-x: 0px;
  --tilt-base-y: 0px;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.26));
  padding-top: 56px;
  background: transparent;
}

.hero-convert-into img {
  width: 100%;
  display: block;
}

.gradient-text {
  background: linear-gradient(90deg, #e946ff 0%, #9994ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-device {
  width: min(1120px, calc(100% - clamp(20px, 5vw, 80px)));
  margin: 0 auto 0;
  padding-inline: clamp(8px, 1.6vw, 18px);
  padding-bottom: 74px;
  background: transparent;
}

.hero-device img,
.hero-device video,
.feature-single img,
.image-card img,
.badge-wrap img {
  backface-visibility: hidden;
}

.hero-device img,
.hero-device video {
  width: 100%;
  display: block;
  border-radius: 18px;
}

.reveal {
  opacity: 0;
  transform: translateY(42px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero.reveal,
.hero .reveal {
  opacity: 1;
  transform: none;
}

[data-tilt] {
  transform:
    perspective(1200px)
    translate3d(
      calc(var(--tilt-base-x, 0px) + var(--tilt-shift-x, 0px)),
      calc(var(--tilt-base-y, 0px) + var(--tilt-shift-y, 0px)),
      0
    )
    rotateX(var(--tilt-rotate-x, 0))
    rotateY(var(--tilt-rotate-y, 0));
  transform-style: preserve-3d;
  transition: transform 220ms ease, box-shadow 220ms ease;
  will-change: transform;
}

[data-tilt]:hover {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.foundation-section.is-highlighted,
.intro-block.is-highlighted {
  animation: sectionPulse 1.2s ease;
}

@keyframes sectionPulse {
  0% {
    filter: brightness(1);
  }

  40% {
    filter: brightness(1.12);
  }

  100% {
    filter: brightness(1);
  }
}

.intro-block {
  padding-top: 112px;
  padding-inline: clamp(6px, 1vw, 12px);
  text-align: center;
}

h2 {
  margin: 0;
  line-height: 0.98;
  letter-spacing: -4.48px;
}

.intro-block > p,
.split-copy p,
.foundation-copy p {
  max-width: 780px;
  margin: 18px auto 0;
  color: var(--muted);
  font-family:
    "SF Pro Display",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 21.232px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: 0;
}

.intro-block h2 {
  font-size: 56.618px;
  letter-spacing: -4.5294px;
}

.feature-single {
  margin-top: 54px;
  width: min(980px, calc(100% - clamp(40px, 7vw, 120px)));
  margin-inline: auto;
  border-radius: 28px;
  overflow: hidden;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

.feature-single img {
  width: 100%;
  display: block;
}

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

.image-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  border: 1px solid var(--panel-border);
  border-radius: 28px;
  overflow: hidden;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.image-card.warm::before {
  box-shadow: inset 0 0 80px rgba(255, 128, 0, 0.12);
}

.image-card.cool::before,
.image-card.accent::before,
.image-card.wide::before {
  box-shadow: inset 0 0 80px rgba(0, 122, 221, 0.1);
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 54px;
  padding-top: var(--section-gap);
  padding-inline: clamp(6px, 1vw, 12px);
}

.split-copy {
  max-width: 520px;
  padding-inline: clamp(8px, 1vw, 12px);
}

.split-copy h2,
.foundation-copy h2 {
  font-size: 56px;
}

.split-copy h2 {
  font-size: 48px;
  letter-spacing: -3.84px;
}

.split-copy p,
.foundation-copy p {
  margin-left: 0;
}

.split-visual {
  display: flex;
  justify-content: flex-end;
}

.split-visual .image-card {
  width: min(100%, 620px);
}

.image-card-plain {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.image-card-plain::before {
  content: none;
}

.image-card-plain img {
  border-radius: 0;
}

.wide-visual {
  padding-top: 40px;
  padding-inline: clamp(6px, 1vw, 12px);
}

.wide-visual .image-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.wide-visual .image-card::before {
  content: none;
}

.wide-visual .image-card img {
  border-radius: 0;
  width: min(100%, 1080px);
  margin-inline: auto;
}

.foundation-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: center;
  gap: 72px;
  padding: var(--section-gap) 12px 120px;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 42px;
  padding: clamp(72px, 10vw, 128px) 12px 0;
  justify-items: center;
}

.faq-copy {
  width: 100%;
  text-align: center;
}

.faq-copy h2 {
  font-size: 56px;
  letter-spacing: -0.08em;
}

.faq-list {
  display: grid;
  gap: 14px;
  align-content: start;
  width: min(100%, 980px);
  margin-inline: auto;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012));
  overflow: hidden;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.faq-item:hover,
.faq-item.is-open {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 22px;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

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

.faq-item summary::after {
  content: "+";
  float: right;
  color: rgba(255, 255, 255, 0.56);
  font-size: 20px;
}

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

.faq-answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease;
  will-change: height, opacity;
}

.faq-item.is-open .faq-answer {
  opacity: 1;
}

.faq-answer p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.final-cta-section {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100vw - (var(--page-gutter) * 2)));
  margin: clamp(48px, 7vw, 96px) auto 0;
  padding: clamp(128px, 15vw, 210px) 12px clamp(210px, 22vw, 280px);
  text-align: center;
}

.final-cta-rail {
  position: relative;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding-top: 0;
}

.final-cta-notch {
  width: 100%;
  display: block;
}

.final-cta-copy {
  width: min(620px, calc(100% - 48px));
  margin: 34px auto 0;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.26));
}

.final-cta-copy img {
  width: 100%;
  display: block;
}

.waitlist-card {
  width: min(780px, calc(100% - 36px));
  margin: 34px auto 0;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.014));
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.waitlist-copy {
  max-width: 620px;
  margin: 0 auto;
}

.waitlist-copy h2 {
  font-size: 48px;
  letter-spacing: -0.07em;
}

.waitlist-copy p {
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.download-page-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  margin-top: 26px;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-strong) 100%);
  color: #fff;
  font-size: 17px;
  box-shadow:
    0 14px 30px rgba(10, 132, 255, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.07) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.download-page-cta:hover {
  transform: translateY(-1px);
  box-shadow:
    0 18px 36px rgba(10, 132, 255, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.waitlist-form {
  margin-top: 28px;
}

.waitlist-form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.waitlist-form input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 17px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.waitlist-form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.waitlist-form input:focus {
  border-color: rgba(10, 132, 255, 0.42);
  box-shadow:
    0 0 0 4px rgba(10, 132, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  background: rgba(255, 255, 255, 0.06);
}

.waitlist-form button {
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-strong) 100%);
  color: #fff;
  font-size: 17px;
  font-family:
    "SF Pro Display",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  cursor: pointer;
  box-shadow:
    0 14px 30px rgba(10, 132, 255, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.07) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.waitlist-form button:hover {
  transform: translateY(-1px);
  box-shadow:
    0 18px 36px rgba(10, 132, 255, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.waitlist-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.waitlist-help,
.waitlist-status {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.waitlist-help {
  color: rgba(255, 255, 255, 0.44);
}

.paypal-button-container {
  display: none;
  width: min(100%, 420px);
  min-height: 48px;
  margin: 18px auto 0;
}

.paypal-button-container.is-visible {
  display: block;
}

.waitlist-status {
  min-height: 1.5em;
  color: rgba(255, 255, 255, 0.72);
}

.waitlist-status.is-success {
  color: #7ce3ac;
}

.waitlist-status.is-error {
  color: #ff8f8f;
}

.purchase-download-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(124, 227, 172, 0.12);
  color: #7ce3ac;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(124, 227, 172, 0.24);
}

.purchase-download-link:hover {
  background: rgba(124, 227, 172, 0.18);
}

.checkout-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 38%, rgba(0, 0, 0, 0.04), transparent 34%),
    #f7f7f5;
  color: #101010;
}

.checkout-page .page-shell {
  min-height: 100vh;
  background: transparent;
}

.checkout-page .site-header {
  color: #111;
  top: 0;
  width: min(1360px, calc(100vw - 88px));
  padding-top: 28px;
  padding-inline: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.checkout-page .brand {
  color: #111;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(25px, 2.4vw, 32px);
  font-weight: 400;
}

.checkout-page .header-download {
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  gap: 10px;
  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.08),
    inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.checkout-main {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  padding: clamp(64px, 9vh, 96px) 12px 44px;
}

.checkout-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}

.checkout-section-single {
  display: flex;
  justify-content: center;
}

.checkout-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 18px;
  padding: 0 16px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.035);
  color: #424242;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.checkout-card {
  width: min(100%, 560px);
  margin: 0;
  padding: clamp(28px, 4vw, 38px) clamp(28px, 4vw, 44px) 28px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #fff;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.09),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.checkout-card-copy {
  text-align: center;
}

.checkout-card-copy .checkout-kicker {
  color: #606060;
}

.checkout-card-copy h1 {
  margin: 0;
  color: #050505;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.checkout-rule {
  width: 42px;
  height: 2px;
  margin: 24px auto 22px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
}

.checkout-price {
  margin: 0;
  color: #050505;
  font-family:
    "SF Pro Display",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: clamp(38px, 4vw, 50px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.checkout-price-note {
  margin: 6px 0 0;
  color: #62626a;
  font-size: 15px;
  line-height: 1.3;
}

.checkout-summary {
  margin: 22px auto 0;
  color: #5c5c66;
  font-size: 17px;
  line-height: 1.42;
}

.checkout-paypal-wrap {
  margin-top: 26px;
}

.checkout-card .paypal-button-container {
  width: 100%;
  max-width: 468px;
  margin-top: 0;
  margin-inline: auto;
}

.checkout-card .waitlist-status {
  color: #4a4a4a;
  text-align: center;
}

.checkout-card .waitlist-status.is-success {
  color: #116b3d;
}

.checkout-card .waitlist-status.is-error {
  color: #b3261e;
}

.checkout-card .purchase-download-link {
  background: rgba(17, 107, 61, 0.08);
  color: #116b3d;
  box-shadow: inset 0 0 0 1px rgba(17, 107, 61, 0.22);
}

.checkout-powered {
  margin: 10px 0 0;
  color: #777;
  font-size: 12px;
  font-style: italic;
  line-height: 1.3;
  text-align: center;
}

.checkout-powered strong {
  color: #0070ba;
  font-style: italic;
}

.license-receipt {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid rgba(17, 107, 61, 0.2);
  border-radius: 8px;
  background: #f7fbf8;
  color: #111;
  text-align: left;
}

.license-receipt-badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin: 0 0 14px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(17, 107, 61, 0.1);
  color: #116b3d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.license-receipt h3 {
  margin: 0;
  color: #111;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
}

.license-receipt-copy {
  margin: 10px 0 18px;
  color: #424242;
  font-size: 15px;
  line-height: 1.5;
}

.license-key-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
}

.license-key {
  display: flex;
  min-height: 48px;
  align-items: center;
  overflow-x: auto;
  padding: 0 14px;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-family: "SF Mono", "Roboto Mono", ui-monospace, monospace;
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.16);
}

.license-copy-button,
.license-secondary-button {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font: 700 14px/1 "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

.license-copy-button {
  min-width: 86px;
  padding: 0 18px;
}

.license-secondary-button {
  padding: 0 16px;
  background: #fff;
  color: #111;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
}

.license-caution {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fff8e5;
  color: #5f4300;
  font-size: 14px;
  line-height: 1.45;
}

.license-facts {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 8px 14px;
  margin: 16px 0 0;
  color: #333;
  font-size: 14px;
  line-height: 1.35;
}

.license-facts dt {
  color: #666;
}

.license-facts dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: #111;
  font-weight: 700;
}

.license-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.checkout-security {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin-top: 30px;
  color: #4f4f55;
  font-size: 12px;
  line-height: 1.4;
}

.checkout-security span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 26px;
  padding: 0 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-security span:last-child {
  border-right: 0;
}

.checkout-security span span {
  min-height: auto;
  padding: 0;
  border-right: 0;
  color: #171717;
  font-size: 18px;
  line-height: 1;
}

.motion-signoff {
  position: relative;
}

.motion-signoff::before {
  content: "";
  position: absolute;
  inset: 18% 12% 12%;
  background:
    radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.12), transparent 24%),
    radial-gradient(circle at 78% 42%, rgba(10, 132, 255, 0.22), transparent 28%);
  filter: blur(28px);
  opacity: 0;
  transform: scale(0.86);
  pointer-events: none;
}

.motion-signoff img {
  transform-origin: center;
}

.motion-signoff.is-signoff-active::before {
  animation: signoffGlowIn 1200ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.motion-signoff.is-signoff-active img {
  animation:
    signoffReveal 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards,
    signoffFloat 4.2s ease-in-out 980ms infinite;
}

@keyframes signoffReveal {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.94) rotate(-2deg);
    filter: blur(10px);
  }

  55% {
    opacity: 1;
    transform: translateY(-4px) scale(1.02) rotate(0.6deg);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
    filter: blur(0);
  }
}

@keyframes signoffFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-5px) rotate(0.6deg);
  }
}

@keyframes signoffGlowIn {
  0% {
    opacity: 0;
    transform: scale(0.86);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.badge-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 8px;
}

.badge-wrap::before {
  content: "";
  position: absolute;
  inset: 12% 18%;
  background:
    radial-gradient(circle, var(--glow-blue) 0%, transparent 55%),
    radial-gradient(circle, var(--glow-pink) 0%, transparent 48%);
  filter: blur(48px);
  pointer-events: none;
}

.badge-wrap img {
  position: relative;
  z-index: 1;
  width: min(328px, 100%);
}

.site-footer {
  display: grid;
  gap: 24px;
  padding: 0 12px 56px;
}

.footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-intro {
  max-width: 560px;
}

.footer-brand {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 28px;
  color: #fff;
}

.footer-copy {
  margin: 12px 0 0;
  max-width: 520px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.footer-bottom {
  display: flex;
  justify-content: flex-start;
}

.footer-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

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

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

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

@media (max-width: 980px) {
  .site-header,
  .hero,
  .intro-block,
  .split-feature,
  .wide-visual,
  .foundation-section,
  .faq-section,
  .site-footer {
    width: min(1220px, calc(100vw - 40px));
  }

  .brand {
    font-size: 24px;
  }

  h1 {
    font-size: clamp(58px, 8.8vw, 74px);
    letter-spacing: -0.08em;
  }

  .hero-subtitle {
    font-size: clamp(20px, 2.6vw, 24px);
  }

  .intro-block h2,
  .foundation-copy h2 {
    font-size: clamp(42px, 5vw, 56px);
    letter-spacing: -0.08em;
  }

  .split-copy h2 {
    font-size: clamp(38px, 4.6vw, 48px);
    letter-spacing: -0.08em;
  }

  .intro-block > p,
  .split-copy p,
  .foundation-copy p {
    font-size: clamp(18px, 2.1vw, 21.232px);
  }

  .hero {
    padding-top: 58px;
  }

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

  .hero-convert-into {
    width: 100vw;
    margin-top: 28px;
    margin-bottom: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    --tilt-base-x: 0px;
    --tilt-base-y: 0px;
    padding-top: 44px;
  }

  .feature-pair,
  .split-feature,
  .foundation-section,
  .faq-section,
  .checkout-section {
    grid-template-columns: 1fr;
  }

  .split-copy,
  .foundation-copy,
  .faq-copy {
    max-width: 100%;
    text-align: center;
  }

  .checkout-main {
    width: min(960px, calc(100vw - 40px));
  }

  .checkout-card {
    width: min(560px, 100%);
    margin-inline: auto;
  }

  .split-copy p,
  .foundation-copy p {
    margin-inline: auto;
  }

  .split-visual {
    justify-content: center;
  }

  .foundation-section {
    gap: 34px;
    padding-top: 120px;
  }

  .final-cta-section {
    width: min(1220px, calc(100vw - 40px));
    margin-top: 72px;
    padding-top: 136px;
    padding-bottom: 208px;
  }

  .final-cta-copy {
    width: min(520px, calc(100% - 36px));
    margin-top: 28px;
  }

  .waitlist-card {
    width: min(700px, calc(100% - 24px));
    padding: 26px;
  }

  .waitlist-copy h2 {
    font-size: clamp(38px, 4.8vw, 48px);
  }

  .feature-single {
    width: min(940px, calc(100% - 40px));
  }

  .hero-device {
    width: min(980px, calc(100% - 32px));
    margin-top: 0;
    padding-bottom: 60px;
  }

  .site-footer {
    padding-bottom: 44px;
  }

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

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

@media (max-width: 720px) {
  .license-key-row {
    grid-template-columns: 1fr;
  }

  .license-copy-button,
  .license-secondary-button {
    width: 100%;
    justify-content: center;
  }

  .site-header,
  .hero,
  .intro-block,
  .split-feature,
  .wide-visual,
  .foundation-section,
  .faq-section,
  .site-footer,
  .checkout-main {
    width: min(100vw - 28px, 1220px);
  }

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

  .brand {
    font-size: 20px;
  }

  .header-download {
    min-height: 40px;
    padding: 0 16px;
    font-size: 16px;
  }

  .primary-cta {
    min-height: 48px;
    padding: 0 22px;
    font-size: 16px;
  }

  .apple-glyph {
    font-size: 20px;
  }

  h1 {
    font-size: clamp(44px, 11.5vw, 58px);
    line-height: 0.98;
  }

  .hero-subtitle {
    max-width: 32rem;
    font-size: 18px;
    line-height: 1.35;
  }

  .hero-convert-into {
    width: 100vw;
    margin-top: 22px;
    margin-bottom: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    --tilt-base-x: 0px;
    --tilt-base-y: 0px;
    padding-top: 34px;
  }

  .intro-block h2,
  .foundation-copy h2 {
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.02;
  }

  .split-copy h2 {
    font-size: clamp(32px, 8vw, 38px);
    line-height: 1.02;
  }

  .intro-block > p,
  .split-copy p,
  .foundation-copy p {
    font-size: 17px;
    line-height: 1.5;
  }

  .hero-device {
    width: min(100%, calc(100% - 8px));
    margin-top: 0;
    padding-inline: 0;
    padding-bottom: 44px;
  }

  .intro-block {
    padding-top: 52px;
  }

  .feature-pair {
    gap: 18px;
    margin-top: 34px;
  }

  .feature-single {
    width: min(100%, calc(100% - 12px));
    margin-top: 34px;
    border-radius: 22px;
  }

  .split-feature {
    padding-top: 90px;
    gap: 28px;
  }

  .wide-visual {
    padding-top: 18px;
  }

  .foundation-section {
    padding: 90px 6px 84px;
  }

  .final-cta-section {
    width: min(100vw - 28px, 1220px);
    margin-top: 56px;
    padding: 108px 6px 152px;
  }

  .final-cta-copy {
    width: min(360px, calc(100% - 24px));
    margin-top: 22px;
  }

  .waitlist-card {
    width: min(100%, calc(100% - 8px));
    margin-top: 24px;
    padding: 22px 18px;
    border-radius: 24px;
  }

  .waitlist-copy h2 {
    font-size: clamp(32px, 8vw, 38px);
    line-height: 1.04;
  }

  .waitlist-copy p {
    font-size: 16px;
  }

  .checkout-main {
    padding-top: 34px;
    padding-inline: 6px;
  }

  .checkout-section {
    gap: 28px;
  }

  .checkout-card {
    padding: 22px 18px;
  }

  .checkout-card-copy h1 {
    font-size: clamp(31px, 10vw, 40px);
  }

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

  .waitlist-form input,
  .waitlist-form button {
    min-height: 50px;
    font-size: 16px;
  }

  .faq-copy h2 {
    font-size: clamp(34px, 9vw, 42px);
  }

  .faq-answer p,
  .footer-copy,
  .footer-note {
    font-size: 15px;
  }

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

  .faq-answer p {
    padding: 0 18px 18px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible,
  [data-tilt],
  .site-header,
  .header-download,
  .primary-cta,
  .motion-signoff img,
  .motion-signoff::before {
    transition: none;
    transform: none;
    opacity: 1;
    animation: none;
    filter: none;
  }
}
