:root {
  --black: #0f1113;
  --black-2: #15191d;
  --black-3: #20262c;
  --steel: #66717c;
  --muted: #aab0b6;
  --line: rgba(255, 255, 255, 0.12);
  --orange: #ff6a00;
  --orange-2: #ff8133;
  --white: #ffffff;
  --off-white: #f4f5f6;
  --max: 1180px;
  --shadow: 0 22px 65px rgba(0, 0, 0, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: Inter, Montserrat, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--max)); 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;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--black);
  background: var(--white);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--white);
  background: rgba(15, 17, 19, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.wordmark {
  display: inline-flex;
  align-items: center;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-style: italic;
  letter-spacing: -0.04em;
  line-height: 1;
  transform: skewX(-5deg);
}
.wordmark b { color: var(--orange); font-size: 1.16em; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { position: relative; padding: 26px 0 22px; font-weight: 650; color: #dadde0; }
.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transition: transform 180ms ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; }
.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  color: var(--white);
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 5px;
  box-shadow: 0 12px 30px rgba(255, 106, 0, 0.2);
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.btn:hover { transform: translateY(-2px); background: var(--orange-2); box-shadow: 0 16px 34px rgba(255, 106, 0, 0.26); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(255, 106, 0, 0.45); outline-offset: 3px; }
.btn-small { min-height: 44px; padding: 10px 16px; font-size: 0.92rem; }
.btn-outline { color: var(--white); background: transparent; border-color: rgba(255,255,255,.55); box-shadow: none; }
.btn-outline:hover { background: rgba(255,255,255,.08); }
.phone-trigger { appearance: none; }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 38%, rgba(255,106,0,.12), transparent 29%),
    linear-gradient(115deg, #090b0d 0%, #11161a 55%, #0a0d0f 100%);
}
.hero::after {
  content: "";
  position: absolute;
  right: -10vw;
  bottom: -110px;
  width: 45vw;
  height: 380px;
  background: linear-gradient(130deg, transparent 38%, rgba(255,106,0,.95) 39%, rgba(255,106,0,.95) 43%, transparent 44%);
  opacity: .36;
  transform: skewX(-12deg);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, transparent, black 50%, black);
}
.hero-layout { position: relative; z-index: 2; min-height: 700px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 72px; padding-block: 86px 92px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--orange);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 32px; height: 3px; background: currentColor; }
.hero h1, .section h2, .contact h2 {
  margin: 0;
  font-family: Impact, "Arial Narrow", "Arial Black", sans-serif;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.02;
}
.hero h1 { max-width: 760px; font-size: clamp(3.2rem, 6vw, 6.2rem); text-transform: uppercase; }
.hero h1 span { color: var(--orange); }
.hero-lead { max-width: 670px; margin: 28px 0 0; color: #cbd0d4; font-size: clamp(1.06rem, 1.8vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 0; margin: 42px 0 0; list-style: none; border-top: 1px solid var(--line); }
.hero-facts li { padding: 18px 18px 0 0; }
.hero-facts li + li { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: .9rem; }
.hero-facts span { margin-top: 3px; color: #969da3; font-size: .78rem; }

.hero-visual { position: relative; min-width: 0; }
.visual-badge { margin: 0 20px -1px auto; width: max-content; max-width: 90%; padding: 8px 12px; color: #c8cdd1; background: #171b1f; border: 1px solid var(--line); font-family: monospace; font-size: .72rem; letter-spacing: .09em; }
.diagnostic-panel { position: relative; padding: 22px; background: linear-gradient(145deg, rgba(37,43,48,.98), rgba(12,15,17,.98)); border: 1px solid rgba(255,255,255,.16); box-shadow: var(--shadow); }
.diagnostic-panel::before { content: ""; position: absolute; inset: 10px; pointer-events: none; border: 1px solid rgba(255,255,255,.05); }
.panel-top { display: flex; justify-content: space-between; color: #9da4aa; font-family: monospace; font-size: .72rem; letter-spacing: .1em; }
.panel-top i { color: #8cff9f; font-style: normal; }
.wave { display: block; width: 100%; height: auto; margin: 26px 0; }
.grid-line { fill: none; stroke: rgba(255,255,255,.08); stroke-width: 1; }
.signal-glow { fill: none; stroke: rgba(255,106,0,.28); stroke-width: 13; filter: blur(8px); }
.signal { fill: none; stroke: url(#lineGrad); stroke-width: 5; stroke-linejoin: round; stroke-linecap: round; }
.panel-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; color: #cbd0d4; font-size: .72rem; text-transform: uppercase; }
.panel-stats span { padding-top: 10px; border-top: 1px solid var(--line); }
.panel-stats b { display: block; margin-bottom: 4px; color: var(--orange); font-size: 1rem; }
.visual-stripe { position: absolute; z-index: -1; right: -30px; bottom: -42px; width: 170px; height: 150px; border-right: 18px solid var(--orange); border-bottom: 18px solid var(--orange); opacity: .85; }

.trust-strip { color: var(--white); background: var(--orange); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { display: flex; align-items: center; gap: 12px; min-height: 92px; padding: 14px 24px; }
.trust-grid div + div { border-left: 1px solid rgba(15,17,19,.18); }
.trust-grid b { color: rgba(15,17,19,.32); font-family: Impact, sans-serif; font-size: 1.8rem; }
.trust-grid span { font-size: .88rem; font-weight: 800; }

.section { padding-block: 100px; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.section h2, .contact h2 { font-size: clamp(2.3rem, 4.5vw, 4.2rem); text-transform: uppercase; }
.section-heading > p { margin: 0 0 5px; color: #616970; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 350px; padding: 30px; overflow: hidden; background: var(--off-white); border: 1px solid #dfe2e5; transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(255,106,0,.5); box-shadow: 0 24px 55px rgba(18, 22, 25, .12); }
.service-card.featured { color: var(--white); background: var(--black-2); border-color: var(--black-2); }
.service-index { position: absolute; top: 18px; right: 22px; color: rgba(15,17,19,.09); font-family: Impact, sans-serif; font-size: 4rem; line-height: 1; }
.featured .service-index { color: rgba(255,255,255,.07); }
.service-symbol { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 36px; color: var(--white); background: var(--orange); border-radius: 50%; font-size: 2rem; font-weight: 900; }
.service-card h3 { margin: 0 0 14px; font-size: 1.45rem; }
.service-card p { margin: 0; color: #5f676d; }
.service-card.featured p { color: #b9c0c5; }
.service-card a { position: absolute; bottom: 28px; left: 30px; color: var(--orange); font-size: .9rem; font-weight: 850; }
.service-card a span { margin-left: 8px; }

.process { color: var(--white); background: var(--black); }
.section-heading.light > p { color: #9fa6ac; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; list-style: none; counter-reset: steps; }
.process-grid li { position: relative; min-height: 240px; padding: 30px 30px 30px 0; border-top: 1px solid var(--line); }
.process-grid li + li { padding-left: 30px; border-left: 1px solid var(--line); }
.process-grid li:not(:last-child)::after { content: "→"; position: absolute; top: 24px; right: -10px; z-index: 2; color: var(--orange); font-size: 1.4rem; }
.process-grid span { color: var(--orange); font-family: Impact, sans-serif; font-size: 2.2rem; }
.process-grid h3 { margin: 48px 0 8px; font-size: 1.3rem; }
.process-grid p { margin: 0; color: #aeb4b9; font-size: .92rem; }

.about { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.about-mark { position: relative; display: grid; min-height: 430px; place-items: center; color: var(--white); background: linear-gradient(145deg, #1f252a, #0c0f11); box-shadow: var(--shadow); }
.about-mark::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.1); }
.about-mark > p { position: absolute; right: 0; bottom: 10px; left: 0; margin: 0; color: rgba(255,255,255,.08); font-family: Impact, sans-serif; font-size: 6rem; text-align: center; letter-spacing: .04em; }
.hex { position: relative; z-index: 2; display: grid; width: 190px; height: 210px; place-items: center; clip-path: polygon(50% 0, 94% 23%, 94% 76%, 50% 100%, 6% 76%, 6% 23%); background: linear-gradient(145deg, #e4e8ea, #69737c); }
.hex::before { content: ""; position: absolute; inset: 9px; clip-path: inherit; background: var(--black-2); }
.hex span { position: relative; z-index: 1; font-family: Impact, sans-serif; font-size: 7rem; font-style: italic; }
.hex i { position: absolute; z-index: 2; right: 20px; bottom: 36px; width: 76px; height: 15px; background: var(--orange); transform: rotate(-45deg); }
.about-copy > p:not(.eyebrow) { color: #5d656b; font-size: 1.06rem; }
.about-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; padding-top: 28px; border-top: 1px solid #dcdfe1; }
.about-points b, .about-points span { display: block; }
.about-points b { color: var(--orange); }
.about-points span { margin-top: 5px; color: #737b81; font-size: .82rem; }

.quote-section { color: var(--white); background: linear-gradient(135deg, #151a1e, #090b0d); }
.quote-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.quote-copy > p:not(.eyebrow) { color: #aeb5ba; }
.direct-contact { display: grid; gap: 10px; margin-top: 34px; }
.direct-contact a, .direct-contact .phone-link { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; color: inherit; background: transparent; border: 0; border-bottom: 1px solid var(--line); text-align: left; }
.direct-contact span { color: #8f979d; font-size: .82rem; }
.direct-contact b { text-align: right; }
.direct-contact a:hover b, .direct-contact .phone-link:hover b { color: var(--orange); }
.quote-form { padding: 34px; color: var(--black); background: var(--white); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; margin-bottom: 17px; }
.quote-form label > span { display: block; margin-bottom: 7px; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: 13px 14px; color: var(--black); background: #f4f5f6; border: 1px solid #d7dbde; border-radius: 3px; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--orange); outline: 3px solid rgba(255,106,0,.13); }
.form-submit { width: 100%; }
.quote-form small { display: block; margin-top: 12px; color: #737a80; font-size: .7rem; text-align: center; }
.hidden-field { position: absolute; left: -9999px; }

.contact { padding-block: 68px; color: var(--white); background: var(--black-3); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr .7fr auto; align-items: end; gap: 40px; }
.contact .eyebrow { margin-bottom: 10px; }
.contact h2 { font-size: clamp(2rem, 3.8vw, 3.4rem); }
.contact address { font-style: normal; }
.contact address span, .contact-grid > div > span { display: block; margin-bottom: 8px; color: #8e969d; font-size: .75rem; text-transform: uppercase; letter-spacing: .07em; }
.contact strong { font-size: .92rem; }
.map-link { padding: 15px 0; color: var(--orange); border-bottom: 1px solid var(--orange); font-weight: 800; white-space: nowrap; }
.map-link span { margin-left: 10px; }

.site-footer { padding-block: 48px; color: #b6bcc1; background: #080a0b; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 50px; }
.footer-mark { color: var(--white); }
.footer-grid p { margin: 10px 0 0; font-size: .82rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; font-size: .84rem; font-weight: 700; }
.footer-links a:hover { color: var(--orange); }
.footer-legal { text-align: right; }
.mobile-actions { display: none; }

.phone-dialog {
  position: fixed;
  width: min(calc(100% - 32px), 460px);
  padding: 42px 32px 32px;
  color: var(--white);
  background: var(--black-2);
  border: 1px solid rgba(255,255,255,.16);
  border-top: 5px solid var(--orange);
  box-shadow: 0 28px 90px rgba(0,0,0,.55);
  text-align: center;
}
.phone-dialog::backdrop { background: rgba(3,5,6,.78); backdrop-filter: blur(5px); }
.phone-dialog p { margin: 0 0 10px; color: #9fa6ac; font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.phone-dialog h2 { margin: 0 0 28px; color: var(--white); font-family: Impact, "Arial Black", sans-serif; font-size: clamp(2.3rem, 4.2vw, 3.55rem); letter-spacing: .02em; white-space: nowrap; }
.phone-dialog .btn { min-width: 150px; }
.dialog-close { position: absolute; top: 11px; right: 14px; width: 38px; height: 38px; color: #c8cdd1; background: transparent; border: 0; font-size: 2rem; line-height: 1; }
.dialog-close:hover { color: var(--orange); }

.thank-you { min-height: 100vh; display: grid; place-items: center; padding: 24px; color: var(--white); background: radial-gradient(circle at 50% 20%, rgba(255,106,0,.14), transparent 35%), var(--black); }
.thank-you-card { width: min(100%, 620px); padding: 54px; text-align: center; background: var(--black-2); border: 1px solid var(--line); box-shadow: var(--shadow); }
.thank-you-card .wordmark { margin-bottom: 32px; }
.thank-you-card h1 { margin: 0 0 15px; font-family: Impact, sans-serif; font-size: clamp(2.4rem, 7vw, 4.4rem); text-transform: uppercase; }
.thank-you-card p { color: #b6bdc2; }
.thank-you-card .btn { margin-top: 18px; }

@media (max-width: 980px) {
  .nav-cta { display: none; }
  .main-nav { gap: 18px; }
  .hero-layout { grid-template-columns: 1fr; min-height: auto; gap: 62px; padding-block: 72px 86px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(100%, 680px); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(15,17,19,.18); }
  .trust-grid div:nth-child(4) { border-top: 1px solid rgba(15,17,19,.18); }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li:nth-child(3) { border-left: 0; }
  .about-grid, .quote-grid { grid-template-columns: 1fr; gap: 54px; }
  .about-mark { width: min(100%, 600px); }
  .contact-grid { grid-template-columns: 1fr 1fr; align-items: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { order: 3; grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 66px; }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 5px; margin-left: auto; padding: 0; color: var(--white); background: transparent; border: 1px solid var(--line); }
  .menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
  .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); }
  .main-nav { position: fixed; z-index: 90; top: 66px; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 24px 20px; background: rgba(9,11,13,.99); transform: translateX(105%); transition: transform 220ms ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { padding: 20px 6px; border-bottom: 1px solid var(--line); font-size: 1.15rem; }
  .main-nav a::after { display: none; }
  .hero-layout { padding-block: 56px 70px; }
  .hero h1 { font-size: clamp(2.65rem, 14vw, 4.3rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts li { padding: 13px 0; }
  .hero-facts li + li { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .panel-stats { grid-template-columns: 1fr; }
  .panel-stats span { display: flex; justify-content: space-between; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div + div { border-top: 1px solid rgba(15,17,19,.18); border-left: 0; }
  .section { padding-block: 74px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li + li { min-height: 200px; padding: 26px 0; border-top: 1px solid var(--line); border-left: 0; }
  .process-grid li:not(:last-child)::after { top: auto; right: 0; bottom: -12px; transform: rotate(90deg); }
  .process-grid h3 { margin-top: 26px; }
  .about-grid { gap: 42px; }
  .about-mark { min-height: 340px; }
  .about-mark > p { font-size: 4rem; }
  .about-points { grid-template-columns: 1fr; }
  .quote-form { padding: 24px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-links { grid-column: auto; justify-content: flex-start; }
  .footer-legal { text-align: left; }
  .site-footer { padding-bottom: 102px; }
  .mobile-actions { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; padding: 9px; background: rgba(9,11,13,.96); border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
  .mobile-actions a, .mobile-actions button { display: grid; min-height: 46px; place-items: center; color: var(--white); background: transparent; border: 0; font-weight: 850; }
  .mobile-actions a:last-child { background: var(--orange); border-radius: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
