:root {
  --navy: #003366;
  --navy-dark: #001f40;
  --gold: #daa520;
  --ink: #172235;
  --muted: #566273;
  --soft: #f4f7fa;
  --line: #d7dee7;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font: 18px/1.65 Arial, Helvetica, sans-serif;
}
a { color: var(--navy); }
a:hover { color: #07579e; }
img { max-width: 100%; }

.service-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, .97);
  border-bottom: 3px solid var(--gold);
}
.service-brand img { display: block; width: min(390px, 48vw); height: 64px; object-fit: contain; object-position: left center; }
.service-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 20px; font-size: .9rem; }
.service-nav a { text-decoration: none; font-weight: 700; }
.service-nav .nav-cta { padding: 7px 13px; color: var(--white); background: var(--navy); border-radius: 4px; }

.service-hero {
  color: var(--white);
  background: linear-gradient(120deg, var(--navy-dark), var(--navy) 68%, #07579e);
  border-bottom: 5px solid var(--gold);
}
.service-hero-inner, .service-inner { width: min(1160px, calc(100% - 40px)); margin: auto; }
.service-hero-inner { padding: clamp(58px, 8vw, 100px) 0; }
.eyebrow { margin: 0 0 14px; color: #f3c64c; font-size: .88rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
h1 { max-width: 950px; margin: 0; font: 700 clamp(2.2rem, 5vw, 4rem)/1.1 Georgia, "Times New Roman", serif; }
.hero-summary { max-width: 900px; margin: 22px 0 0; font-size: clamp(1.05rem, 2vw, 1.32rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { display: inline-block; padding: 11px 19px; border: 2px solid var(--gold); border-radius: 4px; text-decoration: none; font-weight: 800; }
.button.primary { color: var(--navy-dark); background: var(--gold); }
.button.secondary { color: var(--white); background: transparent; }

.service-section { padding: clamp(48px, 7vw, 82px) 0; }
.service-section.alt { background: var(--soft); }
.service-section + .service-section { border-top: 1px solid var(--line); }
h2 { margin: 0 0 12px; color: var(--navy); font: 700 clamp(1.75rem, 3vw, 2.4rem)/1.2 Georgia, "Times New Roman", serif; }
h3 { margin: 0 0 8px; color: var(--navy); font-size: 1.1rem; line-height: 1.3; }
.section-lead { max-width: 900px; margin: 0 0 28px; color: var(--muted); font-size: 1.08rem; }
.two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 48px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { padding: 24px; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--gold); box-shadow: 0 5px 18px rgba(0, 31, 64, .06); }
.card p { margin: 0; }
.clean-list { padding: 0; margin: 0; list-style: none; }
.clean-list li { position: relative; padding: 8px 0 8px 24px; border-bottom: 1px solid var(--line); }
.clean-list li::before { position: absolute; left: 2px; color: var(--gold); content: "◆"; font-size: .7rem; }
.process { counter-reset: step; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.process article { counter-increment: step; padding: 22px; background: var(--navy); color: var(--white); border-bottom: 4px solid var(--gold); }
.process article::before { content: "0" counter(step); display: block; margin-bottom: 9px; color: var(--gold); font-weight: 900; }
.process h3 { color: var(--white); }
.process p { margin: 0; font-size: .94rem; }
.scope-note { margin-top: 24px; padding: 18px 22px; background: #fff9e8; border-left: 4px solid var(--gold); }
.consultant-profile { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 30px; align-items: start; margin-top: 24px; }
.consultant-portrait { width: 190px; height: 230px; object-fit: cover; object-position: center 22%; border: 4px solid var(--white); border-radius: 6px; box-shadow: 0 5px 18px rgba(0, 31, 64, .18); outline: 2px solid var(--gold); }
.consultant-profile h3 { margin-bottom: 16px; font-size: 1.2rem; }
.credential-line { display: inline-block; margin: 0 0 16px; padding: 5px 10px; color: var(--navy); background: #fff9e8; border-left: 3px solid var(--gold); font-size: .92rem; font-weight: 700; }
.consultant-copy p { margin-top: 0; }
.service-cta { padding: 52px 0; color: var(--white); text-align: center; background: var(--navy-dark); border-top: 4px solid var(--gold); }
.service-cta h2 { color: var(--white); }
.service-cta p { max-width: 760px; margin: 0 auto 22px; }
.service-footer { padding: 28px 20px; color: #dce7f1; text-align: center; background: #00172f; font-size: .88rem; }
.service-footer p { margin: 3px 0; }
.service-footer a { color: #f3c64c; }

@media (max-width: 900px) {
  .service-header { position: static; align-items: flex-start; flex-direction: column; }
  .service-brand img { width: min(420px, 88vw); }
  .service-nav { justify-content: flex-start; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  body { font-size: 17px; }
  .service-hero-inner, .service-inner { width: min(100% - 28px, 1160px); }
  .two-column, .card-grid, .process { grid-template-columns: 1fr; }
  .consultant-profile { grid-template-columns: 1fr; }
  .consultant-portrait { width: 170px; height: 205px; }
  .service-nav { gap: 8px 14px; font-size: .82rem; }
  .service-nav .nav-cta { width: 100%; text-align: center; }
}
