:root {
  --navy: #0b1f33;
  --navy-2: #102a44;
  --charcoal: #17202a;
  --orange: #f47b20;
  --gold: #f6b23d;
  --cream: #fff7ed;
  --light: #f5f7fb;
  --muted: #627083;
  --text: #16202a;
  --white: #ffffff;
  --border: #dce3eb;
  --shadow: 0 18px 40px rgba(3, 18, 34, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: #fff; line-height:1.55; }
a { color: inherit; }
img { max-width:100%; height:auto; display:block; }
.container { width:min(1160px, calc(100% - 40px)); margin:0 auto; }
.skip { position:absolute; left:-9999px; top:auto; }
.skip:focus { left:20px; top:20px; z-index:1000; background:#fff; padding:10px; }
.topbar { background: var(--navy); color: #fff; font-size: 14px; }
.topbar-inner { display:flex; justify-content:space-between; gap:20px; align-items:center; padding:9px 0; }
.topbar a { color:#fff; text-decoration:none; font-weight:700; }
.site-header { position:sticky; top:0; z-index:99; background:rgba(255,255,255,.96); border-bottom:1px solid var(--border); backdrop-filter: blur(10px); }
.header-inner { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:74px; }
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; }
.brand-mark { display:inline-grid; place-items:center; width:48px; height:48px; border-radius:14px; color:#fff; font-weight:900; background:linear-gradient(135deg, var(--orange), var(--navy)); box-shadow: var(--shadow); }
.brand-text strong { display:block; font-size:20px; letter-spacing:.2px; }
.brand-text small { display:block; color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.site-nav { display:flex; align-items:center; gap:4px; flex-wrap:wrap; justify-content:flex-end; }
.site-nav a { text-decoration:none; color:var(--navy); font-weight:700; padding:9px 10px; border-radius:999px; font-size:14px; }
.site-nav a:hover, .site-nav a.active { background:var(--cream); color:#b84c07; }
.menu-toggle { display:none; border:1px solid var(--border); border-radius:10px; background:#fff; padding:10px 13px; font-weight:800; }
.hero { background: radial-gradient(circle at 85% 10%, rgba(244,123,32,.22), transparent 30%), linear-gradient(135deg, #071625 0%, #0b1f33 48%, #173b5f 100%); color:#fff; padding:70px 0; position:relative; overflow:hidden; }
.hero:after { content:""; position:absolute; right:-120px; bottom:-160px; width:420px; height:420px; background:rgba(246,178,61,.18); border-radius:50%; }
.hero-grid { position:relative; z-index:1; display:grid; grid-template-columns: 1.18fr .82fr; gap:44px; align-items:center; }
.eyebrow { margin:0 0 12px; color:var(--orange); text-transform:uppercase; font-weight:900; letter-spacing:.12em; font-size:13px; }
h1 { font-size:clamp(38px, 6vw, 68px); line-height:.98; margin:0 0 18px; letter-spacing:-.04em; }
h2 { font-size:clamp(28px, 4vw, 44px); line-height:1.05; margin:0 0 16px; letter-spacing:-.025em; }
h3 { font-size:23px; margin:0 0 10px; line-height:1.15; }
.lead { font-size:clamp(18px, 2vw, 22px); color:#dbe8f5; max-width:820px; }
.hero-actions, .cta-actions, .button-row { display:flex; flex-wrap:wrap; gap:12px; align-items:center; }
.btn { display:inline-flex; align-items:center; justify-content:center; border-radius:999px; padding:13px 18px; text-decoration:none; font-weight:900; border:2px solid transparent; cursor:pointer; }
.btn-primary { background:var(--orange); color:#fff; box-shadow:0 12px 26px rgba(244,123,32,.28); }
.btn-primary:hover { background:#db6715; }
.btn-secondary { background:#fff; color:var(--navy); }
.btn-ghost { border-color:rgba(255,255,255,.35); color:#fff; }
.btn-dark { background:var(--navy); color:#fff; }
.hero-card { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18); border-radius:30px; padding:18px; box-shadow: var(--shadow); }
.placeholder-photo { min-height:310px; display:grid; place-items:center; border-radius:22px; background:linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.05)), repeating-linear-gradient(45deg, rgba(255,255,255,.11), rgba(255,255,255,.11) 10px, transparent 10px, transparent 20px); color:#fff; text-align:center; font-weight:900; }
.mini-grid { margin-top:14px; display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.mini-grid span { background:#fff; color:var(--navy); border-radius:14px; padding:12px 6px; text-align:center; font-weight:900; font-size:13px; }
.badge-row { background:#fff; border-bottom:1px solid var(--border); }
.badges { display:flex; flex-wrap:wrap; gap:10px; padding:17px 0; }
.badges span { background:var(--light); border:1px solid var(--border); border-radius:999px; padding:9px 13px; font-weight:800; color:var(--navy); }
.section { padding:72px 0; }
.section.alt { background:var(--light); }
.section.dark { background:var(--navy); color:#fff; }
.section.dark p, .section.dark li { color:#dbe8f5; }
.section-head { max-width:820px; margin-bottom:30px; }
.section-head.center { text-align:center; margin:0 auto 32px; }
.grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:34px; align-items:start; }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.grid-4 { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.card { background:#fff; border:1px solid var(--border); border-radius:22px; padding:24px; box-shadow:0 8px 24px rgba(7,22,37,.06); }
.card strong, .card h3 { color:var(--navy); }
.card p { color:var(--muted); }
.card .icon { width:48px; height:48px; border-radius:14px; display:grid; place-items:center; background:var(--cream); color:var(--orange); font-weight:900; margin-bottom:14px; }
.service-card { position:relative; overflow:hidden; }
.service-card:before { content:""; position:absolute; top:0; left:0; right:0; height:5px; background:linear-gradient(90deg, var(--orange), var(--gold)); }
.service-card a { color:var(--orange); font-weight:900; text-decoration:none; }
.feature { background:#fff; border-radius:30px; padding:34px; box-shadow:var(--shadow); border:1px solid var(--border); }
.check-list { list-style:none; padding:0; margin:18px 0 0; display:grid; gap:10px; }
.check-list li { padding-left:28px; position:relative; }
.check-list li:before { content:"✓"; position:absolute; left:0; color:var(--orange); font-weight:900; }
.split-card { background:linear-gradient(135deg, #fff, var(--cream)); border:1px solid var(--border); border-radius:30px; padding:34px; }
.stats { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:24px; }
.stat { background:#fff; border-radius:18px; padding:18px; border:1px solid var(--border); }
.stat strong { display:block; font-size:28px; color:var(--navy); }
.photo-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.photo-tile { min-height:210px; border-radius:24px; background:linear-gradient(135deg, #dfe7ef, #fff); border:1px solid var(--border); display:grid; place-items:center; color:var(--muted); font-weight:900; text-align:center; padding:16px; }
.service-list { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; padding:0; list-style:none; }
.service-list li { background:#fff; border:1px solid var(--border); border-radius:16px; padding:12px 14px; font-weight:700; }
.notice { background:#fff7ed; border:1px solid #ffd8b6; border-left:6px solid var(--orange); border-radius:18px; padding:18px; }
.lead-form { background:#fff; border:1px solid var(--border); border-radius:26px; box-shadow:var(--shadow); padding:26px; }
.lead-form label { display:block; font-weight:800; margin:0 0 14px; color:var(--navy); }
.lead-form input, .lead-form textarea, .lead-form select { width:100%; margin-top:6px; border:1px solid var(--border); border-radius:13px; padding:12px 13px; font:inherit; color:var(--text); }
.lead-form textarea { resize:vertical; }
.form-note { color:var(--muted); font-size:14px; }
.final-cta { background:linear-gradient(135deg, var(--orange), #cf5d12); color:#fff; padding:52px 0; }
.cta-box { display:flex; justify-content:space-between; gap:28px; align-items:center; }
.final-cta .eyebrow { color:#fff7ed; }
.final-cta p { color:#fff7ed; }
.site-footer { background:#071625; color:#dbe8f5; padding:55px 0 22px; }
.site-footer h3, .site-footer h4 { color:#fff; margin-top:0; }
.site-footer a { color:#fff; }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:34px; }
.footer-grid ul { list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); margin-top:30px; padding-top:18px; display:flex; justify-content:space-between; gap:20px; font-size:13px; color:#aebdcb; }
.mobile-sticky { display:none; position:fixed; left:14px; right:14px; bottom:14px; z-index:100; text-align:center; padding:14px; border-radius:999px; background:var(--orange); color:#fff; text-decoration:none; font-weight:900; box-shadow:var(--shadow); }
.kicker-card { background:var(--navy); color:#fff; border-radius:28px; padding:30px; }
.kicker-card p { color:#dbe8f5; }
.table-wrap { overflow:auto; border:1px solid var(--border); border-radius:18px; }
table { width:100%; border-collapse:collapse; background:#fff; }
th, td { padding:14px; border-bottom:1px solid var(--border); text-align:left; vertical-align:top; }
th { background:var(--navy); color:#fff; }
@media (max-width: 960px) {
  .desktop-only { display:none; }
  .menu-toggle { display:block; }
  .site-nav { display:none; position:absolute; top:74px; left:0; right:0; background:#fff; padding:16px 20px; border-bottom:1px solid var(--border); box-shadow:var(--shadow); }
  .site-nav.open { display:grid; gap:6px; }
  .hero-grid, .grid-2 { grid-template-columns:1fr; }
  .grid-3, .grid-4, .footer-grid, .photo-grid { grid-template-columns:1fr 1fr; }
  .cta-box, .footer-bottom { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 680px) {
  .container { width:min(100% - 28px, 1160px); }
  .topbar-inner { flex-direction:column; align-items:flex-start; gap:6px; }
  .hero { padding:46px 0; }
  .grid-3, .grid-4, .footer-grid, .photo-grid, .stats, .service-list { grid-template-columns:1fr; }
  .mini-grid { grid-template-columns:1fr 1fr; }
  .mobile-sticky { display:block; }
  body { padding-bottom:70px; }
}