:root {
  --bg: #050612;
  --bg-2: #090b1f;
  --text: #ffffff;
  --muted: #bbc2dc;
  --soft: #8e96b8;
  --border: rgba(255, 255, 255, 0.15);
  --pink: #ff3d8b;
  --cyan: #24e6ff;
  --purple: #8b5cf6;
  --green: #35f2a2;
  --shadow: rgba(0, 0, 0, 0.42);
  --font-heading: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body.instant-body {
  margin: 0;
  font-family: var(--font-body);
}

.instant-page {
  min-height: 100vh;
  color: var(--text);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 61, 139, 0.34), transparent 30%),
    radial-gradient(circle at 90% 12%, rgba(36, 230, 255, 0.24), transparent 34%),
    radial-gradient(circle at 48% 92%, rgba(139, 92, 246, 0.36), transparent 38%),
    linear-gradient(135deg, var(--bg), var(--bg-2));
  overflow-x: hidden;
  position: relative;
}

h1,
h2,
.instant-brand,
.hero-topline,
.header-pill,
.main-cta,
.sticky-cta a,
.truth-stack strong,
.trust-grid h2,
.phone-bar,
.mini-card strong {
  font-family: var(--font-heading);
}

.instant-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 76%);
}

.instant-page::after {
  content: "";
  position: fixed;
  inset: -18%;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 61, 139, 0.18), transparent 26%),
    radial-gradient(circle at 82% 24%, rgba(36, 230, 255, 0.16), transparent 28%),
    radial-gradient(circle at 50% 78%, rgba(139, 92, 246, 0.18), transparent 34%);
  filter: blur(42px);
  opacity: 0.7;
  animation: auroraShift 18s ease-in-out infinite alternate;
}

.orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(24px);
  opacity: 0.72;
  pointer-events: none;
  animation: floaty 8s ease-in-out infinite;
}

.orb-one {
  width: 130px;
  height: 130px;
  background: rgba(255, 61, 139, 0.45);
  top: 8%;
  left: -40px;
}

.orb-two {
  width: 170px;
  height: 170px;
  background: rgba(36, 230, 255, 0.28);
  top: 14%;
  right: -60px;
  animation-delay: 1.3s;
}

.orb-three {
  width: 180px;
  height: 180px;
  background: rgba(139, 92, 246, 0.28);
  bottom: -60px;
  left: 24%;
  animation-delay: 2.1s;
}

.instant-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 4px;
  padding-bottom: 92px;
}

.instant-header {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 2px;
}

.instant-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.instant-brand img {
  width: min(210px, 60vw);
  height: 56px;
  display: block;
  object-fit: cover;
  object-position: center 48%;
  border-radius: 0;
  filter: drop-shadow(0 18px 34px rgba(3, 8, 22, 0.34));
  animation: logoHover 8s ease-in-out infinite;
}

.header-pill {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.065);
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  backdrop-filter: blur(16px);
}

.instant-fold {
  display: grid;
  gap: 18px;
}

.hero-card {
  margin-top: 10px;
  padding: 24px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.066));
  border-radius: 34px;
  box-shadow: 0 30px 90px var(--shadow);
  backdrop-filter: blur(22px);
  position: relative;
  overflow: hidden;
  animation: riseIn 0.7s ease both, glassPulse 10s ease-in-out 0.7s infinite;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -22%;
  width: 58%;
  height: 70%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 68%);
  transform: rotate(18deg);
  pointer-events: none;
  animation: panelSweep 13s ease-in-out infinite;
}

.hero-topline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #eaf0ff;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 22px;
}

.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(53, 242, 162, 0.68);
  animation: pulse 1.8s infinite;
}

.hero-card h1 {
  margin: 0;
  font-size: clamp(48px, 15vw, 92px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.065em;
  max-width: 820px;
}

.hero-card h1 span {
  background: linear-gradient(90deg, var(--pink), var(--purple), var(--cyan));
  background-size: 180% 180%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: textFlow 8s ease-in-out infinite;
}

.hero-sub {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 4.8vw, 22px);
  line-height: 1.43;
  font-weight: 500;
  max-width: 680px;
}

.truth-stack {
  margin: 24px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.truth-stack li {
  border: 1px solid rgba(255, 255, 255, 0.115);
  background: rgba(255, 255, 255, 0.075);
  border-radius: 22px;
  padding: 16px;
}

.truth-stack strong {
  display: block;
  font-size: 17px;
  letter-spacing: -0.02em;
  text-align: center;
}

.main-cta,
.sticky-cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, var(--pink), var(--purple), var(--cyan));
  box-shadow: 0 22px 58px rgba(255, 61, 139, 0.25);
  position: relative;
  overflow: hidden;
}

.main-cta {
  width: 100%;
  min-height: 62px;
  border-radius: 22px;
  font-size: 19px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.main-cta::after,
.sticky-cta a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -110%;
  height: 100%;
  width: 72%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: skewX(-18deg);
  animation: shine 3.8s infinite;
}

.main-cta:hover,
.main-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 26px 62px rgba(255, 61, 139, 0.3);
}

.main-cta:active,
.sticky-cta a:active {
  transform: scale(0.985);
}

.fine-print {
  color: var(--soft);
  font-size: 10.5px;
  line-height: 1.4;
  margin: 14px 2px 0;
  text-align: center;
  font-weight: 500;
  opacity: 0.92;
}

.phone-preview {
  animation: riseIn 0.8s 0.08s ease both, previewFloat 11s ease-in-out 1s infinite;
}

.phone-glass {
  border: 1px solid var(--border);
  border-radius: 34px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
}

.phone-glass::before {
  content: "";
  position: absolute;
  inset: -10% -20% auto auto;
  width: 58%;
  height: 42%;
  background: radial-gradient(circle, rgba(36, 230, 255, 0.14), transparent 72%);
  pointer-events: none;
  animation: panelSweep 15s ease-in-out infinite reverse;
}

.mini-screen {
  border-radius: 26px;
  background: radial-gradient(circle at 80% 15%, rgba(36, 230, 255, 0.18), transparent 36%), rgba(5, 6, 18, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px;
  display: grid;
  gap: 10px;
}

.mini-card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 19px;
  padding: 14px;
  animation: miniLift 9s ease-in-out infinite;
}

.mini-card.active {
  background: linear-gradient(135deg, rgba(255, 61, 139, 0.22), rgba(139, 92, 246, 0.17));
}

.mini-card:nth-of-type(2) {
  animation-delay: 1.2s;
}

.mini-card:nth-of-type(3) {
  animation-delay: 2.4s;
}

.mini-card small {
  display: block;
  color: var(--soft);
  font-weight: 850;
  margin-bottom: 5px;
}

.mini-card strong {
  display: block;
  font-size: 17px;
  line-height: 1.18;
}

.instant-footer {
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  padding: 28px 0 0;
  font-size: 10.5px;
  line-height: 1.45;
  font-weight: 500;
}

.instant-footer p {
  margin: 0 auto;
  max-width: 760px;
}

.instant-footer nav {
  margin-top: 13px;
  display: flex;
  justify-content: center;
  gap: 12px 14px;
  flex-wrap: wrap;
}

.instant-footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

.instant-footer a:hover,
.instant-footer a:focus-visible {
  color: #fff;
}

.sticky-cta {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: linear-gradient(to top, rgba(5, 6, 18, 0.96), rgba(5, 6, 18, 0.62), transparent);
  display: none;
}

.sticky-cta a {
  min-height: 56px;
  border-radius: 18px;
  font-size: 17px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

a:focus-visible {
  outline: 3px solid rgba(36, 230, 255, 0.95);
  outline-offset: 4px;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.99);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(53, 242, 162, 0.62);
  }

  70% {
    box-shadow: 0 0 0 11px rgba(53, 242, 162, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(53, 242, 162, 0);
  }
}

@keyframes shine {
  0% {
    left: -120%;
  }

  42% {
    left: 140%;
  }

  100% {
    left: 140%;
  }
}

@keyframes floaty {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(10px, -14px, 0);
  }
}

@keyframes auroraShift {
  0% {
    transform: translate3d(-2%, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(2%, -2%, 0) scale(1.05);
  }

  100% {
    transform: translate3d(-1%, 3%, 0) scale(0.98);
  }
}

@keyframes glassPulse {
  0%, 100% {
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
    border-color: rgba(255, 255, 255, 0.15);
  }

  50% {
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.22);
  }
}

@keyframes panelSweep {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(18deg);
    opacity: 0.45;
  }

  50% {
    transform: translate3d(14%, 8%, 0) rotate(8deg);
    opacity: 0.8;
  }
}

@keyframes textFlow {
  0%, 100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes previewFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes miniLift {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes logoHover {
  0%, 100% {
    transform: translate3d(0, 0, 0);
    filter: drop-shadow(0 18px 34px rgba(3, 8, 22, 0.34));
  }

  50% {
    transform: translate3d(0, -2px, 0);
    filter: drop-shadow(0 22px 38px rgba(3, 8, 22, 0.42));
  }
}

@media (min-width: 780px) {
  .instant-shell {
    width: min(1180px, calc(100% - 56px));
    padding-top: 6px;
    padding-bottom: 44px;
  }

  .instant-header {
    min-height: 40px;
  }

  .instant-brand img {
    width: min(230px, 22vw);
    height: 60px;
  }

  .instant-fold {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    gap: 22px;
    align-items: stretch;
  }

  .hero-card {
    margin-top: 0;
    padding: 42px;
  }

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

  .main-cta {
    max-width: 310px;
  }

  .fine-print {
    max-width: 520px;
    text-align: left;
  }

  .phone-preview {
    margin: 0;
    align-self: stretch;
  }

  .phone-glass {
    height: 100%;
  }

  .mini-screen {
    min-height: 100%;
    align-content: start;
  }

}

@media (max-width: 779px) {
  .instant-header {
    justify-content: center;
    min-height: 10px;
    margin-bottom: 2px;
  }

  .instant-brand img {
    width: min(228px, 72vw);
    height: 52px;
  }

  .sticky-cta {
    display: block;
  }

  .header-pill {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
