:root {
  --ink: #071936;
  --muted: #4b5b72;
  --blue: #0065e8;
  --blue-dark: #003b8f;
  --ice: #eef5ff;
  --line: #d9e4f0;
  --navy: #00152d;
  --navy-2: #00244b;
  --white: #ffffff;
  --shadow: 0 12px 35px rgba(12, 35, 64, 0.11);
}

* {
  box-sizing: border-box;
}

body,
.container,
.header-inner,
.hero-copy,
.trust-item,
.service-card,
.case-card,
.case-body,
.about-copy,
.credential,
.cta-inner,
.request-grid,
.request-copy,
.contact-form,
.form-row label,
.footer-grid > * {
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

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

img,
svg {
  display: block;
}

.container {
  width: min(1200px, calc(100% - 72px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 80px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #edf1f6;
  box-shadow: 0 2px 14px rgba(7, 25, 54, 0.06);
  backdrop-filter: blur(10px);
}

.header-inner {
  display: grid;
  grid-template-columns: 240px 1fr 220px;
  align-items: center;
  gap: 32px;
  height: 80px;
}

.legal-header-inner {
  grid-template-columns: 191px 1fr;
}

.legal-header-inner .header-cta {
  justify-self: end;
}

.brand img {
  width: 210px;
  height: 54px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  min-height: 80px;
  align-items: center;
  color: #071329;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-nav a:is(:hover, .active)::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  color: #ffffff;
  background: #011936;
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(1, 25, 54, 0.18);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(0, 20, 43, 0.99) 0%, rgba(0, 23, 50, 0.98) 32%, rgba(0, 29, 63, 0.56) 63%, rgba(0, 17, 35, 0.5) 100%),
    #00152d;
}

.hero-art {
  position: absolute;
  inset: 0 0 0 auto;
  width: 68%;
  background-image:
    linear-gradient(90deg, rgba(0, 21, 45, 0.92), rgba(0, 21, 45, 0.08) 28%, rgba(0, 21, 45, 0) 100%),
    url("assets/hero-dashboard.png");
  background-position: center right;
  background-size: cover;
  opacity: 0.9;
}

.hero-content {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 440px;
}

.hero-copy {
  width: 540px;
  padding-bottom: 6px;
}

.hero h1 {
  margin: 0;
  max-width: 520px;
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: 0;
}

.accent-line,
.section-heading span,
.section-heading.centered span {
  display: block;
  width: 48px;
  height: 3px;
  margin: 24px 0 18px;
  background: var(--blue);
}

.hero p {
  max-width: 500px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.hero-actions .btn {
  padding: 0 24px;
  font-size: 14px;
}

.hero-actions .btn-primary {
  min-width: 240px;
}

.hero-actions .btn-secondary {
  min-width: 172px;
}

.hero-actions .btn span {
  margin-left: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  white-space: nowrap;
}

.btn span {
  margin-left: 20px;
  font-size: 18px;
  line-height: 1;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(180deg, #0d75ff, #0058d4);
  box-shadow: 0 12px 28px rgba(0, 101, 232, 0.24);
}

.btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 14, 31, 0.16);
}

.btn-secondary-light {
  color: var(--blue);
  border: 1px solid #bdd6f6;
  background: #f5f9ff;
}

.btn.compact {
  min-width: 126px;
  min-height: 33px;
  margin-top: 26px;
  color: #ffffff;
  background: linear-gradient(180deg, #0d75ff, #0058d4);
}

.trust-strip {
  color: #ffffff;
  background: linear-gradient(90deg, #002047, #003360 49%, #001c3d);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
  min-height: 120px;
  align-items: center;
}

.trust-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
}

.line-icon svg,
.service-icon svg,
.metric-icon svg,
.credential svg,
.calendar-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.line-icon {
  width: 56px;
  height: 56px;
  color: #8cc4ff;
}

.trust-item h2 {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.3;
}

.trust-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.55;
}

.section {
  padding: 62px 0;
}

.section-heading p {
  margin: 0 0 5px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0;
}

.section-heading.centered {
  text-align: center;
}

.section-heading.centered span {
  margin: 9px auto 0;
}

.services {
  padding-top: 54px;
  padding-bottom: 58px;
  background: #ffffff;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 34px;
}

.service-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  align-items: center;
  padding: 34px 28px 28px;
  text-align: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(14, 52, 93, 0.05);
}

.service-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  color: var(--blue);
}

.service-card h3 {
  min-height: 56px;
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.28;
}

.service-card p {
  flex: 1;
  margin: 0;
  color: #182843;
  font-size: 13px;
  line-height: 1.7;
}

.service-card a,
.text-link {
  margin-top: 20px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.impact {
  padding-top: 52px;
  padding-bottom: 52px;
  background: linear-gradient(90deg, #f2f7fd, #ffffff 45%, #f5f9fe);
}

.impact-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 56px;
  align-items: center;
}

.impact-copy {
  padding: 7px 0 0 2px;
}

.impact-copy > p {
  max-width: 320px;
  margin: 20px 0 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.case-card {
  display: grid;
  grid-template-columns: 250px 1fr;
  min-height: 286px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: var(--shadow);
}

.case-meta {
  padding: 34px 30px;
  color: #ffffff;
  background: linear-gradient(135deg, #001a3a, #002f63);
}

.case-icon {
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  color: #ffffff;
}

.case-icon svg,
.connect svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.case-meta p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.45;
}

.case-meta p:last-child {
  margin-bottom: 0;
}

.case-meta span {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-weight: 800;
}

.case-body {
  padding: 34px 36px;
}

.case-body h2,
.case-body h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.25;
}

.case-body > p {
  max-width: 640px;
  margin: 0 0 26px;
  font-size: 15px;
  line-height: 1.7;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 24px;
}

.metric {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 12px;
  align-items: center;
  min-height: 58px;
  padding-right: 18px;
  border-right: 1px solid #d6e0ed;
}

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

.metric-icon {
  width: 36px;
  height: 36px;
  color: var(--blue);
}

.metric strong {
  display: block;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.08;
}

.metric small {
  display: block;
  margin-top: 4px;
  color: #24344d;
  font-size: 11px;
  line-height: 1.35;
  text-transform: none;
}

.case-scope {
  display: grid;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.case-scope li {
  position: relative;
  padding-left: 20px;
  color: #1c2b43;
  font-size: 14px;
  line-height: 1.55;
}

.case-scope li::before {
  position: absolute;
  left: 0;
  color: var(--blue);
  content: ">";
  font-weight: 900;
}

.about {
  padding-top: 60px;
  padding-bottom: 56px;
}

.about-grid {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 54px;
  align-items: center;
}

.portrait {
  width: 285px;
  height: 276px;
  object-fit: cover;
  object-position: 50% 38%;
  border-radius: 6px;
}

.about-copy {
  padding-top: 2px;
}

.about-copy .section-heading span {
  margin: 12px 0 16px;
}

.about-copy > p {
  max-width: 780px;
  margin: 0 0 32px;
  font-size: 15px;
  line-height: 1.7;
}

.about-copy > p:last-child {
  margin-bottom: 0;
}

.credential-row {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 26px;
}

.credential {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  min-height: 68px;
  padding-right: 24px;
  border-right: 1px solid #d8e2ee;
}

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

.credential span {
  width: 36px;
  height: 36px;
  color: var(--blue);
}

.credential h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}

.credential p {
  margin: 5px 0 0;
  color: #253650;
  font-size: 12px;
  line-height: 1.5;
}

.cta-band {
  color: #ffffff;
  background: linear-gradient(90deg, #001932, #002b56 54%, #00172f);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.cta-inner {
  display: grid;
  grid-template-columns: 64px 1fr 260px;
  gap: 28px;
  min-height: 112px;
  align-items: center;
}

.calendar-icon {
  width: 52px;
  height: 52px;
  color: #ffffff;
}

.cta-inner h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
}

.cta-inner p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
}

.request-section {
  padding-top: 64px;
  padding-bottom: 70px;
  background: linear-gradient(90deg, #f6f9fd, #ffffff 48%, #f4f8fe);
}

.request-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 56px;
  align-items: start;
}

.request-copy {
  padding-top: 8px;
}

.request-copy > p {
  max-width: 420px;
  margin: 18px 0 28px;
  color: #1c2b43;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.contact-methods {
  display: grid;
  gap: 16px;
  padding-top: 6px;
}

.contact-methods a,
.contact-methods span {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: center;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.contact-methods svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 5px;
  box-shadow: var(--shadow);
}

.form-intent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.form-intent label {
  cursor: pointer;
}

.form-intent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-form .form-intent input {
  width: 1px;
  min-height: 0;
  padding: 0;
  border: 0;
}

.form-intent span {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: var(--blue);
  background: #f5f9ff;
  border: 1px solid #bdd6f6;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.form-intent input:checked + span {
  color: #ffffff;
  background: var(--blue);
  border-color: var(--blue);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #132542;
  font-size: 13px;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #cddaea;
  border-radius: 4px;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 101, 232, 0.12);
}

.form-submit {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 12px;
}

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

.honeypot input {
  width: 1px;
  min-height: 0;
  padding: 0;
  border: 0;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.form-status {
  min-height: 17px;
  margin: -3px 0 0;
  font-size: 13px;
  font-weight: 800;
}

.form-status.is-success {
  color: #087245;
}

.form-status.is-error {
  color: #b42318;
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(0, 20, 43, 0.98), rgba(0, 35, 76, 0.86)),
    url("assets/hero-dashboard.png");
  background-position: center right;
  background-size: cover;
}

.page-hero-inner {
  min-height: 330px;
  padding: 76px 0;
}

.page-hero p,
.plan-label {
  margin: 0 0 8px;
  color: #8cc4ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 780px;
  margin: 0 0 28px;
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: 0;
}

.detail-section,
.plan-section,
.process-section {
  background: linear-gradient(90deg, #f6f9fd, #ffffff 48%, #f4f8fe);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.detail-card,
.plan-card,
.process-list article {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(14, 52, 93, 0.05);
}

.detail-card {
  display: grid;
  gap: 16px;
  min-height: 240px;
  padding: 32px;
}

.detail-card h2,
.plan-card h2,
.process-list h2 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.25;
}

.detail-card p,
.plan-card p,
.process-list p {
  margin: 0;
  color: #1c2b43;
  font-size: 15px;
  line-height: 1.65;
}

.detail-card a {
  align-self: end;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.plan-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 34px;
}

.featured-plan {
  border-color: #7eb8ff;
  box-shadow: 0 18px 42px rgba(0, 101, 232, 0.16);
}

.plan-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 24px;
  color: #1c2b43;
  font-size: 15px;
  line-height: 1.5;
}

.plan-card li::before {
  position: absolute;
  left: 0;
  color: var(--blue);
  content: ">";
  font-weight: 900;
}

.plan-card .btn {
  margin-top: auto;
}

.process-list {
  display: grid;
  gap: 18px;
}

.process-list article {
  display: grid;
  grid-template-columns: 84px 240px 1fr;
  gap: 28px;
  align-items: center;
  padding: 30px 34px;
}

.process-list span {
  color: var(--blue);
  font-size: 28px;
  font-weight: 900;
}

.full-case-card {
  max-width: 980px;
  margin: 0 auto;
}

.compact-footer .footer-bottom {
  border-top: 0;
}

.site-footer {
  color: #ffffff;
  background: linear-gradient(90deg, #001932, #002b56 54%, #00172f);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.45fr;
  gap: 64px;
  padding: 42px 0 44px;
}

.footer-brand img {
  width: 170px;
  height: 51px;
  object-fit: contain;
}

.footer-brand p {
  max-width: 320px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.65;
}

.footer-grid h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 13px;
}

.footer-grid a,
.footer-grid span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
}

.connect a,
.connect span {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: center;
  margin-bottom: 8px;
}

.connect svg {
  width: 16px;
  height: 16px;
}

.connect .linkedin {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.footer-bottom {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 9px;
}

.footer-bottom p {
  margin: 0;
}

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

.footer-bottom a + a {
  position: relative;
}

.footer-bottom a + a::before {
  position: absolute;
  top: 1px;
  left: -8px;
  content: "|";
  opacity: 0.55;
}

.legal-page {
  min-height: calc(100vh - 80px);
  padding: 58px 0;
  background: linear-gradient(90deg, #f6f9fd, #ffffff 48%, #f4f8fe);
}

.legal-content {
  max-width: 740px;
}

.legal-kicker {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.legal-content h1 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.12;
}

.legal-content p {
  margin: 0 0 15px;
  color: #1c2b43;
  font-size: 14px;
  line-height: 1.7;
}

.legal-content a:not(.btn) {
  color: var(--blue);
  font-weight: 800;
}

.legal-content .btn {
  margin-top: 12px;
}

@media (max-width: 1180px) {
  .container {
    width: min(884px, calc(100% - 32px));
  }

  .header-inner {
    grid-template-columns: 191px 44px;
    justify-content: space-between;
  }

  .legal-header-inner {
    grid-template-columns: 191px 1fr;
  }

  .nav-toggle {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 10px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .nav-toggle span {
    display: block;
    width: 21px;
    height: 2px;
    background: var(--ink);
  }

  .site-nav,
  .header-inner:not(.legal-header-inner) .header-cta {
    display: none;
  }

  .site-header.nav-open .site-nav {
    position: absolute;
    top: 80px;
    right: 16px;
    left: 16px;
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding: 10px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: var(--shadow);
  }

  .site-header.nav-open .site-nav a {
    min-height: 42px;
    padding: 0 8px;
  }

  .site-header.nav-open .site-nav a::after {
    bottom: 4px;
    right: auto;
    width: 36px;
  }

  .hero-art {
    width: 70%;
    opacity: 0.45;
  }

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

  .impact-grid,
  .about-grid,
  .request-grid,
  .detail-grid,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .plan-card {
    min-height: auto;
  }

  .impact-copy > p {
    max-width: 520px;
  }

  .portrait {
    width: 220px;
    height: 210px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .container {
    width: calc(100% - 32px);
  }

  .site-header,
  .header-inner {
    height: 72px;
  }

  .brand img {
    width: 172px;
    height: auto;
  }

  .legal-header-inner {
    grid-template-columns: 172px 1fr;
  }

  .legal-header-inner .header-cta {
    min-height: 34px;
    padding: 0 12px;
    font-size: 10px;
  }

  .site-header.nav-open .site-nav {
    top: 72px;
  }

  .hero,
  .hero-content {
    min-height: 430px;
  }

  .hero-art {
    width: 100%;
    opacity: 0.28;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 28px;
    text-wrap: balance;
  }

  .hero p {
    max-width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .section-heading h2 {
    font-size: 21px;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .trust-grid,
  .service-grid,
  .case-card,
  .metric-row,
  .credential-row,
  .form-intent,
  .form-row,
  .process-list article,
  .cta-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-inner {
    min-height: 260px;
    padding: 42px 0;
  }

  .page-hero h1 {
    font-size: 30px;
  }

  .process-list article {
    gap: 8px;
  }

  .trust-grid {
    gap: 18px;
    padding: 22px 0;
  }

  .service-card {
    min-height: auto;
    padding-right: 22px;
    padding-left: 22px;
  }

  .case-card {
    min-height: auto;
  }

  .metric {
    border-right: 0;
    border-bottom: 1px solid #d6e0ed;
    padding: 12px 0;
  }

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

  .metric strong {
    font-size: 22px;
  }

  .credential {
    border-right: 0;
    border-bottom: 1px solid #d8e2ee;
    padding: 0 0 14px;
  }

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

  .cta-inner {
    gap: 12px;
    padding: 21px 0;
  }

  .contact-form {
    padding: 18px;
  }

  .form-submit {
    width: 100%;
  }

  .footer-bottom {
    display: grid;
    gap: 10px;
    padding: 14px 0;
  }
}

@media (max-width: 420px) {
  .container {
    width: calc(100% - 32px);
  }

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

  .hero-actions .btn {
    width: 100%;
  }
}
