:root {
  color-scheme: light;
  --navy: #07172b;
  --navy-2: #0d2b4d;
  --orange: #f57616;
  --orange-dark: #c95500;
  --teal: #087a8f;
  --sky: #b9e8f0;
  --ink: #0b1c30;
  --muted: #5c6d7c;
  --line: #cbd7e2;
  --paper: #ffffff;
  --mist: #eef4f7;
  --focus: #fbbf24;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

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

body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  min-width: 280px;
}

body,
button,
a { letter-spacing: 0; }

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

a { color: inherit; }

button,
a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.skip-link {
  background: var(--paper);
  color: var(--ink);
  left: 1rem;
  padding: 0.7rem 1rem;
  position: fixed;
  top: -100px;
  z-index: 100;
}

.skip-link:focus { top: 1rem; }

.site-header {
  align-items: center;
  background: rgba(7, 23, 43, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  display: flex;
  height: 72px;
  justify-content: space-between;
  padding: 0 4vw;
  position: sticky;
  top: 0;
  z-index: 50;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 1.08rem;
  font-weight: 800;
  gap: 0.7rem;
  text-decoration: none;
}

.brand img {
  border-radius: 7px;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

.site-nav {
  align-items: center;
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 1.5rem;
}

.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--sky); }

.site-nav .nav-manager {
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  padding: 0.65rem 0.85rem;
}

.menu-button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  display: none;
  height: 44px;
  padding: 10px;
  width: 44px;
}

.menu-button span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 5px 0;
  width: 22px;
}

.hero {
  background: var(--navy);
  color: #fff;
  height: 84svh;
  max-height: 820px;
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.hero::after {
  background: var(--orange);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 42%;
}

.hero-inner {
  height: 100%;
  margin: 0 auto;
  max-width: 1220px;
  padding: 8vh 4vw 0;
  position: relative;
}

.hero-copy {
  max-width: 700px;
  position: relative;
  z-index: 4;
}

.eyebrow {
  color: var(--sky);
  font-size: 0.78rem;
  font-weight: 850;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.eyebrow.dark { color: var(--teal); }

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

h1 {
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.94;
  margin-bottom: 1.5rem;
  max-width: 860px;
}

.hero-summary {
  color: #d7e2eb;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.55;
  max-width: 620px;
}

.beta-label {
  background: var(--orange);
  border-radius: 4px;
  color: #1f1307;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 900;
  margin: 0.4rem 0 0.8rem;
  padding: 0.42rem 0.62rem;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 850;
  gap: 0.75rem;
  justify-content: center;
  min-height: 52px;
  padding: 0.85rem 1.1rem;
  text-decoration: none;
}

.button-primary {
  background: var(--orange);
  border-color: var(--orange);
  color: #1d1208;
}

.button-primary:hover { background: #ff8a31; }

.button-secondary {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.button-secondary:hover { background: rgba(255, 255, 255, 0.08); }

.button-outline-dark {
  border-color: var(--navy-2);
  color: var(--navy-2);
}

.button-outline-dark:hover { background: var(--mist); }

.returning-user {
  color: #b8c6d3;
  font-size: 0.9rem;
  margin-top: 1rem;
}

.returning-user a { color: #fff; font-weight: 750; }

.hero-product {
  bottom: -170px;
  position: absolute;
  right: 4vw;
  width: min(370px, 32vw);
  z-index: 2;
}

.phone-frame {
  background: #0b1018;
  border: 8px solid #18283a;
  border-radius: 34px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.38);
  height: 690px;
  overflow: hidden;
  padding: 14px 6px 6px;
  position: relative;
}

.phone-frame img {
  border-radius: 22px 22px 0 0;
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.phone-speaker {
  background: #111a24;
  border-radius: 0 0 12px 12px;
  height: 17px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 108px;
  z-index: 2;
}

.actual-product-label {
  background: var(--paper);
  border-radius: 4px;
  bottom: 180px;
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 800;
  margin: 0;
  padding: 0.5rem 0.65rem;
  position: absolute;
  right: -0.5rem;
  text-transform: uppercase;
}

.pilot-strip {
  background: var(--orange);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 1.25rem 5vw;
}

.pilot-strip div {
  align-items: baseline;
  display: flex;
  gap: 0.6rem;
  justify-content: center;
}

.pilot-strip strong { font-size: 1rem; }
.pilot-strip span { font-size: 0.84rem; }

.statement-section,
.product-tour,
.workflow,
.beta-callout,
.manager-route {
  margin: 0 auto;
  max-width: 1220px;
  padding: 6.5rem 4vw;
}

.statement-section {
  display: grid;
  gap: 5rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.section-copy { align-self: start; position: sticky; top: 110px; }

h2 {
  font-size: clamp(2.15rem, 5vw, 4.6rem);
  line-height: 1.02;
  margin-bottom: 1.25rem;
}

.section-copy > p:not(.eyebrow),
.tour-heading > p:not(.eyebrow),
.beta-callout p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.text-link {
  color: var(--navy-2);
  display: inline-block;
  font-weight: 850;
  margin-top: 0.8rem;
  text-underline-offset: 5px;
}

.principles { border-top: 1px solid var(--line); }

.principles article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0.5rem 1.25rem;
  grid-template-columns: 44px 1fr;
  padding: 1.7rem 0;
}

.principles article > span {
  color: var(--orange-dark);
  font-size: 0.8rem;
  font-weight: 900;
  grid-row: span 2;
}

.principles h3 { font-size: 1.3rem; margin-bottom: 0; }
.principles p { color: var(--muted); line-height: 1.6; margin: 0; }

.product-tour {
  background: var(--mist);
  max-width: none;
  padding-left: max(4vw, calc((100vw - 1220px) / 2));
  padding-right: max(4vw, calc((100vw - 1220px) / 2));
}

.tour-heading { max-width: 760px; }

.tour-layout {
  align-items: start;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  margin-top: 3rem;
}

.tour-tabs {
  border-top: 1px solid #afbecb;
  display: grid;
}

.tour-tabs button {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #afbecb;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 1rem;
  grid-template-columns: 40px 1fr;
  min-height: 78px;
  padding: 1rem 0;
  text-align: left;
}

.tour-tabs button span { color: var(--muted); font-size: 0.75rem; }
.tour-tabs button strong { font-size: 1.05rem; }

.tour-tabs button[aria-selected="true"] { color: var(--teal); }
.tour-tabs button[aria-selected="true"] span { color: var(--orange-dark); }

.tour-stage {
  align-items: center;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(230px, 330px) 1fr;
}

.tour-phone {
  background: #0b1018;
  border: 7px solid #18283a;
  border-radius: 28px;
  box-shadow: 0 24px 52px rgba(7, 23, 43, 0.24);
  height: 620px;
  overflow: hidden;
  padding: 12px 5px 5px;
}

.tour-phone img {
  border-radius: 18px 18px 0 0;
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.tour-caption > p:first-child {
  color: var(--orange-dark);
  font-size: 0.75rem;
  font-weight: 900;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.tour-caption h3 { font-size: 1.65rem; line-height: 1.15; }
.tour-caption > p:last-child { color: var(--muted); line-height: 1.65; }

.workflow {
  background: var(--navy);
  color: #fff;
  max-width: none;
  padding-left: max(4vw, calc((100vw - 1220px) / 2));
  padding-right: max(4vw, calc((100vw - 1220px) / 2));
}

.workflow-heading { max-width: 700px; }

.workflow ol {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
}

.workflow li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 40px 1fr;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
}

.workflow li > span { color: var(--orange); font-weight: 900; }
.workflow h3 { font-size: 1.25rem; }
.workflow li p { color: #b9c7d4; line-height: 1.6; }

.beta-callout {
  align-items: center;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1.3fr) minmax(250px, 0.7fr);
}

.beta-callout h2 { font-size: clamp(2.1rem, 4vw, 3.8rem); }
.beta-actions { display: grid; gap: 0.7rem; }
.beta-actions small { color: var(--muted); text-align: center; }

.manager-route {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.manager-route h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); margin-bottom: 0; max-width: 760px; }

footer {
  align-items: center;
  background: #06111f;
  color: #d9e3ec;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto auto;
  padding: 2rem 4vw;
}

.footer-brand { align-items: center; display: flex; gap: 0.8rem; }
.footer-brand img { border-radius: 7px; height: 48px; width: 48px; }
.footer-brand div { display: grid; }
.footer-brand strong { color: #fff; }
.footer-brand span { color: #9dafbf; font-size: 0.8rem; }
footer nav { display: flex; gap: 1.2rem; }
footer nav a { font-size: 0.85rem; font-weight: 700; }
footer > p { color: #9dafbf; font-size: 0.8rem; margin: 0; }

@media (max-width: 980px) {
  .hero-copy { max-width: 62vw; }
  .hero-product { right: 0; width: 34vw; }
  .tour-stage { gap: 1.5rem; grid-template-columns: 260px 1fr; }
  .statement-section { gap: 3rem; }
}

@media (max-width: 760px) {
  .site-header { height: 64px; padding-inline: 18px; }
  .menu-button { display: block; }
  .site-nav {
    align-items: stretch;
    background: var(--navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
    gap: 0;
    left: 0;
    padding: 0.5rem 18px 1rem;
    position: absolute;
    right: 0;
    top: 64px;
  }
  .site-nav.open { display: grid; }
  .site-nav a { border-bottom: 1px solid rgba(255, 255, 255, 0.13); padding: 0.9rem 0; }
  .site-nav .nav-manager { border: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.13); border-radius: 0; }

  .hero { height: 86svh; max-height: 760px; min-height: 650px; }
  .hero-inner { padding: 3.6rem 20px 0; }
  .hero-copy { max-width: none; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.15rem); line-height: 0.98; max-width: 620px; }
  .hero-summary { font-size: 1.04rem; max-width: 560px; }
  .hero-actions { display: grid; max-width: 500px; }
  .button { width: 100%; }
  .returning-user { text-align: center; }
  .hero-product { bottom: -360px; opacity: 0.72; right: -15px; width: 230px; }
  .phone-frame { height: 520px; }
  .actual-product-label { display: none; }

  .pilot-strip { gap: 1rem; padding: 1.1rem 20px; }
  .pilot-strip div { align-items: center; display: grid; gap: 0.1rem; justify-content: start; }
  .pilot-strip span { line-height: 1.25; }

  .statement-section,
  .product-tour,
  .workflow,
  .beta-callout,
  .manager-route { padding: 4.5rem 20px; }

  .statement-section { display: block; }
  .section-copy { position: static; }
  .principles { margin-top: 3rem; }

  .tour-layout { display: block; margin-top: 2rem; }
  .tour-tabs { grid-template-columns: repeat(3, 1fr); }
  .tour-tabs button { display: grid; gap: 0.3rem; grid-template-columns: 1fr; padding: 0.7rem; text-align: center; }
  .tour-tabs button strong { font-size: 0.8rem; }
  .tour-stage { display: grid; grid-template-columns: minmax(190px, 0.75fr) minmax(0, 1fr); margin-top: 2rem; }
  .tour-phone { height: 500px; }
  .tour-caption h3 { font-size: 1.3rem; }

  .workflow ol { display: grid; grid-template-columns: 1fr; }
  .workflow li { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.2); padding: 1.4rem 0; }

  .beta-callout { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
  .manager-route { align-items: stretch; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .brand img { height: 40px; width: 40px; }
  .hero { height: 88svh; min-height: 700px; }
  .hero-inner { padding-top: 2.5rem; }
  h1 { font-size: clamp(2.6rem, 13.5vw, 3.65rem); }
  .hero-summary { line-height: 1.48; }
  .hero-product { bottom: -345px; right: -35px; width: 210px; }

  .pilot-strip { grid-template-columns: 1fr; }
  .pilot-strip div { grid-template-columns: 64px 1fr; }

  h2 { font-size: clamp(2rem, 11vw, 3rem); }
  .tour-tabs { overflow: hidden; }
  .tour-tabs button { min-width: 0; padding-inline: 0.35rem; }
  .tour-stage { grid-template-columns: 1fr; }
  .tour-phone { height: 580px; margin: 0 auto; max-width: 310px; width: 100%; }
  .tour-caption { text-align: center; }
  .manager-route .button { width: 100%; }
  footer nav { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
