:root {
  --navy: #061625;
  --navy-2: #0b2134;
  --gold: #c8a45d;
  --gold-light: #efdcae;
  --text: #172235;
  --muted: #627086;
  --line: rgba(255,255,255,.14);
  --soft: #f5f7fa;
  --white: #fff;
  --shadow: 0 24px 70px rgba(6, 22, 37, .18);
}
* { 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(--text);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 10;
  background: rgba(6, 22, 37, .82); backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav { width: min(1120px, calc(100% - 40px)); margin: 0 auto; height: 78px; display: flex; align-items: center; justify-content: space-between; color: var(--white); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(200,164,93,.6); color: var(--gold-light); border-radius: 50%; font-size: .9rem; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .94rem; color: rgba(255,255,255,.82); }
.nav-links a:hover { color: var(--gold-light); }
.nav-cta { border: 1px solid rgba(200,164,93,.55); padding: 10px 16px; border-radius: 999px; }
.menu-toggle { display: none; background: none; border: 0; color: white; font-size: 1.6rem; }
.hero { position: relative; overflow: hidden; padding: 160px 0 90px; color: var(--white); background: radial-gradient(circle at top right, #173b5b, var(--navy) 58%); }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(200,164,93,.18), transparent 35%), repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 110px); opacity: .9; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-weight: 800; font-size: .76rem; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); max-width: 760px; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.25rem; }
.lead { margin: 24px 0 34px; max-width: 680px; font-size: 1.18rem; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 999px; font-weight: 800; transition: .2s ease; }
.button.primary { background: var(--gold); color: #111827; }
.button.primary:hover { transform: translateY(-2px); background: var(--gold-light); }
.button.secondary { border: 1px solid rgba(255,255,255,.25); color: var(--white); }
.hero-card { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); border-radius: 28px; padding: 32px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.card-label { display: block; color: var(--gold-light); font-weight: 800; margin-bottom: 18px; }
dl, dd { margin: 0; }
dt { color: rgba(255,255,255,.55); font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
dd { margin-top: 4px; color: #fff; font-weight: 700; }
dl div { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); }
.section { padding: 100px 0; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.section-copy { color: var(--muted); font-size: 1.04rem; }
.section-copy p:first-child { margin-top: 0; }
.muted { background: var(--soft); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: var(--white); border: 1px solid rgba(6,22,37,.08); border-radius: 24px; padding: 30px; box-shadow: 0 18px 40px rgba(6,22,37,.06); }
.service-card span { display: inline-block; color: var(--gold); font-weight: 900; margin-bottom: 34px; }
.service-card p { color: var(--muted); margin-bottom: 0; }
.dark { background: var(--navy); color: var(--white); }
.dark .section-copy { color: rgba(255,255,255,.72); }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.check-list li { padding-left: 30px; position: relative; color: rgba(255,255,255,.9); font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-light); }
.note { border-left: 3px solid var(--gold); padding-left: 18px; color: var(--text); font-weight: 700; }
.contact-section { background: linear-gradient(180deg, var(--soft), #fff); }
.contact-card { display: grid; grid-template-columns: 1fr .75fr; gap: 44px; padding: 44px; background: var(--navy-2); color: var(--white); border-radius: 32px; box-shadow: var(--shadow); }
.contact-card p { color: rgba(255,255,255,.75); }
.contact-details { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); padding: 28px; border-radius: 22px; }
.footer { background: var(--navy); color: rgba(255,255,255,.58); padding: 30px 0; font-size: .9rem; }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 78px; left: 0; right: 0; background: var(--navy); padding: 20px; flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .hero-grid, .split, .cards, .contact-card { grid-template-columns: 1fr; }
  .hero { padding-top: 130px; }
  .section { padding: 72px 0; }
}
@media (max-width: 520px) {
  .container, .nav { width: min(100% - 28px, 1120px); }
  .hero-card, .contact-card { padding: 24px; border-radius: 22px; }
  h1 { font-size: 3rem; }
}
