:root {
  --black: #070707;
  --ink: #151515;
  --dark: #232323;
  --muted: #5f6268;
  --line: #dedede;
  --light: #f6f6f6;
  --white: #ffffff;
  --red: #c41220;
  --red-dark: #930d17;
  --focus: #0f62fe;
  --radius: 8px;
  --shadow: 0 16px 36px rgba(0, 0, 0, .16);
}
* { 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.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--red-dark); }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--white); color: var(--black); padding: 8px 12px; z-index: 20; }
.skip-link:focus { left: 8px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(7, 7, 7, .97); color: var(--white); box-shadow: 0 2px 18px rgba(0,0,0,.25); }
.topbar { display: flex; justify-content: space-between; gap: 16px; padding: 7px clamp(16px, 4vw, 56px); font-size: 14px; background: #111; }
.topbar a { color: var(--white); font-weight: 700; }
.site-nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px clamp(16px, 4vw, 56px); }
.brand { color: var(--white); text-decoration: none; display: flex; align-items: center; gap: 10px; min-width: 230px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--red); border-radius: 6px; font-weight: 800; }
.brand small { display: block; color: #d5d5d5; font-size: 12px; }
.nav-links { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.nav-links a { color: var(--white); text-decoration: none; padding: 9px 11px; border-radius: 6px; font-weight: 700; font-size: 15px; }
.nav-links a:hover, .nav-links a[aria-current="page"] { background: #2b2b2b; }
.nav-links .nav-cta { background: var(--red); }
.menu-toggle { display: none; background: var(--red); color: var(--white); border: 0; padding: 9px 12px; border-radius: 6px; font-weight: 800; }
main > section, .page-section { padding: clamp(42px, 7vw, 88px) clamp(16px, 4vw, 56px); }
.hero { background: var(--black); color: var(--white); min-height: 640px; display: grid; align-items: center; overflow: hidden; }
.hero-split { grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr); gap: clamp(28px, 5vw, 72px); }
.hero-copy { max-width: 760px; }
.eyebrow { color: var(--red); text-transform: uppercase; font-weight: 800; letter-spacing: 0; font-size: 14px; margin: 0 0 10px; }
h1, h2, h3 { line-height: 1.15; margin: 0 0 14px; }
h1 { font-size: clamp(38px, 6vw, 72px); max-width: 880px; }
h2 { font-size: clamp(28px, 4vw, 44px); }
h3 { font-size: 22px; }
.hero-text { font-size: clamp(18px, 2.1vw, 24px); color: #f0f0f0; max-width: 760px; }
.hero-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); align-self: stretch; min-height: 420px; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-actions, .cta-actions, .button-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border-radius: 6px; font-weight: 800; text-decoration: none; border: 2px solid transparent; }
.btn-wide { flex: 1 1 360px; }
.btn-primary { background: var(--red); color: var(--white); }
.btn-secondary { background: var(--white); color: var(--black); }
.btn-outline { color: var(--white); border-color: rgba(255,255,255,.7); }
.btn-light { background: var(--white); color: var(--red-dark); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.trust-strip span, .badge { border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: var(--white); padding: 8px 10px; border-radius: 6px; font-weight: 700; font-size: 14px; }
.trust-band { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; padding: 0; background: var(--line); }
.trust-band span { background: var(--white); color: var(--black); padding: 18px 12px; text-align: center; font-weight: 900; }
.quick-service { display: grid; grid-template-columns: .7fr 1.8fr .8fr; gap: 18px; align-items: center; }
.quick-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.quick-steps li { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; }
.quick-steps strong, .quick-steps span { display: block; }
.quick-steps span { color: var(--muted); font-size: 14px; margin-top: 5px; }
.offer-box { background: var(--red); color: var(--white); border-radius: var(--radius); padding: 18px; font-weight: 700; }
.offer-box small { display: block; margin-top: 6px; color: #ffe1e1; line-height: 1.4; }
.microsoft-note { background: var(--black); color: var(--white); padding: 22px clamp(16px, 4vw, 56px); display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.microsoft-note strong { font-size: 20px; }
.microsoft-note span { color: #eeeeee; }
.emergency-banner { background: var(--red); color: var(--white); padding: 12px clamp(16px, 4vw, 56px); font-weight: 900; text-align: center; }
.emergency-banner a { color: var(--white); }
.section-head { max-width: 860px; margin-bottom: 28px; }
.section-head p { font-size: 18px; color: var(--muted); }
.dark-section { background: var(--ink); color: var(--white); }
.dark-section .section-head p, .dark-section p { color: #e7e7e7; }
.gray-section { background: var(--light); }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card, .info-card, .testimonial, .faq-item { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; background: var(--white); }
.service-card h3 a { color: var(--black); text-decoration: none; }
.text-link { font-weight: 800; }
.owner-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.owner-photo img { width: 100%; height: 100%; object-fit: cover; }
.payment-badges, .brand-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.payment-badges span, .brand-badges span { border: 1px solid var(--line); border-radius: 6px; padding: 10px 13px; background: var(--white); font-weight: 900; }
.payment-badges span { min-width: 92px; text-align: center; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-item { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.gallery-item img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; }
.gallery-item p { margin: 0; padding: 12px; font-weight: 800; }
.cert-list { columns: 2; column-gap: 36px; }
.cert-list li { break-inside: avoid; margin-bottom: 8px; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: clamp(24px, 5vw, 60px); align-items: start; }
.check-list, .city-list, .footer-links { padding-left: 18px; }
.check-list li, .city-list li { margin-bottom: 8px; }
.process-list { counter-reset: step; list-style: none; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.process-list li { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.process-list li::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 34px; height: 34px; background: var(--red); color: white; border-radius: 50%; font-weight: 800; margin-bottom: 10px; }
.cta-band { background: var(--red); color: var(--white); display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.cta-band .eyebrow { color: var(--white); }
.cta-band p { max-width: 820px; }
.form-wrap { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: start; }
form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
label { display: block; font-weight: 800; margin: 0 0 6px; }
input, select, textarea { width: 100%; border: 1px solid #b8b8b8; border-radius: 6px; padding: 12px; font: inherit; margin-bottom: 15px; }
textarea { min-height: 150px; resize: vertical; }
.hp-field { position: absolute; left: -9999px; }
.notice { border-radius: var(--radius); padding: 14px; margin-bottom: 16px; font-weight: 700; }
.notice.success { background: #e7f7ec; color: #14532d; }
.notice.error { background: #fde8e8; color: #8a1111; }
.faq-list { display: grid; gap: 12px; }
details.faq-item summary { cursor: pointer; font-weight: 800; font-size: 18px; }
.site-footer { background: #090909; color: var(--white); padding: 44px clamp(16px, 4vw, 56px) 86px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr .65fr; gap: 28px; }
.site-footer a { color: var(--white); }
.copyright { border-top: 1px solid #343434; margin-top: 28px; padding-top: 18px; color: #cfcfcf; }
.sticky-call { position: fixed; right: 18px; bottom: 18px; z-index: 30; background: var(--red); color: var(--white); text-decoration: none; padding: 13px 18px; border-radius: 6px; font-weight: 900; box-shadow: var(--shadow); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
@media (max-width: 980px) {
  .topbar { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-nav { flex-wrap: wrap; }
  .nav-links { display: none; width: 100%; flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; }
  .hero-split, .split, .form-wrap, .footer-grid, .quick-service { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-media { min-height: 320px; order: -1; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-band { grid-template-columns: repeat(2, 1fr); }
  .quick-steps { grid-template-columns: repeat(2, 1fr); }
  .microsoft-note { display: block; }
  .process-list { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  h1 { font-size: 36px; }
  .card-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .cert-list { columns: 1; }
  .trust-band { grid-template-columns: 1fr; }
  .quick-steps { grid-template-columns: 1fr; }
  .hero-actions .btn, .cta-actions .btn, .button-row .btn { width: 100%; }
  .cta-band { display: block; }
  .brand { min-width: 0; }
  .brand strong { font-size: 15px; }
  .sticky-call { left: 14px; right: 14px; text-align: center; justify-content: center; }
}
