*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --orange: #E85D04; --orange-dark: #C44D00;
  --charcoal: #111111; --charcoal-2: #1A1A1A; --charcoal-3: #232323; --charcoal-4: #2E2E2E;
  --text-primary: #F5F3EE; --text-muted: #A09D97; --border: rgba(255,255,255,0.08);
  --font-display: 'Barlow Condensed', sans-serif; --font-body: 'Barlow', sans-serif;
}
html { scroll-behavior: smooth; }
body { background: var(--charcoal); color: var(--text-primary); font-family: var(--font-body); line-height: 1.6; }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(17,17,17,0.97); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); padding: 0 5%; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav-logo { text-decoration: none; }
.nav-links { display: flex; gap: 16px; list-style: none; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-size: 11px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--text-primary); }
.nav-cta { background: var(--orange); color: #fff; padding: 10px 20px; border-radius: 3px; text-decoration: none; font-weight: 700; font-size: 14px; transition: background 0.2s; white-space: nowrap; }
.nav-cta:hover { background: var(--orange-dark); }

.svc-hero { min-height: 60vh; padding-top: 64px; position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.svc-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.45) contrast(1.1); }
.svc-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,17,17,0.9) 0%, rgba(17,17,17,0.2) 60%, transparent 100%); }
.svc-hero-content { position: relative; z-index: 2; padding: 60px 8%; max-width: 700px; }
.hero-badge { display: inline-flex; background: rgba(232,93,4,0.15); border: 1px solid rgba(232,93,4,0.35); border-radius: 2px; padding: 5px 12px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 20px; }
.svc-h1 { font-family: var(--font-display); font-size: clamp(40px, 5vw, 68px); font-weight: 900; text-transform: uppercase; line-height: 0.92; letter-spacing: -0.01em; margin-bottom: 18px; }
.svc-hero-sub { font-size: 17px; color: rgba(255,255,255,0.75); max-width: 520px; margin-bottom: 32px; line-height: 1.65; }

.trust-bar { background: var(--charcoal-3); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 16px 8%; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.tb-item { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--text-muted); }
.tb-icon { color: var(--orange); }
.tb-div { width: 1px; height: 20px; background: var(--border); }

.content-section { padding: 80px 8%; }
.content-grid { display: grid; grid-template-columns: 1fr 360px; gap: 64px; align-items: start; }
.content-main { min-width: 0; }
.sec-label { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.sec-label::after { content: ''; flex: 0 0 32px; height: 1px; background: var(--orange); }
.sec-title { font-family: var(--font-display); font-size: clamp(32px, 4vw, 52px); font-weight: 900; text-transform: uppercase; line-height: 0.95; margin-bottom: 24px; }
.sub-title { font-family: var(--font-display); font-size: 24px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; margin: 36px 0 14px; color: var(--text-primary); }
.body-text { font-size: 16px; color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }

.checklist { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.checklist li { font-size: 15px; color: var(--text-muted); padding-left: 24px; position: relative; line-height: 1.5; }
.checklist li::before { content: '✓'; position: absolute; left: 0; color: var(--orange); font-weight: 700; }

.ba-block { margin-top: 40px; }
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; border-radius: 3px; overflow: hidden; }
.ba-side { position: relative; }
.ba-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; filter: brightness(0.85); }
.ba-lbl { position: absolute; top: 14px; left: 14px; font-family: var(--font-display); font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 10px; border-radius: 2px; }
.ba-lbl.before { background: rgba(17,17,17,0.85); color: var(--text-muted); border: 1px solid var(--border); }
.ba-lbl.after { background: var(--orange); color: #fff; }
.ba-cap { margin-top: 10px; font-size: 13px; color: var(--text-muted); }

.faq { display: flex; flex-direction: column; gap: 2px; margin-top: 16px; }
.faq-item { background: var(--charcoal-2); border: 1px solid var(--border); border-radius: 3px; padding: 20px 24px; }
.faq-q { font-family: var(--font-display); font-size: 18px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 10px; color: var(--text-primary); }
.faq-a { font-size: 14px; color: var(--text-muted); line-height: 1.7; }

.content-sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 84px; }
.sidebar-cta { background: var(--charcoal-2); border: 1px solid var(--border); border-radius: 4px; padding: 28px; }
.sidebar-title { font-family: var(--font-display); font-size: 22px; font-weight: 800; text-transform: uppercase; margin-bottom: 10px; }
.sidebar-cta p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.sidebar-or { text-align: center; font-size: 12px; color: var(--text-muted); margin: 12px 0; }
.btn-outline { display: block; text-align: center; border: 1px solid rgba(255,255,255,0.15); border-radius: 3px; padding: 12px 20px; font-weight: 600; font-size: 14px; color: var(--text-primary); text-decoration: none; transition: border-color 0.2s; }
.btn-outline:hover { border-color: var(--orange); color: var(--orange); }
.sidebar-services { background: var(--charcoal-2); border: 1px solid var(--border); border-radius: 4px; padding: 20px 24px; }
.sidebar-services-title { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 14px; }
.sidebar-services ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.sidebar-services a { color: var(--text-primary); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; display: flex; align-items: center; gap: 6px; }
.sidebar-services a::before { content: '→'; color: var(--orange); font-size: 12px; }
.sidebar-services a:hover { color: var(--orange); }
.sidebar-img-stack { display: flex; flex-direction: column; gap: 4px; }
.sidebar-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 3px; filter: brightness(0.8); }

.btn-primary { background: var(--orange); color: #fff; padding: 14px 28px; font-weight: 700; font-size: 15px; border-radius: 3px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background 0.2s, transform 0.15s; }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-1px); }

.cta-band { background: var(--orange); padding: 72px 8%; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-band h2 { font-family: var(--font-display); font-size: clamp(32px, 4vw, 52px); font-weight: 900; text-transform: uppercase; line-height: 0.95; color: #fff; }
.cta-band h2 em { font-style: normal; color: rgba(255,255,255,0.5); }
.btn-white { background: #fff; color: var(--orange); padding: 16px 32px; font-weight: 800; font-size: 16px; border-radius: 3px; text-decoration: none; white-space: nowrap; transition: transform 0.15s; }
.btn-white:hover { transform: translateY(-2px); }

footer { background: #0A0A0A; padding: 56px 8% 32px; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 36px; }
.footer-desc { font-size: 13px; color: var(--text-muted); line-height: 1.7; max-width: 280px; }
.footer-phone { display: block; margin-top: 14px; font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--orange); text-decoration: none; }
.footer-col h4 { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col a { color: var(--text-muted); text-decoration: none; font-size: 13px; transition: color 0.2s; }
.footer-col a:hover { color: var(--text-primary); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 20px; display: flex; justify-content: space-between; font-size: 12px; color: var(--text-muted); flex-wrap: wrap; gap: 8px; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .content-grid { grid-template-columns: 1fr; }
  .content-sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .trust-bar { justify-content: center; }
  .tb-div { display: none; }
  .svc-hero-content { padding: 40px 6%; }
}

/* IMAGE ROW */
.img-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin: 28px 0; }
.img-row-item { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 3px; filter: brightness(0.82) contrast(1.05); }
.img-row.two-col { grid-template-columns: repeat(2, 1fr); }

/* NAV DROPDOWN */
.nav-dropdown { position: relative; }
.nav-dropdown-trigger { display: flex; align-items: center; gap: 4px; cursor: pointer; }
.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: -20px;
  background: var(--charcoal-2);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 20px;
  min-width: 420px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.4);
  z-index: 200;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}
.nav-dropdown-menu.open { display: grid; }
.dropdown-col { display: flex; flex-direction: column; gap: 6px; }
.dropdown-col-label { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); margin-bottom: 6px; padding-bottom: 6px; border-bottom: 1px solid var(--border); }
.dropdown-col a { color: var(--text-muted); text-decoration: none; font-size: 13px; font-weight: 500; padding: 4px 0; transition: color 0.15s; display: block; }
.dropdown-col a:hover { color: var(--text-primary); }
