:root {
  --bg: #ffffff;
  --ink: #0b0b0d;
  --muted: #52525b;
  --card: #f6f6f8;
  --line: #e4e4e8;
  --maxw: 1160px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.45;
}

.container {
  width: min(var(--maxw), 92vw);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.3rem;
}

.brand img {
  height: 1.15rem;
  width: auto;
  display: inline-block;
}

.brand-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.65rem;
}

.header-social-link {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
  transition: opacity 0.2s;
}

.header-social-link:hover {
  opacity: 0.6;
}

nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

nav a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.92rem;
}

.nav-cta {
  padding: 0.45rem 0.8rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--ink);
  background: #fff;
  border-radius: 999px;
  padding: 0.43rem 0.9rem;
  font-family: inherit;
  font-weight: 600;
}

main {
  padding: 2.2rem 0 4.5rem;
}

.eyebrow {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
}

h1,
h2,
h3 {
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(2rem, 5vw, 4.1rem);
  max-width: 11ch;
  margin-top: 0.65rem;
}

h2 {
  font-size: clamp(1.55rem, 3.3vw, 2.65rem);
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 2.6vw, 2.5rem);
  align-items: center;
}

.hero-sub {
  margin: 0.9rem 0 1.25rem;
  color: #26262d;
  max-width: 43ch;
  font-size: 1.05rem;
}

.btn-primary {
  display: inline-block;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  background: #09090c;
  padding: 0.78rem 1.22rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.prism-border::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  z-index: -1;
  opacity: 0.65;
  filter: blur(8px);
  background: linear-gradient(100deg, #f2b134 0%, #e35ac2 48%, #7460ff 100%);
}

.hero-visual {
  display: flex;
  justify-content: flex-end;
}

.phone-wrap {
  width: min(378px, 100%);
  position: relative;
  border-radius: 2rem;
}

.prism-aura::before {
  content: "";
  position: absolute;
  inset: 14% 8%;
  background: radial-gradient(circle at 30% 20%, #ffd28b, transparent 45%),
    radial-gradient(circle at 72% 30%, #ff94dd, transparent 48%),
    radial-gradient(circle at 55% 77%, #94a2ff, transparent 54%);
  filter: blur(30px);
  opacity: 0.46;
  z-index: -1;
}

.phone-wrap img {
  width: 100%;
  display: block;
  border-radius: 2rem;
  border: 1px solid #dbdbe0;
  box-shadow: 0 18px 45px rgba(10, 10, 14, 0.14);
}

.visual-tag {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e2e2e8;
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  font-size: 0.74rem;
  font-weight: 600;
  backdrop-filter: blur(6px);
}

.tag-weather {
  top: 5.8%;
  left: 6%;
}

.tag-formality {
  top: 14.8%;
  right: 8%;
}

.ai-btn {
  position: absolute;
  right: 8%;
  bottom: 15%;
  border: 0;
  border-radius: 999px;
  background: #0c0c11;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.42rem 0.75rem;
}

.problem {
  margin-top: 4.8rem;
  background: #f7f7f9;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding: 2.2rem 0;
  align-items: center;
}

.decision-scene {
  min-height: 27rem;
  border: 1px solid #dedee5;
  border-radius: 1.35rem;
  overflow: hidden;
  background: #f2f2f5;
}

.decision-scene img {
  width: 100%;
  height: 100%;
  min-height: 27rem;
  object-fit: cover;
  display: block;
}

.problem-copy p {
  margin: 0.85rem 0;
  color: #23232a;
  max-width: 45ch;
}

.problem-copy ul {
  margin: 0.2rem 0 0.85rem;
  padding-left: 1.1rem;
}

.shift,
.experience,
.intelligence,
.outcomes,
.vision {
  margin-top: 4.5rem;
}

.shift-rows {
  margin-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.shift-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}

.shift-row span {
  color: #4a4a53;
  font-size: 1rem;
  font-weight: 500;
}

.shift-row strong {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: #4a4a53;
}

.mootd-solution {
  margin-top: 1.35rem;
  padding: 1.35rem 1.4rem;
  border: 1px solid #d8d8e0;
  border-radius: 1rem;
  background: #fbfbfd;
  position: relative;
  box-shadow: 0 10px 28px rgba(12, 12, 18, 0.08);
}

.mootd-solution h3 {
  font-size: clamp(1.2rem, 2.3vw, 1.45rem);
  font-weight: 800;
  margin: 0;
}

.mootd-solution p {
  margin: 0.45rem 0 0;
  font-size: clamp(1.02rem, 1.9vw, 1.18rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #19191f;
}

.shift-note {
  color: #17171d;
  text-align: center;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  font-weight: 600;
  margin: 2rem 0 0;
}

.experience-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.xp-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 1.05rem;
  padding: 0.9rem;
}

.xp-card h3 {
  font-size: 1.15rem;
}

.xp-card p {
  margin: 0.55rem 0 0.8rem;
  color: #2b2b33;
}

.xp-card img {
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid #dddde3;
  background: #fff;
}

.shift > h2,
.experience > h2,
.final-cta h2,
.intel-title {
  text-align: center;
}

.intel-sub {
  margin: 0.85rem auto 0;
  color: #2b2b34;
  font-size: 1.03rem;
  text-align: center;
  max-width: 34ch;
}

.intel-cards {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.intel-card {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fafafc;
  box-shadow: 0 12px 28px rgba(10, 10, 14, 0.06);
  padding: 1rem;
}

.intel-card h3 {
  margin-top: 0.85rem;
  font-size: 1.2rem;
}

.intel-card p {
  margin: 0.55rem 0 0;
  color: #2a2a33;
}

.intel-demo {
  position: relative;
  min-height: 11rem;
  border: 1px solid #e3e3ea;
  border-radius: 0.85rem;
  background: #f6f6f9;
  padding: 0.35rem;
  overflow: hidden;
}

.intel-demo img {
  width: 100%;
  height: 100%;
  min-height: 10.3rem;
  object-fit: cover;
  border-radius: 0.62rem;
  display: block;
  box-shadow: 0 6px 14px rgba(12, 12, 18, 0.08);
}

.vision-title {
  text-align: center;
  margin: 0 auto;
}

.vision-flow {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.vision-step {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #f8f8fb;
  box-shadow: 0 12px 28px rgba(10, 10, 14, 0.05);
  padding: 1rem 0.85rem;
  text-align: center;
}

.vision-step img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
  display: block;
  margin: 0 auto 0.7rem;
}

.vision-step h3 {
  font-size: 1.02rem;
}

.vision-step p {
  margin: 0.48rem 0 0;
  color: #2b2b33;
}

.vision-step::after {
  content: "→";
  position: absolute;
  right: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #adadb7;
  font-weight: 700;
  font-size: 0.95rem;
  z-index: 2;
}

.vision-step:last-child::after {
  content: none;
}

.vision-core {
  background: #ffffff;
  transform: translateY(-0.2rem);
}

.vision-core h3 {
  color: #111116;
}

/* Glow on vision-core uses ::before so it doesn't conflict with the ::after arrow connector */
.vision-core.prism-border::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  z-index: -1;
  opacity: 0.4;
  filter: blur(10px);
  background: linear-gradient(100deg, #f2b134 0%, #e35ac2 48%, #7460ff 100%);
}

/* Reset ::after on vision-core so it renders as a plain arrow, not a glow */
.vision-core.prism-border::after {
  content: "→";
  background: none;
  filter: none;
  opacity: 1;
  inset: auto;
  right: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.outcomes-title {
  text-align: center;
  max-width: 20ch;
  margin: 0 auto;
}

.outcomes-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.outcome-card {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #f7f7fa;
  box-shadow: 0 12px 28px rgba(10, 10, 14, 0.06);
  padding: 1rem;
  text-align: center;
}

.outcome-card img {
  width: 15%;
  border-radius: 0.8rem;
  border: 1px solid #dddde4;
  background: #fff;
  display: block;
  margin: 0 auto;
}

.outcome-card p {
  margin: 0.85rem 0 0;
  font-weight: 600;
  font-size: 1.15rem;
  color: #191920;
}

.final-cta ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.final-cta li {
  margin-bottom: 0.45rem;
}

.vision-transform {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 0.65rem;
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  font-weight: 600;
}

.vision-transform .arrow {
  color: #8a8a95;
}

.final-cta {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.2rem;
  padding: 1.2rem;
  border-radius: 1.3rem;
  border: 1px solid var(--line);
  background: #f7f7f9;
  position: relative;
}


.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 3rem;
}

.site-footer p {
  margin: 0;
  color: #303039;
}

.site-footer a {
  color: #101013;
  font-weight: 600;
}

.hero-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.hero-social a {
  display: flex;
  align-items: center;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}

.hero-social svg {
  width: 28px;
  height: 28px;
}

.hero-social a:hover {
  color: var(--ink);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.footer-links a[aria-label] {
  display: flex;
  align-items: center;
  color: var(--muted);
  transition: color 0.2s;
}

.footer-links a[aria-label]:hover {
  color: var(--ink);
}

@media (max-width: 1080px) {
  .vision-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vision-step::after {
    content: none;
  }
}

@media (max-width: 900px) {
  .hero,
  .problem-grid,
  .final-cta,
  .experience-grid,
  .intel-cards {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    justify-content: center;
  }

  .problem-grid {
    padding: 1.6rem 0;
  }

  .waitlist-form {
    width: 100%;
  }
}

/* Waitlist form layout */
.waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 420px;
}

.waitlist-form label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #a0a0b0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: -0.25rem;
}

.waitlist-form input[type="text"],
.waitlist-form input[type="email"] {
  width: 100%;
  padding: 0.9rem 1.1rem;
  font-size: 1rem;
  font-family: inherit;
  border: 1.5px solid #d1d5db;
  border-radius: 12px;
  background: #ffffff;
  color: #191920;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.waitlist-form input[type="text"]::placeholder,
.waitlist-form input[type="email"]::placeholder {
  color: #9ca3af;
}

.waitlist-form input[type="text"]:focus,
.waitlist-form input[type="email"]:focus {
  border-color: #a855f7;
}

.waitlist-form .btn-primary {
  width: 100%;
  text-align: center;
  margin-top: 0.25rem;
  padding: 1rem;
  font-size: 1.05rem;
}

.form-note {
  font-size: 0.82rem;
  color: #a0a0b0;
  text-align: center;
  margin: 0;
}

.form-success {
  font-size: 1.05rem;
  font-weight: 600;
  color: #a78bfa;
  text-align: center;
  margin: 0.5rem 0;
  padding: 1rem 0;
}

@media (max-width: 780px) {
  .menu-toggle {
    display: inline-flex;
  }

  nav {
    position: absolute;
    top: 4rem;
    right: 4vw;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: min(18rem, 86vw);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 1rem;
    padding: 0.8rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
  }

  nav.open {
    display: flex;
  }

  .shift-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

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

  .vision-flow {
    grid-template-columns: 1fr;
  }

  .vision-core {
    transform: none;
  }

  .decision-scene,
  .decision-scene img {
    min-height: 22rem;
  }
}
