@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("PlusJakartaSans-Variable.ttf") format("truetype");
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --ink: #111722;
  --ink-soft: #192332;
  --paper: #f3f5f7;
  --card: #ffffff;
  --muted: #667284;
  --line: #dfe4ea;
  --blue: #1769ff;
  --mint: #55d5a5;
  --green: #1b9b62;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
.raiketra-word {
  display: inline-block;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 48px));
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  color: #fff;
}
.brand-stack { display: grid; width: max-content; max-width: min(72vw, 420px); gap: 3px; }
.brand { width: max-content; max-width: 100%; }
.brand-lockup-image { display: block; width: 320px; height: auto; max-width: 100%; }
.brand-claim { margin: -4px 0 0 14px; color: #e5ebf3; font-size: 10.5px; font-weight: 650; letter-spacing: .015em; line-height: 1.35; white-space: nowrap; }
.brand-lockup { display: flex; align-items: center; gap: 11px; white-space: nowrap; }
.brand-symbol { width: 31px; height: 46px; object-fit: contain; flex: 0 0 auto; }
.brand-copy { display: grid; gap: 4px; text-align: center; }
.brand-copy strong { font-size: 18px; letter-spacing: .19em; font-weight: 600; line-height: 1; }
.brand-copy > span { color: #b8c7d9; font-size: 8px; font-weight: 600; letter-spacing: .22em; line-height: 1; }
.brand-arrow {
  position: relative;
  display: block;
  width: calc(100% - 7px);
  height: 4px;
  margin-top: 12px;
  background: linear-gradient(90deg,#1769ff 0 3%,transparent 3% 5%,#1f7df6 5% 11%,transparent 11% 14%,#2896e9 14% 23%,transparent 23% 27%,#32aee0 27% 40%,transparent 40% 45%,#43c4c2 45% 63%,transparent 63% 68%,#55d5a5 68% 100%);
  border-radius: 5px;
}
.brand-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #55d5a5;
  border-right: 3px solid #55d5a5;
  transform: rotate(45deg);
}
.header-login {
  padding: 11px 15px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  transition: background .2s ease;
}
.header-login:hover { background: rgba(255,255,255,.1); }

.hero {
  min-height: 820px;
  padding: 170px max(24px, calc((100% - 1180px)/2)) 110px;
  display: grid;
  grid-template-columns: 1.07fr .93fr;
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
  background:
    radial-gradient(circle at 76% 24%, rgba(44,114,210,.2), transparent 26%),
    linear-gradient(135deg, #0d121a 0%, #111a26 55%, #152234 100%);
  color: #fff;
  overflow: hidden;
}
.eyebrow { margin: 0 0 18px; color: #6b86aa; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.eyebrow.light { color: #abc4e5; }
.hero h1 { margin: 0; max-width: 730px; font-size: clamp(42px, 5.1vw, 68px); line-height: 1.04; letter-spacing: -.052em; font-weight: 630; }
.hero h1 em { color: var(--mint); font-style: normal; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: #d1d8e2; font-size: clamp(16px, 1.6vw, 19px); line-height: 1.75; }
.flow-caption { margin: 13px 0 0; color: #8fa0b5; font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 38px; }
.primary-action { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 20px; border-radius: 14px; background: var(--blue); color: #fff; font-size: 13px; font-weight: 800; box-shadow: 0 12px 28px rgba(23,105,255,.2); transition: transform .2s ease, box-shadow .2s ease; }
.primary-action:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(23,105,255,.28); }
.text-action { color: #d6dce4; font-size: 13px; font-weight: 700; }
.text-action span { margin-left: 7px; color: var(--mint); }
.promise-line { display: flex; flex-wrap: wrap; gap: 9px 22px; margin-top: 48px; color: #bdc7d4; font-size: 11px; font-weight: 600; }
.promise-line span { position: relative; }
.promise-line span:not(:last-child)::after { content: ""; position: absolute; right: -12px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: #526174; }

.coach-preview { position: relative; width: min(100%, 470px); justify-self: end; padding: 30px; border-radius: 28px; background: #fff; color: var(--ink); box-shadow: 0 38px 80px rgba(0,0,0,.32); transform: none; }
.coach-preview::before { content: ""; position: absolute; z-index: -1; inset: 18px -18px -18px 18px; border: 1px solid rgba(85,213,165,.25); border-radius: 28px; }
.preview-topline { display: flex; justify-content: space-between; align-items: center; color: #7b8695; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.live-pill { padding: 7px 9px; border-radius: 999px; background: #eaf7f1; color: #1d8259; letter-spacing: .04em; }
.live-pill i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.preview-greeting { margin: 30px 0 3px; color: #7f8996; font-size: 12px; font-weight: 650; }
.coach-preview h2 { margin: 0 0 20px; font-size: clamp(25px, 2.7vw, 34px); letter-spacing: -.04em; }
.preview-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.preview-metrics div { padding: 15px; border-radius: 15px; background: #f4f6f9; }
.preview-metrics small, .preview-metrics strong { display: block; }
.preview-metrics small { color: #8792a1; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.preview-metrics strong { margin-top: 5px; font-size: 18px; }
.preview-zones { display: grid; gap: 8px; margin-top: 15px; }
.preview-zone { padding: 13px 15px; border-radius: 14px; background: #172230; color: #fff; }
.preview-zone span { display: block; font-size: 12px; }
.preview-zone span b { margin-right: 8px; color: #8fa1b8; font-size: 9px; letter-spacing: .1em; }
.preview-zone i { display: block; height: 5px; margin-top: 9px; border-radius: 9px; background: #334052; overflow: hidden; }
.preview-zone i b { display: block; height: 100%; border-radius: 9px; background: linear-gradient(90deg, #2478ff, var(--mint)); }
.preview-zone.climb { background: #202b39; }
.preview-plan { margin-top: 11px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.preview-plan div { display: grid; grid-template-columns: 108px 1fr; gap: 10px; padding: 10px 12px; }
.preview-plan div + div { border-top: 1px solid var(--line); }
.preview-plan strong { color: #344154; font-size: 9px; line-height: 1.4; }
.preview-plan span { color: #667284; font-size: 9px; line-height: 1.45; }
.preview-extras { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.preview-extras span { padding: 6px 8px; border-radius: 999px; font-size: 8px; font-weight: 800; }
.preview-fueling { background: #edf4ff; color: #2b61a5; }
.preview-adaptive { background: #eaf7f1; color: #1c7955; }
.preview-reason { margin: 13px 2px; color: #5d6877; font-size: 10px; line-height: 1.5; }
.preview-reason strong { display: block; margin-bottom: 3px; color: #263140; }
.preview-feedback { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.preview-feedback span { padding: 11px; border: 1px solid var(--line); border-radius: 11px; color: #536071; text-align: center; font-size: 10px; font-weight: 800; }
.preview-feedback span:first-child { border-color: #1a6aff; background: #1a6aff; color: #fff; }
.preview-learning-proof { margin: 13px 0; padding: 14px; border-radius: 15px; background: #111c2a; color: #fff; border: 1px solid rgba(85,213,165,.45); }
.preview-learning-proof > div:first-child { display: flex; justify-content: space-between; gap: 8px; color: #78d8ba; font-size: 7px; font-style: normal; font-weight: 900; letter-spacing: .08em; }
.preview-learning-proof > strong { display: block; margin-top: 8px; font-size: 11px; line-height: 1.35; }
.preview-learning-proof > p { margin: 5px 0; color: #c7d1de; font-size: 9px; line-height: 1.45; }
.preview-learning-proof > small { color: #78d8ba; font-size: 8px; font-weight: 750; }
.preview-learning-proof > div:last-child { display: grid; grid-template-columns: 95px 1fr; gap: 8px; margin-top: 9px; padding-top: 9px; border-top: 1px solid rgba(255,255,255,.12); }
.preview-learning-proof em { color: #8fa0b5; font-size: 7px; font-style: normal; font-weight: 900; letter-spacing: .07em; }
.preview-learning-proof div:last-child span { font-size: 8px; line-height: 1.4; }

/* Verdichtete Produktansicht der heutigen Empfehlung – Markenfarben statt Statusorange. */
.coach-preview { padding: 27px; border: 1px solid rgba(85,213,165,.45); background: linear-gradient(145deg,#172d49 0%,#13283f 54%,#132536 100%); color: #fff; box-shadow: 0 38px 80px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.1); }
.recommendation-topline,.recommendation-meta,.recommendation-why > div,.recommendation-dialog > div { display:flex; justify-content:space-between; align-items:center; gap:10px; }
.recommendation-topline { color:#b9cae1; font-size:8px; font-weight:900; letter-spacing:.11em; }
.recommendation-topline b { color:#6fe0b7; font-size:8px; }
.recommendation-zone { display:inline-block; margin-top:18px; padding:6px 8px; border:1px solid rgba(255,255,255,.19); border-radius:999px; color:#d4e4f8; font-size:8px; font-weight:800; }
.coach-preview h2 { margin:13px 0 4px; color:#fff; font-size:clamp(25px,2.7vw,33px); }
.recommendation-meta { color:#c9d9e9; font-size:12px; }.recommendation-meta strong { color:#fff; font-size:14px; }
.recommendation-prescription { margin:16px 0 11px; padding:14px; border-radius:13px; background:rgba(6,17,31,.32); color:#e2eaf3; font-size:11px; line-height:1.55; }
.recommendation-tags { display:flex; flex-wrap:wrap; gap:6px; }.recommendation-tags span { padding:5px 7px; border-radius:999px; background:rgba(85,213,165,.14); color:#a7ecd4; font-size:8px; font-weight:800; }
.recommendation-why { margin-top:15px; padding:15px; border:1px solid rgba(173,207,239,.27); border-radius:14px; background:rgba(255,255,255,.055); }.recommendation-why strong,.recommendation-dialog > strong { font-size:8px; letter-spacing:.1em; }.recommendation-why > div span { color:#bcd0e5; font-size:7px; font-weight:800; }.recommendation-why ul { margin:11px 0 9px; padding-left:17px; color:#dce7f2; font-size:10px; line-height:1.6; }.recommendation-why > b { color:#fff; font-size:10px; }
.recommendation-dialog { margin-top:15px; padding-top:15px; border-top:1px solid rgba(255,255,255,.16); }.recommendation-dialog > span { display:block; margin:6px 0 10px; color:#c6d5e5; font-size:10px; }.recommendation-dialog > div { justify-content:flex-start; flex-wrap:wrap; }.recommendation-dialog b,.recommendation-dialog i { padding:7px 9px; border:1px solid rgba(255,255,255,.3); border-radius:999px; color:#fff; font-size:8px; font-style:normal; }.recommendation-dialog b { border-color:#55d5a5; background:#55d5a5; color:#113042; }

.principle-band { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 58px max(24px, calc((100% - 1180px)/2)); background: #fff; }
.principle-band p { margin: 0; color: #6b7582; font-size: clamp(17px, 2vw, 23px); line-height: 1.45; }
.principle-band strong { color: var(--ink); }

.learning-usp { padding: 105px max(24px, calc((100% - 1180px)/2)); background: #eef2f5; }
.learning-usp-copy { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(35px,7vw,100px); align-items:start; }
.learning-usp-copy h2 { margin: 0; font-size: clamp(34px,4.2vw,56px); line-height: 1.08; letter-spacing: -.045em; }
.learning-usp-copy > p:last-child { margin: 5px 0 0; color: #596677; font-size: 15px; line-height: 1.8; }
.learning-chain { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 52px; }
.learning-chain article { min-height: 230px; padding: 22px; border-radius: 22px; background: #fff; border: 1px solid #dce3ea; box-shadow: 0 18px 42px rgba(29,43,61,.06); }
.learning-chain article:nth-child(3) { background: #172331; color: #fff; border-color: #172331; }
.learning-chain article > span { display: inline-flex; width: 31px; height: 31px; align-items: center; justify-content: center; border-radius: 50%; background: #eaf2ff; color: #1769ff; font-size: 9px; font-weight: 900; }
.learning-chain article:nth-child(3) > span { background: rgba(85,213,165,.16); color: #68dbb4; }
.learning-chain strong { display: block; margin-top: 42px; font-size: 18px; }
.learning-chain p { margin: 9px 0 0; color: #687586; font-size: 12px; line-height: 1.55; }
.learning-chain article:nth-child(3) p { color: #bdc8d4; }

.product-view {
  padding: 120px max(24px, calc((100% - 1180px)/2));
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(55px, 8vw, 110px);
  align-items: center;
  background: #e9edf2;
}
.product-view-copy h2 { margin: 0; font-size: clamp(36px, 4.4vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.product-view-copy > p:not(.eyebrow) { max-width: 510px; margin: 27px 0 0; color: #5e6978; font-size: 14px; line-height: 1.8; }
.product-view-note { display: inline-flex; align-items: center; gap: 10px; margin-top: 27px; padding: 10px 13px; border: 1px solid #d3dae3; border-radius: 999px; background: rgba(255,255,255,.58); color: #667284; font-size: 10px; font-weight: 750; }
.product-view-note i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }
.product-demo { display: grid; gap: 14px; width: min(100%, 650px); justify-self: end; }
.demo-coach-card, .demo-performance-card { border-radius: 28px; background: #141d2a; color: #fff; box-shadow: 0 26px 65px rgba(24,35,49,.16); }
.demo-coach-card { position: relative; padding: 28px 30px; overflow: hidden; }
.demo-coach-card::after { content: "↻"; position: absolute; top: 50%; right: 30px; width: 52px; height: 52px; transform: translateY(-50%); display: grid; place-items: center; border: 1px solid #495568; border-radius: 50%; background: #222d3d; color: #fff; font-size: 31px; line-height: 1; box-shadow: inset 0 0 0 2px rgba(255,255,255,.04); }
.demo-lockup-image { display: block; width: 190px; max-width: calc(100% - 82px); height: auto; }
.demo-promise { display: block; margin-top: 20px; font-size: 17px; }
.demo-coach-card > p { margin: 5px 85px 20px 0; color: #b8c2d0; font-size: 11px; line-height: 1.55; }
.demo-coach-card h3 { margin: 0; font-size: 26px; font-weight: 500; letter-spacing: .03em; }
.demo-coach-card > small { display: block; margin-top: 5px; color: #aeb9c8; font-size: 10px; }
.demo-performance-card { padding: 30px; }
.demo-performance-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.demo-performance-head span { color: #8ca3c4; font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.demo-performance-head h3 { margin: 7px 0 0; font-size: clamp(26px, 3.2vw, 36px); letter-spacing: -.035em; }
.demo-performance-head > strong { font-size: 53px; line-height: .9; }
.demo-performance-head > strong small { margin-left: 4px; color: #aeb8c6; font-size: 15px; font-weight: 500; }
.demo-countdown { display: inline-flex; margin-top: 24px; padding: 9px 12px; border: 1px solid #596679; border-radius: 999px; color: #d0d8e4; font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.demo-progress { height: 8px; margin-top: 22px; border-radius: 999px; background: #303c4d; overflow: hidden; }
.demo-progress i { display: block; width: 82%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2478ff, var(--mint)); }
.demo-meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; color: #aeb8c6; font-size: 11px; }
.demo-meta strong { color: #fff; }
.demo-levels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 22px; }
.demo-levels div { min-height: 88px; padding: 13px 9px; display: grid; place-content: center; text-align: center; border-radius: 15px; background: #263242; }
.demo-levels span { min-height: 29px; color: #aeb9c8; font-size: 9px; line-height: 1.35; }
.demo-levels strong { margin-top: 4px; font-size: 21px; }
.demo-levels div:last-child strong { font-size: 12px; }
.demo-performance-card > p { margin: 22px 0 0; }
.demo-performance-card > p strong, .demo-performance-card > p span { display: block; }
.demo-performance-card > p strong { font-size: 11px; }
.demo-performance-card > p span { margin-top: 6px; color: #91a0b3; font-size: 9px; line-height: 1.5; }


.integration-story {
  padding: 105px max(24px, calc((100% - 1180px)/2));
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(50px, 8vw, 100px);
  align-items: center;
  background: #fff;
}
.integration-story-copy h2 { margin: 0; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.integration-story-copy > p:not(.eyebrow) { max-width: 530px; margin: 25px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.integration-story-copy > small { display: block; margin-top: 18px; color: #7b8796; font-size: 10px; font-weight: 700; }
.measurement-notes { display: grid; gap: 9px; margin-top: 22px; }
.measurement-notes article { padding: 13px 14px; border: 1px solid #d9e0e8; border-radius: 14px; background: #f6f8fa; }
.measurement-notes strong, .measurement-notes span { display: block; }
.measurement-notes strong { color: #2c3948; font-size: 10px; }
.measurement-notes span { margin-top: 5px; color: #697586; font-size: 9px; line-height: 1.5; }
.measurement-notes .measurement-baseline { border-color: rgba(23,105,255,.2); background: #f1f6ff; }
.measurement-notes .measurement-baseline strong { color: #245a9f; }
.integration-board { padding: 26px; border-radius: 26px; background: #151f2c; color: #fff; box-shadow: 0 26px 60px rgba(25,36,51,.16); }
.integration-board-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-bottom: 19px; border-bottom: 1px solid #303c4c; }
.integration-board-head span { color: #a8b7c9; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.integration-board-head span i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(85,213,165,.1); }
.integration-board-head > strong { padding: 7px 9px; border-radius: 999px; background: rgba(85,213,165,.1); color: var(--mint); font-size: 8px; letter-spacing: .04em; }
.integration-group { display: grid; grid-template-columns: 125px 1fr; gap: 18px; align-items: start; padding: 18px 0; border-bottom: 1px solid #2b3746; }
.integration-group:last-child { padding-bottom: 0; border-bottom: 0; }
.integration-group > span { padding-top: 9px; color: #8e9caf; font-size: 9px; font-weight: 750; }
.integration-group > div { display: flex; flex-wrap: wrap; gap: 8px; }
.integration-group > div > strong { display: inline-flex; align-items: center; min-height: 34px; padding: 9px 11px; border: 1px solid #394758; border-radius: 11px; background: #202c3b; font-size: 10px; }
.integration-group em { margin-left: 7px; color: #91a0b3; font-size: 7px; font-style: normal; font-weight: 650; }
.integration-group.preparing > div > strong { background: #1b2634; color: #c1cad6; }

.section { max-width: 1180px; margin: 0 auto; padding: 120px 24px; }
.section-intro h2, .security-copy h2, .pilot-card h2 { margin: 0; font-size: clamp(35px, 4.5vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 58px; }
.step-card { position: relative; min-height: 300px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 18px 48px rgba(25,35,50,.05); }
.step-card:nth-child(2) { transform: translateY(22px); }
.step-card:nth-child(3) { transform: translateY(44px); }
.step-number { position: absolute; top: 22px; right: 24px; color: #e4e8ed; font-size: 32px; font-weight: 700; }
.step-card > span { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.step-card h3 { max-width: 290px; margin: 54px 0 15px; font-size: 21px; line-height: 1.35; }
.step-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.security-section { padding: 120px max(24px, calc((100% - 1180px)/2)); background: #131c28; color: #fff; }
.security-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 50px 90px; align-items: end; }
.security-copy > p:not(.eyebrow) { margin: 0; color: #cbd4df; font-size: 15px; line-height: 1.8; }
.security-status { grid-column: 1 / -1; display: inline-flex; width: fit-content; align-items: center; gap: 13px; padding: 12px 15px; border: 1px solid rgba(85,213,165,.25); border-radius: 14px; background: rgba(85,213,165,.08); }
.security-status > i { width: 10px; height: 10px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(85,213,165,.1); }
.security-status span, .security-status strong, .security-status small { display: block; }
.security-status strong { color: #dce9e4; font-size: 11px; }
.security-status small { margin-top: 3px; color: #b9c9c3; font-size: 9px; }
.security-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 44px; }
.security-grid article { padding: 25px; border: 1px solid #2b394a; border-radius: 18px; background: #182331; }
.security-grid span { color: #5f7590; font-size: 10px; font-weight: 900; }
.security-grid h3 { margin: 28px 0 10px; font-size: 17px; }
.security-grid p { margin: 0; color: #bec9d6; font-size: 12px; line-height: 1.65; }
.security-note { margin: 24px 0 0; max-width: 850px; color: #aebac9; font-size: 10px; line-height: 1.6; }

.pilot-section { padding-top: 100px; padding-bottom: 100px; }
.pilot-card { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; padding: clamp(32px, 6vw, 70px); border-radius: 30px; background: #fff; box-shadow: 0 22px 58px rgba(27,39,55,.08); }
.pilot-card > div > p:not(.eyebrow) { max-width: 650px; margin: 26px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.pilot-card ul { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.pilot-card li { position: relative; padding-left: 23px; color: #394655; font-size: 12px; font-weight: 650; }
.pilot-card li::before { content: ""; position: absolute; left: 0; top: 5px; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); }
.pilot-card aside { align-self: stretch; padding: 25px; border-radius: 22px; background: #151f2c; color: #fff; }
.pilot-badge { display: inline-block; padding: 7px 9px; border-radius: 999px; background: rgba(85,213,165,.12); color: var(--mint); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.pilot-card aside h3 { margin: 55px 0 20px; font-size: 21px; line-height: 1.35; }
.pilot-card aside .primary-action { width: 100%; }
.pilot-card aside small { display: block; margin-top: 16px; color: #b7c2d0; font-size: 9px; line-height: 1.5; text-align: center; }

footer { padding: 58px max(24px, calc((100% - 1180px)/2)); background: #0d131c; color: #fff; }
.footer-logo { width: max-content; max-width: 100%; }
.footer-lockup-image { display: block; width: 200px; max-width: 100%; height: auto; }
footer > p { margin: 17px 0 35px; color: #c2cbd7; font-size: 13px; }
footer nav { display: flex; justify-content: space-between; gap: 25px; padding: 20px 0; border-top: 1px solid #26303d; border-bottom: 1px solid #26303d; color: #aeb9c7; font-size: 10px; }
footer nav a { color: #bdc7d3; font-weight: 750; }
.legal-links { display: flex; flex-wrap: wrap; gap: 18px; }
.legal-page { min-height: 100vh; background: #f1f3f6; color: var(--ink); }
.legal-header { position: static; width: 100%; padding: 28px max(24px, calc((100% - 980px)/2)); background: #0d131c; }
.legal-header .brand { color: #fff; }
.legal-header .brand-copy > span { color: #aeb9c7; }
.legal-header .legal-back { margin-left: auto; color: #cbd4df; font-size: 10px; font-weight: 750; }
.legal-shell { width: min(100% - 40px, 980px); margin: 0 auto; padding: 75px 0 95px; }
.legal-intro { padding-bottom: 35px; border-bottom: 1px solid #d8dee6; }
.legal-intro h1 { margin: 10px 0 0; font-size: clamp(42px, 6vw, 72px); letter-spacing: -.05em; }
.legal-intro > p:last-child { max-width: 720px; margin: 20px 0 0; color: #5e6978; font-size: 14px; line-height: 1.75; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 34px; }
.legal-card { padding: 28px; border: 1px solid #dce2e9; border-radius: 20px; background: #fff; box-shadow: 0 16px 45px rgba(25,35,50,.04); }
.legal-card.full { grid-column: 1 / -1; }
.legal-card h2 { margin: 0 0 15px; font-size: 20px; letter-spacing: -.02em; }
.legal-card h3 { margin: 24px 0 8px; font-size: 14px; }
.legal-card p, .legal-card li, .legal-card address { margin: 0; color: #5f6b7a; font-size: 12px; line-height: 1.75; font-style: normal; }
.legal-card p + p { margin-top: 12px; }
.legal-card ul { margin: 10px 0 0; padding-left: 18px; }
.legal-card a { color: #1769ff; font-weight: 750; }
.legal-note { margin-top: 18px; padding: 17px 19px; border: 1px solid rgba(23,105,255,.18); border-radius: 15px; background: #edf4ff; color: #425a78; font-size: 11px; line-height: 1.65; }
.legal-footer { padding: 35px max(24px, calc((100% - 980px)/2)); }
.contact-shell { width: min(100% - 40px, 1080px); }
.contact-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 16px; margin-top: 34px; align-items: start; }
.contact-explain { margin-bottom: 24px !important; }
.contact-form { display: grid; gap: 16px; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form label > span { display: block; margin-bottom: 7px; color: #425061; font-size: 10px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d5dce5; border-radius: 12px; background: #f8f9fb; color: #15202e; font: inherit; font-size: 12px; outline: none; }
.contact-form input, .contact-form select { min-height: 45px; padding: 0 13px; }
.contact-form textarea { padding: 13px; resize: vertical; line-height: 1.55; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #1769ff; box-shadow: 0 0 0 3px rgba(23,105,255,.1); }
.contact-check { display: grid !important; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; }
.contact-check input { width: 17px; min-height: 17px; margin-top: 1px; }
.contact-check span { margin: 0 !important; color: #647182 !important; font-weight: 600 !important; line-height: 1.55; }
.contact-check a { color: #1769ff; }
.contact-warning { padding: 11px 13px; border-radius: 11px; background: #f4f6f8; color: #6b7685; font-size: 9px; line-height: 1.5; }
.contact-submit { width: 100%; border: 0; cursor: pointer; }
.contact-aside { padding: 28px; border-radius: 20px; background: #151f2c; color: #fff; }
.contact-aside > span { color: #55d5a5; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.contact-aside h2 { margin: 45px 0 12px; font-size: 22px; }
.contact-aside p { margin: 0; color: #b9c4d1; font-size: 12px; line-height: 1.6; }
.contact-aside > a { display: block; margin-top: 20px; color: #fff; font-size: 14px; font-weight: 800; }
.contact-aside small { display: block; margin-top: 45px; color: #95a4b6; font-size: 9px; line-height: 1.55; }
footer > small { display: block; margin-top: 22px; color: #98a6b7; font-size: 9px; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; padding-top: 176px; }
  .coach-preview { justify-self: center; transform: none; }
  .product-view { grid-template-columns: 1fr; gap: 45px; }
  .learning-usp-copy { grid-template-columns: 1fr; gap: 20px; }
  .learning-chain { grid-template-columns: repeat(2,1fr); }
  .product-demo { justify-self: center; width: min(100%, 650px); }
  .integration-story { grid-template-columns: 1fr; gap: 42px; }
  .integration-board { width: min(100%, 650px); justify-self: center; }
  .security-copy { grid-template-columns: 1fr; gap: 24px; }
  .security-status { grid-column: 1; }
  .pilot-card { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 620px) {
  .site-header { width: calc(100% - 32px); padding-top: 20px; }
  .brand-stack { max-width: calc(100% - 50px); }
  .brand { width: max-content; max-width: 100%; }
  .brand-lockup-image { width: 224px; }
  .brand-claim { margin-top: -3px; margin-left: 9px; max-width: 240px; font-size: 8.2px; white-space: normal; }
  .brand-lockup { gap: 7px; }
  .brand-symbol { width: 25px; height: 38px; }
  .brand-copy strong { font-size: 14px; letter-spacing: .15em; }
  .brand-copy > span { font-size: 6px; letter-spacing: .18em; }
  .header-login { padding: 9px 10px; font-size: 0; }
  .header-login span { font-size: 15px; }
  .hero { min-height: 0; padding: 168px 20px 80px; gap: 55px; }
  .hero h1 { font-size: 49px; }
  .hero-lead { font-size: 15px; }
  .promise-line { display: grid; gap: 6px; }
  .promise-line span::after { display: none; }
  .coach-preview { padding: 22px; border-radius: 22px; }
  .principle-band { grid-template-columns: 1fr; gap: 14px; padding: 42px 24px; }
  .learning-usp { padding: 78px 20px; }
  .learning-chain { grid-template-columns: 1fr; margin-top: 34px; }
  .learning-chain article { min-height: auto; }
  .learning-chain strong { margin-top: 24px; }
  .product-view { padding: 85px 20px; }
  .demo-coach-card, .demo-performance-card { padding: 22px; border-radius: 22px; }
  .demo-coach-card::after { right: 20px; width: 44px; height: 44px; font-size: 27px; }
  .demo-promise { font-size: 14px; }
  .demo-coach-card > p { margin-right: 58px; }
  .demo-coach-card h3 { font-size: 23px; }
  .demo-performance-head > strong { font-size: 43px; }
  .demo-meta { flex-direction: column; gap: 7px; }
  .demo-levels { grid-template-columns: repeat(2, 1fr); }
  .integration-story { padding: 85px 20px; }
  .integration-board { padding: 21px; border-radius: 22px; }
  .integration-board-head { align-items: flex-start; flex-direction: column; }
  .integration-group { grid-template-columns: 1fr; gap: 9px; }
  .integration-group > span { padding-top: 0; }
  .section { padding: 85px 20px; }
  .steps { grid-template-columns: 1fr; margin-top: 40px; }
  .step-card:nth-child(2), .step-card:nth-child(3) { transform: none; }
  .security-section { padding: 85px 20px; }
  .security-grid { grid-template-columns: 1fr; }
  .security-status { width: 100%; }
  .pilot-card { padding: 27px 20px; border-radius: 22px; }
  footer { padding: 45px 22px; }
  footer nav { flex-direction: column; }
  .legal-header { padding: 22px 20px; }
  .legal-header .brand-copy > span { display: block; }
  .legal-shell { width: min(100% - 32px, 980px); padding: 55px 0 75px; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-card.full { grid-column: auto; }
  .legal-card { padding: 22px; }
  .contact-layout, .contact-fields { grid-template-columns: 1fr; }
}

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