*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --surface:       oklch(98.5% 0.006 252);
  --surface-2:     oklch(95% 0.010 252);
  --surface-blue:  oklch(93% 0.028 265);
  --surface-nav:   oklch(98.5% 0.006 252 / .95);
  --blue:          oklch(50% 0.22 265);
  --blue-hover:    oklch(55% 0.22 265);
  --blue-bright:   oklch(68% 0.18 225);
  --blue-ghost:    oklch(50% 0.22 265 / .14);
  --blue-border:   oklch(50% 0.22 265 / .22);
  --on-light:      oklch(34% 0.025 252);
  --on-light-2:    oklch(40% 0.012 252);
  --ink:           oklch(13% 0.025 252);
  --ink-2:         oklch(19% 0.022 252);
  --ink-3:         oklch(26% 0.018 252);
  --ink-featured:  oklch(19% 0.042 260);
  --on-dark:       oklch(96% 0.006 252);
  --on-dark-2:     oklch(63% 0.014 252);
  --on-dark-3:     oklch(82% 0.07 265);
  --launch-bg:     oklch(88% 0.16 85);
  --launch-text:   oklch(28% 0.08 75);
  --anthropic:      #d97757; /* Anthropic brand rust/clay — used on the AI/MCP badge */
  --anthropic-dark: #5c2314; /* dark shade of the rust, for text on the solid pill */
}

html { scroll-behavior: smooth; }

section[id] { scroll-margin-top: 88px; }

body.present-mode section[id] { scroll-margin-top: 16px; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--on-light);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; height: auto; }
a { text-decoration: none; color: inherit; }

.wrap      { max-width: 1400px; margin: 0 auto; padding: 0 clamp(1.25rem, 5vw, 4rem); }
.wrap--wide { max-width: 1440px; margin: 0 auto; padding: 0 clamp(1.25rem, 5vw, 5rem); }

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .875rem 1.75rem;
  border-radius: 8px;
  font-family: inherit;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: background .2s cubic-bezier(.22,.68,0,1), border-color .2s cubic-bezier(.22,.68,0,1), color .15s, transform .2s cubic-bezier(.22,.68,0,1), box-shadow .2s cubic-bezier(.22,.68,0,1);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary {
  background: var(--blue);
  color: var(--on-dark);
  border-color: var(--blue);
}
.btn--primary:hover {
  background: var(--blue-hover);
  border-color: var(--blue-hover);
  box-shadow: 0 8px 24px oklch(50% 0.22 265 / .38);
}
.btn--outline-dark {
  background: transparent;
  border-color: var(--blue);
  color: var(--blue);
}
.btn--outline-dark:hover {
  background: oklch(50% 0.22 265 / .06);
}
.btn--outline-light {
  background: transparent;
  border-color: oklch(96% 0.006 252 / .35);
  color: var(--on-dark);
}
.btn--outline-light:hover {
  background: oklch(96% 0.006 252 / .1);
  border-color: oklch(96% 0.006 252 / .6);
}
.btn--sm { padding: .625rem 1.25rem; font-size: .875rem; min-height: 44px; }

/* ── Section shared ── */
.section-tag {
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: .875rem;
}
.section-tag--light { color: var(--blue-bright); }
.section-tag--dark  { color: var(--blue); }

.section-heading {
  font-size: clamp(1.875rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.028em;
}
.section-heading--light { color: var(--on-dark); }
.section-heading--dark  { color: var(--on-light); }

/* ── Nav ── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.125rem 0;
  transition: background .25s, backdrop-filter .25s, box-shadow .25s;
}
.nav.scrolled {
  background: var(--surface-nav);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 oklch(14% 0.025 252 / .08);
}
.nav__inner {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav__logo {
  display: flex;
  align-items: center;
  gap: .875rem;
  flex-shrink: 0;
}
.nav__logo img { height: 30px; width: auto; }
.nav__product {
  font-size: .9375rem;
  font-weight: 700;
  color: var(--on-dark);
  transition: color .25s;
}
.nav.scrolled .nav__product { color: var(--on-light); }
.nav__links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: 2rem;
  list-style: none;
}
.nav__links a {
  font-size: .875rem;
  font-weight: 500;
  color: var(--on-light-2);
  white-space: nowrap;
  transition: color .12s;
}
.nav__links a:hover { color: var(--on-light); }
.nav:not(.scrolled) .nav__links a { color: var(--on-dark-2); }
.nav:not(.scrolled) .nav__links a:hover { color: var(--on-dark); }
/* Subtle external link to asapio.com — dimmer than primary nav items */
.nav__links a.nav__external { opacity: .6; font-weight: 400; transition: color .12s, opacity .12s; }
.nav__links a.nav__external:hover { opacity: 1; }
.nav:not(.scrolled) .nav__hamburger span { background: var(--on-dark); }
.nav__ctas {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-shrink: 0;
  margin-left: auto;
}
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
}
.lang-switch__opt {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--on-light-2);
  transition: color .15s;
  line-height: 1;
}
/* Divider between EN and DE */
.lang-switch__opt + .lang-switch__opt::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: .8em;
  margin-right: .375rem;
  vertical-align: middle;
  background: currentColor;
  opacity: .3;
}
.nav:not(.scrolled) .lang-switch__opt { color: var(--on-dark-2); }
a.lang-switch__opt:hover { color: var(--on-light); }
.nav:not(.scrolled) a.lang-switch__opt:hover { color: var(--on-dark); }
.lang-switch__opt.is-active { color: var(--on-light); font-weight: 700; }
.nav:not(.scrolled) .lang-switch__opt.is-active { color: var(--on-dark); }
.nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  margin-left: auto;
  padding: .5rem;
  background: none;
  border: none;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}
.nav__hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--on-light);
  border-radius: 2px;
  transition: .2s;
}
.nav__mobile {
  display: none;
  flex-direction: column;
  gap: 0;
  padding: 0 clamp(1.25rem, 5vw, 5rem) 1.5rem;
  background: var(--surface);
  position: absolute;
  top: 100%; left: 0; right: 0;
  box-shadow: 0 8px 24px oklch(0% 0 0 / .08);
}
.nav__mobile.open { display: flex; }
.nav__mobile a {
  color: var(--on-light-2);
  font-size: .9375rem;
  font-weight: 500;
  padding: .875rem 0;
  border-bottom: 1px solid oklch(0% 0 0 / .06);
  transition: color .12s;
}
.nav__mobile a:hover { color: var(--on-light); }

/* ── Hero ── */
.hero {
  background: oklch(17% 0.038 263);
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 7rem 0 5rem;
  overflow: hidden;
  position: relative;
}
.hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -100px;
  width: 640px; height: 640px;
  background: radial-gradient(circle, var(--blue-ghost) 0%, transparent 68%);
  pointer-events: none;
}
.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}
.hero__headline {
  font-size: clamp(3rem, 5.75vw, 5.5rem);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.032em;
  color: var(--on-dark);
  margin-bottom: 1.5rem;
}
.hero__headline .accent {
  color: var(--blue-bright);
}
.hero__sub {
  font-size: clamp(.9375rem, 1.5vw, 1.125rem);
  font-weight: 400;
  color: var(--on-dark-2);
  max-width: 46ch;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}
.hero__ctas {
  display: flex;
  gap: .875rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.hero__proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .625rem;
  padding-top: 2rem;
  border-top: 1px solid oklch(100% 0 0 / .1);
  font-size: .75rem;
  color: var(--on-dark-2);
  font-weight: 500;
}
.hero__proof-tag {
  padding: .3125rem .75rem;
  border: 1px solid oklch(100% 0 0 / .15);
  border-radius: 6px;
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--on-dark-2);
}
.hero__visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hero__visual::before { display: none; }
.hero__screenshot {
  width: 100%;
  max-width: 660px;
  border-radius: 12px;
  will-change: transform;
  box-shadow:
    0 0 0 1px oklch(50% 0.22 265 / .25),
    0 24px 64px oklch(0% 0 0 / .45),
    0 4px 16px oklch(0% 0 0 / .2);
  transform: perspective(1400px) rotateY(-5deg) rotateX(2deg);
  transition: transform .7s cubic-bezier(.22,.68,0,1);
}
.hero__visual:hover .hero__screenshot {
  transform: perspective(1400px) rotateY(-2deg) rotateX(1deg);
}


/* ── Product ── */
.product {
  background: var(--surface);
  padding: clamp(4rem, 7vw, 7rem) 0;
}
.product__header {
  margin-bottom: 3.5rem;
}
.product__header p {
  margin-top: .875rem;
  color: var(--on-light-2);
  font-size: 1rem;
}

/* ── SAP Store badge (overlay on hero image, bottom-right) ── */
.hero__store-badge {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  border-radius: 8px;
  box-shadow: 0 8px 24px oklch(0% 0 0 / .35);
  transition: transform .18s cubic-bezier(.22,.68,0,1), box-shadow .18s;
}
.hero__store-badge img { width: 132px; height: auto; display: block; }
.hero__store-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px oklch(0% 0 0 / .45);
}
.hero__store-badge:focus-visible { outline: 2px solid var(--blue-bright); outline-offset: 3px; }

/* ── Hero badges (Available now + Claude) ── */
.hero__badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .625rem;
  margin-bottom: 1.5rem;
}
.hero__badges .gs-launch-note { margin-bottom: 0; }
.hero__claude-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1.125rem;
  border-radius: 999px;
  background: var(--anthropic);
  border: 1px solid var(--anthropic);
  color: var(--anthropic-dark);
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .02em;
  transition: background .18s, border-color .18s, transform .18s;
}
.hero__claude-badge:hover {
  background: color-mix(in oklab, var(--anthropic) 88%, #000);
  border-color: color-mix(in oklab, var(--anthropic) 88%, #000);
  transform: translateY(-1px);
}
.hero__claude-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--anthropic-dark);
  box-shadow: 0 0 0 0 color-mix(in oklab, var(--anthropic-dark) 55%, transparent);
  animation: claudePulse 2.4s ease-out infinite;
}
@keyframes claudePulse {
  0%   { box-shadow: 0 0 0 0 color-mix(in oklab, var(--anthropic-dark) 50%, transparent); }
  70%  { box-shadow: 0 0 0 7px color-mix(in oklab, var(--anthropic-dark) 0%, transparent); }
  100% { box-shadow: 0 0 0 0 color-mix(in oklab, var(--anthropic-dark) 0%, transparent); }
}
@media (prefers-reduced-motion: reduce) {
  .hero__claude-dot { animation: none; }
}

/* ── Benefits ── */
.benefits {
  background: var(--surface);
  padding: clamp(4rem, 7vw, 7rem) 0;
}
.benefits__header {
  margin-bottom: 3rem;
  max-width: 62ch;
}
.benefits__header p {
  margin-top: .875rem;
  color: var(--on-light-2);
  font-size: 1rem;
}
.benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.benefit-card {
  padding: 2rem 1.875rem;
  border-radius: 16px;
  background: var(--surface-2);
  border: 1px solid oklch(0% 0 0 / .06);
  box-shadow: 0 2px 16px oklch(0% 0 0 / .05);
  transition: transform .25s cubic-bezier(.22,.68,0,1), box-shadow .25s cubic-bezier(.22,.68,0,1);
}
.benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px oklch(0% 0 0 / .1);
}
.benefit-card__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 1.25rem;
  color: var(--blue);
}
.benefit-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.benefit-card--claude .benefit-card__icon { color: var(--blue); }
.benefit-card__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--on-light);
  margin-bottom: .5rem;
  letter-spacing: -.01em;
}
.benefit-card__body {
  font-size: .9375rem;
  color: var(--on-light-2);
  line-height: 1.65;
}
.benefit-card__body a {
  color: var(--blue);
  font-weight: 600;
  white-space: nowrap;
}
.benefit-card__body a:hover { color: var(--blue-hover); }
.benefit-card--claude {
  background: linear-gradient(160deg, oklch(96% 0.03 250), oklch(93% 0.05 245));
  border-color: oklch(50% 0.22 265 / .2);
}

/* ── Feature grid ── */
.product__header-cta { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: .75rem; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: oklch(0% 0 0 / .08);
  border: 1px solid oklch(0% 0 0 / .08);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 3.5rem;
}
.feature-tile {
  background: var(--surface);
  padding: 1.75rem 1.625rem;
  transition: background .18s;
}
.feature-tile:hover { background: var(--surface-2); }
.feature-tile__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--on-light);
  margin-bottom: .5rem;
  letter-spacing: -.01em;
  position: relative;
  padding-left: .875rem;
}
/* Shared blue accent bar used by feature-tile, arch-claim and claude-point titles */
.feature-tile__title::before,
.arch-claim__title::before,
.claude-point__title::before {
  content: '';
  position: absolute;
  left: 0; top: .15em;
  width: 3px; height: 1em;
  border-radius: 2px;
  background: var(--blue);
}
.claude-point__title::before { background: var(--blue-bright); }
.feature-tile__body {
  font-size: .875rem;
  color: var(--on-light-2);
  line-height: 1.6;
}

/* ── Screenshot gallery ── */
.gallery {
  display: grid;
  gap: 1.25rem;
}
.gallery__stage {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 44px oklch(0% 0 0 / .16), 0 0 0 1px oklch(50% 0.22 265 / .1);
  background: var(--surface-2);
}
.gallery__img {
  width: 100%;
  display: block;
  cursor: zoom-in;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
}
.gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: .625rem;
}
.gallery__thumb {
  border: 1.5px solid oklch(0% 0 0 / .1);
  border-radius: 10px;
  overflow: hidden;
  background: var(--surface-2);
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  transition: border-color .18s, transform .18s, box-shadow .18s;
}
.gallery__thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.gallery__thumb span {
  font-size: .6875rem;
  font-weight: 600;
  color: var(--on-light-2);
  padding: .4rem .25rem;
  text-align: center;
  letter-spacing: .01em;
}
.gallery__thumb:hover {
  border-color: var(--blue-border);
  transform: translateY(-2px);
}
.gallery__thumb.is-active {
  border-color: var(--blue);
  box-shadow: 0 0 0 1px var(--blue), 0 6px 18px oklch(50% 0.22 265 / .22);
}
.gallery__thumb.is-active span { color: var(--blue); }

/* ── Claude / AI section ── */
.claude {
  background: var(--ink);
  padding: clamp(4rem, 7vw, 7rem) 0;
  position: relative;
  overflow: hidden;
}
.claude::before {
  content: '';
  position: absolute;
  top: -120px; left: 50%;
  width: 720px; height: 720px;
  transform: translateX(-50%);
  background: radial-gradient(circle, oklch(68% 0.18 225 / .12) 0%, transparent 65%);
  pointer-events: none;
}
.claude > .wrap { position: relative; }
.claude__header {
  max-width: 64ch;
  margin: 0 auto 3rem;
  text-align: center;
}
.claude__header p {
  margin-top: 1rem;
  color: var(--on-dark-2);
  font-size: 1.0625rem;
  line-height: 1.7;
}
.claude__header p strong { color: var(--on-dark); font-weight: 600; }
.claude__header p em { color: var(--on-dark-3); font-style: normal; }
.claude__demo {
  max-width: 1100px;
  margin: 0 auto 3rem;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 64px oklch(0% 0 0 / .5), 0 0 0 1px oklch(68% 0.18 225 / .18);
}
.claude__video {
  width: 100%;
  height: auto;
  display: block;
  background: var(--ink-2);
}
.claude__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1000px;
  margin: 0 auto 2.75rem;
}
.claude-point {
  padding: 1.75rem 1.625rem;
  background: var(--ink-2);
  border: 1px solid oklch(100% 0 0 / .07);
  border-radius: 14px;
}
.claude-point__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--on-dark);
  margin-bottom: .5rem;
  padding-left: .875rem;
  position: relative;
}
.claude-point__body {
  font-size: .9375rem;
  color: var(--on-dark-2);
  line-height: 1.65;
}
.claude__cta {
  display: flex;
  gap: .875rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Demo video ── */
.demo-video {
  background: var(--surface-2);
  padding: clamp(3.5rem, 6vw, 5rem) 0;
}
.demo-video__header {
  margin-bottom: 2rem;
}
.demo-video__player {
  overflow: hidden;
  box-shadow: 0 8px 48px oklch(0% 0 0 / .12), 0 0 0 1px oklch(0% 0 0 / .06);
}
.demo-video__player video {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  background: var(--ink);
}

/* ── Lightbox ── */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: oklch(6% 0.012 252 / .92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s cubic-bezier(.22,.68,0,1), visibility .25s;
}
.lightbox.open {
  opacity: 1;
  visibility: visible;
}
.lightbox__img {
  max-width: min(90vw, 1280px);
  max-height: 90vh;
  width: auto;
  height: auto;
  border-radius: 12px;
  box-shadow:
    0 0 0 1px oklch(100% 0 0 / .06),
    0 32px 80px oklch(0% 0 0 / .65);
  transform: scale(.93);
  transition: transform .35s cubic-bezier(.22,.68,0,1);
  display: block;
}
.lightbox.open .lightbox__img { transform: scale(1); }
.lightbox__close {
  position: absolute;
  top: 1.25rem; right: 1.25rem;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: oklch(26% 0.018 252);
  border: 1px solid oklch(100% 0 0 / .1);
  color: var(--on-dark-2);
  font-size: 1.125rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, color .15s;
  font-family: inherit;
}
.lightbox__close:hover { background: oklch(32% 0.018 252); color: var(--on-dark); }
.lightbox__close:focus-visible { outline: 2px solid var(--blue-bright); outline-offset: 3px; }

/* External link confirmation */
.ext-confirm {
  position: fixed;
  inset: 0;
  z-index: 210;
  background: oklch(6% 0.012 252 / .6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s cubic-bezier(.22,.68,0,1), visibility .2s;
}
.ext-confirm.open { opacity: 1; visibility: visible; }
.ext-confirm__box {
  background: var(--surface-2, #fff);
  border-radius: 16px;
  padding: 2rem;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 32px 80px oklch(0% 0 0 / .35);
  transform: translateY(8px) scale(.97);
  transition: transform .25s cubic-bezier(.22,.68,0,1);
}
.ext-confirm.open .ext-confirm__box { transform: translateY(0) scale(1); }
.ext-confirm__eyebrow {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--on-light-2);
  margin-bottom: .5rem;
}
.ext-confirm__title {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--on-light);
  margin-bottom: .625rem;
}
.ext-confirm__body {
  font-size: .9375rem;
  line-height: 1.6;
  color: var(--on-light-2);
  margin-bottom: 1.5rem;
}
.ext-confirm__host { color: var(--on-light); word-break: break-all; }
.ext-confirm__actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
}
.ext-confirm__actions .btn { flex: 1 1 auto; justify-content: center; }

/* ── Services ── */
.services {
  background: var(--ink);
  padding: clamp(4rem, 7vw, 7rem) 0;
}
.services__header {
  margin-bottom: 3.5rem;
}
.services__header p {
  margin-top: .875rem;
  color: var(--on-dark-2);
  max-width: 52ch;
  font-size: 1rem;
}
.services__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 1.5rem;
  align-items: start;
}
.svc-card {
  padding: 2.5rem 2.125rem;
  background: var(--ink-2);
  border-radius: 16px;
  border: 1px solid oklch(100% 0 0 / .06);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.svc-card--featured {
  background: var(--ink-featured);
  border-color: var(--blue-border);
  box-shadow: 0 0 0 1px oklch(50% 0.22 265 / .08) inset;
}
.svc-card__num {
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: oklch(50% 0.22 265 / .18);
  margin-bottom: 1.25rem;
}
.svc-card--featured .svc-card__num { color: oklch(50% 0.22 265 / .3); }
.svc-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--on-dark);
  margin-bottom: .875rem;
  line-height: 1.3;
}
.svc-card__body {
  font-size: .9375rem;
  color: var(--on-dark-2);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 1.75rem;
}
.ai-flow {
  background: oklch(14% 0.032 258);
  border-radius: 10px;
  padding: 1.125rem .875rem;
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.ai-flow__step {
  flex: 1;
  padding: .75rem .625rem;
  background: oklch(22% 0.036 262);
  border-radius: 8px;
  border: 1px solid oklch(100% 0 0 / .08);
  text-align: center;
}
.ai-flow__step-label {
  font-size: .625rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--blue-bright);
  margin-bottom: .3rem;
}
.ai-flow__step-name {
  font-size: .8125rem;
  font-weight: 600;
  color: var(--on-dark);
  line-height: 1.3;
}
.ai-flow__arrow {
  color: var(--on-dark-2);
  font-size: .875rem;
  flex-shrink: 0;
  opacity: .6;
}

/* ── Architecture ── */
.architecture {
  background: var(--surface);
  padding: clamp(4rem, 7vw, 7rem) 0;
}
.architecture__header {
  margin-bottom: 3rem;
}
.architecture__header p {
  margin-top: .875rem;
  color: var(--on-light-2);
  font-size: .9375rem;
  line-height: 1.75;
}
.architecture__img {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 32px oklch(0% 0 0 / .09);
  border: 1px solid oklch(0% 0 0 / .07);
}
.architecture__img img { width: 100%; max-width: 982px; display: block; margin: 0 auto; }

.arch-claims {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2.5rem;
  background: oklch(0% 0 0 / .07);
  border-radius: 14px;
  overflow: hidden;
}
.arch-claim {
  background: var(--surface);
  padding: 1.75rem 1.625rem;
}
.arch-claim__title {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--on-light);
  margin-bottom: .5rem;
  padding-left: .875rem;
  position: relative;
}
.arch-claim__detail {
  font-size: .875rem;
  color: var(--on-light-2);
  line-height: 1.6;
}
.architecture__cta { margin-top: 2rem; }

@media (max-width: 900px) {
  .arch-claims { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .arch-claims { grid-template-columns: 1fr; }
}

/* ── About / ASAPIO ── */
.about {
  background: var(--surface-2);
  padding: clamp(4rem, 7vw, 6.5rem) 0;
}
.about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}
.about__logo { margin-bottom: 2rem; }
.about__logo img { height: 34px; width: auto; }
.about__heading {
  font-size: clamp(1.5rem, 2.75vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.15;
  color: var(--on-light);
  margin-bottom: 1.25rem;
}
.about__body {
  font-size: .9375rem;
  color: var(--on-light-2);
  line-height: 1.75;
  max-width: 52ch;
  margin-bottom: 2rem;
}
.about__body strong { color: var(--on-light); font-weight: 600; }
.about__caps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.about__cap {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  padding: 1.375rem 0;
  border-bottom: 1px solid oklch(0% 0 0 / .07);
}
.about__cap:first-child { padding-top: 0; }
.about__cap:last-child { border-bottom: none; }
.about__cap-num {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--blue);
  letter-spacing: .04em;
  padding-top: .2em;
}
.about__cap-title {
  font-size: .9375rem;
  font-weight: 600;
  color: var(--on-light);
  margin-bottom: .3rem;
}
.about__cap-text {
  font-size: .875rem;
  color: var(--on-light-2);
  line-height: 1.65;
}

/* ── Pricing ── */
.pricing {
  background: var(--surface);
  padding: clamp(4rem, 7vw, 7rem) 0;
}
.pricing__header {
  margin-bottom: 3rem;
  max-width: 60ch;
}
.pricing__header p {
  margin-top: .875rem;
  color: var(--on-light-2);
  font-size: 1rem;
}
.pricing__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  align-items: stretch;
  max-width: 960px;
}
.price-card {
  position: relative;
  padding: 2.5rem 2.25rem;
  border-radius: 18px;
  background: var(--surface-2);
  border: 1px solid oklch(0% 0 0 / .08);
  box-shadow: 0 2px 16px oklch(0% 0 0 / .05);
  display: flex;
  flex-direction: column;
}
.price-card--featured {
  background: var(--surface);
  border: 1.5px solid var(--blue);
  box-shadow: 0 12px 40px oklch(50% 0.22 265 / .18);
}
.price-card__ribbon {
  position: absolute;
  top: -.75rem; right: 1.75rem;
  padding: .35rem 1rem;
  border-radius: 999px;
  background: var(--blue);
  color: var(--on-dark);
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 4px 14px oklch(50% 0.22 265 / .35);
}
.price-card__eye {
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: .625rem;
}
.price-card__name {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--on-light);
  letter-spacing: -.02em;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.price-card__price {
  display: flex;
  align-items: baseline;
  gap: .5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid oklch(0% 0 0 / .08);
}
/* Optional caption under the price (e.g. "incl. VAT"); pulled up to sit just below the divider */
.price-card__price-note {
  font-size: .8125rem;
  font-weight: 500;
  color: var(--on-light-2);
  margin-top: -.75rem;
  margin-bottom: 1.25rem;
}
.price-card__amount {
  font-size: 2.75rem;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--on-light);
  line-height: 1;
}
.price-card__unit {
  font-size: .875rem;
  font-weight: 500;
  color: var(--on-light-2);
}
.price-card__tagline {
  font-size: .9375rem;
  color: var(--on-light-2);
  line-height: 1.65;
  margin-bottom: 1.5rem;
}
.price-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: .625rem;
  flex: 1;
}
.price-card__list li {
  position: relative;
  padding-left: 1.75rem;
  font-size: .9375rem;
  color: var(--on-light);
  line-height: 1.5;
}
.price-card__list li::before {
  content: '';
  position: absolute;
  left: 0; top: .1em;
  width: 1.125rem; height: 1.125rem;
  border-radius: 50%;
  background: var(--blue-ghost);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2L4.8 8.5L9.5 3.5' stroke='%232a54d6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.price-card__actions {
  display: flex;
  flex-direction: column;
  gap: .625rem;
}
/* Temporarily disabled CTA ("coming soon") */
.btn--soon {
  opacity: .55;
  cursor: not-allowed;
}
.btn--soon:hover { transform: none; box-shadow: none; }
.soon-tip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 25%;
  transform: translateX(-50%) translateY(4px);
  background: var(--ink);
  color: var(--on-dark);
  padding: .45rem .9rem;
  border-radius: 8px;
  font-size: .8125rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s, transform .2s;
  z-index: 5;
}
.soon-tip.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.price-card__cta {
  width: 100%;
  justify-content: center;
}
.price-card__fineprint {
  margin-top: 1rem;
  font-size: .75rem;
  color: var(--on-light-2);
  line-height: 1.55;
}
.price-card__fineprint a { color: var(--blue); text-decoration: underline; }
.price-card__fineprint a:hover { color: var(--blue-hover); }

/* ── Launch note pill (hero + pricing header) ── */
.gs-launch-note {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: .5rem 1.25rem;
  background: var(--launch-bg);
  color: var(--launch-text);
  border-radius: 999px;
  font-size: .9375rem;
  font-weight: 600;
  letter-spacing: .01em;
}

/* ── FAQ ── */
.faq {
  background: var(--surface);
  padding: clamp(4rem, 7vw, 6.5rem) 0;
}

.faq__header {
  margin-bottom: 2rem;
}

.faq__header p {
  margin-top: .875rem;
  color: var(--on-light-2);
  max-width: 62ch;
  font-size: 1rem;
}

.faq__list {
  display: grid;
  gap: .75rem;
}

.faq__item {
  border: 1px solid oklch(0% 0 0 / .09);
  border-radius: 12px;
  background: var(--surface-2);
  padding: 1rem 1.125rem;
}

.faq__item summary {
  cursor: pointer;
  font-size: .95rem;
  font-weight: 600;
  color: var(--on-light);
  list-style: none;
}

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

.faq__item summary::after {
  content: '+';
  float: right;
  font-weight: 700;
  color: var(--blue);
}

.faq__item[open] summary::after {
  content: '-';
}

.faq__item p {
  margin-top: .75rem;
  font-size: .9125rem;
  line-height: 1.72;
  color: var(--on-light-2);
  max-width: 72ch;
}
.faq__item p a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.faq__item p a:hover { color: var(--blue-hover); }

/* ── Contact ── */
.contact {
  background: var(--surface-blue);
  padding: clamp(4rem, 7vw, 6.5rem) 0;
}

.contact__inner {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.contact__left .section-tag { margin-bottom: .5rem; }

.contact__sub {
  margin-top: 1rem;
  font-size: .9375rem;
  color: var(--on-light-2);
  line-height: 1.75;
  max-width: 44ch;
}

.contact__reasons {
  margin: 1.5rem 0 1.75rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.contact__reasons li {
  display: flex;
  align-items: center;
  gap: .625rem;
  font-size: .9375rem;
  color: var(--on-light-2);
}

.contact__reasons li::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--blue);
  flex-shrink: 0;
}

.contact__asapio-link {
  font-size: .875rem;
  font-weight: 600;
  color: var(--blue);
  transition: color .12s;
}
.contact__asapio-link:hover { color: var(--blue-hover); }

/* Contact form */
.cf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.cf-group { display: flex; flex-direction: column; gap: .375rem; }
.cf-group--full { grid-column: 1 / -1; }

.cf-label {
  font-size: .8125rem;
  font-weight: 600;
  color: var(--on-light);
}

.cf-input,
.cf-select,
.cf-textarea {
  font-family: inherit;
  font-size: .9375rem;
  color: var(--on-light);
  background: var(--surface);
  border: 1.5px solid oklch(0% 0 0 / .14);
  border-radius: 8px;
  padding: .625rem .875rem;
  transition: border-color .15s, box-shadow .15s;
  width: 100%;
  box-sizing: border-box;
}

.cf-input:focus,
.cf-select:focus,
.cf-textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px oklch(50% 0.22 265 / .14);
}

.cf-textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.6;
}

.cf-checkbox {
  display: flex;
  align-items: flex-start;
  gap: .625rem;
  cursor: pointer;
}

.cf-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0; height: 0;
}

.cf-checkbox__mark {
  flex-shrink: 0;
  width: 18px; height: 18px;
  border-radius: 4px;
  border: 1.5px solid oklch(0% 0 0 / .2);
  background: var(--surface);
  margin-top: .15rem;
  transition: border-color .15s, background .15s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cf-checkbox input:checked + .cf-checkbox__mark {
  background: var(--blue);
  border-color: var(--blue);
}

.cf-checkbox input:checked + .cf-checkbox__mark::after {
  content: '';
  width: 10px; height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
  display: block;
}

.cf-checkbox span:last-child {
  font-size: .8125rem;
  color: var(--on-light-2);
  line-height: 1.6;
}

.cf-checkbox a { color: var(--blue); }
.cf-checkbox a:hover { text-decoration: underline; }

.cf-error {
  font-size: .8125rem;
  color: oklch(52% 0.18 25);
  margin-top: .35rem;
}

.cf-hint {
  font-size: .8125rem;
  color: var(--on-light-2);
  margin-top: .35rem;
}

.cf-submit {
  margin-top: 1.25rem;
  width: 100%;
  justify-content: center;
}

/* Thank-you state */
.cf-thankyou[hidden] { display: none; }

.cf-thankyou {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 2rem;
  gap: 1rem;
}

.cf-thankyou__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: oklch(50% 0.15 145);
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cf-thankyou__heading {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--on-light);
  margin: 0;
}

.cf-thankyou__body {
  font-size: .9375rem;
  color: var(--on-light-2);
  line-height: 1.7;
  max-width: 38ch;
  margin: 0;
}

/* FriendlyCaptcha widget — ensure it fits the form width */
.frc-captcha {
  max-width: 100%;
}

@media (max-width: 980px) {
  .contact__inner { grid-template-columns: 1fr; gap: 3rem; }
  .cf-grid { grid-template-columns: 1fr; }
  .cf-group--full { grid-column: 1; }
}

/* ── Footer ── */
.footer__logo-img { height: 22px; width: auto; opacity: .55; }
.footer__divider { border-right: 1px solid oklch(40% 0.010 252); padding-right: 1em; }

.footer {
  background: var(--ink-2);
  padding: 1.75rem 0;
  border-top: 1px solid oklch(100% 0 0 / .06);
}
.footer__inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.footer__product {
  font-size: .8125rem;
  font-weight: 600;
  color: var(--on-dark-2);
}
.footer__links {
  display: flex;
  gap: 1.25rem;
  list-style: none;
  margin-left: auto;
}
.footer__links a {
  display: flex;
  align-items: center;
  min-height: 44px;
  font-size: .8125rem;
  color: var(--on-dark-2);
  font-weight: 500;
  transition: color .12s;
}
.footer__links a:hover { color: var(--on-dark); }
.footer__copy {
  width: 100%;
  font-size: .75rem;
  color: oklch(52% 0.010 252);
  padding-top: 1.25rem;
  margin-top: .25rem;
  border-top: 1px solid oklch(100% 0 0 / .04);
}
.footer__legal {
  width: 100%;
  max-width: 100ch;
  font-size: .6875rem;
  line-height: 1.55;
  color: oklch(46% 0.010 252);
  margin-top: .75rem;
}

/* Footer responsive: stack the row and let links wrap cleanly on small screens */
@media (max-width: 760px) {
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .footer__links {
    margin-left: 0;
    flex-wrap: wrap;
    gap: .5rem 1.25rem;
  }
  .footer__links a { min-height: 36px; }
  /* Drop the vertical divider rule when links wrap to multiple lines */
  .footer__divider { border-right: none; padding-right: 0; }
}

/* ── Skip-to-content ── */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  padding: .5rem 1rem;
  background: var(--blue);
  color: var(--on-dark);
  font-size: .875rem;
  font-weight: 600;
  border-radius: 0 0 6px 6px;
  z-index: 9999;
  transition: top .15s;
}
.skip-link:focus { top: 0; }

/* ── Focus visible ── */
:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: 3px;
}

/* ── Fade in ── */
.fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .5s cubic-bezier(.22,.68,0,1), transform .5s cubic-bezier(.22,.68,0,1);
}
.fade-in.visible { opacity: 1; transform: none; }
.fade-in--d1 { transition-delay: .1s; }
.fade-in--d2 { transition-delay: .2s; }
.fade-in--d3 { transition-delay: .3s; }

/* ── Presentation paging (subtle) ── */
.section-next-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.125rem;
}

.present-demo-link {
  display: none;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 160;
  padding: .625rem .9rem;
  border-radius: 999px;
  border: 1px solid oklch(100% 0 0 / .2);
  background: oklch(17% 0.038 263 / .9);
  color: var(--on-dark);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px oklch(0% 0 0 / .25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.present-demo-link:hover,
.present-demo-link:focus-visible {
  transform: translateY(-2px);
  background: oklch(19% 0.042 260 / .95);
  box-shadow: 0 14px 32px oklch(0% 0 0 / .3);
}

.present-overview {
  display: none;
  position: fixed;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 155;
  width: 178px;
  padding: .6rem;
  border-radius: 12px;
  border: 1px solid oklch(100% 0 0 / .12);
  background: oklch(14% 0.025 255 / .84);
  box-shadow: 0 10px 30px oklch(0% 0 0 / .24);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.present-overview__position {
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--on-dark-2);
  margin: 0 0 .45rem;
  padding: 0 .25rem;
}

.present-overview__list {
  display: grid;
  gap: .28rem;
}

.present-overview__item {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: .45rem;
  padding: .24rem;
  border-radius: 8px;
  opacity: .64;
  transition: opacity .18s ease, background .18s ease, transform .18s ease;
}

.present-overview__item:hover,
.present-overview__item:focus-visible,
.present-overview__item.is-active {
  opacity: 1;
  background: oklch(100% 0 0 / .08);
}

.present-overview__item.is-active {
  transform: translateX(1px);
}

.present-overview__thumb {
  width: 34px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid oklch(100% 0 0 / .17);
  box-shadow: inset 0 0 0 1px oklch(0% 0 0 / .1);
}

.present-overview__thumb--hero { background: linear-gradient(135deg, oklch(19% 0.042 260), oklch(44% 0.2 260)); }
.present-overview__thumb--product { background: linear-gradient(135deg, oklch(97% 0.006 252), oklch(88% 0.06 255)); }
.present-overview__thumb--video { background: linear-gradient(135deg, oklch(90% 0.02 252), oklch(74% 0.08 248)); }
.present-overview__thumb--services { background: linear-gradient(135deg, oklch(17% 0.03 260), oklch(38% 0.15 262)); }
.present-overview__thumb--architecture { background: linear-gradient(135deg, oklch(99% 0.003 252), oklch(84% 0.03 252)); }
.present-overview__thumb--about { background: linear-gradient(135deg, oklch(94% 0.01 252), oklch(80% 0.05 260)); }
.present-overview__thumb--start { background: linear-gradient(135deg, oklch(92% 0.03 265), oklch(78% 0.1 250)); }
.present-overview__thumb--faq { background: linear-gradient(135deg, oklch(97% 0.008 252), oklch(85% 0.04 252)); }
.present-overview__thumb--contact { background: linear-gradient(135deg, oklch(92% 0.03 265), oklch(68% 0.18 225)); }

.present-overview__label {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .03em;
  color: var(--on-dark);
  line-height: 1.2;
}

.present-overview__exit {
  display: block;
  margin-top: .6rem;
  padding: .4rem .25rem;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--on-dark-2);
  opacity: .55;
  text-align: center;
  border-top: 1px solid oklch(100% 0 0 / .09);
  transition: opacity .18s ease, color .18s ease;
}

.present-overview__exit:hover,
.present-overview__exit:focus-visible {
  opacity: 1;
  color: var(--on-dark);
}

.section-next {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .38;
  transition: opacity .2s ease, transform .2s ease;
}

.section-next:hover,
.section-next:focus-visible {
  opacity: .78;
  transform: translateY(-1px);
}

.hero .section-next,
.services .section-next {
  color: var(--on-dark-2);
}

body.present-mode .nav {
  display: none;
}

body.present-mode {
  padding-left: 202px; /* offset for 178px overview rail + 24px gap */
  background: oklch(14% 0.025 255); /* matches overview rail dark bg */
}

.product .section-next,
.demo-video .section-next,
.architecture .section-next,
.about .section-next,
.pricing .section-next {
  color: var(--on-light-2);
}

/* Presentation mode: slightly stronger paging cues with ?present=1 */
body.present-mode .section-next {
  opacity: .72;
  letter-spacing: .08em;
}

body.present-mode .present-demo-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

body.present-mode .present-overview {
  display: block;
}

body.present-mode .section-next:hover,
body.present-mode .section-next:focus-visible {
  opacity: 1;
}

body.present-mode .section-next span:last-child {
  animation: presentArrowNudge 1.6s ease-in-out infinite;
}

@keyframes presentArrowNudge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(2px); }
}

@media (prefers-reduced-motion: reduce) {
  body.present-mode .section-next span:last-child {
    animation: none;
  }
}

/* ── Responsive ── */
@media (max-width: 1080px) {
  .feature-grid       { grid-template-columns: repeat(2, 1fr); }
  .gallery__thumbs    { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 980px) {
  .hero__inner        { grid-template-columns: 1fr; }
  .hero__visual       { margin-top: 3rem; justify-content: center; }
  .hero__visual::before { left: -1rem; right: -1rem; top: -1.5rem; bottom: -1.5rem; }
  .hero__screenshot   { transform: none; max-width: 100%; }
  .benefits__grid     { grid-template-columns: 1fr; }
  .claude__points     { grid-template-columns: 1fr; }
  .pricing__grid      { grid-template-columns: 1fr; max-width: 520px; }
  .services__grid     { grid-template-columns: 1fr; }
  .about__inner       { grid-template-columns: 1fr; gap: 3rem; }
  .nav__links, .nav__ctas { display: none; }
  .nav__hamburger     { display: flex; }
  .footer__links      { margin-left: 0; }
  .present-overview   { left: .75rem; width: 160px; }
  body.present-mode   { padding-left: 0; }
}

@media (max-width: 560px) {
  .feature-grid       { grid-template-columns: 1fr; }
  .gallery__thumbs    { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .hero__headline     { letter-spacing: -0.02em; }
  .hero__ctas         { flex-direction: column; }
  .hero__ctas .btn    { justify-content: center; }
  .section-next-wrap  { margin-top: .75rem; }
  .section-next       { font-size: .6875rem; opacity: .55; }
  body.present-mode .section-next { opacity: .82; }
  .present-demo-link  { right: .75rem; bottom: .75rem; font-size: .6875rem; }
  .present-overview   { display: none !important; }
}
