:root {
  --bg: #080d13;
  --bg-soft: #0c131c;
  --surface: rgba(14, 20, 30, 0.82);
  --surface-strong: rgba(18, 27, 40, 0.92);
  --line: rgba(255, 255, 255, 0.12);
  --line-soft: rgba(255, 255, 255, 0.07);
  --text: #f3f6ff;
  --muted: rgba(243, 246, 255, 0.74);
  --accent: #81ab91;
  --accent-warm: #fefac1;
  --accent-cool: #6fc3df;
  --glow: 0 0 0 1px rgba(129, 171, 145, 0.24), 0 24px 90px rgba(7, 10, 17, 0.75);
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --content-max: 1200px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: "ApfelGrotezk-Medium", "Open Sauce One", "Segoe UI", sans-serif;
}

body {
  position: relative;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-grid-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -3;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at 50% 35%, rgba(0, 0, 0, 0.76), transparent 75%);
}

.page-glow {
  position: fixed;
  width: 40vw;
  height: 40vw;
  filter: blur(70px);
  z-index: -2;
  pointer-events: none;
}

.page-glow--left {
  left: -14vw;
  top: -10vw;
  background: radial-gradient(circle, rgba(129, 171, 145, 0.25) 0%, rgba(129, 171, 145, 0) 72%);
}

.page-glow--right {
  right: -16vw;
  top: 18vh;
  background: radial-gradient(circle, rgba(111, 195, 223, 0.22) 0%, rgba(111, 195, 223, 0) 70%);
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 40;
  width: min(calc(100% - 36px), var(--content-max));
  margin: 16px auto 0;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(6, 12, 20, 0.72);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.site-header.site-header--scrolled {
  border-color: rgba(129, 171, 145, 0.38);
  box-shadow: 0 18px 32px rgba(5, 9, 16, 0.55);
  background: rgba(7, 12, 20, 0.85);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand img {
  height: 26px;
  width: auto;
  opacity: 0.94;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 22px;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  transition: color 0.2s ease;
}

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

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.language-chooser {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-right: 6px;
}

.language-chooser__label {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.language-chooser__select {
  min-height: 42px;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(129, 171, 145, 0.28);
  background: rgba(7, 12, 20, 0.88);
  color: var(--text);
  font: inherit;
}

.language-chooser__select:focus {
  outline: none;
  border-color: rgba(254, 250, 193, 0.75);
  box-shadow: 0 0 0 3px rgba(129, 171, 145, 0.18);
}

.section {
  width: min(calc(100% - 36px), var(--content-max));
  margin: 0 auto;
}

.hero {
  padding-top: 96px;
  padding-bottom: 54px;
  display: grid;
  gap: 20px;
}

.eyebrow {
  margin: 0;
  color: var(--accent-warm);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

.hero h1 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2.3rem, 6vw, 5rem);
  line-height: 0.97;
  letter-spacing: -0.02em;
}

.hero-copy {
  margin: 0;
  max-width: 62ch;
  color: var(--muted);
  line-height: 1.58;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.hero-proofline {
  margin: -4px 0 4px;
  color: var(--muted);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.hero-proof-grid {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-proof-grid li {
  border-radius: var(--radius-md);
  border: 1px solid rgba(129, 171, 145, 0.22);
  background: linear-gradient(145deg, rgba(12, 18, 28, 0.88), rgba(8, 13, 21, 0.88));
  padding: 14px 15px;
}

.hero-proof-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.96rem;
}

.hero-proof-grid span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0.76rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:focus-visible {
  outline: 2px solid var(--accent-warm);
  outline-offset: 2px;
}

.btn-primary {
  background: linear-gradient(115deg, rgba(129, 171, 145, 1), rgba(111, 195, 223, 0.9));
  color: #041218;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(111, 195, 223, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 16px 36px rgba(129, 171, 145, 0.28);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
}

.hero-metrics {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-metrics li {
  border-radius: var(--radius-md);
  border: 1px solid var(--line-soft);
  background: linear-gradient(145deg, rgba(14, 22, 33, 0.8), rgba(10, 16, 24, 0.8));
  padding: 16px 16px 17px;
}

.hero-metrics strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 7px;
}

.hero-metrics span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.hero-metrics--stack {
  margin-top: auto;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.hero-metrics--stack li {
  padding: 12px 13px 13px;
  border-color: rgba(129, 171, 145, 0.22);
  background: linear-gradient(145deg, rgba(12, 18, 28, 0.88), rgba(8, 13, 21, 0.88));
}

.hero-metrics--stack strong {
  font-size: 0.96rem;
  margin-bottom: 6px;
}

.hero-metrics--stack span {
  font-size: 0.88rem;
}

.hero-surface {
  margin-top: 4px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(129, 171, 145, 0.24);
  background:
    radial-gradient(circle at 16% 0%, rgba(129, 171, 145, 0.25), transparent 46%),
    linear-gradient(162deg, rgba(16, 22, 33, 0.95), rgba(10, 14, 23, 0.96));
  padding: 22px;
  box-shadow: var(--glow);
}

.hero-surface-layout {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(0, 2fr);
  gap: 14px;
  align-items: stretch;
}

.surface-track {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  background: rgba(7, 12, 18, 0.74);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.surface-label {
  margin: 0;
  color: var(--accent-warm);
  font-size: 0.73rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.surface-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.surface-step {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(11, 17, 25, 0.82);
  padding: 12px;
}

.surface-step-index {
  margin-top: 2px;
  color: var(--accent-cool);
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.surface-step h3 {
  margin: 0;
  font-size: 1.02rem;
}

.surface-step p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.46;
}

.feature-card {
  border-radius: var(--radius-md);
  border: 1px solid var(--line-soft);
  background: var(--surface);
  padding: 22px;
}

.feature-card h2 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.52;
}

.workflow {
  padding-top: 42px;
}

.proof {
  padding-top: 34px;
}

.proof-layout {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 14px;
  align-items: start;
}

.proof-panel {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 80% 0%, rgba(254, 250, 193, 0.08), transparent 46%),
    linear-gradient(155deg, rgba(17, 24, 35, 0.95), rgba(10, 14, 22, 0.96));
  padding: 20px;
  box-shadow: 0 14px 34px rgba(5, 9, 15, 0.4);
}

.proof-panel-heading h3 {
  margin: 10px 0 0;
  font-size: 1.2rem;
}

.proof-card-list {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.proof-card {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: rgba(7, 12, 18, 0.68);
  overflow: hidden;
}

.proof-card img,
.proof-output-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #03070c;
}

.proof-card > div {
  padding: 16px 16px 16px 0;
}

.proof-card h3 {
  margin: 0;
  font-size: 1.08rem;
}

.proof-card p {
  margin: 9px 0 0;
  color: var(--muted);
  line-height: 1.52;
}

.proof-output-visual {
  margin-top: 18px;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--line-soft);
  background: rgba(7, 12, 18, 0.68);
  min-height: 240px;
}

.proof-output-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.proof-output-list li {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: rgba(7, 12, 18, 0.68);
  padding: 14px 15px;
}

.proof-output-list strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.98rem;
}

.proof-output-list span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.48;
}

.workflow-header {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
  align-items: start;
}

.workflow-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
}

.feature-card--compact {
  padding: 18px;
}

.feature-card--compact h2 {
  font-size: 1.12rem;
}

.hero-tour-panel {
  min-width: 0;
}

.hero-tour-panel .tour-grid {
  margin-top: 0;
}

.section-heading h2 {
  margin: 10px 0 0;
  max-width: 18ch;
  font-size: clamp(1.85rem, 4vw, 3rem);
  line-height: 1.08;
}

.section-heading p {
  margin: 12px 0 0;
  color: var(--muted);
  max-width: 58ch;
  line-height: 1.54;
}

.workflow-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-soft);
}

.workflow-list li {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-bottom: 1px solid var(--line-soft);
  padding: 22px 8px;
}

.step-index {
  font-size: 0.92rem;
  color: var(--accent-cool);
  letter-spacing: 0.12em;
  margin-top: 3px;
}

.workflow-list h3 {
  margin: 0;
  font-size: 1.18rem;
}

.workflow-list p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.54;
}

.onboarding {
  padding-top: 82px;
}

.onboarding-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.onboarding-card {
  padding: 24px;
}

.onboarding-card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.onboarding-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.56;
}

.onboarding-list {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 10px;
}

.onboarding-list li {
  line-height: 1.5;
}

.onboarding-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.93rem;
}

.product-tour {
  padding-top: 82px;
}

.tour-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tour-grid--single {
  grid-template-columns: 1fr;
}

.tour-grid--single .tour-card {
  width: 100%;
  margin-inline: 0;
}

.tour-card {
  margin: 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 84% 4%, rgba(129, 171, 145, 0.08), transparent 46%),
    linear-gradient(155deg, rgba(17, 24, 35, 0.95), rgba(10, 14, 22, 0.96));
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(5, 9, 15, 0.4);
}

.tour-media {
  min-height: 250px;
  padding: 16px 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 50% 0%, rgba(111, 195, 223, 0.08), transparent 56%),
    #090e15;
}

.tour-media--pair {
  min-height: 0;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 34%);
  gap: 14px;
  align-items: start;
}

.tour-shot {
  display: grid;
  gap: 8px;
}

.tour-shot-label {
  margin: 0;
  color: var(--accent-warm);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
}

.tour-shot .monitor-frame {
  width: 100%;
}

.tour-shot--desktop .monitor-frame--desktop {
  max-width: none;
}

.tour-shot--mobile {
  justify-items: center;
}

.tour-shot--mobile .monitor-frame--mobile {
  width: min(100%, 248px);
  height: min(48vh, 390px);
}

.tour-card--hero-devices .tour-media--pair {
  position: relative;
  --hero-laptop-rx: 0deg;
  --hero-laptop-ry: 0deg;
  --hero-phone-rx: 0deg;
  --hero-phone-ry: 0deg;
  --hero-phone-rz: 0deg;
  --hero-glare-x: 0px;
  --hero-glare-y: 0px;
  --hero-phone-shadow-x: 0px;
  --hero-phone-shadow-y: 0px;
  display: block;
  min-height: 480px;
  padding: 8px 10px 64px;
  border-bottom: 1px solid rgba(58, 78, 102, 0.28);
  box-shadow: inset 0 -18px 26px -24px rgba(2, 6, 10, 0.55);
  isolation: isolate;
  overflow: hidden;
}

.tour-card--hero-devices .tour-media--pair::before {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 8px;
  height: 62%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(68% 52% at 34% 76%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 72%),
    radial-gradient(46% 38% at 78% 72%, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0) 72%),
    linear-gradient(180deg, rgba(25, 35, 49, 0), rgba(7, 12, 20, 0.44) 62%, rgba(4, 8, 13, 0.7));
  opacity: 0.78;
}

.tour-card--hero-devices .tour-media--pair::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(100% 80% at 50% 22%, rgba(140, 161, 188, 0.05), rgba(140, 161, 188, 0) 70%),
    repeating-linear-gradient(0deg, rgba(208, 221, 240, 0.008) 0 1px, rgba(5, 10, 16, 0) 1px 3px);
  mix-blend-mode: screen;
  opacity: 0.45;
}

.tour-card--hero-devices .tour-shot {
  position: relative;
  perspective: 1400px;
  z-index: 2;
}

.tour-card--hero-devices .tour-shot .monitor-frame {
  transition: transform 0.38s ease, box-shadow 0.35s ease, filter 0.35s ease;
  will-change: transform;
}

.tour-card--hero-devices .tour-shot .monitor-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 12;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.045) 23%, rgba(255, 255, 255, 0) 44%);
  transform: translate3d(var(--hero-glare-x), var(--hero-glare-y), 0);
  transition: transform 0.35s ease;
}

.tour-card--hero-devices .tour-shot--desktop {
  position: absolute;
  left: 6.8%;
  top: 34px;
  width: 75.8%;
  z-index: 4;
  padding-bottom: 34px;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-rig {
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  transform: translateY(2px) rotateY(calc(-7.4deg + var(--hero-laptop-ry))) rotateX(calc(4.1deg + var(--hero-laptop-rx)));
  transform-origin: 52% 59%;
  filter:
    drop-shadow(0 34px 32px rgba(0, 0, 0, 0.5))
    drop-shadow(0 8px 14px rgba(0, 0, 0, 0.24));
  transition: transform 0.38s ease, filter 0.38s ease;
  will-change: transform;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-rig::before {
  content: "";
  position: absolute;
  left: 12.8%;
  right: 12.8%;
  top: calc(100% - 5px);
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(74, 89, 110, 0.34);
  background:
    radial-gradient(34% 110% at 50% 50%, rgba(14, 22, 34, 0.88), rgba(14, 22, 34, 0) 68%),
    linear-gradient(96deg, rgba(62, 76, 95, 0.74), rgba(28, 39, 52, 0.92) 44%, rgba(8, 14, 22, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -1px 0 rgba(6, 11, 17, 0.35),
    0 1px 0 rgba(0, 0, 0, 0.24);
  z-index: 10;
  opacity: 0.72;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-rig::after {
  content: "";
  position: absolute;
  left: 10.5%;
  right: 10.5%;
  top: calc(100% + 6px);
  height: 12px;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at center, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0) 72%),
    radial-gradient(46% 100% at 50% 50%, rgba(137, 160, 190, 0.1), rgba(137, 160, 190, 0) 62%);
  z-index: 6;
  pointer-events: none;
}

.tour-card--hero-devices .tour-shot--desktop .monitor-frame--desktop {
  border-color: rgba(90, 108, 132, 0.58);
  border-radius: 16px 16px 10px 10px;
  background:
    linear-gradient(182deg, rgba(28, 38, 53, 0.98), rgba(8, 13, 22, 0.995)),
    linear-gradient(90deg, rgba(199, 214, 234, 0.08), rgba(199, 214, 234, 0) 16%, rgba(8, 13, 21, 0.14) 90%);
  overflow: hidden;
  position: relative;
  z-index: 9;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 -1px 0 rgba(0, 0, 0, 0.5),
    inset 24px 0 34px -34px rgba(88, 111, 138, 0.16),
    inset -14px 0 24px -20px rgba(30, 46, 66, 0.28);
}

.tour-card--hero-devices .tour-shot--desktop .monitor-frame--desktop::before {
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 24%, rgba(255, 255, 255, 0) 44%),
    radial-gradient(124% 114% at 50% 50%, rgba(228, 239, 255, 0) 56%, rgba(214, 230, 249, 0.2) 100%),
    radial-gradient(82% 70% at 50% 56%, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0) 60%);
  mix-blend-mode: screen;
  opacity: 0.84;
}

.tour-card--hero-devices .tour-shot--desktop .monitor-frame--desktop::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 13;
  background:
    radial-gradient(circle at 50% 2.4%, rgba(12, 20, 31, 0.94) 0 1.4px, rgba(176, 194, 217, 0.72) 1.6px, rgba(0, 0, 0, 0) 2.8px),
    radial-gradient(16% 5% at 50% 2.2%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0) 14%);
}

.tour-card--hero-devices .tour-shot--desktop .laptop-lid-edge {
  position: absolute;
  left: 5.8%;
  right: 5.8%;
  top: calc(100% - 1px);
  height: 8px;
  border-radius: 0 0 8px 8px;
  border: 1px solid rgba(82, 101, 125, 0.62);
  border-top: 0;
  background:
    linear-gradient(180deg, rgba(129, 149, 174, 0.34) 0%, rgba(57, 74, 95, 0.82) 46%, rgba(22, 33, 48, 0.95) 100%),
    linear-gradient(90deg, rgba(214, 228, 245, 0.16), rgba(214, 228, 245, 0) 18%, rgba(6, 12, 20, 0.22) 84%, rgba(214, 228, 245, 0.12) 100%);
  box-shadow:
    inset 0 1px 0 rgba(232, 240, 249, 0.14),
    inset 0 -1px 0 rgba(5, 11, 19, 0.46),
    0 1px 0 rgba(6, 10, 17, 0.26);
  z-index: 10;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-lid-edge::before {
  content: "";
  position: absolute;
  left: 47%;
  top: 0;
  width: 6%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(189, 207, 228, 0.6), rgba(104, 123, 146, 0.2));
  opacity: 0.7;
}

.tour-card--hero-devices .tour-shot--desktop::before {
  content: "";
  position: absolute;
  left: 15%;
  right: 10%;
  bottom: -21px;
  height: 30px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0));
  transform: perspective(900px) rotateX(80deg);
  transform-origin: top center;
  pointer-events: none;
  z-index: 1;
}

.tour-card--hero-devices .tour-shot--desktop::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  top: -4%;
  bottom: 24%;
  pointer-events: none;
  z-index: 13;
  background:
    radial-gradient(140% 88% at 50% 42%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.2) 100%),
    radial-gradient(52% 16% at 50% 5%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  mix-blend-mode: soft-light;
  opacity: 0.65;
  filter: blur(0.26px);
}

.tour-card--hero-devices .tour-shot--desktop .laptop-deck {
  position: absolute;
  left: -1.4%;
  width: 102.8%;
  top: calc(100% + 3px);
  height: 156px;
  border-radius: 8px 8px 22px 22px;
  border: 1px solid rgba(79, 96, 118, 0.56);
  background:
    repeating-linear-gradient(103deg, rgba(204, 219, 238, 0.024) 0 1px, rgba(20, 31, 45, 0) 1px 2px),
    repeating-linear-gradient(0deg, rgba(210, 224, 242, 0.012) 0 1px, rgba(7, 13, 22, 0.016) 1px 2px),
    repeating-radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.018) 0 0.42px, rgba(255, 255, 255, 0) 0.42px 2.4px),
    repeating-radial-gradient(circle at 82% 74%, rgba(10, 18, 30, 0.08) 0 0.5px, rgba(10, 18, 30, 0) 0.5px 2.7px),
    linear-gradient(94deg, rgba(189, 206, 228, 0.11), rgba(189, 206, 228, 0) 16%, rgba(8, 15, 24, 0.2) 80%, rgba(176, 198, 223, 0.07) 100%),
    radial-gradient(78% 102% at 50% 68%, rgba(136, 156, 181, 0.17) 0%, rgba(136, 156, 181, 0) 58%),
    linear-gradient(180deg, rgba(86, 102, 123, 0.97) 0%, rgba(60, 75, 95, 0.98) 34%, rgba(38, 50, 67, 0.99) 72%, rgba(23, 33, 47, 0.995) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.024) 0 1px, rgba(255, 255, 255, 0) 1px 4px);
  background-blend-mode: soft-light, normal, normal, normal, normal, screen, normal, overlay;
  clip-path: polygon(1.4% 2%, 98.6% 0, 100% 100%, 0 100%);
  transform-origin: 50% 0%;
  transform: perspective(1220px) rotateX(49deg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 16px 0 18px -18px rgba(255, 255, 255, 0.12),
    inset -16px 0 18px -18px rgba(17, 29, 46, 0.34),
    inset 0 -1px 0 rgba(0, 0, 0, 0.14),
    inset 0 -24px 32px -30px rgba(7, 13, 21, 0.7),
    0 16px 24px rgba(0, 0, 0, 0.38);
  z-index: 8;
  pointer-events: none;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-deck::before {
  content: "";
  position: absolute;
  left: 3.2%;
  right: 3.2%;
  top: -4px;
  height: 11px;
  border-radius: 6px 6px 4px 4px;
  background:
    linear-gradient(180deg, rgba(120, 140, 167, 0.24), rgba(46, 62, 84, 0.8)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.22) 86%);
  box-shadow: inset 0 -1px 0 rgba(9, 16, 25, 0.52);
}

.tour-card--hero-devices .tour-shot--desktop .laptop-deck::after {
  content: "";
  position: absolute;
  left: 0.6%;
  right: 0.6%;
  bottom: 0;
  height: 8px;
  border-radius: 0 0 12px 12px;
  background:
    radial-gradient(42% 210% at 50% -35%, rgba(143, 163, 188, 0.012), rgba(143, 163, 188, 0) 62%),
    linear-gradient(180deg, rgba(56, 72, 92, 0), rgba(6, 11, 18, 0.38));
  box-shadow:
    inset 0 1px 0 rgba(231, 239, 248, 0.008),
    inset 0 -1px 0 rgba(6, 11, 17, 0.18);
  opacity: 0.22;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-hinge {
  position: absolute;
  left: 14%;
  right: 14%;
  top: -8px;
  height: 11px;
  border-radius: 9px 9px 5px 5px;
  border: 1px solid rgba(88, 106, 129, 0.62);
  background:
    repeating-radial-gradient(circle at 50% 54%, rgba(162, 183, 209, 0.12) 0 1px, rgba(14, 23, 35, 0) 1px 8px),
    linear-gradient(180deg, rgba(102, 121, 145, 0.82) 0%, rgba(44, 57, 74, 0.9) 65%, rgba(18, 27, 40, 0.94) 100%);
  box-shadow:
    inset 0 1px 0 rgba(224, 234, 245, 0.18),
    inset 0 -1px 0 rgba(5, 11, 18, 0.42),
    0 1px 0 rgba(5, 9, 16, 0.26);
  z-index: 11;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-hinge::before {
  content: "";
  position: absolute;
  left: 47%;
  top: 2px;
  width: 6%;
  height: 58%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(167, 185, 208, 0.46), rgba(54, 70, 91, 0.24));
  opacity: 0.82;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-vent {
  position: absolute;
  left: 31%;
  right: 31%;
  top: 6.3%;
  height: 4px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, rgba(9, 16, 24, 0.7) 0 1px, rgba(73, 89, 112, 0.14) 1px 2px),
    linear-gradient(180deg, rgba(84, 100, 123, 0.42), rgba(12, 20, 30, 0.28));
  opacity: 0.62;
  z-index: 9;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-ao {
  position: absolute;
  left: 4.2%;
  right: 4.2%;
  top: 3.6%;
  height: 44%;
  border-radius: 10px 10px 22px 22px;
  pointer-events: none;
  background:
    radial-gradient(120% 96% at 50% -12%, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.34) 28%, rgba(0, 0, 0, 0.06) 62%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0) 58%);
  mix-blend-mode: multiply;
  opacity: 0.64;
  filter: blur(0.2px);
  z-index: 10;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-aluminum-grain {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    repeating-linear-gradient(102deg, rgba(228, 238, 248, 0.03) 0 1px, rgba(14, 24, 35, 0) 1px 2px),
    repeating-linear-gradient(0deg, rgba(222, 233, 246, 0.016) 0 1px, rgba(6, 12, 20, 0.016) 1px 2px),
    radial-gradient(65% 76% at 50% 42%, rgba(194, 209, 227, 0.08), rgba(194, 209, 227, 0) 68%);
  opacity: 0.38;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 7;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-port-strip {
  position: absolute;
  top: 27%;
  width: 9px;
  height: 28%;
  border-radius: 3px;
  border: 1px solid rgba(86, 104, 128, 0.58);
  background:
    linear-gradient(180deg, rgba(106, 124, 148, 0.44), rgba(38, 52, 69, 0.82)),
    repeating-linear-gradient(180deg, rgba(7, 14, 21, 0.62) 0 2px, rgba(159, 178, 203, 0.12) 2px 3px);
  box-shadow:
    inset 0 1px 0 rgba(228, 238, 249, 0.16),
    inset 0 -1px 0 rgba(5, 11, 18, 0.46);
  opacity: 0.72;
  z-index: 10;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-port-strip--left {
  left: 1%;
  transform: skewY(-9deg);
}

.tour-card--hero-devices .tour-shot--desktop .laptop-port-strip--right {
  right: 1%;
  transform: skewY(9deg);
}

.tour-card--hero-devices .tour-shot--desktop .laptop-port-strip::before,
.tour-card--hero-devices .tour-shot--desktop .laptop-port-strip::after {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(8, 15, 23, 0.95), rgba(33, 46, 62, 0.78), rgba(8, 15, 23, 0.95));
  box-shadow: inset 0 1px 0 rgba(166, 183, 207, 0.14);
}

.tour-card--hero-devices .tour-shot--desktop .laptop-port-strip::before {
  top: 24%;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-port-strip::after {
  top: 60%;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-keyboard {
  position: absolute;
  left: 3.8%;
  right: 3.8%;
  top: 10.8%;
  height: 54%;
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(15, 24, 36, 0.95), rgba(11, 18, 28, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 -1px 0 rgba(0, 0, 0, 0.55),
    inset 0 9px 12px -12px rgba(255, 255, 255, 0.08),
    inset 0 -10px 14px -12px rgba(0, 0, 0, 0.62);
  z-index: 8;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-keyboard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background-image:
    url("/assets/story/laptop-keyboard-real.svg"),
    repeating-linear-gradient(90deg, rgba(7, 13, 20, 0.14) 0 1px, rgba(7, 13, 20, 0) 1px 6px);
  background-size:
    100% 100%,
    6px 100%;
  background-repeat:
    no-repeat,
    repeat;
  background-position:
    center,
    center;
  background-blend-mode: normal, multiply;
  opacity: 0.92;
  filter: saturate(0.36) brightness(0.77) contrast(1.03) blur(0.05px);
}

.tour-card--hero-devices .tour-shot--desktop .laptop-keyboard::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(122% 86% at 50% -12%, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.16) 34%, rgba(0, 0, 0, 0) 72%),
    repeating-linear-gradient(180deg, rgba(0, 0, 0, 0.085) 0 1px, rgba(0, 0, 0, 0) 1px 8px),
    linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0.24) 100%),
    linear-gradient(90deg, rgba(8, 14, 22, 0.28), rgba(8, 14, 22, 0) 11%, rgba(8, 14, 22, 0) 89%, rgba(8, 14, 22, 0.24));
}

.tour-card--hero-devices .tour-shot--desktop .laptop-trackpad {
  position: absolute;
  left: 35.7%;
  width: 28.6%;
  bottom: 10.5%;
  height: 30.6%;
  border-radius: 7.4px;
  border: 1px solid rgba(22, 34, 49, 0.76);
  background:
    repeating-linear-gradient(103deg, rgba(206, 221, 240, 0.012) 0 1px, rgba(13, 22, 34, 0) 1px 2px),
    linear-gradient(180deg, rgba(83, 101, 123, 0.82) 0%, rgba(64, 81, 102, 0.9) 52%, rgba(47, 62, 80, 0.95) 100%);
  transform: translateY(0.2px);
  box-shadow:
    inset 0 1px 0 rgba(230, 240, 252, 0.09),
    inset 0 -1px 0 rgba(5, 10, 17, 0.56),
    inset 0 0 0 1px rgba(168, 188, 211, 0.06),
    0 0 0 1px rgba(8, 14, 23, 0.26);
  z-index: 9;
  overflow: hidden;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-trackpad::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 6.4px;
  border: 1px solid rgba(219, 232, 248, 0.05);
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.02) 20%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, rgba(168, 186, 208, 0.04), rgba(45, 58, 75, 0.18));
  opacity: 0.62;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-trackpad::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0) 20%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 73%, rgba(11, 19, 29, 0.4) 76%, rgba(172, 192, 216, 0.14) 77.2%, rgba(11, 19, 29, 0.42) 79%, rgba(0, 0, 0, 0) 83%),
    linear-gradient(90deg, rgba(8, 14, 22, 0.17), rgba(8, 14, 22, 0) 11%, rgba(8, 14, 22, 0) 89%, rgba(8, 14, 22, 0.17));
  opacity: 0.4;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-speaker {
  position: absolute;
  top: 4.8%;
  width: 27.8%;
  height: 5.4%;
  border-radius: 5px;
  border: 1px solid rgba(74, 92, 116, 0.62);
  background:
    radial-gradient(circle at 18% 52%, rgba(123, 144, 171, 0.2) 0 0.75px, rgba(12, 20, 31, 0.92) 0.8px 2.1px),
    radial-gradient(circle at 82% 46%, rgba(123, 144, 171, 0.2) 0 0.75px, rgba(12, 20, 31, 0.92) 0.8px 2.1px),
    repeating-linear-gradient(90deg, rgba(14, 23, 35, 0.84) 0 1px, rgba(57, 72, 94, 0.18) 1px 2px),
    linear-gradient(180deg, rgba(36, 49, 67, 0.72), rgba(13, 21, 33, 0.82));
  background-size: 6px 100%, 6px 100%, auto, auto;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-position: 0 0, 3px 0, center, center;
  box-shadow:
    inset 0 1px 0 rgba(212, 224, 241, 0.08),
    inset 0 -1px 0 rgba(3, 8, 14, 0.5);
  opacity: 0.88;
  z-index: 9;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-speaker::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 86%, rgba(0, 0, 0, 0.15));
  opacity: 0.55;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-speaker--left {
  left: 7.2%;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-speaker--right {
  right: 7.2%;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-front-seam {
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: 6.4%;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(58, 76, 98, 0.14), rgba(14, 25, 38, 0.7) 40%, rgba(8, 16, 26, 0.78) 50%, rgba(14, 25, 38, 0.7) 60%, rgba(58, 76, 98, 0.14));
  box-shadow: 0 1px 0 rgba(8, 15, 24, 0.35);
  opacity: 0.56;
  z-index: 9;
}

.tour-card--hero-devices .tour-shot--desktop .laptop-front-seam::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 36px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 0 0 6px 6px;
  background: linear-gradient(180deg, rgba(140, 159, 183, 0.2), rgba(66, 83, 104, 0.32) 56%, rgba(20, 33, 48, 0.5));
  box-shadow:
    inset 0 1px 0 rgba(232, 240, 248, 0.16),
    0 1px 0 rgba(7, 14, 23, 0.3);
}

.tour-card--hero-devices .tour-shot--mobile {
  position: absolute;
  right: 4.6%;
  top: 12px;
  width: min(23%, 166px);
  z-index: 6;
  padding-top: 2px;
  justify-items: end;
}

.tour-card--hero-devices .tour-shot--mobile .phone-overlap-shadow {
  position: absolute;
  left: -184%;
  right: 18%;
  top: 12%;
  height: 76%;
  pointer-events: none;
  background:
    radial-gradient(92% 66% at 100% 44%, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0) 78%),
    radial-gradient(56% 34% at 84% 80%, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0) 72%);
  transform: perspective(980px) rotateX(11deg) rotateY(13deg) translate3d(var(--hero-phone-shadow-x), var(--hero-phone-shadow-y), 0);
  filter: blur(0.26px);
  z-index: 0;
  opacity: 0.9;
  transition: transform 0.34s ease;
}

.tour-card--hero-devices .tour-shot--mobile .phone-overlap-shadow::after {
  content: "";
  position: absolute;
  right: -4%;
  bottom: 10%;
  width: 44%;
  height: 16%;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0) 70%);
  opacity: 0.56;
}

.tour-card--hero-devices .tour-shot--mobile .monitor-frame--mobile {
  max-width: none;
  width: 100%;
  aspect-ratio: 9 / 19.5;
  height: auto;
  border-radius: 31px;
  padding: 1.9% 2.1% 2.6%;
  border: 1px solid rgba(214, 227, 245, 0.62);
  background:
    linear-gradient(154deg, rgba(146, 166, 189, 0.96) 0%, rgba(57, 71, 91, 0.96) 31%, rgba(17, 25, 37, 0.99) 56%, rgba(79, 96, 118, 0.95) 100%),
    radial-gradient(140% 120% at 50% 50%, rgba(217, 232, 249, 0) 56%, rgba(217, 232, 249, 0.18) 100%),
    linear-gradient(90deg, rgba(235, 245, 255, 0.11), rgba(235, 245, 255, 0) 14%, rgba(14, 22, 33, 0.28) 92%);
  transform: translateZ(0) rotateY(calc(16.8deg + var(--hero-phone-ry))) rotateX(calc(2.8deg + var(--hero-phone-rx))) rotateZ(calc(-0.9deg + var(--hero-phone-rz)));
  transform-origin: 78% 44%;
  overflow: hidden;
  isolation: isolate;
  backface-visibility: hidden;
  transition: transform 0.38s ease, box-shadow 0.35s ease;
  will-change: transform;
  box-shadow:
    -28px 20px 32px rgba(0, 0, 0, 0.47),
    -12px 4px 15px rgba(0, 0, 0, 0.18),
    0 12px 18px -11px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 -3px 7px rgba(0, 0, 0, 0.5);
}

.tour-card--hero-devices .tour-shot--mobile .monitor-frame--mobile::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 14;
  border-radius: inherit;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.07) 22%, rgba(255, 255, 255, 0) 46%),
    radial-gradient(136% 122% at 50% 50%, rgba(238, 246, 255, 0) 56%, rgba(228, 239, 252, 0.24) 100%),
    radial-gradient(70% 66% at 50% 52%, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.2) 100%);
  mix-blend-mode: screen;
  opacity: 0.78;
  transform: translate3d(calc(var(--hero-glare-x) * 0.9), calc(var(--hero-glare-y) * 0.9), 0);
  transition: transform 0.35s ease;
}

.tour-card--hero-devices .tour-shot--mobile .phone-side {
  position: absolute;
  top: 18%;
  width: 2px;
  height: 64%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(169, 188, 214, 0.75), rgba(79, 95, 119, 0.86) 48%, rgba(30, 40, 56, 0.9));
  box-shadow:
    1px 0 1px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(232, 241, 255, 0.26);
  z-index: 15;
  pointer-events: none;
  opacity: 0.9;
}

.tour-card--hero-devices .tour-shot--mobile .phone-side--right {
  right: 0;
  width: 2.5px;
}

.tour-card--hero-devices .tour-shot--mobile .phone-side--left {
  left: 0;
  width: 1px;
  opacity: 0.42;
  box-shadow:
    -1px 0 1px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(232, 241, 255, 0.2);
  background: linear-gradient(180deg, rgba(152, 171, 196, 0.72), rgba(72, 88, 110, 0.88) 48%, rgba(24, 34, 48, 0.92));
}

.tour-card--hero-devices .tour-shot--mobile .phone-side::before,
.tour-card--hero-devices .tour-shot--mobile .phone-side::after {
  content: "";
  position: absolute;
  width: 1px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(186, 204, 228, 0.8), rgba(85, 101, 124, 0.86));
}

.tour-card--hero-devices .tour-shot--mobile .phone-side--right::before,
.tour-card--hero-devices .tour-shot--mobile .phone-side--right::after {
  right: 0;
}

.tour-card--hero-devices .tour-shot--mobile .phone-side--left::before,
.tour-card--hero-devices .tour-shot--mobile .phone-side--left::after {
  left: 0;
  background: linear-gradient(180deg, rgba(164, 183, 208, 0.62), rgba(74, 90, 112, 0.86));
}

.tour-card--hero-devices .tour-shot--mobile .phone-side::before {
  top: 8%;
  height: 18%;
}

.tour-card--hero-devices .tour-shot--mobile .phone-side::after {
  top: 40%;
  height: 11%;
}

.tour-card--hero-devices .tour-shot--mobile .phone-buttons--right {
  position: absolute;
  top: 24%;
  right: -1px;
  width: 2px;
  height: 42%;
  border-radius: 999px;
  background: transparent;
  z-index: 16;
  pointer-events: none;
}

.tour-card--hero-devices .tour-shot--mobile .phone-buttons--right::before,
.tour-card--hero-devices .tour-shot--mobile .phone-buttons--right::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(200, 218, 242, 0.84), rgba(89, 107, 132, 0.92));
  box-shadow:
    1px 0 1px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(236, 244, 255, 0.26);
}

.tour-card--hero-devices .tour-shot--mobile .phone-buttons--right::before {
  top: 0;
  height: 21%;
}

.tour-card--hero-devices .tour-shot--mobile .phone-buttons--right::after {
  top: 44%;
  height: 34%;
}

.tour-card--hero-devices .tour-shot--mobile .phone-antenna {
  position: absolute;
  left: 9%;
  right: 9%;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(208, 223, 244, 0.3), rgba(83, 101, 126, 0.4) 50%, rgba(208, 223, 244, 0.3));
  z-index: 16;
  opacity: 0.72;
  pointer-events: none;
}

.tour-card--hero-devices .tour-shot--mobile .phone-antenna--top {
  top: 4.3%;
}

.tour-card--hero-devices .tour-shot--mobile .phone-antenna--bottom {
  bottom: 4.6%;
}

.tour-card--hero-devices .tour-shot--mobile .phone-island {
  position: absolute;
  left: 50%;
  top: 2.8%;
  width: 27%;
  height: 11px;
  transform: translateX(-50%);
  border-radius: 999px;
  border: 1px solid rgba(56, 72, 95, 0.66);
  background:
    linear-gradient(180deg, rgba(12, 20, 31, 0.98), rgba(4, 8, 14, 0.98)),
    radial-gradient(44% 120% at 50% -16%, rgba(153, 173, 199, 0.22), rgba(153, 173, 199, 0) 64%);
  box-shadow:
    inset 0 1px 0 rgba(194, 210, 232, 0.2),
    inset 0 -1px 0 rgba(2, 6, 12, 0.8),
    0 1px 0 rgba(5, 10, 16, 0.5);
  z-index: 17;
}

.tour-card--hero-devices .tour-shot--mobile .phone-island::before {
  content: "";
  position: absolute;
  left: 22%;
  top: 50%;
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(116, 153, 196, 0.76), rgba(4, 9, 15, 0.96) 64%);
  box-shadow: 0 0 0 1px rgba(6, 11, 18, 0.66);
}

.tour-card--hero-devices .tour-shot--mobile .phone-island::after {
  content: "";
  position: absolute;
  right: 22%;
  top: 50%;
  width: 24%;
  height: 2px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(114, 133, 158, 0.38), rgba(21, 33, 47, 0.74));
  opacity: 0.92;
}

.tour-card--hero-devices .tour-shot--mobile .phone-earpiece {
  position: absolute;
  left: 50%;
  top: 4.3%;
  width: 16%;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  border: 1px solid rgba(112, 131, 155, 0.26);
  background:
    linear-gradient(180deg, rgba(44, 59, 79, 0.7), rgba(10, 17, 27, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(223, 234, 246, 0.12);
  z-index: 15;
  opacity: 0.7;
  pointer-events: none;
}

.tour-card--hero-devices .tour-shot--mobile .monitor-screen {
  top: 1.6%;
  left: 2.9%;
  right: 2.9%;
  bottom: 3.3%;
  border-radius: 23px;
  border: 1px solid rgba(4, 8, 13, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(194, 209, 230, 0.13),
    inset 0 0 0 2px rgba(8, 13, 20, 0.56),
    inset 0 -18px 26px -22px rgba(0, 0, 0, 0.8),
    inset 0 20px 28px -24px rgba(255, 255, 255, 0.05);
}

.tour-card--hero-devices .tour-shot--mobile .monitor-screen::before {
  content: "";
  position: absolute;
  top: 2.2%;
  left: 61%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  border: 1px solid rgba(125, 146, 171, 0.18);
  background: radial-gradient(circle at 36% 34%, rgba(92, 120, 155, 0.48), rgba(6, 11, 18, 0.98) 58%);
  box-shadow:
    0 0 0 1px rgba(6, 11, 18, 0.34),
    inset 0 1px 1px rgba(216, 228, 244, 0.1);
  z-index: 6;
  opacity: 0.72;
}

.tour-card--hero-devices .tour-shot--mobile .monitor-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  background:
    radial-gradient(120% 110% at 50% 52%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.4) 100%),
    radial-gradient(24% 14% at 64% 54%, rgba(213, 225, 240, 0.046), rgba(213, 225, 240, 0) 72%),
    radial-gradient(22% 12% at 40% 62%, rgba(213, 225, 240, 0.038), rgba(213, 225, 240, 0) 74%),
    repeating-linear-gradient(104deg, rgba(219, 231, 246, 0.01) 0 1px, rgba(7, 13, 20, 0.01) 1px 2px);
  mix-blend-mode: soft-light;
  opacity: 0.52;
}

.tour-card--hero-devices .tour-shot--mobile .monitor-screen img {
  filter: saturate(0.95) contrast(1.05) brightness(0.94);
}

.tour-card--hero-devices .tour-shot--desktop .monitor-screen {
  top: 1.18%;
  left: 1.18%;
  right: 1.18%;
  bottom: 2.62%;
  border-radius: 9px 9px 5px 5px;
  background: #02060b;
  box-shadow:
    inset 0 0 0 1px rgba(4, 8, 13, 0.86),
    inset 0 0 0 2px rgba(198, 215, 235, 0.1),
    inset 0 -24px 34px -28px rgba(0, 0, 0, 0.76),
    inset 0 28px 38px -34px rgba(255, 255, 255, 0.06);
}

.tour-card--hero-devices .tour-shot--desktop .monitor-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background:
    linear-gradient(114deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.022) 24%, rgba(255, 255, 255, 0) 46%),
    radial-gradient(186% 108% at 50% -34%, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0) 50%),
    radial-gradient(52% 72% at 22% 46%, rgba(255, 111, 42, 0.16), rgba(255, 111, 42, 0) 66%),
    radial-gradient(55% 58% at 74% 34%, rgba(93, 129, 173, 0.08), rgba(93, 129, 173, 0) 67%),
    radial-gradient(124% 110% at 50% 52%, rgba(229, 239, 250, 0) 58%, rgba(210, 226, 245, 0.13) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0) 18%, rgba(0, 0, 0, 0.18) 100%);
  mix-blend-mode: screen;
  opacity: 0.66;
  transform: translate3d(calc(var(--hero-glare-x) * 0.7), calc(var(--hero-glare-y) * 0.7), 0);
  transition: transform 0.35s ease;
}

.tour-card--hero-devices .tour-shot--desktop .monitor-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.012) 0 1px, rgba(0, 0, 0, 0.012) 1px 2px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.006) 0 1px, rgba(0, 0, 0, 0.006) 1px 2px),
    radial-gradient(120% 100% at 50% 45%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.27) 100%);
  mix-blend-mode: soft-light;
  opacity: 0.5;
}

.tour-card--hero-devices .tour-shot--desktop .monitor-screen img {
  filter: saturate(0.93) contrast(1.06) brightness(0.95);
}

.tour-card--hero-devices .tour-shot--mobile::before {
  content: "";
  position: absolute;
  left: -116%;
  right: 8%;
  top: 17%;
  height: 56%;
  background: radial-gradient(94% 84% at 88% 50%, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.16) 46%, rgba(0, 0, 0, 0) 78%);
  transform: perspective(1040px) rotateX(10deg) rotateY(13deg) translate3d(calc(var(--hero-phone-shadow-x) * 0.8), calc(var(--hero-phone-shadow-y) * 0.8), 0);
  filter: blur(0.2px);
  pointer-events: none;
  z-index: 0;
  transition: transform 0.34s ease;
}

.tour-card--hero-devices .tour-shot--mobile::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 0;
  bottom: -6px;
  height: 24px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0));
  transform: perspective(900px) rotateX(75deg) rotateY(12deg) translate3d(calc(var(--hero-phone-shadow-x) * 0.5), 0, 0);
  transform-origin: top center;
  pointer-events: none;
  opacity: 0.98;
  z-index: 0;
  transition: transform 0.34s ease;
}

.tour-card--hero-devices .tour-shot--mobile .monitor-frame--mobile::after {
  background:
    radial-gradient(138% 122% at 112% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 40%),
    radial-gradient(150% 140% at -16% 50%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 42%),
    radial-gradient(136% 118% at 50% 50%, rgba(240, 247, 255, 0) 56%, rgba(228, 239, 252, 0.15) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 56%);
  transform: translate3d(calc(var(--hero-glare-x) * 0.7), calc(var(--hero-glare-y) * 0.7), 0);
  transition: transform 0.35s ease;
}

.tour-card--hero-devices figcaption p {
  margin-top: 12px;
}

.tour-card--hero-devices figcaption {
  position: relative;
  z-index: 1;
  padding-top: 12px;
}

.feature-screen {
  overflow: hidden;
}

.feature-screen-strip {
  width: 100%;
  height: 100%;
  display: flex;
  transform: translateX(-100%);
  will-change: transform;
}

html.js .feature-screen-strip {
  transition: transform 640ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.feature-screen-strip.is-sliding {
  transform: translateX(0);
}

.feature-screen-strip.is-resetting {
  transition: none !important;
  opacity: 0;
  pointer-events: none;
}

.feature-screen-pane {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: block;
  background: #04070d;
  object-fit: contain;
  object-position: center;
}

.tour-card--hero-devices .tour-shot--mobile .feature-screen-pane {
  object-fit: cover;
  object-position: top center;
}

.feature-copy {
  overflow: hidden;
}

.feature-copy-strip {
  width: 100%;
  display: flex;
  transform: translateX(-100%);
  will-change: transform;
}

html.js .feature-copy-strip {
  transition: transform 640ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.feature-copy-strip.is-sliding {
  transform: translateX(0);
}

.feature-copy-strip.is-resetting {
  transition: none !important;
  opacity: 0;
  pointer-events: none;
}

.feature-copy-pane {
  flex: 0 0 100%;
  width: 100%;
}

.feature-next-btn {
  position: absolute;
  right: 8.2%;
  bottom: 18px;
  z-index: 22;
  min-width: 54px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(129, 171, 145, 0.42);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(14, 22, 33, 0.92), rgba(9, 14, 22, 0.94));
  color: var(--accent-warm);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.feature-next-btn:hover {
  transform: translateX(1px);
  border-color: rgba(129, 171, 145, 0.72);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.34);
}

.feature-next-btn:focus-visible {
  outline: 2px solid var(--accent-warm);
  outline-offset: 2px;
}

.feature-status {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.feature-status__count {
  margin: 0;
  color: var(--accent-cool);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.feature-status__rail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  flex-wrap: wrap;
}

.feature-rail-step {
  width: 20px;
  height: 6px;
  border-radius: 999px;
  border: 0;
  background: rgba(207, 220, 238, 0.22);
  cursor: pointer;
  transition: width 0.24s ease, background-color 0.24s ease, opacity 0.24s ease;
  opacity: 0.72;
}

.feature-rail-step:hover {
  opacity: 1;
}

.feature-rail-step.is-active {
  width: 36px;
  background: linear-gradient(90deg, rgba(254, 250, 193, 0.95), rgba(111, 195, 223, 0.92));
  opacity: 1;
}

.feature-rail-step:focus-visible {
  outline: 2px solid var(--accent-warm);
  outline-offset: 2px;
}

.shot-placeholder {
  min-height: 210px;
  border: 1px dashed rgba(129, 171, 145, 0.46);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--muted);
  background:
    linear-gradient(145deg, rgba(13, 18, 27, 0.9), rgba(9, 14, 20, 0.95));
}

.monitor-frame {
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.25);
  background: #000;
  border-radius: 10px;
  position: relative;
  padding: 1% 1% 3% 1%;
  width: min(95%, 560px);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #fefac1;
  z-index: 1;
  margin: auto;
}

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

.monitor-frame--mobile {
  max-width: 375px;
  width: min(88%, 360px);
  height: min(56vh, 520px);
}

.monitor-frame--mobile .monitor-screen {
  overflow: hidden;
}

.monitor-frame--mobile .monitor-screen img {
  object-fit: cover;
  object-position: top center;
}

.monitor-screen {
  width: calc(100% - 2%);
  height: calc(100% - 2%);
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 1%;
  left: 1%;
  right: 1%;
  bottom: 3%;
  border-radius: 6px;
}

.monitor-screen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #000;
}

.monitor-screen::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}

.monitor-screen::-webkit-scrollbar-thumb {
  background-color: #81ab91;
  border-radius: 4px;
}

.monitor-screen:hover::-webkit-scrollbar-thumb {
  background-color: #729e82;
}

.monitor-screen::-webkit-scrollbar-track {
  background-color: #333;
  border-radius: 4px;
}

@supports (scrollbar-width: thin) {
  .monitor-screen {
    scrollbar-width: thin;
    scrollbar-color: #81ab91 #333;
  }
}

.monitor-frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 26%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 58%);
}

.tour-card figcaption {
  padding: 16px 18px 18px;
}

.tour-card h3 {
  margin: 0;
  font-size: 1.15rem;
}

.tour-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.52;
  font-size: 0.93rem;
}

.tour-card--placeholder {
  padding: 18px 18px 20px;
  border-style: dashed;
  border-color: rgba(129, 171, 145, 0.38);
  background:
    linear-gradient(145deg, rgba(17, 23, 33, 0.75), rgba(10, 13, 20, 0.86));
}

.tour-placeholder-pill {
  margin: 0 0 14px;
  width: fit-content;
  border: 1px solid rgba(254, 250, 193, 0.34);
  color: var(--accent-warm);
  border-radius: 999px;
  padding: 0.24rem 0.58rem;
  font-size: 0.73rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.billing {
  padding-top: 82px;
  padding-bottom: 92px;
}

.billing-toolbar {
  margin-top: 22px;
  border: 1px solid var(--line-soft);
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 16px;
  display: grid;
  grid-template-columns: auto minmax(180px, 260px) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.billing-toolbar label {
  font-size: 0.95rem;
}

.billing-toolbar select {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(20, 30, 43, 0.9), rgba(13, 18, 27, 0.9));
  color: var(--text);
  min-height: 40px;
  padding: 0 11px;
  font: inherit;
}

.billing-toolbar select:focus-visible {
  outline: 2px solid var(--accent-warm);
  outline-offset: 2px;
}

.billing-toolbar span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.pricing-status {
  margin: 16px 2px 0;
  color: var(--muted);
  font-size: 0.9rem;
  min-height: 1.3em;
}

.pricing-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pricing-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 84% 0%, rgba(254, 250, 193, 0.14), transparent 46%),
    linear-gradient(150deg, rgba(17, 24, 37, 0.95), rgba(10, 15, 25, 0.95));
  padding: 22px;
  display: grid;
  gap: 14px;
}

.pricing-card[data-popular="true"] {
  border-color: rgba(129, 171, 145, 0.55);
  box-shadow: var(--glow);
}

.pricing-card__tag {
  width: fit-content;
  padding: 0.28rem 0.64rem;
  border-radius: 999px;
  border: 1px solid rgba(129, 171, 145, 0.5);
  color: var(--accent-warm);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-card h3 {
  margin: 0;
  font-size: 1.35rem;
}

.pricing-meta {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.5;
}

.pricing-amount {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

.pricing-sub {
  color: var(--muted);
  font-size: 0.9rem;
}

.pricing-card .btn {
  width: fit-content;
}

.billing-footnote {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--line-soft);
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 16px;
}

.billing-footnote p {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  width: min(calc(100% - 36px), var(--content-max));
  margin: 0 auto 28px;
  padding: 20px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-soft);
  background: var(--surface-strong);
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  align-items: end;
}

.site-footer strong {
  display: block;
  margin-bottom: 6px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

.site-footer nav {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
}

.site-footer nav a {
  color: var(--muted);
}

.site-footer nav a:hover {
  color: var(--text);
}

.footer-meta {
  font-size: 0.87rem;
  color: var(--muted);
}

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

html.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

html.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .hero-proof-grid,
  .proof-layout,
  .onboarding-grid {
    grid-template-columns: 1fr;
  }

  .hero-surface-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .workflow-header {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .workflow-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-card {
    grid-template-columns: 1fr;
  }

  .proof-card > div {
    padding: 0 16px 16px;
  }

  .site-header {
    border-radius: 20px;
    top: 10px;
  }

  .site-nav {
    display: none;
  }

  .header-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .hero-metrics,
  .tour-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .billing-toolbar {
    grid-template-columns: 1fr;
  }

  .workflow-list li {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 680px) {
  .site-header {
    width: min(calc(100% - 22px), var(--content-max));
    margin-top: 10px;
    padding: 12px 12px 12px 14px;
    gap: 10px;
  }

  .language-chooser {
    width: 100%;
    justify-content: space-between;
    padding-right: 0;
  }

  .brand span {
    display: none;
  }

  .header-actions .btn {
    min-height: 38px;
    padding: 0.56rem 0.82rem;
    font-size: 0.82rem;
  }

  .header-actions .btn-ghost {
    display: none;
  }

  .tour-media {
    min-height: 210px;
    padding: 14px 12px 16px;
  }

  .tour-media--pair {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .tour-card--hero-devices .tour-media--pair {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    min-height: 0;
    padding: 0 0 46px;
  }

  .tour-card--hero-devices .tour-shot--desktop,
  .tour-card--hero-devices .tour-shot--mobile {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    z-index: auto;
    padding-top: 0;
    padding-bottom: 0;
    justify-items: center;
  }

  .tour-card--hero-devices .tour-shot--desktop {
    width: min(100%, 352px);
  }

  .tour-card--hero-devices .tour-shot--mobile {
    width: min(100%, 208px);
  }

  .monitor-frame--desktop {
    width: min(96%, 520px);
  }

  .monitor-frame--mobile {
    width: min(86%, 320px);
    height: min(60vh, 470px);
  }

  .tour-shot--mobile .monitor-frame--mobile {
    width: min(84%, 290px);
    height: min(54vh, 430px);
  }

  .tour-card--hero-devices .tour-shot--desktop::before,
  .tour-card--hero-devices .tour-shot--desktop::after,
  .tour-card--hero-devices .tour-shot--desktop .laptop-lid-edge,
  .tour-card--hero-devices .tour-shot--desktop .laptop-deck,
  .tour-card--hero-devices .tour-shot--mobile .phone-overlap-shadow,
  .tour-card--hero-devices .tour-shot--mobile::before,
  .tour-card--hero-devices .tour-shot--mobile::after {
    display: none;
  }

  .tour-card--hero-devices .tour-shot--desktop .laptop-rig {
    width: 100%;
    max-width: 352px;
    margin-inline: auto;
    transform: none;
  }

  .tour-card--hero-devices .tour-shot--mobile .monitor-frame--mobile {
    width: 100%;
    max-width: 208px;
    height: auto;
    aspect-ratio: 9 / 19.5;
    transform: rotateZ(-0.28deg);
    transform-origin: center center;
  }

  .tour-card--hero-devices .tour-shot--mobile .phone-side {
    display: none;
  }

  .tour-card--hero-devices .tour-shot--mobile .phone-buttons,
  .tour-card--hero-devices .tour-shot--mobile .phone-antenna {
    display: none;
  }

  .tour-card--hero-devices .tour-shot--mobile::after {
    transform: perspective(840px) rotateX(76deg) rotateY(8deg);
  }

  .feature-next-btn {
    right: 16px;
    bottom: 10px;
  }

  .feature-status {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .feature-status__rail {
    justify-content: flex-start;
  }

  .section {
    width: min(calc(100% - 20px), var(--content-max));
  }

  .hero {
    padding-top: 64px;
    padding-bottom: 34px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-surface {
    padding: 16px;
  }

  .hero-surface-layout {
    gap: 12px;
  }

  .surface-step {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 10px;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-proofline {
    font-size: 0.82rem;
  }

  .workflow-highlights {
    grid-template-columns: 1fr;
  }

  .hero-proof-grid {
    gap: 10px;
  }

  .feature-card--compact {
    padding: 16px;
  }

  .workflow,
  .proof,
  .product-tour,
  .onboarding,
  .billing {
    padding-top: 56px;
  }

  .billing {
    padding-bottom: 62px;
  }

  .workflow-list li {
    gap: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .step-index {
    font-size: 0.82rem;
  }

  .billing-footnote {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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