@font-face {
  font-family: "Geist";
  src: url("/marketing/fonts/Geist-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  font-family: "Geist", "Segoe UI", sans-serif;
  color: #031824;
  background: #f7f7f2;
  font-synthesis: none;
  --orange: #ff610a;
  --orange-deep: #b9400a;
  --orange-soft: #fff0e6;
  --ink: #031824;
  --ink-soft: #334650;
  --muted: #66757d;
  --paper: #f7f7f2;
  --surface: #ffffff;
  --line: #dfe3df;
  --dark: #071b26;
  --dark-soft: #112c38;
  --shadow: 0 28px 80px rgb(3 24 36 / 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 87% 6%, rgb(255 97 10 / 0.1), transparent 26rem),
    var(--paper);
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgb(3 24 36 / 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgb(3 24 36 / 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
  content: "";
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

::selection {
  color: var(--ink);
  background: #ffd3b9;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgb(3 24 36 / 0.08);
  background: rgb(247 247 242 / 0.88);
  backdrop-filter: blur(18px);
}

.nav-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.product-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 1.05rem;
  font-weight: 780;
  letter-spacing: -0.03em;
}

.product-brand > img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}

.umbrella-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-left: 5px;
  padding-left: 17px;
  color: var(--muted);
  border-left: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 650;
}

.umbrella-link img {
  width: 34px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-left: auto;
  color: var(--ink-soft);
  font-size: 0.87rem;
  font-weight: 600;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--orange-deep);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  color: var(--ink);
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgb(255 97 10 / 0.24);
  font-size: 0.9rem;
  font-weight: 740;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  background: #ff7b33;
  box-shadow: 0 16px 36px rgb(255 97 10 / 0.3);
  transform: translateY(-2px);
}

.button--small {
  min-height: 42px;
  padding-inline: 17px;
  font-size: 0.82rem;
}

.button--secondary {
  color: var(--ink);
  background: transparent;
  border-color: rgb(3 24 36 / 0.22);
  box-shadow: none;
}

.button--secondary:hover {
  color: var(--orange-deep);
  background: #fff;
  border-color: rgb(255 97 10 / 0.48);
  box-shadow: 0 12px 32px rgb(3 24 36 / 0.08);
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  padding-block: 84px 104px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  gap: clamp(48px, 8vw, 106px);
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: var(--orange-deep);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 26px;
  height: 2px;
  background: var(--orange);
  content: "";
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(3.25rem, 6.3vw, 6.25rem);
  font-weight: 690;
  letter-spacing: -0.073em;
  line-height: 0.94;
}

h1 em {
  color: var(--orange);
  font-style: normal;
}

.hero-lede {
  max-width: 610px;
  margin-bottom: 31px;
  color: var(--ink-soft);
  font-size: clamp(1.04rem, 1.45vw, 1.25rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.access-note {
  max-width: 560px;
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.access-note::before {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  margin-top: 6px;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgb(255 97 10 / 0.12);
  content: "";
}

.demo-stage {
  position: relative;
  min-height: 520px;
  perspective: 1600px;
  isolation: isolate;
}

.demo-stage::before,
.demo-stage::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.demo-stage::before {
  z-index: -2;
  inset: 6% -8% -4% 9%;
  background: radial-gradient(circle at 48% 45%, #ff8c4c 0, #ff610a 18%, #d94800 44%, #071b26 45%, #071b26 61%, transparent 62%);
  filter: blur(1px);
  opacity: 0.92;
  transform: rotate(-8deg) scale(0.84);
  animation: orbit-breathe 8s ease-in-out infinite;
}

.demo-stage::after {
  z-index: -1;
  right: 5%;
  bottom: 2%;
  width: 72%;
  height: 20%;
  background: rgb(3 24 36 / 0.28);
  filter: blur(42px);
  transform: rotate(-6deg);
}

.screen-card {
  position: absolute;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgb(255 255 255 / 0.7);
  border-radius: 18px;
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.screen-card:hover {
  z-index: 5;
  box-shadow: 0 36px 96px rgb(3 24 36 / 0.24);
}

.screen-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.screen-card--primary {
  inset: 6% 0 11% 4%;
  transform: rotateY(-11deg) rotateX(3deg) rotateZ(-1deg);
}

.screen-card--primary:hover {
  transform: rotateY(-3deg) rotateX(1deg) translateY(-7px);
}

.screen-card--secondary {
  width: 56%;
  height: 43%;
  right: -6%;
  bottom: -1%;
  transform: rotateY(-8deg) rotateZ(3deg) translateZ(60px);
}

.screen-card--secondary:hover {
  transform: rotateY(-2deg) rotateZ(1deg) translateZ(80px) translateY(-5px);
}

.demo-stage--portrait .screen-card--primary {
  inset: 1% 8% 0 20%;
}

.demo-stage--portrait .screen-card--secondary {
  width: 49%;
  height: 58%;
  right: -3%;
  bottom: -4%;
}

.stage-chip {
  position: absolute;
  z-index: 7;
  top: 3%;
  right: -1%;
  max-width: 190px;
  padding: 12px 15px;
  color: #fff;
  background: rgb(7 27 38 / 0.92);
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgb(3 24 36 / 0.22);
  backdrop-filter: blur(14px);
  font-size: 0.76rem;
  line-height: 1.45;
  animation: float 5.5s ease-in-out infinite;
}

.stage-chip strong {
  display: block;
  margin-bottom: 3px;
  color: #ffb185;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.signal-strip {
  color: #fff;
  background: var(--dark);
}

.signal-strip__inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, auto);
  gap: 38px;
  align-items: center;
}

.signal-strip p {
  margin-bottom: 0;
  color: #d5dfe3;
  font-size: 0.91rem;
}

.signal-strip span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 680;
}

.signal-strip span::before {
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
  content: "";
}

.section {
  padding-block: clamp(78px, 10vw, 132px);
}

.section--white {
  background: #fff;
}

.section--dark {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--dark);
}

.section--dark::after {
  position: absolute;
  right: -18vw;
  bottom: -48vw;
  width: 70vw;
  height: 70vw;
  background: radial-gradient(circle, rgb(255 97 10 / 0.24), transparent 65%);
  content: "";
  pointer-events: none;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading h2,
.story-copy h2,
.closing h2 {
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 4.6vw, 4.65rem);
  font-weight: 650;
  letter-spacing: -0.057em;
  line-height: 1;
}

.section-heading p,
.story-copy > p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  position: relative;
  min-height: 310px;
  padding: 30px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  transition: transform 230ms ease, border-color 230ms ease, box-shadow 230ms ease;
}

.feature-card::before {
  position: absolute;
  top: -70px;
  right: -55px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgb(255 97 10 / 0.25), transparent 67%);
  content: "";
}

.feature-card:hover {
  border-color: rgb(255 97 10 / 0.38);
  box-shadow: 0 22px 58px rgb(3 24 36 / 0.1);
  transform: translateY(-7px);
}

.feature-number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
  color: var(--orange-deep);
  background: var(--orange-soft);
  border-radius: 14px;
  font-size: 0.76rem;
  font-weight: 800;
}

.feature-card h3 {
  margin-bottom: 13px;
  font-size: 1.33rem;
  letter-spacing: -0.03em;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.story-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: clamp(44px, 8vw, 100px);
  align-items: center;
}

.section--dark .eyebrow {
  color: #ffad7d;
}

.section--dark .story-copy > p {
  color: #b8c6cc;
}

.story-points {
  display: grid;
  gap: 17px;
  margin-top: 34px;
}

.story-points div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  align-items: start;
  color: #d9e2e5;
  line-height: 1.55;
}

.story-points b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: var(--orange);
  border-radius: 50%;
  font-size: 0.74rem;
}

.story-media {
  position: relative;
  padding: 18px;
  background: rgb(255 255 255 / 0.07);
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 25px;
  box-shadow: 0 28px 80px rgb(0 0 0 / 0.28);
  transform: perspective(1500px) rotateY(-4deg) rotateX(2deg);
  transition: transform 300ms ease;
}

.story-media:hover {
  transform: perspective(1500px) rotateY(0) rotateX(0) translateY(-5px);
}

.story-media img {
  width: 100%;
  border-radius: 13px;
}

.story-media figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 4px 0;
  color: #aebdc3;
  font-size: 0.73rem;
}

.story-media figcaption strong {
  color: #fff;
}

.workflow {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(50px, 9vw, 120px);
  align-items: start;
}

.workflow .section-heading {
  position: sticky;
  top: 124px;
  margin-bottom: 0;
}

.workflow-steps {
  border-top: 1px solid var(--line);
}

.workflow-step {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 22px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.workflow-step > span {
  color: var(--orange);
  font-size: 1.02rem;
  font-weight: 800;
}

.workflow-step h3 {
  margin-bottom: 9px;
  font-size: 1.27rem;
  letter-spacing: -0.025em;
}

.workflow-step p {
  max-width: 570px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.67;
}

.audience-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}

.audience-panel {
  min-height: 320px;
  padding: 38px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.audience-panel--orange {
  color: var(--ink);
  background: var(--orange);
  border-color: var(--orange);
}

.audience-panel h3 {
  max-width: 500px;
  margin-bottom: 27px;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.audience-list li {
  padding: 9px 13px;
  color: var(--ink-soft);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 650;
}

.audience-panel--orange p {
  max-width: 520px;
  color: #1c2d35;
  font-size: 1rem;
  line-height: 1.72;
}

.audience-panel--orange a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgb(3 24 36 / 0.65);
  font-weight: 750;
}

.audience-panel--orange .eyebrow {
  color: var(--ink);
}

.audience-panel--orange .eyebrow::before {
  background: var(--ink);
}

.closing-wrap {
  padding-block: 40px 110px;
}

.closing {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 7vw, 82px);
  color: #fff;
  background: var(--dark);
  border-radius: 30px;
}

.closing::after {
  position: absolute;
  right: -5%;
  bottom: -64%;
  width: 47%;
  aspect-ratio: 1;
  background: radial-gradient(circle, var(--orange) 0 18%, #b83f08 19% 37%, transparent 38%);
  border-radius: 50%;
  opacity: 0.75;
  content: "";
  transform: rotate(-12deg);
}

.closing > * {
  position: relative;
  z-index: 1;
}

.closing h2 {
  max-width: 780px;
}

.closing p {
  max-width: 650px;
  margin-bottom: 28px;
  color: #bdcbd0;
  font-size: 1.04rem;
  line-height: 1.7;
}

.site-footer {
  padding-block: 29px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.79rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-links {
  display: flex;
  gap: 22px;
}

.footer-links a:hover {
  color: var(--orange-deep);
}

@keyframes float {
  0%, 100% { transform: translate3d(0, 0, 80px); }
  50% { transform: translate3d(0, -9px, 80px); }
}

@keyframes orbit-breathe {
  0%, 100% { transform: rotate(-8deg) scale(0.84); }
  50% { transform: rotate(-4deg) scale(0.9); }
}

@media (max-width: 1040px) {
  .umbrella-link span,
  .nav-links a:not(.button) {
    display: none;
  }

  .nav-links {
    gap: 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 780px;
  }

  .demo-stage {
    width: min(780px, 100%);
    margin-inline: auto;
  }

  .signal-strip__inner {
    grid-template-columns: 1fr repeat(3, auto);
    gap: 20px;
  }
}

@media (max-width: 780px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  .site-header {
    position: relative;
  }

  .nav-shell {
    min-height: 70px;
    gap: 12px;
  }

  .umbrella-link {
    padding-left: 12px;
  }

  .umbrella-link img {
    width: 28px;
  }

  .nav-links .button {
    min-height: 38px;
    padding-inline: 13px;
  }

  .hero {
    min-height: 0;
    padding-block: 58px 75px;
  }

  .hero-grid {
    gap: 55px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .demo-stage {
    min-height: 420px;
  }

  .demo-stage--portrait {
    min-height: 500px;
  }

  .stage-chip {
    right: 0;
  }

  .signal-strip__inner {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    padding-block: 24px;
  }

  .signal-strip p {
    grid-column: 1 / -1;
  }

  .signal-strip span:last-child {
    grid-column: 1 / -1;
  }

  .feature-grid,
  .story-grid,
  .workflow,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 0;
  }

  .feature-number {
    margin-bottom: 42px;
  }

  .workflow .section-heading {
    position: static;
  }

  .story-media {
    transform: none;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .product-brand > span {
    display: none;
  }

  .umbrella-link {
    margin-left: 0;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .nav-links .button {
    width: auto;
  }

  .demo-stage,
  .demo-stage--portrait {
    min-height: 350px;
  }

  .screen-card--primary,
  .demo-stage--portrait .screen-card--primary {
    inset: 5% 3% 15%;
    transform: rotateY(-6deg) rotateZ(-1deg);
  }

  .screen-card--secondary,
  .demo-stage--portrait .screen-card--secondary {
    width: 54%;
    height: 44%;
    right: -1%;
  }

  .stage-chip {
    top: -3%;
    max-width: 160px;
    font-size: 0.68rem;
  }

  .section-heading h2,
  .story-copy h2,
  .closing h2 {
    font-size: 2.55rem;
  }

  .workflow-step {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .audience-panel {
    min-height: 0;
    padding: 28px;
  }

  .closing-wrap {
    padding-bottom: 70px;
  }

  .closing {
    padding: 34px 26px;
    border-radius: 22px;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
