:root {
  --navy-950: #020e1e;
  --navy-900: #082141;
  --navy-800: #10335f;
  --navy-700: #1f4978;
  --teal-500: #009fa8;
  --teal-400: #22bfc4;
  --mint-300: #ceffca;
  --mint-200: #e7ffe4;
  --white-900: #f7fbff;
  --white-700: #d8e5ef;
  --white-500: #97afc4;
  --success: #7ae892;
  --surface: rgba(8, 33, 65, 0.7);
  --surface-strong: rgba(7, 27, 54, 0.88);
  --surface-soft: rgba(12, 40, 76, 0.62);
  --border: rgba(34, 191, 196, 0.18);
  --border-strong: rgba(206, 255, 202, 0.26);
  --shadow-soft: 0 24px 60px rgba(1, 8, 20, 0.38);
  --shadow-mid: 0 36px 80px rgba(0, 9, 23, 0.46);
  --shadow-strong: 0 44px 110px rgba(0, 8, 18, 0.6);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --scroll-progress: 0%;
}

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

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(34, 191, 196, 0.52) rgba(2, 14, 30, 0.5);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--white-900);
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at 14% 8%, rgba(0, 159, 168, 0.22), transparent 24%),
    radial-gradient(circle at 85% 14%, rgba(206, 255, 202, 0.14), transparent 20%),
    radial-gradient(circle at 50% 86%, rgba(34, 191, 196, 0.14), transparent 30%),
    linear-gradient(180deg, #051626 0%, #04101f 46%, #020b17 100%);
  overflow-x: hidden;
}

body.is-loading {
  overflow: hidden;
}

::selection {
  background: rgba(34, 191, 196, 0.22);
  color: var(--white-900);
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: rgba(2, 14, 30, 0.7);
}

body::-webkit-scrollbar-thumb {
  border: 2px solid rgba(2, 14, 30, 0.85);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(0, 159, 168, 0.95), rgba(206, 255, 202, 0.88));
}

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

button,
a {
  font: inherit;
}

.page-shell {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
}

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 31;
  height: 4px;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.scroll-progress-bar {
  display: block;
  height: 100%;
  width: var(--scroll-progress);
  background: linear-gradient(90deg, #009fa8 0%, #22bfc4 48%, #ceffca 100%);
  box-shadow: 0 0 24px rgba(34, 191, 196, 0.42);
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 14px;
  background:
    radial-gradient(circle at center, rgba(34, 191, 196, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(5, 22, 38, 0.98), rgba(2, 11, 23, 0.98));
  backdrop-filter: blur(12px);
  transition:
    opacity 520ms ease,
    visibility 520ms ease;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.preloader-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(34, 191, 196, 0.18);
  border-radius: 999px;
  background: rgba(8, 33, 65, 0.66);
  color: var(--mint-300);
  font-family: "Roboto Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.preloader-bubbles {
  position: relative;
  width: 150px;
  height: 132px;
}

.bubble {
  position: absolute;
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.46), transparent 28%),
    linear-gradient(135deg, rgba(0, 159, 168, 0.98), rgba(206, 255, 202, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 24px 46px rgba(0, 159, 168, 0.18);
  animation: bubbleFloat 1.9s ease-in-out infinite;
}

.bubble-1 {
  top: 10px;
  left: 18px;
  width: 52px;
  height: 52px;
}

.bubble-2 {
  top: 12px;
  right: 20px;
  width: 34px;
  height: 34px;
  animation-delay: -0.35s;
}

.bubble-3 {
  right: 16px;
  bottom: 18px;
  width: 66px;
  height: 66px;
  animation-delay: -0.75s;
}

.bubble-4 {
  bottom: 12px;
  left: 26px;
  width: 30px;
  height: 30px;
  animation-delay: -1.1s;
}

.bubble-5 {
  top: 52px;
  left: 60px;
  width: 22px;
  height: 22px;
  animation-delay: -1.45s;
}

.preloader-progress {
  width: min(240px, calc(100vw - 72px));
  height: 10px;
  padding: 2px;
  border-radius: 999px;
  background: rgba(8, 33, 65, 0.72);
  border: 1px solid rgba(34, 191, 196, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.preloader-progress-bar {
  display: block;
  height: 100%;
  width: var(--preload-progress, 0%);
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 24%),
    linear-gradient(90deg, #009fa8 0%, #22bfc4 42%, #ceffca 100%);
  box-shadow: 0 0 22px rgba(34, 191, 196, 0.3);
  transition: width 180ms ease;
}

.preloader-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.preloader-text {
  margin: 0;
  color: var(--white-700);
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
}

.preloader-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(8, 33, 65, 0.66);
  color: var(--mint-300);
  font-family: "Roboto Mono", monospace;
  font-size: 0.8rem;
  font-weight: 700;
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: -4;
  opacity: 0.18;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(216, 229, 239, 0.08) 0.8px, transparent 0.8px),
    radial-gradient(rgba(34, 191, 196, 0.06) 0.8px, transparent 0.8px);
  background-size: 24px 24px, 24px 24px;
  background-position: 0 0, 12px 12px;
}

.ambient {
  position: fixed;
  z-index: -3;
  border-radius: 999px;
  filter: blur(52px);
  pointer-events: none;
  animation: ambientDrift 14s ease-in-out infinite;
}

.ambient-left {
  top: 40px;
  left: -90px;
  width: 260px;
  height: 260px;
  background: rgba(0, 159, 168, 0.22);
}

.ambient-right {
  top: 140px;
  right: -90px;
  width: 230px;
  height: 230px;
  background: rgba(206, 255, 202, 0.18);
  animation-delay: -5s;
}

.ambient-bottom {
  bottom: 30px;
  left: 50%;
  width: 360px;
  height: 170px;
  transform: translateX(-50%);
  background: rgba(15, 87, 127, 0.26);
  animation-delay: -9s;
}

.landing {
  width: min(calc(100% - 24px), 500px);
  margin: 0 auto;
  padding: 18px 0 calc(140px + env(safe-area-inset-bottom));
}

.hero {
  position: relative;
  display: grid;
  gap: 20px;
}

.hero-copy,
.hero-visual,
.mini-steps,
.compliance-note,
.legal-footer {
  position: relative;
  z-index: 1;
}

.hero-copy {
  padding: 20px 16px 0;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(34, 191, 196, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(11, 39, 73, 0.92), rgba(4, 20, 38, 0.92));
  border: 1px solid var(--border);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-mid);
}

.hero-copy-glow {
  position: absolute;
  inset: -18px auto auto -12px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(206, 255, 202, 0.18), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
}

.brand-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.brand-logo-shell {
  display: inline-flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(8, 33, 65, 0.06);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.98), rgba(231, 255, 228, 0.9));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.brand-logo {
  width: 112px;
  height: auto;
}

.brand-note,
.mini-kicker,
.preloader-badge,
.pill,
.quick-chips span,
.reward-label,
.legal-updated,
.profile span,
.sticky-copy span {
  font-family: "Roboto Mono", monospace;
}

.brand-note {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(34, 191, 196, 0.18);
  background: rgba(2, 14, 30, 0.42);
  color: var(--mint-300);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid rgba(34, 191, 196, 0.18);
  background: rgba(2, 14, 30, 0.46);
  color: var(--white-700);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.pill-solid {
  color: var(--navy-950);
  background: linear-gradient(135deg, #ceffca 0%, #22bfc4 100%);
}

h1 {
  margin: 0;
  max-width: 6.8ch;
  color: var(--white-900);
  font-family: "Inter", sans-serif;
  font-size: clamp(2.7rem, 12vw, 4.8rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.lead {
  margin: 14px 0 0;
  max-width: 16ch;
  color: var(--mint-300);
  font-size: clamp(1.18rem, 4.8vw, 1.58rem);
  line-height: 1.08;
  font-weight: 700;
}

.support,
.micro-note,
.legal-copy p,
.legal-intro,
.legal-section p,
.legal-section li,
.compliance-note p,
.profile p {
  font-family: "Roboto", sans-serif;
}

.support {
  margin: 12px 0 0;
  max-width: 33ch;
  color: rgba(216, 229, 239, 0.8);
  font-size: 0.95rem;
  line-height: 1.56;
}

.quick-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.quick-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 14px;
  border: 1px solid rgba(34, 191, 196, 0.16);
  background:
    linear-gradient(180deg, rgba(16, 51, 95, 0.92), rgba(8, 33, 65, 0.82)),
    rgba(8, 33, 65, 0.76);
  color: var(--white-700);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.14);
}

.hero-actions {
  margin-top: 18px;
}

.cta-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 64px;
  padding: 14px 22px;
  border-radius: 22px;
  overflow: hidden;
  color: var(--navy-950);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent),
    linear-gradient(135deg, #7ae892 0%, #22bfc4 56%, #009fa8 100%);
  box-shadow:
    0 26px 64px rgba(0, 159, 168, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  animation: ctaBreath 2.8s ease-in-out infinite;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease;
}

.cta-button::before {
  content: "";
  position: absolute;
  inset: -10px;
  z-index: -2;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(122, 232, 146, 0.28), transparent 70%);
  animation: pulseHalo 3.2s ease-in-out infinite;
}

.cta-button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.26), transparent 62%);
  transform: translateX(-130%);
  animation: buttonShine 4.6s linear infinite;
}

.cta-button:hover,
.cta-button:focus-visible {
  animation: none;
  transform: translateY(-3px) scale(1.01);
  box-shadow:
    0 32px 74px rgba(0, 159, 168, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  filter: saturate(1.05);
}

.cta-button:focus-visible {
  outline: 3px solid rgba(34, 191, 196, 0.26);
  outline-offset: 4px;
}

.cta-icon {
  width: 22px;
  height: 22px;
}

.cta-icon svg,
.input-shell button svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.micro-note {
  margin-top: 10px;
  color: rgba(216, 229, 239, 0.74);
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.52;
}

.hero-visual {
  min-height: auto;
  padding: 10px 0 20px;
}

.hero-lens,
.hero-orbit {
  position: absolute;
  pointer-events: none;
}

.hero-lens {
  inset: 36px 12px 54px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top left, rgba(206, 255, 202, 0.12), transparent 28%),
    linear-gradient(160deg, rgba(11, 39, 73, 0.84), rgba(4, 20, 38, 0.4));
  border: 1px solid rgba(34, 191, 196, 0.12);
  box-shadow: var(--shadow-soft);
  transform: rotate(-7deg);
}

.hero-orbit {
  border: 1px solid rgba(34, 191, 196, 0.16);
  border-radius: 999px;
}

.orbit-one {
  top: 30px;
  right: 10px;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(0, 159, 168, 0.12), transparent 66%);
  animation: drift 9s ease-in-out infinite;
}

.orbit-two {
  left: 8px;
  bottom: 30px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(206, 255, 202, 0.12), transparent 68%);
  animation: drift 11s ease-in-out infinite -4s;
}

.phone-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 12px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top left, rgba(206, 255, 202, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(12, 40, 76, 0.95), rgba(5, 22, 38, 0.95)),
    linear-gradient(135deg, rgba(0, 159, 168, 0.14), rgba(206, 255, 202, 0.08));
  border: 1px solid var(--border);
  box-shadow:
    0 42px 104px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.phone-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(34, 191, 196, 0.05), transparent 24%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 30%, rgba(255, 255, 255, 0.02) 70%, transparent);
  pointer-events: none;
}

.phone-glare {
  position: absolute;
  inset: -26% auto auto -8%;
  width: 180px;
  height: 320px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  transform: rotate(22deg);
  filter: blur(8px);
  pointer-events: none;
}

.phone-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(16, 51, 95, 0.92), rgba(8, 33, 65, 0.86)),
    rgba(8, 33, 65, 0.78);
  border: 1px solid rgba(34, 191, 196, 0.14);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.phone-camera {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22bfc4, #ceffca);
  box-shadow: 0 0 16px rgba(34, 191, 196, 0.28);
}

.profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.profile-avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  color: var(--navy-950);
  font-weight: 800;
  background: linear-gradient(135deg, #7ae892 0%, #22bfc4 100%);
  box-shadow: 0 14px 30px rgba(0, 159, 168, 0.2);
}

.profile p,
.profile span {
  margin: 0;
}

.profile p {
  color: var(--white-900);
  font-size: 0.95rem;
  font-weight: 700;
}

.profile span {
  color: var(--success);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.chat-flow {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 12px;
  padding: 4px 2px 2px;
}

.message {
  max-width: 86%;
  padding: 13px 14px;
  border-radius: 20px;
  color: var(--white-900);
  font-size: 0.91rem;
  line-height: 1.42;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
  animation: floatMessage 7s ease-in-out infinite;
}

.message:nth-child(2) {
  animation-delay: -0.9s;
}

.message:nth-child(3) {
  animation-delay: -1.8s;
}

.message:nth-child(4) {
  animation-delay: -2.7s;
}

.message:nth-child(5) {
  animation-delay: -3.6s;
}

.incoming {
  align-self: flex-start;
  background:
    linear-gradient(180deg, rgba(16, 51, 95, 0.92), rgba(8, 33, 65, 0.82)),
    rgba(8, 33, 65, 0.82);
  border: 1px solid rgba(34, 191, 196, 0.12);
}

.outgoing {
  align-self: flex-end;
  color: var(--navy-950);
  background: linear-gradient(135deg, #7ae892 0%, #22bfc4 54%, #009fa8 100%);
}

.accent {
  background: linear-gradient(135deg, #ceffca 0%, #57d7d8 56%, #22bfc4 100%);
}

.reward-card {
  display: grid;
  gap: 4px;
  max-width: 100%;
  background:
    radial-gradient(circle at top right, rgba(206, 255, 202, 0.18), transparent 35%),
    linear-gradient(135deg, rgba(18, 62, 99, 0.96), rgba(8, 33, 65, 0.92));
  border: 1px solid rgba(206, 255, 202, 0.16);
}

.reward-label {
  width: fit-content;
  padding: 6px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ceffca 0%, #7ae892 100%);
  color: var(--navy-950);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.reward-card strong {
  font-size: 1rem;
}

.reward-card small {
  color: rgba(216, 229, 239, 0.74);
  font-size: 0.82rem;
  line-height: 1.45;
}

.phone-footer {
  margin-top: 10px;
}

.input-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 12px 12px 16px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(16, 51, 95, 0.92), rgba(8, 33, 65, 0.82)),
    rgba(8, 33, 65, 0.74);
  border: 1px solid rgba(34, 191, 196, 0.12);
}

.input-shell span {
  color: var(--white-500);
  font-size: 0.9rem;
}

.input-shell button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  color: var(--navy-950);
  background: linear-gradient(135deg, #ceffca 0%, #22bfc4 100%);
  box-shadow: 0 18px 30px rgba(0, 159, 168, 0.22);
}

.floating-badge,
.floating-panel {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(34, 191, 196, 0.14);
  background:
    linear-gradient(180deg, rgba(16, 51, 95, 0.92), rgba(8, 33, 65, 0.86)),
    rgba(8, 33, 65, 0.84);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.2);
}

.floating-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border-radius: 18px;
  color: var(--white-900);
  font-size: 0.78rem;
  font-weight: 700;
}

.badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22bfc4, #ceffca);
  box-shadow: 0 0 18px rgba(34, 191, 196, 0.28);
}

.badge-top {
  top: -4px;
  left: 8px;
  animation: drift 7s ease-in-out infinite;
}

.badge-middle {
  top: 110px;
  right: 4px;
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  animation: drift 8.5s ease-in-out infinite -2s;
}

.badge-middle span {
  color: rgba(216, 229, 239, 0.74);
  font-weight: 500;
}

.badge-bottom {
  left: 10px;
  right: 10px;
  bottom: -4px;
  padding: 12px 14px;
  border-radius: 20px;
  animation: drift 9.5s ease-in-out infinite -3s;
}

.mini-kicker {
  display: inline-flex;
  margin-bottom: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(206, 255, 202, 0.14);
  color: var(--mint-300);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.floating-panel strong {
  display: block;
  line-height: 1.35;
  font-size: 0.92rem;
}

.mini-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 22px;
}

.step-card {
  position: relative;
  padding: 16px 10px;
  border-radius: 24px;
  border: 1px solid rgba(34, 191, 196, 0.14);
  background:
    radial-gradient(circle at top center, rgba(206, 255, 202, 0.08), transparent 40%),
    linear-gradient(180deg, rgba(11, 39, 73, 0.92), rgba(4, 20, 38, 0.9)),
    rgba(8, 33, 65, 0.8);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.step-card strong {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin: 0 auto 10px;
  border-radius: 13px;
  background: linear-gradient(135deg, #ceffca 0%, #22bfc4 100%);
  color: var(--navy-950);
}

.step-card span {
  display: block;
  color: var(--white-900);
  font-size: 0.79rem;
  line-height: 1.4;
  font-weight: 700;
}

.compliance-note,
.legal-footer,
.legal-card,
.legal-section {
  border: 1px solid rgba(34, 191, 196, 0.14);
}

.compliance-note {
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(11, 39, 73, 0.92), rgba(4, 20, 38, 0.88)),
    rgba(8, 33, 65, 0.82);
  box-shadow: var(--shadow-soft);
}

.compliance-note p {
  margin: 0;
  color: rgba(216, 229, 239, 0.8);
  text-align: center;
  font-size: 0.86rem;
  line-height: 1.56;
}

.legal-footer {
  margin-top: 14px;
  padding: 18px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(11, 39, 73, 0.92), rgba(4, 20, 38, 0.9)),
    rgba(8, 33, 65, 0.82);
  box-shadow: var(--shadow-soft);
}

.legal-copy strong {
  display: block;
  color: var(--white-900);
  font-size: 0.95rem;
}

.legal-copy p {
  margin: 8px 0 0;
  color: rgba(216, 229, 239, 0.76);
  font-size: 0.86rem;
  line-height: 1.58;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.legal-links a,
.legal-home {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(34, 191, 196, 0.16);
  background:
    linear-gradient(180deg, rgba(16, 51, 95, 0.92), rgba(8, 33, 65, 0.82)),
    rgba(8, 33, 65, 0.8);
  color: var(--mint-300);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.legal-links a:hover,
.legal-home:hover {
  transform: translateY(-2px);
  border-color: rgba(206, 255, 202, 0.24);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(calc(100% - 16px), 500px);
  padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  transform: translateX(-50%);
  border: 1px solid rgba(34, 191, 196, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(11, 39, 73, 0.92), rgba(4, 20, 38, 0.88)),
    rgba(8, 33, 65, 0.84);
  backdrop-filter: blur(20px);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.3);
}

.sticky-copy {
  min-width: 0;
  flex: 1;
  padding-left: 6px;
}

.sticky-copy strong,
.sticky-copy span {
  display: block;
}

.sticky-copy strong {
  color: var(--white-900);
  font-size: 0.92rem;
  line-height: 1.2;
}

.sticky-copy span {
  margin-top: 2px;
  color: rgba(216, 229, 239, 0.72);
  font-size: 0.74rem;
  line-height: 1.3;
}

.sticky-button {
  min-width: 178px;
  min-height: 56px;
  border-radius: 18px;
}

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

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

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

body.legal-page {
  overflow-x: hidden;
}

.legal-main {
  width: min(calc(100% - 24px), 860px);
  margin: 0 auto;
  padding: 24px 0 34px;
}

.legal-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.legal-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.legal-brand-logo-shell {
  display: inline-flex;
  align-items: center;
  padding: 11px 14px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.98), rgba(231, 255, 228, 0.9));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.legal-brand-logo {
  width: 104px;
  height: auto;
}

.legal-brand {
  color: var(--mint-300);
  font-family: "Roboto Mono", monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.legal-card {
  padding: 24px 18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(206, 255, 202, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(11, 39, 73, 0.94), rgba(4, 20, 38, 0.92)),
    rgba(8, 33, 65, 0.84);
  box-shadow: var(--shadow-soft);
}

.legal-card h1 {
  max-width: none;
  color: var(--white-900);
  font-size: clamp(2.15rem, 9vw, 3.5rem);
  letter-spacing: -0.05em;
}

.legal-updated {
  margin: 12px 0 0;
  color: var(--mint-300);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal-intro {
  margin-top: 14px;
  color: rgba(216, 229, 239, 0.8);
  line-height: 1.68;
}

.legal-sections {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.legal-section {
  padding: 18px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(16, 51, 95, 0.92), rgba(8, 33, 65, 0.84)),
    rgba(8, 33, 65, 0.8);
}

.legal-section h2 {
  margin: 0 0 10px;
  color: var(--white-900);
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.legal-section p,
.legal-section li {
  color: rgba(216, 229, 239, 0.78);
  font-size: 0.95rem;
  line-height: 1.66;
}

.legal-section p {
  margin: 0;
}

.legal-section ul {
  margin: 0;
  padding-left: 18px;
}

body.legal-page .sticky-cta,
body.legal-page .scroll-progress {
  display: none;
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes ambientDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -14px, 0) scale(1.03);
  }
}

@keyframes floatMessage {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes bubbleFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -12px, 0) scale(1.07);
  }
}

@keyframes pulseHalo {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.8;
  }
}

@keyframes ctaBreath {
  0%,
  100% {
    box-shadow:
      0 26px 64px rgba(0, 159, 168, 0.26),
      0 0 0 0 rgba(122, 232, 146, 0),
      inset 0 1px 0 rgba(255, 255, 255, 0.34);
  }
  50% {
    box-shadow:
      0 34px 88px rgba(0, 159, 168, 0.34),
      0 0 0 10px rgba(122, 232, 146, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }
}

@keyframes buttonShine {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(130%);
  }
}

@media (max-width: 390px) {
  .landing {
    width: min(calc(100% - 18px), 500px);
  }

  h1 {
    font-size: clamp(2.35rem, 13.5vw, 3.5rem);
  }

  .hero-copy {
    padding: 18px 14px 0;
  }

  .brand-strip {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .quick-chips span:last-child {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .hero-visual {
    padding-top: 8px;
  }

  .hero-lens,
  .hero-orbit {
    display: none;
  }

  .phone-frame {
    border-radius: 28px;
  }

  .badge-middle {
    top: 100px;
    right: 2px;
  }

  .floating-badge {
    max-width: calc(100% - 18px);
  }

  .badge-bottom {
    position: static;
    margin-top: 10px;
  }

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

  .sticky-cta {
    gap: 8px;
  }

  .sticky-copy {
    display: none;
  }

  .sticky-button {
    width: 100%;
    min-width: 0;
  }

  .legal-topbar {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 699px) {
  .sticky-cta {
    width: min(calc(100% - 14px), 460px);
  }

  .hero-visual {
    overflow: visible;
  }

  .legal-links {
    justify-content: center;
  }
}

@media (min-width: 700px) {
  .landing {
    width: min(calc(100% - 30px), 1020px);
    padding: 30px 0 34px;
  }

  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    align-items: center;
    gap: 32px;
  }

  .hero-copy {
    padding: 26px 22px 14px;
  }

  .hero-visual {
    min-height: 640px;
    padding-top: 28px;
  }

  .hero-lens {
    inset: 44px 18px 74px;
  }

  .phone-frame {
    max-width: 448px;
    margin-left: auto;
  }

  .orbit-one {
    right: 18px;
  }

  .badge-top {
    left: auto;
    right: 232px;
  }

  .badge-middle {
    right: 4px;
    top: 152px;
  }

  .badge-bottom {
    right: 82px;
    left: auto;
    bottom: 18px;
    width: 234px;
  }

  .mini-steps {
    max-width: 790px;
    margin: 28px auto 0;
  }

  .sticky-cta {
    display: none;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
