/* Autonomous, mobile-first styles — no external assets. */
:root {
  --ink: #10263b;
  --navy: #123b68;
  --navy-dark: #09243e;
  --blue: #1769aa;
  --orange: #c2410c;
  --yellow: #ffc857;
  --paper: #f7f4ed;
  --white: #fff;
  --muted: #56697a;
  --line: #d8e0e5;
  --shadow: 0 20px 55px rgba(16, 38, 59, .13);
  --radius: 1.25rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--white); outline-offset: 2px; box-shadow: 0 0 0 5px var(--ink); border-radius: .25rem; }
.container { width: min(100% - 2rem, 1180px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .7rem 1rem; background: var(--white); color: var(--navy-dark); font-weight: 800; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,244,237,.96); border-bottom: 1px solid rgba(18,59,104,.12); }
.header-inner { min-height: 4.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; gap: .7rem; align-items: center; text-decoration: none; line-height: 1.1; }
.brand-mark { display: grid; place-items: center; width: 2.9rem; aspect-ratio: 1; border-radius: .7rem; background: var(--navy); color: white; font-weight: 900; letter-spacing: -.05em; box-shadow: .25rem .25rem 0 var(--orange); }
.brand strong { display: block; font-size: 1.05rem; }
.brand small { display: block; color: var(--muted); font-size: .7rem; margin-top: .2rem; }
.nav-toggle { display: none; gap: 5px; width: 2.8rem; height: 2.8rem; place-content: center; background: transparent; border: 1px solid var(--line); border-radius: .65rem; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; background: var(--navy); }
.site-nav { position: absolute; display: grid; top: 100%; left: 0; right: 0; padding: 1rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 12px 25px rgba(16,38,59,.09); }
.js .nav-toggle { display: grid; }
.js .site-nav { display: none; }
.site-nav.is-open { display: grid; }
.site-nav a { padding: .75rem; text-decoration: none; font-weight: 750; }
.nav-phone { color: var(--orange); }
.hero { overflow: hidden; padding: clamp(3.5rem, 8vw, 7rem) 0 4rem; background: radial-gradient(circle at 15% 20%, rgba(255,200,87,.3), transparent 26rem), var(--paper); }
.hero-grid { display: grid; gap: 3rem; align-items: center; }
.eyebrow { margin: 0 0 .75rem; color: var(--blue); font-size: .78rem; line-height: 1.2; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 { margin-bottom: 1.3rem; max-width: 15ch; font-size: clamp(2.6rem, 10vw, 5.8rem); letter-spacing: -.055em; }
h1 span { color: var(--blue); }
h2 { margin-bottom: 1rem; font-size: clamp(2rem, 6vw, 3.4rem); letter-spacing: -.035em; }
h3 { font-size: 1.3rem; }
.hero-lead { max-width: 630px; margin: 0 0 1.75rem; color: #314d63; font-size: clamp(1.08rem, 3vw, 1.3rem); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .75rem 1.15rem; border: 2px solid var(--navy); border-radius: .7rem; text-decoration: none; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: .3rem .3rem 0 var(--yellow); }
.button-primary { background: var(--navy); color: white; }
.button-secondary { background: transparent; color: var(--navy); }
.microcopy { margin: 1rem 0 0; color: var(--muted); font-size: .88rem; }
.hero-visual { position: relative; min-height: 22rem; border-radius: 2rem; background: var(--navy); box-shadow: var(--shadow); isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 1rem; border: 1px solid rgba(255,255,255,.15); border-radius: 1.4rem; }
.device { position: absolute; background: #eaf2f7; box-shadow: 0 20px 30px rgba(0,0,0,.24); }
.laptop { left: 12%; bottom: 18%; width: 52%; height: 38%; border: .7rem solid #d5e2e9; border-bottom-width: 1.2rem; border-radius: .6rem; background: linear-gradient(135deg, #1f78b7 0 49%, #ff6b35 50%); transform: rotate(-5deg); }
.laptop::after { content: ""; position: absolute; left: -18%; right: -18%; bottom: -1.8rem; height: .75rem; border-radius: 0 0 1rem 1rem; background: #d5e2e9; }
.printer { right: 9%; bottom: 20%; width: 34%; height: 32%; border-radius: .8rem; transform: rotate(5deg); }
.printer::before { content: ""; position: absolute; left: 15%; right: 15%; top: -35%; height: 50%; background: white; border-radius: .2rem; }
.printer i { position: absolute; left: 14%; right: 14%; top: 20%; height: 8%; background: var(--navy); }
.printer b { position: absolute; left: 22%; right: 22%; bottom: -15%; height: 38%; background: white; border-top: 5px solid var(--orange); }
.repair-badge { position: absolute; right: 7%; top: 8%; display: grid; place-items: center; width: 6.2rem; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); color: var(--navy-dark); font-size: .85rem; font-weight: 900; line-height: 1.1; text-align: center; text-transform: uppercase; transform: rotate(9deg); }
.signal { position: absolute; border-radius: 50%; border: 2px solid rgba(255,255,255,.2); }
.signal-one { width: 8rem; height: 8rem; left: -3rem; top: 1rem; }
.signal-two { width: 13rem; height: 13rem; right: -4rem; bottom: -4rem; }
.service-strip { background: var(--orange); color: white; }
.strip-grid { display: grid; grid-template-columns: 1fr 1fr; }
.strip-grid span { padding: 1rem .55rem; font-weight: 800; font-size: .8rem; text-align: center; border: 1px solid rgba(255,255,255,.26); }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-heading { max-width: 760px; margin-bottom: 2rem; }
.section-heading > p:last-child, .section-intro, .confidence-copy > p:last-child { color: var(--muted); font-size: 1.05rem; }
.cards { display: grid; gap: 1rem; }
.card { min-height: 18rem; display: flex; flex-direction: column; padding: 1.5rem; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 6px 0 rgba(18,59,104,.07); }
.card-featured { background: var(--navy); color: white; border-color: var(--navy); }
.card-featured .card-number { color: var(--yellow); }
.card-number { margin-bottom: auto; color: var(--orange); font-weight: 900; }
.card p { color: var(--muted); }
.card-featured p { color: #d8e6f1; }
.card-tag { align-self: start; margin-top: 1rem; padding: .3rem .6rem; border: 1px solid currentColor; border-radius: 999px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.dark-section { background: var(--navy-dark); color: white; }
.eyebrow-light { color: var(--yellow); }
.dark-section .section-intro { color: #bdd0df; }
.process-grid { display: grid; gap: 2.5rem; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,.17); }
.steps li > span { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border-radius: 50%; background: var(--orange); font-weight: 900; }
.steps h3 { margin-bottom: .3rem; }
.steps p { margin: 0; color: #bdd0df; }
.confidence { background: #e8eff2; }
.confidence-grid { display: grid; gap: 2rem; }
.facts { display: grid; gap: .75rem; }
.facts div { padding: 1.25rem; background: white; border-left: .4rem solid var(--orange); }
.facts strong, .facts span { display: block; }
.facts span { color: var(--muted); margin-top: .25rem; }
.contact-section { background: linear-gradient(135deg, #f7f4ed 0 50%, #ffe8d9 50%); }
.contact-panel { display: grid; gap: 2rem; align-items: center; }
.contact-panel > div > p:not(.eyebrow) { max-width: 600px; color: var(--muted); }
.text-link { font-weight: 800; text-underline-offset: .25em; }
.contact-card { padding: .6rem 1.3rem; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); font-style: normal; }
.contact-row { display: grid; gap: .3rem; padding: 1.1rem 0; text-decoration: none; border-bottom: 1px solid var(--line); }
.contact-row:last-child { border-bottom: 0; }
.contact-row span { color: var(--muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-row strong { color: var(--navy); }
.contact-row small { color: var(--muted); font-weight: 600; }
.site-footer { padding: 2.5rem 0; background: var(--navy); color: white; }
.footer-inner { display: grid; gap: 1.5rem; }
.footer-inner p { margin: .35rem 0 0; color: #c8d9e6; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.footer-links a { font-weight: 800; text-underline-offset: .25rem; }
.copyright { font-size: .85rem; }
@media (min-width: 680px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .strip-grid { grid-template-columns: repeat(4, 1fr); }
  .contact-row { grid-template-columns: 6rem 1fr; align-items: baseline; }
}
@media (min-width: 900px) {
  .js .nav-toggle { display: none; }
  .site-nav, .js .site-nav { position: static; display: flex; align-items: center; padding: 0; background: none; border: 0; box-shadow: none; }
  .site-nav a { padding: .65rem .8rem; }
  .nav-phone { margin-left: .5rem; border: 1px solid var(--orange); border-radius: .6rem; }
  .hero-grid { grid-template-columns: 1.15fr .85fr; }
  .hero-visual { min-height: 31rem; }
  .cards { grid-template-columns: repeat(3, 1fr); }
  .process-grid, .confidence-grid { grid-template-columns: .82fr 1.18fr; gap: 5rem; }
  .contact-panel { grid-template-columns: 1.2fr .8fr; gap: 4rem; }
  .footer-inner { grid-template-columns: 1fr auto auto; align-items: end; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
