:root {
  --primary: #071427;
  --primary-soft: #0b2440;
  --primary-mid: #123a5a;
  --gold: #d4a637;
  --gold-light: #f2c85f;
  --text: #1a2430;
  --muted: #62707d;
  --light: #f7f8fa;
  --white: #ffffff;
  --border: #e4e8ed;
  --border-strong: #cfd6df;
  --shadow: 0 20px 56px rgba(7, 20, 39, 0.14);
  --shadow-soft: 0 10px 28px rgba(7, 20, 39, 0.08);
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: var(--font-body);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(212, 166, 55, 0.45);
  outline-offset: 3px;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--white);
  box-shadow: 0 8px 30px rgba(7, 20, 39, 0.08);
}

.top-bar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 9px clamp(18px, 5vw, 72px);
  background: var(--primary);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
  font-weight: 750;
}

.top-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.portal-link {
  color: var(--white);
}

.top-bar a,
nav a,
.site-footer a,
.contact-details a {
  transition: color 160ms ease, opacity 160ms ease;
}

.top-bar a:hover,
.site-footer a:hover,
.contact-details a:hover {
  color: var(--gold-light);
}

.nav-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 12px clamp(18px, 5vw, 72px);
}

.brand {
  width: fit-content;
}

.brand-logo {
  width: clamp(150px, 15vw, 210px);
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2vw, 34px);
}

nav a {
  position: relative;
  padding: 10px 0;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

nav a:hover {
  color: var(--gold);
}

nav a.active::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 3px;
  background: var(--gold);
  content: "";
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0 24px;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(7, 20, 39, 0.14);
}

.button.small {
  min-height: 44px;
  padding-inline: 20px;
  white-space: nowrap;
}

.button.gold {
  border-color: var(--gold);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #071427;
}

.button.outline {
  border-color: var(--gold);
  background: rgba(7, 20, 39, 0.15);
  color: var(--white);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  min-height: 610px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 20, 39, 0.99) 0%, rgba(7, 20, 39, 0.92) 46%, rgba(7, 20, 39, 0.45) 74%),
    linear-gradient(135deg, var(--primary), var(--primary-mid));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: clamp(46px, 7vw, 84px) 0 162px clamp(18px, 5vw, 72px);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(3.1rem, 6vw, 6rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h1 span {
  display: block;
  color: var(--gold);
}

.rule {
  width: 68px;
  height: 2px;
  margin: 24px 0;
  background: var(--gold);
}

.lede {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.02rem, 1.5vw, 1.24rem);
  line-height: 1.65;
}

.tagline {
  max-width: 680px;
  margin: 0 0 18px;
  color: var(--gold-light);
  font-size: clamp(1.08rem, 1.8vw, 1.42rem);
  font-weight: 850;
  line-height: 1.35;
}

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

.hero-image {
  position: relative;
  min-height: 100%;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.94) contrast(1.04);
}

.benefit-strip {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 0;
  left: clamp(18px, 5vw, 72px);
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  background: rgba(9, 38, 67, 0.96);
  box-shadow: var(--shadow);
}

.benefit-strip article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 118px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.benefit-strip article:last-child {
  border-right: 0;
}

.icon,
.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  color: var(--gold);
  font-weight: 950;
}

.icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 0.82rem;
}

.benefit-strip strong {
  display: block;
  color: var(--white);
  font-size: 0.86rem;
  text-transform: uppercase;
}

.benefit-strip p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.45;
}

.fit-strip,
.services,
.about,
.why,
.provider-cta,
.resources,
.process,
.contact {
  padding: clamp(62px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.fit-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 72px);
  background: var(--border);
}

.fit-strip div {
  min-height: 126px;
  padding: 26px;
  background: var(--white);
}

.fit-strip strong,
.fit-strip span {
  display: block;
}

.fit-strip strong {
  margin-bottom: 8px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 1.18rem;
}

.fit-strip span {
  color: var(--muted);
}

.services,
.resources,
.process {
  background: var(--light);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(130px, 0.3fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 36px;
}

.section-heading.centered {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0;
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .rule {
  margin: 18px 0 0;
}

h2 {
  margin: 0;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 4.4vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: 0;
}

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

.service-grid article {
  display: grid;
  justify-items: center;
  min-height: 268px;
  padding: 30px 24px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.service-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 0.82rem;
}

h3 {
  margin: 0 0 10px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 1.2rem;
  line-height: 1.18;
}

.service-grid p,
.about p,
.why-grid p,
.process-list span,
.contact-copy p {
  margin: 0;
  color: var(--muted);
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: var(--white);
}

.about-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.about-copy > p {
  padding-top: 8px;
  font-size: 1.08rem;
}

.section-image,
.visual-heading img,
.contact-image,
.software-review img {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
  filter: saturate(0.96) contrast(1.03);
}

.section-image {
  height: clamp(320px, 34vw, 480px);
}

.why {
  background: var(--primary);
  color: var(--white);
}

.why h2,
.why h3 {
  color: var(--white);
}

.visual-heading {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  align-items: center;
}

.visual-heading img {
  height: 260px;
  opacity: 0.9;
}

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

.why-grid article {
  min-height: 235px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.why-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.provider-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(260px, 0.65fr) auto;
  gap: 28px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(212, 166, 55, 0.16), rgba(255, 255, 255, 0.92)),
    var(--white);
}

.provider-cta h2 {
  max-width: 760px;
}

.provider-cta p {
  margin: 0;
  color: var(--muted);
}

.resource-intro {
  max-width: 820px;
  margin: -10px auto 34px;
  color: var(--muted);
  font-size: 1.05rem;
  text-align: center;
}

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

.resource-grid article {
  display: grid;
  min-height: 285px;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.resource-grid span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.resource-grid h3 {
  margin-top: 24px;
}

.resource-grid p {
  margin: 0;
  color: var(--muted);
}

.resource-grid a {
  align-self: end;
  margin-top: 24px;
  color: var(--primary);
  font-weight: 950;
}

.provider-help {
  margin-bottom: 22px;
}

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

.resource-columns article {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.resource-columns ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.software-review {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(220px, 0.48fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 22px;
  padding: 34px;
  border-radius: 6px;
  background: var(--primary);
  color: var(--white);
}

.software-review h3 {
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.software-review img {
  height: 230px;
  box-shadow: none;
}

.software-review p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.04rem;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.process-list li {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--white);
}

.process-list li::before {
  display: block;
  margin-bottom: 28px;
  color: var(--gold);
  font-weight: 950;
  content: "0" counter(steps);
  counter-increment: steps;
}

.process-list strong,
.process-list span {
  display: block;
}

.process-list strong {
  margin-bottom: 10px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 1.16rem;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  background: var(--white);
}

.contact-copy p {
  max-width: 630px;
  margin-top: 20px;
  font-size: 1.04rem;
}

.contact-image {
  height: 230px;
  margin-bottom: 28px;
}

.contact-details {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  color: var(--primary);
  font-weight: 900;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--light);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: var(--primary);
  font-size: 0.88rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--border-strong);
  border-radius: 4px;
  padding: 11px 12px;
  color: var(--text);
  background: var(--white);
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
}

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

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

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: space-between;
  padding: 24px clamp(18px, 5vw, 72px);
  background: var(--primary);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 750;
}

.site-footer span {
  color: var(--white);
}

@media (max-width: 1080px) {
  .site-header {
    position: static;
  }

  .nav-bar {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .hero,
  .fit-strip,
  .about,
  .about-copy,
  .contact,
  .provider-cta,
  .visual-heading,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-right: clamp(18px, 5vw, 72px);
  }

  .hero-image {
    display: none;
  }

  .hero {
    background:
      linear-gradient(rgba(7, 20, 39, 0.96), rgba(7, 20, 39, 0.94)),
      linear-gradient(135deg, var(--primary), var(--primary-mid));
  }

  .benefit-strip,
  .service-grid,
  .resource-grid,
  .why-grid,
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    box-shadow: 0 6px 18px rgba(7, 20, 39, 0.08);
  }

  .top-bar,
  .top-contact {
    display: grid;
  }

  .top-bar {
    gap: 8px;
    padding-block: 10px;
    font-size: 0.78rem;
  }

  .top-contact {
    gap: 6px;
  }

  .nav-bar {
    gap: 12px;
    padding-top: 14px;
  }

  .brand-logo {
    width: min(210px, 70vw);
    max-height: 58px;
  }

  nav {
    display: flex;
    width: calc(100vw - 36px);
    justify-content: flex-start;
    gap: 12px 18px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  nav a {
    flex: 0 0 auto;
    font-size: 0.76rem;
    white-space: nowrap;
  }

  .button.small,
  .hero-actions .button,
  .contact-form .button {
    width: 100%;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 44px 18px 44px;
  }

  .eyebrow {
    font-size: 0.72rem;
  }

  .tagline {
    font-size: 1rem;
  }

  .lede {
    font-size: 1rem;
  }

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

  .benefit-strip {
    position: static;
    grid-template-columns: 1fr;
    border-radius: 0;
  }

  .benefit-strip article {
    min-height: auto;
    padding: 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .benefit-strip article:last-child {
    border-bottom: 0;
  }

  .service-grid,
  .fit-strip,
  .resource-grid,
  .resource-columns,
  .software-review,
  .why-grid,
  .process-list,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .section-image,
  .visual-heading img,
  .contact-image,
  .software-review img {
    height: 220px;
  }

  .fit-strip,
  .services,
  .about,
  .why,
  .provider-cta,
  .resources,
  .process,
  .contact {
    padding: 46px 18px;
  }

  .fit-strip {
    padding: 0 18px;
  }

  .fit-strip div,
  .service-grid article,
  .why-grid article,
  .resource-grid article,
  .resource-columns article,
  .process-list li,
  .contact-form,
  .software-review {
    padding: 22px;
  }

  .service-grid article,
  .why-grid article,
  .resource-grid article,
  .process-list li {
    min-height: auto;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .section-heading.centered {
    text-align: left;
    justify-items: start;
  }

  .resource-intro {
    margin: -4px 0 24px;
    text-align: left;
  }

  .software-review {
    gap: 16px;
  }

  .contact-form {
    gap: 12px;
  }

  input,
  select,
  textarea {
    font-size: 16px;
  }

  h1 {
    font-size: 2.65rem;
    line-height: 1;
  }

  h2 {
    font-size: 2.15rem;
  }
}

@media (max-width: 420px) {
  .brand-logo {
    width: min(190px, 74vw);
  }

  h1 {
    font-size: 2.28rem;
  }

  h2 {
    font-size: 1.88rem;
  }

  .button {
    min-height: 48px;
    padding-inline: 16px;
    font-size: 0.78rem;
  }

  .benefit-strip article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }

  .icon {
    width: 42px;
    height: 42px;
  }

  .site-footer {
    display: grid;
    justify-content: stretch;
  }
}
