:root {
  --bw-orange: #ef8322;
  --bw-orange-light: #ffad63;
  --bw-orange-dark: #c96510;
  --bw-charcoal: #111315;
  --bw-panel: #191c1f;
  --bw-panel-2: #202326;
  --bw-grey: #3a3e3f;
  --bw-text: #f5f6f7;
  --bw-muted: #b7bdc3;
  --bw-line: rgba(255, 255, 255, 0.12);
  --bw-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  background: var(--bw-charcoal);
  color: var(--bw-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; }
a { color: var(--bw-orange-light); text-underline-offset: 0.2em; }
a:hover { color: #ffc38f; }
:focus-visible { outline: 3px solid var(--bw-orange-light); outline-offset: 3px; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 9999;
  background: #fff;
  color: #111;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-weight: 800;
}
.skip-link:focus { top: 1rem; }

.site-header {
  background: rgba(17, 19, 21, 0.96);
  border-bottom: 1px solid var(--bw-line);
  backdrop-filter: blur(12px);
}
.navbar { min-height: 76px; }
.navbar-brand { display: inline-flex; align-items: center; gap: 0.65rem; color: #fff; }
.navbar-brand:hover { color: #fff; }
.brand-mark {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 0.6rem;
  background: var(--bw-orange);
  color: #17120d;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.brand-name { font-size: 1.08rem; font-weight: 800; letter-spacing: 0.01em; }
.navbar .nav-link { color: #d9dde0; font-weight: 650; padding-inline: 0.75rem !important; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: #fff; }
.dropdown-menu { --bs-dropdown-link-active-bg: var(--bw-orange-dark); border-color: var(--bw-line); }
.dropdown-item { padding-block: 0.55rem; }

.btn { border-radius: 0.7rem; font-weight: 800; }
.btn-brand {
  border: 0;
  background: linear-gradient(135deg, #f59a45, var(--bw-orange));
  color: #17120d;
  box-shadow: 0 0.65rem 1.7rem rgba(239, 131, 34, 0.18);
}
.btn-brand:hover, .btn-brand:focus { background: linear-gradient(135deg, #ffad62, #f28a2a); color: #111; transform: translateY(-1px); }

.section-pad { padding: 4.5rem 0; }
.eyebrow {
  margin: 0 0 0.7rem;
  color: #f6a65c;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.76rem;
  font-weight: 850;
}
.section-heading { max-width: 720px; }
.section-heading h2, .process-section h2, .trust-section h2, .cta-section h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.032em;
}
.section-heading > p:last-child, .trust-section p { color: var(--bw-muted); }

.hero-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 82% 18%, rgba(239, 131, 34, 0.15), transparent 32%), linear-gradient(145deg, #111315 0%, #202326 100%);
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}
.hero-pad { position: relative; z-index: 1; padding-top: 5rem; padding-bottom: 5rem; }
.hero-section h1 {
  max-width: 15ch;
  margin-bottom: 1.1rem;
  font-size: clamp(2.35rem, 4.6vw, 4rem);
  line-height: 1.075;
  letter-spacing: -0.04em;
}
.hero-copy { max-width: 590px; color: #d2d6d9; font-size: 1.08rem; line-height: 1.72; }
.hero-points { display: flex; flex-wrap: wrap; gap: 0.55rem 1.2rem; margin: 0; padding: 0; color: #cbd0d4; list-style: none; font-size: 0.95rem; }
.hero-points li::before { content: "✓"; margin-right: 0.42rem; color: var(--bw-orange); font-weight: 900; }
.hero-figure {
  overflow: hidden;
  border: 1px solid var(--bw-line);
  border-radius: 1rem;
  background: var(--bw-panel);
  box-shadow: var(--bw-shadow);
}
.hero-image { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hero-figure figcaption { padding: 0.85rem 1rem; color: #c2c7cb; font-size: 0.88rem; }

.services-section { background: #151719; }
.service-card {
  padding: 1.65rem;
  border: 1px solid var(--bw-line);
  border-radius: 1rem;
  background: var(--bw-panel);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.service-card:hover { transform: translateY(-3px); border-color: rgba(239, 131, 34, 0.5); }
.service-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(239, 131, 34, 0.36);
  border-radius: 0.8rem;
  background: rgba(239, 131, 34, 0.12);
}
.service-icon svg { width: 1.45rem; height: 1.45rem; fill: none; stroke: var(--bw-orange-light); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 1rem 0 0.55rem; font-size: 1.35rem; }
.service-card p, .service-card li, .service-note { color: var(--bw-muted); }
.service-card ul { margin-bottom: 0; padding-left: 1.15rem; }
.service-card li + li { margin-top: 0.32rem; }
.support-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 0.75rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--bw-line);
  border-radius: 0.9rem;
  background: #111315;
}
.support-strip strong { color: #fff; }
.support-strip span { padding: 0.42rem 0.7rem; border-radius: 999px; background: #25282b; color: #d0d4d7; font-size: 0.9rem; }
.service-note { font-size: 0.88rem; }

.process-section { background: var(--bw-panel-2); }
.process-grid { counter-reset: process; }
.process-card {
  position: relative;
  padding: 1.4rem;
  border-top: 3px solid var(--bw-orange);
  border-radius: 0 0 0.9rem 0.9rem;
  background: #17191b;
}
.process-card span { display: inline-grid; place-items: center; width: 2.3rem; height: 2.3rem; margin-bottom: 0.9rem; border-radius: 50%; background: var(--bw-orange); color: #17120d; font-weight: 900; }
.process-card h3 { font-size: 1.18rem; }
.process-card p { margin-bottom: 0; color: var(--bw-muted); }

.trust-section { background: var(--bw-charcoal); }
.trust-list { display: grid; gap: 0; border: 1px solid rgba(239, 131, 34, 0.25); border-radius: 1rem; overflow: hidden; }
.trust-list article { display: grid; grid-template-columns: minmax(120px, 0.42fr) 1fr; gap: 1rem; padding: 1.15rem 1.25rem; background: linear-gradient(135deg, rgba(239, 131, 34, 0.07), rgba(255, 255, 255, 0.02)); }
.trust-list article + article { border-top: 1px solid var(--bw-line); }
.trust-list strong { color: #fff; }
.trust-list span { color: var(--bw-muted); }

.faq-section { background: var(--bw-panel-2); }
.accordion { max-width: 900px; --bs-accordion-bg: #17191b; --bs-accordion-color: #d8dcdf; --bs-accordion-border-color: rgba(255,255,255,0.12); --bs-accordion-btn-bg: #17191b; --bs-accordion-btn-color: #fff; --bs-accordion-active-bg: #23262a; --bs-accordion-active-color: #fff; --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(239,131,34,0.25); }
.accordion-button { font-weight: 750; }
.accordion-button::after { filter: invert(1); }

.cta-section { background: linear-gradient(135deg, var(--bw-orange), #cf650d); color: #17120d; }
.cta-section .eyebrow { color: #4b2608; }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-box > div:first-child { max-width: 760px; }
.cta-box h2 { max-width: 19ch; }
.cta-box p { margin-bottom: 0; }
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 0.65rem; min-width: 230px; }
.phone-link { color: #1e1309; font-size: 1.08rem; font-weight: 900; }
.phone-link:hover { color: #000; }

.site-footer { border-top: 1px solid var(--bw-line); background: #0b0c0d; color: #aeb4b9; font-size: 0.92rem; }
.footer-brand { color: #fff; font-weight: 800; }
.footer-copy { max-width: 720px; }
.site-footer a { color: #f0a25b; }

@media (max-width: 991.98px) {
  .navbar-collapse { padding: 0.85rem 0 1rem; }
  .navbar-nav { align-items: stretch !important; gap: 0.2rem; }
  .navbar .btn { margin-top: 0.55rem; width: 100%; }
  .hero-pad { padding-top: 4rem; padding-bottom: 4rem; }
  .cta-box { align-items: flex-start; flex-direction: column; }
  .cta-actions { align-items: flex-start; }
}

@media (max-width: 767.98px) {
  .section-pad { padding: 3.5rem 0; }
  .hero-pad { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .trust-list article { grid-template-columns: 1fr; gap: 0.25rem; }
}

@media (max-width: 575.98px) {
  .section-pad { padding: 3rem 0; }
  .hero-section h1 { font-size: 2.55rem; }
  .hero-copy { font-size: 1rem; }
  .brand-name { font-size: 1rem; }
  .support-strip { align-items: flex-start; flex-direction: column; }
  .support-strip span { border-radius: 0.55rem; }
}

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