:root {
  --ink: #071522;
  --ink-soft: #10283a;
  --paper: #f5f8f7;
  --white: #ffffff;
  --muted: #61717d;
  --line: #d8e1e2;
  --cyan: #33d1c6;
  --cyan-dark: #0e8f8c;
  --lime: #bde65b;
  --shadow: 0 24px 70px rgba(6, 27, 41, 0.12);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.shell { width: var(--shell); 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; z-index: 999; left: 16px; top: -100px; background: var(--white); padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto;
  background: rgba(7, 21, 34, 0.78);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(7, 21, 34, .96); box-shadow: 0 10px 35px rgba(0,0,0,.18); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); line-height: 1; }
.logo-brand img { width: 118px; height: auto; }
.brand-footer.logo-brand img { width: 132px; }
.brand-mark { width: 41px; height: 41px; color: var(--cyan); }
.brand-mark svg path:first-child { fill: none; stroke: currentColor; stroke-width: 2; }
.brand-mark svg path:last-child { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.brand strong { display: block; font-size: 21px; letter-spacing: .13em; }
.brand small { display: block; margin-top: 6px; color: #9eb1bd; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; color: #cfdae0; font-size: 14px; font-weight: 600; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--white); }
.site-nav a[aria-current="page"] { color: var(--cyan); }
.site-nav .nav-cta { padding: 10px 18px; color: var(--ink); background: var(--cyan); border-radius: 999px; }
.site-nav .nav-cta[aria-current="page"] { color: var(--ink); }
.site-nav .nav-cta:hover { color: var(--ink); background: #73e3dc; }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: .2s ease; }

.hero {
  position: relative; min-height: 780px; padding: 170px 0 95px; overflow: hidden;
  color: var(--white); background: var(--ink);
}
.hero-grid {
  position: absolute; inset: 0; opacity: .11;
  background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 83%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 560px; height: 560px; top: 0; right: -170px; background: radial-gradient(circle, rgba(51,209,198,.2), transparent 67%); }
.hero-orb-two { width: 470px; height: 470px; left: 18%; bottom: -330px; background: radial-gradient(circle, rgba(189,230,91,.13), transparent 68%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.hero-layout > *, .hero-copy, .hero h1, .hero-lead { min-width: 0; max-width: 100%; }
.eyebrow, .section-kicker {
  display: inline-flex; align-items: center; gap: 9px; color: var(--cyan-dark);
  font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase;
}
.eyebrow { color: var(--cyan); }
.eyebrow span { width: 22px; height: 2px; background: currentColor; }
.hero h1 {
  max-width: 690px; margin: 23px 0 25px; font-size: clamp(46px, 5.1vw, 74px);
  line-height: 1.04; letter-spacing: -.045em;
}
.hero h1 em { display: block; color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 630px; margin: 0; color: #b9c8cf; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 36px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px;
  padding: 13px 22px; border: 1px solid transparent; border-radius: 10px; font-weight: 800;
  cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--cyan); }
.button-primary:hover { background: #70e3da; }
.button-primary svg { width: 20px; fill: currentColor; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.hero-note { margin: 15px 0 0; color: #7f96a3; font-size: 12px; letter-spacing: .05em; }

.hero-visual { position: relative; min-width: 0; }
.status-window { overflow: hidden; border: 1px solid rgba(101,228,218,.25); border-radius: 19px; background: rgba(12,35,51,.86); box-shadow: 0 35px 100px rgba(0,0,0,.42); transform: perspective(900px) rotateY(-3deg) rotateX(1deg); }
.window-bar { display: flex; align-items: center; min-height: 47px; padding: 0 15px; color: #78919e; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 8px; letter-spacing: .17em; }
.window-dots { display: flex; gap: 5px; margin-right: auto; }
.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #57707d; }
.window-bar > span:nth-child(2) { position: absolute; left: 50%; transform: translateX(-50%); }
.window-bar .live { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; color: #8ca2ad; }
.window-bar .live i, .status-footer i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px var(--lime); }
.status-body { padding: 28px; }
.status-heading { display: flex; justify-content: space-between; align-items: end; padding-bottom: 22px; }
.status-heading small { display: block; margin-bottom: 5px; color: #7d96a2; font-size: 11px; }
.status-heading strong { font-size: 24px; letter-spacing: -.025em; }
.signal { display: flex; align-items: end; gap: 3px; height: 25px; }
.signal i { width: 4px; background: var(--cyan); border-radius: 5px; }
.signal i:nth-child(1) { height: 7px; opacity: .4; }.signal i:nth-child(2) { height: 12px; opacity: .6; }.signal i:nth-child(3) { height: 18px; opacity: .8; }.signal i:nth-child(4) { height: 24px; }
.service-monitor { display: grid; gap: 10px; }
.service-monitor article { display: grid; grid-template-columns: 44px 1fr auto; gap: 13px; align-items: center; padding: 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.035); }
.monitor-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--cyan); border-radius: 10px; background: rgba(51,209,198,.09); }
.monitor-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-monitor strong, .service-monitor small { display: block; }
.service-monitor strong { font-size: 13px; }.service-monitor small { margin-top: 3px; color: #78909d; font-size: 10px; }
.service-monitor b { color: #53717f; font-size: 10px; font-weight: 600; }
.status-footer { display: flex; justify-content: space-between; margin-top: 20px; padding-top: 16px; color: #78909c; border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; letter-spacing: .05em; }
.status-footer span:first-child { display: flex; align-items: center; gap: 7px; color: #b1c4cb; }
.floating-tag { position: absolute; display: flex; align-items: center; gap: 8px; padding: 10px 13px; color: var(--white); border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: #102c40; box-shadow: 0 14px 35px rgba(0,0,0,.28); font-size: 10px; font-weight: 700; }
.floating-tag span { color: var(--cyan); font-size: 17px; }.tag-one { left: -26px; bottom: 43px; }.tag-two { right: -18px; top: 78px; }

.proof-bar { color: var(--white); background: #0c2434; border-top: 1px solid rgba(255,255,255,.06); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { display: flex; align-items: center; gap: 13px; min-height: 112px; padding: 20px 29px; border-right: 1px solid rgba(255,255,255,.08); }
.proof-grid div:first-child { border-left: 1px solid rgba(255,255,255,.08); }
.proof-grid strong { color: var(--cyan); font-size: 27px; letter-spacing: -.04em; }
.proof-grid span { color: #91a5af; font-size: 11px; line-height: 1.35; }

.section { padding: 115px 0; }
.section-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; margin-bottom: 55px; }
.section-intro h2, .business-copy h2, .repair-copy h2, .about-heading h2, .area-copy h2, .faq-heading h2, .contact-copy h2 {
  margin: 12px 0 0; font-size: clamp(36px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -.04em;
}
.section-intro p { margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.section-intro.compact { display: block; margin-bottom: 44px; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 390px; padding: 34px 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.35); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.service-card:hover { z-index: 2; transform: translateY(-6px); background: var(--white); box-shadow: var(--shadow); }
.service-card.featured { background: var(--white); }
.card-number { position: absolute; top: 31px; right: 31px; color: #aab7bc; font-size: 11px; }
.card-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 29px; color: var(--cyan-dark); border-radius: 14px; background: #e6f5f2; }
.card-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 12px; font-size: 21px; letter-spacing: -.02em; }
.service-card p { min-height: 78px; margin: 0; color: var(--muted); font-size: 14px; }
.service-card ul { display: grid; gap: 8px; margin: 22px 0 0; padding: 19px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { position: relative; padding-left: 16px; color: #3d515c; font-size: 12px; }
.service-card li::before { content: ""; position: absolute; top: .7em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); }

.business-section { color: var(--white); background: var(--ink); overflow: hidden; }
.business-layout { display: grid; grid-template-columns: 1fr .86fr; gap: 105px; align-items: center; }
.section-kicker.light { color: var(--cyan); }
.business-copy > p { max-width: 670px; color: #a5b7c0; font-size: 17px; }
.business-points { display: grid; gap: 21px; margin-top: 36px; }
.business-points > div { display: grid; grid-template-columns: 30px 1fr; gap: 12px; }
.business-points span { display: grid; place-items: center; width: 24px; height: 24px; margin-top: 3px; color: var(--ink); border-radius: 50%; background: var(--cyan); font-size: 12px; font-weight: 900; }
.business-points p, .business-points strong { display: block; margin: 0; }
.business-points p { color: #8da3ad; font-size: 13px; }.business-points strong { margin-bottom: 2px; color: var(--white); font-size: 15px; }
.support-options { position: relative; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: #0e293c; box-shadow: 0 30px 90px rgba(0,0,0,.27); }
.option-card { position: relative; display: grid; grid-template-columns: 35px 1fr; gap: 16px; padding: 22px 18px; color: #9bafb9; border-bottom: 1px solid rgba(255,255,255,.08); }
.option-card.active { margin: 5px 0; color: var(--white); border: 1px solid rgba(51,209,198,.45); border-radius: 14px; background: rgba(51,209,198,.08); }
.option-card > span { color: var(--cyan); font-size: 11px; font-weight: 800; }
.option-card h3 { margin: 0 0 5px; color: var(--white); font-size: 16px; }
.option-card p { margin: 0; font-size: 12px; line-height: 1.5; }
.option-card b { position: absolute; top: -9px; right: 13px; padding: 3px 8px; color: var(--ink); border-radius: 999px; background: var(--cyan); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.support-options > a { display: flex; justify-content: space-between; align-items: center; padding: 22px 19px 12px; color: var(--cyan); font-size: 13px; font-weight: 800; }
.support-options > a i { font-size: 22px; font-style: normal; }

.repairs { background: #edf2f1; }
.repairs-layout { display: grid; grid-template-columns: .93fr 1.07fr; gap: 100px; align-items: center; }
.repair-panel { padding: 42px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.circuit { position: relative; display: grid; place-items: center; min-height: 280px; overflow: hidden; border-radius: 17px; background-color: var(--ink); background-image: linear-gradient(rgba(51,209,198,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(51,209,198,.08) 1px, transparent 1px); background-size: 28px 28px; }
.circuit::before, .circuit::after { content: ""; position: absolute; width: 220px; height: 2px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); }
.circuit::before { left: -20px; top: 36%; }.circuit::after { right: -20px; bottom: 34%; transform: rotate(90deg); }
.circuit > i { position: absolute; width: 9px; height: 9px; border: 2px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 16px var(--cyan); }
.circuit .c1 { left: 18%; top: 36%; }.circuit .c2 { right: 18%; bottom: 34%; }.circuit .c3 { right: 28%; top: 18%; }.circuit .c4 { left: 27%; bottom: 18%; }
.chip { position: relative; z-index: 2; display: grid; place-items: center; width: 90px; height: 90px; color: var(--cyan); border: 1px solid var(--cyan); border-radius: 13px; background: #0d2a3e; box-shadow: 0 0 0 13px rgba(51,209,198,.06), 0 0 45px rgba(51,209,198,.19); font-size: 35px; font-weight: 900; line-height: .8; text-align: center; }
.chip small { font-size: 8px; letter-spacing: .2em; }
.repair-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 18px; }
.repair-stats span { padding: 13px 7px; color: #8b9aa2; border: 1px solid var(--line); border-radius: 10px; font-size: 9px; text-align: center; }
.repair-stats strong { display: block; color: var(--ink); font-size: 11px; }
.repair-copy > p { color: var(--muted); font-size: 17px; }
.repair-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 30px 0; }
.repair-list span { position: relative; padding-left: 18px; color: #40545f; font-size: 13px; }
.repair-list span::before { content: "✓"; position: absolute; left: 0; color: var(--cyan-dark); font-weight: 900; }
.text-link { display: inline-flex; align-items: center; gap: 15px; color: var(--cyan-dark); border-bottom: 1px solid currentColor; font-weight: 800; }
.text-link span { font-size: 22px; }

.process-section { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.process-grid article { position: relative; padding: 34px 35px 15px 0; border-right: 1px solid var(--line); }
.process-grid article:not(:first-child) { padding-left: 35px; }
.process-grid article:last-child { border: 0; }
.process-grid article > span { display: grid; place-items: center; width: 35px; height: 35px; margin-bottom: 44px; color: var(--cyan-dark); border: 1px solid #a6d6d2; border-radius: 50%; font-size: 11px; font-weight: 900; }
.process-grid h3 { margin: 0 0 7px; font-size: 18px; }.process-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.about-section { background: var(--paper); }
.about-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 115px; }
.about-heading h2 { font-size: clamp(36px, 4vw, 54px); }
.about-copy .large-copy { margin-top: 5px; color: var(--ink); font-size: 22px; line-height: 1.55; letter-spacing: -.02em; }
.about-copy > p:not(.large-copy) { color: var(--muted); }
.about-copy blockquote { margin: 35px 0 0; padding: 22px 0 22px 25px; color: #314c59; border-left: 3px solid var(--cyan); font-size: 17px; font-weight: 700; }

.area-section { position: relative; padding: 100px 0; overflow: hidden; color: var(--white); background: #0d293c; }
.area-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.area-map { position: relative; min-height: 380px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); background: #0a2131; }
.area-map::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(35deg, transparent 47%, #6d8a96 48%, #6d8a96 49%, transparent 50%), linear-gradient(125deg, transparent 47%, #6d8a96 48%, #6d8a96 49%, transparent 50%); background-size: 90px 90px; }
.map-rings, .map-rings i { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(51,209,198,.18); border-radius: 50%; transform: translate(-50%,-50%); }
.map-rings { width: 250px; height: 250px; }.map-rings i:nth-child(1) { width: 170px; height: 170px; }.map-rings i:nth-child(2) { width: 90px; height: 90px; }.map-rings i:nth-child(3) { width: 12px; height: 12px; border: 0; background: var(--cyan); box-shadow: 0 0 20px var(--cyan); }
.map-pin { position: absolute; top: 50%; left: 50%; z-index: 2; display: grid; justify-items: center; transform: translate(-50%,-50%); }
.map-pin span { width: 25px; height: 25px; margin-bottom: 8px; border: 6px solid var(--cyan); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.map-pin b { font-size: 11px; letter-spacing: .12em; }.map-pin small { color: #7e99a7; }
.map-label { position: absolute; z-index: 2; padding: 4px 8px; color: #90a6b0; border-radius: 5px; background: rgba(7,21,34,.8); font-size: 9px; }
.map-label.l1 { top: 21%; right: 17%; }.map-label.l2 { left: 16%; bottom: 22%; }.map-label.l3 { left: 19%; top: 25%; }.map-label.l4 { right: 20%; bottom: 18%; }
.area-copy p { color: #9fb3bd; font-size: 17px; }
.area-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.area-tags span { padding: 7px 12px; color: #b9cad1; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; font-size: 10px; }

.faq-section { background: #edf2f1; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 115px; }
.faq-heading p { color: var(--muted); }
.faq-list { border-top: 1px solid #c7d2d4; }
.faq-list details { border-bottom: 1px solid #c7d2d4; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 0; font-size: 16px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--cyan-dark); font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -7px 35px 24px 0; color: var(--muted); font-size: 14px; }

.contact-section { padding: 110px 0; color: var(--white); background: var(--ink); }
.contact-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: 95px; }
.contact-copy > p { max-width: 470px; color: #9bb0ba; font-size: 17px; }
.direct-contact { display: grid; gap: 13px; margin: 37px 0 28px; }
.direct-contact a { display: block; }
.direct-contact span, .direct-contact strong { display: block; }
.direct-contact span { color: #718b98; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.direct-contact strong { margin-top: 1px; color: var(--cyan); font-size: 19px; }
.contact-copy > small { display: block; max-width: 420px; color: #627b87; font-size: 10px; }
.contact-form { padding: 31px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: #0e293c; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 16px; color: #a7bac3; font-size: 10px; font-weight: 700; letter-spacing: .03em; }
.contact-form input, .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 7px; color: var(--white); border: 1px solid rgba(255,255,255,.14); border-radius: 8px; outline: 0; background: #0a2030; }
.contact-form input, .contact-form select { height: 46px; padding: 0 13px; }.contact-form textarea { min-height: 118px; padding: 12px 13px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(51,209,198,.09); }
.contact-form select option { color: var(--ink); background: var(--white); }
.contact-form textarea::placeholder { color: #536f7d; }
.submit-button { width: 100%; border: 0; }
.submit-button > span:last-child { margin-left: auto; font-size: 20px; }
.submit-button:disabled { cursor: wait; opacity: .7; }
.form-security { display: grid; gap: 12px; margin: 4px 0 16px; }
.turnstile-container { min-height: 65px; }
.privacy-check { display: grid !important; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; margin: 0 !important; color: #9db1bb !important; font-size: 10px !important; font-weight: 500 !important; line-height: 1.55; letter-spacing: 0 !important; }
.privacy-check input { width: 17px !important; height: 17px !important; margin: 1px 0 0 !important; accent-color: var(--cyan); }
.privacy-check a, .footer-legal a { color: var(--cyan); text-decoration: underline; text-underline-offset: 2px; }
.form-note { margin: 12px 0 0; color: #8299a4; font-size: 10px; line-height: 1.5; text-align: center; }
.form-note[data-state="success"] { color: #79eadf; font-weight: 700; }
.form-note[data-state="error"] { color: #ffadad; font-weight: 700; }
.form-note[data-state="sending"] { color: var(--white); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Inner pages */
.inner-hero {
  position: relative; padding: 165px 0 92px; overflow: hidden; color: var(--white); background: var(--ink);
}
.inner-hero::before {
  content: ""; position: absolute; inset: 0; opacity: .1;
  background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 95%);
}
.inner-hero::after { content: ""; position: absolute; top: -180px; right: -130px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(51,209,198,.18), transparent 67%); }
.inner-hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: 80px; align-items: end; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: #7e98a4; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.breadcrumbs a { color: var(--cyan); }
.inner-hero h1 { max-width: 790px; margin: 0; font-size: clamp(44px, 5.3vw, 72px); line-height: 1.03; letter-spacing: -.045em; }
.inner-hero h1 em { color: var(--cyan); font-style: normal; }
.inner-hero-lead { margin: 0; color: #a9bbc4; font-size: 18px; line-height: 1.75; }
.inner-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.quick-facts { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); background: var(--white); }
.quick-facts div { padding: 28px 24px; border-right: 1px solid var(--line); }
.quick-facts div:last-child { border-right: 0; }
.quick-facts strong, .quick-facts span { display: block; }
.quick-facts strong { margin-bottom: 4px; font-size: 15px; }.quick-facts span { color: var(--muted); font-size: 11px; }
.page-section { padding: 95px 0; }
.page-section.white { background: var(--white); }.page-section.tint { background: #edf2f1; }.page-section.dark { color: var(--white); background: var(--ink); }
.page-heading { max-width: 760px; margin-bottom: 45px; }
.page-heading.center { margin-inline: auto; text-align: center; }
.page-heading h2 { margin: 10px 0 13px; font-size: clamp(34px, 4vw, 53px); line-height: 1.1; letter-spacing: -.04em; }
.page-heading p { margin: 0; color: var(--muted); font-size: 17px; }
.page-section.dark .page-heading p { color: #9db1bb; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.detail-card { position: relative; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.detail-card .card-icon { margin-bottom: 22px; }
.detail-card h3 { margin: 0 0 9px; font-size: 21px; letter-spacing: -.025em; }
.detail-card > p { margin: 0; color: var(--muted); font-size: 14px; }
.detail-card ul { display: grid; gap: 9px; margin: 23px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.detail-card li { position: relative; padding-left: 17px; color: #40545f; font-size: 12px; }
.detail-card li::before { content: ""; position: absolute; top: .72em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); }
.detail-card.wide { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 45px; align-items: center; }
.detail-card.wide ul { grid-template-columns: 1fr 1fr; margin: 0; padding: 0; border: 0; }
.content-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 105px; align-items: start; }
.content-split h2 { margin: 10px 0 0; font-size: clamp(34px, 4vw, 53px); line-height: 1.1; letter-spacing: -.04em; }
.prose > p:first-child { margin-top: 0; color: var(--ink); font-size: 21px; line-height: 1.6; }
.prose p { color: var(--muted); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 27px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 13px 14px 13px 38px; color: #3c515c; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.5); font-size: 12px; }
.check-list li::before { content: "✓"; position: absolute; left: 14px; color: var(--cyan-dark); font-weight: 900; }
.simple-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.simple-steps article { padding: 30px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(255,255,255,.035); }
.simple-steps span { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: 25px; color: var(--ink); border-radius: 50%; background: var(--cyan); font-size: 11px; font-weight: 900; }
.simple-steps h3 { margin: 0 0 8px; font-size: 18px; }.simple-steps p { margin: 0; color: #8ea4af; font-size: 12px; }
.inline-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 36px 42px; border-radius: 20px; color: var(--white); background: #0d293c; }
.inline-cta h2 { margin: 0 0 6px; font-size: 28px; letter-spacing: -.03em; }.inline-cta p { margin: 0; color: #9bb0ba; font-size: 13px; }
.inline-cta .button { flex: 0 0 auto; }
.contact-page-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; align-items: start; }
.contact-cards { display: grid; gap: 12px; margin-top: 30px; }
.contact-cards a, .contact-cards div { display: block; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.contact-cards small, .contact-cards strong { display: block; }.contact-cards small { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }.contact-cards strong { margin-top: 3px; font-size: 16px; }
.contact-page-layout .contact-form { color: var(--white); }
.area-note { margin-top: 25px; color: var(--muted); font-size: 12px; }

.site-footer { color: #8ca1ab; background: #051019; }
.footer-top { display: grid; grid-template-columns: 1fr 1.2fr .7fr; gap: 50px; align-items: center; padding: 55px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-top > p { margin: 0; font-size: 12px; }.footer-contact { display: grid; justify-items: end; font-size: 12px; }.footer-contact a:first-child { color: var(--white); font-size: 15px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 28px; color: #647d89; font-size: 9px; letter-spacing: .05em; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 16px; }
.legal-copy { max-width: 850px; }
.legal-copy h2 { margin-top: 38px; font-size: 24px; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p, .legal-copy li { color: var(--muted); font-size: 14px; line-height: 1.75; }
.legal-copy a { color: #087e78; text-decoration: underline; }
.mobile-actions { display: none; }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .08s; }.delay-two { transition-delay: .16s; }.delay-three { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1020px) {
  .hero-layout { gap: 35px; }
  .hero { min-height: auto; }
  .proof-grid div { padding-inline: 18px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .business-layout, .repairs-layout, .area-layout { gap: 55px; }
  .faq-layout, .contact-layout, .about-layout { gap: 65px; }
  .business-copy h2, .repair-copy h2, .area-copy h2, .contact-copy h2 { font-size: 43px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 680px); }
  .nav-wrap { height: 70px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 70px 0 0; display: none; align-content: start; align-items: stretch; gap: 0; padding: 25px 25px 110px; background: rgba(7,21,34,.98); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 16px 5px; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 18px; }
  .site-nav .nav-cta { margin-top: 17px; text-align: center; }
  .hero { padding: 135px 0 78px; }
  .hero-layout { display: block; }
  .hero-copy { width: 100%; max-width: 670px; }
  .hero-visual { width: min(590px, 100%); margin: 65px auto 0; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.08); border-top: 1px solid rgba(255,255,255,.08); }
  .proof-grid div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.08); }
  .section { padding: 84px 0; }
  .section-intro { grid-template-columns: 1fr; gap: 18px; margin-bottom: 38px; }
  .business-layout, .repairs-layout, .about-layout, .area-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .repair-visual { max-width: 570px; margin-inline: auto; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(2) { border: 0; }.process-grid article:nth-child(3), .process-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .process-grid article:nth-child(3) { padding-left: 0; }.process-grid article:nth-child(4) { padding-left: 35px; }
  .about-layout, .faq-layout, .contact-layout { gap: 42px; }
  .area-map { order: 2; }
  .footer-top { grid-template-columns: 1fr 1fr; }.footer-top > p { order: 3; grid-column: 1 / -1; }.footer-contact { justify-items: end; }
  .inner-hero { padding: 135px 0 75px; }
  .inner-hero-layout { grid-template-columns: 1fr; gap: 25px; }
  .quick-facts { grid-template-columns: 1fr; }.quick-facts div { border-right: 0; border-bottom: 1px solid var(--line); }.quick-facts div:last-child { border-bottom: 0; }
  .page-section { padding: 75px 0; }
  .content-split, .contact-page-layout { grid-template-columns: 1fr; gap: 42px; }
  .content-split { gap: 30px; }
  .simple-steps { grid-template-columns: 1fr; }
  .inline-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: 59px; }
  .brand-mark { width: 37px; height: 37px; }.brand strong { font-size: 18px; }
  .logo-brand img { width: 104px; }
  .hero { padding-top: 120px; }
  .hero h1 { font-size: 39px; overflow-wrap: break-word; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .status-body { padding: 18px; }.status-heading strong { font-size: 19px; }.tag-one { left: -5px; bottom: -28px; }.tag-two { right: -5px; top: 60px; }
  .proof-grid div { min-height: 90px; padding: 14px 12px; flex-direction: column; align-items: flex-start; gap: 2px; }
  .proof-grid strong { font-size: 23px; }.proof-grid span { font-size: 9px; }
  .section-intro h2, .business-copy h2, .repair-copy h2, .about-heading h2, .area-copy h2, .faq-heading h2, .contact-copy h2 { font-size: 35px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card p { min-height: auto; }
  .business-section { padding-top: 75px; }
  .support-options { padding: 10px; }.option-card { padding-inline: 10px; }
  .repair-panel { padding: 18px; }.circuit { min-height: 230px; }.repair-stats { grid-template-columns: 1fr; }
  .repair-list { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article:not(:first-child), .process-grid article:nth-child(3), .process-grid article:nth-child(4) { padding: 25px 0; border: 0; border-bottom: 1px solid var(--line); }
  .process-grid article > span { margin-bottom: 17px; }
  .about-copy .large-copy { font-size: 19px; }
  .area-map { min-height: 320px; }.map-label.l1 { right: 8%; }.map-label.l3 { left: 9%; }
  .form-row { grid-template-columns: 1fr; gap: 0; }.contact-form { padding: 21px 17px; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }.footer-top > p { grid-column: auto; }.footer-contact { justify-items: start; }.footer-bottom { flex-direction: column; gap: 10px; }.footer-legal { justify-content: flex-start; }
  .mobile-actions { position: fixed; z-index: 90; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; height: 59px; background: var(--ink); box-shadow: 0 -8px 25px rgba(0,0,0,.2); }
  .mobile-actions a { display: grid; place-items: center; color: var(--white); border-top: 1px solid rgba(255,255,255,.12); font-weight: 800; }
  .mobile-actions a:last-child { color: var(--ink); background: var(--cyan); border: 0; }
  .inner-hero h1 { font-size: 39px; overflow-wrap: break-word; }
  .inner-hero-lead { font-size: 16px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-card { padding: 25px 21px; }
  .detail-card.wide { grid-column: auto; display: block; }.detail-card.wide ul { grid-template-columns: 1fr; margin-top: 22px; }
  .check-list { grid-template-columns: 1fr; }
  .inline-cta { padding: 28px 22px; }
  .inline-cta .button { width: 100%; }
}
