:root {
  --black: #050505;
  --charcoal: #111111;
  --graphite: #2b2f33;
  --slate: #5f6872;
  --silver: #d8dde2;
  --mist: #f4f6f8;
  --white: #ffffff;
  --blue: #7fb6e8;
  --blue-deep: #315f8f;
  --ink: #171717;
  --muted: #626b74;
  --light: #f6f7f8;
  --border: #dfe3e7;
  --shadow: 0 16px 40px rgba(5, 5, 5, 0.12);
  --radius: 18px;
  --max: 1140px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(92%, var(--max)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--black); color: white; padding: 8px 12px; z-index: 999; }
.skip-link:focus { left: 8px; }
.header { position: sticky; top: 0; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); z-index: 50; }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.02em; color: var(--black); }
.logo-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 10px; background: var(--black); color: var(--white); font-weight: 900; box-shadow: inset 0 0 0 2px rgba(255,255,255,.08); }
.logo span:last-child { font-size: 1.05rem; }
.nav-links { display: flex; align-items: center; gap: 22px; font-weight: 650; color: var(--graphite); }
.nav-links a { opacity: .86; }
.nav-links a:hover, .nav-links a[aria-current="page"] { opacity: 1; color: var(--blue-deep); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.mobile-toggle { display: none; border: 0; background: var(--light); padding: 10px 12px; border-radius: 10px; color: var(--black); font-weight: 800; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: .18s ease; cursor: pointer; }
.btn-primary { background: var(--black); color: white; box-shadow: 0 10px 22px rgba(5,5,5,.22); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 14px 28px rgba(5,5,5,.28); background: var(--graphite); }
.btn-secondary { background: white; color: var(--black); border-color: var(--silver); }
.btn-secondary:hover { border-color: var(--blue-deep); color: var(--blue-deep); }
.btn-light { background: white; color: var(--black); }
.eyebrow { color: var(--blue-deep); font-weight: 900; letter-spacing: .11em; text-transform: uppercase; font-size: .78rem; }
.hero { background: radial-gradient(circle at 82% 12%, rgba(127,182,232,.25), transparent 34%), linear-gradient(135deg, #ffffff 0%, #f3f6f9 48%, #e9eef3 100%); padding: 88px 0 64px; overflow: hidden; border-bottom: 1px solid var(--border); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 48px; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 16px; color: var(--black); letter-spacing: -.035em; }
h1 { font-size: clamp(2.35rem, 6vw, 4.9rem); max-width: 880px; }
h2 { font-size: clamp(2rem, 3.8vw, 3.2rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 18px; }
.hero p { font-size: clamp(1.05rem, 2vw, 1.28rem); color: #38424d; max-width: 720px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 24px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-weight: 700; }
.pill { display: inline-flex; gap: 8px; align-items: center; padding: 8px 12px; background: white; border: 1px solid var(--border); border-radius: 999px; }
.hero-card { background: white; border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; border: 1px solid var(--border); }
.hero-card h3 { margin-bottom: 8px; }
.check-list { list-style: none; padding: 0; margin: 20px 0 0; }
.check-list li { position: relative; padding-left: 30px; margin-bottom: 12px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--blue-deep); font-weight: 900; }
.section { padding: 78px 0; }
.section-light { background: var(--light); }
.section-dark { background: var(--black); color: white; }
.section-dark h2, .section-dark h3 { color: white; }
.section-dark p { color: rgba(255,255,255,.83); }
.section-head { max-width: 800px; margin-bottom: 36px; }
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: 0 8px 22px rgba(5,5,5,.06); }
.card-icon { width: 46px; height: 46px; border-radius: 14px; background: #eef4fb; color: var(--blue-deep); display: grid; place-items: center; font-weight: 900; margin-bottom: 18px; }
.card p, .section-head p { color: var(--muted); }
.banded { background: linear-gradient(135deg, var(--black), #2b2f33); border-radius: 28px; padding: 40px; color: white; display: grid; grid-template-columns: 1.1fr .9fr; gap: 26px; align-items: center; }
.banded h2 { color: white; }
.banded .eyebrow { color: var(--blue); }
.service-area-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.service-area-list span { background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.22); color: white; padding: 9px 13px; border-radius: 999px; font-weight: 750; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.quote-box { border-left: 5px solid var(--blue-deep); padding: 22px; background: white; border-radius: 0 var(--radius) var(--radius) 0; box-shadow: 0 8px 22px rgba(5,5,5,.06); }
.cta { text-align: center; padding: 72px 0; background: linear-gradient(135deg, var(--black), #2b2f33); color: white; }
.cta h2 { color: white; }
.cta p { max-width: 720px; margin: 0 auto 26px; color: rgba(255,255,255,.9); font-size: 1.1rem; }
.footer { background: #050505; color: rgba(255,255,255,.78); padding: 46px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.14); padding-bottom: 28px; }
.footer h3, .footer strong { color: white; }
.footer a { color: rgba(255,255,255,.85); }
.footer a:hover { color: white; }
.footer-bottom { padding-top: 20px; font-size: .92rem; color: rgba(255,255,255,.58); }
.page-hero { padding: 72px 0 48px; background: linear-gradient(135deg, #ffffff, #f2f5f8); border-bottom: 1px solid var(--border); }
.page-hero p { max-width: 760px; font-size: 1.15rem; color: var(--muted); }
.form { display: grid; gap: 14px; }
.form label { font-weight: 800; color: var(--black); }
.form input, .form textarea, .form select { width: 100%; padding: 13px 14px; border: 1px solid var(--border); border-radius: 12px; font: inherit; }
.form textarea { min-height: 150px; resize: vertical; }
.notice { font-size: .92rem; color: var(--muted); }
@media (max-width: 900px) {
  .hero-grid, .banded, .feature-row, .footer-grid { grid-template-columns: 1fr; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .nav-links { display: none; position: absolute; top: 74px; left: 0; right: 0; background: white; flex-direction: column; align-items: flex-start; padding: 22px 4%; border-bottom: 1px solid var(--border); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .mobile-toggle { display: inline-flex; }
  .nav-actions .btn { display: none; }
  .hero { padding-top: 58px; }
  .banded { padding: 28px; }
}


.phone-link {
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.phone-link:hover {
  color: var(--accent);
}

@media (max-width: 900px) {
  .nav-actions {
    gap: .65rem;
  }
  .phone-link {
    font-size: .95rem;
  }
}
