@font-face {
  font-family: "Bricolage";
  src: url("../assets/fonts/bricolage-grotesque-latin.woff2") format("woff2");
  font-display: swap;
}

/* ==========================================================================
   V8 — Tahado 2027 editorial system
   Brand-faithful: Cairo, crisp fields, solid borders, zero glass/shadows.
   ========================================================================== */

:root {
  --v8-ink: #14141e;
  --v8-purple: #5228a0;
  --v8-purple-dark: #3a1878;
  --v8-purple-mid: #6b38c0;
  --v8-wine: #a01e6a;
  --v8-red: #e4182a;
  --v8-lavender: #ede8fa;
  --v8-blush: #fdeaec;
  --v8-soft: #f7f7fa;
  --v8-line: #d9d7df;
  --v8-white: #ffffff;
  --v8-gradient: linear-gradient(135deg, #5228a0 0%, #a01e6a 55%, #e4182a 100%);
  --v8-container: 1240px;
  --v8-pad: clamp(22px, 4vw, 64px);
}

*,
*::before,
*::after {
  box-shadow: none !important;
  text-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html {
  scroll-behavior: smooth;
  background: var(--v8-white);
}

body,
button,
input,
textarea,
select {
  font-family: Cairo, Arial, sans-serif !important;
}

body {
  color: var(--v8-ink);
  background: var(--v8-white);
}

h1,
h2,
h3,
h4,
.brand-name,
.btn,
.primary-nav a,
.primary-nav button {
  font-family: Cairo, Arial, sans-serif !important;
  letter-spacing: -.035em;
}

p,
.lead {
  color: #565460;
  line-height: 1.8;
}

.container {
  width: min(calc(100% - (var(--v8-pad) * 2)), var(--v8-container));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--v8-white) !important;
  border-bottom: 1px solid var(--v8-line);
}

.nav-shell {
  min-height: 76px;
}

.brand {
  gap: 10px;
  direction: ltr;
}

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

.brand-name {
  color: var(--v8-ink);
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1;
  text-transform: lowercase;
}

.primary-nav {
  gap: clamp(18px, 2.2vw, 34px);
}

.primary-nav > a:not(.nav-download),
.language-button {
  color: var(--v8-ink);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: 0;
}

.primary-nav > a:not(.nav-download)::after {
  height: 2px;
  background: var(--v8-red);
}

.language-button {
  min-height: 38px;
  padding-inline: 14px;
  border: 1px solid var(--v8-line);
  border-radius: 0;
}

.nav-download,
.btn {
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 0;
  font-size: .88rem;
  font-weight: 800;
}

.nav-download,
.btn-primary,
.btn-signal {
  color: var(--v8-white) !important;
  background: var(--v8-red) !important;
  border: 1px solid var(--v8-red) !important;
}

.btn-primary:hover,
.btn-signal:hover,
.nav-download:hover {
  color: var(--v8-white) !important;
  background: var(--v8-purple) !important;
  border-color: var(--v8-purple) !important;
}

.btn-light {
  color: var(--v8-ink) !important;
  background: var(--v8-white) !important;
  border-color: var(--v8-white) !important;
}

.btn-outline-light {
  color: var(--v8-white) !important;
  background: transparent !important;
  border-color: var(--v8-white) !important;
}

.v5-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--v8-purple);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.v5-kicker::before {
  width: 28px;
  height: 2px;
  background: var(--v8-red);
  content: "";
}

.v5-text-link,
.text-link {
  color: var(--v8-ink) !important;
  font-weight: 800;
  text-decoration: none;
}

.v5-text-link .icon,
.text-link .icon {
  color: var(--v8-red);
}

.store-row {
  gap: 8px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding: 0;
  overflow: hidden;
  background: transparent !important;
  border: 1px solid currentColor;
  border-radius: 5px !important;
  transition: transform .2s ease, border-color .2s ease;
}

.store-badge:hover {
  border-color: var(--v8-red);
  transform: translateY(-2px);
}

.store-badge > img {
  display: block;
  width: auto;
  height: 38px;
}

.v5-device,
.device {
  overflow: hidden;
  background: var(--v8-ink);
  border: 4px solid var(--v8-ink);
  border-radius: 34px;
}

.v5-device img,
.device img {
  display: block;
  width: 100%;
  height: auto;
}

/* Home: editorial hero */
.v5-hero {
  position: relative;
  min-height: auto;
  padding: clamp(58px, 8vw, 110px) 0 0;
  overflow: hidden;
  color: var(--v8-ink);
  background: var(--v8-white) !important;
  background-image: none !important;
}

.v5-hero::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 34vw;
  height: 100%;
  background: var(--v8-red);
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
}

.v5-hero::after {
  position: absolute;
  z-index: 1;
  top: 11%;
  right: 7%;
  width: min(37vw, 560px);
  aspect-ratio: 1;
  border: 2px solid var(--v8-purple);
  border-left-color: transparent;
  border-bottom-color: var(--v8-red);
  border-radius: 50%;
  content: "";
  transform: rotate(-19deg);
  pointer-events: none;
}

[dir="rtl"] .v5-hero::before {
  right: auto;
  left: 0;
  clip-path: polygon(0 0, 65% 0, 100% 100%, 0 100%);
}

[dir="rtl"] .v5-hero::after {
  right: auto;
  left: 7%;
}

.v5-hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(480px, 1.04fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
  min-height: 590px;
}

.v5-hero-copy {
  max-width: 670px;
  padding-bottom: 48px;
}

.v5-hero-copy h1 {
  max-width: 10.4ch;
  margin: 0;
  color: var(--v8-ink);
  font-size: clamp(3.7rem, 5.8vw, 6.2rem);
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: .94;
}

.v5-hero-copy h1 span {
  display: block;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

.v5-hero-copy h1 span:last-child {
  color: var(--v8-red) !important;
}

.v5-hero-copy > p {
  max-width: 570px;
  margin: 28px 0 30px;
  color: #565460;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
}

.v5-hero-copy .btn-row {
  margin-bottom: 34px;
}

.hero-availability {
  max-width: 600px;
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--v8-line);
}

.availability-label {
  color: #777481;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.store-row-compact {
  margin-top: 11px;
}

.v5-hero-product {
  position: relative;
  min-height: 570px;
  perspective: none;
  transform: translate(var(--shift-x, 0), var(--shift-y, 0));
  transition: transform .3s ease-out;
}

.v5-hero-product::before {
  position: absolute;
  inset: 7% 3% 3% 18%;
  background: var(--v8-lavender);
  border: 1px solid var(--v8-purple);
  content: "";
}

.v5-hero-product .v5-device {
  position: absolute;
  width: clamp(174px, 15.5vw, 222px);
  transform: none !important;
}

.v5-hero-product .v5-device-left {
  z-index: 1;
  top: 25%;
  left: 0;
}

.v5-hero-product .v5-device-center {
  z-index: 3;
  top: 2%;
  left: 30%;
}

.v5-hero-product .v5-device-right {
  z-index: 2;
  top: 20%;
  right: 0;
}

.v5-orbit-label {
  z-index: 5;
  min-width: 118px;
  padding: 9px 12px;
  color: var(--v8-ink);
  background: var(--v8-white);
  border: 1px solid var(--v8-ink);
  border-radius: 0;
}

.v5-orbit-label span {
  color: var(--v8-red);
}

.v5-orbit-label-one {
  top: 13%;
  left: -5%;
}

.v5-orbit-label-two {
  right: -2%;
  bottom: 18%;
}

.v5-hero-rail,
.v5-next-cue {
  display: none !important;
}

.v8-hero-steps {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
  border-top: 1px solid var(--v8-ink);
}

.v8-hero-steps a {
  display: flex;
  align-items: center;
  min-height: 84px;
  gap: 18px;
  color: var(--v8-ink);
  border-inline-end: 1px solid var(--v8-line);
  text-decoration: none;
}

.v8-hero-steps a:last-child {
  border-inline-end: 0;
}

.v8-hero-steps span {
  color: var(--v8-red);
  font-size: .72rem;
  font-weight: 800;
}

.v8-hero-steps strong {
  font-size: .96rem;
  font-weight: 800;
}

/* Home: product journey */
.v5-composer,
.v5-universe,
.v5-signal,
.v5-business,
.v5-download {
  color: var(--v8-ink);
  background-image: none !important;
}

.v5-composer {
  padding: clamp(90px, 10vw, 150px) 0;
  background: var(--v8-white) !important;
  border-top: 1px solid var(--v8-line);
}

.v5-composer > .container {
  display: flex;
  flex-direction: column;
}

.v5-section-heading {
  order: 1;
  max-width: 730px;
  margin-bottom: 64px;
}

.v5-section-heading h2,
.v5-universe-copy h2,
.v5-signal-copy h2,
.v5-business-copy h2,
.v5-download-copy h2 {
  margin: 0;
  color: var(--v8-ink);
  font-size: clamp(3.3rem, 5.4vw, 5.8rem);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .96;
}

.v5-section-heading > p,
.v5-universe-copy > p,
.v5-signal-copy > p,
.v5-business-copy > p {
  max-width: 590px;
  margin-top: 24px;
  font-size: 1.05rem;
}

.v5-compose-controls {
  order: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--v8-ink);
}

.v5-compose-step {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 16px;
  min-height: 170px;
  padding: 26px 24px;
  color: var(--v8-ink);
  background: transparent !important;
  border: 0;
  border-inline-end: 1px solid var(--v8-line);
  border-radius: 0 !important;
  text-align: start;
  transform: none !important;
}

.v5-compose-step:nth-child(2) {
  background: var(--v8-lavender) !important;
}

.v5-compose-step:last-child {
  border-inline-end: 0;
}

.v5-compose-step[aria-pressed="true"] {
  color: var(--v8-ink);
  background: var(--v8-blush) !important;
}

.v5-compose-number {
  color: transparent;
  font-size: 3.7rem;
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .9;
  -webkit-text-stroke: 1px var(--v8-red);
}

.v5-compose-copy strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
}

.v5-compose-copy small {
  display: block;
  margin-top: 8px;
  color: #686571;
  font-size: .82rem;
  line-height: 1.65;
}

.v5-composer-stage {
  position: relative;
  order: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  min-height: 500px;
  padding: 58px 7% 0;
  overflow: hidden;
  background: var(--v8-soft);
  border-block: 1px solid var(--v8-line);
}

.v5-composer-stage::before {
  position: absolute;
  top: 52%;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--v8-red);
  content: "";
}

.v5-composer-path {
  display: none;
}

.v5-composer-phone {
  position: relative !important;
  z-index: 2;
  inset: auto !important;
  justify-self: center;
  width: min(210px, 72%) !important;
  opacity: 1 !important;
  transform: none !important;
}

.v5-composer-phone:nth-of-type(3) {
  transform: translateY(-28px) !important;
}

.v5-composer-action {
  order: 4;
  margin-top: 32px;
}

.v5-composer-progress {
  display: none;
}

/* Home: recipient choice */
.v5-universe {
  min-height: 800px;
  padding: 0;
  overflow: hidden;
  background: var(--v8-white) !important;
  border-top: 1px solid var(--v8-ink);
}

.v5-universe::before,
.v5-universe::after {
  display: none !important;
}

.v5-universe-inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(260px, .62fr) minmax(310px, .75fr);
  gap: 0;
  align-items: stretch;
  width: 100%;
  max-width: none;
  min-height: 800px;
}

.v5-universe-copy {
  align-self: center;
  padding: clamp(64px, 8vw, 140px) clamp(32px, 6vw, 100px);
}

.v5-universe-product {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  background: var(--v8-lavender);
  border-inline: 1px solid var(--v8-purple);
}

.v5-universe-product .v5-device {
  width: min(245px, 70%);
  transform: none !important;
}

.v5-universe-pulse {
  display: none !important;
}

.v5-waypoints {
  position: relative;
  inset: auto !important;
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  width: 100%;
  min-height: 100%;
  counter-reset: v8-category;
  background: var(--v8-white);
  border-inline-end: 34px solid var(--v8-red);
}

.v5-waypoint {
  position: relative !important;
  inset: auto !important;
  display: grid;
  grid-template-columns: 42px 18px 1fr;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 16px 22px;
  color: var(--v8-ink);
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid var(--v8-line);
  border-radius: 0 !important;
  text-align: start;
  transform: none !important;
  counter-increment: v8-category;
}

.v5-waypoint::before {
  color: #96939d;
  font-size: .72rem;
  font-weight: 800;
  content: counter(v8-category, decimal-leading-zero);
}

.v5-waypoint i {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid var(--v8-purple);
  border-radius: 0;
}

.v5-waypoint span {
  font-size: 1.05rem;
  font-weight: 800;
}

.v5-waypoint[aria-pressed="true"] {
  color: var(--v8-red);
}

.v5-waypoint[aria-pressed="true"] i {
  background: var(--v8-red);
  border-color: var(--v8-red);
}

/* Home: personal signal */
.v5-signal {
  padding: 0;
  background: var(--v8-white) !important;
  border-top: 1px solid var(--v8-ink);
}

.v5-signal-inner {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 0;
  width: 100%;
  max-width: none;
}

.v5-signal-copy {
  position: relative;
  min-width: 0;
  padding: clamp(70px, 8vw, 130px) clamp(32px, 7vw, 112px);
  background: var(--v8-blush);
}

.v5-signal-copy h2 {
  max-width: 9ch;
}

.v5-media-switcher {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 640px;
  margin: 42px 0 30px;
  border-top: 1px solid var(--v8-red);
}

.v5-media-switcher .media-tab {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 76px;
  padding: 16px 20px;
  color: var(--v8-ink);
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid var(--v8-red);
  border-radius: 0 !important;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 800;
}

.v5-media-switcher .media-tab .icon {
  order: 2;
  color: var(--v8-red);
}

.v5-media-switcher .media-tab[aria-selected="true"] {
  color: var(--v8-white);
  background: var(--v8-purple) !important;
}

.v5-media-switcher .media-tab[aria-selected="true"] .icon {
  color: var(--v8-white);
}

.v5-waveform {
  display: flex;
  align-items: center;
  gap: 4px;
  width: min(100%, 620px);
  height: 84px;
  margin: 10px 0 28px;
  overflow: hidden;
  border-block: 1px solid rgba(228, 24, 42, .35);
}

.v5-waveform span {
  flex: 1 1 3px;
  height: var(--bar-height);
  min-width: 2px;
  background: var(--v8-red);
  border-radius: 0;
  animation: none !important;
  transform: scaleY(.78);
  transition: transform .25s ease, opacity .25s ease;
}

.v5-signal[data-mode="message"] .v5-waveform span {
  opacity: .28;
  transform: scaleY(.35);
}

.v5-signal[data-mode="video"] .v5-waveform span {
  background: var(--v8-purple);
  transform: scaleY(1);
}

.v5-signal-product {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 760px;
  padding: 80px;
  background: var(--v8-white);
  border-inline-end: 34px solid var(--v8-red);
}

.v5-signal-product::before {
  position: absolute;
  inset: 12% 16% 12% 7%;
  background: var(--v8-lavender);
  border: 1px solid var(--v8-purple);
  content: "";
}

.v5-signal-product .v5-device {
  position: relative;
  z-index: 2;
  width: min(260px, 70%);
  transform: none !important;
}

.v5-signal-caption {
  position: absolute;
  z-index: 3;
  right: 7%;
  bottom: 7%;
  max-width: 180px;
  padding: 10px 12px;
  color: var(--v8-white);
  background: var(--v8-purple);
  border-radius: 0;
  font-size: .72rem;
  font-weight: 700;
}

.v5-moment-ticker {
  overflow: hidden;
  color: var(--v8-ink);
  background: var(--v8-white);
  border-block: 1px solid var(--v8-ink);
}

.v5-ticker-track {
  justify-content: center;
  min-width: max-content;
  animation: none !important;
  transform: none !important;
}

.v5-ticker-track span:nth-of-type(n+7),
.v5-ticker-track span:nth-of-type(n+7) + i {
  display: none;
}

/* Home: business and download */
.v5-business {
  padding: clamp(90px, 10vw, 150px) 0 0;
  background: var(--v8-white) !important;
}

.v5-business-inner {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
}

.v5-business-copy {
  padding-block: 30px;
}

.v5-business-copy h2 {
  max-width: 9ch;
}

.v5-business-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  background: var(--v8-lavender);
  border: 1px solid var(--v8-purple);
}

.v5-business-visual::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 24%;
  height: 100%;
  background: var(--v8-red);
  content: "";
}

.v5-business-visual img {
  position: relative;
  z-index: 2;
  width: min(75%, 420px);
  filter: none !important;
  transform: none !important;
}

.v5-assurance-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 90px;
  border-top: 1px solid var(--v8-ink);
}

.v5-assurance-line a {
  min-height: 132px;
  padding: 24px 20px;
  color: var(--v8-ink);
  background: transparent !important;
  border: 0;
  border-inline-end: 1px solid var(--v8-line);
  border-radius: 0;
}

.v5-assurance-line a:last-child {
  border-inline-end: 0;
}

.v5-assurance-line span {
  color: var(--v8-red);
}

.v5-download {
  position: relative;
  padding: clamp(90px, 10vw, 150px) 0;
  overflow: hidden;
  color: var(--v8-white);
  background: var(--v8-red) !important;
}

.v5-download-inner {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: clamp(60px, 8vw, 120px);
  align-items: center;
}

.v5-download-copy .v5-kicker,
.v5-download-copy h2,
.v5-download-copy p {
  color: var(--v8-white);
}

.v5-download-copy .v5-kicker::before {
  background: var(--v8-white);
}

.v5-download-copy h2 {
  max-width: 8ch;
}

.v5-download-copy h2 em {
  display: none;
}

.v5-download-copy p {
  opacity: .9;
}

.download-tools {
  align-items: flex-end;
  margin-top: 34px;
}

.v5-download .store-badge {
  border-color: var(--v8-white);
}

.qr-block {
  padding: 8px;
  color: var(--v8-ink);
  background: var(--v8-white);
  border: 1px solid var(--v8-white);
  border-radius: 0;
}

.qr-block img {
  border-radius: 0;
}

.v5-download-product {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 570px;
  background: var(--v8-lavender);
  border: 1px solid var(--v8-white);
}

.v5-download-product::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 18%;
  height: 100%;
  background: var(--v8-purple);
  content: "";
}

.v5-download-product .v5-device {
  position: relative;
  z-index: 2;
  width: min(250px, 60%);
  transform: none !important;
}

.v5-download-orbit {
  display: none !important;
}

.v8-app-icon {
  position: absolute;
  z-index: 3;
  top: 28px;
  right: 28px;
  width: 66px;
  height: 66px;
  border: 1px solid var(--v8-purple);
  border-radius: 16px;
}

/* Inner pages: one coherent editorial language */
.inner-page {
  background: var(--v8-white);
}

.inner-page .page-hero,
.inner-page .page-hero-gradient,
.inner-page .center-hero {
  position: relative;
  min-height: 650px;
  padding-top: clamp(80px, 10vw, 140px);
  padding-bottom: clamp(70px, 9vw, 120px);
  overflow: hidden;
  color: var(--v8-ink);
  background: var(--v8-white) !important;
  background-image: none !important;
  border-bottom: 1px solid var(--v8-ink);
}

.inner-page .page-hero::before,
.inner-page .page-hero-gradient::before,
.inner-page .center-hero::before {
  position: absolute;
  z-index: 0;
  top: 55px;
  left: var(--v8-pad);
  color: transparent;
  font-size: clamp(8rem, 19vw, 18rem);
  font-weight: 800;
  letter-spacing: -.1em;
  line-height: 1;
  content: "01";
  -webkit-text-stroke: 1px var(--v8-lavender);
  pointer-events: none;
}

[dir="rtl"] .inner-page .page-hero::before,
[dir="rtl"] .inner-page .page-hero-gradient::before,
[dir="rtl"] .inner-page .center-hero::before {
  right: var(--v8-pad);
  left: auto;
}

.inner-page .page-hero > *,
.inner-page .page-hero-gradient > *,
.inner-page .center-hero > * {
  position: relative;
  z-index: 2;
}

.inner-page .page-hero h1,
.inner-page .page-hero-gradient h1,
.inner-page .center-hero h1 {
  max-width: 10ch;
  color: var(--v8-ink);
  font-size: clamp(3.7rem, 6.4vw, 6.7rem);
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: .94;
}

.inner-page .page-hero h1 em,
.inner-page .page-hero-gradient h1 em,
.inner-page .center-hero h1 em {
  color: var(--v8-red);
  font-style: normal;
}

.inner-page .page-hero .lead,
.inner-page .page-hero-gradient .lead,
.inner-page .center-hero .lead {
  max-width: 570px;
  color: #5e5b67;
  font-size: 1.05rem;
}

.inner-page .page-hero-visual,
.inner-page .download-visual,
.inner-page .business-visual {
  position: relative;
  min-height: 470px;
  padding: 46px;
  background: var(--v8-lavender) !important;
  border: 1px solid var(--v8-purple);
  border-radius: 0 !important;
}

.inner-page .page-hero-visual::after,
.inner-page .download-visual::after,
.inner-page .business-visual::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 14%;
  height: 100%;
  background: var(--v8-red);
  content: "";
}

.inner-page .page-hero-visual > *,
.inner-page .download-visual > *,
.inner-page .business-visual > * {
  position: relative;
  z-index: 2;
}

.inner-page .device {
  transform: none !important;
}

.page-hero-ribbon {
  display: none !important;
}

.section {
  padding: clamp(86px, 10vw, 145px) 0;
}

.section-sm {
  padding: 60px 0;
}

.surface-lavender {
  background: var(--v8-lavender) !important;
  background-image: none !important;
}

.section-head {
  max-width: 760px;
  margin-bottom: 58px;
}

.section-head h2,
.editorial-split h2,
.timeline-copy h2,
.fee-copy h2,
.prompt-copy h2,
.download-copy h2,
.business-copy h2 {
  color: var(--v8-ink);
  font-size: clamp(2.8rem, 4.7vw, 5rem);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .98;
}

.step-columns,
.business-use-grid,
.occasion-catalog,
.platform-grid,
.full-category-rail,
.contact-grid {
  gap: 0 !important;
  border-top: 1px solid var(--v8-ink);
}

.step-column,
.business-use,
.occasion-card,
.platform-item,
.full-category-item,
.contact-item {
  min-height: 210px;
  padding: 28px !important;
  color: var(--v8-ink);
  background: transparent !important;
  border: 0 !important;
  border-inline-end: 1px solid var(--v8-line) !important;
  border-bottom: 1px solid var(--v8-line) !important;
  border-radius: 0 !important;
  transform: none !important;
}

.step-column:last-child,
.business-use:last-child,
.platform-item:last-child {
  border-inline-end: 0 !important;
}

.step-index,
.step-top span {
  color: transparent !important;
  font-size: 3.4rem;
  -webkit-text-stroke: 1px var(--v8-red);
}

.detail-rows,
.fee-list,
.prompt-list,
.timeline-list,
.faq-list {
  border-top: 1px solid var(--v8-ink);
}

.detail-row,
.fee-row,
.prompt-item,
.timeline-item,
.faq-item {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--v8-line) !important;
  border-radius: 0 !important;
}

.faq-question {
  padding: 24px 0;
  color: var(--v8-ink);
  font-weight: 800;
}

.faq-answer {
  padding-inline: 0;
}

.timeline-band,
.fee-panel,
.prompt-panel,
.download-panel,
.contact-band,
.business-gateway {
  color: var(--v8-ink);
  background: var(--v8-blush) !important;
  background-image: none !important;
  border: 1px solid var(--v8-red);
  border-radius: 0 !important;
}

.contact-band {
  color: var(--v8-white);
  background: var(--v8-purple) !important;
  border-color: var(--v8-purple);
}

.contact-band h2,
.contact-band p,
.contact-band a {
  color: var(--v8-white);
}

.payment-row {
  border-block: 1px solid var(--v8-line);
}

.payment-logo {
  background: transparent !important;
  border-inline-end: 1px solid var(--v8-line);
  border-radius: 0 !important;
}

/* Footer */
.site-footer {
  color: var(--v8-ink);
  background: var(--v8-white) !important;
  border-top: 1px solid var(--v8-ink);
}

.site-footer p,
.site-footer a,
.site-footer h3,
.footer-bottom {
  color: var(--v8-ink);
}

.footer-grid {
  padding-block: 72px;
}

.footer-bottom {
  border-top: 1px solid var(--v8-line);
}

/* Motion stays purposeful and non-looping */
[data-reveal] {
  transition-duration: .65s;
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1080px) {
  .primary-nav {
    background: var(--v8-white);
    border-bottom: 1px solid var(--v8-ink);
  }

  .v5-hero::before {
    width: 29vw;
  }

  .v5-hero-inner {
    grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr);
    gap: 26px;
  }

  .v5-hero-copy h1 {
    font-size: clamp(3.5rem, 6.6vw, 5.6rem);
  }

  .v5-universe-inner {
    grid-template-columns: 1fr .75fr;
  }

  .v5-waypoints {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    min-height: 260px;
    border-top: 1px solid var(--v8-ink);
    border-inline-end-width: 20px;
  }

  .v5-signal-copy,
  .v5-signal-product {
    padding-inline: 46px;
  }
}

@media (max-width: 820px) {
  .v5-hero {
    padding-top: 68px;
  }

  .v5-hero::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 38%;
    clip-path: polygon(0 28%, 100% 0, 100% 100%, 0 100%);
  }

  .v5-hero::after {
    top: auto;
    right: -14%;
    bottom: 6%;
    width: 70vw;
  }

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

  .v5-hero-copy {
    padding-bottom: 0;
  }

  .v5-hero-product {
    min-height: 520px;
  }

  .v8-hero-steps {
    margin-top: 0;
  }

  .v5-compose-controls {
    grid-template-columns: 1fr;
  }

  .v5-compose-step {
    min-height: 122px;
    border-inline-end: 0;
    border-bottom: 1px solid var(--v8-line);
  }

  .v5-composer-stage {
    min-height: 390px;
    padding-inline: 3%;
  }

  .v5-composer-phone {
    width: min(178px, 84%) !important;
  }

  .v5-universe-inner {
    grid-template-columns: 1fr;
  }

  .v5-universe-copy {
    padding: 88px var(--v8-pad);
  }

  .v5-universe-product {
    min-height: 600px;
    border-inline: 0;
    border-block: 1px solid var(--v8-purple);
  }

  .v5-waypoints {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .v5-signal-inner,
  .v5-business-inner,
  .v5-download-inner {
    grid-template-columns: 1fr;
  }

  .v5-signal-product {
    min-height: 620px;
    border-inline-end: 0;
    border-bottom: 24px solid var(--v8-red);
  }

  .v5-business-visual {
    min-height: 430px;
  }

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

  .v5-download-product {
    min-height: 520px;
  }

  .inner-page .page-hero,
  .inner-page .page-hero-gradient,
  .inner-page .center-hero {
    min-height: auto;
  }

  .inner-page .page-hero-visual,
  .inner-page .download-visual,
  .inner-page .business-visual {
    min-height: 440px;
    margin-top: 50px;
  }
}

@media (max-width: 620px) {
  :root {
    --v8-pad: 20px;
  }

  .nav-shell {
    min-height: 68px;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  .v5-hero-copy h1 {
    max-width: 9.2ch;
    font-size: clamp(3.05rem, 14.4vw, 4.45rem);
  }

  .v5-hero-copy > p {
    font-size: .96rem;
  }

  .v5-hero-copy .btn-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-row-compact,
  .v5-download .store-row,
  .download-page .store-row {
    display: grid;
    grid-template-columns: repeat(2, max-content);
  }

  .store-row-compact .store-badge > img,
  .v5-download .store-badge > img,
  .download-page .store-badge > img {
    height: 34px;
  }

  .v5-hero-product {
    min-height: 400px;
  }

  .v5-hero-product .v5-device {
    width: 132px;
  }

  .v5-hero-product .v5-device-left {
    top: 30%;
  }

  .v5-hero-product .v5-device-center {
    left: 28%;
  }

  .v5-hero-product .v5-device-right {
    top: 25%;
  }

  .v5-orbit-label {
    display: none;
  }

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

  .v8-hero-steps a {
    min-height: 62px;
    border-inline-end: 0;
    border-bottom: 1px solid var(--v8-line);
  }

  .v5-section-heading h2,
  .v5-universe-copy h2,
  .v5-signal-copy h2,
  .v5-business-copy h2,
  .v5-download-copy h2 {
    font-size: clamp(2.8rem, 13.5vw, 4rem);
  }

  .v5-compose-step {
    grid-template-columns: 64px 1fr;
    padding-inline: 14px;
  }

  .v5-compose-number {
    font-size: 3rem;
  }

  .v5-composer-stage {
    min-height: 330px;
    padding-inline: 0;
  }

  .v5-composer-phone {
    width: min(122px, 91%) !important;
    border-width: 2px;
    border-radius: 20px;
  }

  .v5-universe-product {
    min-height: 500px;
  }

  .v5-waypoints {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 78px);
    min-height: auto;
  }

  .v5-signal-copy,
  .v5-signal-product {
    padding-inline: var(--v8-pad);
  }

  .v5-signal-product {
    min-height: 520px;
  }

  .v5-moment-ticker {
    overflow-x: auto;
  }

  .v5-assurance-line {
    grid-template-columns: 1fr;
  }

  .v5-assurance-line a {
    min-height: 96px;
    border-inline-end: 0;
    border-bottom: 1px solid var(--v8-line);
  }

  .v5-download-product {
    min-height: 450px;
  }

  .inner-page .page-hero h1,
  .inner-page .page-hero-gradient h1,
  .inner-page .center-hero h1 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .inner-page .page-hero-visual,
  .inner-page .download-visual,
  .inner-page .business-visual {
    min-height: 380px;
    padding: 26px;
  }

  .step-columns,
  .business-use-grid,
  .occasion-catalog,
  .platform-grid,
  .full-category-rail,
  .contact-grid {
    grid-template-columns: 1fr !important;
  }

  .step-column,
  .business-use,
  .occasion-card,
  .platform-item,
  .full-category-item,
  .contact-item {
    border-inline-end: 0 !important;
  }
}

@font-face {
  font-family: "Jakarta";
  src: url("../assets/fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Cairo";
  src: url("../assets/fonts/cairo-latin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Cairo";
  src: url("../assets/fonts/cairo-arabic.woff2") format("woff2");
  font-display: swap;
}

:root {
  --ink: #24103f;
  --ink-deep: #19072d;
  --copy: #3c3c58;
  --muted: #66627a;
  --purple: #5228a0;
  --purple-dark: #3a1878;
  --purple-mid: #6b38c0;
  --magenta: #a01e6a;
  --red: #e4182a;
  --red-dark: #b81022;
  --lavender: #f5f2fd;
  --lavender-strong: #ede8fa;
  --gray-50: #f7f7fa;
  --line: #dcdce8;
  --line-strong: #c4c4d4;
  --white: #ffffff;
  --success: #167a58;
  --gradient: linear-gradient(115deg, #5228a0 0%, #a01e6a 52%, #e4182a 100%);
  --gradient-soft: linear-gradient(115deg, #f5f2fd 0%, #fef5f6 100%);
  --container: 1360px;
  --gutter: clamp(20px, 3.3vw, 48px);
  --space-section: clamp(92px, 9vw, 148px);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Jakarta", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

html[dir="rtl"] body {
  font-family: "Cairo", Arial, sans-serif;
}

body.menu-open {
  overflow: hidden;
}

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

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

button {
  color: inherit;
  font: inherit;
}

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

h1,
h2,
h3,
.brand-name,
.display {
  font-family: "Bricolage", "Jakarta", sans-serif;
  letter-spacing: -.045em;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] .brand-name,
html[dir="rtl"] .display {
  font-family: "Cairo", sans-serif;
  letter-spacing: 0;
}

:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  inset-inline-start: 16px;
  top: -72px;
  z-index: 1000;
  padding: 10px 16px;
  background: var(--ink);
  color: var(--white);
}

.skip-link:focus {
  top: 14px;
}

.container {
  width: min(calc(100% - (var(--gutter) * 2)), var(--container));
  margin-inline: auto;
}

.icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-lg {
  width: 40px;
  height: 40px;
}

.icon-xl {
  width: 56px;
  height: 56px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.nav-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.brand img {
  width: 34px;
  height: 38px;
  object-fit: contain;
}

.brand-name {
  font-size: 1.9rem;
  font-weight: 750;
  line-height: 1;
}

.primary-nav {
  margin-inline-start: auto;
  display: flex;
  align-items: center;
  gap: 2px;
}

.primary-nav > a,
.language-button {
  min-height: 48px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-bottom: 2px solid var(--white);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-size: .9rem;
  font-weight: 750;
  white-space: nowrap;
}

.primary-nav > a:hover,
.primary-nav > a:focus-visible,
.language-button:hover,
.language-button:focus-visible {
  color: var(--purple);
}

.primary-nav > a[aria-current="page"] {
  color: var(--purple);
  border-bottom-color: var(--red);
}

.primary-nav .nav-download {
  min-height: 46px;
  margin-inline-start: 10px;
  padding-inline: 20px;
  border: 1px solid var(--purple);
  border-radius: var(--radius-sm);
  background: var(--gradient);
  color: var(--white);
}

.primary-nav .nav-download:hover,
.primary-nav .nav-download:focus-visible {
  background: var(--ink);
  color: var(--white);
}

.primary-nav .nav-download[aria-current="page"] {
  border-color: var(--red);
  color: var(--white);
}

.menu-toggle {
  width: 46px;
  height: 46px;
  margin-inline-start: auto;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
}

.btn-row,
.store-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.btn {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--purple);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--purple);
  cursor: pointer;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.2;
}

.btn:hover,
.btn:focus-visible {
  background: var(--lavender);
}

.btn-primary {
  border-color: var(--red);
  background: var(--gradient);
  color: var(--white);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.btn-dark {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.btn-light {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.btn-outline-light {
  border-color: var(--white);
  background: var(--ink-deep);
  color: var(--white);
}

.text-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid currentColor;
  color: var(--purple);
  font-weight: 800;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--red);
}

.lead {
  color: var(--copy);
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.7;
}

.section {
  padding: var(--space-section) 0;
}

.section-sm {
  padding: clamp(70px, 7vw, 108px) 0;
}

.surface-lavender {
  background: var(--lavender);
}

.surface-dark {
  background: var(--ink-deep);
  color: var(--white);
}

.section-head {
  margin-bottom: clamp(42px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr);
  align-items: end;
  gap: clamp(28px, 5vw, 80px);
}

.section-head h2,
.editorial-copy h2,
.gateway-copy h2 {
  margin-bottom: 0;
  font-size: clamp(3.2rem, 5.7vw, 6.4rem);
  font-weight: 750;
  line-height: .93;
}

.section-head p {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-head.centered {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
  display: block;
}

.home-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(500px, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(30px, 5vw, 76px);
  overflow: hidden;
}

.home-hero-copy {
  position: relative;
  z-index: 3;
  padding: 62px 0 76px;
}

.home-hero h1,
.page-hero h1,
.center-hero h1 {
  margin-bottom: 28px;
  font-size: clamp(4.4rem, 7.8vw, 8.1rem);
  font-weight: 750;
  line-height: .9;
}

.home-hero h1 {
  max-width: 8.2ch;
  font-size: clamp(4.4rem, 6.4vw, 7rem);
}

.home-hero .lead {
  max-width: 590px;
  margin-bottom: 34px;
}

.home-hero-ribbon {
  position: absolute;
  z-index: 0;
  inset-inline-end: -8%;
  top: 48px;
  width: 67%;
  height: 690px;
  object-fit: contain;
}

.hero-flow {
  position: relative;
  z-index: 2;
  min-height: 560px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 14px;
}

.device {
  position: relative;
  border: 5px solid var(--ink);
  border-radius: 34px;
  background: var(--ink);
  overflow: hidden;
}

.device img {
  width: 100%;
  height: auto;
  border-radius: 28px;
}

.hero-flow .device:nth-child(1) {
  transform: translateY(-18px) rotate(-2deg);
}

.hero-flow .device:nth-child(2) {
  transform: translateY(40px);
}

.hero-flow .device:nth-child(3) {
  transform: translateY(86px) rotate(2deg);
}

.flow-section {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--lavender);
}

.flow-layout {
  min-height: 680px;
  padding-top: 90px;
  display: grid;
  grid-template-columns: minmax(270px, .48fr) 1.52fr;
  gap: clamp(36px, 6vw, 92px);
}

.flow-intro h2 {
  margin-bottom: 26px;
  font-size: clamp(3.4rem, 5.2vw, 6rem);
  line-height: .95;
}

.flow-intro p {
  max-width: 390px;
  color: var(--muted);
}

.flow-grid-v4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-inline-start: 1px solid var(--line-strong);
}

.flow-step-v4 {
  min-width: 0;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  border-inline-end: 1px solid var(--line-strong);
}

.flow-step-number {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--purple);
  color: var(--white);
  font-weight: 800;
}

.flow-step-v4 h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.flow-step-v4 p {
  min-height: 80px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: .93rem;
}

.flow-screen {
  height: 355px;
  margin-top: auto;
  overflow: hidden;
}

.flow-screen .device {
  max-width: 215px;
  margin: 0 auto;
  border-width: 4px;
}

.personal-section {
  position: relative;
  overflow: hidden;
  background: var(--ink-deep);
  color: var(--white);
}

.personal-layout {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr);
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
}

.personal-copy h2 {
  max-width: 9ch;
  margin-bottom: 28px;
  font-size: clamp(3.7rem, 6.2vw, 7rem);
  line-height: .92;
}

.personal-copy h2 span {
  color: #d7c5ff;
}

.personal-copy h2 .personal-lead {
  color: var(--white);
}

.personal-copy p {
  max-width: 560px;
  margin-bottom: 30px;
  color: var(--white);
  font-size: 1.08rem;
}

.media-switcher {
  width: fit-content;
  margin-bottom: 30px;
  display: flex;
  border: 1px solid #8e78a4;
  border-radius: var(--radius-sm);
}

.media-tab {
  min-height: 50px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 0;
  border-inline-end: 1px solid #8e78a4;
  background: var(--ink-deep);
  color: var(--white);
  cursor: pointer;
  font-weight: 750;
}

.media-tab:last-child {
  border-inline-end: 0;
}

.media-tab[aria-selected="true"] {
  background: var(--purple);
}

.personal-product {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.personal-product .device {
  width: min(390px, 76vw);
  transform: rotate(3deg) translateY(54px);
  border-color: var(--white);
}

.personal-ribbon {
  position: absolute;
  inset-inline-start: -14%;
  bottom: -70px;
  width: 76%;
}

.choice-layout {
  display: grid;
  grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
}

.choice-copy h2 {
  max-width: 8ch;
  margin-bottom: 28px;
  font-size: clamp(3.8rem, 6vw, 6.8rem);
  line-height: .92;
}

.choice-copy p {
  max-width: 540px;
  margin-bottom: 30px;
  color: var(--muted);
}

.choice-product {
  min-height: 540px;
  padding: 46px;
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(220px, .55fr);
  align-items: center;
  gap: 36px;
  background: var(--lavender);
}

.choice-product .device {
  max-width: 310px;
  justify-self: center;
}

.choice-product-copy {
  align-self: stretch;
  padding-inline-start: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-inline-start: 1px solid var(--line-strong);
}

.choice-product-copy strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Bricolage", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.choice-product-copy span {
  color: var(--muted);
}

.category-rail {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.category-item {
  min-height: 168px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-inline-end: 1px solid var(--line);
  color: var(--purple);
}

.category-item:first-child {
  border-inline-start: 1px solid var(--line);
}

.category-item strong {
  color: var(--ink);
  font-size: 1rem;
}

.occasion-section {
  position: relative;
  overflow: hidden;
  background: var(--lavender);
}

.occasion-section .section-head {
  position: relative;
  z-index: 2;
}

.occasion-ribbon {
  position: absolute;
  inset-inline-end: -12%;
  top: -200px;
  width: 58%;
}

.occasion-rail-v4 {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.occasion-item-v4 {
  min-height: 250px;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-inline-end: 1px solid var(--line-strong);
  background: var(--white);
  color: var(--purple);
}

.occasion-item-v4:first-child {
  border-inline-start: 1px solid var(--line-strong);
}

.occasion-item-v4:nth-child(3) {
  background: var(--ink-deep);
  color: var(--white);
}

.occasion-item-v4:nth-child(4) {
  background: var(--gradient);
  color: var(--white);
}

.occasion-item-v4 h3 {
  margin: 0;
  color: currentColor;
  font-size: 1.55rem;
}

.section-action {
  margin-top: 34px;
}

.business-gateway {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  min-height: 590px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.business-copy {
  padding: clamp(48px, 7vw, 100px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: var(--ink-deep);
  color: var(--white);
}

.business-copy h2 {
  max-width: 8ch;
  margin-bottom: 28px;
  font-size: clamp(3.8rem, 5.8vw, 6.4rem);
  line-height: .94;
}

.business-copy p {
  max-width: 520px;
  margin-bottom: 30px;
}

.business-visual {
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--white);
}

.business-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.assurance-row {
  min-height: 118px;
  display: grid;
  grid-template-columns: 70px minmax(260px, .72fr) 1fr 48px;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}

.assurance-row .icon-wrap,
.journey-icon,
.contact-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--purple);
  border-radius: 50%;
  color: var(--purple);
}

.assurance-row h3 {
  margin: 0;
  font-size: 1.28rem;
  letter-spacing: -.025em;
}

.assurance-row p {
  margin: 0;
  color: var(--muted);
}

.assurance-row > .icon:last-child {
  color: var(--purple);
}

.download-panel {
  min-height: 560px;
  padding: clamp(48px, 6vw, 84px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .65fr);
  align-items: center;
  gap: clamp(36px, 6vw, 90px);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--gradient);
  color: var(--white);
}

.download-copy h2 {
  max-width: 10ch;
  margin-bottom: 24px;
  font-size: clamp(3.5rem, 5.8vw, 6.6rem);
  line-height: .93;
}

.download-copy p {
  margin-bottom: 28px;
  font-size: 1.08rem;
}

.download-visual {
  height: 500px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.download-visual .device {
  width: min(300px, 74vw);
  transform: translateY(84px) rotate(2deg);
  border-color: var(--white);
}

.download-tools {
  display: flex;
  align-items: center;
  gap: 18px;
}

.store-row {
  margin-top: 24px;
}

.store-badge {
  min-height: 58px;
  padding: 7px 13px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--white);
  border-radius: var(--radius-sm);
  background: #090909;
  color: var(--white);
}

.store-badge > img {
  width: auto;
  height: 40px;
}

.store-badge .store-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  background: #d40000;
  color: var(--white);
  font-weight: 900;
}

.store-badge small,
.store-badge strong {
  display: block;
  line-height: 1.05;
}

.store-badge small {
  margin-bottom: 4px;
  font-size: .62rem;
}

.store-badge strong {
  font-size: 1rem;
}

.qr-block {
  width: 126px;
  flex: 0 0 126px;
  padding: 9px;
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--ink);
  text-align: center;
  font-size: .68rem;
  font-weight: 800;
}

.qr-block img {
  width: 108px;
  height: 108px;
}

.page-hero {
  position: relative;
  min-height: 650px;
  padding: 62px 0 76px;
  display: grid;
  grid-template-columns: minmax(420px, .8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: clamp(42px, 7vw, 110px);
  overflow: hidden;
}

.page-hero h1 {
  max-width: 8.5ch;
  font-size: clamp(4.2rem, 6.5vw, 7rem);
}

.page-hero .lead {
  max-width: 610px;
  margin-bottom: 32px;
}

.page-hero-ribbon {
  position: absolute;
  inset-inline-end: -7%;
  top: 40px;
  width: 58%;
}

.page-hero-visual {
  position: relative;
  z-index: 2;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hero-visual .device {
  width: min(280px, 70vw);
}

.page-hero-visual > img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
}

.business-process .step-column {
  min-height: 340px;
}

.page-flow-trio {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 12px;
}

.page-flow-trio .device:nth-child(1) {
  transform: translateY(-40px);
}

.page-flow-trio .device:nth-child(3) {
  transform: translateY(52px);
}

.page-hero-gradient {
  width: min(calc(100% - (var(--gutter) * 2)), var(--container));
  min-height: 620px;
  margin: 24px auto 0;
  padding: clamp(48px, 6vw, 76px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--gradient);
  color: var(--white);
}

.page-hero-gradient h1 {
  max-width: 9ch;
  margin-bottom: 28px;
  font-size: clamp(4rem, 5.5vw, 6.5rem);
  line-height: .91;
}

.page-hero-gradient .lead {
  max-width: 610px;
  margin-bottom: 32px;
  color: var(--white);
}

.step-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-inline-start: 1px solid var(--line);
}

.step-column {
  min-height: 590px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  border-inline-end: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.step-column .step-top {
  min-height: 200px;
}

.step-column .icon-wrap {
  width: 56px;
  height: 56px;
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--purple);
  border-radius: 50%;
  color: var(--purple);
}

.step-column .step-index {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 1.75rem;
  font-weight: 800;
}

.step-column h3 {
  margin-bottom: 8px;
  font-size: 1.55rem;
}

.step-column p {
  color: var(--muted);
}

.step-column .device {
  width: min(230px, 100%);
  margin: auto auto 0;
}

.timeline-band {
  padding: clamp(72px, 8vw, 112px) 0;
  overflow: hidden;
  background: var(--ink-deep);
  color: var(--white);
}

.timeline-layout {
  display: grid;
  grid-template-columns: 1fr minmax(250px, .32fr);
  align-items: center;
  gap: 58px;
}

.timeline-copy h2 {
  margin-bottom: 50px;
  font-size: clamp(3rem, 4.8vw, 5.2rem);
  line-height: .95;
}

.timeline-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #8e78a4;
}

.timeline-item {
  padding: 32px 20px 0 0;
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: -7px;
  inset-inline-start: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--red);
}

.timeline-item h3 {
  margin: 18px 0 8px;
  font-size: 1.08rem;
}

.timeline-item p {
  margin: 0;
  color: #e7dff0;
  font-size: .86rem;
}

.timeline-product .device {
  max-width: 270px;
}

.fee-panel {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) 1.28fr;
  gap: clamp(42px, 8vw, 120px);
  align-items: center;
}

.fee-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(3.5rem, 5.6vw, 6.2rem);
  line-height: .94;
}

.fee-copy p {
  color: var(--muted);
}

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

.fee-row {
  min-height: 94px;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--line);
}

.fee-row strong {
  font-size: 1.08rem;
}

.fee-row span:last-child {
  color: var(--muted);
}

.editorial-split {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) 1.28fr;
  gap: clamp(52px, 9vw, 140px);
}

.editorial-split > h2 {
  margin: 0;
  font-size: clamp(3.5rem, 5.7vw, 6.5rem);
  line-height: .94;
}

.editorial-body {
  padding-inline-start: clamp(28px, 4vw, 56px);
  border-inline-start: 1px solid var(--line-strong);
}

.editorial-body p {
  font-size: 1.07rem;
}

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

.detail-rows {
  border-top: 1px solid var(--line);
}

.detail-row {
  min-height: 132px;
  display: grid;
  grid-template-columns: 68px minmax(220px, .55fr) 1fr;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}

.detail-row .icon-wrap {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--purple);
  border-radius: 50%;
  color: var(--purple);
}

.detail-row h3 {
  margin: 0;
  font-size: 1.4rem;
}

.detail-row p {
  margin: 0;
  color: var(--muted);
}

.full-category-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-inline-start: 1px solid var(--line);
}

.full-category-item {
  min-height: 230px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-inline-end: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--purple);
}

.full-category-item h3 {
  margin: 30px 0 0;
  color: var(--ink);
  font-size: 1.75rem;
}

.choice-note {
  min-height: 440px;
  padding: clamp(48px, 7vw, 90px);
  display: grid;
  grid-template-columns: 1fr minmax(320px, .65fr);
  align-items: center;
  gap: 70px;
  background: var(--ink-deep);
  color: var(--white);
}

.choice-note h2 {
  max-width: 10ch;
  margin-bottom: 24px;
  font-size: clamp(3.6rem, 5.6vw, 6.2rem);
  line-height: .94;
}

.choice-note .device {
  width: min(280px, 70vw);
  justify-self: center;
}

.occasion-catalog {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-inline-start: 1px solid var(--line);
}

.occasion-card {
  min-height: 220px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-inline-end: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--purple);
}

.occasion-card:nth-child(3n+2) {
  background: var(--lavender);
}

.occasion-card:nth-child(6n) {
  background: var(--ink-deep);
  color: var(--white);
}

.occasion-card h3 {
  margin: 30px 0 0;
  color: currentColor;
  font-size: 1.55rem;
}

.prompt-panel {
  display: grid;
  grid-template-columns: minmax(310px, .65fr) 1.35fr;
  gap: clamp(42px, 7vw, 100px);
  align-items: start;
}

.prompt-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(3.5rem, 5.5vw, 6rem);
  line-height: .94;
}

.prompt-copy p {
  color: var(--muted);
}

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

.prompt-item {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  font-family: "Bricolage", sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  line-height: 1.25;
}

.business-use-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.business-use {
  min-height: 270px;
  padding: 36px;
}

.business-use + .business-use {
  border-inline-start: 1px solid var(--line);
}

.business-use .icon-wrap {
  width: 54px;
  height: 54px;
  margin-bottom: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--purple);
  border-radius: 50%;
  color: var(--purple);
}

.business-use h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.business-use p {
  margin: 0;
  color: var(--muted);
}

.contact-band {
  padding: clamp(72px, 8vw, 112px) 0;
  background: var(--ink-deep);
  color: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  border-top: 1px solid #8e78a4;
  border-bottom: 1px solid #8e78a4;
}

.contact-item {
  padding: 34px 28px;
}

.contact-item + .contact-item {
  border-inline-start: 1px solid #8e78a4;
}

.contact-icon {
  margin-bottom: 28px;
  border-color: #8e78a4;
  color: var(--white);
}

.contact-item h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.contact-item p {
  margin-bottom: 18px;
  color: #e7dff0;
}

.contact-item a {
  border-bottom: 1px solid var(--white);
  font-weight: 800;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-inline-start: 1px solid var(--line);
}

.platform-item {
  min-height: 280px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-inline-end: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.platform-item h3 {
  margin: 32px 0 10px;
  font-size: 1.8rem;
}

.platform-item p {
  color: var(--muted);
}

.payment-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 36px;
}

.payment-logo {
  min-height: 92px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: var(--white);
}

.payment-logo img {
  width: auto;
  max-height: 44px;
}

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

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

.faq-question {
  width: 100%;
  min-height: 86px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  background: var(--white);
  text-align: start;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
}

.faq-question .faq-control {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--purple);
  border-radius: 50%;
  color: var(--purple);
}

.faq-question .faq-control .icon {
  transition: transform .22s var(--ease);
}

.faq-item.open .faq-control .icon {
  transform: rotate(90deg);
}

.faq-answer {
  display: none;
  max-width: 900px;
  padding: 0 0 28px;
  color: var(--muted);
}

.faq-answer p {
  margin-bottom: 0;
}

.faq-item.open .faq-answer {
  display: block;
}

.center-hero {
  min-height: 720px;
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.center-hero h1 {
  max-width: 10ch;
}

.center-hero .lead {
  max-width: 690px;
  margin-inline: auto;
  margin-bottom: 42px;
}

.center-hero .brand-symbol {
  width: 168px;
}

.site-footer {
  padding: 70px 0 30px;
  background: var(--ink-deep);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, .7fr);
  gap: 54px;
}

.footer-brand p {
  max-width: 290px;
  margin: 20px 0 0;
  color: #e7dff0;
}

.footer-col h3 {
  margin-bottom: 18px;
  font-family: "Jakarta", sans-serif;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

html[dir="rtl"] .footer-col h3 {
  font-family: "Cairo", sans-serif;
  letter-spacing: 0;
}

.footer-col a {
  width: fit-content;
  margin: 9px 0;
  display: block;
  color: #e7dff0;
}

.footer-col a:hover,
.footer-col a:focus-visible {
  color: var(--white);
  border-bottom: 1px solid var(--white);
}

.footer-bottom {
  margin-top: 54px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #6d577e;
  color: #d8cde0;
  font-size: .84rem;
}

.footer-bottom a {
  border-bottom: 1px solid currentColor;
}

[data-reveal] {
  transform: translateY(24px);
}

[data-reveal].is-visible {
  transform: translateY(0);
  transition: transform .65s var(--ease);
}

@media (max-width: 1120px) {
  .menu-toggle {
    display: inline-flex;
  }

  .primary-nav {
    position: fixed;
    inset: 79px 0 0;
    display: none;
    padding: 28px var(--gutter) 48px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    overflow-y: auto;
    background: var(--white);
  }

  .primary-nav.open {
    display: flex;
  }

  .primary-nav > a,
  .language-button {
    min-height: 58px;
    justify-content: flex-start;
    border: 1px solid var(--line);
    text-align: start;
  }

  .primary-nav > a[aria-current="page"] {
    border: 1px solid var(--purple);
    border-inline-start: 5px solid var(--red);
  }

  .primary-nav .nav-download {
    margin-inline-start: 0;
    justify-content: center;
  }

  .home-hero {
    grid-template-columns: minmax(370px, .78fr) minmax(470px, 1.22fr);
  }

  .hero-flow {
    gap: 8px;
  }

  .page-hero {
    grid-template-columns: minmax(380px, .8fr) minmax(430px, 1.2fr);
  }

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

@media (max-width: 860px) {
  .home-hero,
  .page-hero,
  .page-hero-gradient,
  .personal-layout,
  .choice-layout,
  .business-gateway,
  .download-panel,
  .timeline-layout,
  .fee-panel,
  .editorial-split,
  .choice-note,
  .prompt-panel {
    grid-template-columns: 1fr;
  }

  .home-hero,
  .page-hero {
    min-height: auto;
  }

  .home-hero-copy {
    padding: 72px 0 20px;
  }

  .home-hero h1,
  .page-hero h1,
  .center-hero h1,
  .page-hero-gradient h1 {
    font-size: clamp(4rem, 14vw, 6.6rem);
  }

  .home-hero-ribbon,
  .page-hero-ribbon {
    inset-inline-end: -28%;
    top: 410px;
    width: 120%;
  }

  .hero-flow,
  .page-hero-visual {
    min-height: 570px;
  }

  .flow-layout {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }

  .flow-grid-v4 {
    border-top: 1px solid var(--line-strong);
  }

  .flow-screen {
    height: 320px;
  }

  .personal-layout {
    padding-top: 80px;
  }

  .personal-product {
    min-height: 560px;
  }

  .choice-product {
    grid-template-columns: 1fr 1fr;
  }

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

  .category-item:nth-child(4) {
    border-inline-start: 1px solid var(--line);
  }

  .occasion-ribbon {
    width: 100%;
  }

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

  .business-copy {
    min-height: 480px;
  }

  .business-visual {
    min-height: 460px;
  }

  .assurance-row {
    grid-template-columns: 60px 1fr 40px;
    padding: 24px 0;
  }

  .assurance-row p {
    grid-column: 2;
  }

  .assurance-row > .icon:last-child {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .download-visual {
    height: 430px;
  }

  .page-hero-gradient {
    padding-bottom: 0;
  }

  .step-columns,
  .business-use-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .step-column {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr minmax(180px, .5fr);
    gap: 30px;
  }

  .step-column .device {
    grid-column: 2;
    grid-row: 1;
  }

  .timeline-product .device {
    margin-inline: auto;
  }

  .editorial-body {
    padding-inline-start: 0;
    padding-top: 30px;
    border-inline-start: 0;
    border-top: 1px solid var(--line);
  }

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

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

  .business-use + .business-use,
  .contact-item + .contact-item {
    border-inline-start: 0;
    border-top: 1px solid var(--line);
  }

  .contact-item + .contact-item {
    border-top-color: #8e78a4;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .nav-shell {
    min-height: 72px;
  }

  .primary-nav {
    inset-block-start: 73px;
  }

  .brand img {
    width: 28px;
    height: 32px;
  }

  .brand-name {
    font-size: 1.55rem;
  }

  .home-hero h1,
  .page-hero h1,
  .center-hero h1,
  .page-hero-gradient h1 {
    font-size: clamp(3.45rem, 16vw, 5rem);
  }

  .page-hero-gradient {
    padding: 42px 28px 0;
  }

  .page-hero-gradient h1 {
    max-width: 10ch;
    font-size: clamp(3.2rem, 13vw, 4.5rem);
  }

  .section-head,
  .section-head.centered {
    grid-template-columns: 1fr;
    text-align: start;
  }

  .section-head h2,
  .editorial-copy h2,
  .gateway-copy h2,
  .personal-copy h2,
  .choice-copy h2,
  .business-copy h2,
  .download-copy h2,
  .fee-copy h2,
  .editorial-split > h2,
  .choice-note h2,
  .prompt-copy h2 {
    font-size: clamp(3rem, 13.5vw, 4.6rem);
  }

  .btn-row,
  .store-row,
  .download-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .btn,
  .store-badge {
    width: 100%;
  }

  .hero-flow {
    min-height: 500px;
    gap: 5px;
  }

  .hero-flow .device {
    border-width: 3px;
    border-radius: 22px;
  }

  .hero-flow .device img {
    border-radius: 18px;
  }

  .hero-flow .device:nth-child(1) {
    transform: translateY(-8px);
  }

  .hero-flow .device:nth-child(2) {
    transform: translateY(28px);
  }

  .hero-flow .device:nth-child(3) {
    transform: translateY(62px);
  }

  .flow-grid-v4 {
    grid-template-columns: 1fr;
    border-inline-start: 0;
  }

  .flow-step-v4 {
    min-height: 270px;
    padding: 28px 0;
    display: grid;
    grid-template-columns: 1fr 120px;
    column-gap: 20px;
    border-inline-end: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .flow-step-number,
  .flow-step-v4 h3,
  .flow-step-v4 p {
    grid-column: 1;
  }

  .flow-step-v4 p {
    min-height: auto;
  }

  .flow-screen {
    height: 230px;
    grid-column: 2;
    grid-row: 1 / span 3;
  }

  .media-switcher {
    width: 100%;
  }

  .media-tab {
    flex: 1;
    padding: 0 10px;
    justify-content: center;
  }

  .media-tab .icon {
    width: 20px;
  }

  .choice-product {
    padding: 26px;
    grid-template-columns: 1fr;
  }

  .choice-product-copy {
    padding-inline-start: 0;
    padding-top: 24px;
    border-inline-start: 0;
    border-top: 1px solid var(--line);
  }

  .category-rail,
  .occasion-rail-v4,
  .full-category-rail,
  .occasion-catalog,
  .platform-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .category-item {
    min-height: 128px;
    border-inline-start: 1px solid var(--line);
  }

  .occasion-item-v4,
  .occasion-card,
  .full-category-item {
    min-height: 185px;
  }

  .business-copy,
  .business-visual {
    min-height: 410px;
  }

  .download-panel {
    padding: 44px 24px 0;
  }

  .download-visual {
    height: 390px;
  }

  .page-flow-trio {
    gap: 5px;
  }

  .page-flow-trio .device {
    border-width: 3px;
    border-radius: 20px;
  }

  .page-flow-trio .device img {
    border-radius: 16px;
  }

  .step-column {
    padding: 26px;
    grid-template-columns: 1fr 115px;
  }

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

  .timeline-item {
    min-height: 170px;
  }

  .fee-row,
  .detail-row {
    grid-template-columns: 52px 1fr;
    padding: 22px 0;
  }

  .fee-row > span:last-child,
  .detail-row p {
    grid-column: 2;
  }

  .choice-note {
    padding: 50px 24px;
  }

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

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

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

  [data-reveal],
  [data-reveal].is-visible,
  .faq-question .faq-control .icon {
    transform: none;
    transition: none;
  }
}

/* V5 — Living ribbon interface */

:root {
  --v5-night: #130621;
  --v5-night-soft: #1d0b31;
  --v5-ink: #20103a;
  --v5-purple: #6e39e8;
  --v5-magenta: #b22678;
  --v5-red: #f21b33;
  --v5-mist: #f5f2fa;
  --v5-line-dark: #4d365f;
}

.home-page {
  overflow-x: clip;
  background: var(--v5-night);
}

.home-page .site-header {
  border-bottom-color: #3b254d;
  background: var(--v5-night);
  color: var(--white);
}

.home-page .site-header .nav-shell {
  min-height: 82px;
}

.home-page .primary-nav > a,
.home-page .language-button {
  border-bottom-color: transparent;
  background: transparent;
  color: #e9e1f1;
}

.home-page .primary-nav > a:hover,
.home-page .primary-nav > a:focus-visible,
.home-page .language-button:hover,
.home-page .language-button:focus-visible {
  color: var(--white);
}

.home-page .primary-nav .nav-download {
  position: relative;
  border-color: #8d61e9;
  background: transparent;
  color: var(--white);
  overflow: hidden;
}

.home-page .primary-nav .nav-download::before {
  content: "";
  position: absolute;
  inset: auto -20% -150% -20%;
  height: 180%;
  background: var(--gradient);
  transition: transform .45s var(--ease);
  transform: translateY(100%);
  z-index: -1;
}

.home-page .primary-nav .nav-download:hover::before,
.home-page .primary-nav .nav-download:focus-visible::before {
  transform: translateY(0);
}

.home-page .menu-toggle {
  border-color: #5b426b;
  background: transparent;
  color: var(--white);
}

.v5-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--v5-red);
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.v5-kicker::before {
  width: 26px;
  height: 1px;
  background: currentColor;
  content: "";
}

html[dir="rtl"] .v5-kicker {
  letter-spacing: 0;
}

.v5-text-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid currentColor;
  color: var(--white);
  font-weight: 800;
}

.v5-text-link .icon {
  width: 19px;
  transition: transform .35s var(--ease);
}

.v5-text-link:hover .icon,
.v5-text-link:focus-visible .icon {
  transform: translateX(5px);
}

html[dir="rtl"] .v5-text-link .icon {
  transform: scaleX(-1);
}

html[dir="rtl"] .v5-text-link:hover .icon,
html[dir="rtl"] .v5-text-link:focus-visible .icon {
  transform: scaleX(-1) translateX(5px);
}

.v5-text-link-dark {
  color: var(--v5-ink);
}

.btn-signal {
  min-height: 58px;
  position: relative;
  border: 1px solid var(--v5-red);
  background: var(--v5-red);
  color: var(--white);
  overflow: hidden;
}

.btn-signal::after {
  position: absolute;
  inset: 0;
  background: var(--v5-purple);
  content: "";
  transition: transform .4s var(--ease);
  transform: translateY(102%);
  z-index: -1;
}

.btn-signal:hover,
.btn-signal:focus-visible {
  border-color: #8d61e9;
  background: var(--v5-red);
  color: var(--white);
}

.btn-signal:hover::after,
.btn-signal:focus-visible::after {
  transform: translateY(0);
}

.v5-device {
  position: relative;
  border: 5px solid #160b24;
  border-radius: 34px;
  background: #160b24;
  overflow: hidden;
}

.v5-device::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.v5-device img {
  width: 100%;
  height: auto;
  border-radius: 28px;
}

.v5-hero {
  min-height: calc(100svh - 82px);
  position: relative;
  display: grid;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(19, 6, 33, .93) 0%, rgba(19, 6, 33, .62) 42%, rgba(19, 6, 33, .08) 74%),
    url("../assets/hero-ribbon-space-v5.png") center / cover no-repeat;
  color: var(--white);
  overflow: hidden;
}

.v5-hero::before {
  width: 48vw;
  height: 48vw;
  position: absolute;
  inset-inline-start: 49%;
  top: 9%;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  content: "";
  transform: rotateX(66deg) rotateZ(-19deg);
}

.v5-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(430px, .78fr) minmax(610px, 1.22fr);
  align-items: center;
  gap: clamp(10px, 2.5vw, 42px);
  z-index: 2;
}

.v5-hero-copy {
  padding: 76px 0 120px;
}

.v5-hero-copy h1 {
  max-width: 7.1ch;
  margin: 24px 0 30px;
  color: var(--white);
  font-size: clamp(5rem, 7.1vw, 8rem);
  font-weight: 750;
  line-height: .85;
}

.v5-hero-copy p {
  max-width: 570px;
  margin-bottom: 34px;
  color: #d9cde3;
  font-size: clamp(1.02rem, 1.25vw, 1.2rem);
  line-height: 1.65;
}

.v5-hero-copy .btn-row {
  gap: 22px;
}

.v5-hero-product {
  min-height: 690px;
  position: relative;
  perspective: 1400px;
  transform-style: preserve-3d;
  --mx: 0deg;
  --my: 0deg;
}

.v5-hero-product .v5-device {
  width: clamp(190px, 17vw, 260px);
  position: absolute;
  top: 50%;
  transition: transform .7s var(--ease);
  will-change: transform;
}

.v5-device-left {
  inset-inline-start: 2%;
  transform: translateY(-55%) rotateY(calc(-18deg + var(--mx))) rotateX(var(--my)) rotateZ(-4deg);
}

.v5-device-center {
  inset-inline-start: 34%;
  z-index: 3;
  transform: translateY(-48%) rotateY(var(--mx)) rotateX(var(--my));
}

.v5-device-right {
  inset-inline-end: 0;
  transform: translateY(-40%) rotateY(calc(18deg + var(--mx))) rotateX(var(--my)) rotateZ(4deg);
}

.v5-orbit-label {
  position: absolute;
  z-index: 5;
  display: grid;
  grid-template-columns: auto auto;
  gap: 9px;
  align-items: center;
  color: var(--white);
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.v5-orbit-label span {
  color: var(--v5-red);
}

.v5-orbit-label-one {
  inset-inline-start: 2%;
  top: 10%;
}

.v5-orbit-label-two {
  inset-inline-end: 3%;
  bottom: 13%;
}

.v5-hero-rail {
  position: absolute;
  inset-inline-end: 27px;
  top: 50%;
  z-index: 5;
  display: grid;
  gap: 12px;
  transform: translateY(-50%);
}

.v5-hero-rail span {
  width: 7px;
  height: 7px;
  border: 1px solid #a38bb3;
  border-radius: 50%;
}

.v5-hero-rail .active {
  height: 34px;
  border: 0;
  border-radius: 5px;
  background: var(--v5-red);
}

.v5-next-cue {
  position: absolute;
  inset-inline-start: var(--gutter);
  bottom: 28px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #c8b9d2;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v5-next-cue i {
  width: 74px;
  height: 1px;
  position: relative;
  background: #786685;
}

.v5-next-cue i::after {
  width: 22px;
  height: 1px;
  position: absolute;
  inset-inline-end: 0;
  background: var(--v5-red);
  content: "";
  transition: width .35s var(--ease);
}

.v5-next-cue:hover i::after {
  width: 74px;
}

.v5-composer,
.v5-signal,
.v5-business {
  position: relative;
  background: var(--white);
  color: var(--v5-ink);
}

.v5-composer {
  padding: clamp(100px, 10vw, 170px) 0 clamp(92px, 9vw, 140px);
  overflow: hidden;
}

.v5-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .52fr);
  align-items: end;
  gap: 48px;
}

.v5-section-heading .v5-kicker {
  grid-column: 1 / -1;
}

.v5-section-heading h2,
.v5-universe-copy h2,
.v5-signal-copy h2,
.v5-business-copy h2,
.v5-download-copy h2 {
  margin: 16px 0 0;
  font-size: clamp(4.6rem, 8.4vw, 9rem);
  font-weight: 750;
  line-height: .86;
}

.v5-section-heading p {
  max-width: 440px;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 1.1rem;
}

.v5-composer-stage {
  height: clamp(420px, 49vw, 690px);
  position: relative;
  margin: clamp(60px, 7vw, 100px) 0 38px;
  perspective: 1500px;
}

.v5-composer-stage::before {
  width: 78%;
  height: 56%;
  position: absolute;
  inset-inline-start: 10%;
  top: 24%;
  border: 1px solid #d6cde1;
  border-radius: 50%;
  content: "";
  transform: rotateX(68deg) rotateZ(-10deg);
}

.v5-composer-path {
  width: 68%;
  height: 46%;
  position: absolute;
  inset-inline-start: 15%;
  top: 31%;
  border-top: 8px solid var(--v5-red);
  border-inline-end: 8px solid var(--v5-purple);
  border-radius: 50%;
  opacity: .88;
  transform: rotateX(66deg) rotateZ(-9deg);
}

.v5-composer-phone {
  width: clamp(190px, 19vw, 290px);
  position: absolute;
  top: 50%;
  transition: transform .6s var(--ease), opacity .6s var(--ease), border-color .6s var(--ease);
}

.v5-composer-phone[data-composer-phone="0"] {
  inset-inline-start: 8%;
  transform: translateY(-44%) rotateY(-18deg) rotateZ(-4deg) scale(.88);
}

.v5-composer-phone[data-composer-phone="1"] {
  inset-inline-start: 39.5%;
  z-index: 3;
  transform: translateY(-52%) scale(1.07);
}

.v5-composer-phone[data-composer-phone="2"] {
  inset-inline-end: 6%;
  transform: translateY(-39%) rotateY(18deg) rotateZ(4deg) scale(.88);
}

.v5-composer[data-active-step="0"] .v5-composer-phone[data-composer-phone="0"],
.v5-composer[data-active-step="1"] .v5-composer-phone[data-composer-phone="1"],
.v5-composer[data-active-step="2"] .v5-composer-phone[data-composer-phone="2"] {
  border-color: var(--v5-red);
  opacity: 1;
}

.v5-composer[data-active-step="0"] .v5-composer-phone[data-composer-phone="0"] {
  transform: translateY(-52%) rotateY(-6deg) scale(1.05);
}

.v5-composer[data-active-step="1"] .v5-composer-phone[data-composer-phone="1"] {
  transform: translateY(-56%) scale(1.12);
}

.v5-composer[data-active-step="2"] .v5-composer-phone[data-composer-phone="2"] {
  transform: translateY(-49%) rotateY(6deg) scale(1.05);
}

.v5-compose-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-strong);
}

.v5-compose-step {
  min-height: 180px;
  position: relative;
  display: grid;
  grid-template-columns: 94px 1fr;
  align-items: center;
  gap: 20px;
  padding: 30px clamp(18px, 2.5vw, 40px);
  border: 0;
  border-inline-end: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: transparent;
  text-align: start;
  cursor: pointer;
  overflow: hidden;
}

.v5-compose-step:first-child {
  border-inline-start: 1px solid var(--line-strong);
}

.v5-compose-step::before {
  width: 100%;
  height: 5px;
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  background: var(--gradient);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .45s var(--ease);
}

.v5-compose-step[aria-pressed="true"]::before {
  transform: scaleX(1);
}

.v5-compose-number {
  color: #d8d0df;
  font-family: "Bricolage", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: -.08em;
  line-height: 1;
  transition: color .35s var(--ease);
}

.v5-compose-step[aria-pressed="true"] .v5-compose-number {
  color: var(--v5-red);
}

.v5-compose-copy {
  display: grid;
  gap: 8px;
}

.v5-compose-copy strong {
  font-family: "Bricolage", sans-serif;
  font-size: 1.42rem;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.v5-compose-copy small {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.45;
}

.v5-composer-action {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.v5-composer-progress {
  height: 3px;
  flex: 1;
  background: #e1dbe6;
}

.v5-composer-progress i {
  width: 33.333%;
  height: 100%;
  display: block;
  background: var(--gradient);
  transition: width .55s var(--ease);
}

.v5-composer[data-active-step="1"] .v5-composer-progress i {
  width: 66.666%;
}

.v5-composer[data-active-step="2"] .v5-composer-progress i {
  width: 100%;
}

.v5-universe {
  min-height: 900px;
  position: relative;
  background:
    linear-gradient(90deg, rgba(19, 6, 33, .92), rgba(19, 6, 33, .32) 58%, rgba(19, 6, 33, .16)),
    url("../assets/universe-orbit-v5.png") center / cover no-repeat;
  color: var(--white);
  overflow: hidden;
}

.v5-universe-inner {
  min-height: 900px;
  position: relative;
}

.v5-universe-copy {
  width: min(54%, 680px);
  position: relative;
  z-index: 5;
  padding-top: clamp(100px, 11vw, 170px);
}

.v5-universe-copy h2 {
  max-width: 6.5ch;
}

.v5-universe-copy p {
  max-width: 520px;
  margin: 34px 0 30px;
  color: #d7c8e1;
  font-size: 1.08rem;
}

.v5-universe-product {
  width: clamp(245px, 23vw, 348px);
  position: absolute;
  inset-inline-start: 54%;
  top: 48%;
  z-index: 4;
  transform: translate(-50%, -50%) rotate(4deg);
  transition: transform .6s var(--ease);
}

html[dir="rtl"] .v5-universe-product {
  transform: translate(50%, -50%) rotate(-4deg);
}

.v5-universe[data-active-category="dining"] .v5-universe-product {
  transform: translate(-48%, -52%) rotate(-2deg);
}

.v5-universe[data-active-category="beauty"] .v5-universe-product {
  transform: translate(-52%, -48%) rotate(3deg) scale(1.025);
}

.v5-universe[data-active-category="technology"] .v5-universe-product {
  transform: translate(-50%, -50%) rotate(-5deg);
}

.v5-universe[data-active-category="home"] .v5-universe-product {
  transform: translate(-48%, -48%) rotate(1deg) scale(.975);
}

.v5-universe[data-active-category="experiences"] .v5-universe-product {
  transform: translate(-52%, -52%) rotate(6deg);
}

.v5-universe-pulse {
  width: 130%;
  aspect-ratio: 1;
  position: absolute;
  inset-inline-start: -15%;
  top: -15%;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  animation: v5-pulse 3.6s ease-out infinite;
  pointer-events: none;
  z-index: -1;
}

.v5-waypoints {
  position: absolute;
  inset: 0;
  z-index: 6;
}

.v5-waypoint {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 8px;
  border: 0;
  background: transparent;
  color: #c6b7d1;
  cursor: pointer;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.v5-waypoint i {
  width: 12px;
  height: 12px;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: background .3s var(--ease), transform .3s var(--ease);
}

.v5-waypoint[aria-pressed="true"] {
  color: var(--white);
}

.v5-waypoint[aria-pressed="true"] i {
  border-color: var(--v5-red);
  background: var(--v5-red);
  transform: scale(1.35);
}

.waypoint-fashion { inset-inline-start: 56%; top: 11%; }
.waypoint-dining { inset-inline-end: 7%; top: 17%; }
.waypoint-beauty { inset-inline-end: 2%; top: 43%; }
.waypoint-technology { inset-inline-end: 10%; bottom: 20%; }
.waypoint-home { inset-inline-start: 58%; bottom: 9%; }
.waypoint-experiences { inset-inline-start: 39%; bottom: 17%; }

.v5-signal {
  padding: clamp(110px, 11vw, 180px) 0 0;
  overflow: hidden;
}

.v5-signal-inner {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .72fr);
  gap: clamp(50px, 7vw, 110px);
}

.v5-signal-copy {
  position: relative;
  z-index: 3;
}

.v5-signal-copy h2 {
  max-width: 7.3ch;
}

.v5-signal-copy > p {
  max-width: 530px;
  margin: 34px 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.v5-media-switcher {
  width: min(100%, 550px);
  margin-bottom: 38px;
  border-color: var(--line-strong);
  background: transparent;
}

.v5-media-switcher .media-tab {
  border-inline-end: 1px solid var(--line);
  background: var(--white);
  color: var(--v5-ink);
}

.v5-media-switcher .media-tab:last-child {
  border-inline-end: 0;
}

.v5-media-switcher .media-tab[aria-selected="true"] {
  background: var(--v5-ink);
  color: var(--white);
}

.v5-waveform {
  width: min(100%, 620px);
  height: 124px;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  gap: clamp(3px, .42vw, 7px);
  border-block: 1px solid var(--line);
  overflow: hidden;
}

.v5-waveform span {
  width: 5px;
  height: var(--bar-height, 36%);
  flex: 1 1 5px;
  border-radius: 5px;
  background: var(--gradient);
  transform: scaleY(.22);
  transform-origin: center;
  transition: opacity .35s var(--ease), transform .45s var(--ease);
}

.v5-signal[data-mode="voice"] .v5-waveform span {
  animation: v5-wave 1.25s ease-in-out infinite alternate;
  animation-delay: var(--bar-delay, 0s);
  transform: scaleY(1);
}

.v5-signal[data-mode="message"] .v5-waveform span {
  opacity: .42;
  transform: scaleY(.16);
}

.v5-signal[data-mode="video"] .v5-waveform span {
  opacity: .7;
  transform: scaleY(.62);
}

.v5-signal-product {
  height: 760px;
  position: relative;
}

.v5-signal-product::before {
  width: 760px;
  height: 760px;
  position: absolute;
  inset-inline-start: -150px;
  top: 40px;
  border: 1px solid #ddd4e3;
  border-radius: 50%;
  content: "";
}

.v5-signal-product .v5-device {
  width: clamp(270px, 27vw, 420px);
  position: absolute;
  inset-inline-start: 6%;
  top: 44px;
  transform: rotate(5deg);
}

.v5-signal-caption {
  width: 210px;
  position: absolute;
  inset-inline-end: 0;
  top: 55%;
  z-index: 4;
  padding-top: 12px;
  border-top: 2px solid var(--v5-red);
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
}

.v5-moment-ticker {
  position: relative;
  z-index: 5;
  padding: 25px 0;
  border-block: 1px solid var(--v5-line-dark);
  background: var(--v5-night);
  color: var(--white);
  overflow: hidden;
}

.v5-ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 34px;
  animation: v5-ticker 34s linear infinite;
}

.v5-ticker-track span {
  font-family: "Bricolage", sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  font-weight: 650;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.v5-ticker-track i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--v5-red);
}

.v5-business {
  padding: clamp(110px, 10vw, 165px) 0 0;
}

.v5-business-inner {
  display: grid;
  grid-template-columns: minmax(430px, .92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: clamp(40px, 8vw, 130px);
}

.v5-business-copy h2 {
  max-width: 7ch;
}

.v5-business-copy p {
  max-width: 540px;
  margin: 32px 0 36px;
  color: var(--muted);
  font-size: 1.08rem;
}

.v5-business-visual {
  position: relative;
}

.v5-business-visual::before {
  width: 84%;
  height: 84%;
  position: absolute;
  inset-inline-start: 8%;
  top: 6%;
  border: 1px solid #d7ccdf;
  border-radius: 50%;
  content: "";
  transform: rotateX(65deg) rotateZ(22deg);
}

.v5-business-visual img {
  width: 100%;
  position: relative;
  z-index: 2;
  transform: rotate(2deg);
}

.v5-assurance-line {
  margin-top: clamp(70px, 8vw, 120px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-strong);
}

.v5-assurance-line a {
  min-height: 150px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 14px;
  padding: 25px 28px;
  border-inline-end: 1px solid var(--line-strong);
  transition: background .3s var(--ease), color .3s var(--ease);
}

.v5-assurance-line a:first-child {
  border-inline-start: 1px solid var(--line-strong);
}

.v5-assurance-line a:hover,
.v5-assurance-line a:focus-visible {
  background: var(--v5-ink);
  color: var(--white);
}

.v5-assurance-line span {
  color: var(--v5-red);
  font-family: "Bricolage", sans-serif;
  font-size: .85rem;
  font-weight: 800;
}

.v5-assurance-line strong {
  font-size: .87rem;
  line-height: 1.45;
}

.v5-download {
  min-height: 820px;
  position: relative;
  display: grid;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(19, 6, 33, .96), rgba(19, 6, 33, .6)),
    url("../assets/hero-ribbon-space-v5.png") 63% center / cover no-repeat;
  color: var(--white);
  overflow: hidden;
}

.v5-download-inner {
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .72fr);
  align-items: center;
  gap: 80px;
}

.v5-download-copy {
  position: relative;
  z-index: 3;
  padding: 100px 0;
}

.v5-download-copy h2 {
  max-width: 8.5ch;
  display: grid;
}

.v5-download-copy h2 em {
  background: linear-gradient(92deg, #8d59f0, #ff2e64 74%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: normal;
}

.v5-download-copy > p {
  margin: 32px 0 34px;
  color: #d8cce2;
  font-size: 1.12rem;
}

.v5-download .store-badge {
  border-color: #6d547d;
  background: #fff;
  color: #111;
}

.v5-download .qr-block {
  color: #ded3e6;
}

.v5-download .qr-block img {
  background: var(--white);
}

.v5-download-product {
  height: 720px;
  position: relative;
}

.v5-download-product .v5-device {
  width: clamp(275px, 27vw, 410px);
  position: absolute;
  inset-inline-start: 8%;
  top: 14%;
  z-index: 2;
  transform: rotate(5deg);
}

.v5-download-orbit {
  width: 650px;
  height: 650px;
  position: absolute;
  inset-inline-start: -60px;
  top: 48px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  transform: rotateX(65deg) rotateZ(-20deg);
}

.home-page .site-footer,
.inner-page .site-footer {
  border-top: 1px solid #463354;
  background: #0d0316;
}

/* Shared V5 language across the full multi-page site */

.inner-page {
  overflow-x: clip;
}

.inner-page .page-hero,
.inner-page .page-hero-gradient,
.inner-page .center-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2));
}

.inner-page .page-hero {
  min-height: 690px;
  background:
    linear-gradient(90deg, rgba(19, 6, 33, .94), rgba(19, 6, 33, .48)),
    url("../assets/hero-ribbon-space-v5.png") center / cover no-repeat;
  color: var(--white);
}

.inner-page .page-hero .lead,
.inner-page .page-hero p {
  color: #ddd1e5;
}

.inner-page .page-hero .eyebrow {
  color: #ff5870;
}

.inner-page .page-hero .device {
  border-color: #130621;
}

.inner-page .page-hero > div:first-child {
  position: relative;
  z-index: 3;
}

.inner-page .page-hero-ribbon {
  z-index: 1;
  pointer-events: none;
}

.inner-page .page-hero-gradient {
  min-height: 690px;
  background:
    linear-gradient(90deg, rgba(19, 6, 33, .93), rgba(19, 6, 33, .4)),
    url("../assets/hero-ribbon-space-v5.png") center / cover no-repeat;
}

.inner-page .page-hero-gradient::before {
  display: none;
}

.inner-page .center-hero {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(rgba(19, 6, 33, .8), rgba(19, 6, 33, .88)),
    url("../assets/universe-orbit-v5.png") center / cover no-repeat;
  color: var(--white);
}

.inner-page .center-hero .lead {
  color: #ddd1e5;
}

.inner-page .section-head h2,
.inner-page .editorial-copy h2,
.inner-page .gateway-copy h2 {
  color: var(--v5-ink);
}

.inner-page .section-head h2 {
  font-size: clamp(4rem, 6.8vw, 7.7rem);
  line-height: .88;
}

.inner-page .section-head {
  padding-top: 20px;
  border-top: 1px solid var(--line-strong);
}

.inner-page .occasion-card,
.inner-page .full-category-item,
.inner-page .platform-item {
  border-radius: 0;
}

.inner-page .full-category-item,
.inner-page .occasion-card {
  background: transparent;
  transition: background .35s var(--ease), color .35s var(--ease), transform .35s var(--ease);
}

.inner-page .full-category-item:hover,
.inner-page .occasion-card:hover {
  background: var(--v5-ink);
  color: var(--white);
  transform: translateY(-6px);
}

.inner-page .full-category-item:hover p,
.inner-page .occasion-card:hover p {
  color: #d8cce2;
}

.brands-page .page-hero {
  background:
    linear-gradient(90deg, rgba(19, 6, 33, .92), rgba(19, 6, 33, .18)),
    url("../assets/universe-orbit-v5.png") center / cover no-repeat;
}

.business-page .page-hero {
  background:
    linear-gradient(90deg, rgba(19, 6, 33, .93), rgba(19, 6, 33, .4)),
    url("../assets/hero-ribbon-space-v5.png") center / cover no-repeat;
}

@keyframes v5-pulse {
  0% { opacity: .8; transform: scale(.75); }
  72%, 100% { opacity: 0; transform: scale(1.18); }
}

@keyframes v5-wave {
  0% { transform: scaleY(.4); }
  100% { transform: scaleY(1); }
}

@keyframes v5-ticker {
  to { transform: translateX(-50%); }
}

html[dir="rtl"] .v5-ticker-track {
  animation-name: v5-ticker-rtl;
}

@keyframes v5-ticker-rtl {
  to { transform: translateX(50%); }
}

@media (max-width: 1180px) {
  .home-page .primary-nav {
    background: var(--v5-night);
  }

  .home-page .primary-nav > a,
  .home-page .language-button {
    border-color: #4d365f;
  }

  .v5-hero-inner {
    grid-template-columns: minmax(390px, .75fr) minmax(530px, 1.25fr);
  }

  .v5-hero-product .v5-device {
    width: clamp(170px, 19vw, 225px);
  }

  .v5-compose-number {
    font-size: 3.7rem;
  }

  .v5-compose-step {
    grid-template-columns: 70px 1fr;
  }

  .v5-universe-copy {
    width: 52%;
  }

  .v5-signal-inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .65fr);
  }

  .v5-signal-caption {
    display: none;
  }
}

@media (max-width: 900px) {
  .v5-hero {
    min-height: auto;
    background-position: 58% center;
  }

  .v5-hero-inner,
  .v5-section-heading,
  .v5-signal-inner,
  .v5-business-inner,
  .v5-download-inner {
    grid-template-columns: 1fr;
  }

  .v5-hero-copy {
    padding: 84px 0 10px;
  }

  .v5-hero-copy h1 {
    max-width: 8ch;
    font-size: clamp(4.4rem, 12.2vw, 7rem);
  }

  .v5-hero-product {
    min-height: 610px;
  }

  .v5-hero-product .v5-device {
    width: clamp(175px, 29vw, 240px);
  }

  .v5-next-cue {
    display: none;
  }

  .v5-section-heading p {
    margin-top: 28px;
  }

  .v5-compose-step {
    min-height: 150px;
    grid-template-columns: 56px 1fr;
    padding: 24px 18px;
  }

  .v5-compose-number {
    font-size: 3rem;
  }

  .v5-compose-copy strong {
    font-size: 1.1rem;
  }

  .v5-universe,
  .v5-universe-inner {
    min-height: 850px;
  }

  .v5-universe-copy {
    width: 67%;
  }

  .v5-universe-product {
    inset-inline-start: 59%;
    top: 60%;
  }

  .waypoint-fashion { inset-inline-start: 62%; top: 17%; }
  .waypoint-experiences { inset-inline-start: 12%; bottom: 8%; }

  .v5-signal-inner {
    min-height: auto;
  }

  .v5-signal-product {
    height: 650px;
  }

  .v5-signal-product .v5-device {
    width: min(55vw, 380px);
    inset-inline-start: 28%;
  }

  .v5-business-visual {
    max-width: 680px;
    margin-inline: auto;
  }

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

  .v5-download-product {
    height: 620px;
  }

  .v5-download-product .v5-device {
    width: min(52vw, 390px);
    inset-inline-start: 28%;
  }
}

@media (max-width: 620px) {
  .home-page .site-header .nav-shell {
    min-height: 72px;
  }

  .v5-kicker {
    font-size: .65rem;
  }

  .v5-hero-copy {
    padding-top: 62px;
  }

  .v5-hero-copy h1 {
    margin-top: 18px;
    font-size: clamp(3.8rem, 16.5vw, 5.2rem);
    line-height: .87;
  }

  .v5-hero-copy .btn-row {
    align-items: flex-start;
  }

  .v5-hero-copy .btn-signal {
    width: 100%;
  }

  .v5-hero-product {
    min-height: 460px;
    margin-inline: -14px;
  }

  .v5-hero-product .v5-device {
    width: clamp(124px, 39vw, 170px);
    border-width: 3px;
    border-radius: 23px;
  }

  .v5-hero-product .v5-device img {
    border-radius: 19px;
  }

  .v5-device-left {
    inset-inline-start: 0;
  }

  .v5-device-center {
    inset-inline-start: 31%;
  }

  .v5-device-right {
    inset-inline-end: -3%;
  }

  .v5-orbit-label {
    display: none;
  }

  .v5-hero-rail {
    inset-inline-end: 10px;
  }

  .v5-section-heading h2,
  .v5-universe-copy h2,
  .v5-signal-copy h2,
  .v5-business-copy h2,
  .v5-download-copy h2 {
    font-size: clamp(3.8rem, 16vw, 5.5rem);
  }

  .v5-composer-stage {
    height: 415px;
    margin-top: 32px;
  }

  .v5-composer-stage::before {
    width: 110%;
    inset-inline-start: -5%;
  }

  .v5-composer-phone {
    width: clamp(128px, 38vw, 165px);
    border-width: 3px;
    border-radius: 23px;
  }

  .v5-composer-phone img {
    border-radius: 19px;
  }

  .v5-composer-phone[data-composer-phone="0"] {
    inset-inline-start: -3%;
  }

  .v5-composer-phone[data-composer-phone="1"] {
    inset-inline-start: 30%;
  }

  .v5-composer-phone[data-composer-phone="2"] {
    inset-inline-end: -3%;
  }

  .v5-compose-controls {
    grid-template-columns: 1fr;
  }

  .v5-compose-step,
  .v5-compose-step:first-child {
    min-height: 124px;
    border-inline: 1px solid var(--line-strong);
    grid-template-columns: 65px 1fr;
  }

  .v5-composer-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .v5-composer-progress {
    width: 100%;
    flex: none;
  }

  .v5-universe,
  .v5-universe-inner {
    min-height: 890px;
  }

  .v5-universe-copy {
    width: 100%;
    padding-top: 84px;
  }

  .v5-universe-copy p {
    max-width: 90%;
  }

  .v5-universe-product {
    width: 205px;
    inset-inline-start: 50%;
    top: 61%;
  }

  .v5-waypoint {
    font-size: .62rem;
  }

  .waypoint-fashion { inset-inline-start: 7%; top: 49%; }
  .waypoint-dining { inset-inline-end: 3%; top: 43%; }
  .waypoint-beauty { inset-inline-end: 0; top: 61%; }
  .waypoint-technology { inset-inline-end: 3%; bottom: 10%; }
  .waypoint-home { inset-inline-start: 8%; bottom: 5%; }
  .waypoint-experiences { inset-inline-start: 0; bottom: 20%; }

  .v5-signal {
    padding-top: 90px;
  }

  .v5-media-switcher {
    overflow-x: auto;
  }

  .v5-media-switcher .media-tab {
    flex: 0 0 34%;
  }

  .v5-waveform {
    height: 95px;
  }

  .v5-signal-product {
    height: 550px;
  }

  .v5-signal-product .v5-device {
    width: 260px;
    inset-inline-start: 15%;
  }

  .v5-signal-product::before {
    width: 560px;
    height: 560px;
    inset-inline-start: -110px;
  }

  .v5-business {
    padding-top: 90px;
  }

  .v5-business-visual {
    margin-top: 20px;
  }

  .v5-assurance-line {
    grid-template-columns: 1fr;
  }

  .v5-assurance-line a,
  .v5-assurance-line a:first-child {
    min-height: 105px;
    border-inline: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line-strong);
  }

  .v5-download {
    min-height: auto;
  }

  .v5-download-inner {
    min-height: auto;
  }

  .v5-download-copy {
    padding: 90px 0 10px;
  }

  .v5-download-product {
    height: 510px;
  }

  .v5-download-product .v5-device {
    width: 250px;
    inset-inline-start: 14%;
  }

  .v5-download-orbit {
    width: 520px;
    height: 520px;
    inset-inline-start: -110px;
  }

  .inner-page .page-hero,
  .inner-page .page-hero-gradient,
  .inner-page .center-hero {
    min-height: auto;
  }

  .inner-page .page-hero,
  .inner-page .page-hero-gradient {
    padding-top: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v5-universe-pulse,
  .v5-waveform span,
  .v5-ticker-track {
    animation: none;
  }

  .v5-hero-product .v5-device,
  .v5-composer-phone,
  .v5-universe-product {
    transition: none;
  }
}

/* V6 — Bright kinetic generosity */

:root {
  --v6-white: #ffffff;
  --v6-pearl: #f8f7fb;
  --v6-ink: #20103a;
  --v6-copy: #5f5b6f;
  --v6-line: #e8e3ef;
  --v6-purple: #6e39e8;
  --v6-magenta: #b22678;
  --v6-red: #f21b33;
}

body,
.home-page,
.inner-page {
  background: var(--v6-white);
  color: var(--v6-ink);
}

.home-page .site-header,
.inner-page .site-header {
  border-bottom-color: var(--v6-line);
  background: rgba(255, 255, 255, .96);
  color: var(--v6-ink);
}

.home-page .primary-nav > a,
.home-page .language-button {
  background: transparent;
  color: var(--v6-ink);
}

.home-page .primary-nav > a:hover,
.home-page .primary-nav > a:focus-visible,
.home-page .language-button:hover,
.home-page .language-button:focus-visible {
  color: var(--v6-purple);
}

.home-page .primary-nav .nav-download {
  border-color: transparent;
  background: linear-gradient(105deg, var(--v6-purple), var(--v6-red));
  color: var(--v6-white);
}

.home-page .primary-nav .nav-download::before {
  display: none;
}

.home-page .menu-toggle {
  border-color: var(--v6-line);
  background: var(--v6-white);
  color: var(--v6-ink);
}

.home-page .v5-kicker {
  display: none;
}

.home-page .v5-orbit-label {
  display: none;
}

.v5-hero {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .97) 35%, rgba(255, 255, 255, .18) 67%),
    url("../assets/hero-ribbon-space-v6-light.png") center / cover no-repeat;
  color: var(--v6-ink);
}

.v5-hero::before {
  border-color: rgba(110, 57, 232, .13);
}

.v5-hero-copy h1 {
  max-width: 10.6ch;
  color: var(--v6-ink);
  font-size: clamp(5rem, 6.6vw, 7.4rem);
}

.v5-hero-copy h1 > span {
  display: block;
}

.v5-hero-copy p {
  color: var(--v6-copy);
}

.v5-hero .v5-text-link {
  color: var(--v6-ink);
}

.v5-orbit-label {
  color: var(--v6-ink);
}

.v5-hero-rail span {
  border-color: #bdb5c8;
}

.v5-next-cue {
  color: var(--v6-copy);
}

.v5-next-cue i {
  background: var(--v6-line);
}

.v5-composer,
.v5-signal,
.v5-business {
  background: var(--v6-white);
}

.v5-composer {
  border-top: 1px solid var(--v6-line);
}

.v5-composer-stage::before,
.v5-signal-product::before,
.v5-business-visual::before {
  border-color: var(--v6-line);
}

.v5-universe {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .9) 39%, rgba(255, 255, 255, .05) 68%),
    url("../assets/universe-orbit-v6-light.png") center / cover no-repeat;
  color: var(--v6-ink);
}

.v5-universe-copy p {
  color: var(--v6-copy);
}

.v5-universe .v5-text-link {
  color: var(--v6-ink);
}

.v5-universe-pulse {
  border-color: rgba(110, 57, 232, .18);
}

.v5-waypoint {
  color: #6c5d7b;
}

.v5-waypoint[aria-pressed="true"] {
  color: var(--v6-ink);
}

.v5-moment-ticker {
  border-color: var(--v6-line);
  background: var(--v6-white);
  color: var(--v6-ink);
}

.v5-media-switcher .media-tab[aria-selected="true"] {
  background: linear-gradient(105deg, var(--v6-purple), var(--v6-red));
  color: var(--v6-white);
}

.v5-assurance-line a:hover,
.v5-assurance-line a:focus-visible {
  background: var(--v6-pearl);
  color: var(--v6-ink);
}

.v5-download {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 40%, rgba(255, 255, 255, .12) 73%),
    url("../assets/hero-ribbon-space-v6-light.png") center / cover no-repeat;
  color: var(--v6-ink);
}

.v5-download-copy > p {
  color: var(--v6-copy);
}

.v5-download .qr-block {
  border: 1px solid var(--v6-purple);
  background: var(--v6-white);
  color: var(--v6-ink);
}

.v5-download-orbit {
  border-color: rgba(110, 57, 232, .2);
}

.home-page .site-footer,
.inner-page .site-footer,
.site-footer {
  border-top: 1px solid var(--v6-line);
  background: var(--v6-white);
  color: var(--v6-ink);
}

.footer-brand p,
.footer-col a,
.footer-bottom {
  color: var(--v6-copy);
}

.footer-col a:hover,
.footer-col a:focus-visible {
  border-bottom-color: var(--v6-purple);
  color: var(--v6-purple);
}

.footer-bottom {
  border-top-color: var(--v6-line);
}

.surface-dark,
.personal-section,
.business-copy,
.timeline-band,
.choice-note,
.contact-band {
  background: var(--v6-white);
  color: var(--v6-ink);
}

.personal-copy h2 span,
.personal-copy h2 .personal-lead,
.personal-copy p,
.timeline-item p,
.contact-item p {
  color: var(--v6-copy);
}

.business-copy p {
  color: var(--v6-copy);
}

.timeline-list,
.contact-grid {
  border-color: var(--v6-line);
}

.contact-item + .contact-item {
  border-inline-start-color: var(--v6-line);
}

.contact-icon {
  border-color: var(--v6-purple);
  color: var(--v6-purple);
}

.contact-item a {
  border-bottom-color: var(--v6-purple);
}

.occasion-item-v4:nth-child(3),
.occasion-card:nth-child(6n) {
  background: var(--v6-pearl);
  color: var(--v6-purple);
}

.occasion-item-v4:nth-child(4) {
  background: var(--v6-white);
  color: var(--v6-red);
}

.inner-page .full-category-item:hover,
.inner-page .occasion-card:hover {
  background: var(--v6-pearl);
  color: var(--v6-ink);
}

.inner-page .full-category-item:hover p,
.inner-page .occasion-card:hover p {
  color: var(--v6-copy);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  border-color: var(--v6-purple);
  background: var(--v6-purple);
  color: var(--v6-white);
}

.btn-outline-light,
.btn-light {
  border-color: var(--v6-purple);
  background: var(--v6-white);
  color: var(--v6-purple);
}

.btn-outline-light:hover,
.btn-outline-light:focus-visible,
.btn-light:hover,
.btn-light:focus-visible {
  border-color: var(--v6-ink);
  background: var(--v6-pearl);
  color: var(--v6-ink);
}

.inner-page .page-hero {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 39%, rgba(255, 255, 255, .1) 72%),
    url("../assets/hero-ribbon-space-v6-light.png") center / cover no-repeat;
  color: var(--v6-ink);
}

.inner-page .page-hero .lead,
.inner-page .page-hero p {
  color: var(--v6-copy);
}

.inner-page .page-hero .eyebrow {
  display: none;
}

.inner-page .page-hero-gradient {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 42%, rgba(255, 255, 255, .1) 76%),
    url("../assets/hero-ribbon-space-v6-light.png") center / cover no-repeat;
  color: var(--v6-ink);
}

.inner-page .page-hero-gradient .lead {
  color: var(--v6-copy);
}

.inner-page .center-hero {
  background:
    linear-gradient(rgba(255, 255, 255, .72), rgba(255, 255, 255, .9)),
    url("../assets/universe-orbit-v6-light.png") center / cover no-repeat;
  color: var(--v6-ink);
}

.inner-page .center-hero .lead {
  color: var(--v6-copy);
}

.brands-page .page-hero {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .92) 42%, rgba(255, 255, 255, .06) 70%),
    url("../assets/universe-orbit-v6-light.png") center / cover no-repeat;
}

.business-page .page-hero {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .95) 40%, rgba(255, 255, 255, .08) 72%),
    url("../assets/hero-ribbon-space-v6-light.png") center / cover no-repeat;
}

@media (max-width: 1180px) {
  .home-page .primary-nav {
    background: var(--v6-white);
  }

  .home-page .primary-nav > a,
  .home-page .language-button {
    border-color: var(--v6-line);
    color: var(--v6-ink);
  }
}

@media (max-width: 900px) {
  .v5-hero,
  .v5-download,
  .inner-page .page-hero,
  .inner-page .page-hero-gradient {
    background-position: 62% center;
  }
}

@media (max-width: 620px) {
  .v5-hero-copy h1 {
    max-width: 9ch;
    font-size: clamp(3.8rem, 16.5vw, 5.2rem);
  }

  .v5-hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .96) 49%, rgba(255, 255, 255, .2) 78%),
      url("../assets/hero-ribbon-space-v6-light.png") 63% center / cover no-repeat;
  }

  .v5-download {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .93) 52%, rgba(255, 255, 255, .15) 82%),
      url("../assets/hero-ribbon-space-v6-light.png") 65% center / cover no-repeat;
  }

  .inner-page .page-hero,
  .inner-page .page-hero-gradient {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 55%, rgba(255, 255, 255, .08) 83%),
      url("../assets/hero-ribbon-space-v6-light.png") 64% center / cover no-repeat;
  }
}

/* V7 — International fintech scale and store availability */

:root {
  --container: 1480px;
  --space-section: clamp(80px, 7vw, 120px);
}

.hero-availability {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--v6-line);
}

.availability-label {
  display: block;
  color: var(--v6-copy);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.store-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.store-row-compact {
  margin-top: 11px;
  gap: 8px;
}

.store-badge,
.v5-download .store-badge {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  line-height: 0;
  box-shadow: 0 0 0 1px rgba(32, 16, 58, .08);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}

.store-badge:hover,
.store-badge:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(32, 16, 58, .14);
}

.store-badge > img {
  width: auto;
  height: 48px;
  display: block;
  border-radius: 7px;
}

.store-row-compact .store-badge > img {
  height: 37px;
}

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

.platform-item {
  min-height: 300px;
  padding: 34px;
}

.platform-item > img {
  width: auto;
  height: 46px;
}

.download-page .page-hero-gradient .store-badge > img {
  height: 38px;
}

@media (min-width: 901px) {
  .v5-hero {
    min-height: clamp(680px, 78svh, 760px);
  }

  .v5-hero-inner {
    grid-template-columns: minmax(340px, .88fr) minmax(0, 1.12fr);
    gap: clamp(28px, 4vw, 68px);
  }

  .v5-hero-copy {
    padding: 58px 0 72px;
  }

  .v5-hero-copy h1 {
    max-width: 11.2ch;
    margin: 0 0 24px;
    font-size: clamp(3.9rem, 4.65vw, 5.45rem);
    line-height: .91;
  }

  .v5-hero-copy p {
    max-width: 540px;
    margin-bottom: 27px;
    font-size: clamp(.98rem, 1.05vw, 1.12rem);
  }

  .v5-hero-product {
    min-height: 580px;
  }

  .v5-hero-product .v5-device {
    width: clamp(155px, 13.5vw, 205px);
  }

  .v5-next-cue {
    bottom: 20px;
  }

  .v5-composer {
    padding: clamp(88px, 8vw, 126px) 0 clamp(82px, 7vw, 114px);
  }

  .v5-section-heading h2,
  .v5-universe-copy h2,
  .v5-signal-copy h2,
  .v5-business-copy h2,
  .v5-download-copy h2 {
    font-size: clamp(3.5rem, 5vw, 6rem);
    line-height: .92;
  }

  .v5-composer-stage {
    height: clamp(410px, 41vw, 575px);
    margin-top: clamp(46px, 5vw, 72px);
  }

  .v5-universe,
  .v5-universe-inner {
    min-height: 790px;
  }

  .v5-universe-copy {
    padding-top: clamp(90px, 8vw, 124px);
  }

  .v5-universe-product {
    width: clamp(220px, 20vw, 310px);
  }

  .v5-signal {
    padding-top: clamp(92px, 8vw, 126px);
  }

  .v5-signal-inner {
    min-height: 650px;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .68fr);
  }

  .v5-signal-product {
    height: 650px;
  }

  .v5-signal-product::before {
    width: 640px;
    height: 640px;
  }

  .v5-signal-product .v5-device {
    width: clamp(250px, 23vw, 350px);
  }

  .v5-business {
    padding-top: clamp(92px, 8vw, 126px);
  }

  .v5-business-inner {
    grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
    gap: clamp(48px, 7vw, 108px);
  }

  .v5-assurance-line {
    margin-top: clamp(64px, 6vw, 88px);
  }

  .v5-assurance-line a {
    min-height: 126px;
  }

  .v5-download,
  .v5-download-inner {
    min-height: 710px;
  }

  .v5-download-inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .68fr);
    gap: clamp(50px, 6vw, 90px);
  }

  .v5-download-copy {
    padding: 82px 0;
  }

  .v5-download-product {
    height: 610px;
  }

  .v5-download-product .v5-device {
    width: clamp(250px, 22vw, 330px);
  }

  .v5-download-orbit {
    width: 560px;
    height: 560px;
  }

  .inner-page .page-hero,
  .inner-page .page-hero-gradient {
    min-height: 600px;
  }

  .inner-page .center-hero {
    min-height: 580px;
  }

  .inner-page .page-hero h1,
  .inner-page .page-hero-gradient h1,
  .inner-page .center-hero h1 {
    font-size: clamp(3.45rem, 4.4vw, 5.4rem);
    line-height: .94;
  }

  .inner-page .page-hero-visual {
    min-height: 500px;
  }

  .inner-page .page-hero-visual .device {
    width: min(250px, 62vw);
  }

  .inner-page .section-head h2 {
    font-size: clamp(3.35rem, 4.75vw, 5.65rem);
    line-height: .94;
  }
}

@media (max-width: 1050px) {
  .platform-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  :root {
    --space-section: clamp(70px, 11vw, 94px);
  }

  .hero-availability {
    max-width: 540px;
  }

  .store-row-compact .store-badge > img {
    height: 36px;
  }
}

@media (max-width: 620px) {
  .v5-hero-copy h1 {
    max-width: 9.5ch;
    font-size: clamp(3.35rem, 14.5vw, 4.7rem);
  }

  .v5-hero-product {
    min-height: 420px;
  }

  .v5-hero-product .v5-device {
    width: clamp(118px, 35vw, 154px);
  }

  .v5-section-heading h2,
  .v5-universe-copy h2,
  .v5-signal-copy h2,
  .v5-business-copy h2,
  .v5-download-copy h2 {
    font-size: clamp(3.15rem, 13.5vw, 4.7rem);
  }

  .hero-availability {
    margin-top: 24px;
    padding-top: 18px;
  }

  .store-row-compact {
    gap: 5px;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .store-row-compact .store-badge {
    width: auto;
    flex: 0 0 auto;
  }

  .store-row-compact .store-badge > img {
    height: 32px;
  }

  .download-page .page-hero-gradient .store-row,
  .v5-download .store-row {
    gap: 5px;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .download-page .page-hero-gradient .store-badge,
  .v5-download .store-badge {
    width: auto;
    flex: 0 0 auto;
  }

  .download-page .page-hero-gradient .store-badge > img,
  .v5-download .store-badge > img {
    height: 32px;
  }

  .download-tools {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-badge > img {
    height: 42px;
  }
}

/* V8 final cascade — keep this last */
.home-page .v5-universe {
  min-height: 800px !important;
  padding: 0 !important;
  background: var(--v8-white) !important;
}

.home-page .v5-universe-inner {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(260px, .62fr) minmax(310px, .75fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 800px !important;
}

.home-page .v5-universe-copy {
  position: relative !important;
  inset: auto !important;
  align-self: center !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  padding: clamp(64px, 8vw, 140px) clamp(32px, 6vw, 100px) !important;
}

.home-page .v5-universe-product {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  min-height: 100% !important;
  background: var(--v8-lavender) !important;
  border-inline: 1px solid var(--v8-purple) !important;
  transform: none !important;
}

.home-page .v5-universe-product .v5-device {
  position: relative !important;
  inset: auto !important;
  width: min(245px, 70%) !important;
  transform: none !important;
}

.home-page .v5-waypoints {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: repeat(6, 1fr) !important;
  width: 100% !important;
  min-height: 100% !important;
  background: var(--v8-white) !important;
  border-inline-end: 34px solid var(--v8-red) !important;
  transform: none !important;
}

.home-page .v5-waypoint {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  grid-template-columns: 42px 18px 1fr !important;
  align-items: center !important;
  gap: 16px !important;
  width: 100% !important;
  height: auto !important;
  padding: 16px 22px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--v8-line) !important;
  border-radius: 0 !important;
  transform: none !important;
}

.home-page .v5-signal {
  padding: 0 !important;
  background: var(--v8-white) !important;
}

.home-page .v5-signal-inner {
  display: grid !important;
  grid-template-columns: 1.12fr .88fr !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

.home-page .v5-signal-copy {
  position: relative !important;
  width: auto !important;
  max-width: none !important;
  padding: clamp(70px, 8vw, 130px) clamp(32px, 7vw, 112px) !important;
  background: var(--v8-blush) !important;
}

.home-page .v5-media-switcher {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  max-width: 640px !important;
  margin: 42px 0 30px !important;
}

.home-page .v5-media-switcher .media-tab {
  display: flex !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-height: 76px !important;
  padding: 16px 20px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--v8-red) !important;
  border-radius: 0 !important;
}

.home-page .v5-media-switcher .media-tab[aria-selected="true"] {
  color: var(--v8-white) !important;
  background: var(--v8-purple) !important;
}

.home-page .v5-signal-product {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-height: 760px !important;
  padding: 80px !important;
  background: var(--v8-white) !important;
  border-inline-end: 34px solid var(--v8-red) !important;
}

.home-page .v5-signal-product .v5-device {
  position: relative !important;
  inset: auto !important;
  z-index: 2 !important;
  width: min(260px, 70%) !important;
  transform: none !important;
}

.home-page .v5-business {
  padding: clamp(90px, 10vw, 150px) 0 0 !important;
  background: var(--v8-white) !important;
}

.home-page .v5-business-inner {
  display: grid !important;
  grid-template-columns: 1fr .85fr !important;
  gap: clamp(48px, 8vw, 120px) !important;
  align-items: center !important;
}

.home-page .v5-business-visual {
  min-height: 500px !important;
  background: var(--v8-lavender) !important;
  border: 1px solid var(--v8-purple) !important;
  border-radius: 0 !important;
}

.home-page .v5-assurance-line {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  margin-top: 90px !important;
}

.home-page .v5-download {
  padding: clamp(90px, 10vw, 150px) 0 !important;
  color: var(--v8-white) !important;
  background: var(--v8-red) !important;
}

.home-page .v5-download-inner {
  display: grid !important;
  grid-template-columns: 1fr .82fr !important;
  gap: clamp(60px, 8vw, 120px) !important;
  align-items: center !important;
}

.home-page .v5-download-product {
  min-height: 570px !important;
  background: var(--v8-lavender) !important;
  border: 1px solid var(--v8-white) !important;
  border-radius: 0 !important;
}

.home-page .v5-download-product .v5-device {
  position: relative !important;
  inset: auto !important;
  width: min(250px, 60%) !important;
  transform: none !important;
}

@media (max-width: 1080px) {
  .home-page .v5-universe-inner {
    grid-template-columns: 1fr .75fr !important;
  }

  .home-page .v5-waypoints {
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    min-height: 260px !important;
  }
}

@media (max-width: 820px) {
  .home-page .v5-universe-inner,
  .home-page .v5-signal-inner,
  .home-page .v5-business-inner,
  .home-page .v5-download-inner {
    grid-template-columns: 1fr !important;
  }

  .home-page .v5-universe-product {
    min-height: 600px !important;
    border-inline: 0 !important;
    border-block: 1px solid var(--v8-purple) !important;
  }

  .home-page .v5-waypoints {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(3, 1fr) !important;
  }

  .home-page .v5-signal-product {
    min-height: 620px !important;
    border-inline-end: 0 !important;
    border-bottom: 24px solid var(--v8-red) !important;
  }

  .home-page .v5-assurance-line {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 620px) {
  .home-page .v5-waypoints {
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(6, 78px) !important;
    min-height: auto !important;
  }

  .home-page .v5-signal-product {
    min-height: 520px !important;
    padding-inline: var(--v8-pad) !important;
  }

  .home-page .v5-assurance-line {
    grid-template-columns: 1fr !important;
  }
}

.home-page .v5-universe-copy h2 {
  max-width: 9ch !important;
}

.home-page .v5-signal-copy h2 {
  max-width: 9ch !important;
}

.home-page .v5-signal-product::before {
  inset: 12% 16% 12% 7% !important;
  background: var(--v8-lavender) !important;
  border: 1px solid var(--v8-purple) !important;
  border-radius: 0 !important;
  transform: none !important;
}

.home-page .v5-download-copy .v5-kicker,
.home-page .v5-download-copy h2,
.home-page .v5-download-copy h2 span,
.home-page .v5-download-copy p {
  color: var(--v8-white) !important;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.home-page .v5-moment-ticker {
  width: 100%;
  max-width: 100vw;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

.home-page .v5-universe-pulse {
  display: none !important;
  animation: none !important;
}

@media (min-width: 821px) {
  .home-page .v5-hero {
    padding-top: 48px !important;
  }

  .home-page .v5-hero-inner {
    align-items: start !important;
    min-height: 570px !important;
  }

  .home-page .v5-hero-copy {
    padding-top: 20px !important;
  }

  .home-page .v5-hero-product {
    min-height: 570px !important;
  }

  .home-page .v5-hero-product .v5-device-left {
    top: 23% !important;
    right: auto !important;
    left: 0 !important;
  }

  .home-page .v5-hero-product .v5-device-center {
    top: 3% !important;
    right: auto !important;
    left: 30% !important;
  }

  .home-page .v5-hero-product .v5-device-right {
    top: 20% !important;
    right: 0 !important;
    left: auto !important;
  }
}
