:root {
  --navy: #0a2342;
  --navy-deep: #06182e;
  --maroon: #8c1d40;
  --maroon-dark: #6f1531;
  --gold: #ffc627;
  --gold-soft: #fff4cc;
  --white: #fff;
  --ink: #17283a;
  --muted: #586979;
  --line: #d9e1e8;
  --surface: #f4f7f9;
  --warm: #fbf8f2;
  --success: #23633d;
  --error: #a3162f;
  --shadow: 0 18px 48px rgba(10, 35, 66, .1);
  --radius: 18px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Montserrat", Arial, sans-serif; font-size: 1rem; line-height: 1.68; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: var(--maroon); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; color: var(--navy); background: var(--gold); border-radius: 8px; font-weight: 800; transform: translateY(-160%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: 92px 0; }
.section--soft { background: var(--surface); }
.section--warm { background: var(--warm); }
.eyebrow { margin: 0 0 12px; color: var(--maroon); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--gold { color: var(--gold); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--navy); line-height: 1.14; }
h1 { margin-bottom: 22px; font-size: clamp(2.6rem, 5.8vw, 5rem); font-weight: 800; letter-spacing: -.045em; }
h2 { margin-bottom: 18px; font-size: clamp(1.9rem, 3.8vw, 3.2rem); font-weight: 800; letter-spacing: -.035em; }
h3 { margin-bottom: 10px; font-size: 1.12rem; font-weight: 750; }
h4 { margin-bottom: 8px; font-size: .98rem; }
p { color: var(--muted); }
.lead { max-width: 780px; font-size: 1.12rem; }
.small { font-size: .83rem; }
.section-heading { max-width: 790px; margin-bottom: 44px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.btn { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; padding: 13px 21px; border: 2px solid transparent; border-radius: 8px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease; }
.btn:hover { transform: translateY(-2px); }
.btn--gold { color: var(--navy); background: var(--gold); }
.btn--gold:hover { background: #ffd34f; }
.btn--maroon { color: var(--white); background: var(--maroon); }
.btn--maroon:hover { background: var(--maroon-dark); }
.btn--outline { color: var(--white); border-color: rgba(255,255,255,.62); }
.btn--outline:hover { background: rgba(255,255,255,.08); border-color: var(--white); }
.btn--navy-outline { color: var(--navy); border-color: var(--navy); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.text-link { font-weight: 750; text-underline-offset: 3px; }
.site-header { position: sticky; z-index: 100; top: 0; color: var(--white); background: rgba(6,24,46,.98); border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-wrap { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.brand img { width: 118px; height: 72px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 22px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: #e6edf5; font-size: .77rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--gold); }
.nav-links .nav-cta { padding: 10px 14px; color: var(--navy); background: var(--gold); border-radius: 7px; }
.nav-links .nav-cta:hover, .nav-links .nav-cta[aria-current="page"] { color: var(--navy); background: #ffd34f; }
.menu-toggle { display: none; width: 46px; height: 44px; padding: 10px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.45); border-radius: 8px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; }
.hero { position: relative; isolation: isolate; padding: 104px 0 108px; color: var(--white); background: var(--navy); overflow: hidden; }
.hero::before { position: absolute; z-index: -1; inset: 0 0 0 54%; opacity: .36; background: linear-gradient(90deg, transparent 0 24%, rgba(255,255,255,.08) 24% 24.5%, transparent 24.5% 49%, rgba(255,255,255,.08) 49% 49.5%, transparent 49.5%), linear-gradient(0deg, transparent 0 31%, rgba(255,255,255,.08) 31% 31.5%, transparent 31.5% 63%, rgba(255,255,255,.08) 63% 63.5%, transparent 63.5%); transform: rotate(-8deg) scale(1.2); content: ""; }
.hero::after { position: absolute; z-index: -1; right: -160px; bottom: -290px; width: 510px; height: 510px; border: 82px solid rgba(255,198,39,.11); border-radius: 50%; content: ""; }
.hero h1, .hero h2 { color: var(--white); }
.hero p { max-width: 790px; color: #d7e1ec; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr); align-items: end; gap: 76px; }
.hero-card { padding: 30px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.hero-card p { color: var(--muted); font-size: .9rem; }
.hero-card ul { margin: 0; padding: 0; list-style: none; }
.hero-card li { padding: 10px 0; color: var(--navy); border-bottom: 1px solid var(--line); font-size: .88rem; font-weight: 700; }
.hero-card li:last-child { border: 0; }
.page-hero { padding: 76px 0 80px; }
.page-hero h1 { max-width: 930px; font-size: clamp(2.45rem, 5vw, 4.35rem); }
.breadcrumbs { margin-bottom: 22px; color: #c8d5e2; font-size: .77rem; font-weight: 650; }
.breadcrumbs a { color: var(--gold); }
.grid-2 { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.card { min-width: 0; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 24px rgba(10,35,66,.04); }
.card--accent { border-top: 4px solid var(--maroon); }
.card p:last-child { margin-bottom: 0; }
.card-label { display: block; margin-bottom: 17px; color: var(--maroon); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 7px 0 7px 25px; color: var(--ink); font-size: .91rem; line-height: 1.48; }
.check-list li::before { position: absolute; top: 7px; left: 0; color: var(--maroon); content: "✓"; font-weight: 800; }
.plain-list { margin: 0; padding-left: 1.15rem; }
.plain-list li { margin: 7px 0; color: var(--muted); }
.split { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); align-items: start; gap: 70px; }
.callout { padding: 26px 28px; background: var(--gold-soft); border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0; }
.callout p:last-child { margin-bottom: 0; color: #493b13; }
.dark-band { color: var(--white); background: var(--maroon); }
.dark-band h2, .dark-band h3, .dark-band p { color: var(--white); }
.dark-band p { color: #f0dfe5; }
.cta-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 46px; color: var(--white); background: var(--navy); border-radius: var(--radius); }
.cta-panel h2, .cta-panel p { color: var(--white); }
.cta-panel p { margin-bottom: 0; color: #c8d4e1; }
.price-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.price-card { display: flex; min-width: 0; flex-direction: column; padding: 32px; background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--maroon); border-radius: 14px; box-shadow: var(--shadow); }
.price-card--featured { border-top-color: var(--gold); }
.price { margin: 4px 0 18px; color: var(--navy); font-size: 1.35rem; font-weight: 800; }
.price-card .check-list { margin-bottom: 24px; }
.price-card .btn { margin-top: auto; align-self: flex-start; }
.price-note { margin-top: 34px; padding: 24px; background: var(--surface); border-radius: 10px; }
.deliverable-picker { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.preview-button { min-height: 46px; padding: 10px 15px; color: var(--navy); background: var(--white); border: 1px solid #aebbc8; border-radius: 999px; font-size: .8rem; font-weight: 750; }
.preview-button:hover, .preview-button[aria-pressed="true"] { color: var(--white); background: var(--maroon); border-color: var(--maroon); }
.preview-stage { min-height: 590px; padding: 34px; background: #e9eef3; border: 1px solid #ced7df; border-radius: var(--radius); }
.preview-panel[hidden] { display: none; }
.preview-titlebar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.preview-titlebar h3 { margin: 0; }
.sample-badge { padding: 6px 9px; color: var(--maroon); background: #f8e7ed; border-radius: 999px; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.report-sheet, .sheet-preview, .gantt-preview, .matrix-preview, .check-preview { padding: 28px; background: var(--white); border-radius: 8px; box-shadow: 0 12px 35px rgba(10,35,66,.12); }
.report-head { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding-bottom: 20px; border-bottom: 4px solid var(--navy); }
.report-head strong { color: var(--navy); font-size: 1.35rem; }
.report-head span { color: var(--muted); font-size: .72rem; }
.report-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-top: 24px; }
.mini-section { padding: 15px; background: var(--surface); border-left: 3px solid var(--maroon); }
.mini-section strong { display: block; color: var(--navy); font-size: .78rem; }
.mini-section span { color: var(--muted); font-size: .7rem; }
.table-scroll { overflow-x: auto; }
.sample-table { width: 100%; min-width: 760px; border-collapse: collapse; color: var(--ink); background: var(--white); font-size: .68rem; }
.sample-table th { padding: 9px; color: var(--white); background: var(--navy); border: 1px solid #284765; text-align: left; }
.sample-table td { padding: 9px; border: 1px solid var(--line); vertical-align: top; }
.sample-table tr:nth-child(even) td { background: #f6f8fa; }
.gantt-grid { display: grid; grid-template-columns: 185px repeat(12,minmax(22px,1fr)); min-width: 730px; font-size: .67rem; }
.gantt-grid > div { min-height: 34px; padding: 7px 5px; border-right: 1px solid #e4e9ee; border-bottom: 1px solid #e4e9ee; }
.gantt-label { color: var(--navy); background: #f6f8fa; font-weight: 700; }
.gantt-header { color: var(--white); background: var(--navy); text-align: center; }
.gantt-bar { align-self: center; min-height: 20px !important; margin: 5px 2px; padding: 3px 5px !important; color: var(--white); background: var(--maroon); border: 0 !important; border-radius: 3px; font-size: .58rem; white-space: nowrap; }
.gantt-bar--agency { background: #31557f; }
.gantt-milestone { position: relative; }
.gantt-milestone::after { position: absolute; top: 9px; left: 50%; width: 14px; height: 14px; background: var(--gold); transform: rotate(45deg); content: ""; }
.legend { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; color: var(--muted); font-size: .68rem; }
.legend span::before { display: inline-block; width: 11px; height: 11px; margin-right: 5px; background: var(--maroon); content: ""; }
.legend .agency::before { background: #31557f; }
.legend .milestone::before { background: var(--gold); transform: rotate(45deg); }
.preview-disclaimer { margin: 22px 0 0; padding: 15px; color: #493b13; background: var(--gold-soft); border-radius: 7px; font-size: .75rem; }
.selection-summary { margin-top: 28px; padding: 24px; background: var(--navy); border-radius: 12px; }
.selection-summary p { margin-bottom: 12px; color: #d7e2ed; }
.selection-summary strong { color: var(--white); }
.contact-grid { display: grid; grid-template-columns: minmax(0,.65fr) minmax(0,1.35fr); align-items: start; gap: 60px; }
.contact-aside { position: sticky; top: 110px; }
.contact-note { margin-top: 26px; padding: 20px; background: var(--gold-soft); border-left: 4px solid var(--gold); }
.contact-note p { margin: 0; font-size: .84rem; }
.inquiry-form { padding: 36px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.field { min-width: 0; }
.field--full { grid-column: 1 / -1; }
label, legend { color: var(--navy); font-size: .82rem; font-weight: 750; }
label { display: inline-block; margin-bottom: 7px; }
.optional { color: #748391; font-size: .7rem; font-weight: 500; }
input, select, textarea { width: 100%; color: var(--ink); background: var(--white); border: 1px solid #aebbc8; border-radius: 7px; }
input, select { min-height: 50px; padding: 11px 13px; }
textarea { min-height: 148px; padding: 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--maroon); outline: 3px solid rgba(140,29,64,.14); }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--error); }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend { margin-bottom: 9px; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px 14px; }
.check-option { display: grid; min-height: 44px; grid-template-columns: 18px 1fr; align-items: center; gap: 8px; margin: 0; color: var(--ink); font-size: .77rem; font-weight: 550; }
.check-option input { width: 17px; min-height: 17px; margin: 3px 0 0; accent-color: var(--maroon); }
.field-help { margin: 6px 0 0; color: var(--muted); font-size: .7rem; }
.error-message { display: block; min-height: 1.1em; margin-top: 5px; color: var(--error); font-size: .72rem; font-weight: 650; }
.form-note { margin: 22px 0; color: var(--muted); font-size: .79rem; }
.form-status { margin-bottom: 18px; padding: 14px 16px; border-radius: 8px; font-size: .84rem; font-weight: 650; }
.form-status:empty { display: none; }
.form-status.is-error { color: #761124; background: #fbe9ed; border: 1px solid #e6b5bf; }
.form-status.is-success { color: #17492c; background: #e8f5ed; border: 1px solid #afd5bd; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.legal h2 { margin-top: 42px; font-size: 1.65rem; }
.legal h3 { margin-top: 28px; }
.legal li { color: var(--muted); }
.site-footer { padding: 56px 0 28px; color: var(--white); background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: minmax(220px,.65fr) minmax(0,1.35fr); align-items: start; gap: 54px; }
.footer-brand img { width: 145px; margin-bottom: 8px; }
.footer-brand p { margin: 0; color: #c5d1de; font-weight: 650; }
.footer-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px 20px; }
.footer-links a { display: inline-flex; min-height: 44px; align-items: center; color: #dce5ee; font-size: .78rem; font-weight: 650; text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: grid; grid-template-columns: 1fr auto; gap: 28px; margin-top: 38px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-bottom p { margin: 0; color: #aebdcb; font-size: .71rem; }
.footer-bottom .disclaimer { max-width: 820px; }
.not-found { min-height: 62vh; display: grid; place-items: center; text-align: center; }
.not-found h1 { color: var(--navy); }

@media (max-width: 1000px) {
  .nav-links { gap: 13px; }
  .nav-links a { font-size: .7rem; }
  .hero-grid, .split, .contact-grid { gap: 42px; }
  .grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 850px) {
  .section { padding: 74px 0; }
  .js .menu-toggle { display: block; }
  .nav-wrap { position: relative; }
  .nav-links { flex-wrap: wrap; justify-content: flex-end; }
  .js .nav-links { position: absolute; top: 82px; right: -20px; left: -20px; display: none; align-items: stretch; padding: 18px 20px 24px; background: var(--navy-deep); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 22px 34px rgba(0,0,0,.25); }
  .js .nav-links.is-open { display: grid; }
  .js .nav-links a { display: flex; min-height: 44px; align-items: center; padding: 9px 0; font-size: .88rem; }
  .js .nav-links .nav-cta { padding: 12px 15px; text-align: center; }
  .breadcrumbs a { display: inline-flex; min-height: 44px; align-items: center; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-card { max-width: 580px; }
  .contact-aside { position: static; }
  .grid-3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cta-panel { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 61px 0; }
  h1 { font-size: clamp(2.35rem,12vw,3.45rem); }
  h2 { font-size: 1.95rem; }
  .hero { padding: 68px 0 70px; }
  .button-row { display: grid; }
  .button-row .btn { width: 100%; }
  .grid-2, .grid-3, .grid-4, .price-grid, .form-grid, .checkbox-grid, .report-columns { grid-template-columns: 1fr; }
  .inquiry-form, .preview-stage { padding: 24px 18px; }
  .field--full { grid-column: auto; }
  .footer-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-bottom { grid-template-columns: 1fr; }
  .cta-panel { padding: 32px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
