:root {
  color-scheme: light;
  --bg: #f5f7f8;
  --surface: #ffffff;
  --surface-soft: #eef3f5;
  --ink: #10171d;
  --muted: #5d6a73;
  --line: #d9e2e7;
  --night: #11181f;
  --lime: #d9f85f;
  --teal: #087f7a;
  --blue: #2d63d8;
  --coral: #ef6b5a;
  --shadow: 0 26px 80px rgba(16, 23, 29, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

body::selection {
  background: var(--lime);
  color: var(--night);
}

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

a {
  color: inherit;
}

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

h1 {
  margin-bottom: 20px;
  font-size: 6rem;
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: 3.65rem;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.7rem;
  line-height: 1.12;
  letter-spacing: 0;
}

p {
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 16px 5vw;
  border-bottom: 1px solid rgba(217, 226, 231, 0.76);
  background: rgba(244, 247, 248, 0.86);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.brand,
.nav-links,
.header-actions,
.header-cta,
.header-link,
.button,
.hero-proof,
.app-notes,
.footer-contact {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 9px;
  background: var(--night);
  color: var(--lime);
  font-weight: 900;
}

.nav-links {
  justify-content: center;
  gap: 22px;
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-links a {
  color: var(--muted);
  text-decoration: none;
  transition: color 180ms ease;
}

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

.header-actions {
  justify-content: flex-end;
  gap: 10px;
}

.header-cta,
.header-link,
.button {
  min-height: 46px;
  justify-content: center;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.header-link {
  padding: 0 14px;
  border: 1px solid rgba(16, 23, 29, 0.12);
  color: var(--ink);
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.46);
}

.header-cta {
  padding: 0 16px;
  background: var(--night);
  color: white;
  font-size: 0.9rem;
}

.button {
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--lime);
  color: var(--night);
  box-shadow: 0 14px 34px rgba(217, 248, 95, 0.18);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: white;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 79px);
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(500px, 1.22fr);
  gap: clamp(42px, 5.5vw, 92px);
  align-items: center;
  overflow: hidden;
  padding: clamp(96px, 9vw, 136px) 5vw clamp(72px, 7vw, 104px);
  background:
    linear-gradient(115deg, rgba(17, 24, 31, 0.98) 0%, rgba(17, 24, 31, 0.92) 43%, rgba(17, 24, 31, 0.54) 72%, rgba(17, 24, 31, 0.32) 100%),
    linear-gradient(145deg, #11181f 0%, #24333b 54%, #5f766f 100%);
  color: white;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.54), transparent 78%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.54), transparent 78%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(17, 24, 31, 0.92), rgba(17, 24, 31, 0));
}

.hero-media {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  width: min(100%, 1040px);
  min-width: 0;
}

.hero-shot {
  position: relative;
  aspect-ratio: 3 / 2;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.24);
  border-radius: 28px;
  background: #10171d;
  opacity: 0.94;
  transform: rotate(-1deg);
  box-shadow:
    0 44px 120px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  transform-origin: 48% 54%;
  animation: heroShotIn 1100ms 160ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-shot::before,
.hero-shot::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-shot::before {
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(0deg, rgba(17, 24, 31, 0.22), transparent 32%);
  opacity: 0.68;
}

.hero-shot::after {
  inset: 12px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
}

.hero-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.012);
  animation: heroImageDrift 12s 1.1s ease-in-out infinite alternate;
}

.hero-content {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 1;
  width: min(680px, 100%);
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.hero-content > .eyebrow,
.hero-content > h1,
.hero-content > p:not(.eyebrow),
.hero-actions,
.hero-proof {
  opacity: 0;
  transform: translateY(18px);
  animation: heroCopyIn 780ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-content > .eyebrow {
  animation-delay: 70ms;
}

.hero-content > h1 {
  animation-delay: 150ms;
}

.hero-content > p:not(.eyebrow) {
  animation-delay: 240ms;
}

.hero-actions {
  animation-delay: 340ms;
}

.hero-proof {
  animation-delay: 460ms;
}

.hero .eyebrow {
  color: var(--lime);
}

.hero-content > p:not(.eyebrow) {
  max-width: 640px;
  color: #dce5e7;
  font-size: 1.35rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 44px 0 0;
  max-width: 660px;
}

.hero-proof div {
  min-width: 0;
  min-height: 104px;
  padding: 16px;
  border-left: 3px solid var(--lime);
  background: rgba(255, 255, 255, 0.065);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.proof-label {
  display: block;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-proof strong {
  display: block;
  color: #eef3f5;
  font-weight: 800;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  gap: 72px;
  align-items: start;
}

.intro {
  padding-bottom: 70px;
}

.intro-copy p {
  font-size: 1.15rem;
}

.section-heading,
.tour-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading.centered p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
  max-width: 680px;
  font-size: 1.12rem;
}

.audience {
  padding-top: 44px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.audience-grid article,
.assurance-grid article {
  min-height: 218px;
  padding: 28px;
  border: 1px solid rgba(16, 23, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 60px rgba(16, 23, 29, 0.06);
}

.audience-grid h3,
.assurance-grid h3 {
  font-size: 1.45rem;
}

.audience-grid p,
.assurance-grid p {
  margin-bottom: 0;
}

.customer-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.6fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
}

.customer-proof-copy h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.customer-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(16, 23, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 68px rgba(16, 23, 29, 0.08);
}

.customer-logo-frame {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(16, 23, 29, 0.08);
  border-radius: 18px;
  background: var(--night);
  color: var(--lime);
  font-weight: 900;
}

.customer-logo-frame img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  background: white;
}

.customer-logo-frame span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.customer-logo-frame.has-logo span {
  display: none;
}

.customer-card strong {
  display: block;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.1;
}

.customer-card p {
  margin-bottom: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-grid article {
  min-height: 244px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 16px 42px rgba(16, 23, 29, 0.05);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.feature-grid article:hover {
  border-color: rgba(45, 99, 216, 0.36);
  transform: translateY(-3px);
  box-shadow: 0 20px 54px rgba(16, 23, 29, 0.1);
}

.feature-index {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 8px;
  background: var(--night);
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
}

.feature-grid article:nth-child(2) .feature-index,
.feature-grid article:nth-child(5) .feature-index {
  background: var(--blue);
  color: white;
}

.feature-grid article:nth-child(3) .feature-index,
.feature-grid article:nth-child(6) .feature-index {
  background: var(--coral);
  color: white;
}

.workflow-section {
  padding: 104px 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(238, 243, 245, 0.86)),
    var(--surface-soft);
}

.workflow-inner {
  width: min(1220px, 100%);
  margin: 0 auto;
}

.workflow-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.workflow-track::before {
  content: "";
  position: absolute;
  top: 35px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(16, 23, 29, 0.18), transparent);
}

.workflow-track article {
  position: relative;
  min-height: 260px;
  padding: 26px 22px;
  border: 1px solid rgba(16, 23, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 56px rgba(16, 23, 29, 0.07);
}

.workflow-track span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin-bottom: 54px;
  place-items: center;
  border-radius: 999px;
  background: var(--night);
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 900;
}

.workflow-track h3 {
  font-size: 1.34rem;
}

.workflow-track p {
  margin-bottom: 0;
  font-size: 0.98rem;
}

.product-tour {
  width: min(1280px, calc(100% - 40px));
  padding-top: 64px;
}

.tour-heading p:not(.eyebrow) {
  font-size: 1.12rem;
}

.tour-row {
  display: grid;
  grid-template-columns: minmax(270px, 0.36fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: center;
  padding: 62px 0;
  border-top: 1px solid rgba(16, 23, 29, 0.12);
}

.tour-row.reversed {
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.36fr);
}

.tour-row.reversed .tour-copy {
  order: 2;
}

.tour-row.reversed .screenshot-slot {
  order: 1;
}

.tour-copy p:not(.eyebrow) {
  font-size: 1.04rem;
}

.mobile-row {
  grid-template-columns: minmax(270px, 0.46fr) minmax(260px, 0.54fr);
}

.app-row {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 104px max(5vw, calc((100vw - 1280px) / 2 + 20px));
  border-top: 0;
  background:
    linear-gradient(120deg, rgba(17, 24, 31, 0.99), rgba(27, 37, 45, 0.96)),
    var(--night);
  color: white;
}

.app-row .eyebrow {
  color: var(--lime);
}

.app-row .tour-copy p:not(.eyebrow) {
  max-width: 700px;
  color: #c7d2d8;
  font-size: 1.12rem;
}

.app-notes {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.app-notes span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #eef3f5;
  font-size: 0.82rem;
  font-weight: 900;
}

.app-row .phone-shot {
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.34);
}

.screenshot-slot {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(16, 23, 29, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(238, 243, 245, 0.82)),
    repeating-linear-gradient(0deg, rgba(16, 23, 29, 0.06) 0 1px, transparent 1px 38px),
    repeating-linear-gradient(90deg, rgba(16, 23, 29, 0.04) 0 1px, transparent 1px 38px);
  box-shadow: var(--shadow);
}

.screenshot-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desktop-shot img {
  object-fit: contain;
}

.screenshot-slot.is-missing::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(217, 248, 95, 0.16), rgba(45, 99, 216, 0.08) 44%, rgba(239, 107, 90, 0.12)),
    repeating-linear-gradient(0deg, rgba(16, 23, 29, 0.08) 0 1px, transparent 1px 36px),
    repeating-linear-gradient(90deg, rgba(16, 23, 29, 0.06) 0 1px, transparent 1px 36px);
}

.screenshot-slot.is-missing::after {
  content: attr(data-shot-label);
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(82%, 440px);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(16, 23, 29, 0.12);
  border-radius: 8px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--night);
  font-size: 0.95rem;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 18px 44px rgba(16, 23, 29, 0.12);
}

.desktop-shot {
  aspect-ratio: 16 / 9;
}

.hero-shot.desktop-shot {
  aspect-ratio: 3 / 2;
}

.hero-shot.desktop-shot img {
  object-fit: cover;
}

.tablet-shot {
  aspect-ratio: 16 / 9;
  border-width: 10px;
  border-color: var(--night);
  border-radius: 26px;
}

.phone-shot {
  width: min(340px, 100%);
  aspect-ratio: 9 / 18.7;
  justify-self: center;
  border: 9px solid var(--night);
  border-radius: 34px;
  background: var(--surface-soft);
}

.assurance {
  display: grid;
  width: 100vw;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
  margin-left: calc(50% - 50vw);
  padding: 104px max(5vw, calc((100vw - 1180px) / 2 + 20px));
  background:
    linear-gradient(120deg, rgba(17, 24, 31, 0.98), rgba(27, 37, 45, 0.94)),
    var(--night);
  color: white;
}

.assurance-copy {
  position: sticky;
  top: 116px;
}

.assurance .eyebrow {
  color: var(--lime);
}

.assurance-copy p:not(.eyebrow) {
  color: #c7d2d8;
  font-size: 1.12rem;
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.assurance-grid article {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.assurance-grid h3 {
  color: white;
}

.assurance-grid p {
  color: #c7d2d8;
}

.faq {
  max-width: 920px;
  padding-top: 52px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid rgba(16, 23, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 46px rgba(16, 23, 29, 0.05);
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--teal);
  font-size: 1.25rem;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: -8px 24px 22px;
  max-width: 760px;
}

.cta {
  max-width: 820px;
  text-align: center;
}

.cta p {
  font-size: 1.18rem;
}

.cta .button {
  margin-top: 18px;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
  text-align: left;
}

.contact-card {
  display: flex;
  min-height: 122px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid rgba(16, 23, 29, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(16, 23, 29, 0.06);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.contact-card:hover {
  border-color: rgba(8, 127, 122, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 22px 58px rgba(16, 23, 29, 0.1);
}

.contact-card span {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card strong {
  margin-top: 18px;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.contact-card.primary-contact {
  background: var(--night);
  color: white;
}

.contact-card.primary-contact span {
  color: var(--lime);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 5vw;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.footer-contact {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.site-footer a {
  text-decoration-color: var(--teal);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--delay, 0ms);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@keyframes heroShotIn {
  from {
    opacity: 0;
    transform: translate(72px, 20px) rotate(var(--hero-shot-tilt, -1.8deg)) scale(0.975);
    clip-path: inset(7% 0 7% 9% round 28px);
  }

  to {
    opacity: 0.94;
    transform: translate(0, 0) rotate(var(--hero-shot-tilt, -1deg)) scale(1);
    clip-path: inset(0 round 28px);
  }
}

@keyframes heroCopyIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroImageDrift {
  from {
    transform: scale(1.012) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.034) translate3d(-0.8%, -0.6%, 0);
  }
}

@media (max-width: 1100px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 3rem;
  }

  .hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    gap: 36px;
  }

  .hero-shot {
    opacity: 0.76;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .hero-proof div {
    min-height: auto;
  }

  .audience-grid,
  .feature-grid,
  .workflow-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-track::before {
    display: none;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 112px;
  }

  .hero-media,
  .hero-content {
    grid-column: 1;
    grid-row: auto;
  }

  .hero-media {
    width: min(720px, 100%);
    margin: 32px auto 0;
    order: 2;
  }

  .hero-content {
    order: 1;
  }

  .hero-shot {
    --hero-shot-tilt: 0deg;
    opacity: 0.78;
    transform: rotate(0deg);
  }

  .split,
  .customer-proof,
  .tour-row,
  .tour-row.reversed,
  .mobile-row,
  .assurance,
  .assurance-grid {
    grid-template-columns: 1fr;
  }

  .tour-row.reversed .tour-copy,
  .tour-row.reversed .screenshot-slot {
    order: initial;
  }

  .app-row {
    padding: 82px 20px;
  }

  .assurance {
    padding: 82px 20px;
  }

  .assurance-copy {
    position: static;
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: 3.8rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  h3 {
    font-size: 1.42rem;
  }

  .site-header {
    padding: 14px 18px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 13px;
  }

  .header-link {
    min-height: 42px;
    padding: 0 12px;
  }

  .hero {
    padding: 104px 20px 46px;
  }

  .hero-content > p:not(.eyebrow) {
    font-size: 1.08rem;
  }

  .hero-actions,
  .site-footer {
    flex-direction: column;
  }

  .site-footer {
    align-items: flex-start;
  }

  .footer-contact {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .button {
    width: 100%;
  }

  .section {
    width: calc(100% - 36px);
    padding: 72px 0;
  }

  .audience-grid,
  .contact-options,
  .feature-grid,
  .workflow-track {
    grid-template-columns: 1fr;
  }

  .feature-grid article {
    min-height: auto;
  }

  .tour-row {
    padding: 44px 0;
  }

  .app-row {
    padding: 72px 18px;
  }

  .assurance {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 72px 18px;
  }

  .workflow-section {
    padding: 74px 18px;
  }

  .workflow-track article {
    min-height: auto;
  }

  .workflow-track span {
    margin-bottom: 28px;
  }

  .tablet-shot {
    aspect-ratio: 4 / 3;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
