:root {
    --bg: #0b1220;
    --bg2: #0f1a33;
    --card: rgba(255, 255, 255, 0.06);
    --text: rgba(255, 255, 255, 0.92);
    --muted: rgba(255, 255, 255, 0.72);
    --border: rgba(255, 255, 255, 0.12);
    --shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
    --radius: 18px;
    --max: 1080px;
  }
  
  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  body {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    background: radial-gradient(1200px 800px at 20% -10%, #1a2c57 0%, transparent 60%),
                radial-gradient(1200px 800px at 90% 10%, #1b3a2f 0%, transparent 55%),
                linear-gradient(180deg, var(--bg) 0%, #070b14 100%);
    color: var(--text);
  }
  
  a { color: inherit; text-decoration: none; }
  a:hover { text-decoration: underline; }
  
  .container {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 18px;
  }
  
  .header {
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(10px);
    background: rgba(11, 18, 32, 0.7);
    border-bottom: 1px solid var(--border);
  }
  
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    gap: 16px;
  }
  
  .brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
  }
  
  .brand__mark {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255,255,255,0.08);
    border: 1px solid var(--border);
    display: grid;
    place-items: center;
    font-weight: 800;
    letter-spacing: 0.5px;
  }
  
  .brand__name { font-weight: 800; }
  .brand__tag { color: var(--muted); font-size: 12px; margin-top: 2px; }
  
  .nav {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  
  .nav a { color: var(--muted); font-size: 14px; }
  .nav a.btn { color: var(--text); }
  
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.10);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    font-weight: 700;
    text-decoration: none !important;
  }
  
  .btn:hover { background: rgba(255,255,255,0.14); }
  .btn--ghost { background: transparent; }
  .btn--sm { padding: 9px 12px; border-radius: 12px; }
  
  .hero { padding: 56px 0 26px; }
  .hero__inner {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 22px;
    align-items: start;
  }
  
  .hero h1 {
    font-size: 44px;
    line-height: 1.05;
    letter-spacing: -0.7px;
    margin: 0 0 14px;
  }
  
  .lead {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 18px;
  }
  
  .cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
  
  .trust { display: flex; flex-wrap: wrap; gap: 10px; }
  .trust__item {
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.06);
    color: var(--muted);
    font-size: 13px;
  }
  
  .card {
    background: rgba(255,255,255,0.06);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: var(--shadow);
  }
  
  .card__eyebrow { color: var(--muted); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
  .card__title { font-size: 22px; font-weight: 900; margin-top: 8px; }
  .card__text { color: var(--muted); line-height: 1.55; margin: 10px 0 12px; }
  
  .card__list {
    margin: 0 0 12px;
    padding-left: 18px;
    color: var(--muted);
    line-height: 1.6;
  }
  
  .link { color: var(--text); font-weight: 800; }
  
  .section { padding: 44px 0; }
  .section--alt {
    background: rgba(255,255,255,0.03);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  
  h2 { margin: 0 0 10px; font-size: 28px; letter-spacing: -0.2px; }
  h3 { margin: 0 0 10px; font-size: 18px; }
  .muted { color: var(--muted); line-height: 1.7; margin: 0 0 18px; }
  
  .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  
  .tile {
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.05);
    border-radius: var(--radius);
    padding: 16px;
  }
  
  .tile__title { font-weight: 900; margin-bottom: 8px; }
  .tile__text { color: var(--muted); line-height: 1.65; }
  
  .split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  
  .panel {
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.05);
    border-radius: var(--radius);
    padding: 16px;
  }
  
  .bullets { margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.8; }
  
  .note {
    margin-top: 14px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.04);
    border-radius: var(--radius);
    padding: 14px 16px;
    color: var(--muted);
  }
  
  .timeline { display: grid; gap: 12px; margin-top: 10px; }
  .step {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 14px 14px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.05);
  }
  .step__num {
    width: 34px; height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid var(--border);
    font-weight: 900;
  }
  .step__title { font-weight: 900; margin-bottom: 4px; }
  .step__text { color: var(--muted); line-height: 1.6; }
  
  .contact { margin-top: 12px; display: grid; gap: 10px; }
  .contact__note { color: var(--muted); font-size: 14px; }
  
  .footer {
    padding: 20px 0;
    color: var(--muted);
  }
  .footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    border-top: 1px solid var(--border);
    padding-top: 18px;
  }
  .footer__links { display: flex; gap: 14px; flex-wrap: wrap; }
  .footer__links a { color: var(--muted); font-size: 14px; }
  
  @media (max-width: 920px) {
    .hero__inner { grid-template-columns: 1fr; }
    .grid { grid-template-columns: 1fr; }
    .split { grid-template-columns: 1fr; }
    .hero h1 { font-size: 36px; }
  }
  @media (max-width: 720px) {
    .header__inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }
  
    .nav {
      width: 100%;
      justify-content: space-between;
      gap: 8px;
      flex-wrap: wrap;
    }
  
    .nav a {
      font-size: 13px;
    }
  }
  @media (max-width: 720px) {
    .hero h1 {
      font-size: 30px;
      line-height: 1.15;
    }
  
    .lead {
      font-size: 16px;
    }
  }
    