:root {
  --ink: #0b1220;
  --muted: #5e6a7e;
  --brand: #004b73;
  --brand-2: #076488;
  --brand-3: #e9f5ff;
  --surface: #ffffff;
  --surface-soft: #f4f8fb;
  --line: rgba(13, 35, 55, 0.12);
  --shadow: 0 24px 60px rgba(3, 31, 55, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(15, 127, 169, 0.12), transparent 32%),
    radial-gradient(circle at 84% 4%, rgba(0, 75, 115, 0.15), transparent 28%),
    #f6fbff;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.page-shell { min-height: 100vh; }
.site-header {
  width: min(var(--max), calc(100% - 40px));
  margin: 22px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 14px;
  z-index: 50;
  box-shadow: 0 10px 35px rgba(0, 44, 70, 0.08);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: 0.04em; color: var(--brand); }
.brand-mark { width: 40px; height: 40px; object-fit: contain; }
.top-nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-weight: 700; font-size: 14px; }
.top-nav a:hover { color: var(--brand); }
.header-button, .primary-button, .secondary-button, .light-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 850;
  border: 0;
  cursor: pointer;
}
.header-button, .primary-button { background: var(--brand); color: #fff; box-shadow: 0 14px 34px rgba(0, 75, 115, 0.22); }
.secondary-button { background: #fff; color: var(--brand); border: 1px solid var(--line); }
.light-button { background: #fff; color: var(--brand); }
.full { width: 100%; }

main { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 88px 0; }
.section-grid, .split { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 42px; align-items: center; }
.hero { padding: 96px 0 72px; }
.eyebrow { margin: 0 0 14px; color: var(--brand-2); font-size: 13px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(44px, 7vw, 82px); line-height: 0.94; letter-spacing: -0.07em; margin-bottom: 24px; }
h2 { font-size: clamp(34px, 4.2vw, 56px); line-height: 1; letter-spacing: -0.055em; margin-bottom: 18px; }
h3 { font-size: 24px; letter-spacing: -0.035em; margin-bottom: 10px; }
.hero-text, .section-heading p, .split > div > p, .info-card p, .hero-card p { color: var(--muted); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 18px; }
.small-note, .form-note { color: var(--muted); font-size: 13px; line-height: 1.55; }

.hero-card {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  border-radius: var(--radius-xl);
  padding: 42px;
  background: linear-gradient(145deg, #003852, #006b91 62%, #0e7e9e);
  color: #fff;
  box-shadow: var(--shadow);
}
.card-glow { position: absolute; inset: auto -90px -90px auto; width: 280px; height: 280px; border-radius: 999px; background: rgba(255,255,255,0.16); filter: blur(4px); }
.hero-symbol { width: 170px; height: 170px; object-fit: contain; padding: 18px; border-radius: 34px; background: rgba(255,255,255,0.98); margin-bottom: 28px; }
.hero-card h2 { color: #fff; font-size: 58px; }
.hero-card p { color: rgba(255,255,255,0.84); max-width: 430px; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.pill-row span { padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,0.13); border: 1px solid rgba(255,255,255,0.18); font-weight: 800; font-size: 13px; }

.section-heading { max-width: 780px; margin-bottom: 30px; }
.three-cards .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.info-card, .form-card, .thank-you-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: 0 18px 45px rgba(3, 31, 55, 0.07);
}
.info-card .icon { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; border-radius: 18px; background: var(--brand-3); color: var(--brand); font-weight: 900; margin-bottom: 20px; }
.clean-list { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; color: var(--muted); font-weight: 700; }
.clean-list li::before { content: "✓"; color: var(--brand); margin-right: 10px; font-weight: 900; }

.form-card { display: grid; gap: 16px; }
.form-card.dark { background: linear-gradient(145deg, #062033, #004b73); color: #fff; }
.form-card label { display: grid; gap: 8px; font-weight: 800; font-size: 14px; color: var(--ink); }
.form-card.dark label { color: #fff; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  min-height: 50px;
  padding: 12px 14px;
  font: inherit;
  color: var(--ink);
  outline: none;
}
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: rgba(0, 75, 115, 0.55); box-shadow: 0 0 0 4px rgba(0, 75, 115, 0.1); }
.checkbox-row { display: flex !important; grid-template-columns: none !important; flex-direction: row; align-items: flex-start; gap: 10px !important; line-height: 1.4; }
.checkbox-row input { width: 18px; height: 18px; min-height: auto; margin-top: 2px; }
.investor-section { background: rgba(255,255,255,0.58); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 54px; margin-bottom: 80px; }
.hidden { display: none; }

.site-footer {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 44px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
}
.site-footer strong { color: var(--brand); letter-spacing: 0.04em; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.footer-links a { color: var(--brand); font-weight: 800; }
.thank-you-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.thank-you-card { max-width: 620px; text-align: center; }
.thank-you-mark { width: 140px; margin-bottom: 20px; }

@media (max-width: 900px) {
  .top-nav { display: none; }
  .section-grid, .split { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .three-cards .cards { grid-template-columns: 1fr; }
  .investor-section { padding: 28px; }
}

@media (max-width: 560px) {
  main, .site-header, .site-footer { width: min(100% - 24px, var(--max)); }
  .site-header { border-radius: 24px; }
  .header-button { display: none; }
  h1 { font-size: 48px; }
  .hero-card { min-height: auto; padding: 30px; }
  .hero-card h2 { font-size: 44px; }
  .section { padding: 58px 0; }
  .site-footer { flex-direction: column; }
}
