:root {
  --watch-bg: #07111f;
  --watch-bg-soft: #0b1728;
  --watch-panel: #101f34;
  --watch-line: rgba(163, 184, 211, .16);
  --watch-text: #f7f9fd;
  --watch-muted: #9dacbf;
  --watch-orange: #ff6b0b;
  --watch-orange-soft: rgba(255, 107, 11, .12);
}

.watch-page {
  background: var(--watch-bg);
  color: var(--watch-text);
}

.watch-page .watch-nav {
  background: rgba(7, 17, 31, .96);
  border-bottom: 1px solid var(--watch-line);
}

.watch-page .watch-nav .nav-links a,
.watch-page .watch-nav .btn-ghost {
  color: #d9e1ec;
}

.watch-page .watch-nav .nav-links a:hover,
.watch-page .watch-nav .nav-links a.active {
  color: var(--watch-orange);
}

.watch-page .watch-nav .nav-burger span {
  background: #fff;
}

.watch-main {
  overflow: visible;
  background:
    radial-gradient(circle at 76% 10%, rgba(28, 72, 126, .18), transparent 30%),
    linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.018) 50%, transparent 50.1%),
    var(--watch-bg);
}

.watch-wrap {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
}

.watch-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--watch-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.watch-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

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

.watch-main h1,
.watch-main h2,
.watch-main h3 {
  color: var(--watch-text);
  letter-spacing: -.045em;
}

.watch-main p {
  color: var(--watch-muted);
  line-height: 1.72;
}

.watch-hero {
  min-height: 690px;
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--watch-line);
}

.watch-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 80px;
  padding: 92px 0;
}

.watch-hero-copy h1 {
  max-width: 620px;
  margin: 14px 0 22px;
  font-size: clamp(60px, 6.6vw, 92px);
  line-height: .94;
}

.watch-hero-copy > p {
  max-width: 590px;
  font-size: 20px;
}

.watch-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  color: var(--watch-muted);
  font-size: 14px;
}

.watch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid var(--watch-orange);
  border-radius: 999px;
  background: var(--watch-orange);
  color: #07111f;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 16px 38px rgba(255, 107, 11, .23);
  transition: transform .2s ease, box-shadow .2s ease;
}

.watch-button:hover {
  color: #07111f;
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(255, 107, 11, .34);
}

.watch-hero-proof {
  position: relative;
  width: min(100%, 450px);
  margin: 0 auto;
  padding: 24px;
  border: 1px solid var(--watch-line);
  border-radius: 56px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012));
  box-shadow: 0 45px 100px rgba(0,0,0,.34);
}

.watch-hero-proof::before {
  content: "";
  position: absolute;
  inset: 14% -12%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,11,.17), transparent 66%);
  filter: blur(20px);
}

.watch-hero-proof img,
.watch-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.watch-hero-proof img {
  border-radius: 35px;
}

.watch-hero-proof figcaption {
  margin-top: 12px;
  color: var(--watch-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.watch-why {
  padding: 108px 0;
  border-bottom: 1px solid var(--watch-line);
}

.watch-copy-narrow {
  max-width: 900px;
}

.watch-copy-narrow h2,
.watch-section-head h2,
.watch-benefits h2,
.watch-final h2 {
  margin: 18px 0 20px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
}

.watch-copy-narrow p,
.watch-section-head p {
  max-width: 760px;
  font-size: 18px;
}

.watch-workflow {
  padding: 116px 0 70px;
}

.watch-section-head {
  margin-bottom: 74px;
}

.watch-step {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  align-items: center;
  gap: 118px;
  min-height: 580px;
  padding: 54px 0;
  border-top: 1px solid var(--watch-line);
}

.watch-step-reverse .watch-shot,
.watch-step-reverse .watch-proof-stack {
  grid-column: 2;
}

.watch-step-reverse .watch-step-copy {
  grid-column: 1;
  grid-row: 1;
}

.watch-shot {
  width: min(100%, 420px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 46px;
  background: #f5f5f4;
  box-shadow: 0 42px 80px rgba(0,0,0,.32);
}

.watch-step-copy {
  max-width: 560px;
}

.watch-step-number {
  display: block;
  margin-bottom: 22px;
  color: transparent;
  font-size: 78px;
  font-weight: 400;
  line-height: .75;
  -webkit-text-stroke: 1px rgba(255, 107, 11, .82);
}

.watch-step-copy h3 {
  margin-bottom: 20px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.03;
}

.watch-step-copy p {
  max-width: 590px;
  font-size: 18px;
}

.watch-step-copy strong {
  display: inline-block;
  margin-top: 10px;
  color: var(--watch-orange);
  font-size: 14px;
  letter-spacing: .02em;
}

.watch-signals-step .watch-shot {
  box-shadow: 0 42px 90px rgba(255, 107, 11, .09);
}

.watch-proof-stack {
  position: relative;
  min-height: 570px;
}

.watch-proof-stack .watch-shot {
  position: absolute;
  width: 76%;
}

.watch-proof-stack .watch-shot:first-child {
  top: 0;
  left: 0;
}

.watch-proof-stack .watch-shot-front {
  right: 0;
  bottom: 0;
  z-index: 2;
  border-color: rgba(255,107,11,.38);
}

.watch-benefits {
  padding: 118px 0;
  border-top: 1px solid var(--watch-line);
  border-bottom: 1px solid var(--watch-line);
  background:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px),
    var(--watch-bg-soft);
  background-size: 56px 56px;
}

.watch-benefits h2 {
  max-width: 790px;
  margin-bottom: 50px;
}

.watch-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.watch-benefit-grid article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--watch-line);
  border-radius: 18px;
  background: rgba(16, 31, 52, .88);
}

.watch-benefit-grid article > span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid rgba(255,107,11,.48);
  border-radius: 9px;
  color: var(--watch-orange);
  font-size: 11px;
  font-weight: 800;
}

.watch-benefit-grid h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.watch-benefit-grid p {
  margin-bottom: 0;
  font-size: 15px;
}

.watch-iphone {
  padding: 100px 0;
}

.watch-iphone-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
  padding: 48px 54px;
  border: 1px solid var(--watch-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 0 100%, rgba(255,107,11,.09), transparent 35%),
    rgba(255,255,255,.025);
}

.watch-iphone-card h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 3.4vw, 44px);
}

.watch-iphone-card p {
  max-width: 650px;
  margin-bottom: 0;
}

.watch-final {
  padding: 92px 0 122px;
  border-top: 1px solid var(--watch-line);
  text-align: center;
}

.watch-final h2 {
  margin-top: 22px;
}

.watch-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 30px 0;
}

.watch-price b {
  font-size: 72px;
  letter-spacing: -.06em;
}

.watch-price span {
  color: var(--watch-muted);
}

.watch-final p {
  margin-bottom: 30px;
}

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

@media (max-width: 1100px) {
  .watch-page .watch-nav .nav-links {
    gap: 14px;
  }

  .watch-page .watch-nav .nav-links a {
    font-size: 13px;
  }

  .watch-page .watch-nav .btn-ghost {
    display: none;
  }
}

@media (max-width: 900px) {
  .watch-hero {
    min-height: auto;
  }

  .watch-hero-grid {
    grid-template-columns: 1fr;
    gap: 58px;
    padding: 76px 0;
  }

  .watch-hero-copy {
    text-align: center;
  }

  .watch-hero-copy h1,
  .watch-hero-copy > p {
    margin-left: auto;
    margin-right: auto;
  }

  .watch-actions {
    justify-content: center;
  }

  .watch-step {
    grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
    gap: 58px;
  }

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

@media (max-width: 760px) {
  .watch-wrap {
    width: min(100% - 30px, 620px);
  }

  .watch-hero-copy h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .watch-hero-copy > p {
    font-size: 17px;
  }

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

  .watch-hero-proof {
    width: min(100%, 390px);
    padding: 14px;
    border-radius: 38px;
  }

  .watch-why,
  .watch-benefits {
    padding: 82px 0;
  }

  .watch-copy-narrow h2,
  .watch-section-head h2,
  .watch-benefits h2,
  .watch-final h2 {
    font-size: clamp(39px, 11vw, 54px);
  }

  .watch-workflow {
    padding: 88px 0 30px;
  }

  .watch-section-head {
    margin-bottom: 44px;
  }

  .watch-step,
  .watch-step-reverse {
    display: flex;
    min-height: auto;
    flex-direction: column;
    gap: 42px;
    padding: 72px 0;
  }

  .watch-step-reverse .watch-shot,
  .watch-step-reverse .watch-proof-stack,
  .watch-step-reverse .watch-step-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .watch-step-copy {
    width: 100%;
  }

  .watch-step-number {
    font-size: 62px;
  }

  .watch-step-copy h3 {
    font-size: 38px;
  }

  .watch-step-copy p {
    font-size: 16px;
  }

  .watch-shot {
    width: min(100%, 370px);
    border-radius: 36px;
  }

  .watch-proof-stack {
    width: 100%;
    min-height: 520px;
  }

  .watch-benefit-grid {
    grid-template-columns: 1fr;
  }

  .watch-benefit-grid article {
    min-height: 0;
  }

  .watch-iphone-card {
    grid-template-columns: 1fr;
    padding: 34px 28px;
  }

  .watch-iphone-card .watch-button {
    width: 100%;
  }

  .watch-final {
    padding: 72px 0 100px;
  }
}

@media (max-width: 420px) {
  .watch-hero-grid {
    padding-top: 58px;
  }

  .watch-eyebrow {
    font-size: 10px;
  }

  .watch-proof-stack {
    min-height: 450px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .watch-hero-copy,
  .watch-hero-proof {
    animation: watch-rise .75s cubic-bezier(.2,.8,.2,1) both;
  }

  .watch-hero-proof {
    animation-delay: .12s;
  }

  @keyframes watch-rise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
  }
}
