:root {
  --navy: #071827;
  --navy-2: #0b1f33;
  --teal: #12b8a6;
  --cyan: #6ed7e8;
  --bg: #f6f8fb;
  --surface: #ffffff;
  --text: #102033;
  --muted: #5d6b7a;
  --border: #dce5ee;
  --shadow: 0 24px 70px rgba(7, 24, 39, 0.1);
  --radius: 28px;
  --max: 1120px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(110, 215, 232, 0.18), transparent 28rem),
    linear-gradient(180deg, #fbfcfe 0%, var(--bg) 48%, #eef4f8 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7, 24, 39, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 24, 39, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.7), transparent 70%);
}

a { color: inherit; text-decoration: none; }

a:focus-visible {
  outline: 3px solid rgba(18, 184, 166, 0.72);
  outline-offset: 4px;
  border-radius: 10px;
}

.site-header {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.brand {
  font-weight: 760;
  letter-spacing: -0.03em;
  color: var(--navy);
  font-size: 1.12rem;
}

.language-switch,
.language-choice {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.language-switch a,
.language-choice a {
  padding: 8px 10px;
  border-radius: 999px;
}

.language-switch a:hover,
.language-choice a:hover,
.language-switch .active {
  color: var(--navy);
  background: rgba(18, 184, 166, 0.12);
}

.section-shell {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.8fr);
  gap: 54px;
  align-items: center;
  padding: 72px 0 86px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: #0c8f84;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
}

h1, h2 { margin: 0; color: var(--navy); line-height: 1.05; letter-spacing: -0.055em; }
h1 { max-width: 790px; font-size: clamp(3rem, 8vw, 6.8rem); }
h2 { font-size: clamp(2rem, 4.4vw, 4rem); }

.lead {
  max-width: 660px;
  margin: 28px 0 0;
  color: #405164;
  font-size: clamp(1.12rem, 2vw, 1.36rem);
}

.quiet-note {
  display: inline-flex;
  margin: 24px 0 0;
  padding: 10px 14px;
  border: 1px solid rgba(18, 184, 166, 0.25);
  border-radius: 999px;
  color: var(--navy-2);
  background: rgba(255,255,255,0.72);
  font-size: 0.95rem;
}

.hero-visual {
  min-height: 470px;
  border: 1px solid rgba(220, 229, 238, 0.95);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255,255,255,0.96), rgba(239,246,249,0.78));
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 28px;
  background: radial-gradient(circle at 70% 40%, rgba(18,184,166,0.18), transparent 13rem);
  border: 1px solid rgba(220,229,238,0.72);
}

.artifact-cloud span,
.workspace-grid span {
  position: absolute;
  display: block;
  border: 1px solid rgba(93, 107, 122, 0.2);
  border-radius: 16px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 14px 40px rgba(7,24,39,0.08);
}

.artifact-cloud span:nth-child(1) { width: 86px; height: 52px; left: 38px; top: 74px; }
.artifact-cloud span:nth-child(2) { width: 118px; height: 68px; left: 96px; top: 164px; }
.artifact-cloud span:nth-child(3) { width: 74px; height: 44px; left: 44px; bottom: 112px; }
.artifact-cloud span:nth-child(4) { width: 92px; height: 58px; left: 188px; top: 72px; opacity: .82; }
.artifact-cloud span:nth-child(5) { width: 64px; height: 40px; left: 216px; bottom: 74px; opacity: .75; }

.flow-line {
  position: absolute;
  left: 47%;
  top: 96px;
  bottom: 96px;
  width: 2px;
  background: linear-gradient(var(--cyan), var(--teal));
  opacity: 0.75;
}

.workspace-grid span { border-color: rgba(18,184,166,0.28); }
.workspace-grid span:nth-child(1) { width: 96px; height: 74px; right: 142px; top: 98px; }
.workspace-grid span:nth-child(2) { width: 96px; height: 74px; right: 38px; top: 98px; }
.workspace-grid span:nth-child(3) { width: 96px; height: 74px; right: 142px; top: 182px; }
.workspace-grid span:nth-child(4) { width: 96px; height: 74px; right: 38px; top: 182px; }
.workspace-grid span:nth-child(5) { width: 96px; height: 74px; right: 142px; top: 266px; }
.workspace-grid span:nth-child(6) { width: 96px; height: 74px; right: 38px; top: 266px; }

.intro-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 52px;
  align-items: start;
  padding: 78px 0;
}

.text-panel,
.panel,
.roadmap-card,
.positioning,
.choice-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.84);
  box-shadow: 0 18px 54px rgba(7,24,39,0.07);
}

.text-panel { padding: 34px; color: #405164; font-size: 1.08rem; }
.text-panel p:first-child { margin-top: 0; }
.text-panel p:last-child { margin-bottom: 0; }

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  padding: 46px 0 24px;
}

.panel { padding: clamp(28px, 4vw, 46px); }

.curated-panel {
  background:
    radial-gradient(circle at 92% 12%, rgba(110, 215, 232, 0.2), transparent 13rem),
    linear-gradient(145deg, rgba(255,255,255,0.94), rgba(244,249,250,0.9));
  display: grid;
  gap: 24px;
}

.curated-copy {
  color: #405164;
  font-size: 1.02rem;
}

.curated-copy p:first-child { margin-top: 0; }

.scope-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
}

.scope-list li {
  padding: 8px 12px;
  border: 1px solid rgba(18, 184, 166, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy-2);
  font-size: 0.9rem;
  font-weight: 650;
}

.not-section { padding: 0 0 78px; }

.not-section .panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 28px;
  align-items: start;
}

.not-section .not-list { margin-top: 4px; }
.panel-primary { background: linear-gradient(145deg, var(--navy), #0d2b45); color: rgba(255,255,255,0.78); border-color: rgba(110,215,232,0.16); }
.panel-primary h2, .panel-primary .section-kicker { color: #fff; }
.panel-primary .section-kicker { color: var(--cyan); }
.panel-muted { background: rgba(255,255,255,0.78); }

.feature-list,
.not-list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
}

.feature-list li,
.not-list li {
  position: relative;
  padding-left: 30px;
}

.feature-list li::before,
.not-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--teal);
}

.not-list li::before { background: transparent; border: 2px solid #9aabba; }

.roadmap { padding: 22px 0 78px; }
.roadmap-card { padding: clamp(34px, 5vw, 60px); background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(240,248,249,0.9)); }
.roadmap-card p:last-child, .positioning p { max-width: 850px; color: #405164; font-size: 1.16rem; }

.positioning { margin-bottom: 82px; padding: clamp(36px, 6vw, 68px); text-align: center; }
.positioning p { margin-left: auto; margin-right: auto; }

.site-footer {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 48px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.site-footer p { margin: 0; }
.footer-note { font-size: 0.92rem; }

.choice-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}
.choice-card { width: min(560px, 100%); padding: 44px; text-align: center; }
.choice-card h1 { font-size: clamp(3rem, 12vw, 5.6rem); }
.choice-card p:not(.eyebrow) { color: var(--muted); font-size: 1.12rem; }
.language-choice { justify-content: center; margin-top: 22px; }


.footer-links,
.choice-legal-links {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.footer-links a,
.choice-legal-links a {
  padding: 7px 10px;
  border-radius: 999px;
}

.footer-links a:hover,
.footer-links a[aria-current="page"],
.choice-legal-links a:hover {
  color: var(--navy);
  background: rgba(18, 184, 166, 0.12);
}

.choice-legal-links {
  justify-content: center;
  margin-top: 18px;
  font-size: 0.86rem;
}

.legal-page {
  padding: 78px 0 82px;
}

.legal-page h1 {
  font-size: clamp(3rem, 8vw, 5.8rem);
}

.legal-card {
  margin-top: 36px;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 94% 8%, rgba(110, 215, 232, 0.16), transparent 14rem),
    rgba(255,255,255,0.88);
  box-shadow: 0 18px 54px rgba(7,24,39,0.07);
  color: #405164;
  font-size: 1.06rem;
}

.legal-card section + section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid rgba(220, 229, 238, 0.92);
}

.legal-card h2 {
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  letter-spacing: -0.035em;
}

.legal-card p {
  max-width: 850px;
}

.legal-card p:first-of-type {
  margin-top: 0;
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.legal-card address {
  color: var(--text);
  font-style: normal;
}

.legal-card a {
  color: #0c8f84;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (max-width: 860px) {
  .site-header, .section-shell, .site-footer { width: min(100% - 28px, var(--max)); }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 34px; padding: 54px 0 58px; }
  .hero-visual { min-height: 360px; }
  .intro-grid, .split-section { grid-template-columns: 1fr; gap: 22px; padding: 46px 0 22px; }
  .not-section { padding: 0 0 46px; }
  .not-section .panel { grid-template-columns: 1fr; gap: 18px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.8rem); }
  h2 { font-size: clamp(2rem, 9vw, 3.2rem); }
  .flow-line { left: 42%; }
  .artifact-cloud span:nth-child(n) { transform: scale(.86); transform-origin: left top; }
  .workspace-grid span:nth-child(1), .workspace-grid span:nth-child(3), .workspace-grid span:nth-child(5) { right: 112px; }
  .workspace-grid span:nth-child(2), .workspace-grid span:nth-child(4), .workspace-grid span:nth-child(6) { right: 18px; }
  .positioning { margin-bottom: 48px; }
  .site-footer { display: block; }
  .footer-links { margin-top: 18px; }
  .footer-note { margin-top: 12px !important; }
  .legal-page { padding: 54px 0 56px; }
}

@media (max-width: 520px) {
  .site-header { padding-top: 20px; }
  .hero-visual { min-height: 300px; border-radius: 28px; }
  .artifact-cloud span:nth-child(4), .artifact-cloud span:nth-child(5) { display: none; }
  .workspace-grid span { width: 74px !important; height: 58px !important; }
  .workspace-grid span:nth-child(1), .workspace-grid span:nth-child(3), .workspace-grid span:nth-child(5) { right: 96px; }
  .text-panel, .panel, .roadmap-card, .positioning, .choice-card, .legal-card { border-radius: 22px; }
  .choice-card { padding: 30px; }
}
