:root {
  --ink: #f7efe4;
  --muted: rgba(247, 239, 228, 0.68);
  --quiet: rgba(247, 239, 228, 0.46);
  --bg: #090807;
  --panel: #15110f;
  --panel-2: #211713;
  --line: rgba(247, 239, 228, 0.1);
  --coral: #ff6749;
  --teal: #2fc1b3;
  --amber: #f6b44b;
  --violet: #9c7cf6;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 70% 14%, rgba(255, 103, 73, 0.2), transparent 32rem),
    radial-gradient(circle at 20% 44%, rgba(47, 193, 179, 0.12), transparent 28rem),
    linear-gradient(180deg, #0c0908 0%, #090807 42%, #060504 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 14px;
  background: linear-gradient(180deg, rgba(9, 8, 7, 0.92), rgba(9, 8, 7, 0));
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.brand-mark {
  width: 26px;
  height: 26px;
  background: var(--coral);
  clip-path: polygon(50% 0, 63% 35%, 100% 50%, 63% 65%, 50% 100%, 37% 65%, 0 50%, 37% 35%);
  box-shadow: 0 0 22px rgba(255, 103, 73, 0.55);
}

nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--quiet);
  font-size: 13px;
  font-weight: 750;
}

nav a {
  transition: color 160ms ease;
}

nav a:hover {
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 0.86fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
  width: min(var(--max), calc(100% - 40px));
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  padding: 42px 0 72px;
}

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

.eyebrow {
  margin: 0 0 16px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(64px, 9vw, 118px);
  line-height: 0.88;
  font-weight: 900;
  letter-spacing: -0.065em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.055em;
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.lede {
  max-width: 590px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
  font-weight: 650;
}

.signup {
  display: flex;
  gap: 10px;
  width: min(100%, 540px);
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(247, 239, 228, 0.05);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

input,
button {
  min-height: 50px;
  border: 0;
  border-radius: 12px;
  font: inherit;
}

input {
  min-width: 0;
  flex: 1;
  padding: 0 16px;
  color: var(--ink);
  background: rgba(0, 0, 0, 0.24);
  outline: 1px solid transparent;
}

input::placeholder {
  color: rgba(247, 239, 228, 0.42);
}

input:focus {
  outline-color: rgba(47, 193, 179, 0.62);
}

button,
.cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: white;
  background: var(--coral);
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(255, 103, 73, 0.28);
}

.microcopy {
  max-width: 530px;
  margin: 16px 0 0;
  color: var(--quiet);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 650;
}

.phone-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 680px;
}

.phone-stage::before {
  content: "";
  position: absolute;
  width: min(94vw, 620px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    conic-gradient(from 220deg, rgba(255, 103, 73, 0), rgba(255, 103, 73, 0.35), rgba(47, 193, 179, 0.28), rgba(255, 103, 73, 0));
  filter: blur(44px);
  opacity: 0.72;
}

.phone {
  position: relative;
  width: min(340px, 76vw);
  aspect-ratio: 1206 / 2622;
  overflow: hidden;
  border: 10px solid #17110f;
  border-radius: 42px;
  background: #050404;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(247, 239, 228, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

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

.phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.orbit-card {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 6px;
  min-width: 154px;
  padding: 16px 18px;
  border: 1px solid rgba(247, 239, 228, 0.13);
  border-radius: 18px;
  background: rgba(21, 17, 15, 0.82);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.orbit-card span {
  color: var(--quiet);
  font-size: 12px;
  font-weight: 750;
}

.orbit-card strong {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.035em;
}

.orbit-one {
  top: 104px;
  left: 0;
}

.orbit-two {
  right: 6px;
  bottom: 112px;
}

.proof-strip,
.section,
.closing {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--line);
}

.proof-strip div {
  padding: 24px;
  background: rgba(247, 239, 228, 0.045);
}

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

.proof-strip strong {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 850;
}

.proof-strip span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.section {
  padding: 112px 0 0;
}

.two-column {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 6vw, 80px);
}

.steps {
  display: grid;
  gap: 14px;
}

.steps article,
.signal-grid article {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(247, 239, 228, 0.045);
  padding: 24px;
}

.steps span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
}

.steps p,
.signal-grid p,
.signal-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 650;
}

.signal-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.signal-copy {
  position: sticky;
  top: 100px;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.signal-grid article:nth-child(2) {
  border-color: rgba(47, 193, 179, 0.24);
  background: rgba(47, 193, 179, 0.07);
}

.signal-grid article:nth-child(3) {
  border-color: rgba(246, 180, 75, 0.22);
  background: rgba(246, 180, 75, 0.06);
}

.closing {
  display: grid;
  justify-items: center;
  padding: 120px 0;
  text-align: center;
}

.closing h2 {
  max-width: 740px;
}

.cta-link {
  min-height: 54px;
  border-radius: 15px;
}

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

.hidden-field {
  display: none;
}

@media (max-width: 900px) {
  .site-header {
    width: min(100% - 28px, var(--max));
  }

  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    width: min(100% - 28px, var(--max));
    min-height: 0;
    padding-top: 40px;
  }

  .hero-copy {
    max-width: none;
  }

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

  .orbit-one {
    left: 6px;
    top: 66px;
  }

  .orbit-two {
    right: 4px;
    bottom: 72px;
  }

  .proof-strip,
  .section,
  .closing {
    width: min(100% - 28px, var(--max));
  }

  .proof-strip,
  .two-column,
  .signal-panel {
    grid-template-columns: 1fr;
  }

  .signal-copy {
    position: static;
  }
}

@media (max-width: 560px) {
  .brand {
    font-size: 30px;
  }

  h1 {
    font-size: 58px;
  }

  .signup {
    flex-direction: column;
    border-radius: 20px;
  }

  button {
    width: 100%;
  }

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

  .phone {
    width: min(284px, 82vw);
    border-radius: 34px;
  }

  .orbit-card {
    min-width: 132px;
    padding: 13px 14px;
  }

  .orbit-card strong {
    font-size: 20px;
  }

  .proof-strip div {
    padding: 20px;
  }

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