:root {
  --navy: #0f2742;
  --navy-2: #15395f;
  --ink: #172033;
  --muted: #64748b;
  --line: #e5e7eb;
  --bg: #f7f9fc;
  --card: #ffffff;
  --gold: #c49a4a;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
}
a { color: var(--navy-2); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
.navbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 14px; color: var(--navy); font-weight: 800; letter-spacing: -0.02em; }
.brand img { height: 54px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text span:first-child { font-size: 1.05rem; }
.brand-text span:last-child { color: var(--muted); font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; }
.nav-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 6px; }
.nav-links a { color: var(--ink); font-weight: 650; font-size: .94rem; padding: 9px 11px; border-radius: 999px; }
.nav-links a:hover, .nav-links a.active { background: #eef3f9; text-decoration: none; color: var(--navy); }
.hero { background: linear-gradient(135deg, var(--navy) 0%, #102d4d 52%, #1f4f7b 100%); color: #fff; padding: 84px 0 72px; position: relative; overflow: hidden; }
.hero:after { content: ""; position: absolute; inset: auto -90px -140px auto; width: 420px; height: 420px; border-radius: 999px; background: rgba(255,255,255,.07); }
.hero .container { position: relative; z-index: 1; }
.eyebrow { color: #e9c773; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .78rem; }
h1 { font-size: clamp(2.2rem, 5vw, 4.5rem); line-height: 1.05; letter-spacing: -0.05em; margin: 14px 0 20px; }
.hero p { max-width: 760px; font-size: 1.18rem; color: #dbe7f4; margin-bottom: 30px; }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 12px; border: 1px solid transparent; font-weight: 800; }
.btn-primary { background: var(--gold); color: #111827; }
.btn-primary:hover { background: #d7af5d; text-decoration: none; }
.btn-secondary { border-color: rgba(255,255,255,.28); color: #fff; }
.btn-secondary:hover { background: rgba(255,255,255,.1); text-decoration: none; }
.btn-outline { border-color: var(--line); background: #fff; color: var(--navy); }
.btn-outline:hover { background: #f3f6fa; text-decoration: none; }
.section { padding: 64px 0; }
.section-title { max-width: 760px; margin-bottom: 28px; }
.section-title h2 { font-size: clamp(1.75rem, 3vw, 2.65rem); margin: 0 0 10px; color: var(--navy); letter-spacing: -0.035em; line-height: 1.15; }
.section-title p { color: var(--muted); margin: 0; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 24px; box-shadow: 0 10px 30px rgba(15,39,66,.06); }
.card h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.14rem; }
.card p { color: var(--muted); margin: 0; }
.card ul, .content-card ul, .content-card ol { padding-left: 1.3rem; }
.card li { margin: 4px 0; }
.logos { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; padding-top: 16px; }
.logos img { max-height: 48px; width: auto; filter: saturate(.9); }
.page-hero { background: var(--navy); color: #fff; padding: 56px 0; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3.4rem); margin-bottom: 10px; }
.page-hero p { color: #dbe7f4; max-width: 760px; margin: 0; }
.content-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: clamp(24px, 4vw, 42px); box-shadow: 0 10px 30px rgba(15,39,66,.06); }
.content-card h2, .content-card h3 { color: var(--navy); line-height: 1.2; }
.content-card h2 { font-size: 1.55rem; margin-top: 0; }
.content-card h3 { margin-top: 32px; }
.pricing-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 14px; }
.pricing-table th, .pricing-table td { padding: 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.pricing-table th { background: #eef3f9; color: var(--navy); }
.pricing-table tr:last-child td { border-bottom: 0; }
.contact-list { display: grid; gap: 14px; }
.contact-item { padding: 18px; background: #f8fafc; border: 1px solid var(--line); border-radius: 14px; }
.contact-item strong { display: block; color: var(--navy); }
.map iframe { width: 100%; min-height: 380px; border: 0; border-radius: 18px; }
.notice { background: #fff7e5; border: 1px solid #f1d69a; color: #56400d; padding: 16px 18px; border-radius: 14px; }
.site-footer { background: #081b30; color: #dbe7f4; padding: 42px 0; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 24px; }
.site-footer a { color: #fff; }
.site-footer h3 { color: #fff; margin-top: 0; }
.footer-small { border-top: 1px solid rgba(255,255,255,.12); margin-top: 28px; padding-top: 20px; color: #aebed0; font-size: .92rem; }
@media (max-width: 840px) {
  .navbar { align-items: flex-start; flex-direction: column; padding: 16px 0; }
  .nav-links { justify-content: flex-start; }
  .hero { padding: 58px 0; }
  .grid, .grid.two, .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .container { width: min(100% - 28px, 1120px); }
  .brand img { height: 44px; }
  .nav-links a { padding: 7px 9px; font-size: .88rem; }
  .section { padding: 44px 0; }
}
