:root {
  --navy: #071b31;
  --navy-2: #0b2745;
  --navy-3: #123756;
  --blue: #1667d9;
  --blue-dark: #0c50b4;
  --gold: #d6b16a;
  --gold-light: #f2dfb9;
  --ink: #112235;
  --muted: #607080;
  --line: #dce3e8;
  --paper: #f6f4ef;
  --white: #ffffff;
  --skd-soft: #edf4fc;
  --skd-warm: #f7f3ea;
  --infrastructure-petrol: #0d6269;
  --infrastructure-petrol-dark: #08454c;
  --infrastructure-soft: #e4eff0;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id],
footer[id] {
  scroll-margin-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

button,
input,
select {
  font: inherit;
}

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

.page-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(205px, 1fr);
  align-items: center;
  min-height: 82px;
  padding: 0 44px;
  border-bottom: 1px solid rgba(7, 27, 49, 0.1);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  display: block;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 3px;
  object-fit: cover;
}

.brand > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.brand strong {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.brand small {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #344457;
  font-size: 13px;
}

.desktop-nav a {
  transition: color 160ms ease;
}

.desktop-nav a:hover {
  color: var(--blue);
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 13px 18px;
  border-radius: 3px;
  background: var(--blue);
  color: white;
  font-size: 13px;
  font-weight: 700;
  transition: background 160ms ease, transform 160ms ease;
}

.header-cta:hover,
.primary-button:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 76px;
  background:
    linear-gradient(120deg, rgba(10, 41, 71, 0.96), rgba(6, 25, 45, 1)),
    var(--navy);
  color: white;
}

.hero::before {
  position: absolute;
  top: -260px;
  right: 10%;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(214, 177, 106, 0.18);
  border-radius: 50%;
  content: "";
}

.hero::after {
  position: absolute;
  bottom: -340px;
  left: -200px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.hero-glow {
  position: absolute;
  top: 25%;
  left: 30%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(30, 104, 185, 0.18);
  filter: blur(90px);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(480px, 0.95fr);
  grid-template-areas:
    "copy form"
    "benefits form";
  gap: 36px 78px;
  align-items: start;
}

.hero-copy {
  grid-area: copy;
  padding-top: 24px;
}

.eyebrow,
.form-kicker {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--gold-light);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.hero h1 {
  max-width: 700px;
  margin-bottom: 26px;
  font-size: clamp(42px, 4.2vw, 65px);
  line-height: 1.06;
}

.hero h1 span {
  color: var(--gold);
}

.hero-lead {
  max-width: 630px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.72;
}

.hero-benefits {
  grid-area: benefits;
  display: grid;
  gap: 13px;
  padding-bottom: 34px;
}

.benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
}

.check-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(214, 177, 106, 0.75);
  border-radius: 50%;
  color: var(--gold);
  font-size: 11px;
}

.hero-disclaimer {
  max-width: 570px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  line-height: 1.55;
}

.lead-form {
  --form-accent: var(--blue);
  --form-accent-dark: var(--blue-dark);
  grid-area: form;
  position: relative;
  margin-bottom: -138px;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 6px;
  background: white;
  color: var(--ink);
  box-shadow: 0 34px 80px rgba(0, 12, 26, 0.26);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.lead-form.service-infrastructure {
  --form-accent: var(--infrastructure-petrol);
  --form-accent-dark: var(--infrastructure-petrol-dark);
  border-color: rgba(13, 98, 105, 0.32);
  box-shadow: 0 34px 80px rgba(0, 30, 34, 0.28);
}

.form-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.form-heading h2,
.success-card h2 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 33px;
  line-height: 1.1;
}

.form-heading .form-kicker,
.success-card .form-kicker {
  margin-bottom: 10px;
}

.form-time {
  flex: 0 0 auto;
  padding: 7px 9px;
  border-radius: 20px;
  background: #eef4fb;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-description {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.progress {
  margin-bottom: 26px;
}

.progress-label,
.progress-steps {
  display: flex;
  justify-content: space-between;
}

.progress-label {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.progress-track {
  overflow: hidden;
  height: 3px;
  border-radius: 10px;
  background: #e7edf2;
}

.progress-track span {
  display: block;
  height: 100%;
  background: var(--form-accent);
  transition: width 240ms ease;
}

.progress-steps {
  margin-top: 9px;
  color: #9aa7b2;
  font-size: 10px;
}

.progress-steps .active {
  color: var(--form-accent);
  font-weight: 700;
}

.form-step {
  display: grid;
  gap: 18px;
}

.form-step label,
.form-step legend {
  color: #2b3a4a;
  font-size: 12px;
  font-weight: 700;
}

.form-step label {
  display: grid;
  gap: 8px;
}

.form-step input:not([type="radio"]):not([type="checkbox"]),
.form-step select {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #cfd9e1;
  border-radius: 3px;
  outline: none;
  background: white;
  color: var(--ink);
  font-size: 14px;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.form-step input:focus,
.form-step select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(22, 103, 217, 0.1);
}

.form-step fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.form-step legend {
  margin-bottom: 10px;
}

.primary-button,
.gold-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  transition: background 160ms ease, transform 160ms ease;
}

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

.lead-form .primary-button {
  background: var(--form-accent);
}

.lead-form .primary-button:hover {
  background: var(--form-accent-dark);
}

.full-button {
  width: 100%;
}

.microcopy {
  margin: -7px 0 0;
  color: #84909b;
  font-size: 10px;
  text-align: center;
}

.form-error {
  margin: -5px 0;
  color: #a63737;
  font-size: 12px;
}

.submit-error {
  margin: 2px 0 0;
  padding: 11px 13px;
  border: 1px solid #e5c6c6;
  border-radius: 4px;
  background: #fff6f6;
  line-height: 1.45;
}

.primary-button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.eligibility-notice {
  padding: 28px;
  border: 1px solid #cadced;
  border-radius: 5px;
  background: #f3f8fd;
}

.eligibility-notice .form-kicker {
  margin: 0 0 8px;
}

.eligibility-notice h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.16;
}

.eligibility-notice p:not(.form-kicker) {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.eligibility-notice .eligibility-notice-footnote {
  padding-top: 14px;
  border-top: 1px solid #d8e4ee;
  font-size: 11px;
}

.eligibility-back-button {
  padding: 0;
  color: var(--blue);
  font-weight: 800;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 12px;
}

.checkbox-row {
  grid-template-columns: 18px 1fr !important;
  align-items: start;
  gap: 10px !important;
  color: #4d5a67 !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 1.45;
}

.checkbox-row input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--blue);
}

.checkbox-row.optional {
  color: #74808b !important;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.back-button,
.text-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 12px;
  border-radius: 3px;
  background: #f3f6f8;
  color: #677481;
  font-size: 9px;
  line-height: 1.4;
}

.privacy-note > span:first-child {
  color: var(--blue);
  font-size: 17px;
}

.demo-note {
  margin: -8px 0 0;
  color: #8b7650;
  font-size: 9px;
  line-height: 1.45;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.success-card {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.success-card > p:not(.form-kicker) {
  max-width: 520px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.stats-section {
  padding: 186px 0 50px;
  background: var(--skd-warm);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #d4d6d2;
  border-bottom: 1px solid #d4d6d2;
}

.stat {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: center;
  padding: 24px 28px;
  border-right: 1px solid #d4d6d2;
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  margin-bottom: 9px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 500;
}

.stat span {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stats-note {
  margin-top: 18px;
  margin-bottom: 0;
  color: #7d817e;
  font-size: 10px;
  line-height: 1.5;
}

.content-section {
  padding: 112px 0;
}

.two-column {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 100px;
  align-items: center;
}

.section-copy h2,
.section-heading-row h2,
.center-heading h2,
.about-copy h2,
.final-cta h2,
.sticky-heading h2 {
  margin-bottom: 26px;
  color: var(--navy);
  font-size: clamp(38px, 4vw, 55px);
  line-height: 1.08;
}

.section-copy p,
.about-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.comparison-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 5px;
  box-shadow: 0 24px 70px rgba(13, 38, 62, 0.1);
}

.comparison-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 24px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.example-tag {
  padding: 5px 8px;
  border-radius: 16px;
  background: var(--paper);
  color: #8a7450;
}

.comparison-column {
  padding: 28px 30px;
}

.comparison-column.muted {
  background: #fafbfc;
}

.comparison-column.highlighted {
  background: var(--navy);
  color: white;
}

.comparison-column h3 {
  margin-bottom: 20px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
}

.comparison-column dl {
  margin: 0;
}

.comparison-column dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(121, 139, 156, 0.18);
  font-size: 12px;
}

.comparison-column dt {
  color: var(--muted);
}

.comparison-column dd {
  margin: 0;
  font-weight: 800;
}

.comparison-column.highlighted dt {
  color: rgba(255, 255, 255, 0.64);
}

.comparison-column.highlighted dd {
  color: var(--gold-light);
}

.comparison-benefit {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid rgba(242, 223, 185, 0.3);
  background: rgba(214, 177, 106, 0.11);
}

.comparison-benefit span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.comparison-benefit strong {
  display: block;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
  line-height: 1.1;
}

.comparison-benefit p {
  margin: 8px 0 0;
  color: white;
  font-size: 12px;
  line-height: 1.5;
}

.comparison-column .total {
  padding-top: 18px;
  border-bottom: 0;
}

.card-disclaimer {
  margin: 0;
  padding: 17px 24px;
  border-top: 1px solid var(--line);
  color: #7c8791;
  font-size: 9px;
  line-height: 1.5;
}

.process-section {
  background: var(--skd-warm);
}

.section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 70px;
  margin-bottom: 50px;
}

.section-heading-row > div:first-child {
  max-width: 680px;
}

.section-heading-row h2 {
  margin-bottom: 0;
}

.section-heading-row > p {
  max-width: 390px;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.issues-section {
  background: linear-gradient(135deg, #0b3156 0%, var(--navy) 68%);
  color: white;
}

.issues-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 110px;
  align-items: start;
}

.sticky-heading {
  position: sticky;
  top: 130px;
}

.sticky-heading h2,
.final-cta h2 {
  color: white;
}

.sticky-heading > p:last-child {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.7;
}

.issues-list {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.issue-row {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.issue-row > span:first-child {
  color: var(--gold);
  font-size: 10px;
}

.issue-row p {
  margin: 0;
  font-family: var(--serif);
  font-size: 19px;
}

.dark-disclaimer {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  line-height: 1.55;
}

.center-heading {
  max-width: 680px;
  margin: 0 auto 58px;
  text-align: center;
}

.center-heading h2 {
  margin-bottom: 16px;
}

.center-heading > p:last-child {
  color: var(--muted);
  font-size: 14px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.process-grid::before {
  position: absolute;
  top: 26px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: #cdd2d1;
  content: "";
}

.process-card {
  position: relative;
  padding: 0 25px;
  text-align: center;
}

.process-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 auto 28px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: var(--paper);
  color: var(--navy);
  font-family: var(--serif);
  font-size: 14px;
}

.process-card h3 {
  margin-bottom: 14px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
}

.process-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.faq-section {
  background: white;
}

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

.faq-intro {
  position: sticky;
  top: 130px;
}

.faq-intro h2 {
  margin-bottom: 22px;
  color: var(--navy);
  font-size: clamp(38px, 4vw, 55px);
  line-height: 1.08;
}

.faq-intro > p:last-child {
  max-width: 430px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.faq-list {
  border-top: 1px solid var(--line);
}

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

.faq-list summary {
  position: relative;
  padding: 25px 54px 25px 0;
  cursor: pointer;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.35;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 23px;
  right: 4px;
  content: "+";
  color: var(--blue);
  font-family: var(--sans);
  font-size: 25px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 760px;
  margin: -4px 54px 26px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.about-section {
  padding-bottom: 56px;
  background: var(--paper);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 72px;
  align-items: stretch;
}

.portrait-photo {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: var(--navy);
  box-shadow: 0 28px 70px rgba(13, 38, 62, 0.16);
}

.portrait-photo::after {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  pointer-events: none;
  content: "";
}

.portrait-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 32px 0;
}

.about-tags span {
  padding: 9px 11px;
  border: 1px solid #d7d9d6;
  border-radius: 20px;
  color: #596671;
  font-size: 10px;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-actions a {
  flex: 1 1 240px;
}

.about-action-button {
  min-height: 58px;
  padding: 12px 22px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-align: center;
  text-wrap: balance;
}

.final-cta {
  position: relative;
  padding: 84px 0;
  border-top: 1px solid rgba(214, 177, 106, 0.24);
  border-bottom: 1px solid rgba(214, 177, 106, 0.2);
  background:
    radial-gradient(circle at 82% 18%, rgba(214, 177, 106, 0.14), transparent 30%),
    linear-gradient(115deg, #184f76 0%, #123f62 52%, #0c304f 100%);
  color: white;
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.final-cta-inner > div:first-child {
  max-width: 760px;
}

.final-cta h2 {
  margin-bottom: 18px;
}

.final-cta p:not(.eyebrow) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
}

.final-actions {
  display: flex;
  min-width: 250px;
  flex-direction: column;
  gap: 10px;
}

.gold-button {
  background: var(--gold);
  color: var(--navy);
}

.outline-button {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: white;
}

.gold-button:hover,
.outline-button:hover {
  transform: translateY(-1px);
}

footer {
  padding: 74px 0 22px;
  background: linear-gradient(180deg, #041827 0%, #020d17 100%);
  color: rgba(255, 255, 255, 0.65);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.55fr) minmax(250px, 0.8fr);
  gap: 60px;
  padding-bottom: 58px;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

footer .brand strong {
  color: white;
}

footer .brand small {
  color: rgba(255, 255, 255, 0.4);
}

.footer-brand p {
  max-width: 300px;
  margin: 18px 0 0;
  font-size: 12px;
  line-height: 1.65;
}

.footer-grid h3 {
  margin-bottom: 12px;
  color: white;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid span {
  font-size: 11px;
  line-height: 1.5;
}

.footer-grid a:hover {
  color: white;
}

.footer-contact a {
  overflow-wrap: anywhere;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 10px;
}

.footer-bottom > div {
  display: flex;
  gap: 22px;
}

.service-switch {
  margin-bottom: 22px;
}

.service-switch-label {
  display: block;
  margin-bottom: 9px;
  color: #2b3a4a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.service-switch > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 4px;
  border: 1px solid #d8e0e7;
  border-radius: 5px;
  background: #f1f4f7;
}

.service-switch button {
  min-height: 48px;
  padding: 7px 10px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: #657383;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.service-switch button.active {
  background: white;
  color: var(--form-accent);
  box-shadow: 0 3px 12px rgba(7, 27, 49, 0.09);
}

.lead-form.service-infrastructure .service-switch > div {
  border-color: #c8dadd;
  background: var(--infrastructure-soft);
}

.service-switch button:focus-visible {
  outline: 3px solid rgba(22, 103, 217, 0.22);
  outline-offset: 1px;
}

.articles-section {
  background: var(--skd-soft);
}

.infrastructure-articles-section {
  border-top: 1px solid #c8dadd;
  background: var(--infrastructure-soft);
}

.articles-heading > p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

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

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

.article-card {
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #d9ddd7;
  background: white;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.article-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(7, 27, 49, 0.08);
}

.infrastructure-articles-section .article-card {
  border-color: #c7d8da;
}

.infrastructure-articles-section .article-card:hover {
  box-shadow: 0 16px 34px rgba(8, 69, 76, 0.12);
}

.infrastructure-articles-section .article-status,
.infrastructure-articles-section .article-link {
  color: var(--infrastructure-petrol);
}

.article-number {
  color: var(--gold-dark);
  font-family: Georgia, serif;
  font-size: 24px;
}

.article-status {
  margin: 30px 0 10px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-card h3 {
  margin: 0 0 28px;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

.article-link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.infrastructure-section {
  overflow: hidden;
  background: linear-gradient(135deg, #0d5961 0%, var(--infrastructure-petrol-dark) 52%, #052e35 100%);
  color: white;
}

.infrastructure-section .eyebrow.light {
  color: var(--gold);
}

.infrastructure-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 58px;
}

.infrastructure-intro h2 {
  max-width: 780px;
  margin: 0;
  color: white;
  font-family: Georgia, serif;
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 400;
  line-height: 1.06;
}

.infrastructure-report-types {
  padding: 26px 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.infrastructure-report-types h3 {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 15px;
  font-weight: 800;
}

.infrastructure-report-types ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.infrastructure-report-types li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.5;
}

.infrastructure-report-types li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.infrastructure-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.infrastructure-grid article {
  min-height: 270px;
  padding: 34px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.infrastructure-grid article:last-child {
  border-right: 0;
}

.infrastructure-grid span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 22px;
}

.infrastructure-grid h3 {
  margin: 44px 0 12px;
  color: white;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}

.infrastructure-grid p,
.infrastructure-cta p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.7;
}

.infrastructure-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 42px;
}

.infrastructure-cta > div {
  max-width: 610px;
}

.infrastructure-cta p {
  margin: 0;
}

.infrastructure-cta .eyebrow {
  margin-bottom: 8px;
  color: var(--gold);
}
@media (max-width: 1280px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 24px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
    justify-self: end;
  }

  .mobile-menu summary {
    padding: 10px 13px;
    border: 1px solid var(--line);
    border-radius: 3px;
    cursor: pointer;
    color: var(--navy);
    font-size: 12px;
    font-weight: 800;
    list-style: none;
  }

  .mobile-menu nav {
    position: absolute;
    top: 48px;
    right: 0;
    display: grid;
    min-width: 250px;
    padding: 12px;
    border: 1px solid var(--line);
    background: white;
    box-shadow: 0 18px 45px rgba(7, 27, 49, 0.16);
  }

  .mobile-menu nav a {
    padding: 11px;
    color: var(--ink);
    font-size: 12px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: 34px 45px;
  }

  .hero h1 {
    font-size: 50px;
  }
}

@media (max-width: 920px) {
  .page-shell {
    width: min(100% - 36px, 720px);
  }

  .hero {
    padding-top: 64px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "form"
      "benefits";
    gap: 34px;
  }

  .hero-copy {
    padding-top: 0;
  }

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

  .lead-form {
    margin-bottom: 0;
  }

  .hero-benefits {
    padding-bottom: 0;
  }

  .stats-section {
    padding-top: 56px;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stat:nth-child(2) {
    border-right: 0;
  }

  .stat:nth-child(-n+2) {
    border-bottom: 1px solid #d4d6d2;
  }

  .two-column,
  .issues-layout,
  .faq-layout,
  .about-layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .sticky-heading {
    position: static;
  }

  .faq-intro {
    position: static;
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px 0;
  }

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

  .portrait-photo {
    min-height: 520px;
  }

  .final-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
  }

  .final-actions {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .page-shell {
    width: calc(100% - 28px);
  }

  .site-header {
    min-height: 72px;
    padding: 0 14px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand small {
    max-width: 190px;
    font-size: 8px;
  }

  .hero {
    padding: 52px 0 48px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .lead-form {
    padding: 24px 18px;
  }

  .form-heading {
    gap: 10px;
  }

  .form-heading h2 {
    font-size: 28px;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .form-actions .primary-button {
    width: 100%;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid #d4d6d2;
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .content-section {
    padding: 78px 0;
  }

  .section-copy h2,
  .section-heading-row h2,
  .center-heading h2,
  .about-copy h2,
  .final-cta h2,
  .sticky-heading h2 {
    font-size: 38px;
  }

  .section-heading-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 34px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .portrait-photo {
    min-height: 450px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom > div {
    flex-wrap: wrap;
  }
}

@media (max-width: 920px) {
  .article-grid {
    grid-template-columns: 1fr 1fr;
  }

  .infrastructure-intro {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
  }

  .infrastructure-grid {
    grid-template-columns: 1fr;
  }

  .infrastructure-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .infrastructure-grid article:last-child {
    border-bottom: 0;
  }

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

  .infrastructure-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .service-switch > div,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .about-actions,
  .about-actions a,
  .infrastructure-cta .gold-button {
    width: 100%;
  }

  .article-card {
    min-height: 220px;
  }

  .infrastructure-intro h2 {
    font-size: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
