:root {
  --navy: #08254a;
  --navy-2: #123d68;
  --teal: #056d78;
  --teal-2: #0b98a3;
  --amber: #ef9b2d;
  --ink: #071a33;
  --muted: #526479;
  --line: #d7e2ea;
  --paper: #ffffff;
  --mist: #f3f9fb;
  --mist-2: #e8f6f8;
  --shadow: 0 22px 70px rgba(8, 37, 74, 0.16);
  --radius: 8px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--navy);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(215, 226, 234, 0.85);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 220px;
  height: auto;
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #12233d;
  font-size: 14px;
  font-weight: 750;
}

.nav-links a,
.site-footer a {
  text-decoration: none;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--teal);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.nav-cta,
.button.primary {
  background: linear-gradient(135deg, var(--teal), #047782);
  color: #fff;
  box-shadow: 0 14px 30px rgba(7, 137, 149, 0.22);
}

.nav-cta {
  padding: 0 22px;
}

.button {
  padding: 0 22px;
}

.button.ghost {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(7, 137, 149, 0.22);
}

.button svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.nav-cta:focus-visible,
.nav-links a:focus-visible,
.brand:focus-visible {
  outline: 3px solid rgba(239, 155, 45, 0.7);
  outline-offset: 4px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 6px;
  color: var(--navy);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.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;
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(420px, 1fr);
  gap: 52px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 38px;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 54%;
  height: 72%;
  background: linear-gradient(135deg, rgba(15, 180, 187, 0.18), rgba(8, 37, 74, 0.05));
  border-radius: 80px 0 0 80px;
  z-index: -2;
}

.hero h1,
.section h2,
.process-section h2,
.proof-section h2,
.contact-section h2,
.legal-note h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.hero h1 {
  font-size: clamp(42px, 6vw, 76px);
  max-width: 760px;
}

.hero-copy p {
  max-width: 610px;
  margin: 22px 0 0;
  color: #4d5f75;
  font-size: 19px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.hero-points svg,
.trust-items svg,
.check-list svg {
  width: 30px;
  height: 30px;
  color: var(--teal);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-media {
  position: relative;
  min-height: 540px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #d8edf2;
}

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

.report-card {
  position: absolute;
  left: 22px;
  bottom: 22px;
  width: min(430px, calc(100% - 44px));
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 10px;
  box-shadow: 0 18px 50px rgba(8, 37, 74, 0.22);
  backdrop-filter: blur(12px);
}

.score-ring {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--navy);
  font-size: 22px;
  font-weight: 900;
  background: conic-gradient(var(--amber) 0 72%, #dce8ef 72% 100%);
  position: relative;
}

.score-ring::after {
  content: "";
  position: absolute;
  inset: 9px;
  background: #fff;
  border-radius: inherit;
}

.score-ring span {
  position: relative;
  z-index: 1;
}

.report-card strong,
.report-card span {
  display: block;
}

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

.report-card span {
  color: var(--muted);
  font-size: 13px;
  margin-top: 4px;
}

.trust-band {
  background: linear-gradient(120deg, var(--navy), #003a68 55%, #006d78);
  color: #fff;
  padding: 26px 20px;
}

.trust-band p {
  margin: 0 auto 18px;
  width: min(1180px, 100%);
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
}

.trust-items {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.trust-items span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e7f9fc;
  font-size: 14px;
  font-weight: 700;
}

.trust-items svg {
  flex: 0 0 auto;
  color: #36d5dd;
}

.section,
.process-section,
.proof-section,
.contact-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 84px 0;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) 1fr;
  gap: 52px;
  align-items: start;
}

.section h2,
.process-section h2,
.proof-section h2,
.contact-section h2,
.legal-note h2 {
  font-size: clamp(34px, 4vw, 54px);
}

.section-lede,
.section-heading p,
.proof-copy p,
.contact-section p,
.legal-note p {
  color: var(--muted);
  font-size: 18px;
}

.service-list {
  display: grid;
  gap: 14px;
}

.service-list article,
.industry-grid article,
.package-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 22px;
  box-shadow: 0 14px 34px rgba(8, 37, 74, 0.06);
}

.service-list article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 8px 18px;
}

.service-list .number {
  grid-row: span 2;
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 800;
}

.service-list h3,
.industry-grid h3,
.package-grid h3,
.process-steps h3,
.sample-issue h3 {
  margin: 0;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.2;
}

.service-list p,
.industry-grid p,
.package-grid p,
.process-steps p,
.sample-issue p {
  margin: 8px 0 0;
  color: var(--muted);
}

.process-section {
  width: 100%;
  padding: 78px 20px;
  background: linear-gradient(180deg, #effbfc, #fff);
}

.section-heading {
  width: min(1180px, 100%);
  margin: 0 auto 34px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}

.section-heading p {
  max-width: 520px;
  margin: 0;
}

.process-steps {
  width: min(1020px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  position: relative;
}

.process-steps::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 17%;
  right: 17%;
  border-top: 2px dashed rgba(7, 137, 149, 0.35);
}

.process-steps article {
  position: relative;
  text-align: center;
  padding-top: 2px;
}

.icon-circle {
  width: 86px;
  height: 86px;
  margin: 0 auto 12px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #dff8fa;
  border: 1px solid rgba(7, 137, 149, 0.26);
  color: var(--teal);
}

.icon-circle svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.industries {
  padding-top: 72px;
}

.industry-grid,
.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.industry-grid article span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 999px;
  color: var(--teal);
  background: #e8f8fa;
  border: 1px solid rgba(7, 137, 149, 0.18);
  font-weight: 900;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) 1fr;
  gap: 44px;
  align-items: center;
  padding-top: 66px;
}

.check-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  color: #20364f;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--teal);
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sample-report {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 18px;
  box-shadow: var(--shadow);
}

.sample-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
}

.sample-top span {
  color: var(--teal);
  font-weight: 900;
}

.sample-issue {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 18px;
  padding-top: 18px;
}

.issue-preview {
  position: relative;
  min-height: 240px;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(rgba(8, 37, 74, 0.16), rgba(8, 37, 74, 0.16)),
    linear-gradient(160deg, #d8edf2 0%, #fff 48%, #d7edf0 100%);
}

.issue-preview::before {
  content: "";
  position: absolute;
  inset: 44px 28px 72px;
  border: 5px solid #e11d48;
  border-radius: 9px;
  box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.08);
}

.callout-box {
  position: absolute;
  right: 22px;
  top: 38px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #e11d48;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(225, 29, 72, 0.32);
}

.sample-issue dl {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.sample-issue dt {
  color: var(--navy);
  font-weight: 900;
}

.sample-issue dd {
  margin: 4px 0 0;
  color: var(--muted);
}

.packages {
  padding-top: 50px;
}

.package-grid article strong {
  display: inline-block;
  margin-top: 18px;
  color: var(--teal);
}

.legal-note {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 84px;
  padding: 34px;
  border-radius: 10px;
  background: #fff8ed;
  border: 1px solid #f5d3a3;
}

.legal-note h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.legal-note p {
  max-width: 1000px;
  margin-bottom: 0;
}

.accessibility-statement {
  padding-top: 50px;
  padding-bottom: 40px;
}

.accessibility-statement h2 {
  max-width: 780px;
}

.accessibility-statement p {
  max-width: 940px;
  margin-bottom: 0;
}

.accessibility-statement a,
.contact-card a:not(.button),
.footer-links a {
  color: var(--teal);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-card a:not(.button) {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.contact-section {
  margin-bottom: 0;
  width: 100%;
  padding: 54px max(20px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  color: #fff;
  background: linear-gradient(135deg, #007f87, var(--navy));
}

.contact-section > * {
  min-width: 0;
}

.contact-section h2 {
  color: #fff;
  max-width: 850px;
}

.contact-section p {
  color: #e4fbff;
  max-width: 680px;
}

.contact-card {
  width: min(390px, 100%);
  min-width: 0;
  padding: 24px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.contact-card .button {
  width: 100%;
  background: #fff;
  color: var(--teal);
  box-shadow: none;
}

.contact-card p {
  margin: 14px 0 0;
  font-size: 15px;
}

.contact-card .small {
  font-size: 13px;
  opacity: 0.9;
}

.site-footer {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  color: var(--muted);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.accessibility-tools {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: grid;
  justify-items: end;
  gap: 10px;
}

.accessibility-toggle,
.accessibility-panel button {
  min-height: 44px;
  border-radius: 6px;
  border: 1px solid rgba(8, 37, 74, 0.18);
  background: #fff;
  color: var(--navy);
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.accessibility-toggle {
  padding: 0 16px;
  box-shadow: 0 14px 34px rgba(8, 37, 74, 0.16);
}

.accessibility-panel {
  width: min(300px, calc(100vw - 36px));
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.accessibility-panel h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.2;
}

.accessibility-panel button {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}

.accessibility-panel button[aria-pressed="true"] {
  background: var(--navy);
  color: #fff;
}

a:focus-visible,
button:focus-visible,
.button:focus-visible,
.nav-cta:focus-visible,
.nav-links a:focus-visible,
.brand:focus-visible {
  outline: 3px solid rgba(239, 155, 45, 0.82);
  outline-offset: 4px;
}

body[data-contrast="high"] {
  --navy: #001b3f;
  --navy-2: #062a52;
  --teal: #005c66;
  --teal-2: #006d78;
  --ink: #000b1a;
  --muted: #26384b;
  --line: #667d91;
  --mist: #ffffff;
  --mist-2: #effcff;
  --shadow: 0 12px 32px rgba(0, 11, 26, 0.2);
}

body[data-contrast="high"] .site-header,
body[data-contrast="high"] .service-list article,
body[data-contrast="high"] .industry-grid article,
body[data-contrast="high"] .package-grid article,
body[data-contrast="high"] .sample-report,
body[data-contrast="high"] .accessibility-panel {
  background: #fff;
  border-color: #667d91;
}

body[data-contrast="high"] .trust-band,
body[data-contrast="high"] .contact-section {
  background: #001b3f;
}

body[data-contrast="high"] .process-section {
  background: #f6feff;
}

body[data-contrast="high"] .nav-cta,
body[data-contrast="high"] .button.primary {
  background: #005c66;
  box-shadow: none;
}

body[data-contrast="high"] .contact-card .button.primary {
  background: #fff;
  color: #001b3f;
}

body[data-contrast="high"] .button.ghost,
body[data-contrast="high"] .accessibility-toggle {
  background: #fff;
  border-color: #667d91;
}

body[data-text-size="large"] {
  line-height: 1.7;
}

body[data-text-size="large"] .nav-links,
body[data-text-size="large"] .button,
body[data-text-size="large"] .nav-cta,
body[data-text-size="large"] .trust-items span,
body[data-text-size="large"] .site-footer,
body[data-text-size="large"] .accessibility-toggle,
body[data-text-size="large"] .accessibility-panel button {
  font-size: 16px;
}

body[data-text-size="large"] .hero-copy p,
body[data-text-size="large"] .section-lede,
body[data-text-size="large"] .section-heading p,
body[data-text-size="large"] .proof-copy p,
body[data-text-size="large"] .contact-section p,
body[data-text-size="large"] .legal-note p,
body[data-text-size="large"] .accessibility-statement p {
  font-size: 20px;
}

body[data-text-size="large"] .service-list p,
body[data-text-size="large"] .industry-grid p,
body[data-text-size="large"] .package-grid p,
body[data-text-size="large"] .process-steps p,
body[data-text-size="large"] .sample-issue p,
body[data-text-size="large"] .sample-issue dd {
  font-size: 17px;
}

body[data-motion="reduced"] *,
body[data-motion="reduced"] *::before,
body[data-motion="reduced"] *::after {
  scroll-behavior: auto !important;
  transition-duration: 0.01ms !important;
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
}

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

@media (max-width: 1080px) {
  .nav {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-links[data-open="true"] {
    grid-column: 1 / -1;
    display: grid;
    justify-self: stretch;
    gap: 0;
    padding: 8px 0 18px;
    border-top: 1px solid var(--line);
  }

  .nav-links[data-open="true"] a {
    padding: 13px 0;
  }

  .hero,
  .split-section,
  .proof-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-media {
    min-height: 460px;
  }

  .hero-media img {
    min-height: 460px;
  }

  .trust-items,
  .industry-grid,
  .package-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-steps {
    gap: 26px;
  }

  .contact-card {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .nav,
  .hero,
  .section,
  .proof-section,
  .site-footer,
  .legal-note {
    width: min(100% - 28px, 1180px);
  }

  .brand-logo {
    width: 176px;
  }

  .hero {
    min-height: auto;
    gap: 32px;
    padding-bottom: 36px;
  }

  .hero::after {
    display: none;
  }

  .hero h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

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

  .hero-actions {
    display: grid;
  }

  .hero-media,
  .hero-media img {
    min-height: 360px;
  }

  .report-card {
    position: static;
    width: 100%;
    border-radius: 0;
  }

  .trust-items,
  .industry-grid,
  .package-grid,
  .process-steps,
  .sample-issue {
    grid-template-columns: 1fr;
  }

  .trust-band p {
    text-align: left;
  }

  .section,
  .process-section,
  .proof-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .section-heading {
    display: block;
  }

  .section-heading p {
    margin-top: 12px;
  }

  .process-steps::before {
    display: none;
  }

  .service-list article {
    grid-template-columns: 1fr;
  }

  .legal-note {
    padding: 24px;
    margin-bottom: 54px;
  }

  .contact-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .contact-card {
    max-width: 100%;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }
}
