/* Inter, self-hosted (SIL OFL 1.1, see fonts/LICENSE-Inter.txt) */
@font-face { font-family: Inter; font-style: normal; font-weight: 400; font-display: swap; src: url(fonts/inter-latin-400-normal.woff2) format('woff2'); }
@font-face { font-family: Inter; font-style: normal; font-weight: 500; font-display: swap; src: url(fonts/inter-latin-500-normal.woff2) format('woff2'); }
@font-face { font-family: Inter; font-style: normal; font-weight: 600; font-display: swap; src: url(fonts/inter-latin-600-normal.woff2) format('woff2'); }
@font-face { font-family: Inter; font-style: normal; font-weight: 700; font-display: swap; src: url(fonts/inter-latin-700-normal.woff2) format('woff2'); }
@font-face { font-family: Inter; font-style: normal; font-weight: 800; font-display: swap; src: url(fonts/inter-latin-800-normal.woff2) format('woff2'); }
@font-face { font-family: Inter; font-style: normal; font-weight: 900; font-display: swap; src: url(fonts/inter-latin-900-normal.woff2) format('woff2'); }

:root {
  /* Plonda palette: primary #0C5663, dark/headlines #083A42, light bg #F4F8F8, neutral gray #D9E1E2, text #1C2529,
     optional orange #FF7A1A only for sparse construction highlights. */
  --heading: #083A42; --ink: #1C2529; --navy: #083A42; --body: #5b666b; --muted: #87969a; --line: #D9E1E2;
  --soft: #F4F8F8; --accent: #0C5663; --accent-2: #0f6b7b; --accent-tint: #e6f0f1; --accent-hover: #083A42; --accent-glow: 12, 86, 99;
  --orange: #FF7A1A; --orange-tint: #fff1e6; --orange-ink: #b34f06;
  --red: var(--orange); --red-tint: var(--orange-tint); --gold: var(--accent); --gold-ink: var(--accent); --gold-tint: var(--soft);
  --radius: 16px; --shadow: 0 8px 28px rgba(8, 58, 66, 0.07);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: #ffffff; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; }
a { color: var(--accent); }
.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.dot { color: var(--accent); }
h1, h2, h3, h4, p { margin: 0; }
h1, h2 { color: var(--heading); }
.figures dt { color: var(--heading); }
h1 { font-size: clamp(40px, 6.2vw, 76px); line-height: 1.02; font-weight: 900; letter-spacing: -0.03em; }
h2 { font-size: clamp(32px, 4.4vw, 54px); line-height: 1.05; font-weight: 900; letter-spacing: -0.025em; max-width: 880px; text-wrap: balance; }
.lead { margin-top: 18px; max-width: 62ch; text-wrap: pretty; font-size: clamp(18px, 1.7vw, 22px); line-height: 1.45; color: var(--body); }
.eyebrow { margin-bottom: 16px; font-size: 13px; font-weight: 750; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.label { font-size: 13px; font-weight: 750; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
section { padding: 112px 0; }
section.soft { background: var(--soft); }
.ic { width: 24px; height: 24px; flex-shrink: 0; }

/* nav */
.nav { position: sticky; top: 0; z-index: 50; background: #ffffff; border-bottom: 1px solid transparent; transition: border-color .2s; }
.nav.scrolled { border-color: var(--line); }
.nav .wrap { height: 68px; display: flex; align-items: center; gap: 32px; }
.nav .brand img { display: block; height: 30px; width: auto; }
.nav ul { display: flex; gap: 26px; margin: 0 0 0 auto; padding: 0; list-style: none; }
.nav ul a { color: var(--body); text-decoration: none; font-size: 15px; font-weight: 550; }
.nav ul a:hover { color: var(--heading); }
.nav .btn { margin-left: 8px; }
.nav ul a[aria-current="page"] { color: var(--heading); font-weight: 700; }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; align-items: center; justify-content: center; border: 0; border-radius: 12px; background: transparent; color: var(--ink); cursor: pointer; }
.nav-toggle:hover { background: var(--soft); }
.brand { flex-shrink: 0; }

/* hero */
.hero { padding: 96px 0 112px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 2.3fr) minmax(0, 1fr); gap: 56px; align-items: end; }
.hero h1 { font-size: clamp(40px, 4.2vw, 60px); }
.hero .lead { font-size: clamp(20px, 2vw, 25px); }
.nowrap { white-space: nowrap; }
@media (min-width: 721px) { .keep { white-space: nowrap; } }
.cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.btn { display: inline-flex; align-items: center; height: 50px; padding: 0 24px; border-radius: 10px; font-weight: 700; font-size: 16px; text-decoration: none; transition: background-color .15s, border-color .15s; }
.btn.small { height: 40px; padding: 0 18px; font-size: 14px; }
.btn.primary { background: var(--accent); color: #fff; }
.btn.primary:hover { background: var(--accent-hover); }
.btn.ghost { color: var(--ink); border: 1px solid var(--line); }
.btn.ghost:hover { border-color: #c3d1d3; }
.figures { margin: 0; border-left: 1px solid var(--line); }
.figures div { padding: 22px 0 22px 32px; }
.figures div + div { border-top: 1px solid var(--line); }
.figures dt { font-size: clamp(30px, 3.2vw, 42px); line-height: 1; font-weight: 900; letter-spacing: -0.02em; }
.figures dd { margin: 8px 0 0; color: var(--body); font-size: 15.5px; line-height: 1.45; }

/* light hero (per mockup 2026-09-22) */
.hero-light { position: relative; overflow: hidden; padding: 72px 0 0; background: #fff; }
.hero-light .wrap { max-width: 1480px; }
.hero-split { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 40px; align-items: center; }
.pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.pill { display: inline-flex; align-items: center; gap: 8px; height: 34px; padding: 0 14px; border: 1px solid var(--line); border-radius: 17px; background: #fff; font-size: 13.5px; font-weight: 600; color: var(--body); }
.pill.live { background: #e7f4ec; border-color: #cfe8d9; color: var(--heading); font-weight: 700; }
.pill.live i { width: 8px; height: 8px; border-radius: 50%; background: #2f9a62; box-shadow: 0 0 0 4px rgba(47, 154, 98, 0.18); }
.hero-light h1 { font-size: clamp(36px, 3.25vw, 54px); line-height: 1.06; font-weight: 800; letter-spacing: -0.025em; color: var(--heading); }
.hero-light h1 .dot { color: inherit; }
.hero-sub { margin-top: 24px; max-width: 34em; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.45; color: var(--body); }
.hero-sub strong { color: var(--ink); font-weight: 650; }
.btn { gap: 10px; }
.btn .ic { width: 22px; height: 22px; }
.btn.outline { background: #fff; color: var(--heading); border: 1.5px solid var(--accent); }
.btn.outline:hover { background: var(--accent-tint); }
.hero-light .btn { height: 54px; padding: 0 26px; }
.hero-stats { display: flex; gap: 0; margin: 40px 0 0; }
.hero-stats > div { flex: 1 1 0; min-width: 0; display: flex; gap: 10px; padding: 0 18px; border-left: 1px solid var(--line); }
.hero-stats > div:first-child { padding-left: 0; border-left: 0; }
.hs-ic { color: var(--accent); padding-top: 2px; }
.hs-ic .ic { width: 27px; height: 27px; stroke-width: 1.6; }
.hero-stats dt { font-size: 22px; line-height: 1.1; font-weight: 800; color: var(--heading); white-space: nowrap; }
.hero-stats dd { margin: 5px 0 0; font-size: 14.5px; font-weight: 550; color: var(--ink); }
.hero-stats dd.small { margin-top: 2px; font-size: 12.5px; font-weight: 400; color: var(--muted); }
.hero-art { position: relative; container-type: inline-size; }
.hero-art-img { display: block; width: 100%; height: auto;
  -webkit-mask-image: radial-gradient(ellipse 96% 96% at 46% 50%, #000 76%, transparent 100%); mask-image: radial-gradient(ellipse 96% 96% at 46% 50%, #000 76%, transparent 100%); }
.hero-note { position: absolute; left: 2.6%; top: 30.6%; margin: 0; transform: rotate(-7deg); transform-origin: 0 0; white-space: nowrap;
  font-family: "Bradley Hand", "Segoe Print", "Chalkboard SE", "Comic Sans MS", cursive; font-size: 2.2cqw; line-height: 1.3; color: #2c3a3e; }
.hc { position: absolute; box-sizing: border-box; padding: 1.8cqw 2cqw; background: #fff; border: 1px solid #e3eaeb; border-radius: 1.5cqw;
  box-shadow: 0 1.2cqw 3cqw rgba(8, 58, 66, 0.12); color: var(--heading); font-size: 1.3cqw; line-height: 1.3; }
.hc-progress { left: 69.4%; top: 3.3%; width: 26.4%; min-height: 25.6cqw; }
.hc-progress > strong { display: block; margin-bottom: 1.4cqw; font-size: 1.55cqw; font-weight: 800; }
.hc ul { display: grid; gap: 1cqw; margin: 0; padding: 0; list-style: none; }
.hc li { display: flex; align-items: center; gap: 1cqw; color: var(--body); }
.hc li span { flex: 1; }
.hc li b { color: var(--heading); font-weight: 750; }
.hc li i { width: 1cqw; height: 1cqw; border-radius: 50%; flex-shrink: 0; }
.hc li i.g { background: #2f9a62; } .hc li i.m { background: #7d8a8f; } .hc li i.l { background: #d3dadb; }
.hc-bar { display: block; height: 1cqw; margin: 1.7cqw 0 1.9cqw; border-radius: 1cqw; background: #e6eceb; }
.hc-bar i { display: block; width: 68%; height: 100%; border-radius: inherit; background: #3aa26a; }
.hc-scan { display: flex; align-items: center; gap: 1.2cqw; font-size: 1.25cqw; }
.hc-scan img { width: 8.2cqw; height: 6cqw; object-fit: cover; border-radius: 0.8cqw; flex-shrink: 0; }
.hc-scan span { flex: 1; display: flex; flex-direction: column; }
.hc-scan b { font-weight: 650; line-height: 1.25; }
.hc-scan small { margin-top: 0.3cqw; font-size: 1.15cqw; color: var(--muted); }
.hc-scan svg { width: 1.9cqw; height: 1.9cqw; flex-shrink: 0; }
.hc-area { left: 65.4%; top: 66.8%; width: 30.4%; min-height: 15.4cqw; display: flex; align-items: center; gap: 1.2cqw; }
.hc-area strong { display: flex; align-items: center; gap: 0.8cqw; font-size: 1.5cqw; font-weight: 750; }
.hc-area strong i { width: 1.5cqw; height: 1.5cqw; border: 0.22cqw solid #2f9a62; border-radius: 0.3cqw; box-sizing: border-box; }
.hc-big { display: block; margin: 0.9cqw 0 0.8cqw; font-size: 2.7cqw; font-weight: 800; letter-spacing: -0.01em; white-space: nowrap; }
.hc-area dl { display: grid; gap: 0.4cqw; margin: 0; font-size: 1.2cqw; }
.hc-area dl div { display: flex; gap: 1.4cqw; }
.hc-area dt { min-width: 5.4cqw; color: var(--muted); }
.hc-area dd { margin: 0; font-weight: 600; }
.hc-area > img { width: 14cqw; height: auto; margin-left: auto; }
.hero-logos { margin-top: 44px; padding-top: 26px; padding-bottom: 12px; border-top: 1px solid var(--line); }
.hero-logos p { margin: 0 0 18px; font-size: 14px; color: var(--body); }
.hl-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px 36px; }
.hl-row img { display: block; width: auto; filter: grayscale(1); opacity: 0.62; mix-blend-mode: multiply; }
@media (max-width: 1100px) {
  .hero-split { grid-template-columns: 1fr; gap: 40px; }
  .hero-art { max-width: 780px; }
}
@media (max-width: 720px) {
  .hero-light { padding-top: 32px; }
  .hero-light h1 { font-size: 34px; }
  .hero-light .btn { height: 50px; padding: 0 20px; }
  .hero-stats { flex-direction: column; gap: 18px; }
  .hero-stats > div { padding: 0; border-left: 0; }
  .hl-row { justify-content: center; }
}

/* problem */
.problem-grid { display: grid; grid-template-columns: 1fr 1.05fr 1fr; gap: 40px; align-items: start; margin-top: 64px; }
.problem-grid h3 { margin-bottom: 18px; font-size: 22px; font-weight: 800; color: var(--navy); }
.cards { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.card { display: flex; align-items: center; gap: 16px; padding: 16px; background: #fff; border: 1px solid #e3eaeb; border-radius: 14px; box-shadow: var(--shadow); }
.card .circle { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; background: var(--accent-tint); color: var(--accent-2); }
.card.red .circle { background: var(--red-tint); color: var(--red); }
.card h4 { font-size: 17px; line-height: 1.3; font-weight: 750; color: var(--navy); }
.card p { margin-top: 4px; font-size: 15px; line-height: 1.45; color: var(--body); }
.card .photo { margin-left: auto; width: 104px; height: 88px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.invoice { position: relative; padding: 26px 24px; background: #fff; border: 1px solid #e3eaeb; border-radius: 14px;
  box-shadow: 0 16px 40px rgba(8, 58, 66, 0.10), 10px 10px 0 -1px #fff, 10px 10px 0 0 #e3eaeb, 20px 20px 0 -1px #fff, 20px 20px 0 0 #e3eaeb; }
.invoice .head { display: flex; justify-content: space-between; gap: 16px; font-size: 13px; color: var(--navy); }
.invoice .head strong { display: block; margin-bottom: 12px; font-size: 21px; font-weight: 800; letter-spacing: -0.01em; }
.invoice .head .meta { text-align: right; color: #62767a; font-size: 12px; align-self: end; }
.invoice table { width: 100%; margin-top: 18px; border-collapse: collapse; font-size: 11.5px; font-variant-numeric: tabular-nums; }
.invoice th { padding: 8px 5px; background: #f3f7f7; color: #74878b; font-weight: 700; text-align: left; }
.invoice td { padding: 8px 5px; border-top: 1px solid #ecf1f1; color: var(--navy); }
.invoice .r { text-align: right; white-space: nowrap; }
.invoice .sum { margin: 18px 0 0 auto; width: 62%; font-size: 13px; font-variant-numeric: tabular-nums; }
.invoice .sum div { display: flex; justify-content: space-between; padding: 5px 8px; }
.invoice .sum .total { margin-top: 4px; background: #f3f7f7; border-radius: 6px; font-weight: 800; }
.question { display: flex; align-items: center; gap: 12px; margin: 22px -8px 0; padding: 14px 16px; border-radius: 10px; background: var(--orange-tint); color: var(--navy); font-weight: 700; }
.question svg { color: var(--red); width: 26px; height: 26px; }

/* use cases */
.usecase .window { margin-top: 48px; }
.window { order: 2; }
.window { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 18px 46px rgba(8, 58, 66, 0.12); }
.window-bar { height: 38px; display: flex; align-items: center; gap: 8px; padding: 0 16px; background: #f4f7f7; border-bottom: 1px solid #e3eaeb; }
.window-bar span { width: 11px; height: 11px; border-radius: 50%; background: #ff5f57; }
.window-bar span:nth-child(2) { background: #febc2e; }
.window-bar span:nth-child(3) { background: #28c840; }
.window img, .window video { display: block; width: 100%; height: auto; background: #0b0d14; }
.window video { aspect-ratio: 1920 / 1206; }
.usecase-text { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-top: 48px; }
.usecase-text .label + * { margin-top: 18px; }
.steps, .benefits { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.steps li, .benefits li { display: flex; gap: 16px; }
.step-ic, .benefit-ic { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; background: var(--accent-tint); color: var(--accent-2); }
.benefit-ic { background: var(--accent-tint); color: var(--accent-2); }
.steps h4, .benefits h4 { font-size: 17px; line-height: 1.3; font-weight: 800; color: var(--navy); }
.steps p, .benefits p { margin-top: 3px; font-size: 15.5px; line-height: 1.45; color: var(--body); }
.badge { display: inline-block; margin-top: 8px; padding: 3px 10px; border-radius: 999px; background: var(--accent-tint); color: var(--accent); font-size: 13px; font-weight: 750; }

/* time */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; }
.col { padding: 32px; border-radius: 20px; background: #f1f5f5; }
.col.rf { background: var(--accent-tint); }
.col h3 { font-size: 24px; font-weight: 850; color: var(--navy); }
.col.rf h3 { color: var(--accent); }
.col ol { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.col li { display: flex; align-items: center; gap: 14px; padding: 14px 16px; background: #fff; border-radius: 12px; font-weight: 650; color: var(--navy); }
.col li svg { color: #35474b; }
.col.rf li svg { color: var(--accent); }
.col .total { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(8, 58, 66, 0.1); }
.col .total strong { white-space: nowrap; font-size: 44px; line-height: 1; font-weight: 900; letter-spacing: -0.02em; color: var(--navy); }
.col.rf .total strong { color: var(--accent); }
.col .total span { color: var(--body); }
.calc { display: grid; grid-template-columns: 1.6fr 1fr; gap: 24px; margin-top: 24px; }
.calc-main { padding: 32px; border: 1px solid var(--line); border-radius: 20px; }
.calc-rows { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 20px; }
.calc-rows > div { display: flex; flex-direction: column; }
.calc-rows span { display: block; min-height: 2.9em; color: var(--body); font-size: 15px; line-height: 1.45; }
.calc-rows strong { display: block; white-space: nowrap; margin-top: 6px; font-size: 34px; line-height: 1.05; font-weight: 900; letter-spacing: -0.02em; }
.calc-rows .hi strong { color: var(--gold-ink); }
.calc-rows em { display: block; margin-top: 4px; font-style: normal; font-size: 14px; color: var(--gold-ink); font-weight: 650; }
.note { margin-top: 20px; font-size: 13.5px; color: var(--muted); }
.extra { padding: 32px; border-radius: 20px; background: var(--gold-tint); }
.extra ul { display: grid; gap: 14px; margin: 20px 0 0; padding: 0; list-style: none; }
.extra li { display: flex; gap: 10px; align-items: center; font-weight: 650; color: var(--navy); }
.extra li svg { color: var(--accent); width: 20px; height: 20px; }

/* trust */
.quote { display: grid; grid-template-columns: 220px 1fr; gap: 48px; align-items: center; margin-top: 56px; padding: 48px; border-radius: 24px; background: var(--soft); }
.quote img { width: 220px; height: 220px; border-radius: 50%; object-fit: cover; }
.quote blockquote { margin: 0; font-size: clamp(21px, 2.2vw, 28px); line-height: 1.4; font-weight: 600; letter-spacing: -0.01em; color: var(--navy); }
.quote cite { display: block; margin-top: 22px; font-style: normal; color: var(--body); font-size: 16px; }
.quote cite strong { color: var(--ink); }
.logos { margin-top: 72px; padding-top: 40px; border-top: 1px solid var(--line); text-align: center; }
.logo-label { font-size: 12px; font-weight: 760; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.supporters { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 24px 56px; margin: 22px 0 48px; }
.supporters img { display: block; width: auto; max-width: 200px; filter: grayscale(1); opacity: 0.7; mix-blend-mode: multiply; }
.pilots { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 22px; }
.pilots > div { flex: 0 0 calc((100% - 36px) / 4); height: 92px; display: grid; place-items: center; padding: 0 18px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.pilots img { display: block; width: auto; max-width: 100%; object-fit: contain; }

/* features */
.divider { padding: 80px 0; background: var(--ink); color: #fff; }
.divider .eyebrow { color: #7cc3cc; }
.divider h2 { color: #fff; }
.feature + .feature { margin-top: 104px; }
.feature h3 { font-size: clamp(28px, 3.4vw, 42px); line-height: 1.08; font-weight: 900; letter-spacing: -0.02em; max-width: 26ch; }
.shot { margin: 40px 0 0; }
.shot img { display: block; width: 100%; height: auto; }

/* api */
.api { display: grid; grid-template-columns: 1fr auto 0.9fr auto 1.25fr; gap: 20px; align-items: center; margin-top: 56px; }
.panel { padding: 28px; border-radius: 20px; background: var(--soft); }
.panel h3 { font-size: 20px; font-weight: 800; color: var(--navy); }
.sources { display: grid; gap: 18px; margin: 22px 0 0; padding: 0; list-style: none; }
.sources li { display: flex; align-items: center; gap: 14px; font-weight: 600; color: var(--navy); }
.sources svg { color: #0c2f36; width: 26px; height: 26px; }
.hub { display: grid; place-items: center; gap: 8px; padding: 40px 20px; border-radius: 20px; background: var(--accent-tint); text-align: center; }
.hub svg { width: 56px; height: 56px; color: var(--navy); }
.hub strong { font-size: 26px; font-weight: 850; }
.hub span { font-size: 14px; color: var(--body); }
.arrow { color: var(--accent); }
.tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
.tiles.three { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 12px; }
.tile { height: 72px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0 10px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.tile img { display: block; width: auto; max-width: 100%; object-fit: contain; }
.tile span { font-size: 12px; font-weight: 650; color: var(--body); }
.tile.ms { height: 82px; }
.tile.ms span { font-size: 13px; color: var(--navy); font-weight: 600; }
.panel .label { display: block; margin-top: 20px; }
.gains { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line); }
.gains div { display: flex; align-items: center; gap: 14px; font-weight: 650; color: var(--navy); }
.gains .circle { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; }

/* roadmap */
.head-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; }
.sticker { flex-shrink: 0; display: inline-flex; align-items: center; height: 44px; padding: 0 22px; border-radius: 22px; background: var(--orange); color: var(--heading);
  font-size: 15px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; transform: rotate(-5deg);
  box-shadow: 0 0 0 4px #fff, 0 10px 22px rgba(255, 122, 26, 0.3); }
.flow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; margin: 56px 0 0; padding: 0; list-style: none; }
.flow li { position: relative; display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; font-weight: 800; color: var(--navy); }
.flow li + li::before { content: ""; position: absolute; top: 60px; left: -30%; width: 44%; border-top: 2px solid #bfccce; }
.flow img { width: 120px; height: 120px; }
.examples { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: start; margin-top: 56px; padding-top: 48px; border-top: 1px solid var(--line); }
.example { padding: 14px 14px 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.example img { display: block; width: 100%; aspect-ratio: 372 / 222; object-fit: cover; border-radius: 10px; }
.example h4 { margin-top: 16px; font-size: 18px; font-weight: 800; color: var(--navy); }
.example p { margin-top: 6px; font-size: 15px; color: var(--body); }
.rule { display: block; width: 48px; height: 4px; margin-top: 14px; border-radius: 2px; background: var(--gold); }
.decide { grid-column: 1 / -1; display: flex; align-items: center; gap: 32px; padding: 32px 40px; border-radius: 20px; background: var(--accent-tint); }
.decide img { width: 92px; height: auto; flex-shrink: 0; }
.decide strong { display: block; font-size: 26px; line-height: 1.2; font-weight: 850; color: var(--navy); }
.decide span { display: block; margin-top: 6px; font-size: 17px; color: var(--body); }

/* multi-page */
.page-hero { padding: 64px 0 104px; }
.page-hero h1 { max-width: 920px; font-size: clamp(38px, 5vw, 64px); text-wrap: balance; }
.crumb { display: flex; gap: 10px; align-items: center; margin-bottom: 20px; font-size: 14px; font-weight: 600; color: var(--muted); }
.crumb a { color: var(--muted); text-decoration: none; }
.crumb a:hover { color: var(--ink); }
.subnav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.subnav a { display: inline-flex; align-items: center; height: 38px; padding: 0 16px; border: 1px solid var(--line); border-radius: 19px; background: #fff; color: var(--navy); font-size: 14.5px; font-weight: 600; text-decoration: none; }
.subnav a:hover { border-color: #c3d1d3; }
.page-hero .shot { margin-top: 56px; }
.uc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 56px; }
.uc-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.uc { display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 20px; color: inherit; text-decoration: none; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.uc:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(8, 58, 66, 0.12); }
.uc img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: #0b0d14; }
.uc-body { flex: 1; display: flex; flex-direction: column; gap: 10px; padding: 24px 24px 26px; }
.uc-body .eyebrow { margin: 0; color: var(--accent); }
.uc-body h3 { font-size: 22px; line-height: 1.2; font-weight: 850; letter-spacing: -0.01em; color: var(--navy); }
.uc-body p { font-size: 16px; line-height: 1.5; color: var(--body); }
.uc-body .more { margin-top: auto; padding-top: 10px; color: var(--accent); font-size: 15.5px; font-weight: 700; }
.uc:hover .more { text-decoration: underline; }
.step-grid { display: grid; grid-template-columns: repeat(var(--n), minmax(0, 1fr)); gap: 16px; margin: 40px 0 0; padding: 0; list-style: none; }
.step-grid li { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.step-grid .num { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 14px; font-weight: 800; }
.step-grid h4 { margin-top: 14px; font-size: 17px; line-height: 1.3; font-weight: 800; color: var(--navy); }
.step-grid p { margin-top: 6px; font-size: 15px; line-height: 1.5; color: var(--body); }
.page-hero .problem-grid { margin-top: 64px; }

/* how it works */
#so-funktionierts .wrap { max-width: 1480px; }
.how-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 56px 0 0; padding: 0; list-style: none; }
.how-card { display: flex; flex-direction: column; padding: 24px 24px 26px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.how-num { align-self: flex-start; display: inline-grid; place-items: center; height: 40px; padding: 0 10px; border-radius: 10px; background: var(--accent-tint); color: var(--accent); font-size: 19px; font-weight: 800; font-variant-numeric: tabular-nums; }
.how-card h3 { margin-top: 18px; font-size: 21px; line-height: 1.25; font-weight: 800; letter-spacing: -0.01em; color: var(--navy); }
.how-card p { margin-top: 10px; font-size: 15.5px; line-height: 1.55; color: var(--body); }
.how-visual { padding-top: 24px; }
.how-capture { display: block; width: 100%; height: auto; }
.how-visual video { display: block; width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border-radius: 12px; background: #0b0d14; }
.review { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; font-size: 11px; color: var(--navy); }
.rv { min-width: 0; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.rv strong { display: block; font-size: 11px; font-weight: 750; }
.rv-big { display: block; margin-top: 4px; font-size: 24px; line-height: 1; font-weight: 800; color: var(--accent); }
.rv-track { display: block; height: 4px; margin: 8px 0 6px; border-radius: 2px; background: #e3eaeb; }
.rv-track i { display: block; width: 87%; height: 100%; border-radius: 2px; background: var(--accent); }
.rv dl { margin: 0; display: grid; gap: 2px; color: var(--body); }
.rv dl div { display: flex; justify-content: space-between; gap: 6px; }
.rv dd { margin: 0; font-weight: 650; color: var(--navy); }
.rv-select { display: inline-block; margin-top: 6px; padding: 2px 7px; border: 1px solid var(--line); border-radius: 6px; font-size: 10px; color: var(--body); }
.rv img { display: block; width: 100%; height: auto; margin-top: 6px; }
.rv-head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2px 6px; align-items: baseline; }
.rv-head span { color: var(--accent); font-size: 10px; font-weight: 650; white-space: nowrap; }
.rv ul { margin: 8px 0 0; padding: 0; list-style: none; display: grid; gap: 7px; }
.rv-issues li { display: flex; align-items: center; gap: 6px; }
.rv-issues i { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.rv-issues i.high { background: #ef4444; } .rv-issues i.mid { background: #f59e0b; } .rv-issues i.low { background: #facc15; }
.rv-issues span { flex: 1; white-space: nowrap; }
.rv-issues em { font-style: normal; font-weight: 800; }
.rv-act li { display: flex; gap: 6px; align-items: flex-start; }
.rv-act i { width: 18px; height: 18px; border-radius: 5px; display: grid; place-items: center; flex-shrink: 0; color: #fff; }
.rv-act i .ic { width: 11px; height: 11px; stroke-width: 2.2; }
.rv-act i.blue { background: var(--accent); } .rv-act i.green { background: #16a34a; } .rv-act i.orange { background: #f97316; }
.rv-act b { display: block; font-size: 10.5px; line-height: 1.2; }
.rv-act small { display: block; font-size: 9.5px; color: var(--muted); }
.handover { display: grid; grid-template-columns: 1fr 1.15fr; gap: 8px; align-items: center; }
.handover img { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }
.handover ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.handover li { display: flex; align-items: center; gap: 8px; padding: 9px 10px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 6px 16px rgba(8, 58, 66, 0.06); font-size: 13px; font-weight: 650; color: var(--navy); }
.handover li i { width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; flex-shrink: 0; background: var(--accent-tint); color: var(--accent-2); }
.handover li i .ic { width: 17px; height: 17px; }
.handover li span { flex: 1; line-height: 1.2; }
.handover li b { width: 16px; height: 16px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; background: #22c55e; color: #fff; }
.handover li b svg { width: 10px; height: 10px; }

@media (max-width: 1280px) { .how-grid { grid-template-columns: 1fr 1fr; } }

/* slide flows (WhatsApp / Kamera) as real HTML */
.flow-wrap { margin: 56px 0 0; }
.flow { display: flex; align-items: flex-start; width: max-content; letter-spacing: 0; transform-origin: 0 0; }
.flow-col { display: flex; flex-direction: column; gap: 18px; }
.flow-head { display: flex; align-items: center; gap: 12px; height: 40px; font-size: 17px; font-weight: 800; color: var(--heading); white-space: nowrap; }
.flow-head .num { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; background: var(--accent); color: #fff; font-size: 15px; }
.flow-panel { position: relative; flex-shrink: 0; }
.flow-panel img { max-width: none; }
.flow-arrow { align-self: center; flex-shrink: 0; display: grid; place-items: center; width: 44px; color: var(--accent); }
.flow-col:has(.flow-head) ~ .flow-arrow, .flow-col:has(.flow-head) + .flow-arrow { margin-top: 58px; }
@media (max-width: 900px) {
  .flow { flex-direction: column; align-items: center; width: auto; }
  .flow-col { align-items: center; }
  .flow-head { align-self: flex-start; }
  .flow-arrow { width: auto; height: 44px; transform: rotate(90deg); margin: 6px 0 !important; }
}

/* contact */
.cta-band { padding: 96px 0; background: var(--heading); color: #fff; }
.cta-band .wrap { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 32px 48px; }
.cta-band h2 { color: #fff; }
.cta-band .dot { color: #7cc3cc; }
.cta-band .btn.primary { background: #fff; color: var(--heading); }
.cta-band .btn.primary:hover { background: var(--accent-tint); }
.cta-band .lead { color: #b9cdd0; }
.cta-band .cta { margin-top: 0; }
.btn.ghost-dark { color: #fff; border: 1px solid rgba(255, 255, 255, 0.28); }
.btn.ghost-dark:hover { border-color: rgba(255, 255, 255, 0.6); }
.nav ul li.menu-cta { display: none; }

/* motion */
.js-reveal .reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.js-reveal .reveal.in { opacity: 1; transform: none; }

/* footer */
footer { padding: 48px 0; border-top: 1px solid var(--line); }
footer .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 32px; color: var(--muted); font-size: 14px; }
footer .links { display: flex; flex-wrap: wrap; gap: 8px 24px; }
footer .links a { color: var(--body); text-decoration: none; font-weight: 550; }
footer .links a:hover { color: var(--ink); }
footer img { display: block; height: 26px; width: auto; }

@media (max-width: 1100px) {
  .nav ul { display: none; }
  .nav .btn { display: none; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .nav.open ul { display: flex; flex-direction: column; gap: 0; position: absolute; top: 68px; left: 0; right: 0; margin: 0; padding: 8px 24px 20px;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(8, 58, 66, 0.08); }
  .nav.open ul a { display: block; padding: 15px 4px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .nav.open ul li:last-child a { border-bottom: 0; }
  .nav.open { border-color: var(--line); }
  .uc-grid { grid-template-columns: 1fr 1fr; }
  .how-grid { grid-template-columns: 1fr 1fr; }
  .nav.open ul li.menu-cta { display: block; padding-top: 16px; }
  .nav.open ul li.menu-cta a { display: inline-flex; padding: 0 24px; border-bottom: 0; color: #fff; font-size: 16px; }
  .step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .figures { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-left: 0; border-top: 1px solid var(--line); }
  .figures div { padding: 24px 24px 0 0; }
  .figures div + div { border-top: 0; border-left: 1px solid var(--line); padding-left: 24px; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .problem-grid .mid { grid-column: 1 / -1; order: 3; max-width: 560px; }
  .calc { grid-template-columns: 1fr; }
  .api { grid-template-columns: 1fr; }
  .pilots > div { padding: 0 12px; }
  .example h4 { font-size: 16px; }
  .api .arrow { justify-self: center; transform: rotate(90deg); }
  .hero h1 { font-size: clamp(40px, 7vw, 64px); }
}
@media (max-width: 720px) {
  .wrap { padding: 0 16px; }
  section { padding: 72px 0; }
  .hero { padding: 48px 0 72px; }
  .hero h1 { font-size: 35px; }
  h1, h2 { hyphens: auto; -webkit-hyphens: auto; }
  .figures { grid-template-columns: 1fr; }
  .figures div, .figures div + div { padding: 18px 0; border-left: 0; border-top: 0; border-bottom: 1px solid var(--line); }
  .problem-grid { grid-template-columns: 1fr; gap: 36px; }
  .card .photo { width: 84px; height: 72px; }
  .invoice { padding: 20px 16px; box-shadow: 0 16px 40px rgba(8, 58, 66, 0.10); }
  .invoice table { font-size: 10.5px; }
  .invoice th:nth-child(5), .invoice td:nth-child(5) { display: none; }
  .compare, .calc-rows, .gains, .usecase-text { grid-template-columns: 1fr; }
  .pilots > div { flex-basis: calc((100% - 12px) / 2); height: 80px; }
  .supporters { gap: 20px 36px; }
  .usecase-text { gap: 36px; }
  .usecase .window { margin-top: 32px; border-radius: 12px; }
  .window-bar { height: 28px; padding: 0 12px; gap: 6px; }
  .window-bar span { width: 9px; height: 9px; }
  .calc-rows span { min-height: 0; }
  .col, .calc-main, .extra { padding: 24px; }
  .quote { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; }
  .quote img { width: 120px; height: 120px; }
  .shot { overflow-x: auto; }
  .shot img { width: 900px; max-width: none; }
  .head-row { flex-direction: column-reverse; }
  .flow { grid-template-columns: 1fr 1fr; row-gap: 28px; }
  .flow li + li::before { display: none; }
  .flow img { width: 96px; height: 96px; }
  .examples { grid-template-columns: 1fr; }
  .uc-grid, .uc-grid.two, .step-grid { grid-template-columns: 1fr; }
  .how-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 72px 0; }
  .page-hero { padding: 40px 0 72px; }
  .nav.open ul { padding: 8px 16px 20px; }
  .decide { flex-direction: column; align-items: flex-start; gap: 18px; padding: 28px 24px; }
}

/* legal */
.legal { padding: 72px 0 112px; }
.legal .wrap { max-width: 820px; }
.legal h1 { font-size: clamp(38px, 5vw, 60px); }
.legal dl { margin: 40px 0 0; }
.legal dt { margin-top: 28px; font-size: 13px; font-weight: 750; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.legal dd { margin: 8px 0 0; font-size: 18px; line-height: 1.6; color: var(--navy); }
.todo { margin-top: 40px; padding: 18px 20px; border: 1px solid #f0c36d; border-radius: 12px; background: #fff7e6; color: #7a5200; font-size: 15px; line-height: 1.55; }
.todo strong { display: block; margin-bottom: 4px; color: #5c3d00; }
.privacy h2 { margin-top: 44px; font-size: 22px; line-height: 1.3; letter-spacing: -0.01em; }
.privacy p { margin-top: 12px; font-size: 17px; line-height: 1.65; color: var(--ink); max-width: 68ch; }
.privacy .lead { color: var(--body); }
.privacy .stand { margin-top: 10px; font-size: 14px; color: var(--muted); }

/* Original brand colours return on hover; each logo responds independently. */
.pilots img { filter: grayscale(1); opacity: 0.7; }
.hl-row img, .supporters img, .pilots img {
  transition: filter 180ms ease, opacity 180ms ease;
}
.hl-row img:hover, .supporters img:hover, .pilots img:hover {
  filter: grayscale(0); opacity: 1;
}
footer .languages { display: flex; flex-wrap: wrap; gap: 8px 18px; flex-basis: 100%; }
footer .languages a { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; color: var(--body); text-decoration: none; }
footer .languages a:hover, footer .languages a[aria-current="true"] { color: var(--navy); text-decoration: underline; text-underline-offset: 5px; }
footer .languages a:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; border-radius: 3px; }
@media (prefers-reduced-motion: reduce) {
  .hl-row img, .supporters img, .pilots img { transition: none; }
}

/* Crop the outer whitespace of the original 1254px square CLK artwork in layout. */
.customer-logo-clk { position: relative; display: inline-block; overflow: hidden; flex-shrink: 0; }
.customer-logo-clk img { position: absolute; width: 117.7465%; max-width: none; height: auto; left: -8.9202%; top: -50.3205%; }

/* Long translated headings must not widen the narrow-screen grid. */
.hero-copy, .hero-art { min-width: 0; }
.hero h1, .page-hero h1 { overflow-wrap: anywhere; }

@media (max-width: 360px) { .hero h1 .nowrap { white-space: normal; } }

h2 { overflow-wrap: anywhere; }
