@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --ink:#111827;
  --muted:#667085;
  --line:#e5e7eb;
  --panel:#ffffff;
  --blue:#2557ff;
  --cyan:#00c7d9;
  --orange:#ff7a35;
  --green:#18b77a;
  --teal:#00c4b3;
  --charcoal:#111827;
  --shadow:0 28px 80px rgba(17,24,39,.12);
  --soft:0 16px 42px rgba(17,24,39,.08);
  --container:min(1120px,calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(0,199,217,.15), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(255,122,53,.16), transparent 28%),
    radial-gradient(circle at 50% 95%, rgba(24,183,122,.12), transparent 36%),
    linear-gradient(135deg,#fbfff9 0%,#f5fbff 48%,#fff8f1 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(17,24,39,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,24,39,.04) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
  z-index: -2;
}

a { color: var(--teal); text-decoration: none; font-weight: 800; }
a:hover { color: var(--orange); }
img { display: block; max-width: 100%; }
.container { width: var(--container); margin: 0 auto; }

.orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(60px);
  opacity: .22;
  z-index: -1;
  pointer-events: none;
  animation: orbFloat 12s ease-in-out infinite;
}

.orb-a { width: 360px; height: 360px; background: var(--cyan); left: -140px; top: 16%; }
.orb-b { width: 380px; height: 380px; background: var(--orange); right: -150px; bottom: 8%; animation-direction: reverse; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(229,231,235,.86);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 17px;
  box-shadow: 0 18px 36px rgba(0,196,179,.22);
}

.brand strong {
  display: block;
  font-size: 15px;
}

.brand span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.header-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--soft);
}

.header-meta span {
  padding: 9px 12px;
  border-radius: 12px;
  background: #f8fafc;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.header-meta strong {
  padding: 9px 12px;
  border-radius: 12px;
  background: var(--charcoal);
  color: #fff;
  font-size: 12px;
}

.hero {
  padding: 58px 0 34px;
}

.hero-grid {
  display: grid;
  grid-template-columns: .96fr .84fr;
  gap: 24px;
  align-items: stretch;
}

.hero-copy,
.privacy-dossier,
.summary-card,
.ledger-item {
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: var(--shadow);
}

.hero-copy {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: clamp(28px,5vw,58px);
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(0,199,217,.11), transparent 35%),
    radial-gradient(circle at 82% 18%, rgba(255,122,53,.20), transparent 26%);
  pointer-events: none;
}

.eyebrow {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .13em;
  font-weight: 900;
  margin-bottom: 18px;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg,var(--teal),var(--orange));
}

h1 {
  position: relative;
  z-index: 2;
  margin: 0 0 18px;
  font-size: clamp(42px,6vw,76px);
  line-height: .94;
  letter-spacing: -.075em;
}

h2 {
  margin: 0 0 14px;
  font-size: clamp(30px,4.5vw,56px);
  line-height: 1;
  letter-spacing: -.06em;
}

h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

p { margin: 0; }

.lead,
.muted,
.summary-card p,
.ledger-content p,
.site-footer span,
.dossier-row span,
.dossier-top span {
  color: var(--muted);
  line-height: 1.75;
}

.lead {
  position: relative;
  z-index: 2;
  font-size: 17px;
  max-width: 760px;
}

.hero-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  min-height: 50px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-weight: 900;
  transition: .22s ease;
}

.btn:hover { transform: translateY(-3px); }
.primary { background: var(--charcoal); color: #fff; box-shadow: 0 18px 36px rgba(17,24,39,.18); }
.secondary { background: #fff; border: 1px solid var(--line); color: var(--ink); }

.privacy-dossier {
  border-radius: 36px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dossier-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.dossier-top strong {
  display: block;
  margin-top: 5px;
  font-size: 24px;
  letter-spacing: -.04em;
}

.status-dot {
  padding: 9px 11px;
  border-radius: 999px;
  color: #087a65;
  background: #e8fffb;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.dossier-row {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.dossier-row strong {
  overflow-wrap: anywhere;
}

.section {
  padding: 56px 0;
}

.summary-strip {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}

.summary-card {
  border-radius: 28px;
  padding: 24px;
  transition: .24s ease;
}

.summary-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.summary-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--charcoal);
  color: #fff;
  font-weight: 900;
  margin-bottom: 16px;
}

.summary-card strong {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}

.section-head {
  max-width: 820px;
  margin-bottom: 24px;
}

.ledger {
  display: grid;
  gap: 16px;
}

.ledger-item {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  border-radius: 28px;
  padding: 20px;
  transition: .24s ease;
}

.ledger-item:hover {
  transform: translateX(6px);
  box-shadow: var(--shadow);
}

.ledger-index {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg,var(--teal),var(--blue));
  color: #fff;
  font-weight: 900;
  font-size: 18px;
}

.ledger-content p + p {
  margin-top: 12px;
}

.ledger-item.compact .ledger-content {
  align-self: center;
}

.site-footer {
  padding: 34px 0 48px;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.site-footer strong {
  display: block;
  margin-bottom: 6px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: .75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes orbFloat {
  50% { transform: translate(30px,-25px) scale(1.08); }
}

@media (max-width: 1000px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .header-meta { width: 100%; overflow:auto; }
  .hero-grid, .summary-strip { grid-template-columns: 1fr; }
  .ledger-item { grid-template-columns: 1fr; }
  .ledger-index { width: 52px; height: 52px; border-radius: 16px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px,1120px); }
  h1 { font-size: 42px; }
  .hero, .section { padding: 42px 0; }
  .dossier-row { grid-template-columns: 1fr; gap: 4px; }
}
