:root {
  color-scheme: dark;
  --ink: #ffffff;
  --muted: #b9b8c6;
  --soft: #e7e5ff;
  --night: #050712;
  --navy: #0b1020;
  --panel: #151621;
  --panel-2: #1f1d32;
  --line: rgba(255, 255, 255, 0.12);
  --violet: #7a5cff;
  --violet-2: #9a76ff;
  --blue: #4e8dff;
  --green: #5ed989;
  --gold: #ffd557;
  --orange: #ff9b3f;
  --pink: #ff3f82;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --radius: 28px;
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 22% -10%, rgba(122, 92, 255, 0.34), transparent 36rem),
    radial-gradient(circle at 82% 8%, rgba(78, 141, 255, 0.18), transparent 30rem),
    linear-gradient(180deg, #0b1020 0%, #060815 42%, #050712 100%);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

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

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

a:hover {
  color: var(--soft);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(255, 213, 87, 0.9);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-150%);
  border-radius: 999px;
  background: var(--ink);
  color: var(--night);
  padding: 0.75rem 1rem;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(100% - 40px, var(--content));
  margin-inline: auto;
}

.narrow {
  width: min(100% - 40px, 820px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 7, 18, 0.72);
  backdrop-filter: blur(22px);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  border-radius: 13px;
  box-shadow: 0 10px 30px rgba(122, 92, 255, 0.28);
}

.nav-links,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.nav-links a[aria-current="page"] {
  color: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 8vw, 8.5rem) 0 clamp(4rem, 7vw, 7rem);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(122, 92, 255, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  width: 54rem;
  height: 54rem;
  left: -18rem;
  top: -18rem;
  background: rgba(122, 92, 255, 0.05);
}

.hero::after {
  width: 24rem;
  height: 24rem;
  right: -8rem;
  bottom: 8rem;
  border-color: rgba(255, 155, 63, 0.22);
}

.hero-glow {
  position: absolute;
  inset: auto 0 5% auto;
  width: min(44vw, 38rem);
  height: min(44vw, 38rem);
  background: radial-gradient(circle, rgba(122, 92, 255, 0.33), transparent 68%);
  filter: blur(10px);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 470px);
  align-items: center;
  gap: clamp(3rem, 7vw, 6rem);
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--violet-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 12ch;
  margin-bottom: 1.25rem;
  font-size: clamp(4rem, 10vw, 8.8rem);
  line-height: 0.93;
  letter-spacing: 0;
}

.hero-subtitle {
  margin-bottom: 0.8rem;
  color: var(--soft);
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.16;
  letter-spacing: 0;
}

.hero-text,
.section-text,
.section-heading p,
.page-hero p,
.content-panel p {
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-text {
  max-width: 670px;
  margin-bottom: 2rem;
}

.app-store-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0 1.35rem;
  background: linear-gradient(135deg, rgba(78, 141, 255, 0.95), rgba(122, 92, 255, 0.95));
  color: var(--ink);
  box-shadow: 0 18px 52px rgba(122, 92, 255, 0.32);
  cursor: not-allowed;
  font: inherit;
  font-weight: 800;
}

.app-store-button.compact {
  min-width: 240px;
}

.hero-showcase {
  position: relative;
  display: grid;
  justify-items: center;
}

.phone-frame {
  position: relative;
  width: min(100%, 330px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 44px;
  padding: 10px;
  background: linear-gradient(145deg, #20222c, #05060d 42%, #191b25);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.phone-frame::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  z-index: 2;
  width: 92px;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #05060a;
}

.phone-frame img {
  width: 100%;
  border-radius: 34px;
}

.phone-frame-large {
  width: min(100%, 390px);
  transform: rotate(1.5deg);
}

.floating-card {
  position: absolute;
  display: grid;
  gap: 0.05rem;
  min-width: 132px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 1rem 1.1rem;
  background: rgba(31, 29, 50, 0.82);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
  color: var(--muted);
  font-size: 0.86rem;
}

.floating-card-top {
  right: -0.5rem;
  top: 14%;
}

.floating-card-bottom {
  left: -1.2rem;
  bottom: 18%;
}

.metric {
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}

.metric.blue {
  color: var(--blue);
}

.metric.gold {
  color: var(--orange);
}

.section-pad {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.25rem;
  line-height: 1.18;
}

.features {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

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

.feature-card,
.content-panel,
.final-panel {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.feature-card {
  min-height: 230px;
  border-radius: var(--radius);
  padding: 1.45rem;
}

.feature-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 1.2rem;
  place-items: center;
  border-radius: 17px;
  background: rgba(122, 92, 255, 0.2);
  font-size: 1.45rem;
}

.feature-card p,
.phone-card figcaption,
.audience-list p,
.final-panel p {
  margin-bottom: 0;
  color: var(--muted);
}

.showcase {
  overflow: hidden;
}

.phone-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}

.phone-card {
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 1.2rem;
  text-align: center;
}

.phone-card .phone-frame {
  width: min(100%, 300px);
}

.phone-card.tall {
  transform: translateY(2rem);
}

.phone-card:first-child .phone-frame {
  transform: rotate(-3deg);
}

.phone-card:last-child .phone-frame {
  transform: rotate(3deg);
}

.phone-card figcaption {
  max-width: 300px;
  font-weight: 700;
}

.everyone {
  position: relative;
  background:
    radial-gradient(circle at 12% 60%, rgba(255, 155, 63, 0.12), transparent 24rem),
    radial-gradient(circle at 85% 22%, rgba(122, 92, 255, 0.17), transparent 28rem);
}

.everyone-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.audience-list {
  display: grid;
  gap: 0.8rem;
}

.audience-list div {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  padding: 1.15rem 1.25rem;
  background: rgba(21, 22, 33, 0.72);
}

.audience-list span {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 800;
}

.final-callout {
  padding-top: 0;
}

.final-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  border-radius: 30px;
  padding: 1.35rem;
}

.final-panel img {
  border-radius: 22px;
}

.final-panel h2 {
  margin-bottom: 0.25rem;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
}

.trust-indicators {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding-top: 0.2rem;
}

.trust-indicators span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0.48rem 0.78rem;
  background: rgba(255, 255, 255, 0.045);
  color: var(--soft);
  font-size: 0.9rem;
  font-weight: 750;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2rem 0;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.footer-inner p {
  margin: 0;
  font-size: 0.92rem;
}

.footer-brand {
  color: var(--ink);
}

.page-main {
  min-height: 68vh;
}

.page-hero {
  padding: clamp(5rem, 10vw, 8rem) 0 2rem;
}

.page-hero h1 {
  max-width: none;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 8vw, 6.5rem);
}

.effective-date {
  color: var(--soft);
  font-weight: 800;
}

.policy-content {
  padding: 1.5rem 0 clamp(4rem, 7vw, 6rem);
}

.content-panel {
  border-radius: 30px;
  padding: clamp(1.4rem, 4vw, 2.5rem);
}

.content-panel h2 {
  margin: 2rem 0 0.45rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.content-panel h2:first-child {
  margin-top: 0;
}

.content-panel a {
  color: var(--soft);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

.support-panel {
  display: grid;
  justify-items: start;
  gap: 0.9rem;
}

.support-panel img {
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(122, 92, 255, 0.28);
}

.support-panel h2 {
  max-width: 14ch;
  margin: 0.4rem 0 0;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1;
}

.support-email {
  font-size: 1.2rem;
}

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

  .hero-copy {
    text-align: center;
    margin-inline: auto;
  }

  h1 {
    max-width: none;
    margin-inline: auto;
  }

  .hero-text {
    margin-inline: auto;
  }

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

  .phone-gallery {
    grid-template-columns: 1fr;
  }

  .phone-card.tall {
    transform: none;
  }

  .final-panel {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .container,
  .narrow {
    width: min(100% - 28px, var(--content));
  }

  .nav {
    min-height: auto;
    padding: 0.85rem 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links,
  .site-footer nav {
    width: 100%;
    gap: 0.45rem;
    flex-wrap: wrap;
    font-size: 0.9rem;
  }

  .nav-links a,
  .site-footer nav a {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    padding: 0.48rem 0.72rem;
    background: rgba(255, 255, 255, 0.04);
  }

  .hero {
    padding-top: 3.5rem;
  }

  h1 {
    font-size: clamp(3.3rem, 18vw, 5.6rem);
  }

  h2 {
    font-size: clamp(2.2rem, 12vw, 3.6rem);
  }

  .hero-showcase {
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .floating-card {
    position: static;
    width: 100%;
    margin-top: 0.75rem;
    text-align: left;
  }

  .phone-frame-large {
    transform: none;
  }

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

  .feature-card {
    min-height: 0;
  }

  .phone-card .phone-frame {
    width: min(100%, 280px);
  }

  .phone-card:first-child .phone-frame,
  .phone-card:last-child .phone-frame {
    transform: none;
  }

  .app-store-button,
  .app-store-button.compact {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
