:root {
  --navy: #071d2f;
  --navy-2: #0d2b43;
  --blue: #176b87;
  --teal: #10a99a;
  --teal-light: #d9f3ef;
  --sky: #e9f4f8;
  --ink: #122b3d;
  --muted: #607482;
  --line: #dbe5e9;
  --soft: #f4f7f8;
  --white: #fff;
  --shadow: 0 24px 70px rgba(7, 29, 47, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
svg { display: block; }
.announcement { height: 34px; display: flex; align-items: center; justify-content: center; gap: 24px; background: var(--navy); color: #c6d8e2; font-size: 12px; letter-spacing: .02em; }
.announcement a { color: #80d8ce; font-weight: 700; }
.site-header { height: 76px; padding: 0 clamp(24px, 5vw, 80px); display: flex; align-items: center; gap: 36px; position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(219,229,233,.8); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 19px; font-weight: 600; white-space: nowrap; }
.brand strong { font-weight: 800; }
.brand-mark { width: 34px; height: 34px; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-mark svg path:first-child { fill: var(--navy); stroke: none; }
.brand-mark svg path:last-child { fill: none; stroke: #68d6ca; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 600; color: #314d5e; }
.site-nav > a, .nav-group > a { padding: 25px 0; }
.site-nav a:hover { color: var(--teal); }
.nav-group { position: relative; }
.mega-menu { position: absolute; top: 67px; left: -32px; width: 560px; padding: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.nav-group:hover .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-menu a { padding: 13px; border-radius: 10px; }
.mega-menu a:hover { background: var(--soft); }
.mega-menu b, .mega-menu span { display: block; }
.mega-menu b { color: var(--ink); font-size: 13px; }
.mega-menu span { margin-top: 2px; color: var(--muted); font-size: 11px; font-weight: 400; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--navy); }
.button { min-height: 50px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 8px; font-weight: 700; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(7,29,47,.15); }
.button-primary { background: var(--teal); color: var(--navy); }
.button-dark { background: var(--navy); color: white; }
.button-outline { border-color: #b9cbd3; background: white; color: var(--navy); }
.button-small { min-height: 42px; padding: 0 18px; }
.eyebrow { margin-bottom: 15px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 26px; height: 2px; margin: 0 9px 3px 0; background: var(--teal); }
h1, h2, h3, h4 { margin: 0; color: var(--navy); font-family: "Manrope", sans-serif; line-height: 1.12; }
h1 { font-size: clamp(44px, 5vw, 74px); letter-spacing: -.045em; }
h2 { font-size: clamp(32px, 3.5vw, 48px); letter-spacing: -.035em; }
h3 { font-size: 20px; }
p { margin: 0; }
.lead { color: var(--muted); font-size: clamp(17px, 1.6vw, 20px); line-height: 1.65; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 104px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--navy); color: white; }
.section-dark h2, .section-dark h3 { color: white; }
.section-heading { max-width: 730px; margin-bottom: 52px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading.center .eyebrow::before { display: none; }
.section-heading .lead { margin-top: 18px; }
.hero { min-height: 710px; display: flex; align-items: center; position: relative; overflow: hidden; background: linear-gradient(115deg, #f8fbfc 0%, #fff 52%, #edf7f7 100%); }
.hero::before { content: ""; position: absolute; width: 550px; height: 550px; right: -180px; top: -180px; border: 1px solid #cce9e5; border-radius: 50%; box-shadow: 0 0 0 70px rgba(217,243,239,.42), 0 0 0 140px rgba(233,244,248,.28); }
.hero-grid { padding: 72px 0 85px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; align-items: center; position: relative; z-index: 1; }
.hero h1 span { color: var(--blue); }
.hero-copy .lead { max-width: 660px; margin: 25px 0 31px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { margin-top: 31px; display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 12px; font-weight: 600; }
.proof-item { display: flex; align-items: center; gap: 7px; }
.proof-check { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: var(--teal-light); color: #087d70; }
.dashboard { padding: 20px; position: relative; background: #fff; border: 1px solid #d6e4e8; border-radius: 18px; box-shadow: var(--shadow); transform: perspective(1000px) rotateY(-2deg) rotateX(1deg); }
.dash-top { display: flex; align-items: center; justify-content: space-between; padding: 4px 3px 18px; border-bottom: 1px solid var(--line); }
.dash-top b { color: var(--navy); font-family: "Manrope"; font-size: 14px; }
.dash-top span { color: var(--muted); font-size: 10px; }
.dash-top .live { padding: 4px 8px; color: #087d70; background: var(--teal-light); border-radius: 12px; font-weight: 700; }
.dash-stats { padding: 18px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.dash-stat { padding: 13px; background: var(--soft); border-radius: 9px; }
.dash-stat span, .dash-stat b { display: block; }
.dash-stat span { color: var(--muted); font-size: 9px; }
.dash-stat b { margin-top: 4px; color: var(--navy); font: 700 21px "Manrope"; }
.dash-stat b em { color: #77909c; font: 500 9px "DM Sans"; font-style: normal; }
.readiness-card { padding: 17px; display: grid; grid-template-columns: 95px 1fr; align-items: center; gap: 19px; border: 1px solid var(--line); border-radius: 12px; }
.donut { width: 88px; height: 88px; display: grid; place-items: center; position: relative; border-radius: 50%; background: conic-gradient(var(--teal) 0 87%, #e5edef 87%); }
.donut::after { content: ""; width: 66px; height: 66px; position: absolute; border-radius: 50%; background: white; }
.donut strong { position: relative; z-index: 1; color: var(--navy); font: 700 20px "Manrope"; }
.readiness-info h4 { font-size: 12px; }
.readiness-info p { margin: 5px 0 10px; color: var(--muted); font-size: 9px; }
.bar { height: 6px; overflow: hidden; background: #e7eef0; border-radius: 10px; }
.bar span { display: block; height: 100%; border-radius: inherit; background: var(--teal); }
.activity { margin-top: 10px; }
.activity-row { padding: 10px 2px; display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 9px; border-bottom: 1px solid #edf1f2; }
.activity-icon { width: 25px; height: 25px; display: grid; place-items: center; color: var(--blue); background: var(--sky); border-radius: 7px; font-size: 11px; }
.activity-row b { display: block; color: var(--ink); font-size: 9px; }
.activity-row span { color: var(--muted); font-size: 8px; }
.activity-row > strong { padding: 3px 6px; color: #087d70; background: var(--teal-light); border-radius: 7px; font-size: 7px; text-transform: uppercase; }
.floating-badge { width: 145px; padding: 13px; position: absolute; right: -38px; bottom: 72px; display: flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line); border-radius: 11px; box-shadow: 0 16px 35px rgba(7,29,47,.14); }
.floating-badge .seal { width: 36px; height: 36px; display: grid; place-items: center; flex: none; color: #087d70; background: var(--teal-light); border-radius: 50%; font-weight: 800; }
.floating-badge b, .floating-badge span { display: block; }
.floating-badge b { font-size: 9px; }
.floating-badge span { color: var(--muted); font-size: 7px; }
.trust-strip { padding: 27px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trust-inner > span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.trust-types { display: flex; flex-wrap: wrap; gap: 35px; color: #708591; font: 700 13px "Manrope"; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card { padding: 29px; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: .25s ease; }
.card:hover { border-color: #a9d5d1; transform: translateY(-4px); box-shadow: 0 18px 40px rgba(7,29,47,.08); }
.card-icon { width: 47px; height: 47px; margin-bottom: 24px; display: grid; place-items: center; color: var(--blue); background: var(--sky); border-radius: 12px; font-size: 20px; font-weight: 800; }
.card h3 { margin-bottom: 11px; }
.card p { color: var(--muted); font-size: 14px; }
.card-link { margin-top: 21px; display: inline-flex; color: var(--blue); font-size: 13px; font-weight: 700; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.check-list { margin: 27px 0 0; padding: 0; list-style: none; }
.check-list li { padding: 11px 0 11px 32px; position: relative; color: #425d6c; border-bottom: 1px solid #e6ecee; font-size: 14px; }
.check-list li::before { content: "✓"; width: 19px; height: 19px; position: absolute; left: 0; top: 13px; display: grid; place-items: center; color: #087d70; background: var(--teal-light); border-radius: 50%; font-size: 11px; font-weight: 800; }
.workflow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: steps; }
.contractor-workflow { grid-template-columns: repeat(7, 1fr); }
.workflow-step { padding: 0 25px; position: relative; counter-increment: steps; text-align: center; }
.workflow-step:not(:last-child)::after { content: ""; width: calc(100% - 56px); height: 1px; position: absolute; top: 25px; left: calc(50% + 28px); background: #bcd2d9; }
.step-number { width: 52px; height: 52px; margin: 0 auto 18px; display: grid; place-items: center; position: relative; z-index: 1; color: var(--teal); background: var(--navy); border: 5px solid white; border-radius: 50%; font: 700 14px "Manrope"; box-shadow: 0 0 0 1px #bcd2d9; }
.workflow-step h3 { font-size: 15px; }
.workflow-step p { margin-top: 7px; color: var(--muted); font-size: 12px; }
.tag-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.tag { padding: 11px 15px; color: #365362; background: #fff; border: 1px solid var(--line); border-radius: 8px; font-size: 12px; font-weight: 600; }
.cta-band { padding: 66px; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: linear-gradient(115deg, var(--navy), #0c3b54); border-radius: 22px; overflow: hidden; position: relative; }
.cta-band::after { content: ""; width: 270px; height: 270px; position: absolute; right: -70px; top: -100px; border: 1px solid rgba(104,214,202,.23); border-radius: 50%; box-shadow: 0 0 0 50px rgba(104,214,202,.05); }
.cta-band h2 { max-width: 650px; color: white; font-size: clamp(30px, 3vw, 43px); }
.cta-band p { max-width: 630px; margin-top: 13px; color: #bcd0db; }
.cta-band .button { position: relative; z-index: 1; flex: none; }
.page-hero { padding: 95px 0 85px; position: relative; overflow: hidden; background: linear-gradient(120deg, #f5f9fa, #eaf5f5); text-align: center; }
.page-hero::after { content: ""; width: 380px; height: 380px; position: absolute; right: -180px; top: -160px; border: 1px solid #bfe2de; border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.4); }
.page-hero .container { max-width: 900px; position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(40px, 5vw, 62px); }
.page-hero .lead { max-width: 770px; margin: 22px auto 29px; }
.feature-row { padding: 35px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: start; border-bottom: 1px solid var(--line); }
.feature-row:last-child { border-bottom: 0; }
.feature-row .number { margin-bottom: 9px; color: var(--teal); font: 700 12px "Manrope"; }
.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.detail-box { padding: 20px; background: var(--soft); border-radius: 11px; }
.detail-box b { display: block; margin-bottom: 8px; color: var(--navy); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.detail-box p, .detail-box li { color: var(--muted); font-size: 12px; }
.detail-box ul { margin: 0; padding-left: 17px; }
.program-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.program-card { padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.program-card .category { color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.program-card h3 { margin: 8px 0 17px; font-size: 22px; }
.program-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; }
.program-list span { color: var(--muted); font-size: 12px; }
.program-list span::before { content: "•"; margin-right: 7px; color: var(--teal); }
.standard-strip { margin-top: 25px; padding-top: 19px; display: flex; flex-wrap: wrap; gap: 12px; border-top: 1px solid var(--line); color: #4f6875; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.standard-strip span:not(:last-child)::after { content: "·"; margin-left: 12px; color: #9eb0b9; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.metric { padding: 27px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; }
.metric strong { display: block; color: #6ed8cd; font: 700 35px "Manrope"; }
.metric span { color: #bad0da; font-size: 12px; }
.industry-card { min-height: 205px; position: relative; overflow: hidden; }
.industry-card::after { content: attr(data-code); position: absolute; right: 15px; bottom: -25px; color: #edf4f5; font: 800 75px "Manrope"; z-index: 0; }
.industry-card > * { position: relative; z-index: 1; }
.resource-card { padding: 25px; display: flex; flex-direction: column; min-height: 215px; }
.resource-type { margin-bottom: 23px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.resource-card .card-link { margin-top: auto; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: start; }
.contact-form { padding: 38px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #365260; font-size: 12px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #fbfcfc; border: 1px solid #cddce2; border-radius: 7px; outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(16,169,154,.1); }
.field textarea { min-height: 105px; resize: vertical; }
.form-note { margin: 14px 0; color: var(--muted); font-size: 10px; }
.success-message { padding: 18px; display: none; color: #087d70; background: var(--teal-light); border-radius: 9px; font-weight: 700; text-align: center; }
.form-message { padding: 15px 17px; margin-bottom: 20px; border-radius: 9px; font-size: 13px; font-weight: 700; }
.form-message.success { color: #087d70; background: var(--teal-light); border: 1px solid #b8e5de; }
.form-message.error { color: #8a322b; background: #fff0ee; border: 1px solid #f0c8c3; }
.verification-note { margin-top: 22px; padding: 18px; color: #365260; background: var(--sky); border-left: 3px solid var(--teal); border-radius: 0 9px 9px 0; font-size: 13px; }
.verification-note a { color: var(--blue); font-weight: 700; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-points { margin-top: 30px; display: grid; gap: 15px; }
.contact-point { padding: 18px; display: flex; gap: 15px; border: 1px solid var(--line); border-radius: 10px; }
.contact-point b, .contact-point span { display: block; }
.contact-point b { font-size: 13px; }
.contact-point span { color: var(--muted); font-size: 12px; }
.site-footer { padding: 70px clamp(24px, 5vw, 80px) 24px; color: #a8bfcb; background: #051725; }
.footer-main { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1.9fr; gap: 90px; }
.brand-light { color: white; }
.brand-light .brand-mark svg path:first-child { fill: #123b50; }
.footer-brand p { max-width: 360px; margin: 20px 0; font-size: 13px; }
.status-pill { width: fit-content; padding: 7px 12px; color: #8fb8b3; border: 1px solid #17384b; border-radius: 20px; font-size: 10px; }
.status-pill span { width: 6px; height: 6px; margin-right: 7px; display: inline-block; background: #4ec9bb; border-radius: 50%; }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.footer-links h4 { margin-bottom: 18px; color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.footer-links a { margin: 9px 0; display: block; font-size: 12px; }
.footer-links a:hover { color: #68d6ca; }
.footer-disclaimer { max-width: 1180px; margin: 53px auto 0; padding: 22px 0; color: #688594; border-top: 1px solid #163043; border-bottom: 1px solid #163043; font-size: 10px; }
.footer-bottom { max-width: 1180px; margin: 20px auto 0; display: flex; justify-content: space-between; color: #688594; font-size: 10px; }
.legal-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 70px; align-items: start; }
.legal-nav { padding: 20px; position: sticky; top: 98px; background: var(--soft); border: 1px solid var(--line); border-radius: 13px; }
.legal-nav b { display: block; margin-bottom: 10px; color: var(--navy); font: 700 12px "Manrope"; text-transform: uppercase; letter-spacing: .08em; }
.legal-nav a { padding: 7px 0; display: block; color: var(--muted); font-size: 12px; }
.legal-nav a:hover { color: var(--teal); }
.legal-content { max-width: 790px; }
.legal-content h2 { margin: 48px 0 15px; font-size: 28px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 28px 0 10px; font-size: 18px; }
.legal-content p, .legal-content li { color: #4f6875; font-size: 14px; }
.legal-content p { margin: 0 0 15px; }
.legal-content ul { margin: 10px 0 20px; padding-left: 22px; }
.legal-content li { margin: 7px 0; }
.legal-content a { color: var(--blue); font-weight: 700; }
.legal-updated { margin-bottom: 28px; padding: 12px 15px; color: #46616e; background: var(--sky); border-radius: 8px; font-size: 12px; }
.legal-callout { margin: 25px 0; padding: 20px; background: var(--soft); border: 1px solid var(--line); border-radius: 10px; }

@media (max-width: 1050px) {
  .site-nav { gap: 16px; }
  .site-nav > a:nth-last-child(-n+2) { display: none; }
  .hero-grid { gap: 35px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .announcement { display: none; }
  .site-header { height: 68px; padding: 0 22px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 68px; left: 0; right: 0; padding: 22px; display: none; align-items: stretch; flex-direction: column; gap: 0; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 14px 35px rgba(7,29,47,.1); }
  .site-nav.open { display: flex; }
  .site-nav > a, .nav-group > a { padding: 10px 0; display: block !important; }
  .mega-menu { display: none; }
  .header-cta { display: none; }
  .hero { min-height: auto; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 65px; }
  .dashboard { max-width: 560px; margin: 0 auto; transform: none; }
  .floating-badge { right: -10px; }
  .grid-3, .program-grid { grid-template-columns: 1fr 1fr; }
  .workflow { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .contractor-workflow { grid-template-columns: repeat(2, 1fr); }
  .workflow-step:nth-child(2)::after { display: none; }
  .cta-band { padding: 45px; align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; gap: 50px; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-nav { position: static; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 76px 0; }
  .hero-grid { padding: 55px 0 68px; }
  h1 { font-size: 41px; }
  h2 { font-size: 31px; }
  .hero-proof, .trust-inner { align-items: flex-start; flex-direction: column; }
  .grid-3, .grid-4, .program-grid, .metric-grid, .form-grid { grid-template-columns: 1fr; }
  .workflow { grid-template-columns: 1fr; }
  .contractor-workflow { grid-template-columns: 1fr; }
  .workflow-step::after { display: none; }
  .feature-row, .detail-columns { grid-template-columns: 1fr; gap: 20px; }
  .program-list { grid-template-columns: 1fr; }
  .cta-band { padding: 35px 26px; }
  .contact-form { padding: 24px; }
  .field.full { grid-column: auto; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { gap: 15px; flex-direction: column; }
}
