:root {
  --color-abyss-ink: #f4f9ff;
  --color-deep-slate: #ffffff;
  --color-frost-white: #08264a;
  --color-cloud-gray: #183b66;
  --color-slate-mist: #5b7fa8;
  --color-graphite: #7f9bbb;
  --color-steel-border: #bdddf8;
  --color-pale-mist: #2f5f95;
  --color-ember-glow: #178dff;
  --color-ember-border: #0d5da8;
  --color-signal-green: #0ea5e9;
  --radius-card: 8px;
  --radius-pill: 9999px;
  --page-max-width: 1200px;
  --header-height: 112px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-cloud-gray);
  background:
    radial-gradient(circle at 82% 4%, rgba(45, 156, 255, 0.22), transparent 24rem),
    radial-gradient(circle at 12% 18%, rgba(17, 113, 255, 0.14), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #eff7ff 46%, #f9fcff 100%),
    var(--color-abyss-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.63;
}

body.nav-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

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

.skip-link:focus {
  top: 12px;
  left: 12px;
  z-index: 1000;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: var(--color-frost-white);
  background: var(--color-deep-slate);
  border: 1px solid var(--color-steel-border);
  border-radius: var(--radius-card);
}

.container {
  width: min(100% - 48px, var(--page-max-width));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(2, 6, 23, 0.86);
  border-bottom: 1px solid rgba(229, 231, 235, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: top 220ms ease, width 220ms ease, border-radius 220ms ease, background 220ms ease, border-color 220ms ease;
}

.site-header.is-floating {
  position: fixed;
  top: 16px;
  right: auto;
  left: 50%;
  width: min(calc(100% - 48px), var(--page-max-width));
  overflow: visible;
  transform: translateX(-50%);
  background: rgba(10, 14, 26, 0.68);
  border: 1px solid rgba(56, 189, 248, 0.22);
  border-radius: var(--radius-card);
  box-shadow: rgba(0, 0, 0, 0.32) 0 20px 50px -28px;
  backdrop-filter: blur(24px) saturate(1.18);
  -webkit-backdrop-filter: blur(24px) saturate(1.18);
}

.site-header.is-floating .announce {
  display: none;
}

.site-header.is-floating .nav-wrap {
  width: 100%;
  min-height: 64px;
  padding: 0 14px;
}

.announce {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 8px 24px;
  color: var(--color-slate-mist);
  border-bottom: 1px solid rgba(229, 231, 235, 0.1);
  font-size: 12px;
  font-weight: 500;
}

.announce a {
  color: var(--color-cloud-gray);
}

.signal-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  background: var(--color-signal-green);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.62);
}

.nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(100% - 48px, var(--page-max-width));
  min-height: 72px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--color-frost-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.32);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(56, 189, 248, 0.22);
}

.brand-mark img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  filter: invert(1) drop-shadow(0 0 5px rgba(56, 189, 248, 0.55));
}

.nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.nav-menu a {
  padding: 9px 11px;
  color: var(--color-cloud-gray);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  color: var(--color-frost-white);
  background: rgba(56, 189, 248, 0.08);
  outline: none;
}

.nav-cta,
.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 11px 20px;
  color: var(--color-frost-white);
  background: transparent;
  border: 1px solid var(--color-steel-border);
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn-primary,
.nav-cta {
  border-color: rgba(229, 231, 235, 0.26);
}

.btn-ghost {
  color: var(--color-pale-mist);
}

.nav-cta::before,
.btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.82), rgba(96, 165, 250, 0.2), rgba(229, 231, 235, 0.08));
  opacity: 0;
  filter: blur(9px);
  transition: opacity 180ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible,
.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  color: var(--color-frost-white);
  border-color: rgba(56, 189, 248, 0.72);
  background: rgba(56, 189, 248, 0.055);
  box-shadow: rgba(56, 189, 248, 0.22) 0 0 0 1px, rgba(56, 189, 248, 0.16) 0 0 24px;
  outline: none;
}

.nav-cta:hover::before,
.nav-cta:focus-visible::before,
.btn:hover::before,
.btn:focus-visible::before {
  opacity: 1;
}

.nav-cta svg,
.btn svg {
  width: 17px;
  height: 17px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  color: var(--color-cloud-gray);
  background: transparent;
  border: 1px solid var(--color-steel-border);
  border-radius: var(--radius-card);
}

.hero {
  position: relative;
  min-height: 820px;
  padding-top: var(--header-height);
  overflow: hidden;
  border-bottom: 1px solid rgba(229, 231, 235, 0.12);
}

.hero-grid,
.hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-grid {
  opacity: 0.52;
  background-image:
    linear-gradient(rgba(229, 231, 235, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(229, 231, 235, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.78) 55%, transparent 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -12% 0 auto;
  width: 54vw;
  height: 36vw;
  min-width: 520px;
  min-height: 360px;
  background: conic-gradient(from 220deg, rgba(56, 189, 248, 0.2), transparent 38%, rgba(37, 99, 235, 0.1), transparent 74%);
  filter: blur(34px);
  opacity: 0.9;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 1fr);
  gap: 48px;
  align-items: center;
  min-height: calc(820px - var(--header-height));
  padding: 96px 0 80px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: var(--color-slate-mist);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

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

h1,
h2 {
  margin-bottom: 22px;
  color: var(--color-frost-white);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

h2 span {
  position: relative;
  width: fit-content;
  max-width: 100%;
  text-shadow: 0 0 0 rgba(56, 189, 248, 0);
  animation: section-title-breathe 3600ms ease-in-out infinite;
  transition: color 220ms ease, text-shadow 220ms ease, transform 220ms ease;
}

h1 {
  max-width: 720px;
  font-size: clamp(48px, 4.4vw, 60px);
  --title-move-x: 0px;
  --title-move-y: 0px;
  --title-glow-x: 0px;
  --title-glow-y: 0px;
  cursor: default;
}

h1 span,
h2 span {
  display: block;
}

h1 span {
  position: relative;
  width: fit-content;
  max-width: 100%;
  color: transparent;
  background:
    radial-gradient(
      220px circle at var(--title-mx, 50%) var(--title-my, 50%),
      #ffffff 0%,
      #dff5ff 24%,
      #82d9ff 44%,
      var(--color-frost-white) 68%
    );
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow:
    var(--title-glow-x) var(--title-glow-y) 18px rgba(56, 189, 248, 0),
    0 0 0 rgba(56, 189, 248, 0);
  transform: translate3d(0, 0, 0);
  transition: text-shadow 240ms ease, transform 240ms ease, filter 240ms ease;
}

h1.is-title-active span {
  animation: title-breathe 1200ms ease-in-out infinite;
  text-shadow:
    var(--title-glow-x) var(--title-glow-y) 18px rgba(56, 189, 248, 0.52),
    0 0 26px rgba(56, 189, 248, 0.18);
  transform: translate3d(var(--title-move-x), var(--title-move-y), 0);
}

h1.is-title-active span:nth-child(2) {
  animation-delay: 120ms;
  transform: translate3d(calc(var(--title-move-x) * -0.35), calc(var(--title-move-y) * -0.35), 0);
}

h1 span + span,
h2 span + span {
  color: var(--color-slate-mist);
  font-weight: 300;
  margin-top: 4px;
  letter-spacing: -0.045em;
}

h2:hover span,
h2:focus-visible span {
  color: #f8fbff;
  text-shadow: 0 0 18px rgba(56, 189, 248, 0.42), 0 0 36px rgba(37, 99, 235, 0.22);
  transform: translateY(-1px);
}

h2:hover span + span,
h2:focus-visible span + span {
  color: #95b9dc;
}

h1 span + span {
  color: transparent;
  background:
    radial-gradient(
      240px circle at var(--title-mx, 50%) var(--title-my, 50%),
      #dff5ff 0%,
      #8bdcff 30%,
      #6f89ac 68%
    );
  -webkit-background-clip: text;
  background-clip: text;
}

@keyframes title-breathe {
  0%,
  100% {
    filter: brightness(1);
  }
  45% {
    filter: brightness(1.18);
  }
  58% {
    filter: brightness(1.06);
  }
}

@keyframes section-title-breathe {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(56, 189, 248, 0);
    filter: brightness(1);
  }
  48% {
    text-shadow: 0 0 14px rgba(56, 189, 248, 0.24), 0 0 28px rgba(37, 99, 235, 0.12);
    filter: brightness(1.08);
  }
}

@property --ring-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes ring-orbit {
  to {
    --ring-angle: 360deg;
  }
}

h2 {
  font-size: clamp(38px, 4.3vw, 58px);
}

h3 {
  margin-bottom: 10px;
  color: var(--color-frost-white);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.33;
}

.hero-copy p,
.section-head p,
.body-copy p,
.download-band p {
  color: var(--color-pale-mist);
  font-size: 17px;
  line-height: 1.72;
}

.hero-copy p {
  max-width: 560px;
  margin-bottom: 32px;
}

.hero-actions,
.app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions .btn {
  overflow: hidden;
}

.hero-actions .btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 1px;
  border-radius: inherit;
  background: conic-gradient(
    from var(--ring-angle, 0deg),
    transparent 0deg,
    transparent 92deg,
    rgba(125, 211, 252, 0.95) 126deg,
    rgba(56, 189, 248, 0.72) 154deg,
    transparent 198deg,
    transparent 360deg
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  filter: drop-shadow(0 0 7px rgba(56, 189, 248, 0.56));
  animation: ring-orbit 2600ms linear infinite;
  pointer-events: none;
}

.hero-actions .btn:nth-child(2)::after {
  animation-duration: 3200ms;
  animation-direction: reverse;
}

.hero-visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--color-deep-slate);
  border: 1px solid rgba(56, 189, 248, 0.24);
  border-radius: var(--radius-card);
  box-shadow: rgba(56, 189, 248, 0.12) 0 0 0 1px, rgba(37, 99, 235, 0.12) 0 28px 90px -42px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.hero-visual::before,
.tier-card::before,
.phone-shot::before,
.qr-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  padding: 1px;
  background:
    radial-gradient(
      180px circle at var(--mx, 50%) var(--my, 50%),
      rgba(125, 211, 252, 0.98),
      rgba(56, 189, 248, 0.62) 28%,
      rgba(37, 99, 235, 0.2) 54%,
      transparent 72%
    ),
    linear-gradient(135deg, rgba(56, 189, 248, 0.26), rgba(96, 165, 250, 0.08), rgba(125, 211, 252, 0.2));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  filter: drop-shadow(0 0 7px rgba(56, 189, 248, 0.68));
  transition: opacity 260ms ease;
}

.hero-visual::after,
.tier-card::after,
.phone-shot::after,
.qr-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 1px;
  background: radial-gradient(
    120px circle at var(--mx, 50%) var(--my, 50%),
    rgba(226, 246, 255, 0.8),
    rgba(56, 189, 248, 0.24) 34%,
    transparent 68%
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.hero-visual:hover,
.hero-visual:focus-within {
  transform: translateY(-3px);
  border-color: rgba(56, 189, 248, 0.58);
  box-shadow:
    rgba(56, 189, 248, 0.46) 0 0 0 1px,
    inset rgba(56, 189, 248, 0.22) 0 0 0 1px;
}

.hero-visual:hover::before,
.hero-visual:focus-within::before,
.tier-card:hover::before,
.tier-card:focus-within::before,
.phone-shot:hover::before,
.phone-shot:focus-visible::before,
.qr-wrap:hover::before,
.qr-wrap:focus-within::before {
  opacity: 1;
}

.hero-visual:hover::after,
.hero-visual:focus-within::after,
.tier-card:hover::after,
.tier-card:focus-within::after,
.phone-shot:hover::after,
.phone-shot:focus-visible::after,
.qr-wrap:hover::after,
.qr-wrap:focus-within::after {
  opacity: 1;
}

.hero-visual > *,
.tier-card > *,
.phone-shot > *,
.qr-wrap > * {
  position: relative;
  z-index: 1;
}

.visual-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 44px;
  padding: 0 16px;
  color: var(--color-slate-mist);
  border-bottom: 1px solid rgba(229, 231, 235, 0.12);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.visual-topline span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 980 / 500;
  object-fit: cover;
}

.section {
  padding: 112px 0;
  border-bottom: 1px solid rgba(229, 231, 235, 0.1);
}

.two-column {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: start;
}

.body-copy {
  color: var(--color-cloud-gray);
}

.body-copy p {
  margin-bottom: 20px;
  color: var(--color-cloud-gray);
  font-size: 17px;
  line-height: 1.72;
}

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

.accent-copy {
  padding-left: 28px;
  border-left: 2px solid rgba(56, 189, 248, 0.85);
}

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

.tier-list {
  display: grid;
  gap: 14px;
}

.tier-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px 32px;
  background: var(--color-deep-slate);
  border: 1px solid rgba(56, 189, 248, 0.16);
  border-radius: var(--radius-card);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.tier-card:hover,
.tier-card:focus-within {
  transform: translateY(-3px);
  background: #0b1424;
  border-color: rgba(56, 189, 248, 0.58);
  box-shadow:
    rgba(56, 189, 248, 0.46) 0 0 0 1px,
    inset rgba(56, 189, 248, 0.2) 0 0 0 1px;
}

.tier-card p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--color-pale-mist);
  font-size: 15px;
  line-height: 1.7;
}

.tier-index {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--color-graphite);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.28em;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 6px 12px;
  color: var(--color-cloud-gray);
  border: 1px solid rgba(229, 231, 235, 0.16);
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.app-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr);
  gap: 56px;
  align-items: center;
}

.sticky-copy {
  position: sticky;
  top: 112px;
  margin-bottom: 0;
}

.phone-gallery {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(4, minmax(104px, 1fr));
  gap: 12px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(10, 14, 26, 0.92), rgba(6, 11, 24, 0.92));
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: var(--radius-card);
}

.phone-gallery::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.12), transparent 48%);
  pointer-events: none;
}

.phone-shot {
  position: relative;
  isolation: isolate;
  display: block;
  padding: 7px;
  background: var(--color-deep-slate);
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: var(--radius-card);
  cursor: zoom-in;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.phone-shot:hover,
.phone-shot:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(56, 189, 248, 0.68);
  box-shadow:
    rgba(56, 189, 248, 0.48) 0 0 0 1px,
    inset rgba(56, 189, 248, 0.22) 0 0 0 1px;
  outline: none;
}

.phone-shot img {
  width: 100%;
  aspect-ratio: 1918 / 4318;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
}

.contact-list {
  display: grid;
  border-top: 1px solid rgba(229, 231, 235, 0.14);
}

.contact-row {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 24px;
  gap: 20px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid rgba(229, 231, 235, 0.14);
  transition: padding 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.contact-row span {
  color: var(--color-slate-mist);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.contact-row strong {
  color: var(--color-frost-white);
  font-size: 17px;
  font-weight: 600;
  word-break: break-word;
}

.contact-row svg {
  width: 20px;
  height: 20px;
  color: var(--color-slate-mist);
}

a.contact-row:hover,
a.contact-row:focus-visible {
  padding-left: 18px;
  padding-right: 18px;
  background: rgba(56, 189, 248, 0.045);
  border-color: rgba(56, 189, 248, 0.48);
  box-shadow:
    inset rgba(56, 189, 248, 0.38) 0 0 0 1px;
  outline: none;
}

a.contact-row:hover strong,
a.contact-row:focus-visible strong {
  color: var(--color-cloud-gray);
}

.download-band {
  padding: 96px 0;
  background:
    radial-gradient(circle at 82% 70%, rgba(56, 189, 248, 0.14), transparent 28rem),
    radial-gradient(circle at 18% 15%, rgba(37, 99, 235, 0.1), transparent 24rem),
    var(--color-deep-slate);
  border-bottom: 1px solid rgba(229, 231, 235, 0.12);
}

.download-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

.download-grid h2 {
  margin-bottom: 16px;
}

.download-grid p {
  margin-bottom: 0;
}

.qr-wrap {
  position: relative;
  isolation: isolate;
  padding: 12px;
  background: var(--color-frost-white);
  border-radius: var(--radius-card);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.qr-wrap:hover,
.qr-wrap:focus-within {
  transform: translateY(-3px);
  box-shadow:
    rgba(56, 189, 248, 0.52) 0 0 0 1px,
    inset rgba(56, 189, 248, 0.24) 0 0 0 1px;
}

.qr-wrap img {
  width: 150px;
  height: 150px;
}

.site-footer {
  padding: 40px 0;
  color: var(--color-slate-mist);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.footer-brand {
  margin-bottom: 12px;
}

.footer-grid p {
  margin-bottom: 0;
  font-size: 12px;
}

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

.footer-links a {
  color: var(--color-cloud-gray);
  font-size: 13px;
}

.preview-dialog {
  width: min(92vw, 520px);
  max-height: 92vh;
  padding: 0;
  background: var(--color-deep-slate);
  border: 1px solid rgba(229, 231, 235, 0.18);
  border-radius: var(--radius-card);
}

.preview-dialog::backdrop {
  background: rgba(2, 6, 23, 0.82);
}

.preview-dialog img {
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
}

.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--color-frost-white);
  background: rgba(2, 6, 23, 0.72);
  border: 1px solid var(--color-steel-border);
  border-radius: var(--radius-card);
  cursor: pointer;
}

@media (max-width: 1020px) {
  :root {
    --header-height: 112px;
  }

  .nav-wrap {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .nav-menu {
    position: fixed;
    inset: var(--header-height) 24px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    background: rgba(10, 14, 26, 0.96);
    border: 1px solid rgba(229, 231, 235, 0.16);
    border-radius: var(--radius-card);
    backdrop-filter: blur(18px);
  }

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

  .site-header.is-floating .nav-menu {
    inset: 84px 24px auto;
  }

  .nav-menu a {
    padding: 13px;
  }

  .nav-cta {
    display: none;
  }

  .hero-layout,
  .two-column,
  .app-layout {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    gap: 40px;
  }

  .sticky-copy {
    position: static;
    max-width: 620px;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 116px;
  }

  .container,
  .nav-wrap {
    width: min(100% - 32px, var(--page-max-width));
  }

  .site-header.is-floating {
    top: 10px;
    width: min(calc(100% - 24px), var(--page-max-width));
  }

  .site-header.is-floating .nav-wrap {
    padding: 0 10px;
  }

  .announce {
    justify-content: space-between;
    font-size: 11px;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout {
    min-height: auto;
    padding: 72px 0 64px;
  }

  .hero-copy p,
  .section-head p,
  .body-copy p,
  .download-band p {
    font-size: 15.5px;
    line-height: 1.72;
  }

  h1 {
    font-size: clamp(40px, 11.4vw, 48px);
  }

  h2 {
    font-size: clamp(34px, 10vw, 42px);
  }

  .section {
    padding: 80px 0;
  }

  .two-column,
  .app-layout {
    gap: 40px;
  }

  .accent-copy {
    padding-left: 18px;
  }

  .tier-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

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

  .contact-row {
    grid-template-columns: 1fr 24px;
    gap: 8px 16px;
  }

  .contact-row span {
    grid-column: 1 / -1;
  }

  .contact-row svg {
    grid-column: 2;
    grid-row: 2;
  }

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

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

@media (max-width: 430px) {
  .announce span:nth-child(2) {
    max-width: 220px;
  }

  .hero-actions,
  .app-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }
}

/* Poster-blue light theme overrides */
.site-header {
  background: rgba(255, 255, 255, 0.82);
  border-bottom-color: rgba(23, 141, 255, 0.16);
}

.site-header.is-floating {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(23, 141, 255, 0.28);
  box-shadow: rgba(23, 141, 255, 0.16) 0 18px 44px -24px;
}

.announce {
  color: #5b7fa8;
  border-bottom-color: rgba(23, 141, 255, 0.12);
}

.announce a,
.brand,
.nav-menu a,
.nav-cta,
.btn {
  color: #08264a;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  color: #063e7e;
  background: rgba(23, 141, 255, 0.08);
}

.nav-toggle {
  color: #08264a;
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(23, 141, 255, 0.28);
}

.hero,
.section,
.download-band {
  border-bottom-color: rgba(23, 141, 255, 0.13);
}

.hero-grid {
  opacity: 0.62;
  background-image:
    linear-gradient(rgba(23, 141, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 141, 255, 0.07) 1px, transparent 1px);
}

.hero::after {
  background: conic-gradient(from 220deg, rgba(23, 141, 255, 0.2), transparent 38%, rgba(92, 196, 255, 0.12), transparent 74%);
}

.hero-visual,
.tier-card,
.phone-gallery,
.phone-shot,
.preview-dialog {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(23, 141, 255, 0.22);
}

.hero-visual {
  box-shadow: rgba(23, 141, 255, 0.14) 0 0 0 1px, rgba(23, 141, 255, 0.18) 0 28px 80px -46px;
}

.visual-topline {
  color: #5b7fa8;
  border-bottom-color: rgba(23, 141, 255, 0.16);
}

.tier-card:hover,
.tier-card:focus-within {
  background: #f8fcff;
}

.phone-gallery {
  background:
    radial-gradient(circle at 50% 0%, rgba(23, 141, 255, 0.1), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 246, 255, 0.92));
}

.contact-list {
  border-top-color: rgba(23, 141, 255, 0.16);
}

.contact-row {
  border-bottom-color: rgba(23, 141, 255, 0.16);
}

.download-band {
  background:
    radial-gradient(circle at 82% 70%, rgba(23, 141, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 18% 15%, rgba(92, 196, 255, 0.16), transparent 24rem),
    #eef7ff;
}

.qr-wrap {
  background: #ffffff;
  border: 1px solid rgba(23, 141, 255, 0.18);
}

.site-footer {
  color: #5b7fa8;
  background: #f8fbff;
}

.footer-links a {
  color: #183b66;
}

.preview-dialog::backdrop {
  background: rgba(8, 38, 74, 0.42);
}

/* Upstash-inspired light workshop theme */
:root {
  --color-abyss-ink: #ffffff;
  --color-deep-slate: #ffffff;
  --color-frost-white: #022c22;
  --color-cloud-gray: #022c22;
  --color-slate-mist: #71717a;
  --color-graphite: #8a9a96;
  --color-steel-border: #d7e7e2;
  --color-pale-mist: #315a50;
  --color-ember-glow: #00bc7d;
  --color-ember-border: #007a55;
  --color-signal-green: #00bc7d;
  --radius-card: 16px;
  --radius-pill: 9999px;
}

body {
  color: #022c22;
  background:
    radial-gradient(circle at 0% 8%, rgba(210, 242, 231, 0.92), transparent 28rem),
    radial-gradient(circle at 88% 4%, rgba(201, 219, 214, 0.54), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #ffffff 42%, #f5f5f5 100%);
}

.site-header,
.site-header.is-floating {
  background: rgba(255, 255, 255, 0.86);
  border-color: #e5e7eb;
  box-shadow: none;
}

.site-header.is-floating {
  border-color: rgba(0, 122, 85, 0.18);
}

.announce {
  color: #71717a;
  background: #ffffff;
  border-bottom-color: #e5e7eb;
}

.announce a,
.brand,
.nav-menu a,
.nav-cta,
.btn {
  color: #022c22;
}

.brand {
  font-weight: 700;
}

.brand-mark,
.signal-dot {
  background: #00bc7d;
  box-shadow: 0 0 10px rgba(0, 188, 125, 0.42);
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  color: #007a55;
  background: rgba(210, 242, 231, 0.7);
}

.nav-toggle,
.nav-menu {
  color: #022c22;
  background: rgba(255, 255, 255, 0.92);
  border-color: #e5e7eb;
}

.nav-cta,
.btn {
  min-height: 42px;
  border-color: #c9dbd6;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}

.btn-primary {
  color: #ffffff;
  border-color: transparent;
  background: #00bc7d;
}

.btn-ghost {
  color: #007a55;
  border-color: #10b981;
}

.nav-cta::before,
.btn::before {
  background: linear-gradient(90deg, rgba(0, 188, 125, 0.5), rgba(110, 231, 183, 0.22));
}

.nav-cta:hover,
.nav-cta:focus-visible,
.btn:hover,
.btn:focus-visible {
  color: #022c22;
  border-color: #10b981;
  background: #ffffff;
  box-shadow: rgba(16, 185, 129, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  color: #ffffff;
  background: #007a55;
}

.hero {
  border-bottom-color: #e5e7eb;
}

.hero-grid {
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(2, 44, 34, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 44, 34, 0.045) 1px, transparent 1px);
}

.hero::after {
  background: conic-gradient(from 220deg, rgba(0, 188, 125, 0.2), transparent 38%, rgba(245, 158, 11, 0.12), transparent 74%);
  opacity: 0.7;
}

.eyebrow {
  color: #007a55;
  font-weight: 600;
}

h1,
h2,
h3 {
  color: #022c22;
}

h1 span {
  background:
    radial-gradient(
      220px circle at var(--title-mx, 50%) var(--title-my, 50%),
      #022c22 0%,
      #007a55 30%,
      #00bc7d 54%,
      #f59e0b 82%
    );
  -webkit-background-clip: text;
  background-clip: text;
}

h1 span + span {
  background: linear-gradient(to right, #007a55, #00bc7d, #f59e0b);
  -webkit-background-clip: text;
  background-clip: text;
}

h1.is-title-active span {
  text-shadow:
    var(--title-glow-x) var(--title-glow-y) 18px rgba(0, 188, 125, 0.32),
    0 0 26px rgba(0, 122, 85, 0.12);
}

h2 span {
  color: #022c22;
}

h2 span + span {
  color: #71717a;
}

h2:hover span,
h2:focus-visible span {
  color: #007a55;
  text-shadow: 0 0 16px rgba(0, 188, 125, 0.28), 0 0 30px rgba(0, 122, 85, 0.12);
}

h2:hover span + span,
h2:focus-visible span + span {
  color: #007a55;
}

@keyframes section-title-breathe {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(0, 188, 125, 0);
    filter: brightness(1);
  }
  48% {
    text-shadow: 0 0 14px rgba(0, 188, 125, 0.22), 0 0 28px rgba(0, 122, 85, 0.1);
    filter: brightness(1.05);
  }
}

.hero-copy p,
.section-head p,
.body-copy p,
.download-band p,
.tier-card p {
  color: #315a50;
}

.section {
  border-bottom-color: #e5e7eb;
}

.services,
.contact-section {
  background: #f5f5f5;
}

.hero-visual,
.tier-card,
.phone-gallery,
.phone-shot,
.preview-dialog,
.qr-wrap {
  background: #ffffff;
  border-color: #e5e7eb;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}

.hero-visual {
  border-radius: 16px;
}

.visual-topline {
  color: #71717a;
  border-bottom-color: #e5e7eb;
}

.hero-visual::before,
.tier-card::before,
.phone-shot::before,
.qr-wrap::before {
  background:
    radial-gradient(
      180px circle at var(--mx, 50%) var(--my, 50%),
      rgba(52, 211, 153, 0.96),
      rgba(16, 185, 129, 0.62) 28%,
      rgba(0, 122, 85, 0.18) 54%,
      transparent 72%
    ),
    linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(110, 231, 183, 0.12), rgba(245, 158, 11, 0.16));
  filter: drop-shadow(0 0 7px rgba(16, 185, 129, 0.48));
}

.hero-visual::after,
.tier-card::after,
.phone-shot::after,
.qr-wrap::after {
  background: radial-gradient(
    120px circle at var(--mx, 50%) var(--my, 50%),
    rgba(210, 242, 231, 0.88),
    rgba(16, 185, 129, 0.24) 34%,
    transparent 68%
  );
}

.hero-visual:hover,
.hero-visual:focus-within,
.tier-card:hover,
.tier-card:focus-within,
.phone-shot:hover,
.phone-shot:focus-visible,
.qr-wrap:hover,
.qr-wrap:focus-within {
  border-color: #10b981;
  box-shadow: rgba(16, 185, 129, 0.26) 0 0 0 1px, rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}

.tier-card:hover,
.tier-card:focus-within {
  background: #ffffff;
}

.tier-index,
.contact-row span,
.footer-grid p {
  color: #71717a;
}

.status-badge {
  color: #007a55;
  border-color: #d2f2e7;
  background: #ffffff;
}

.accent-copy {
  border-left-color: #10b981;
}

.phone-gallery {
  background: #ffffff;
}

.phone-gallery::before {
  background: radial-gradient(circle at 50% 0%, rgba(210, 242, 231, 0.76), transparent 48%);
}

.contact-list,
.contact-row {
  border-color: #e5e7eb;
}

a.contact-row:hover,
a.contact-row:focus-visible {
  background: rgba(210, 242, 231, 0.52);
  border-color: #10b981;
  box-shadow: inset rgba(16, 185, 129, 0.24) 0 0 0 1px;
}

a.contact-row:hover strong,
a.contact-row:focus-visible strong,
.contact-row strong {
  color: #022c22;
}

.contact-row svg {
  color: #007a55;
}

.download-band {
  background:
    radial-gradient(circle at 82% 70%, rgba(210, 242, 231, 0.78), transparent 28rem),
    #f5f5f5;
  border-bottom-color: #e5e7eb;
}

.site-footer {
  background: #ffffff;
  color: #71717a;
}

.footer-links a {
  color: #022c22;
}

.preview-dialog::backdrop {
  background: rgba(2, 44, 34, 0.28);
}

/* Blue variant over the Upstash-inspired layout */
:root {
  --color-frost-white: #08264a;
  --color-cloud-gray: #08264a;
  --color-slate-mist: #5b7fa8;
  --color-graphite: #7f9bbb;
  --color-steel-border: #bdddf8;
  --color-pale-mist: #2f5f95;
  --color-ember-glow: #178dff;
  --color-ember-border: #0d5da8;
  --color-signal-green: #178dff;
}

body {
  color: #08264a;
  background:
    radial-gradient(circle at 0% 8%, rgba(226, 243, 255, 0.96), transparent 28rem),
    radial-gradient(circle at 88% 4%, rgba(191, 224, 255, 0.58), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #ffffff 42%, #f3f8ff 100%);
}

.site-header.is-floating {
  border-color: rgba(23, 141, 255, 0.2);
}

.brand,
.announce a,
.nav-menu a,
.nav-cta,
.btn,
h1,
h2,
h3,
.contact-row strong,
.footer-links a {
  color: #08264a;
}

.brand-mark,
.signal-dot {
  background: #178dff;
  box-shadow: 0 0 10px rgba(23, 141, 255, 0.42);
}

.eyebrow,
.nav-menu a:hover,
.nav-menu a:focus-visible,
.btn-ghost,
.status-badge,
.contact-row svg {
  color: #0d5da8;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  background: rgba(226, 243, 255, 0.88);
}

.nav-cta,
.btn {
  border-color: #bdddf8;
}

.btn-primary {
  color: #ffffff;
  background: #178dff;
}

.btn-ghost {
  border-color: #178dff;
}

.nav-cta::before,
.btn::before {
  background: linear-gradient(90deg, rgba(23, 141, 255, 0.5), rgba(125, 211, 252, 0.24));
}

.nav-cta:hover,
.nav-cta:focus-visible,
.btn:hover,
.btn:focus-visible {
  border-color: #178dff;
  box-shadow: rgba(23, 141, 255, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  color: #ffffff;
  background: #0d5da8;
}

.hero::after {
  background: conic-gradient(from 220deg, rgba(23, 141, 255, 0.2), transparent 38%, rgba(125, 211, 252, 0.16), transparent 74%);
}

h1 span {
  background:
    radial-gradient(
      220px circle at var(--title-mx, 50%) var(--title-my, 50%),
      #08264a 0%,
      #0d5da8 30%,
      #178dff 54%,
      #7dd3fc 82%
    );
  -webkit-background-clip: text;
  background-clip: text;
}

h1 span + span {
  background: linear-gradient(to right, #0d5da8, #178dff, #7dd3fc);
  -webkit-background-clip: text;
  background-clip: text;
}

h1.is-title-active span {
  text-shadow:
    var(--title-glow-x) var(--title-glow-y) 18px rgba(23, 141, 255, 0.32),
    0 0 26px rgba(13, 93, 168, 0.12);
}

h2 span {
  color: #08264a;
}

h2 span + span {
  color: #7f9bbb;
}

h2:hover span,
h2:focus-visible span,
h2:hover span + span,
h2:focus-visible span + span {
  color: #0d5da8;
}

h2:hover span,
h2:focus-visible span {
  text-shadow: 0 0 16px rgba(23, 141, 255, 0.28), 0 0 30px rgba(13, 93, 168, 0.12);
}

@keyframes section-title-breathe {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(23, 141, 255, 0);
    filter: brightness(1);
  }
  48% {
    text-shadow: 0 0 14px rgba(23, 141, 255, 0.22), 0 0 28px rgba(13, 93, 168, 0.1);
    filter: brightness(1.05);
  }
}

.hero-copy p,
.section-head p,
.body-copy p,
.download-band p,
.tier-card p {
  color: #2f5f95;
}

.hero-visual::before,
.tier-card::before,
.phone-shot::before,
.qr-wrap::before {
  background:
    radial-gradient(
      180px circle at var(--mx, 50%) var(--my, 50%),
      rgba(125, 211, 252, 0.96),
      rgba(23, 141, 255, 0.62) 28%,
      rgba(13, 93, 168, 0.18) 54%,
      transparent 72%
    ),
    linear-gradient(135deg, rgba(23, 141, 255, 0.2), rgba(125, 211, 252, 0.14), rgba(191, 224, 255, 0.22));
  filter: drop-shadow(0 0 7px rgba(23, 141, 255, 0.48));
}

.hero-visual::after,
.tier-card::after,
.phone-shot::after,
.qr-wrap::after {
  background: radial-gradient(
    120px circle at var(--mx, 50%) var(--my, 50%),
    rgba(226, 243, 255, 0.9),
    rgba(23, 141, 255, 0.24) 34%,
    transparent 68%
  );
}

.hero-visual:hover,
.hero-visual:focus-within,
.tier-card:hover,
.tier-card:focus-within,
.phone-shot:hover,
.phone-shot:focus-visible,
.qr-wrap:hover,
.qr-wrap:focus-within {
  border-color: #178dff;
  box-shadow: rgba(23, 141, 255, 0.26) 0 0 0 1px, rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}

.status-badge {
  border-color: #d8efff;
}

.accent-copy {
  border-left-color: #178dff;
}

.phone-gallery::before {
  background: radial-gradient(circle at 50% 0%, rgba(226, 243, 255, 0.9), transparent 48%);
}

a.contact-row:hover,
a.contact-row:focus-visible {
  background: rgba(226, 243, 255, 0.72);
  border-color: #178dff;
  box-shadow: inset rgba(23, 141, 255, 0.24) 0 0 0 1px;
}

a.contact-row:hover strong,
a.contact-row:focus-visible strong {
  color: #08264a;
}

.download-band {
  background:
    radial-gradient(circle at 82% 70%, rgba(226, 243, 255, 0.92), transparent 28rem),
    #f5f5f5;
}

.preview-dialog::backdrop {
  background: rgba(8, 38, 74, 0.28);
}

/* Compact title scale and glow so headings feel sharper in the light blue theme. */
h1 {
  font-size: clamp(44px, 4vw, 56px);
}

h2 {
  font-size: clamp(34px, 3.8vw, 50px);
}

h3 {
  font-size: 18px;
  line-height: 1.3;
}

h1 span {
  text-shadow:
    var(--title-glow-x) var(--title-glow-y) 8px rgba(23, 141, 255, 0),
    0 0 0 rgba(23, 141, 255, 0);
}

h1.is-title-active span {
  text-shadow:
    var(--title-glow-x) var(--title-glow-y) 8px rgba(23, 141, 255, 0.24),
    0 0 12px rgba(13, 93, 168, 0.08);
}

h2:hover span,
h2:focus-visible span {
  text-shadow:
    0 0 7px rgba(23, 141, 255, 0.2),
    0 0 14px rgba(13, 93, 168, 0.08);
}

@keyframes title-breathe {
  0%,
  100% {
    filter: brightness(1);
  }
  45% {
    filter: brightness(1.08);
  }
  58% {
    filter: brightness(1.03);
  }
}

@keyframes section-title-breathe {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(23, 141, 255, 0);
    filter: brightness(1);
  }
  48% {
    text-shadow:
      0 0 6px rgba(23, 141, 255, 0.14),
      0 0 12px rgba(13, 93, 168, 0.06);
    filter: brightness(1.025);
  }
}

@media (max-width: 760px) {
  h1 {
    font-size: clamp(36px, 10.2vw, 44px);
  }

  h2 {
    font-size: clamp(30px, 8.8vw, 38px);
  }
}

.phone-gallery {
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  perspective: 1100px;
}

.phone-gallery::before {
  inset: 8% 4%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 48%, rgba(23, 141, 255, 0.14), transparent 46%),
    radial-gradient(circle at 50% 60%, rgba(226, 243, 255, 0.84), transparent 64%);
  opacity: calc(0.28 + (var(--gallery-spread, 0) * 0.42));
}

.phone-shot {
  border: 0;
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    rgba(8, 38, 74, 0.08) 0 16px 36px -22px,
    rgba(23, 141, 255, 0.16) 0 0 0 1px;
  transform: translate3d(var(--spread-x, 0px), var(--spread-y, 0px), 0)
    rotate(var(--spread-rotate, 0deg))
    scale(var(--spread-scale, 1));
  transform-origin: center;
  will-change: transform, opacity;
  opacity: var(--spread-opacity, 1);
  transition:
    box-shadow 220ms ease,
    background 220ms ease,
    opacity 120ms linear;
}

.phone-shot::before,
.phone-shot::after {
  display: none;
}

.phone-shot:hover,
.phone-shot:focus-visible {
  border-color: transparent;
  box-shadow:
    rgba(8, 38, 74, 0.1) 0 22px 48px -24px,
    rgba(23, 141, 255, 0.34) 0 0 0 1px,
    rgba(23, 141, 255, 0.22) 0 0 24px -12px;
  transform: translate3d(var(--spread-x, 0px), calc(var(--spread-y, 0px) - 4px), 0)
    rotate(var(--spread-rotate, 0deg))
    scale(calc(var(--spread-scale, 1) + 0.012));
}

.phone-shot img {
  display: block;
  box-shadow: rgba(8, 38, 74, 0.08) 0 12px 28px -20px;
}

[data-text-reveal] {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 720ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--text-reveal-delay, 0ms);
  will-change: opacity, transform;
}

[data-text-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-text-reveal].has-entered {
  will-change: auto;
}

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