:root {
  --navy: #091526;
  --navy-soft: #11233b;
  --blue: #2e95ff;
  --cyan: #42d4e7;
  --ink: #132238;
  --muted: #637188;
  --line: #dfe7f0;
  --paper: #f5f8fc;
  --white: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.site-header { min-height: 82px; padding: 0 max(28px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #eaf3ff; background: var(--navy); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; font-size: 21px; font-weight: 800; letter-spacing: -.5px; }
.brand-wordmark { display: block; width: 168px; height: auto; padding: 5px 10px; border-radius: 10px; background: #fff; }
.brand-footer .brand-wordmark { width: 150px; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { color: #b9c9db; text-decoration: none; font-size: 13px; font-weight: 650; }
.site-header nav a:hover { color: #fff; }
.button { min-height: 49px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 10px; color: #fff; background: linear-gradient(110deg, var(--blue), #246fdc); box-shadow: 0 12px 30px rgba(25,112,222,.24); text-decoration: none; font-size: 13px; font-weight: 800; }
.button-small { min-height: 40px; padding: 0 18px; color: #fff !important; }
.hero-public { min-height: 620px; padding: 95px max(28px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; color: #eaf3ff; background: radial-gradient(circle at 80% 35%, rgba(39,139,255,.18), transparent 30%), linear-gradient(180deg, var(--navy), #0c1b2f); overflow: hidden; }
.eyebrow-public { margin: 0 0 16px; color: #37b9ff; font-size: 11px; font-weight: 850; letter-spacing: 1.8px; }
.hero-public h1 { max-width: 720px; margin: 0; font-size: clamp(42px, 5vw, 67px); line-height: 1.04; letter-spacing: -2.8px; }
.hero-lead { max-width: 660px; margin: 25px 0 0; color: #aebfd2; font-size: 17px; line-height: 1.75; }
.hero-actions { margin-top: 34px; display: flex; gap: 13px; flex-wrap: wrap; }
.button-ghost { color: #c8d8e9; border-color: #314760; background: transparent; box-shadow: none; }
.trust-note { margin: 24px 0 0; color: #7188a3; font-size: 12px; }
.workflow-card { border: 1px solid #203a58; border-radius: 20px; background: rgba(12,29,50,.82); box-shadow: 0 30px 80px rgba(0,0,0,.27); transform: rotate(1.5deg); overflow: hidden; }
.workflow-head { height: 44px; padding: 0 16px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid #20354e; }
.workflow-head span { width: 8px; height: 8px; border-radius: 50%; background: #2b4561; }
.workflow-head span:first-child { background: #ff626a; }
.workflow-content { padding: 31px; }
.workflow-content > p { margin: 0 0 18px; color: #6f8aa8; font-size: 11px; font-weight: 850; letter-spacing: 1.2px; text-transform: uppercase; }
.workflow-content ol { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.workflow-content li { padding: 17px; display: flex; align-items: center; gap: 16px; border: 1px solid #213a57; border-radius: 12px; background: #10243c; }
.workflow-content li b { color: #36b8ff; font-size: 12px; }
.workflow-content li span { font-size: 14px; font-weight: 750; }
.workflow-content li small { color: #7890aa; font-size: 11px; font-weight: 500; }
.section-public { padding: 105px max(28px, calc((100vw - 1180px) / 2)); }
.section-heading { max-width: 700px; }
.section-heading h2, .access-section h2, .cta-public h2 { margin: 0; font-size: clamp(30px, 4vw, 45px); line-height: 1.12; letter-spacing: -1.5px; }
.section-heading > p:last-child { margin: 18px 0 0; color: var(--muted); line-height: 1.7; }
.feature-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-grid article { min-height: 235px; padding: 30px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); box-shadow: 0 15px 45px rgba(29,58,92,.06); }
.feature-grid article > span { color: #2c93f6; font-size: 11px; font-weight: 900; letter-spacing: 1px; }
.feature-grid h3 { margin: 40px 0 12px; font-size: 20px; }
.feature-grid p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.access-section { padding: 100px max(28px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; color: #e7f0fb; background: var(--navy-soft); }
.access-copy p { margin: 0 0 18px; color: #aabdd1; line-height: 1.75; }
.access-copy a { display: inline-block; margin-top: 8px; color: #41bfff; text-decoration: none; font-weight: 800; }
.cta-public { margin: 90px max(28px, calc((100vw - 1180px) / 2)); padding: 50px; display: flex; align-items: center; justify-content: space-between; gap: 35px; color: #fff; border-radius: 22px; background: linear-gradient(120deg, #176fd5, #2ba9dd); }
.cta-public p:last-child { margin: 13px 0 0; color: #d3ebff; }
.button-light { flex: 0 0 auto; color: #1768bd; background: #fff; box-shadow: none; }
footer { padding: 40px max(28px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; color: #9aacc1; background: var(--navy); }
footer > div { display: flex; gap: 22px; }
footer > div a { color: #b5c5d7; text-decoration: none; font-size: 12px; }
footer > p { grid-column: 1 / -1; margin: 10px 0 0; padding-top: 22px; border-top: 1px solid #1b3048; font-size: 11px; }
.legal-header { border-bottom: 1px solid #1e334b; }
.legal-page { max-width: 900px; margin: 0 auto; padding: 85px 28px 110px; }
.legal-page > header { padding-bottom: 46px; border-bottom: 1px solid var(--line); }
.legal-page h1 { margin: 0; font-size: clamp(40px, 6vw, 62px); letter-spacing: -2px; }
.legal-page > header > p:last-child { max-width: 650px; margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.legal-page article { padding-top: 32px; }
.legal-page article h2 { margin: 38px 0 12px; font-size: 21px; }
.legal-page article p, .legal-page article li { color: #536278; line-height: 1.78; font-size: 14px; }
.legal-page article ul { padding-left: 22px; }
.legal-page article a { color: #1476d4; }
.legal-footer { display: flex; justify-content: space-between; }
.legal-footer > p { grid-column: auto; margin: 0; padding: 0; border: 0; }
@media (max-width: 850px) {
  .site-header nav > a:not(.button) { display: none; }
  .hero-public { padding-top: 70px; padding-bottom: 80px; grid-template-columns: 1fr; gap: 60px; }
  .workflow-card { transform: none; }
  .feature-grid, .access-section { grid-template-columns: 1fr; }
  .access-section { gap: 35px; }
  .cta-public { align-items: flex-start; flex-direction: column; }
  footer, .legal-footer { display: flex; align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .site-header { min-height: 72px; }
  .site-header nav { gap: 0; }
  .hero-public { min-height: 0; }
  .hero-public h1 { font-size: 40px; letter-spacing: -1.7px; }
  .hero-actions { flex-direction: column; }
  .feature-grid { grid-template-columns: 1fr; }
  .cta-public { margin: 55px 18px; padding: 32px 25px; }
  footer > div { align-items: flex-start; flex-direction: column; gap: 13px; }
}
