:root {
  --ink: #08080a;
  --muted: #8f9097;
  --soft: #f5f5f7;
  --line: #ececf0;
  --pink: #db2ef3;
  --pink-soft: #fce8ff;
  --blue: #0ea5ff;
  --sun: #ffd35a;
  --green: #35cf62;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(8, 8, 10, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(219, 46, 243, 0.12), transparent 30%),
    radial-gradient(circle at 12% 42%, rgba(14, 165, 255, 0.08), transparent 28%),
    #ffffff;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(236, 236, 240, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand.small {
  font-size: 22px;
}

.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(8, 8, 10, 0.16);
}

nav {
  display: flex;
  gap: 22px;
  color: #4c4d53;
  font-weight: 800;
}

nav a,
.footer-links a {
  transition: color 180ms ease, transform 180ms ease;
}

nav a:hover,
.footer-links a:hover {
  color: var(--pink);
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(42px, 7vw, 86px) clamp(20px, 5vw, 72px) 54px;
  overflow: hidden;
}

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

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 9px 14px;
  border: 1px solid rgba(219, 46, 243, 0.18);
  border-radius: 999px;
  background: rgba(252, 232, 255, 0.72);
  color: #6f217b;
  font-size: 14px;
  font-weight: 900;
}

.live-pill span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(53, 207, 98, 0.16);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--pink);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(52px, 9vw, 104px);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.lead {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(21px, 2.4vw, 30px);
  font-weight: 750;
  line-height: 1.34;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 560px;
  margin-top: 28px;
}

.hero-metrics div {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(8, 8, 10, 0.06);
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  margin-bottom: 3px;
  font-size: 26px;
}

.hero-metrics span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
}

.primary-button {
  color: #fff;
  background: var(--pink);
  box-shadow: 0 16px 38px rgba(219, 46, 243, 0.28);
}

.secondary-button {
  background: var(--soft);
}

.phone-stack {
  position: relative;
  min-height: 650px;
  isolation: isolate;
}

.phone-stack::before {
  position: absolute;
  inset: 64px 10px auto auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(219, 46, 243, 0.2), rgba(14, 165, 255, 0.14));
  content: "";
  filter: blur(6px);
  z-index: 0;
}

.phone {
  position: absolute;
  width: min(76vw, 330px);
  border-radius: 38px;
  box-shadow: var(--shadow);
}

.phone-main {
  top: 0;
  right: 96px;
  z-index: 2;
  transform: rotate(-2deg);
}

.phone-secondary {
  top: 72px;
  right: -8px;
  z-index: 1;
  opacity: 0.42;
  transform: rotate(5deg);
  clip-path: inset(0 0 34% 0 round 38px);
}

.floating-card {
  position: absolute;
  z-index: 3;
  width: max-content;
  max-width: 240px;
  padding: 14px 16px;
  border: 1px solid rgba(236, 236, 240, 0.92);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 60px rgba(8, 8, 10, 0.14);
  backdrop-filter: blur(18px);
}

.floating-card span,
.floating-card strong {
  display: block;
}

.floating-card span {
  margin-bottom: 3px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.floating-card strong {
  font-size: 18px;
  line-height: 1.12;
}

.floating-card-top {
  top: 26px;
  right: 10px;
}

.floating-card-bottom {
  right: 152px;
  bottom: 82px;
}

.trend-rail {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: -20px auto 0;
  width: min(1180px, calc(100% - 40px));
  padding: 12px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 55px rgba(8, 8, 10, 0.07);
  backdrop-filter: blur(18px);
  scrollbar-width: none;
}

.trend-rail::-webkit-scrollbar {
  display: none;
}

.trend-rail span,
.trend-rail strong {
  white-space: nowrap;
}

.trend-rail span {
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.trend-rail strong {
  padding: 9px 15px;
  border-radius: 999px;
  background: var(--soft);
  font-size: 15px;
}

.intro-strip,
.section,
.showcase,
.cta,
footer {
  margin: 0 auto;
  width: min(1180px, calc(100% - 40px));
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 18px;
  border-radius: var(--radius);
  background: var(--soft);
}

.intro-strip div,
.steps article {
  padding: 22px;
  border-radius: 22px;
  background: #fff;
}

.intro-strip div {
  position: relative;
  overflow: hidden;
}

.intro-strip div::after {
  position: absolute;
  right: -22px;
  bottom: -28px;
  width: 86px;
  height: 86px;
  border-radius: 999px;
  background: rgba(219, 46, 243, 0.08);
  content: "";
}

.strip-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 999px;
  color: var(--pink);
  background: var(--pink-soft);
  font-size: 22px;
  font-weight: 950;
}

.intro-strip strong,
.intro-strip span {
  display: block;
}

.intro-strip strong {
  margin-bottom: 6px;
  font-size: 20px;
}

.intro-strip span,
.steps p,
.feature-list p,
.cta p {
  color: var(--muted);
  font-size: 18px;
  font-weight: 720;
  line-height: 1.45;
}

.section,
.showcase,
.cta {
  padding: 100px 0 0;
}

.section-heading {
  max-width: 740px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.steps article {
  background: var(--soft);
}

.steps article,
.screens img,
.pulse-grid article,
.feature-list article {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.steps article:hover,
.screens img:hover,
.pulse-grid article:hover,
.feature-list article:hover {
  transform: translateY(-4px);
}

.steps span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-weight: 950;
}

.screens {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.screens img {
  width: 100%;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.pulse-section {
  width: min(1180px, calc(100% - 40px));
  padding: 100px 0 0;
}

.pulse-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 18px;
  margin-top: 30px;
}

.pulse-grid article {
  min-height: 230px;
  padding: 26px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, #0c0c10, #202028);
  color: #fff;
  box-shadow: var(--shadow);
}

.pulse-grid article:nth-child(2) {
  background: linear-gradient(145deg, var(--pink), #ff4f91);
}

.pulse-grid article:nth-child(3) {
  background: linear-gradient(145deg, #f7f7f9, #ffffff);
  color: var(--ink);
  border: 1px solid var(--line);
}

.pulse-grid strong {
  display: block;
  margin-bottom: 64px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
}

.pulse-grid p {
  margin: 0;
  color: inherit;
  font-size: 18px;
  font-weight: 760;
  line-height: 1.42;
  opacity: 0.76;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

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

.feature-list article {
  margin: 0;
  padding: 20px 22px;
  border-radius: 20px;
  background: var(--soft);
}

.feature-list strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.feature-list p {
  margin: 0;
}

.cta {
  margin-top: 100px;
  padding: 46px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
}

.cta p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.72);
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 48px 0 54px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #5d5e66;
  font-weight: 850;
}

.legal-page {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0 120px;
}

.legal-page h1 {
  margin-bottom: 28px;
  font-size: clamp(44px, 7vw, 78px);
  line-height: 0.96;
}

.legal-page p {
  color: #55565d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
}

.legal-page a {
  color: var(--pink);
  font-weight: 900;
}

@media (max-width: 920px) {
  nav {
    display: none;
  }

  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .phone-stack {
    min-height: 560px;
  }

  .phone-main {
    left: 4%;
    right: auto;
  }

  .phone-secondary {
    right: 4%;
  }

  .intro-strip,
  .steps,
  .screens,
  .pulse-grid {
    grid-template-columns: 1fr;
  }

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

  .floating-card-top {
    right: 8%;
  }

  .floating-card-bottom {
    right: 38%;
    bottom: 48px;
  }

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

@media (max-width: 560px) {
  .site-header {
    padding: 15px 20px;
  }

  .hero {
    padding-top: 36px;
  }

  h1 {
    font-size: clamp(48px, 15vw, 70px);
  }

  .lead {
    font-size: 20px;
  }

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

  .hero-actions {
    flex-direction: column;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .phone-stack {
    min-height: 500px;
  }

  .phone {
    width: 245px;
    border-radius: 30px;
  }

  .phone-secondary {
    top: 92px;
  }

  .floating-card {
    max-width: 190px;
    padding: 12px 14px;
  }

  .floating-card-top {
    top: 8px;
    right: 2%;
  }

  .floating-card-bottom {
    right: 18%;
    bottom: 20px;
  }

  .trend-rail {
    margin-top: -8px;
  }

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

  .cta {
    padding: 34px 24px;
  }
}
