:root {
  --navy: #08375f;
  --navy-2: #0e4f7b;
  --gold: #fac728;
  --ink: #14202b;
  --muted: #647284;
  --line: #d8e2ec;
  --paper: #f7fafc;
  --white: #ffffff;
  --soft-blue: #e9f2f8;
  --shadow: 0 18px 40px rgba(8, 55, 95, 0.12);
}

* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 12px clamp(18px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  min-width: 0;
}

.brand { margin-right: auto; }
.brand img { width: 178px; height: auto; }

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
}

.desktop-nav a,
.dropdown > button,
.header-cta {
  border: 0;
  background: transparent;
  text-decoration: none;
  color: var(--ink);
  padding: 10px 11px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.desktop-nav a:hover,
.dropdown:hover > button {
  background: var(--soft-blue);
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  min-width: 190px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  z-index: 20;
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  display: grid;
  gap: 3px;
}

.dropdown-menu a,
.dropdown-submenu > button {
  display: block;
  width: 100%;
  padding: 9px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.dropdown-menu a:hover,
.dropdown-submenu:hover > button,
.dropdown-submenu:focus-within > button {
  background: var(--soft-blue);
}

.services-menu {
  min-width: 260px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 12px;
  height: 100%;
}

.dropdown-submenu > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dropdown-submenu > button::after {
  content: ">";
  color: var(--muted);
}

.submenu {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  min-width: 245px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.dropdown-submenu:hover > .submenu,
.dropdown-submenu:focus-within > .submenu {
  display: grid;
  gap: 3px;
}

.header-cta {
  background: var(--navy);
  color: var(--white);
  white-space: nowrap;
}

.floating-conversation-cta {
  display: none;
}

@media (min-width: 1180px) {
  .smart-floating-cta-page .site-header {
    position: relative;
  }

  .smart-floating-cta-page .floating-conversation-cta {
    position: fixed;
    top: var(--floating-cta-top, 50vh);
    right: 24px;
    z-index: 45;
    display: inline-flex;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    width: 164px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 8px;
    background: var(--navy);
    color: var(--white);
    box-shadow: 0 18px 36px rgba(8, 55, 95, 0.24);
    font-weight: 950;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 160ms ease;
  }

  .smart-floating-cta-page .floating-conversation-cta.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .smart-floating-cta-page .floating-conversation-cta:hover,
  .smart-floating-cta-page .floating-conversation-cta:focus-visible {
    box-shadow: 0 20px 42px rgba(8, 55, 95, 0.34);
  }
}

.hero {
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 46vw);
  background: var(--navy);
  color: var(--white);
  overflow: hidden;
}

.hero-media {
  order: 2;
  min-height: 520px;
  min-width: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 7vw, 86px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1, h2, h3, p { overflow-wrap: anywhere; }
h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(50px, 8vw, 96px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0;
}

.lede {
  max-width: 690px;
  margin: 24px 0 0;
  font-size: clamp(18px, 2vw, 23px);
  color: rgba(255, 255, 255, 0.86);
}

.hero-fact-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.hero-fact-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 850;
}

.hero-fact-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 16px;
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 750;
}

.hero-fact-list li {
  padding-left: 2px;
}

.hero-actions,
.footer-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-actions { margin-top: 28px; }

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
}

.button.primary {
  background: var(--gold);
  color: #15202b;
  border-color: #e2b600;
}

.button.secondary {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}

.button.outline {
  color: var(--navy);
  background: var(--white);
  border-color: rgba(8, 55, 95, 0.25);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-band > div {
  min-height: 150px;
  padding: 24px;
  background: var(--white);
}

.intro-band span {
  display: block;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}

.intro-band p,
.section p,
.market-card span,
.site-footer {
  color: var(--muted);
}

.section {
  min-width: 0;
  padding: clamp(42px, 7vw, 88px) clamp(18px, 4vw, 54px);
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.4fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.section-lead {
  max-width: 760px;
}

.pricing-section {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
}

.deadline-section {
  background: var(--white);
}

.deadline-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(8, 55, 95, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(250, 199, 40, 0.18), rgba(8, 55, 95, 0.05)),
    var(--paper);
}

.deadline-panel p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.deadline-panel p + p {
  margin-top: 14px;
}

.deadline-panel a {
  color: var(--navy-2);
  font-weight: 900;
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: start;
}

.price-offer,
.pricing-copy {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(8, 55, 95, 0.08);
}

.price-offer {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 12px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--navy);
  color: var(--white);
}

.price-offer span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.price-offer strong {
  color: var(--white);
  font-size: clamp(68px, 9vw, 112px);
  line-height: 0.9;
}

.price-offer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.pricing-copy {
  display: grid;
  gap: 20px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--white);
}

.pricing-copy p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.pricing-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pricing-actions-stacked {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-actions-stacked .primary-action {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 260px);
}

.fine-print {
  font-size: 13px;
}

.pricing-steps {
  display: grid;
  gap: 10px;
}

.pricing-steps article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(216, 226, 236, 0.9);
  border-radius: 8px;
  background: var(--paper);
}

.pricing-steps span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold);
  font-weight: 950;
}

.pricing-steps h3,
.pricing-steps p {
  margin: 0;
}

.pricing-steps h3 {
  font-size: 18px;
}

.pricing-steps p {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 750;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-grid article,
.service-card,
.market-card {
  min-height: 170px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(8, 55, 95, 0.06);
}

.service-grid article,
.service-card {
  display: grid;
  align-content: start;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.service-card {
  position: relative;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.service-card:hover,
.service-card:focus-visible {
  transform: translateY(-2px);
  border-color: var(--navy-2);
  box-shadow: 0 16px 32px rgba(8, 55, 95, 0.12);
  outline: none;
}

.service-card::after {
  content: "View service";
  align-self: end;
  color: var(--navy-2);
  font-size: 13px;
  font-weight: 900;
}

.service-grid p,
.proof-copy p,
.contact-copy p {
  margin: 0;
}

.proof {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: stretch;
  background: #ffffff;
}

.proof-copy {
  display: grid;
  align-content: center;
  gap: 14px;
}

.image-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 230px 230px;
  gap: 12px;
}

.image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.image-grid img:first-child {
  grid-row: 1 / 3;
}

.markets {
  display: grid;
  gap: 24px;
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.market-card {
  display: grid;
  align-content: space-between;
  text-decoration: none;
}

.market-card strong {
  color: var(--navy);
  font-size: 22px;
}

.market-card.active {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.market-card.active strong,
.market-card.active span {
  color: var(--white);
}

.team {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  background: var(--navy);
  color: var(--white);
}

.team .button.secondary {
  flex: 0 0 auto;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1fr);
  gap: 32px;
  align-items: start;
}

.contact-copy {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 100px;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

input, select, textarea {
  min-width: 0;
  width: 100%;
  border: 1px solid #c7d3df;
  border-radius: 8px;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--white);
}

textarea {
  min-height: 124px;
  resize: vertical;
}

.full { grid-column: 1 / -1; }

.checkbox {
  grid-template-columns: 18px 1fr;
  align-items: center;
  color: var(--ink);
}

.checkbox input {
  width: 16px;
  height: 16px;
  padding: 0;
}

.button.submit {
  grid-column: 1 / -1;
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.button.submit:disabled {
  opacity: 0.55;
  cursor: wait;
}

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.form-status.success { color: #177245; }
.form-status.error { color: #b42318; }

.site-footer {
  padding: 22px clamp(18px, 4vw, 54px) 32px;
  background: var(--white);
  border-top: 1px solid var(--line);
  font-size: 12px;
}

.site-footer p {
  margin: 0 0 10px;
}

.footer-links a {
  color: var(--navy-2);
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 38vw);
  min-height: 540px;
  color: var(--white);
  background: var(--navy);
}

.service-hero-copy {
  display: grid;
  align-content: center;
  gap: 20px;
  min-width: 0;
  padding: clamp(42px, 7vw, 86px);
}

.service-hero-copy h1 {
  font-size: clamp(44px, 6vw, 78px);
  overflow-wrap: anywhere;
}

.service-hero-copy .lede {
  margin: 0;
}

.service-hero-media {
  min-height: 340px;
}

.service-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-carousel {
  position: relative;
  overflow: hidden;
  background: #061f36;
}

.hero-carousel img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 220ms ease;
}

.hero-carousel img.is-active {
  opacity: 1;
}

.hero-carousel-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  cursor: pointer;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(8, 55, 95, 0.22);
  transform: translateY(-50%);
}

.hero-carousel-control:hover,
.hero-carousel-control:focus-visible {
  background: var(--white);
  outline: 3px solid rgba(250, 199, 40, 0.62);
  outline-offset: 2px;
}

.hero-carousel-prev {
  left: 18px;
}

.hero-carousel-next {
  right: 18px;
}

.process-grid,
.detail-grid,
.question-grid {
  display: grid;
  gap: 14px;
}

.process-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

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

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

.process-card,
.detail-card,
.question-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(8, 55, 95, 0.06);
}

.process-card span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold);
  font-weight: 950;
}

.process-card h3,
.detail-card h3,
.question-card h3 {
  margin-bottom: 8px;
}

.transaction-section {
  background: var(--white);
  padding-bottom: clamp(14px, 2.5vw, 28px);
}

.gantt-card {
  margin-top: 26px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(8, 55, 95, 0.05), rgba(250, 199, 40, 0.08)),
    var(--white);
  box-shadow: var(--shadow);
}

.gantt-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 18px;
}

.gantt-head h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
}

.gantt-head .eyebrow {
  margin-bottom: 5px;
}

.gantt-head > span {
  max-width: 390px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.gantt-scale,
.gantt-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.55fr) repeat(8, minmax(0, 1fr));
  gap: 8px;
}

.gantt-scale {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gantt-scale span {
  min-width: 0;
}

.gantt-scale span:first-child {
  grid-column: 2;
}

.gantt-rows {
  display: grid;
  gap: 10px;
}

.gantt-row {
  align-items: center;
}

.gantt-row strong {
  min-width: 0;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.2;
}

.gantt-track {
  grid-column: 2 / -1;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(216, 226, 236, 0.85);
  border-radius: 8px;
  background:
    repeating-linear-gradient(
      to right,
      rgba(8, 55, 95, 0.06) 0,
      rgba(8, 55, 95, 0.06) 1px,
      transparent 1px,
      transparent 12.5%
    ),
    rgba(247, 250, 252, 0.72);
}

.gantt-bar {
  grid-column: var(--start) / span var(--span);
  min-width: 0;
  margin: 4px;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  box-shadow: 0 8px 18px rgba(8, 55, 95, 0.14);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gantt-bar.navy { background: var(--navy); }
.gantt-bar.blue { background: var(--navy-2); }
.gantt-bar.gold { color: var(--navy); background: var(--gold); }
.gantt-bar.teal { background: #237b7d; }
.gantt-bar.ink { background: var(--ink); }

.approval-section {
  background: var(--white);
  padding-top: clamp(10px, 2vw, 18px);
}

.approval-section .section-lead p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-weight: 800;
}

.approval-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.intake-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 22px 0 14px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(250, 199, 40, 0.72);
  border-radius: 8px;
  background: #fffdf2;
}

.intake-card h3,
.intake-card p {
  margin: 0;
}

.intake-card p {
  max-width: 860px;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 750;
}

.approval-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.approval-item span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold);
  font-weight: 950;
}

.approval-item p {
  margin: 0;
  color: var(--muted);
}

.approval-item strong {
  color: var(--ink);
}

.comparison-section {
  background: var(--white);
}

.role-section {
  display: grid;
  gap: 22px;
  background: var(--paper);
}

.role-section .section-lead p:not(.eyebrow) {
  color: var(--muted);
  font-weight: 750;
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.role-card {
  display: grid;
  gap: 14px;
  min-height: 320px;
  padding: clamp(22px, 4vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(8, 55, 95, 0.06);
}

.role-card span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.role-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-weight: 750;
}

.role-card li + li {
  margin-top: 10px;
}

.skynet-card {
  border-color: rgba(8, 55, 95, 0.28);
  background: #f8fbfd;
}

.owner-card {
  border-color: rgba(250, 199, 40, 0.72);
  background: #fffdf2;
}

.comparison-header {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: end;
  margin-bottom: 18px;
}

.comparison-header p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.comparison-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 330px;
  padding: clamp(22px, 4vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(8, 55, 95, 0.06);
}

.comparison-card.highlight {
  border-color: rgba(250, 199, 40, 0.78);
  background: #fffdf2;
  box-shadow: 0 18px 40px rgba(126, 101, 12, 0.1);
}

.comparison-card span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.comparison-card h3 {
  color: var(--navy);
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1;
}

.comparison-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.comparison-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-weight: 750;
}

.comparison-card li + li {
  margin-top: 8px;
}

.sample-report-section {
  background: linear-gradient(180deg, #f7fafc 0%, #eef5f9 100%);
}

.sample-report-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 18px;
  align-items: stretch;
}

.sample-report-intro,
.sample-download {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(8, 55, 95, 0.06);
}

.sample-report-intro {
  padding: clamp(22px, 4vw, 34px);
}

.sample-report-intro p:not(.eyebrow) {
  color: var(--muted);
  font-weight: 750;
}

.sample-downloads {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sample-download {
  min-height: 100%;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.sample-download:hover,
.sample-download:focus-visible {
  transform: translateY(-2px);
  border-color: var(--navy-2);
  box-shadow: 0 16px 32px rgba(8, 55, 95, 0.1);
  outline: none;
}

.sample-download.primary-download {
  background: var(--navy);
  color: var(--white);
}

.sample-download span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.sample-download strong {
  color: var(--navy);
  font-size: 25px;
  line-height: 1.08;
}

.sample-download.primary-download strong {
  color: var(--white);
}

.sample-download small {
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.sample-download.primary-download small {
  color: rgba(255, 255, 255, 0.78);
}

.document-sample-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.document-sample-grid a {
  display: grid;
  gap: 8px;
  min-height: 148px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(8, 55, 95, 0.05);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.document-sample-grid a:hover,
.document-sample-grid a:focus-visible {
  border-color: var(--navy-2);
  box-shadow: 0 16px 32px rgba(8, 55, 95, 0.1);
  outline: none;
}

.document-sample-grid strong {
  color: var(--navy);
  font-size: 17px;
}

.document-sample-grid span {
  color: var(--muted);
  font-weight: 750;
}

.faq-section {
  background: var(--paper);
}

.faq-section .section-lead p:not(.eyebrow) {
  max-width: 860px;
  color: var(--muted);
  font-weight: 700;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(8, 55, 95, 0.05);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 950;
}

.faq-list details[open] summary {
  border-bottom: 1px solid var(--line);
}

.faq-list p {
  margin: 0;
  padding: 16px 20px 20px;
  color: var(--muted);
  font-weight: 650;
}

.source-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.service-cta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  color: var(--white);
  background: var(--navy);
}

.service-cta .button.secondary {
  flex: 0 1 auto;
  text-align: center;
}

@media (max-width: 1040px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .desktop-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .service-hero,
  .split,
  .proof,
  .pricing-layout,
  .deadline-panel,
  .comparison-header,
  .sample-report-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-media {
    order: 1;
    min-height: 320px;
  }

  .hero-copy {
    order: 0;
  }

  .intro-band,
  .service-grid,
  .market-grid,
  .process-grid,
  .detail-grid,
  .question-grid,
  .role-grid,
  .sample-downloads,
  .approval-list,
  .faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-offer {
    position: static;
  }

  .gantt-head {
    display: grid;
  }

  .contact-copy {
    position: static;
  }
}

@media (max-width: 680px) {
  .site-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    max-width: 100vw;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .brand {
    width: auto;
    margin-right: 0;
    align-self: center;
  }

  .brand img {
    width: 138px;
    margin: 0;
  }

  .header-cta {
    width: auto;
    align-self: center;
    justify-self: end;
    text-align: center;
  }
  .desktop-nav {
    order: 3;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 6px;
    font-size: 13px;
  }

  .desktop-nav > a,
  .desktop-nav > .dropdown {
    width: 100%;
    min-width: 0;
    text-align: center;
  }

  .desktop-nav a,
  .dropdown > button {
    display: block;
    width: 100%;
    padding: 8px 9px;
  }

  .dropdown-menu {
    top: 36px;
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 190px);
    overflow-y: auto;
  }

  .desktop-nav > .dropdown:first-of-type .dropdown-menu {
    right: 0;
    left: auto;
  }

  .desktop-nav > .dropdown:nth-of-type(2) .dropdown-menu {
    right: auto;
    left: 0;
  }

  .services-menu {
    right: 0;
    left: auto;
    width: min(280px, calc(100vw - 24px));
    min-width: 0;
  }
  .dropdown-submenu::after { display: none; }
  .submenu {
    position: static;
    min-width: 0;
    margin: 3px 0 7px 8px;
    box-shadow: none;
  }
  .dropdown-submenu > button::after { content: "v"; }

  h1 { font-size: 44px; }
  .lede { font-size: 18px; }

  h1,
  h2,
  h3,
  p,
  a,
  strong,
  span {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-actions {
    display: grid;
  }

  .hero-fact-list ul {
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-copy,
  .service-hero-copy,
  .section {
    padding: 28px 16px;
    width: 100%;
    width: 100svw;
    max-width: 100vw;
    max-width: 100svw;
    overflow: hidden;
  }

  .hero-copy,
  .service-hero-copy {
    width: 100vw;
    max-width: 100vw;
  }

  .service-hero-media {
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
  }

  .hero-carousel-control {
    width: 40px;
    height: 50px;
    font-size: 30px;
  }

  .hero-carousel-prev {
    left: 16px;
  }

  .hero-carousel-next {
    right: auto;
    left: clamp(264px, 85vw, 334px);
  }

  .hero-copy > *,
  .service-hero-copy > * {
    max-width: calc(100vw - 32px);
    max-width: calc(100svw - 32px);
  }

  .service-hero-copy h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .section-lead h2 {
    font-size: 30px;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .section-lead,
  .process-card,
  .detail-card,
  .question-card,
  .approval-item,
  .gantt-card {
    width: 100%;
    max-width: calc(100vw - 32px);
    max-width: calc(100svw - 32px);
  }

  .approval-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .approval-item p {
    min-width: 0;
    max-width: 100%;
  }

  .service-hero-copy .lede {
    font-size: 17px;
  }

  .intro-band,
  .service-grid,
  .market-grid,
  .process-grid,
  .detail-grid,
  .question-grid,
  .pricing-layout,
  .pricing-actions,
  .comparison-header,
  .sample-report-layout,
  .sample-downloads,
  .comparison-grid,
  .document-sample-grid,
  .approval-list,
  .faq-list,
  .lead-form,
  .image-grid {
    grid-template-columns: 1fr;
  }

  .image-grid {
    grid-template-rows: none;
  }

  .image-grid img,
  .image-grid img:first-child {
    grid-row: auto;
    min-height: 220px;
  }

  .team,
  .service-cta {
    display: grid;
  }

  .intake-card {
    display: grid;
  }

  .gantt-card {
    padding: 18px;
  }

  .gantt-scale {
    display: none;
  }

  .gantt-rows {
    gap: 12px;
  }

  .gantt-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .gantt-track {
    grid-column: auto;
    display: block;
    min-height: 0;
    padding: 4px;
    background: rgba(247, 250, 252, 0.92);
  }

  .gantt-bar {
    display: block;
    margin: 0;
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 520px) {
  .service-hero-copy > *,
  .section-lead,
  .process-card,
  .detail-card,
  .question-card,
  .gantt-card {
    max-width: 358px;
  }
}
