:root {
  --navy: #061836;
  --navy-2: #0b2e63;
  --blue: #1264c5;
  --red: #e20b10;
  --red-dark: #b9080c;
  --ink: #132033;
  --muted: #5f6c7d;
  --line: #dce3ec;
  --soft: #f5f8fc;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(6, 24, 54, .12);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--white); line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; background: #fff; padding: 10px 14px; z-index: 1000; }
.skip-link:focus { left: 8px; }
.topbar { background: var(--navy); color: #fff; font-size: 14px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-links { display: flex; gap: 22px; }
.topbar a { text-decoration: none; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); box-shadow: 0 2px 14px rgba(0,0,0,.06); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 245px; max-height: 82px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 26px; font-weight: 800; }
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--red); }
.nav-cta { background: var(--red); color: #fff !important; padding: 12px 18px; border-radius: 999px; }
.menu-button { display: none; background: var(--navy); color: #fff; border: 0; border-radius: 8px; padding: 10px 14px; font-weight: 800; }
.hero { position: relative; overflow: hidden; padding: 84px 0; background: linear-gradient(120deg,#f8fbff 0%,#eef4fc 52%,#ffffff 100%); }
.hero:after { content:""; position:absolute; width:420px; height:420px; right:-140px; top:-100px; border:42px solid rgba(18,100,197,.08); border-radius:50%; }
.hero-grid { display: grid; grid-template-columns: 1.22fr .78fr; align-items: center; gap: 56px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; color: var(--red); font-size: 14px; }
h1,h2,h3 { line-height: 1.08; margin-top: 0; color: var(--navy); }
h1 { font-size: clamp(42px, 6vw, 72px); margin-bottom: 22px; letter-spacing: -.035em; }
h1 span { color: var(--red); }
h2 { font-size: clamp(32px,4vw,48px); margin-bottom: 16px; }
h3 { font-size: 22px; margin-bottom: 10px; }
.hero-lead { font-size: 20px; color: #445268; max-width: 760px; margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.button { display: inline-flex; align-items:center; justify-content:center; min-height: 52px; padding: 0 22px; border-radius: 10px; font-weight: 900; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(6,24,54,.12); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { background: var(--navy); color: #fff; }
.button-outline { color: var(--navy); border-color: var(--navy); background: #fff; }
.hero-area { color: var(--muted); max-width: 790px; font-weight: 700; }
.hero-card { background: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); border-top: 5px solid var(--red); }
.hero-card img { width: 100%; max-width: 390px; margin: 0 auto 24px; }
.hero-card h2 { font-size: 30px; }
.hero-card > p { color: var(--muted); }
.quick-link { display: grid; gap: 2px; padding: 14px 0; border-top: 1px solid var(--line); text-decoration: none; overflow-wrap:anywhere; }
.quick-link span { color: var(--red); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; font-weight: 900; }
.quick-link strong { color: var(--navy); }
.section { padding: 88px 0; }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.service-card { padding: 26px 22px; border: 1px solid var(--line); border-radius: 15px; background:#fff; box-shadow: 0 8px 28px rgba(6,24,54,.06); }
.service-card p { margin-bottom: 0; color: var(--muted); }
.service-icon { width: 52px; height: 52px; display:grid; place-items:center; border-radius:50%; background:var(--navy); font-size:25px; margin-bottom:18px; }
.difference-section { background: var(--navy); color: #fff; position: relative; overflow:hidden; }
.difference-section:before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 80% 10%, rgba(18,100,197,.3), transparent 35%); pointer-events:none; }
.difference-section .container { position:relative; }
.light-heading h2 { color:#fff; }
.values-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.values-grid article { border:1px solid rgba(255,255,255,.17); background:rgba(255,255,255,.05); padding:28px 24px; border-radius:15px; }
.values-grid span { color:#ff464a; font-weight:900; font-size:13px; }
.values-grid h3 { color:#fff; margin-top:14px; }
.values-grid p { color:#dbe5f3; margin-bottom:0; }
.brand-promise { text-align:center; margin:38px 0 0; font-weight:900; letter-spacing:.1em; }
.brand-promise span { color:var(--red); margin:0 8px; }
.area-section { background: var(--soft); }
.area-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap:60px; align-items:center; }
.area-grid p:not(.eyebrow) { color: var(--muted); font-size:18px; }
.locations { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.locations span { background:#fff; border-left:5px solid var(--red); padding:15px 18px; border-radius:8px; box-shadow:0 6px 18px rgba(6,24,54,.06); font-weight:900; color:var(--navy); }
.contact-section { background:#fff; }
.contact-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:60px; align-items:start; }
.contact-copy > p:not(.eyebrow) { color:var(--muted); font-size:18px; }
.contact-options { margin-top:30px; display:grid; gap:10px; }
.contact-options a { text-decoration:none; border:1px solid var(--line); border-radius:10px; padding:15px; display:grid; }
.contact-options span { color:var(--red); font-size:12px; text-transform:uppercase; letter-spacing:.1em; font-weight:900; }
.contact-options strong { overflow-wrap:anywhere; color:var(--navy); }
.service-form { border:1px solid var(--line); box-shadow:var(--shadow); border-radius:var(--radius); padding:30px; }
.form-row { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.service-form label { display:grid; gap:7px; margin-bottom:16px; font-weight:800; color:var(--navy); }
.service-form input,.service-form select,.service-form textarea { width:100%; border:1px solid #c9d3df; border-radius:9px; padding:12px 13px; color:var(--ink); background:#fff; }
.service-form input:focus,.service-form select:focus,.service-form textarea:focus { outline:3px solid rgba(18,100,197,.16); border-color:var(--blue); }
.form-submit,.form-call { width:100%; margin-top:6px; }
.form-call { margin-top:10px; }
.form-note { color:var(--muted); font-size:13px; margin-bottom:0; }
.site-footer { background:#031027; color:#dbe5f3; padding:54px 0 28px; }
.footer-grid { display:grid; grid-template-columns:1.2fr 1fr .7fr; gap:50px; }
.footer-grid img { width:240px; background:#fff; border-radius:8px; margin-bottom:14px; }
.footer-grid h2 { color:#fff; font-size:17px; text-transform:uppercase; letter-spacing:.08em; }
.footer-grid a { display:block; color:#fff; text-decoration:none; margin:8px 0; overflow-wrap:anywhere; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); margin-top:38px; padding-top:20px; font-size:14px; color:#9fb0c8; }
.mobile-bar { display:none; }
@media (max-width: 960px) {
  .services-grid,.values-grid { grid-template-columns:repeat(2,1fr); }
  .hero-grid,.area-grid,.contact-grid { grid-template-columns:1fr; }
  .hero-card { max-width:600px; }
  .menu-button { display:block; }
  .site-nav { display:none; position:absolute; left:20px; right:20px; top:132px; background:#fff; border-radius:12px; box-shadow:var(--shadow); padding:18px; flex-direction:column; align-items:stretch; gap:0; }
  .site-nav.open { display:flex; }
  .site-nav a { padding:13px; }
  .nav-cta { border-radius:8px; text-align:center; margin-top:8px; }
}
@media (max-width: 640px) {
  .container { width:min(100% - 28px,1180px); }
  .topbar-inner { justify-content:center; min-height:34px; }
  .topbar-inner > span { display:none; }
  .topbar-links { width:100%; justify-content:space-between; gap:8px; font-size:13px; }
  .nav-wrap { min-height:76px; }
  .brand img { width:190px; }
  .site-nav { top:112px; left:14px; right:14px; }
  .hero { padding:52px 0 58px; }
  h1 { font-size:44px; }
  .hero-lead { font-size:18px; }
  .hero-actions .button { width:100%; }
  .section { padding:62px 0; }
  .services-grid,.values-grid,.locations,.form-row,.footer-grid { grid-template-columns:1fr; }
  .service-form { padding:22px 18px; }
  .brand-promise { font-size:12px; line-height:1.8; }
  .mobile-bar { display:grid; grid-template-columns:1fr 1fr; position:fixed; left:0; right:0; bottom:0; z-index:200; box-shadow:0 -4px 18px rgba(0,0,0,.14); }
  .mobile-bar a { text-align:center; padding:15px 10px; text-decoration:none; font-weight:900; color:#fff; background:var(--red); }
  .mobile-bar a:last-child { background:var(--navy); }
  .site-footer { padding-bottom:92px; }
}
