@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/barlow-condensed-700.e1180918b873.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/barlow-condensed-800.b1b7dd5dbcea.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/barlow-condensed-900.84379775da4a.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-400.27ab01c4cb50.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-600.9a35cba76eda.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-700.9b13bd3653e3.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #0b131b;
  --ink-2: #121e29;
  --paper: #f7f5f0;
  --white: #ffffff;
  --orange: #f05a16;
  --orange-dark: #cf4105;
  --line: #d8d9da;
  --muted: #5d646a;
  --green: #2da44e;
  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Source Sans 3", Arial, sans-serif;
  color: var(--ink);
  font-family: var(--font-body);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.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; }
.eyebrow { margin: 0 0 8px; color: var(--orange); font: 800 0.82rem/1 var(--font-display); letter-spacing: 0.12em; }

.site-header { position: sticky; z-index: 50; top: 0; min-height: 65px; padding: 0 3.6vw; display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 28px; color: var(--white); background: rgba(7, 14, 20, 0.98); border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.brand { width: max-content; text-decoration: none; display: inline-flex; flex-direction: column; color: #fff; }
.brand > span { font: 900 1.8rem/0.82 var(--font-display); letter-spacing: -0.03em; }
.brand > span span { color: var(--orange); }
.brand small { margin-top: 5px; font: 800 0.56rem/1 var(--font-display); letter-spacing: 0.06em; }
.site-header nav { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 2.5vw, 36px); }
.site-header nav a { position: relative; padding: 22px 0; color: #fff; font-weight: 700; font-size: 0.86rem; white-space: nowrap; text-decoration: none; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 15px; height: 2px; background: var(--orange); transition: right 180ms ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; gap: 9px; }
.menu-button { display: none; padding: 8px; color: #fff; border: 1px solid rgba(255, 255, 255, 0.35); background: transparent; }

.button { min-height: 40px; padding: 0 18px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 800; text-decoration: none; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #ffb68f; outline-offset: 2px; }
.button-orange { color: #fff; background: var(--orange); box-shadow: 0 7px 20px rgba(240, 90, 22, 0.16); }
.button-orange:hover { background: var(--orange-dark); }
.button-outline { color: #fff; border-color: rgba(255,255,255,0.35); background: transparent; }
.button-outline:hover { border-color: #fff; }
.button-dark { color: #fff; background: var(--ink); }
.button-full { width: 100%; }

.hero { position: relative; min-height: 430px; isolation: isolate; display: grid; align-items: center; color: #fff; background: #0a1118 url("../images/hero-builder.73b698fa0b6a.webp") center right 36% / cover no-repeat; overflow: hidden; }
.hero-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(6,13,20,0.98) 0%, rgba(6,13,20,0.93) 33%, rgba(6,13,20,0.37) 63%, rgba(6,13,20,0.04) 100%); }
.hero-content { width: min(100% - 7.4vw, 1180px); margin-inline: auto; padding: 38px 0 28px; }
.hero-eyebrow { display: none; }
.hero h1 { max-width: 640px; margin: 0; font: 900 clamp(3.2rem, 5.55vw, 5.3rem)/0.87 var(--font-display); letter-spacing: -0.025em; }
.hero h1 span { color: var(--orange); }
.hero-intro { max-width: 540px; margin: 17px 0 19px; font-size: clamp(1.05rem, 1.35vw, 1.26rem); line-height: 1.35; }
.lead-search { width: min(650px, 100%); min-height: 48px; display: grid; grid-template-columns: 1.08fr 1fr 158px; background: #fff; border-radius: 3px; overflow: hidden; box-shadow: 0 15px 34px rgba(0,0,0,0.25); }
.lead-search select, .lead-search input { min-width: 0; padding: 0 18px; color: #252b30; border: 0; background: #fff; }
.lead-search select { border-right: 1px solid #cfd2d4; }
.lead-search button { border: 0; display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: var(--orange); font-weight: 800; }
.hero-points { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 14px 36px; font-size: 0.92rem; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.hero-points svg, .hero-points i { color: var(--orange); }
.launch-ticket { width: max-content; max-width: 100%; margin-top: 24px; padding: 12px 20px; display: flex; align-items: center; gap: 14px; color: #fff; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.08); backdrop-filter: blur(4px); text-decoration: none; }
.launch-ticket svg, .launch-ticket > i { color: var(--orange); font-size: 2.25rem; }
.launch-ticket div, .launch-ticket > span { display: flex; flex-direction: column; }
.launch-ticket strong { font: 800 1.32rem/1 var(--font-display); letter-spacing: 0.02em; }
.launch-ticket small { margin-top: 4px; color: #d5dbe0; font-size: 0.8rem; }
.photo-credit { position: absolute; right: 14px; bottom: 10px; font-size: 0.64rem; color: rgba(255,255,255,0.65); }

.section { width: min(100% - 7.4vw, 1180px); margin-inline: auto; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.section-heading > div { display: flex; align-items: center; gap: 15px; }
h2 { margin: 0; font: 800 clamp(1.65rem, 2.1vw, 2.1rem)/1 var(--font-display); letter-spacing: -0.015em; }
.status-note { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 0.76rem; }
.status-note i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.text-link { padding: 5px 0; border: 0; display: inline-flex; align-items: center; gap: 7px; color: var(--ink); background: transparent; font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--orange); }
.orange-link { color: var(--orange); }

.opportunities { padding: 25px 0 20px; }
.filter-message { margin: 12px 0 0; padding: 8px 12px; border-left: 3px solid var(--orange); background: #fff6f0; font-size: 0.88rem; }
.opportunity-layout { margin-top: 13px; display: grid; grid-template-columns: 1fr 238px; gap: 12px; }
.lead-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.lead-card { min-width: 0; padding: 15px 15px 12px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 3px; background: #fff; box-shadow: 0 7px 24px rgba(20,30,40,0.025); }
.lead-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 0.72rem; }
.lead-meta strong { text-transform: uppercase; }
.lead-meta strong.orange { color: #f04c0d; }
.lead-meta strong.blue { color: #1674d1; }
.lead-meta strong.teal { color: #008a92; }
.lead-meta span, .sample-label { padding: 2px 5px; color: #677078; background: #eef0f1; font-size: 0.65rem; font-weight: 800; letter-spacing: 0.05em; }
.lead-card h3 { margin: 9px 0 5px; font-size: 1.2rem; line-height: 1.05; }
.lead-card p { margin: 4px 0; font-size: 0.85rem; line-height: 1.34; }
.lead-card .location { display: flex; align-items: center; gap: 4px; color: #4d545a; font-size: 0.78rem; }
.timing { margin-top: 8px; color: var(--orange); font-size: 0.9rem; }
.lead-footer { margin-top: auto; padding-top: 10px; border-top: 1px solid #e3e4e5; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.lead-footer span { display: inline-flex; align-items: center; gap: 4px; color: #4f595f; font-size: 0.72rem; }
.lead-footer span svg, .lead-footer span i { color: var(--green); }
.lead-footer button, .lead-footer a { padding: 5px 9px; border: 1px solid #8c949a; border-radius: 2px; background: #fff; font-size: 0.73rem; font-weight: 800; text-decoration: none; }
.lead-footer button:hover, .lead-footer a:hover { color: #fff; border-color: var(--ink); background: var(--ink); }
.empty-state { padding: 28px; grid-column: 1 / -1; border: 1px dashed #aab0b4; background: #fff; }
.lead-aside { padding: 17px 16px 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; background: var(--ink); }
.lead-aside > svg, .lead-aside > i { color: var(--orange); font-size: 2.65rem; }
.lead-aside > strong { margin-top: 7px; font: 900 2rem/0.88 var(--font-display); }
.lead-aside p { margin: 10px 0 13px; color: #c9d0d5; font-size: 0.79rem; line-height: 1.3; }

.process-panel { display: grid; grid-template-columns: 1fr 290px; border: 1px solid #dedfdc; background: #f4f2ed; }
.process-main { padding: 18px 22px; }
.process-steps { margin-top: 14px; display: grid; grid-template-columns: 1fr 26px 1fr 26px 1fr; align-items: center; gap: 9px; }
.process-steps > div { position: relative; display: grid; grid-template-columns: 65px 1fr; align-items: center; gap: 10px; }
.step-icon { width: 62px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #bcc1c4; border-radius: 50%; background: #fff; }
.step-icon i { font-size: 1.95rem; }
.process-steps b { position: absolute; left: 53px; top: 0; width: 21px; aspect-ratio: 1; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--orange); font-size: 0.62rem; }
.process-steps p { margin: 0; display: flex; flex-direction: column; font-size: 0.76rem; }
.process-steps strong { font-size: 0.82rem; }
.process-steps small { margin-top: 3px; line-height: 1.25; color: #596067; }
.step-arrow { width: 23px; font-size: 1.4rem; }
.customer-cta { padding: 18px 24px; border-left: 1px solid #d4d5d3; background: #eeece7; }
.customer-cta p { margin: 9px 0 13px; font-size: 0.86rem; line-height: 1.35; }

.trades { padding: 22px 0; }
.trade-list { margin-top: 14px; display: grid; grid-template-columns: repeat(10, 1fr); gap: 8px; }
.trade-list { padding: 0; list-style: none; }
.trade-list li { min-width: 0; }
.trade-list button, .trade-list a { width: 100%; min-width: 0; min-height: 79px; padding: 9px 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: var(--ink); border: 1px solid #d4d6d7; border-radius: 3px; background: #fbfaf7; text-decoration: none; }
.trade-list button:hover, .trade-list button.selected, .trade-list a:hover { color: #fff; border-color: var(--orange); background: var(--orange); }
.trade-list a > i { font-size: 1.95rem; }
.trade-list span { font-size: 0.73rem; font-weight: 800; }

.locations { min-height: 230px; margin-bottom: 18px; display: grid; grid-template-columns: 390px 1fr; border: 1px solid #d8dade; background: #fff; overflow: hidden; }
.location-copy { z-index: 2; padding: 20px 20px 18px; background: #fff; }
.location-copy > p { max-width: 230px; margin: 9px 0 3px; color: #424a50; line-height: 1.35; }
.location-buttons { margin-top: 17px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.location-buttons { padding: 0; list-style: none; }
.location-buttons button, .location-buttons a { min-height: 34px; padding: 4px 7px; display: grid; place-items: center; color: var(--ink); border: 1px solid #d0d4d6; border-radius: 3px; background: #fafafa; font-size: 0.73rem; font-weight: 700; text-align: center; text-decoration: none; }
.location-buttons button:hover, .location-buttons button.active, .location-buttons a:hover { color: #fff; border-color: var(--ink); background: var(--ink); }
.map-wrap { position: relative; min-height: 230px; overflow: hidden; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 230px; border: 0; filter: saturate(0.58) contrast(0.9) brightness(1.06); }
.map-pin { position: absolute; padding: 6px 8px; display: flex; align-items: center; gap: 4px; color: #fff; border-radius: 2px; background: var(--ink); font-size: 0.68rem; font-weight: 700; box-shadow: 0 5px 13px rgba(0,0,0,0.22); }
.map-pin svg, .map-pin i { color: var(--orange); }
.map-pin-one { left: 29%; top: 51%; }
.map-pin-two { left: 44%; top: 67%; }
.map-pin-three { left: 66%; top: 44%; }

.business-trust { min-height: 188px; display: grid; grid-template-columns: 1fr 33%; color: #fff; background: var(--ink); }
.business-copy { padding: 22px 3.8vw; }
.trust-columns { margin: 15px 0 17px; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-columns > div { padding: 0 20px; border-right: 1px solid rgba(255,255,255,0.24); }
.trust-columns > div:first-child { padding-left: 0; }
.trust-columns svg, .trust-columns i { color: var(--orange); font-size: 1.55rem; }
.trust-columns strong { display: block; margin: 3px 0; font-size: 0.88rem; }
.trust-columns p { margin: 0; color: #cbd1d6; font-size: 0.76rem; line-height: 1.32; }
.business-photo { position: relative; min-height: 188px; background: linear-gradient(90deg, var(--ink) 0%, rgba(11,19,27,0.2) 32%, rgba(11,19,27,0) 70%), url("../images/business-worker.cd0e149e96e0.webp") center 34% / cover no-repeat; }
.business-photo span, .business-photo > a { position: absolute; right: 10px; bottom: 8px; color: rgba(255,255,255,0.67); font-size: 0.61rem; }

.closing-cta { min-height: 100px; padding: 17px 7vw; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 35px; background: #fff; }
.closing-cta .eyebrow { margin-bottom: 4px; }
.closing-cta h2 { font-size: 1.9rem; }
.closing-cta small { grid-column: 2; justify-self: center; color: #5a6166; }
.site-footer { padding: 27px 4vw; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 32px; color: #c9d0d5; background: #070d13; }
.site-footer p { max-width: 560px; margin: 0; font-size: 0.78rem; line-height: 1.45; }
.site-footer > div, .site-footer > nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; }
.site-footer a, .site-footer button { padding: 0; color: #fff; border: 0; background: transparent; font-size: 0.78rem; text-decoration: none; }
.site-footer a:hover, .site-footer button:hover { color: var(--orange); }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; padding: 24px; display: grid; place-items: center; background: rgba(3,8,13,0.78); overflow-y: auto; }
.modal { position: relative; width: min(100%, 630px); max-height: calc(100vh - 48px); padding: 30px; color: var(--ink); background: var(--paper); border-top: 5px solid var(--orange); box-shadow: 0 30px 100px rgba(0,0,0,0.45); overflow-y: auto; }
.modal h2 { padding-right: 30px; font-size: clamp(2rem, 5vw, 3.1rem); }
.modal-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #aeb3b6; background: transparent; }
.modal-intro { margin: 10px 0 18px; color: #4d555b; }
.dialog-form { display: grid; gap: 13px; }
.dialog-form label { display: grid; gap: 5px; font-weight: 700; }
.dialog-form input, .dialog-form select, .dialog-form textarea { width: 100%; padding: 11px 12px; border: 1px solid #aeb4b8; border-radius: 0; background: #fff; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.consent { grid-template-columns: 20px 1fr !important; align-items: start; color: #4d555a; font-size: 0.8rem; font-weight: 400 !important; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--orange); }
.form-note { margin: 0; color: #5d646a; font-size: 0.78rem; }
.success-state { padding: 14px 0 4px; text-align: center; }
.success-state > svg { color: var(--green); }
.success-state h3 { margin: 10px 0 5px; font-size: 1.3rem; }
.success-state p { margin: 0 auto 18px; max-width: 480px; color: #50585e; line-height: 1.45; }
.lead-detail > p { display: flex; align-items: center; gap: 5px; line-height: 1.45; }
.lead-detail dl { margin: 17px 0; border-top: 1px solid #d3d5d6; }
.lead-detail dl div { padding: 8px 0; display: grid; grid-template-columns: 150px 1fr; border-bottom: 1px solid #d3d5d6; }
.lead-detail dt { font-weight: 700; }
.lead-detail dd { margin: 0; }

.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--orange); transform: translateY(-150%); text-decoration: none; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.site-messages { position: fixed; z-index: 90; top: 76px; right: 18px; width: min(420px, calc(100% - 36px)); }
.site-message { margin: 0 0 8px; padding: 12px 15px; border-left: 4px solid var(--orange); color: #fff; background: var(--ink); box-shadow: 0 8px 28px rgba(0,0,0,0.2); }
.site-message.success { border-color: var(--green); }
.footer-copy { display: grid; gap: 4px; }
.footer-copy p { max-width: 620px; }
.footer-copy .company-note { color: #89939b; font-size: 0.72rem; }
.site-legal { padding: 9px 4vw; display: flex; justify-content: space-between; gap: 16px; color: #818b93; background: #050a0f; border-top: 1px solid rgba(255,255,255,0.08); font-size: 0.7rem; }
.site-legal a { color: #fff; }

.page-hero { position: relative; min-height: 270px; display: grid; align-items: end; color: #fff; background: var(--ink); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,13,20,0.98), rgba(6,13,20,0.72) 58%, rgba(6,13,20,0.14)); }
.page-hero.has-image { background-position: center; background-size: cover; }
.page-hero-content { position: relative; z-index: 1; width: min(100% - 7.4vw, 1180px); margin-inline: auto; padding: 48px 0 36px; }
.page-hero h1 { max-width: 800px; margin: 0; font: 900 clamp(3rem, 6vw, 5.2rem)/0.88 var(--font-display); letter-spacing: -0.025em; }
.page-hero p { max-width: 650px; margin: 15px 0 0; color: #e1e5e8; font-size: 1.08rem; line-height: 1.5; }
.breadcrumb { margin-bottom: 13px; display: flex; flex-wrap: wrap; gap: 7px; color: #c7cdd2; font-size: 0.78rem; }
.breadcrumb a { color: #fff; }
.page-shell { width: min(100% - 7.4vw, 1180px); margin: 0 auto; padding: 42px 0 58px; }
.page-shell.narrow { width: min(100% - 32px, 760px); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(32px, 6vw, 80px); align-items: start; }
.rich-text { color: #30383e; font-size: 1.05rem; line-height: 1.7; }
.rich-text h2, .rich-text h3 { color: var(--ink); font-family: var(--font-display); line-height: 1; }
.rich-text h2 { margin: 40px 0 14px; font-size: 2.25rem; }
.rich-text h3 { margin: 30px 0 10px; font-size: 1.65rem; }
.rich-text a { color: var(--orange-dark); font-weight: 700; }
.rich-text img { height: auto; margin-block: 24px; }
.content-aside { position: sticky; top: 92px; padding: 24px; color: #fff; background: var(--ink); border-top: 5px solid var(--orange); }
.content-aside h2 { font-size: 2rem; }
.content-aside p { color: #cbd1d6; line-height: 1.5; }
.content-aside .button { margin-top: 8px; }

.index-intro { max-width: 760px; margin-bottom: 30px; font-size: 1.08rem; line-height: 1.6; }
.directory-list { border-top: 2px solid var(--ink); }
.directory-item { padding: 18px 4px; display: grid; grid-template-columns: minmax(190px, 0.7fr) 1fr auto; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); text-decoration: none; }
.directory-item:hover { background: #fff; }
.directory-item h2, .directory-item h3 { margin: 0; font: 800 1.55rem/1 var(--font-display); }
.directory-item p { margin: 0; color: var(--muted); line-height: 1.4; }
.directory-item i { color: var(--orange); font-size: 1.2rem; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.article-card { display: flex; min-height: 330px; flex-direction: column; color: #fff; background: var(--ink); text-decoration: none; }
.article-card img { width: 100%; height: 180px; object-fit: cover; }
.article-card > div { padding: 18px; }
.article-card h2, .article-card h3 { margin: 0 0 8px; font: 800 1.65rem/1 var(--font-display); }
.article-card p { margin: 0; color: #cbd1d6; line-height: 1.4; }

.form-layout { width: min(100% - 32px, 1050px); margin: 42px auto 60px; display: grid; grid-template-columns: minmax(0, 680px) 1fr; align-items: start; gap: 34px; }
.form-panel { padding: clamp(22px, 4vw, 40px); background: #fff; border-top: 5px solid var(--orange); box-shadow: 0 18px 60px rgba(11,19,27,0.08); }
.form-panel h1 { margin: 0; font: 900 clamp(2.7rem, 6vw, 4.4rem)/0.9 var(--font-display); }
.form-intro { margin: 12px 0 25px; color: var(--muted); font-size: 1.02rem; line-height: 1.5; }
.workleads-form { display: grid; gap: 17px; }
.workleads-form p, .form-field { margin: 0; display: grid; gap: 6px; }
.workleads-form label, .form-field > label { color: var(--ink); font-weight: 700; }
.workleads-form input:not([type="checkbox"]):not([type="radio"]), .workleads-form select, .workleads-form textarea { width: 100%; min-height: 48px; padding: 11px 12px; color: var(--ink); border: 1px solid #aeb4b8; border-radius: 0; background: #fff; }
.workleads-form textarea { min-height: 125px; resize: vertical; }
.workleads-form input[type="checkbox"], .workleads-form input[type="radio"] { width: 18px; height: 18px; accent-color: var(--orange); }
.workleads-form .checkbox-row, .workleads-form label:has(> input[type="checkbox"]) { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 8px; font-weight: 400; }
.helptext, .field-help { color: var(--muted); font-size: 0.8rem; line-height: 1.4; }
.errorlist { margin: 0; padding: 8px 11px; color: #8c1d18; border-left: 3px solid #c7352d; background: #fff0ee; list-style: none; font-size: 0.84rem; }
.form-errors { margin-bottom: 18px; padding: 13px 15px; color: #7d1d17; border-left: 4px solid #c7352d; background: #fff0ee; }
.honeypot-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-aside { padding: 24px; color: #fff; background: var(--ink); }
.form-aside h2 { font-size: 2rem; }
.form-aside ul { margin: 17px 0 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.form-aside li { display: grid; grid-template-columns: 24px 1fr; gap: 8px; color: #d3d8dc; line-height: 1.4; }
.form-aside i { color: var(--orange); font-size: 1.15rem; }
.privacy-note { padding: 12px 14px; color: #3e484f; background: #f2f0eb; border-left: 3px solid var(--ink); font-size: 0.82rem; line-height: 1.45; }
.success-panel { width: min(100% - 32px, 720px); margin: 60px auto; padding: clamp(28px, 5vw, 52px); text-align: center; background: #fff; border-top: 6px solid var(--green); }
.success-panel > i { color: var(--green); font-size: 3.2rem; }
.success-panel h1 { margin: 12px 0; font: 900 clamp(2.8rem, 7vw, 4.8rem)/0.9 var(--font-display); }
.success-panel p { max-width: 560px; margin: 0 auto 22px; color: var(--muted); line-height: 1.55; }

.filters { margin-bottom: 18px; padding: 15px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; background: #fff; border: 1px solid var(--line); }
.filters input, .filters select { min-height: 43px; padding: 8px 10px; border: 1px solid #aeb4b8; background: #fff; }
.opportunity-list { display: grid; gap: 12px; }
.opportunity-row { padding: 18px; display: grid; grid-template-columns: 145px 1fr auto; align-items: center; gap: 22px; background: #fff; border: 1px solid var(--line); }
.opportunity-row .category { color: var(--orange); font-weight: 800; text-transform: uppercase; }
.opportunity-row h2, .opportunity-row h3 { margin: 0 0 5px; font-size: 1.18rem; }
.opportunity-row p { margin: 0; color: var(--muted); line-height: 1.4; }
.status-label { width: max-content; padding: 3px 7px; color: #44515a; background: #e9edef; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.pagination { margin-top: 28px; display: flex; justify-content: center; gap: 7px; }
.pagination a, .pagination span { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); background: #fff; text-decoration: none; }
.pagination .current { color: #fff; border-color: var(--orange); background: var(--orange); }

.dashboard-grid { width: min(100% - 32px, 1180px); margin: 38px auto 60px; display: grid; grid-template-columns: 270px 1fr; gap: 26px; }
.dashboard-nav { padding: 22px; align-self: start; color: #fff; background: var(--ink); }
.dashboard-nav nav { margin-top: 18px; display: grid; }
.dashboard-nav a { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.13); text-decoration: none; }
.dashboard-main { min-width: 0; }
.dashboard-main h1 { margin: 0 0 22px; font: 900 clamp(3rem, 6vw, 4.5rem)/0.9 var(--font-display); }
.dashboard-table { width: 100%; border-collapse: collapse; background: #fff; }
.dashboard-table th, .dashboard-table td { padding: 12px; text-align: left; border-bottom: 1px solid var(--line); }
.dashboard-table th { color: #fff; background: var(--ink); }

.photo-credit-list { display: grid; gap: 0; border-top: 2px solid var(--ink); }
.photo-credit-item { padding: 18px 0; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.photo-credit-item img { width: 150px; height: 92px; object-fit: cover; }
.photo-credit-item h2 { margin: 0 0 4px; font-size: 1.2rem; }
.photo-credit-item p { margin: 0; color: var(--muted); }

.container { width: min(100%, 1180px); margin-inline: auto; }
.container--narrow { max-width: 780px; }
.container--form { max-width: 720px; }
.leads-page .section { padding-block: 42px 58px; }
.page-hero--compact { min-height: 260px; }
.page-hero--business { min-height: 390px; align-items: center; background: linear-gradient(90deg, rgba(6,13,20,0.98), rgba(6,13,20,0.65)), url("../images/team-reviewing-plans.d237d34a0134.webp") center / cover; }
.page-hero .container { position: relative; z-index: 1; padding-inline: 0; }
.page-hero--compact .container { width: min(100% - 7.4vw, 900px); padding-block: 42px 34px; }
.hero-split { width: min(100% - 7.4vw, 1180px); display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 60px; align-items: center; }
.hero-split h1 { max-width: 720px; }
.hero-split .button { margin: 20px 8px 0 0; }
.process-summary { padding: 24px; color: var(--ink); background: rgba(255,255,255,0.96); border-top: 5px solid var(--orange); }
.process-summary ol { margin: 0; padding: 0; display: grid; gap: 17px; list-style: none; counter-reset: steps; }
.process-summary li { position: relative; padding-left: 38px; counter-increment: steps; }
.process-summary li::before { content: counter(steps, decimal-leading-zero); position: absolute; left: 0; top: 0; color: var(--orange); font: 800 1rem/1 var(--font-display); }
.process-summary strong, .process-summary span { display: block; }
.process-summary span { margin-top: 3px; color: var(--muted); font-size: 0.88rem; }

.lead-form, .interest-form { padding: clamp(22px, 4vw, 38px); display: grid; gap: 17px; background: #fff; border-top: 5px solid var(--orange); box-shadow: 0 18px 60px rgba(11,19,27,0.07); }
.form-field { display: grid; gap: 6px; }
.form-field > label { font-weight: 700; }
.form-field input:not([type="checkbox"]):not([type="radio"]), .form-field select, .form-field textarea, .search-panel input, .search-panel select { width: 100%; min-height: 48px; padding: 10px 12px; color: var(--ink); border: 1px solid #aeb4b8; border-radius: 0; background: #fff; }
.form-field textarea { min-height: 125px; resize: vertical; }
.form-field input[type="checkbox"], .form-field input[type="radio"] { width: 18px; height: 18px; accent-color: var(--orange); }
.form-field--service_categories ul { margin: 0; padding: 12px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; border: 1px solid #c6cacf; list-style: none; }
.form-field--service_categories label { display: flex; align-items: center; gap: 7px; font-weight: 600; }
.form-field--consent_to_contact > div, .form-field--marketing_consent > div, .form-field--terms_accepted > div { display: grid; grid-template-columns: 20px 1fr; gap: 8px; }
.form-help { color: var(--muted); font-size: 0.8rem; line-height: 1.4; }
.field-errors { color: #8c1d18; border-left: 3px solid #c7352d; background: #fff0ee; }
.field-errors p { margin: 0; padding: 6px 9px; }
.form-privacy, .form-alternative { color: var(--muted); font-size: 0.88rem; }
.form-alternative { margin: 15px 0 0; text-align: center; }
.form-privacy a, .form-alternative a { color: var(--orange-dark); font-weight: 700; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.notice-list { margin-bottom: 18px; display: grid; gap: 8px; }
.notice { padding: 12px 14px; border-left: 4px solid #2275b6; background: #edf6fc; line-height: 1.45; }
.notice--success { border-color: var(--green); background: #edf8f0; }
.notice--error { color: #7d1d17; border-color: #c7352d; background: #fff0ee; }

.search-panel { margin-bottom: 30px; padding: 16px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; align-items: end; background: #fff; border: 1px solid var(--line); }
.opportunity-grid { margin-top: 16px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.opportunity-card { padding: 18px; display: flex; flex-direction: column; border: 1px solid var(--line); background: #fff; }
.opportunity-card__meta { display: flex; justify-content: space-between; align-items: center; gap: 10px; color: var(--muted); font-size: 0.76rem; }
.trade-label { color: var(--orange-dark); font-weight: 800; text-transform: uppercase; }
.opportunity-card h3 { margin: 11px 0 5px; font-size: 1.2rem; line-height: 1.08; }
.opportunity-card h3 a { text-decoration: none; }
.opportunity-card p { margin: 5px 0; color: #3e474d; line-height: 1.42; }
.opportunity-card__location { font-weight: 700; }
.opportunity-card__facts { margin: 12px 0 16px; border-top: 1px solid var(--line); }
.opportunity-card__facts div { padding: 7px 0; display: grid; grid-template-columns: 70px 1fr; border-bottom: 1px solid var(--line); }
.opportunity-card__facts dt { font-weight: 700; }
.opportunity-card__facts dd { margin: 0; }
.opportunity-card .button { margin-top: auto; }
.button--outline { color: var(--ink); border-color: #8c949a; background: transparent; }
.page-hero .button--outline, .section--dark .button--outline, .dashboard-heading .button--outline { color: #fff; border-color: rgba(255,255,255,0.45); }
.empty-state h2 { margin: 0 0 7px; }
.empty-state p { margin: 0 0 18px; color: var(--muted); }

.opportunity-detail { padding: clamp(22px, 4vw, 42px); background: #fff; border-top: 5px solid var(--orange); }
.opportunity-detail h1 { margin: 17px 0 8px; font: 900 clamp(2.7rem, 7vw, 4.6rem)/0.9 var(--font-display); }
.opportunity-detail .lead { color: #344047; font-size: 1.08rem; line-height: 1.58; }
.opportunity-detail__facts { margin: 25px 0; border-top: 1px solid var(--line); }
.opportunity-detail__facts div { padding: 10px 0; display: grid; grid-template-columns: 140px 1fr; border-bottom: 1px solid var(--line); }
.opportunity-detail__facts dt { font-weight: 700; }
.opportunity-detail__facts dd { margin: 0; }
.account-prompt { margin-top: 25px; padding: 22px; color: #fff; background: var(--ink); }
.account-prompt h2 { font-size: 2rem; }
.account-prompt p { color: #cbd1d6; }
.account-prompt .button { margin: 8px 8px 0 0; }
.account-prompt .button--outline { color: #fff; border-color: rgba(255,255,255,0.45); }
.back-link { display: inline-block; margin-bottom: 14px; color: var(--orange-dark); font-weight: 700; }

.confirmation-page { min-height: 540px; display: grid; place-items: center; }
.confirmation-page .container { padding: clamp(27px, 5vw, 48px); text-align: center; background: #fff; border-top: 5px solid var(--orange); }
.confirmation-page h1, .leads-page--login h1, .leads-page--form h1 { margin: 5px 0 15px; font: 900 clamp(2.8rem, 7vw, 4.7rem)/0.9 var(--font-display); }
.confirmation-page p { line-height: 1.55; }
.confirmation-page .button, .confirmation-page .text-link { margin: 10px 7px 0; }
.reference { margin: 20px auto; padding: 10px 14px; width: max-content; max-width: 100%; background: #f0eee8; }
.reference dt { font-weight: 700; }
.reference dd { margin: 2px 0 0; overflow-wrap: anywhere; }

.section--dark { width: 100%; color: #fff; background: var(--ink); }
.section--dark .container { width: min(100% - 7.4vw, 1180px); }
.content-columns { display: grid; grid-template-columns: 0.7fr 1fr; gap: 60px; }
.content-columns p { color: #ced4d8; line-height: 1.55; }
.content-steps { margin: 24px 0; padding: 0; display: grid; gap: 0; list-style: none; counter-reset: contentsteps; border-top: 2px solid var(--ink); }
.content-steps li { position: relative; padding: 16px 12px 16px 54px; counter-increment: contentsteps; border-bottom: 1px solid var(--line); }
.content-steps li::before { content: counter(contentsteps, decimal-leading-zero); position: absolute; left: 8px; top: 17px; color: var(--orange); font: 900 1.25rem/1 var(--font-display); }
.content-steps strong, .content-steps span { display: block; }
.content-steps span { margin-top: 3px; color: var(--muted); }
.content-callout { margin: 30px 0; padding: 23px; color: #fff; background: var(--ink); border-left: 5px solid var(--orange); }
.content-callout h2 { margin-top: 0; color: #fff; }
.content-callout p { color: #cbd1d6; }
.content-image { margin: 25px 0; }
.content-image img { width: 100%; height: auto; }
.content-image figcaption { margin-top: 7px; color: var(--muted); font-size: 0.8rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 9px; }
.content-aside .button-outline { color: #fff; border-color: rgba(255,255,255,0.45); }

@media (max-width: 820px) {
  .hero-split,
  .content-columns,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .hero-split {
    gap: 28px;
  }

  .opportunity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-nav nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
  }

  .photo-credit-item {
    grid-template-columns: 120px 1fr;
  }

  .photo-credit-item img {
    width: 120px;
    height: 78px;
  }

  .photo-credit-item > :last-child {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  .page-hero--compact .container,
  .hero-split,
  .section--dark .container {
    width: min(100% - 32px, 1180px);
  }

  .page-hero--compact {
    min-height: 220px;
  }

  .search-panel,
  .opportunity-grid,
  .form-field--service_categories ul {
    grid-template-columns: 1fr;
  }

  .search-panel .button {
    width: 100%;
  }

  .opportunity-detail,
  .lead-form,
  .interest-form {
    padding: 18px;
  }

  .opportunity-detail__facts div,
  .opportunity-row,
  .photo-credit-item {
    grid-template-columns: 1fr;
  }

  .opportunity-row {
    align-items: start;
    gap: 10px;
  }

  .photo-credit-item img {
    width: 100%;
    height: auto;
  }

  .photo-credit-item > :last-child {
    grid-column: 1;
  }

  .dashboard-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .dashboard-nav nav {
    grid-template-columns: 1fr;
  }

  .dashboard-table {
    min-width: 650px;
  }

  .button-row,
  .account-prompt .button {
    width: 100%;
  }
}

.dashboard-heading { padding: 22px 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #fff; background: var(--ink); }
.dashboard-heading h1 { margin: 0; font: 900 clamp(2.5rem, 6vw, 4rem)/0.9 var(--font-display); }
.account-status, .dashboard-section { margin-top: 18px; padding: 22px; background: #fff; border: 1px solid var(--line); }
.account-status { border-left: 5px solid var(--orange); }
.mobile-auth-link { display: none; }
.account-status--approved { border-left-color: var(--green); }
.account-status h2, .dashboard-section h2 { margin: 0 0 10px; }
.table-wrap { max-width: 100%; overflow-x: auto; }
.table-wrap table { width: 100%; border-collapse: collapse; }
.table-wrap th, .table-wrap td { padding: 11px; text-align: left; border-bottom: 1px solid var(--line); }
.table-wrap th { color: #fff; background: var(--ink); }

@media (max-width: 930px) {
  .site-header { grid-template-columns: 150px 1fr auto; padding-inline: 22px; gap: 14px; }
  .site-header nav { gap: 15px; }
  .site-header nav a { font-size: 0.78rem; }
  .hero-content, .section { width: min(100% - 44px, 1180px); }
  .trade-list { grid-template-columns: repeat(5, 1fr); }
  .lead-grid { grid-template-columns: repeat(2, 1fr); }
  .lead-card:last-child { display: none; }
}

@media (max-width: 820px) {
  .site-header { min-height: 62px; grid-template-columns: 1fr auto auto; }
  .menu-button { display: grid; place-items: center; }
  .site-header nav { position: absolute; inset: 62px 0 auto; padding: 12px 22px 20px; display: none; align-items: stretch; flex-direction: column; gap: 0; background: var(--ink); border-top: 1px solid rgba(255,255,255,0.1); }
  .site-header nav.nav-open { display: flex; }
  .site-header nav a { padding: 12px 0; }
  .site-header nav .mobile-auth-link { display: flex; align-items: center; gap: 8px; color: var(--orange); }
  .header-actions .button-outline { display: none; }
  .hero { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,13,20,0.97), rgba(6,13,20,0.8) 58%, rgba(6,13,20,0.3)); }
  .hero-content { padding-block: 45px 35px; }
  .hero-intro { max-width: 490px; }
  .opportunity-layout { grid-template-columns: 1fr; }
  .lead-aside { min-height: 165px; }
  .process-panel { grid-template-columns: 1fr; }
  .customer-cta { border-left: 0; border-top: 1px solid #d4d5d3; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps > div { grid-template-columns: 58px 1fr; }
  .step-icon { width: 54px; }
  .process-steps b { left: 45px; }
  .step-arrow { display: none; }
  .locations { grid-template-columns: 1fr; }
  .map-wrap { min-height: 260px; }
  .business-trust { grid-template-columns: 1fr; }
  .business-photo { min-height: 230px; background-position: center 30%; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > div, .site-footer > nav { justify-content: flex-start; }
  .content-grid, .form-layout, .dashboard-grid { grid-template-columns: 1fr; }
  .content-aside { position: static; }
  .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-nav nav { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .dashboard-nav a { border-bottom: 0; }
}

@media (max-width: 620px) {
  .site-header { padding-inline: 16px; }
  .brand > span { font-size: 1.55rem; }
  .header-actions .button-orange { min-height: 36px; padding-inline: 12px; }
  .hero { min-height: 615px; align-items: end; background-position: 63% top; background-size: auto 69%; }
  .hero-shade { background: linear-gradient(0deg, rgba(6,13,20,1) 0%, rgba(6,13,20,0.97) 50%, rgba(6,13,20,0.28) 100%); }
  .hero-content { width: calc(100% - 32px); padding: 190px 0 25px; }
  .hero-eyebrow { display: block; }
  .hero h1 { font-size: clamp(3.05rem, 14vw, 4rem); }
  .hero-intro { margin-block: 13px 15px; font-size: 1rem; }
  .lead-search { grid-template-columns: 1fr; background: transparent; box-shadow: none; gap: 7px; }
  .lead-search select, .lead-search input, .lead-search button { min-height: 47px; border: 0; border-radius: 2px; }
  .hero-points { gap: 8px 16px; font-size: 0.78rem; }
  .launch-ticket { width: 100%; margin-top: 17px; padding: 10px 12px; }
  .photo-credit { display: none; }
  .section { width: calc(100% - 32px); }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
  .section-heading > div { align-items: flex-start; flex-direction: column; gap: 5px; }
  .lead-grid { grid-template-columns: 1fr; }
  .lead-card:last-child { display: flex; }
  .process-panel { width: calc(100% - 32px); }
  .process-main, .customer-cta { padding-inline: 16px; }
  .trade-list { grid-template-columns: repeat(2, 1fr); gap: 7px; }
  .trade-list button { min-height: 84px; }
  .location-buttons { grid-template-columns: repeat(2, 1fr); }
  .business-copy { padding: 24px 16px; }
  .trust-columns { grid-template-columns: 1fr; gap: 13px; }
  .trust-columns > div { padding: 0 0 12px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.2); }
  .closing-cta { padding: 24px 16px; grid-template-columns: 1fr; }
  .closing-cta small { grid-column: 1; justify-self: start; }
  .site-footer { padding-inline: 16px; }
  .site-legal { padding-inline: 16px; flex-direction: column; gap: 4px; }
  .modal-backdrop { padding: 12px; }
  .modal { max-height: calc(100vh - 24px); padding: 25px 18px; }
  .field-pair { grid-template-columns: 1fr; }
  .lead-detail dl div { grid-template-columns: 1fr; gap: 3px; }
  .page-hero { min-height: 235px; }
  .page-hero-content { width: calc(100% - 32px); padding: 38px 0 28px; }
  .page-shell { width: calc(100% - 32px); padding-block: 32px 44px; }
  .directory-item, .opportunity-row, .photo-credit-item { grid-template-columns: 1fr; gap: 9px; }
  .article-grid { grid-template-columns: 1fr; }
  .form-layout { margin-block: 26px 44px; }
  .form-panel { padding-inline: 17px; }
  .filters { grid-template-columns: 1fr; }
  .dashboard-grid { margin-block: 28px 44px; }
  .dashboard-nav nav { grid-template-columns: 1fr; }
  .dashboard-table { display: block; overflow-x: auto; }
  .photo-credit-item img { width: 100%; height: 190px; }
}

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