/* ============================================================
   Self-hosted fonts (Sora + Inter) — NO third-party requests.
   Subsets: latin + latin-ext. Regenerate via .claude/fetch-fonts.cjs.
   ============================================================ */
/* Sora · latin-ext */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/sora-normal-400-700-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Sora · latin */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/sora-normal-400-700-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Inter · latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/inter-normal-400-700-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Inter · latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/inter-normal-400-700-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   CaRD Connector · Archivierungs-Spezialist (CaRD) — Stylesheet
   Helles Premium-Editorial-Theme: warmes Papier, Serifen-Display
   (Sora) + Inter, Smaragd/Teal + Bernstein-Akzent, weiche
   Schatten, ruhige Mikro-Animationen. Keine Frameworks.
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  --paper: #f4f3ee;
  --paper-2: #edeae2;
  --white: #ffffff;
  --ink: #0f1d33;          /* tiefes Marineblau-Tinten, fast schwarz */
  --ink-2: #192a3f;
  --text: #33414f;
  --muted: #6a7787;
  --faint: #929eb0;

  --brand: #1366c4;        /* Azur-Blau */
  --brand-strong: #0d4f9e;
  --brand-700: #0d4f9e;
  --brand-300: #7cb8ef;
  --brand-tint: #e7effb;
  --accent: #c87f2a;       /* warmes Bernstein/Gold */
  --accent-soft: #f5e9d6;

  --line: rgba(15, 29, 51, .10);
  --line-2: rgba(15, 29, 51, .16);

  --grad: linear-gradient(120deg, #1366c4 0%, #2a86e0 100%);
  --grad-deep: linear-gradient(150deg, #103352 0%, #0c2238 60%, #0a1c30 100%);
  --grad-warm: linear-gradient(120deg, #c87f2a, #e0a44a);

  --radius: 22px;
  --radius-sm: 14px;
  --radius-xs: 10px;

  --shadow-sm: 0 1px 2px rgba(15, 29, 51, .05), 0 6px 18px rgba(15, 29, 51, .05);
  --shadow: 0 18px 48px rgba(15, 29, 51, .10);
  --shadow-lg: 0 34px 80px rgba(15, 29, 51, .16);
  --shadow-brand: 0 16px 40px rgba(19, 102, 196, .28);

  --font-display: "Sora", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;

  --header-h: 76px;
  --maxw: 1200px;
}

/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 14px); -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: var(--brand-strong); text-decoration-thickness: 1px; text-underline-offset: 2px; }
::selection { background: rgba(19, 102, 196, .18); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 560;
  line-height: 1.12;
  letter-spacing: -.01em;
  margin: 0 0 .5em;
  text-wrap: balance;
  font-optical-sizing: auto;
}
p { margin: 0 0 1em; }

.container { width: min(var(--maxw), 92vw); margin-inline: auto; }

:focus-visible {
  outline: 2.5px solid var(--brand);
  outline-offset: 3px;
  border-radius: 6px;
}

.skip-link {
  position: absolute; left: -999px; top: 8px; z-index: 200;
  background: var(--ink); color: #fff; padding: 11px 20px;
  border-radius: 10px; font-weight: 600; text-decoration: none;
}
.skip-link:focus { left: 14px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 26px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 600; font-size: 15.5px;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .25s cubic-bezier(.2,.7,.3,1), box-shadow .25s ease, border-color .25s ease, background .25s ease, color .25s ease;
  white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; }
.btn-primary { background: var(--ink); color: #fff; box-shadow: 0 10px 28px rgba(15, 29, 51, .22); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(15, 29, 51, .3); background: var(--ink-2); }
.btn-brand { background: var(--brand); color: #fff; box-shadow: var(--shadow-brand); }
.btn-brand:hover { transform: translateY(-2px); box-shadow: 0 20px 48px rgba(19, 102, 196, .38); background: var(--brand-strong); }
.btn-ghost { background: transparent; border-color: var(--line-2); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn-sm { padding: 10px 20px; font-size: 14px; }
.btn-lg { padding: 16px 32px; font-size: 16.5px; }
.btn-arrow svg { transition: transform .25s ease; }
.btn-arrow:hover svg { transform: translateX(3px); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--header-h);
  display: flex; align-items: center;
  background: rgba(244, 243, 238, .72);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background .3s ease, box-shadow .3s ease;
}
.site-header.scrolled {
  border-bottom-color: var(--line);
  background: rgba(244, 243, 238, .9);
  box-shadow: 0 6px 24px rgba(15, 29, 51, .05);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; }

.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 36px; height: 36px; flex: none; }
.brand-name { font-family: var(--font-display); font-size: 22px; font-weight: 600; letter-spacing: -.01em; color: var(--ink); }
.brand-name b { color: var(--brand); font-weight: 600; }
.brand-sub { display: block; font-family: var(--font-body); font-size: 10.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--faint); margin-top: -3px; }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links > a:not(.btn) {
  color: var(--text); text-decoration: none; font-size: 15px; font-weight: 500;
  padding: 9px 14px; border-radius: 10px;
  transition: color .2s ease, background .2s ease;
}
.nav-links > a:not(.btn):hover { color: var(--ink); background: rgba(15, 29, 51, .05); }
.nav-links > a.active { color: var(--brand-strong); font-weight: 600; }
.nav-cta { margin-left: 10px; }

.lang-switch {
  display: inline-flex; align-items: center; gap: 2px; margin-left: 12px;
  border: 1px solid var(--line-2); border-radius: 999px; padding: 3px;
  font-size: 12.5px; font-weight: 600;
}
.lang-switch a, .lang-switch span { padding: 4px 11px; border-radius: 999px; text-decoration: none; color: var(--muted); transition: color .2s ease, background .2s ease; }
.lang-switch a:hover { color: var(--ink); }
.lang-switch .active { background: var(--ink); color: #fff; }

.burger {
  display: none;
  background: none; border: 1px solid var(--line-2); border-radius: 11px;
  width: 46px; height: 42px; padding: 0;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  cursor: pointer;
}
.burger span { display: block; width: 19px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
.nav-open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-open .burger span:nth-child(2) { opacity: 0; }
.nav-open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Eyebrow / section heads ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--brand-strong);
  margin: 0 0 18px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: var(--brand); }
.eyebrow .idx { color: var(--accent); font-variant-numeric: tabular-nums; }

.section { position: relative; padding: 104px 0; }
.section.tight { padding: 78px 0; }
.section-head { max-width: 760px; margin-bottom: 56px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-title { font-size: clamp(2rem, 4vw, 3.05rem); letter-spacing: -.02em; margin-bottom: 16px; }
.section-title em { font-style: normal; font-weight: 700; color: var(--brand-strong); }
.section-sub { color: var(--muted); font-size: 18.5px; max-width: 62ch; margin: 0; }
.section-head.center .section-sub { margin-inline: auto; }

.lede { font-size: 20px; color: var(--text); }

/* alternating tint */
.section.alt { background: linear-gradient(180deg, var(--paper-2), var(--paper)); }
.section.paper2 { background: var(--paper-2); }

/* ---------- Hero ---------- */
.hero { position: relative; padding: calc(var(--header-h) + 70px) 0 86px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.hero-bg .glow {
  position: absolute; border-radius: 50%; filter: blur(80px); opacity: .55;
}
.hero-bg .g1 { width: 560px; height: 560px; right: -120px; top: -160px; background: radial-gradient(circle, rgba(42, 134, 224, .35), transparent 65%); }
.hero-bg .g2 { width: 420px; height: 420px; left: -140px; top: 120px; background: radial-gradient(circle, rgba(200, 127, 42, .18), transparent 65%); }
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 70% 0%, #000 20%, transparent 70%);
  mask-image: radial-gradient(ellipse 80% 70% at 70% 0%, #000 20%, transparent 70%);
  opacity: .5;
}
.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center;
}
.pill {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 15px 7px 9px; margin: 0 0 24px;
  border: 1px solid var(--line-2); border-radius: 999px;
  background: var(--white);
  color: var(--ink); font-size: 13.5px; font-weight: 600;
  box-shadow: var(--shadow-sm);
}
.pill .tag { background: var(--brand-tint); color: var(--brand-strong); border-radius: 999px; padding: 3px 10px; font-size: 12px; font-weight: 700; letter-spacing: .02em; }

.hero-title {
  font-size: clamp(2.7rem, 6vw, 4.5rem);
  font-weight: 540;
  line-height: 1.04;
  letter-spacing: -.025em;
  margin-bottom: 24px;
}
.hero-title em { font-style: normal; font-weight: 700; color: var(--brand-strong); }
.hero-lead { font-size: 19.5px; color: var(--muted); max-width: 54ch; margin-bottom: 32px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-trust { display: flex; align-items: center; gap: 12px; font-size: 13.5px; color: var(--faint); }
.hero-trust .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--brand); }

/* Hero stats */
.hero-stats {
  display: grid; grid-template-columns: repeat(3, auto); gap: 8px 40px;
  margin: 36px 0 0; padding: 26px 0 0;
  border-top: 1px solid var(--line);
  justify-content: start;
}
.stat dt { font-family: var(--font-display); font-size: 30px; font-weight: 600; color: var(--ink); letter-spacing: -.02em; margin: 0; }
.stat dd { font-size: 13px; color: var(--muted); margin: 2px 0 0; }
.stat dt .u { color: var(--accent); }

/* Hero visual card */
.hero-visual { position: relative; }
.hero-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow-lg);
  padding: 26px;
  overflow: hidden;
}
.hero-card .art { width: 100%; height: auto; display: block; }
.hero-float {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 11px 15px;
  display: flex; align-items: center; gap: 11px;
  font-size: 13px;
  animation: floaty 7s ease-in-out infinite alternate;
}
.hero-float .ico { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; flex: none; }
.hero-float strong { display: block; font-family: var(--font-display); font-size: 14.5px; color: var(--ink); }
.hero-float span { color: var(--faint); font-size: 12px; }
.hero-float.f1 { left: -26px; top: 40px; animation-delay: 0s; }
.hero-float.f2 { right: -22px; bottom: 56px; animation-delay: 1.6s; }
.hero-float .ico.green { background: var(--brand-tint); color: var(--brand-strong); }
.hero-float .ico.amber { background: var(--accent-soft); color: var(--accent); }
@keyframes floaty { from { transform: translateY(-6px); } to { transform: translateY(7px); } }

/* ---------- Logo / partner strip ---------- */
.trust-strip { padding: 36px 0; border-block: 1px solid var(--line); background: var(--white); }
.trust-strip .container { display: flex; align-items: center; gap: 38px; flex-wrap: wrap; justify-content: center; }
.trust-strip .label { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); }
.logo-row { display: flex; align-items: center; gap: 30px 46px; flex-wrap: wrap; justify-content: center; }
/* real partner logos (full colour, normalised by height) */
.logo-img {
  height: 40px; width: auto; max-width: 150px;
  object-fit: contain; display: block;
  opacity: .9; transition: opacity .25s ease, transform .25s ease;
}
.logo-img:hover { opacity: 1; transform: translateY(-2px); }
.logo-img.is-ms, .logo-img.is-aws, .logo-img.is-cert { mix-blend-mode: multiply; }   /* dark/orange-on-light logos: drop any white box on light backgrounds */
.logo-img.is-cert { max-width: 180px; }   /* wider SAP-certified text badge */

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 28px;
  box-shadow: var(--shadow-sm);
  transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s ease, border-color .3s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--line-2); }
.card h3 { font-size: 21px; margin: 0 0 10px; }
.card p { color: var(--muted); font-size: 15.5px; margin: 0; }

.card-ico {
  width: 50px; height: 50px; border-radius: 14px;
  display: grid; place-items: center; margin-bottom: 20px;
  background: var(--brand-tint); color: var(--brand-strong);
  border: 1px solid rgba(19, 102, 196, .18);
}
.card-ico svg { width: 25px; height: 25px; }
.card-ico.amber { background: var(--accent-soft); color: var(--accent); border-color: rgba(200, 127, 42, .2); }

.card-link {
  display: inline-flex; align-items: center; gap: 7px;
  margin-top: 18px; font-weight: 600; font-size: 14.5px; color: var(--brand-strong);
  text-decoration: none;
}
.card-link svg { width: 16px; height: 16px; transition: transform .25s ease; }
.card:hover .card-link svg { transform: translateX(3px); }

/* solution card — larger, numbered */
.sol-card { display: flex; flex-direction: column; }
.sol-card .num {
  font-family: var(--font-display); font-size: 15px; font-weight: 600;
  color: var(--accent); letter-spacing: .06em; margin-bottom: 14px;
}
.sol-card ul { list-style: none; margin: 18px 0 0; padding: 0; }
.sol-card .card-link { margin-top: auto; padding-top: 18px; }

/* feature tile (compact) */
.tile { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 24px; box-shadow: var(--shadow-sm); }
.tile h4 { font-size: 17.5px; margin: 0 0 8px; }
.tile p { font-size: 14.5px; color: var(--muted); margin: 0; }
.tile .card-ico { width: 42px; height: 42px; margin-bottom: 16px; border-radius: 12px; }
.tile .card-ico svg { width: 21px; height: 21px; }

/* ---------- Check list ---------- */
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { position: relative; padding: 6px 0 6px 32px; color: var(--text); font-size: 15.5px; }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 20px; height: 20px; border-radius: 50%;
  background:
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m4.5 8.5 2.5 2.5 4.5-5.5" fill="none" stroke="%230e7c6b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center / 14px no-repeat,
    var(--brand-tint);
  border: 1px solid rgba(19, 102, 196, .3);
}
.check-list.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 30px; }

/* ---------- Split feature (image + text) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.flip .split-media { order: 2; }
.split-media {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 22px; overflow: hidden;
}
.split-media svg, .split-media img { border-radius: 12px; width: 100%; height: auto; }
.split h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }

/* ---------- Steps / process ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding-top: 18px; border-top: 2px solid var(--line); }
.step .n {
  font-family: var(--font-display); font-size: 40px; font-weight: 560;
  color: var(--ink); line-height: 1; margin-bottom: 12px;
  display: block;
}
.step .n b { color: var(--brand); font-weight: 560; }
.step h4 { font-size: 18px; margin: 0 0 6px; }
.step p { font-size: 14.5px; color: var(--muted); margin: 0; }

/* ---------- Stats band ---------- */
.statband { background: var(--grad-deep); color: #dfe9f8; border-radius: 28px; padding: 56px clamp(28px, 5vw, 64px); position: relative; overflow: hidden; }
.statband::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px circle at 85% 0%, rgba(42, 134, 224,.25), transparent 60%); pointer-events: none; }
.statband-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.bigstat dt { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 560; color: #fff; letter-spacing: -.02em; margin: 0; line-height: 1; }
.bigstat dt .u { color: #7cb8ef; }
.bigstat dd { font-size: 14.5px; color: rgba(223, 231, 247, .72); margin: 12px 0 0; }

/* ---------- Architecture diagram ---------- */
.arch { display: grid; grid-template-columns: 1fr auto 1.1fr auto 1fr; gap: 16px; align-items: center; }
.arch-col { display: grid; gap: 14px; align-content: center; }
.arch-col.targets { grid-auto-rows: 1fr; }
.arch-box { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 18px 18px 16px; box-shadow: var(--shadow-sm); }
.arch-box h4 { font-size: 15.5px; margin: 0 0 3px; }
.arch-box p { font-size: 12px; color: var(--faint); margin: 0 0 10px; }
.arch-box:has(.arch-chips:only-child) p { margin: 0; }
.arch-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.arch-chips span { font-size: 11px; font-weight: 600; color: var(--muted); background: var(--paper-2); border: 1px solid var(--line); border-radius: 7px; padding: 3px 9px; }
.arch-box.hub { border-color: rgba(19, 102, 196, .4); background: linear-gradient(150deg, #ffffff, var(--brand-tint)); box-shadow: var(--shadow); }
.arch-box.hub h4 { color: var(--brand-strong); }
.arch-box.target { border-color: rgba(19, 102, 196, .28); }
.arch-flow { display: grid; justify-items: center; gap: 6px; color: var(--brand); }
.arch-flow-label { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); white-space: nowrap; }
.arch-arrow { width: 44px; height: 22px; }

/* ---------- Spec table ---------- */
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; margin: 0; border-top: 1px solid var(--line); }
.spec-row { display: grid; grid-template-columns: 200px 1fr; gap: 16px; padding: 16px 4px; border-bottom: 1px solid var(--line); }
.spec-row dt { font-weight: 600; font-size: 14.5px; color: var(--ink); margin: 0; }
.spec-row dd { font-size: 14.5px; color: var(--muted); margin: 0; }

/* ---------- Quote / testimonial ---------- */
.quote { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 48px clamp(28px, 5vw, 56px); position: relative; }
.quote .mark { font-family: var(--font-display); font-size: 80px; line-height: .6; color: var(--brand-300); margin-bottom: 6px; }
.quote blockquote { font-family: var(--font-display); font-size: clamp(1.3rem, 2.4vw, 1.85rem); font-weight: 460; line-height: 1.4; color: var(--ink); margin: 0 0 22px; letter-spacing: -.01em; }
.quote figcaption { color: var(--muted); font-size: 14.5px; }
.quote figcaption b { color: var(--ink); font-weight: 600; }

/* ---------- Reference / case cards ---------- */
.case { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease; }
.case:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.case .sector { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--brand-strong); margin-bottom: 14px; }
.case h3 { font-size: 19px; margin: 0 0 10px; }
.case p { color: var(--muted); font-size: 15px; margin: 0 0 18px; }
.case .result { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); display: flex; align-items: baseline; gap: 10px; }
.case .result .v { font-family: var(--font-display); font-size: 30px; font-weight: 600; color: var(--ink); }
.case .result .l { font-size: 13px; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 12px; max-width: 860px; margin-inline: auto; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0 24px; box-shadow: var(--shadow-sm); transition: border-color .25s ease; }
.faq-item[open] { border-color: rgba(19, 102, 196, .35); }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 40px 20px 0; font-family: var(--font-display); font-size: 18px; font-weight: 560; color: var(--ink); position: relative; user-select: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; position: absolute; right: 2px; top: 50%; width: 22px; height: 22px; transform: translateY(-50%);
  background: linear-gradient(var(--brand), var(--brand)) center / 13px 2px no-repeat, linear-gradient(var(--brand), var(--brand)) center / 2px 13px no-repeat;
  transition: transform .3s ease;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item p { color: var(--muted); font-size: 15.5px; padding-bottom: 22px; margin: 0; max-width: 72ch; }

/* ---------- CTA band (dark bookend) ---------- */
.cta { padding: 96px 0 110px; }
.cta-banner { position: relative; text-align: center; background: var(--grad-deep); color: #eaf1fb; border-radius: 30px; padding: 80px 7vw 74px; overflow: hidden; }
.cta-banner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(560px circle at 25% 0%, rgba(42, 134, 224,.3), transparent 60%), radial-gradient(520px circle at 80% 100%, rgba(200,127,42,.14), transparent 60%); pointer-events: none; }
.cta-banner .eyebrow { color: var(--brand-300); justify-content: center; }
.cta-banner .eyebrow::before { background: var(--brand-300); }
.cta-banner h2 { position: relative; color: #fff; font-size: clamp(2rem, 4vw, 3rem); max-width: 22ch; margin-inline: auto; }
.cta-banner h2 em { font-style: normal; font-weight: 700; color: var(--brand-300); }
.cta-banner p { position: relative; color: rgba(231, 239, 251, .8); font-size: 18px; max-width: 60ch; margin: 18px auto 34px; }
.cta-actions { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.cta-banner .btn-ghost { border-color: rgba(255,255,255,.3); color: #fff; }
.cta-banner .btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.cta-small { position: relative; margin: 26px 0 0; font-size: 13px; color: rgba(231, 239, 251, .6); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #c4d2e2; padding: 70px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-name b { color: var(--brand-300); }
.footer-brand p { color: rgba(196, 206, 222, .7); font-size: 14.5px; margin: 16px 0 0; max-width: 38ch; }
.footer-logos { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 20px; background: #fff; border-radius: 12px; padding: 12px 18px; }
.footer-logos img { height: 28px; width: auto; display: block; }
.sap-ready-head { display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; margin-bottom: 14px; }
.cert-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px 16px; box-shadow: 0 6px 20px rgba(15, 29, 51, .06); }
.cert-card img { height: 46px; width: auto; display: block; }
.footer-col h4 { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(196, 206, 222, .55); margin: 0 0 14px; }
.footer-col a { display: block; color: rgba(196, 206, 222, .85); text-decoration: none; font-size: 14.5px; padding: 5px 0; transition: color .2s ease; }
.footer-col a:hover { color: #fff; }
.legal { padding-top: 26px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; }
.legal p { font-size: 12.5px; color: rgba(196, 206, 222, .5); margin: 0; }
.legal a { color: rgba(196, 206, 222, .7); }

/* ---------- Page hero (sub pages) ---------- */
.page-hero { position: relative; padding: calc(var(--header-h) + 64px) 0 30px; overflow: hidden; }
.page-hero .hero-bg { opacity: .8; }
.page-hero .eyebrow { justify-content: flex-start; }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 3.7rem); letter-spacing: -.025em; max-width: 18ch; }
.page-hero h1 em { font-style: normal; font-weight: 700; color: var(--brand-strong); }
.page-hero .lede { max-width: 60ch; margin-top: 6px; color: var(--muted); }
.breadcrumb { font-size: 13px; color: var(--faint); margin-bottom: 18px; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--ink); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.field input, .field textarea, .field select {
  width: 100%; font-family: var(--font-body); font-size: 15px; color: var(--ink);
  background: var(--paper); border: 1px solid var(--line-2); border-radius: 11px; padding: 12px 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(19, 102, 196,.14); }
.field textarea { resize: vertical; min-height: 120px; }
.contact-list { list-style: none; margin: 0; padding: 0; }
.contact-list li { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-list li:last-child { border-bottom: 0; }
.contact-list .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--brand-tint); color: var(--brand-strong); display: grid; place-items: center; flex: none; }
.contact-list .ico svg { width: 21px; height: 21px; }
.contact-list b { display: block; font-family: var(--font-display); font-size: 16px; color: var(--ink); }
.contact-list a, .contact-list span { color: var(--muted); font-size: 14.5px; text-decoration: none; }
.contact-list a:hover { color: var(--brand-strong); }
.form-note { font-size: 12.5px; color: var(--faint); margin: 6px 0 0; }
.hp { position: absolute !important; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-alert { background: #fbe9e7; border: 1px solid #e6b4ab; color: #8a2e22; border-radius: var(--radius-sm); padding: 12px 16px; margin-bottom: 18px; font-size: 14.5px; }
.form-alert a { color: #8a2e22; }
.confirm { max-width: 580px; margin-inline: auto; text-align: center; padding: 46px 32px; }
.confirm-ico { width: 72px; height: 72px; border-radius: 50%; background: var(--brand-tint); color: var(--brand-strong); display: grid; place-items: center; margin: 0 auto 22px; }
.confirm-ico svg { width: 36px; height: 36px; }
.confirm h1 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 12px; }
.confirm .lede { color: var(--muted); margin-bottom: 26px; }

/* ---------- Legal pages ---------- */
.legal-main { padding: calc(var(--header-h) + 56px) 0 90px; }
.legal-main .container { max-width: 820px; }
.legal-main h1 { font-size: clamp(2rem, 4vw, 2.7rem); margin-bottom: 12px; }
.legal-main h2 { font-size: 21px; margin: 40px 0 10px; }
.legal-main p, .legal-main address, .legal-main li { color: var(--text); font-style: normal; font-size: 15.5px; line-height: 1.72; }
.legal-main address { margin-bottom: 1em; }
.legal-note { color: var(--faint); font-size: 13.5px; }
.todo-fill { background: var(--accent-soft); border: 1px dashed rgba(200, 127, 42, .55); border-radius: 6px; padding: 1px 8px; color: #9a5e16; font-size: 92%; white-space: nowrap; }

/* ---------- Scroll reveal ---------- */
html.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1); }
html.js .reveal[data-delay="1"] { transition-delay: .08s; }
html.js .reveal[data-delay="2"] { transition-delay: .16s; }
html.js .reveal[data-delay="3"] { transition-delay: .24s; }
html.js .reveal[data-delay="4"] { transition-delay: .32s; }
html.js .reveal.visible { opacity: 1; transform: none; }

/* ---------- Utilities ---------- */
.mt-0 { margin-top: 0; }
.center { text-align: center; }
.muted { color: var(--muted); }
.divider { height: 1px; background: var(--line); border: 0; margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { max-width: 560px; }
  .hero-float { display: none; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split.flip .split-media { order: 0; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .arch { grid-template-columns: 1fr; }
  .arch-flow { padding: 4px 0; }
  .arch-arrow { transform: rotate(90deg); }
  .statband-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 30px; }
  .spec-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 920px) {
  .nav-links {
    position: fixed; top: var(--header-h); left: 0; right: 0;
    display: none; flex-direction: column; align-items: stretch; gap: 4px;
    background: rgba(244, 243, 238, .98); backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line); padding: 16px min(4vw, 24px) 24px;
    box-shadow: 0 20px 40px rgba(15, 29, 51,.12);
  }
  .nav-open .nav-links { display: flex; }
  .nav-links > a:not(.btn) { padding: 13px 10px; font-size: 16px; }
  .nav-cta { margin: 10px 0 4px; }
  .lang-switch { align-self: flex-start; margin: 6px 0 0; }
  .burger { display: flex; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .section { padding: 74px 0; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .check-list.cols { grid-template-columns: 1fr; }
  .spec-row { grid-template-columns: 1fr; gap: 2px; padding: 13px 2px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 20px; }
  .cta-banner { padding: 60px 6vw 54px; }
}
@media (max-width: 460px) {
  .grid-4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .statband-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .hero-float { animation: none !important; }
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .card, .case { transition: none; }
}
