.marketing {
  --marketing-ink: #111027;
  --marketing-muted: #656377;
  --marketing-violet: #5f4df7;
  --marketing-violet-dark: #3f2ccd;
  --marketing-lilac: #efedff;
  --marketing-paper: #f8f7fb;
  --marketing-line: rgba(24, 20, 55, 0.11);
  overflow-x: hidden;
  background: #fbfafe;
  color: var(--marketing-ink);
  font-size: 16px;
  line-height: 1.55;
}

.marketing * {
  scroll-margin-top: 96px;
}

.marketing .shell {
  width: min(1180px, calc(100% - 48px));
}

.marketing main {
  padding: 0;
}

.marketing h1,
.marketing h2,
.marketing h3,
.marketing p {
  margin-top: 0;
}

.marketing h1,
.marketing h2 {
  text-wrap: balance;
}

.marketing h2 {
  margin-bottom: 0;
  font-size: clamp(2.45rem, 5vw, 4.65rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.marketing a {
  color: inherit;
}

.site-header {
  position: relative;
  z-index: 20;
  padding: 20px 0;
  border-bottom: 1px solid rgba(24, 20, 55, 0.07);
  background: rgba(251, 250, 254, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.marketing .brand {
  width: max-content;
  font-size: 1.05rem;
}

.marketing .brand img {
  border-radius: 12px;
}

.site-nav {
  gap: 30px;
}

.site-nav a,
.header-action {
  color: #454153;
  font-size: 0.91rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--marketing-violet);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-action {
  justify-self: end;
  padding: 10px 18px;
  border: 1px solid var(--marketing-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.header-action:hover,
.header-action:focus-visible {
  border-color: rgba(95, 77, 247, 0.45);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(159, 146, 255, 0.28), transparent 27rem),
    radial-gradient(circle at 8% 85%, rgba(206, 197, 255, 0.28), transparent 24rem),
    linear-gradient(180deg, #fbfafe 0%, #f5f3ff 100%);
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.23;
  background-image:
    linear-gradient(rgba(56, 45, 127, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 45, 127, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(470px, 0.98fr);
  align-items: center;
  gap: 48px;
  min-height: 760px;
  padding-top: 58px;
  padding-bottom: 72px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}

.marketing .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--marketing-violet-dark);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
}

.hero .eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--marketing-violet);
  box-shadow: 0 0 0 5px rgba(95, 77, 247, 0.12);
}

.hero h1 {
  max-width: 700px;
  font-size: clamp(4rem, 7.3vw, 6.55rem);
  line-height: 0.88;
  letter-spacing: -0.072em;
}

.hero-lede {
  max-width: 650px;
  margin: 30px 0 0;
  color: #5f5b6d;
  font-size: clamp(1.08rem, 1.5vw, 1.24rem);
  line-height: 1.58;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 740;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  color: white !important;
  background: linear-gradient(135deg, #6b59ff, #4d38e4);
  box-shadow: 0 16px 38px rgba(79, 57, 224, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 20px 44px rgba(79, 57, 224, 0.34);
}

.button-secondary {
  border-color: var(--marketing-line);
  color: #373343 !important;
  background: rgba(255, 255, 255, 0.74);
}

.availability {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  margin-top: 32px;
  color: #454153;
}

.availability .apple-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(24, 20, 55, 0.1);
  border-radius: 10px;
  color: var(--marketing-violet);
  background: rgba(255, 255, 255, 0.64);
}

.availability strong,
.availability small {
  display: block;
}

.availability strong {
  font-size: 0.88rem;
  line-height: 1.2;
}

.availability small {
  margin-top: 3px;
  color: #767284;
  font-size: 0.75rem;
}

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

.orbit {
  position: absolute;
  border: 1px solid rgba(95, 77, 247, 0.16);
  border-radius: 50%;
}

.orbit-one {
  inset: 2% -20% 4% -15%;
  transform: rotate(-12deg);
}

.orbit-two {
  inset: 16% -2% 15% 5%;
  transform: rotate(18deg);
}

.phone {
  position: relative;
  overflow: hidden;
  border: 7px solid #191729;
  border-radius: 48px;
  background: #171623;
  box-shadow:
    0 38px 100px rgba(39, 31, 91, 0.23),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.phone img {
  display: block;
  width: 100%;
  height: auto;
}

.phone-hero {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 310px;
  transform: translateX(-50%) rotate(2deg);
  animation: phone-float 7s ease-in-out infinite;
}

.phone-speaker {
  position: absolute;
  z-index: 2;
  top: 11px;
  left: 50%;
  width: 82px;
  height: 21px;
  border-radius: 20px;
  background: #181725;
  transform: translateX(-50%);
}

.evidence-note,
.integrity-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(39, 31, 91, 0.15);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.evidence-note strong,
.evidence-note small,
.integrity-card strong,
.integrity-card small {
  display: block;
  white-space: nowrap;
}

.evidence-note strong,
.integrity-card strong {
  font-size: 0.78rem;
  line-height: 1.25;
}

.evidence-note small,
.integrity-card small {
  margin-top: 2px;
  color: #7d7889;
  font-size: 0.64rem;
}

.note-icon {
  display: grid;
  width: 36px;
  height: 40px;
  place-items: center;
  border-radius: 8px;
  color: #5946e6;
  background: #e9e5ff;
  font-size: 0.57rem;
  font-weight: 800;
}

.image-icon {
  color: #2a806e;
  background: #daf5eb;
}

.check {
  display: grid;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: #6654f7;
  font-size: 0.7rem;
}

.note-one {
  top: 108px;
  left: -24px;
  transform: rotate(-4deg);
}

.note-two {
  top: 310px;
  right: -22px;
  transform: rotate(4deg);
}

.integrity-card {
  right: 7px;
  bottom: 41px;
  padding-right: 18px;
}

.integrity-ring {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid #6654f7;
  border-radius: 50%;
  color: #6654f7;
  background: #efedff;
  font-weight: 800;
}

.trust-strip {
  border-top: 1px solid var(--marketing-line);
  border-bottom: 1px solid var(--marketing-line);
  background: rgba(255, 255, 255, 0.82);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-grid > div {
  position: relative;
  min-height: 135px;
  padding: 28px 26px;
  border-left: 1px solid var(--marketing-line);
}

.trust-grid > div:last-child {
  border-right: 1px solid var(--marketing-line);
}

.trust-grid span,
.trust-grid strong,
.trust-grid small {
  display: block;
}

.trust-grid span {
  margin-bottom: 18px;
  color: var(--marketing-violet);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.trust-grid strong {
  font-size: 0.92rem;
}

.trust-grid small {
  margin-top: 4px;
  color: #777383;
  font-size: 0.75rem;
  line-height: 1.35;
}

.product-film {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 128px 0;
  background:
    radial-gradient(circle at 88% 14%, rgba(129, 111, 255, 0.18), transparent 28rem),
    linear-gradient(145deg, #17142d 0%, #211944 58%, #17142d 100%);
  color: white;
}

.product-film::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  mask-image: linear-gradient(100deg, black, transparent 70%);
}

.film-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.37fr) minmax(0, 0.63fr);
  align-items: center;
  gap: clamp(42px, 6vw, 88px);
}

.film-copy .eyebrow {
  color: #c4baff;
}

.film-copy .eyebrow span {
  background: #8e7dff;
}

.film-copy h2 {
  max-width: 8.8em;
  font-size: clamp(2.6rem, 4.5vw, 4.4rem);
}

.film-copy > p:last-of-type {
  max-width: 37rem;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

.film-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.film-facts span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.film-stage {
  position: relative;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.34);
}

.film-stage::before,
.film-stage::after {
  position: absolute;
  z-index: -1;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(174, 159, 255, 0.32);
  border-radius: 20px;
  content: "";
  transform: rotate(14deg);
}

.film-stage::before {
  top: -28px;
  right: -22px;
}

.film-stage::after {
  bottom: -30px;
  left: -24px;
  transform: rotate(-11deg);
}

.film-stage video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  background: #0f0d1d;
  object-fit: cover;
}

.film-thread {
  position: absolute;
  z-index: 2;
  top: -1px;
  right: 17%;
  width: 98px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, #9c8dff, transparent);
  box-shadow: 0 0 18px rgba(156, 141, 255, 0.72);
  pointer-events: none;
}

.section {
  padding: 128px 0;
}

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

.section-heading > p {
  margin-bottom: 6px;
  color: var(--marketing-muted);
  font-size: 1.03rem;
}

.workflow {
  background: #fbfafe;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-card {
  min-height: 330px;
  padding: 25px;
  border: 1px solid var(--marketing-line);
  border-radius: 24px;
  background: white;
  box-shadow: 0 18px 60px rgba(32, 25, 77, 0.05);
}

.workflow-card:nth-child(2),
.workflow-card:nth-child(4) {
  transform: translateY(24px);
}

.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--marketing-violet);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.step-symbol {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: var(--marketing-violet-dark);
  background: var(--marketing-lilac);
  font-size: 1.1rem;
  font-weight: 760;
  letter-spacing: -0.03em;
}

.workflow-card h3 {
  margin: 74px 0 12px;
  font-size: 1.55rem;
  letter-spacing: -0.035em;
}

.workflow-card p {
  margin-bottom: 0;
  color: var(--marketing-muted);
  font-size: 0.92rem;
}

.product-tour {
  padding: 128px 0 118px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 90% 20%, rgba(111, 91, 255, 0.28), transparent 25rem),
    #151329;
}

.tour-intro {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  align-items: end;
  gap: 40px;
  margin-bottom: 66px;
}

.tour-intro .eyebrow {
  color: #a99cff;
}

.tour-intro h2 {
  max-width: 800px;
}

.screen-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(250px, 1fr));
  gap: 28px;
}

.screen-card {
  margin: 0;
}

.screen-card.featured {
  transform: translateY(44px);
}

.phone-gallery {
  width: 100%;
  border-width: 6px;
  border-radius: 40px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.screen-card figcaption {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  margin-top: 22px;
  font-size: 0.84rem;
  line-height: 1.35;
}

.screen-card figcaption span {
  color: #8f80ff;
  font-size: 0.68rem;
  font-weight: 800;
}

.packet-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 38%, rgba(115, 94, 255, 0.13), transparent 27rem),
    #f6f4fe;
}

.packet-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 90px;
}

.packet-copy > p:not(.eyebrow) {
  max-width: 540px;
  margin: 28px 0 0;
  color: var(--marketing-muted);
  font-size: 1.04rem;
}

.packet-list {
  display: grid;
  gap: 13px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.packet-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.92rem;
  font-weight: 650;
}

.packet-list span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--marketing-violet);
  background: #e8e4ff;
  font-size: 0.7rem;
}

.packet-visual {
  position: relative;
  min-height: 630px;
}

.packet-phone {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 52%;
  width: 295px;
  transform: translateX(-50%) rotate(1.5deg);
}

.paper {
  position: absolute;
  width: 280px;
  height: 385px;
  padding: 34px;
  border: 1px solid rgba(24, 20, 55, 0.08);
  border-radius: 10px;
  background: white;
  box-shadow: 0 24px 70px rgba(39, 31, 91, 0.13);
}

.paper span {
  display: block;
  margin-bottom: 40px;
  color: var(--marketing-violet);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.paper i {
  display: block;
  width: 100%;
  height: 7px;
  margin-bottom: 13px;
  border-radius: 4px;
  background: #e7e5ec;
}

.paper i:nth-of-type(2) {
  width: 72%;
}

.paper i:nth-of-type(3) {
  width: 88%;
}

.paper-back {
  top: 87px;
  right: 2px;
  transform: rotate(11deg);
}

.paper-middle {
  top: 68px;
  left: -3px;
  transform: rotate(-10deg);
}

.page-pill {
  position: absolute;
  z-index: 4;
  right: 5px;
  bottom: 58px;
  padding: 13px 18px;
  border: 1px solid rgba(95, 77, 247, 0.14);
  border-radius: 999px;
  color: var(--marketing-violet-dark);
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 14px 40px rgba(39, 31, 91, 0.13);
  font-size: 0.76rem;
  font-weight: 760;
}

.privacy-section {
  padding: 120px 0;
  color: white;
  background:
    radial-gradient(circle at 10% 110%, rgba(114, 94, 255, 0.44), transparent 30rem),
    radial-gradient(circle at 95% 0%, rgba(103, 80, 255, 0.24), transparent 24rem),
    #17142d;
}

.privacy-grid {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 56px 90px;
}

.privacy-section .light {
  color: #a89bff;
}

.privacy-copy {
  padding-top: 32px;
}

.privacy-copy p {
  color: #c5c1d1;
  font-size: 1.08rem;
}

.privacy-copy a {
  display: inline-flex;
  gap: 12px;
  margin-top: 12px;
  color: white;
  font-weight: 700;
  text-decoration-color: #7d6cff;
}

.privacy-points {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
}

.privacy-points > div {
  min-height: 180px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.04);
}

.privacy-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 34px;
  place-items: center;
  border-radius: 14px;
  color: #b8afff;
  background: rgba(115, 95, 255, 0.16);
  font-size: 1.35rem;
}

.privacy-points strong,
.privacy-points small {
  display: block;
}

.privacy-points strong {
  font-size: 1rem;
}

.privacy-points small {
  margin-top: 7px;
  color: #ada9ba;
  font-size: 0.82rem;
  line-height: 1.45;
}

.purchase-section {
  background: #fbfafe;
}

.purchase-grid {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: center;
  gap: 100px;
}

.purchase-lede {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--marketing-muted);
  font-size: 1.06rem;
}

.price-note {
  margin: 25px 0 0;
  color: #4e4a5a;
  font-size: 0.86rem;
}

.purchase-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(95, 77, 247, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(121, 103, 255, 0.18), transparent 13rem),
    white;
  box-shadow: 0 28px 80px rgba(38, 30, 91, 0.11);
}

.purchase-label {
  color: var(--marketing-violet-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price {
  margin-top: 25px;
  font-size: 5rem;
  font-weight: 810;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.price span {
  margin-right: 4px;
  font-size: 1.5rem;
  vertical-align: top;
}

.price sup {
  margin-left: 5px;
  font-size: 1.6rem;
  vertical-align: top;
}

.one-time {
  display: block;
  margin-top: 14px;
  color: var(--marketing-muted);
  font-size: 0.82rem;
}

.purchase-card ul {
  display: grid;
  gap: 12px;
  margin: 30px 0;
  padding: 26px 0;
  border-top: 1px solid var(--marketing-line);
  border-bottom: 1px solid var(--marketing-line);
  list-style: none;
}

.purchase-card li {
  position: relative;
  padding-left: 26px;
  font-size: 0.88rem;
  font-weight: 630;
}

.purchase-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--marketing-violet);
  content: "✓";
}

.store-note {
  display: block;
  color: #817d8c;
  font-size: 0.7rem;
}

.purchase-action {
  width: 100%;
  margin-bottom: 18px;
}

.questions {
  border-top: 1px solid var(--marketing-line);
  background: #f6f4fb;
}

.questions-grid {
  display: grid;
  grid-template-columns: 0.62fr 1fr;
  gap: 100px;
}

.questions-heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

.questions-heading h2 {
  font-size: clamp(2.6rem, 4.6vw, 4rem);
}

.questions-heading > p:not(.eyebrow) {
  margin-top: 28px;
  color: var(--marketing-muted);
}

.questions-heading a {
  color: var(--marketing-violet-dark);
}

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

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

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 27px 0;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 720;
  list-style: none;
}

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

.faq-list summary span {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: var(--marketing-violet);
  background: white;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 650px;
  margin: -6px 50px 27px 0;
  color: var(--marketing-muted);
}

.final-cta {
  padding: 132px 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(116, 95, 255, 0.14), transparent 27rem),
    white;
}

.final-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.final-inner > img {
  margin-bottom: 32px;
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(56, 43, 151, 0.19);
}

.final-inner .eyebrow {
  margin-bottom: 16px;
}

.final-inner h2 {
  max-width: 800px;
}

.final-inner > p:not(.eyebrow) {
  max-width: 650px;
  margin: 25px 0 0;
  color: var(--marketing-muted);
  font-size: 1.04rem;
}

.final-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.marketing-footer {
  padding: 64px 0 30px;
  border-top: 0;
  color: #aca8b9;
  background: #121023;
}

.footer-main {
  display: grid !important;
  grid-template-columns: 0.6fr 1fr 1fr;
  align-items: start;
  gap: 60px;
  padding-bottom: 48px;
}

.marketing-footer .brand {
  color: white;
}

.marketing-footer p {
  margin: 3px 0 0;
  font-size: 0.84rem;
}

.marketing-footer nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 30px;
  justify-self: end;
}

.marketing-footer nav a {
  color: white;
  font-size: 0.82rem;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.7rem;
}

@keyframes phone-float {
  0%, 100% { transform: translateX(-50%) translateY(0) rotate(2deg); }
  50% { transform: translateX(-50%) translateY(-10px) rotate(1deg); }
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr 0.82fr;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 8.2vw, 5.8rem);
  }

  .note-one {
    left: -54px;
  }

  .note-two,
  .integrity-card {
    right: -45px;
  }

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

  .trust-grid > div:nth-child(2) {
    border-right: 1px solid var(--marketing-line);
  }

  .trust-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--marketing-line);
  }

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

  .workflow-card:nth-child(2),
  .workflow-card:nth-child(4) {
    transform: none;
  }

  .screen-rail {
    width: max-content;
    grid-template-columns: repeat(4, 265px);
  }

  .screen-card.featured {
    transform: none;
  }

  .packet-grid,
  .purchase-grid {
    gap: 55px;
  }

  .privacy-grid {
    gap: 50px;
  }

  .questions-grid {
    gap: 55px;
  }

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

  .film-copy h2 {
    max-width: 11em;
  }
}

@media (max-width: 760px) {
  .marketing .shell {
    width: min(100% - 32px, 620px);
  }

  .site-header {
    padding: 15px 0;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .header-action {
    padding: 9px 15px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    display: block;
    min-height: 0;
    padding-top: 74px;
    padding-bottom: 40px;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 16vw, 5.2rem);
  }

  .hero-lede {
    font-size: 1.03rem;
  }

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

  .button {
    width: 100%;
  }

  .availability {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-visual {
    min-height: 610px;
    margin-top: 38px;
  }

  .phone-hero {
    width: min(290px, 72vw);
  }

  .note-one {
    top: 100px;
    left: -8px;
  }

  .note-two {
    top: 315px;
    right: -5px;
  }

  .integrity-card {
    right: 3px;
    bottom: 24px;
  }

  .evidence-note {
    padding: 10px;
  }

  .evidence-note strong {
    font-size: 0.7rem;
  }

  .evidence-note small {
    font-size: 0.58rem;
  }

  .note-icon {
    width: 31px;
    height: 35px;
  }

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

  .trust-grid > div {
    display: grid;
    grid-template-columns: 34px 1fr;
    min-height: 0;
    padding: 20px 18px;
    border-right: 1px solid var(--marketing-line);
    border-bottom: 1px solid var(--marketing-line);
  }

  .trust-grid > div:last-child {
    border-bottom: 0;
  }

  .trust-grid span {
    grid-row: 1 / 3;
    margin: 3px 0 0;
  }

  .trust-grid small {
    grid-column: 2;
  }

  .section,
  .product-tour,
  .product-film,
  .privacy-section,
  .final-cta {
    padding: 88px 0;
  }

  .marketing h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .section-heading,
  .tour-intro,
  .packet-grid,
  .privacy-grid,
  .purchase-grid,
  .questions-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 25px;
    margin-bottom: 42px;
  }

  .section-heading > p {
    font-size: 0.96rem;
  }

  .film-grid {
    gap: 42px;
  }

  .film-copy h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .film-stage {
    width: calc(100% + 12px);
    margin-left: -6px;
    padding: 7px;
    border-radius: 20px;
  }

  .film-stage video {
    border-radius: 14px;
  }

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

  .workflow-card {
    min-height: 270px;
  }

  .workflow-card h3 {
    margin-top: 48px;
  }

  .tour-intro {
    gap: 4px;
    margin-bottom: 42px;
  }

  .screen-rail {
    width: auto;
    grid-template-columns: repeat(4, 73vw);
    gap: 20px;
    overflow-x: auto;
    padding-right: 16px;
    padding-bottom: 22px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .screen-card {
    scroll-snap-align: start;
  }

  .packet-grid {
    gap: 52px;
  }

  .packet-visual {
    min-height: 570px;
  }

  .packet-phone {
    width: min(280px, 72vw);
  }

  .paper {
    width: 220px;
    height: 320px;
    padding: 28px;
  }

  .paper-middle {
    left: -58px;
  }

  .paper-back {
    right: -58px;
  }

  .page-pill {
    right: 0;
    bottom: 23px;
  }

  .privacy-copy {
    padding-top: 0;
  }

  .privacy-points {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .privacy-points > div {
    min-height: 0;
  }

  .privacy-icon {
    margin-bottom: 24px;
  }

  .purchase-grid {
    gap: 45px;
  }

  .purchase-card {
    padding: 28px;
  }

  .questions-grid {
    gap: 42px;
  }

  .questions-heading {
    position: static;
  }

  .faq-list summary {
    font-size: 0.98rem;
  }

  .footer-main {
    grid-template-columns: 1fr !important;
    gap: 28px;
  }

  .marketing-footer nav {
    justify-self: start;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .hero-visual {
    min-height: 570px;
  }

  .evidence-note span:nth-child(2) {
    display: none;
  }

  .note-one {
    left: 5px;
  }

  .note-two {
    right: 5px;
  }

  .integrity-card {
    right: -8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .phone-hero {
    animation: none;
  }
}
