.landing-page {
  --landing-bg: #06070c;
  --landing-panel: rgba(12, 17, 30, 0.74);
  --landing-panel-strong: rgba(16, 21, 36, 0.9);
  --landing-border: rgba(255, 255, 255, 0.12);
  --landing-border-strong: rgba(255, 184, 82, 0.35);
  --landing-text: #f7f8fb;
  --landing-muted: rgba(240, 244, 255, 0.72);
  --landing-soft: rgba(240, 244, 255, 0.65);
  --landing-cyan: #83efff;
  --landing-orange: #ffb03f;
  --landing-blue: #8bc4ff;
  --landing-green: #90f0ba;
  --landing-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 176, 255, 0.12), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(255, 170, 76, 0.18), transparent 26%),
    radial-gradient(circle at 50% 80%, rgba(31, 48, 115, 0.32), transparent 40%),
    linear-gradient(180deg, #04050a 0%, #070913 35%, #0a0f1c 62%, #05060a 100%);
  color: var(--landing-text);
  font-family: "Avenir Next", "SF Pro Text", "Segoe UI Variable", "Segoe UI", sans-serif;
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4 {
  color: var(--landing-text);
  font-family: "SF Pro Display", "Avenir Next", "Segoe UI Variable", "Segoe UI", sans-serif;
  letter-spacing: -0.04em;
}

.landing-page p {
  color: var(--landing-muted);
}

.landing-page .deferred-section {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.landing-page .section {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  scroll-margin-top: 5.75rem;
}

.landing-page .section-title {
  max-width: 880px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.landing-page .section-title h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.landing-page .section-title p {
  font-size: 1.1rem;
  line-height: 1.75;
}

.landing-page .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--landing-cyan);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.landing-page .eyebrow::before {
  content: "";
  width: 1.75rem;
  height: 1px;
  background: currentColor;
  opacity: 0.75;
}

.landing-page .btn {
  border-radius: 999px;
  padding: 1rem 1.6rem;
  font-size: 0.98rem;
  box-shadow: none;
}

.landing-page .btn-primary {
  background: linear-gradient(135deg, var(--landing-orange), #ff8e26);
  box-shadow: 0 18px 40px rgba(255, 160, 56, 0.25);
}

.landing-page .btn-primary:hover {
  box-shadow: 0 20px 48px rgba(255, 160, 56, 0.34);
}

.landing-page .btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.16);
}

.landing-page .scroll-indicator {
  display: none;
}

.landing-page .hero {
  min-height: calc(100vh - 72px);
  padding: clamp(2rem, 4vw, 4rem) 0 clamp(4rem, 8vw, 6rem);
  align-items: stretch;
  overflow: visible;
}

.landing-page .hero::before,
.landing-page .hero::after {
  content: none;
}

.landing-page .hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  min-height: calc(100vh - 160px);
}

.landing-page .hero-copy {
  max-width: 40rem;
}

.landing-page .hero-logo {
  width: 6rem;
  height: 6rem;
  margin-bottom: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 16px 40px rgba(12, 16, 38, 0.55);
}

.landing-page .hero h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1.05;
  color: var(--landing-text);
  background: linear-gradient(110deg, #ffffff 0%, #ffe2b5 22%, #abf3ff 60%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.landing-page .hero-subtitle {
  margin-bottom: 1rem;
  font-size: clamp(1.15rem, 2.1vw, 1.45rem);
  color: rgba(247, 248, 251, 0.88);
}

.landing-page .hero-description {
  max-width: 34rem;
  margin: 0 0 1.6rem;
  font-size: 1rem;
  color: var(--landing-soft);
}

.landing-page .hero-highlight-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.75rem;
}

.landing-page .hero-pill,
.landing-page .trust-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.7rem 1rem;
  color: rgba(247, 248, 251, 0.9);
  font-size: 0.92rem;
  line-height: 1.2;
}

.landing-page .hero-note {
  margin-top: 1rem;
  max-width: 30rem;
  font-size: 0.95rem;
  color: var(--landing-soft);
}

.landing-page .hero-stage {
  position: relative;
  min-height: 40rem;
}

.landing-page .hero-orbit {
  position: absolute;
  filter: blur(40px);
  opacity: 0.7;
  border-radius: 999px;
}

.landing-page .hero-orbit--amber {
  top: 6%;
  right: 4%;
  width: 11rem;
  height: 11rem;
  background: rgba(255, 176, 63, 0.26);
}

.landing-page .hero-orbit--cyan {
  left: 8%;
  bottom: 6%;
  width: 14rem;
  height: 14rem;
  background: rgba(90, 228, 255, 0.16);
}

.landing-page .surface-window,
.landing-page .story-panel,
.landing-page .workflow-preview,
.landing-page .experience-card,
.landing-page .benefit-card,
.landing-page .compare-column,
.landing-page .pricing-card,
.landing-page .faq-item {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    var(--landing-panel);
  border: 1px solid var(--landing-border);
  border-radius: 2rem;
  box-shadow: var(--landing-shadow);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.landing-page .surface-window {
  position: absolute;
  padding: 1.25rem;
  overflow: hidden;
}

.landing-page .surface-window--lead {
  inset: 0 auto auto 0;
  width: min(100%, 30rem);
}

.landing-page .surface-window--calc {
  top: 12%;
  right: 0;
  width: 18rem;
}

.landing-page .surface-window--handoff {
  right: 7%;
  bottom: 0;
  width: 22rem;
}

.landing-page .surface-window__header,
.landing-page .visual-card__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  color: var(--landing-soft);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.landing-page .surface-window__label,
.landing-page .surface-window__meta,
.landing-page .visual-card__header strong {
  font-weight: 700;
}

.landing-page .surface-address {
  margin-bottom: 1.1rem;
}

.landing-page .surface-address strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.35rem;
  color: var(--landing-text);
}

.landing-page .surface-address span {
  color: var(--landing-muted);
}

.landing-page .surface-stat-grid,
.landing-page .visual-data-grid,
.landing-page .workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.landing-page .surface-stat,
.landing-page .visual-data-grid div,
.landing-page .workflow-grid div,
.landing-page .workflow-board div {
  padding: 0.9rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-page .surface-stat span,
.landing-page .visual-data-grid span,
.landing-page .workflow-grid span,
.landing-page .workflow-board span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--landing-soft);
  font-size: 0.8rem;
}

.landing-page .surface-stat strong,
.landing-page .visual-data-grid strong,
.landing-page .workflow-grid strong,
.landing-page .workflow-board strong {
  font-size: 1rem;
  color: var(--landing-text);
}

.landing-page .surface-timeline,
.landing-page .handoff-rail,
.landing-page .workflow-chip-row,
.landing-page .visual-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.landing-page .surface-timeline {
  margin-top: 1rem;
}

.landing-page .surface-timeline span,
.landing-page .handoff-step,
.landing-page .workflow-chip-row span,
.landing-page .visual-chip-row span {
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--landing-muted);
  font-size: 0.82rem;
}

.landing-page .surface-timeline__active,
.landing-page .handoff-step--active {
  color: #081018;
  background: linear-gradient(135deg, #fff3d2, #ffc96f);
}

.landing-page .surface-bars,
.landing-page .visual-list {
  display: grid;
  gap: 0.9rem;
}

.landing-page .surface-bar-row,
.landing-page .visual-list div {
  display: grid;
  grid-template-columns: 5.3rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  color: var(--landing-muted);
  font-size: 0.9rem;
}

.landing-page .surface-bar-row div,
.landing-page .visual-meter {
  position: relative;
  height: 0.55rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.landing-page .surface-bar-row i,
.landing-page .visual-meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--landing-orange), var(--landing-cyan));
}

.landing-page .surface-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-page .surface-total strong {
  font-size: 1.45rem;
}

.landing-page .surface-checklist {
  display: grid;
  gap: 0.8rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.landing-page .surface-checklist li,
.landing-page .experience-list li,
.landing-page .compare-list li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--landing-muted);
}

.landing-page .surface-checklist li::before,
.landing-page .experience-list li::before,
.landing-page .compare-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--landing-orange), var(--landing-cyan));
}

.landing-page .surface-team,
.landing-page .visual-team-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--landing-text);
}

.landing-page .surface-avatar {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 176, 63, 0.96), rgba(131, 239, 255, 0.9));
  border: 2px solid rgba(7, 10, 18, 0.9);
}

.landing-page #stats.section {
  margin-top: -1.25rem;
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

.landing-page .trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.landing-page .trust-pill {
  background: rgba(255, 255, 255, 0.03);
}

.landing-page .story-grid {
  display: grid;
  gap: 1.5rem;
}

.landing-page .story-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  padding: clamp(1.6rem, 3vw, 2.25rem);
}

.landing-page .story-panel--reverse {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.landing-page .story-panel--reverse .story-copy {
  order: 2;
}

.landing-page .story-kicker {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--landing-cyan);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.landing-page .story-copy h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.landing-page .story-copy p {
  margin-bottom: 0;
  font-size: 1rem;
}

.landing-page .story-visual {
  display: flex;
  align-items: center;
}

.landing-page .visual-card {
  width: 100%;
  padding: 1.2rem;
  border-radius: 1.7rem;
  background: linear-gradient(180deg, rgba(131, 239, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-page .visual-data-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-page .visual-meter {
  margin: 0.8rem 0 1rem;
}

.landing-page .visual-pump-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.landing-page .visual-pump-list span {
  padding: 0.8rem 0.95rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--landing-muted);
}

.landing-page .workflow-preview {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 1rem;
  padding: 1.35rem;
  height: calc(100vh - 7.5rem);
  min-height: 42rem;
  max-height: 48rem;
}

.landing-page .workflow-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 176, 63, 0.12), transparent 30%),
    radial-gradient(circle at 78% 82%, rgba(131, 239, 255, 0.11), transparent 36%),
    linear-gradient(180deg, rgba(255, 176, 63, 0.08), rgba(131, 239, 255, 0.03));
  pointer-events: none;
}

.landing-page .scrolly-container {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
  gap: clamp(1.6rem, 4vw, 3rem);
  align-items: stretch;
}

.landing-page .scrolly-sticky {
  position: sticky;
  top: 6.5rem;
  align-self: start;
  height: auto;
  min-height: 0;
}

.landing-page .workflow-screen {
  padding: 1.6rem;
}

.landing-page .workflow-screen__kicker {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--landing-cyan);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.landing-page .workflow-screen h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.landing-page .workflow-dossier {
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.04);
}

.landing-page .workflow-dossier strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
}

.landing-page .workflow-selection {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.04);
}

.landing-page .workflow-selection span,
.landing-page .workflow-selection small {
  display: block;
}

.landing-page .workflow-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.landing-page .scrolly-step {
  margin-bottom: 1rem;
  padding: 1.35rem 1.4rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.landing-page .scrolly-step.active,
.landing-page .scrolly-step.scrolly-step--active {
  border-color: var(--landing-border-strong);
  background: rgba(255, 176, 63, 0.08);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.2);
}

.landing-page .scrolly-step-number {
  background: linear-gradient(135deg, var(--landing-orange), var(--landing-cyan));
  color: #081018;
}

.landing-page .experience-grid,
.landing-page .benefit-grid,
.landing-page .compare-shell {
  display: grid;
  gap: 1.5rem;
}

.landing-page .experience-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.landing-page .experience-screen,
.landing-page .experience-transfer {
  position: relative;
  padding: clamp(1.45rem, 3vw, 2rem);
  border-radius: 2rem;
  border: 1px solid var(--landing-border);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: var(--landing-shadow);
}

.landing-page .experience-screen {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    var(--landing-panel-strong);
}

.landing-page .experience-screen--web {
  background:
    linear-gradient(180deg, rgba(131, 239, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(13, 19, 34, 0.88);
}

.landing-page .experience-stage-label,
.landing-page .experience-transfer__eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: var(--landing-cyan);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.landing-page .experience-screen strong,
.landing-page .experience-transfer strong {
  display: block;
  margin-bottom: 0.7rem;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.05;
  color: var(--landing-text);
}

.landing-page .experience-screen p,
.landing-page .experience-transfer p {
  margin-bottom: 1rem;
}

.landing-page .experience-mini-card {
  margin-bottom: 1rem;
  padding: 1rem 1.05rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.landing-page .experience-mini-card span,
.landing-page .experience-mini-card small {
  display: block;
}

.landing-page .experience-mini-card span {
  margin-bottom: 0.25rem;
  color: var(--landing-text);
  font-weight: 600;
}

.landing-page .experience-mini-card small {
  color: var(--landing-soft);
}

.landing-page .experience-stage-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-page .experience-stage-list li {
  padding: 0.8rem 0.95rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--landing-muted);
}

.landing-page .experience-transfer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 176, 63, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(10, 15, 28, 0.84);
  text-align: center;
}

.landing-page .experience-transfer__pulse {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0.5rem auto 0;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(131, 239, 255, 0.9) 0%, rgba(131, 239, 255, 0.18) 42%, transparent 70%);
}

.landing-page .experience-transfer__pulse::before,
.landing-page .experience-transfer__pulse::after {
  content: "";
  position: absolute;
  inset: -0.8rem;
  border: 1px solid rgba(131, 239, 255, 0.2);
  border-radius: inherit;
}

.landing-page .experience-transfer__pulse::after {
  inset: -1.55rem;
  border-color: rgba(255, 176, 63, 0.16);
}

.landing-page .experience-grid,
.landing-page .compare-shell {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-page .benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-page .experience-card,
.landing-page .benefit-card,
.landing-page .compare-column {
  padding: clamp(1.5rem, 3vw, 2.2rem);
}

.landing-page .experience-label,
.landing-page .compare-label {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: var(--landing-cyan);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.landing-page .experience-card h3,
.landing-page .compare-column h3 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.landing-page .experience-list,
.landing-page .compare-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.landing-page .experience-card--office {
  background:
    linear-gradient(180deg, rgba(131, 239, 255, 0.08), rgba(255, 255, 255, 0.03)),
    var(--landing-panel-strong);
}

.landing-page .benefit-number {
  display: inline-block;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.34);
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.landing-page .benefit-card h3 {
  margin-bottom: 0.75rem;
  font-size: 1.6rem;
}

.landing-page .compare-column--legacy {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(10, 13, 22, 0.78);
}

.landing-page .compare-column--modern {
  background:
    linear-gradient(180deg, rgba(255, 176, 63, 0.1), rgba(131, 239, 255, 0.03)),
    rgba(14, 18, 30, 0.88);
  border-color: rgba(255, 176, 63, 0.26);
}

.landing-page .proof-shell {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.landing-page .proof-stage {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: 1.35rem;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 176, 63, 0.08), rgba(131, 239, 255, 0.03)),
    var(--landing-panel-strong);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--landing-shadow);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  align-items: center;
}

.landing-page .proof-kicker,
.landing-page .case-label,
.landing-page .before-after-label {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: var(--landing-cyan);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-page .proof-stage h3 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
}

.landing-page .proof-stage p {
  margin-bottom: 1.2rem;
}

.landing-page .proof-stage-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.landing-page .proof-browser {
  width: 100%;
}

.landing-page .proof-metrics,
.landing-page .case-grid,
.landing-page .before-after-grid {
  display: grid;
  gap: 1.25rem;
}

.landing-page .proof-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-page .proof-metric-card,
.landing-page .case-card,
.landing-page .before-after-card {
  padding: clamp(1.45rem, 3vw, 2rem);
  border-radius: 1.8rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    var(--landing-panel);
  border: 1px solid var(--landing-border);
  box-shadow: var(--landing-shadow);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.landing-page .proof-metric-value {
  display: block;
  margin-bottom: 0.55rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 0.95;
  color: var(--landing-text);
}

.landing-page .proof-metric-label {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--landing-cyan);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.landing-page .proof-metric-card p,
.landing-page .case-card p {
  margin: 0;
}

.landing-page .before-after-grid,
.landing-page .case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-page .before-after-card.before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(11, 14, 25, 0.82);
}

.landing-page .before-after-card.after {
  background:
    linear-gradient(180deg, rgba(255, 176, 63, 0.1), rgba(131, 239, 255, 0.03)),
    rgba(13, 19, 32, 0.9);
  border-color: rgba(255, 176, 63, 0.26);
}

.landing-page .before-after-card h3,
.landing-page .case-card h3 {
  margin-bottom: 0.85rem;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.landing-page .before-after-list,
.landing-page .case-list {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.landing-page .pricing-grid {
  max-width: 1160px !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.5rem !important;
}

.landing-page .pricing-card {
  padding: 2rem;
}

.landing-page .pricing-card.popular {
  border-color: var(--landing-border-strong);
  transform: translateY(-0.4rem);
}

.landing-page .pricing-title {
  font-size: 2rem;
}

.landing-page .pricing-description,
.landing-page .pricing-monthly-equiv,
.landing-page .pricing-features li {
  color: var(--landing-muted);
}

.landing-page .faq-container {
  display: grid;
  gap: 1rem;
}

.landing-page .faq-item {
  padding: 0;
}

.landing-page .faq-question {
  width: 100%;
  padding: 1.4rem 1.6rem;
  background: transparent;
  border: 0;
  color: var(--landing-text);
}

.landing-page .faq-answer {
  padding: 0 1.6rem 1.5rem;
}

.landing-page footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 6, 10, 0.88);
}

@media (max-width: 1140px) {
  .landing-page .hero-shell,
  .landing-page .scrolly-container,
  .landing-page .proof-stage {
    grid-template-columns: 1fr;
  }

  .landing-page .hero-stage {
    min-height: 34rem;
  }

  .landing-page .workflow-preview {
    height: auto;
    min-height: 28rem;
    max-height: none;
  }

  .landing-page .scrolly-sticky {
    position: relative;
    top: 0;
    height: auto;
    min-height: 0;
  }

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

  .landing-page .experience-stage,
  .landing-page .experience-grid,
  .landing-page .compare-shell,
  .landing-page .before-after-grid,
  .landing-page .case-grid,
  .landing-page .pricing-grid {
    grid-template-columns: 1fr !important;
  }

  .landing-page .proof-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1140px) {
  .landing-page .hero h1 {
    font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  }
}

@media (max-width: 860px) {
  .landing-page .story-panel,
  .landing-page .story-panel--reverse {
    grid-template-columns: 1fr;
  }

  .landing-page .story-panel--reverse .story-copy {
    order: 0;
  }

  .landing-page .surface-window {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .landing-page .hero-stage {
    display: grid;
    gap: 1rem;
    min-height: auto;
  }

  .landing-page .surface-window--calc,
  .landing-page .surface-window--handoff {
    right: auto;
  }
}

@media (max-width: 640px) {
  .landing-page #stats.section {
    margin-top: 0;
    padding-top: 2.2rem;
  }

  .landing-page .section {
    padding: 4rem 0;
  }

  .landing-page .hero h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .landing-page .hero-logo {
    width: 4.75rem;
    height: 4.75rem;
  }

  .landing-page .surface-stat-grid,
  .landing-page .workflow-grid,
  .landing-page .workflow-board {
    grid-template-columns: 1fr;
  }

  .landing-page .surface-bar-row,
  .landing-page .visual-list div {
    grid-template-columns: 1fr;
  }

  .landing-page .surface-total {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-page .surface-window,
  .landing-page .story-panel,
  .landing-page .workflow-preview,
  .landing-page .benefit-card,
  .landing-page .experience-card {
    animation: none !important;
    transition: none !important;
  }
}

.landing-page .hero-stage--screens {
  min-height: 46rem;
  overflow: visible;
}

.landing-page .hero-stage--screens .hero-media {
  position: absolute;
}

.landing-page .hero-media--web {
  top: 0;
  right: 0;
  width: min(100%, 41rem);
  transform: perspective(1400px) rotateY(-10deg) rotateX(4deg);
  transform-origin: right center;
}

.landing-page .hero-media--phone {
  left: 2rem;
  bottom: 0;
  z-index: 3;
  width: clamp(15rem, 32vw, 18rem);
  transform: perspective(1200px) rotateY(8deg) rotateX(2deg);
}

.landing-page .hero-media--tablet {
  right: 2rem;
  bottom: 1rem;
  z-index: 2;
  width: clamp(14rem, 30vw, 19rem);
  transform: perspective(1200px) rotateY(-10deg) rotateX(2deg);
}

.landing-page .browser-window {
  position: relative;
  overflow: hidden;
  border-radius: 1.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 15, 28, 0.88);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

.landing-page .browser-window__chrome {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.landing-page .browser-window__chrome span {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.landing-page .browser-window__chrome span:nth-child(1) {
  background: rgba(255, 176, 63, 0.9);
}

.landing-page .browser-window__chrome span:nth-child(2) {
  background: rgba(131, 239, 255, 0.9);
}

.landing-page .browser-window__chrome span:nth-child(3) {
  background: rgba(144, 240, 186, 0.9);
}

.landing-page .browser-window__chrome small {
  margin-left: auto;
  color: var(--landing-soft);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
}

.landing-page .device-visual {
  position: relative;
  overflow: hidden;
  padding: 0.45rem;
  border-radius: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(13, 18, 31, 0.98), rgba(5, 8, 16, 0.96));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.landing-page .device-visual--phone {
  aspect-ratio: 9 / 19.5;
}

.landing-page .device-visual--phone::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 50%;
  z-index: 2;
  width: 38%;
  height: 1.35rem;
  transform: translateX(-50%);
  border-radius: 0 0 1rem 1rem;
  background: #05070d;
}

.landing-page .device-visual--tablet {
  aspect-ratio: 3 / 4;
  padding: 0.55rem;
  border-radius: 2rem;
}

.landing-page .screen-shot {
  display: block;
  width: 100%;
  height: auto;
}

.landing-page .device-visual .screen-shot {
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 1.7rem;
}

.landing-page .device-visual--tablet .screen-shot {
  border-radius: 1.45rem;
}

.landing-page .story-panel {
  align-items: center;
}

.landing-page .story-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-page .story-shot {
  width: min(100%, 21rem);
}

.landing-page .story-shot--tablet {
  width: min(100%, 25rem);
}

.landing-page .story-shot--browser {
  width: min(100%, 37rem);
}

.landing-page .workflow-preview {
  position: sticky;
  top: 6.5rem;
  min-height: 47rem;
  padding: 1.4rem;
}

.landing-page .workflow-preview-head,
.landing-page .workflow-preview-stage {
  position: relative;
  z-index: 1;
}

.landing-page .workflow-preview-head {
  max-width: 25rem;
  padding-bottom: 0.15rem;
}

.landing-page .workflow-preview-kicker,
.landing-page .workflow-floating-kicker {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--landing-cyan);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.landing-page .workflow-preview-head strong {
  display: block;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.08;
  color: var(--landing-text);
}

.landing-page .workflow-preview-stage {
  min-height: 34rem;
}

.landing-page .workflow-preview .scrolly-screen {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 240ms ease, visibility 240ms ease;
}

.landing-page .workflow-preview .scrolly-screen.active,
.landing-page .workflow-preview .scrolly-screen.scrolly-screen--active {
  opacity: 1;
  visibility: visible;
}

.landing-page .workflow-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 34rem;
  padding: 1.5rem;
}

.landing-page .workflow-stage--browser {
  align-items: stretch;
}

.landing-page .workflow-media--phone {
  width: min(100%, 19rem);
}

.landing-page .workflow-media--tablet {
  width: min(100%, 28rem);
}

.landing-page .workflow-media--browser {
  width: min(100%, 44rem);
}

.landing-page .workflow-media--scan {
  transform: perspective(1200px) rotateY(6deg) rotateX(1deg);
}

.landing-page .workflow-floating-card {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  width: min(19rem, calc(100% - 2rem));
  padding: 1.15rem 1.2rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(8, 12, 23, 0.82);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.landing-page .workflow-floating-card--left {
  right: auto;
  left: 0.8rem;
}

.landing-page .workflow-floating-card--wide {
  width: min(22rem, calc(100% - 2rem));
}

.landing-page .workflow-floating-card strong {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 1.2rem;
  line-height: 1.12;
  color: var(--landing-text);
}

.landing-page .workflow-floating-card p {
  margin-bottom: 0.9rem;
  color: var(--landing-soft);
  font-size: 0.95rem;
}

.landing-page .workflow-floating-list,
.landing-page .scrolly-step-points {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-page .workflow-floating-list li,
.landing-page .scrolly-step-points li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--landing-muted);
  font-size: 0.92rem;
}

.landing-page .workflow-floating-list li::before,
.landing-page .scrolly-step-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--landing-orange), var(--landing-cyan));
}

.landing-page .scrolly-step h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.55rem, 2.3vw, 2rem);
  line-height: 1.08;
}

.landing-page .scrolly-step p {
  margin-bottom: 0.9rem;
}

.landing-page .experience-screen--media {
  display: flex;
  flex-direction: column;
  min-height: 30rem;
  overflow: hidden;
}

.landing-page .experience-screen--media > span,
.landing-page .experience-screen--media > strong,
.landing-page .experience-screen--media > p {
  position: relative;
  z-index: 2;
}

.landing-page .experience-media-stack {
  position: relative;
  flex: 1;
  min-height: 21rem;
  margin-top: 1rem;
  z-index: 1;
}

.landing-page .experience-shot {
  position: absolute;
}

.landing-page .experience-shot--phone {
  left: 0;
  bottom: 0;
  z-index: 2;
  width: min(100%, 12rem);
}

.landing-page .experience-shot--tablet {
  right: 0;
  top: 0;
  width: min(100%, 18rem);
  transform: perspective(1200px) rotateY(-8deg);
}

.landing-page .browser-window--dashboard {
  width: 100%;
  margin-top: 1rem;
}

.landing-page .cookie-banner {
  left: auto;
  right: 1rem;
  bottom: 1rem;
  width: min(92vw, 32rem);
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  background: rgba(8, 12, 22, 0.78);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  transform: translateY(120%);
}

.landing-page .cookie-banner.visible {
  transform: translateY(0);
}

.landing-page .cookie-banner-inner {
  max-width: none;
  gap: 0.7rem;
  align-items: flex-end;
}

.landing-page .cookie-banner-text {
  min-width: 0;
  font-size: 0.78rem;
  line-height: 1.4;
}

.landing-page .cookie-banner-actions {
  flex-shrink: 0;
  gap: 0.45rem;
}

.landing-page .cookie-btn {
  border-radius: 999px;
  padding: 0.48rem 0.9rem;
  font-size: 0.9rem;
}

@media (max-width: 1140px) {
  .landing-page .hero-stage--screens {
    min-height: 40rem;
  }

  .landing-page .hero-media--web {
    width: min(100%, 100%);
  }

  .landing-page .hero-media--phone {
    left: 1rem;
  }

  .landing-page .hero-media--tablet {
    right: 1rem;
  }
}

@media (max-width: 860px) {
  .landing-page .hero-stage--screens {
    position: relative;
    display: block;
    min-height: 28rem;
    overflow: hidden;
  }

  .landing-page .hero-stage--screens .hero-media {
    position: absolute;
    transform: none;
  }

  .landing-page .hero-media--web {
    top: 0; left: 0; right: 0;
    width: 100%;
    border-radius: 1rem;
  }

  .landing-page .hero-media--phone {
    left: 5%; bottom: 0;
    width: 40%; z-index: 3;
  }

  .landing-page .hero-media--tablet {
    right: 5%; bottom: 0;
    width: 55%; z-index: 2;
  }

  .landing-page .workflow-preview {
    min-height: 34rem;
  }

  .landing-page .workflow-preview-stage {
    min-height: 25rem;
  }

  .landing-page .workflow-media--browser {
    width: 100%;
  }

  .landing-page .workflow-stage {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    padding: 0.8rem;
  }

  .landing-page .workflow-media--phone,
  .landing-page .workflow-media--scan {
    position: relative;
    width: min(100%, 18rem);
    transform: none;
  }

  .landing-page .workflow-media--tablet {
    position: relative;
    width: min(100%, 24rem);
    transform: none;
  }

  .landing-page .workflow-floating-card,
  .landing-page .workflow-floating-card--left,
  .landing-page .workflow-floating-card--wide {
    position: relative;
    left: auto; right: auto; bottom: auto;
    margin-top: 0.8rem;
    width: 100%;
  }

  .landing-page .experience-media-stack {
    min-height: 26rem;
  }

  .landing-page .experience-shot--phone {
    width: min(100%, 10.5rem);
  }

  .landing-page .experience-shot--tablet {
    width: min(100%, 14rem);
  }
}

@media (max-width: 640px) {
  .landing-page .browser-window__chrome {
    padding: 0.75rem 0.8rem;
  }

  .landing-page .browser-window__chrome small {
    font-size: 0.68rem;
  }

  .landing-page .device-visual {
    padding: 0.36rem;
  }

  .landing-page .device-visual--phone {
    width: min(100%, 16rem);
  }

  .landing-page .device-visual--tablet {
    width: min(100%, 18.5rem);
  }

  .landing-page .story-shot,
  .landing-page .story-shot--tablet,
  .landing-page .story-shot--browser {
    width: 100%;
  }

  .landing-page .workflow-preview {
    min-height: 28rem;
    padding: 0.7rem;
  }

  .landing-page .workflow-preview-head strong {
    font-size: 1.25rem;
  }

  .landing-page .workflow-preview-stage {
    min-height: auto;
  }

  .landing-page .workflow-stage {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    padding: 0.6rem;
  }

  .landing-page .workflow-media--phone,
  .landing-page .workflow-media--tablet,
  .landing-page .workflow-media--browser,
  .landing-page .workflow-media--scan {
    position: relative;
    width: min(100%, 16rem);
    max-height: 22rem;
    overflow: hidden;
    border-radius: 1.25rem;
    transform: none;
  }

  .landing-page .workflow-media--browser {
    width: 100%;
    max-height: 14rem;
  }

  .landing-page .workflow-floating-card,
  .landing-page .workflow-floating-card--left,
  .landing-page .workflow-floating-card--wide {
    position: relative;
    left: auto; right: auto; bottom: auto;
    margin-top: 0.75rem;
    width: 100%;
  }

  .landing-page .experience-screen--media {
    min-height: 26rem;
  }

  .landing-page .experience-media-stack {
    min-height: 21rem;
  }

  .landing-page .experience-shot--phone {
    width: 8.5rem;
  }

  .landing-page .experience-shot--tablet {
    width: 11.25rem;
  }

  .landing-page .cookie-banner {
    width: calc(100vw - 1rem);
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    padding: 0.9rem;
  }
}

/* ── Marktcijfers strip ───────────────────────────────────────────────────── */

.landing-page .market-signal-strip {
  padding-top: 0;
  padding-bottom: 1rem;
}

.landing-page .market-stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.025);
  padding: 1.2rem 1.5rem;
}

.landing-page .market-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.5rem 1.5rem;
  flex: 1;
  min-width: 160px;
}

.landing-page .market-stat--highlight .market-stat-value {
  color: var(--accent-orange, #ffa640);
}

.landing-page .market-stat-value {
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 0.3rem;
}

.landing-page .market-stat-label {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.4;
  max-width: 18ch;
}

.landing-page .market-stat-divider {
  width: 1px;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .landing-page .market-stats-row {
    gap: 0.25rem;
    padding: 1rem;
  }
  .landing-page .market-stat-divider {
    display: none;
  }
  .landing-page .market-stat {
    min-width: 130px;
    padding: 0.5rem 0.75rem;
  }
}


/* InstallQ / certification trust note in hero */
.landing-page .hero-cert-note {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0.6rem 0 0;
  letter-spacing: 0.01em;
}

/* ── Coming Soon badge in hero ── */
.coming-soon-hero-badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(255, 166, 64, 0.18), rgba(255, 166, 64, 0.06));
  border: 1px solid rgba(255, 166, 64, 0.35);
  color: var(--landing-orange);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.45rem 1.2rem;
  border-radius: 50px;
  margin-bottom: 1rem;
  animation: badge-pulse 2.5s ease-in-out infinite;
}

@keyframes badge-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 166, 64, 0.25); }
  50%      { box-shadow: 0 0 0 8px rgba(255, 166, 64, 0); }
}

/* ── Nav coming soon button ── */
.nav-coming-soon-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(135deg, rgba(255, 166, 64, 0.15), rgba(255, 166, 64, 0.05));
  border: 1px solid rgba(255, 166, 64, 0.3);
  color: var(--accent-orange, rgb(255, 166, 64));
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.45rem 1rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.nav-coming-soon-btn:hover {
  background: linear-gradient(135deg, rgba(255, 166, 64, 0.25), rgba(255, 166, 64, 0.1));
  border-color: rgba(255, 166, 64, 0.5);
  transform: translateY(-1px);
}
