:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --surface-2: #eef2f8;
  --text: #172033;
  --muted: #5d687a;
  --primary: #102c52;
  --primary-2: #1b4f88;
  --accent: #c7a45a;
  --border: #dce3ed;
  --shadow: 0 18px 50px rgba(16, 44, 82, .10);
  --radius: 18px;
  --max: 1120px;
}

* { 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(--text);
  background: var(--bg);
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; }

.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(220,227,237,.85);
}
.navbar { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark {
  width: 39px; height: 39px; border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--primary), var(--primary-2));
  color: #fff; box-shadow: 0 8px 20px rgba(16,44,82,.22);
  font-size: 14px; letter-spacing: .04em;
}
.brand-copy small { display: block; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a { text-decoration: none; color: var(--muted); font-weight: 650; padding: 10px 13px; border-radius: 10px; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--primary); background: var(--surface-2); }
.menu-button { display: none; border: 1px solid var(--border); background: #fff; border-radius: 10px; padding: 9px 12px; font: inherit; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 78px;
  background:
    radial-gradient(circle at 88% 20%, rgba(199,164,90,.20), transparent 26%),
    linear-gradient(135deg, #0d2748 0%, #12385f 58%, #1c537f 100%);
  color: white;
}
.hero::after {
  content: ""; position: absolute; inset: auto -10% -55% 35%; height: 480px;
  background: rgba(255,255,255,.055); border-radius: 50%; transform: rotate(-12deg);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 54px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; color: #e3c887; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1 { font-size: clamp(40px, 6vw, 68px); line-height: 1.02; letter-spacing: -.05em; margin: 18px 0 22px; max-width: 820px; }
.hero p { max-width: 720px; color: rgba(255,255,255,.78); font-size: 18px; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 12px; text-decoration: none; font-weight: 800; border: 1px solid transparent; }
.button-primary { background: var(--accent); color: #172033; }
.button-secondary { border-color: rgba(255,255,255,.32); color: #fff; background: rgba(255,255,255,.06); }
.hero-card { background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); border-radius: 24px; padding: 28px; box-shadow: 0 24px 80px rgba(0,0,0,.18); }
.hero-card strong { display: block; font-size: 34px; letter-spacing: -.04em; margin-bottom: 6px; }
.hero-card span { color: rgba(255,255,255,.70); }
.hero-stat + .hero-stat { border-top: 1px solid rgba(255,255,255,.14); margin-top: 22px; padding-top: 22px; }

.section { padding: 78px 0; }
.section-heading { max-width: 710px; margin-bottom: 34px; }
.section-heading h2 { font-size: clamp(30px, 4vw, 45px); letter-spacing: -.04em; line-height: 1.12; margin: 8px 0 14px; color: var(--primary); }
.section-heading p { color: var(--muted); margin: 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.icon { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; color: white; background: var(--primary); font-weight: 900; margin-bottom: 18px; }
.card h3 { margin: 0 0 9px; color: var(--primary); font-size: 20px; }
.card p { color: var(--muted); margin: 0; }

.company-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 38px; align-items: start; }
.company-panel .summary { background: var(--primary); color: #fff; border-radius: 24px; padding: 34px; position: sticky; top: 104px; }
.company-panel .summary p { color: rgba(255,255,255,.72); }
.details { background: #fff; border: 1px solid var(--border); border-radius: 24px; overflow: hidden; }
.detail-row { display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 18px 24px; border-bottom: 1px solid var(--border); }
.detail-row:last-child { border-bottom: 0; }
.detail-row dt { color: var(--muted); font-weight: 700; }
.detail-row dd { margin: 0; font-weight: 700; }

.legal-hero { padding: 64px 0 48px; background: linear-gradient(135deg, #0e294b, #1b4f7d); color: white; }
.legal-hero h1 { font-size: clamp(36px, 5vw, 58px); margin-bottom: 14px; }
.legal-hero p { max-width: 720px; color: rgba(255,255,255,.76); }
.legal-layout { display: grid; grid-template-columns: 250px 1fr; gap: 36px; padding: 52px 0 80px; align-items: start; }
.legal-toc { position: sticky; top: 100px; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 18px; }
.legal-toc strong { display: block; color: var(--primary); margin-bottom: 8px; }
.legal-toc a { display: block; padding: 7px 0; text-decoration: none; color: var(--muted); font-size: 14px; }
.legal-toc a:hover { color: var(--primary-2); }
.legal-content { background: #fff; border: 1px solid var(--border); border-radius: 22px; padding: clamp(24px, 5vw, 52px); box-shadow: var(--shadow); }
.legal-content h2 { scroll-margin-top: 110px; font-size: 25px; line-height: 1.25; letter-spacing: -.02em; color: var(--primary); margin: 38px 0 12px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { color: var(--primary); margin-top: 24px; }
.legal-content p, .legal-content li { color: #455064; }
.legal-content ul { padding-left: 20px; }
.notice { border-left: 4px solid var(--accent); background: #fbf7ed; padding: 16px 18px; border-radius: 0 12px 12px 0; margin: 20px 0; }

.site-footer { background: #0c223e; color: #fff; padding: 44px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: start; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.68); }
.footer-links { display: flex; justify-content: flex-end; gap: 16px; flex-wrap: wrap; }
.footer-links a { text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 28px; padding-top: 20px; font-size: 13px; color: rgba(255,255,255,.55); }

@media (max-width: 820px) {
  .menu-button { display: inline-flex; }
  .nav-links { display: none; position: absolute; top: 68px; left: 18px; right: 18px; flex-direction: column; align-items: stretch; padding: 12px; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero-grid, .company-panel, .legal-layout, .footer-grid { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .company-panel .summary, .legal-toc { position: static; }
  .legal-toc { display: none; }
  .footer-links { justify-content: flex-start; }
  .detail-row { grid-template-columns: 1fr; gap: 3px; }
}
