:root {
  --ink: #14222b;
  --ink-strong: #071a21;
  --muted: #5a6b73;
  --line: #dce6e9;
  --panel: #ffffff;
  --panel-soft: #f5f9f8;
  --teal-900: #00313e;
  --teal-800: #004c5c;
  --teal-700: #006a74;
  --teal-500: #018d96;
  --green-500: #65da84;
  --green-600: #38bf67;
  --accent-text: #0a7a44;
  --mint: #b9f2cc;
  --shadow: 0 18px 45px rgba(18, 42, 48, 0.12);
  --shadow-soft: 0 12px 30px rgba(18, 42, 48, 0.08);
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --shell: min(100% - 32px, 1210px);
  --body-font: "Avenir Next", Avenir, "Segoe UI", system-ui, -apple-system, sans-serif;
  --display-font: var(--body-font);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fbfdfd;
  color: var(--ink);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 20% 5%, rgba(0, 106, 116, 0.08), transparent 28rem),
    radial-gradient(circle at 85% 38%, rgba(101, 218, 132, 0.14), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #f7fbfa 48%, #ffffff 100%);
}

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

svg {
  display: block;
}

.page-shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 999px;
  background: #ffffff;
  color: var(--teal-900);
  padding: 10px 14px;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(100% - 20px, 1440px);
  margin: 12px auto 0;
  border-radius: 22px 22px 0 0;
  background: #071D28;
  box-shadow: 0 14px 34px rgba(7, 29, 40, 0.22);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: var(--shell);
  min-height: 86px;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  color: #ffffff;
  font-family: var(--display-font);
  letter-spacing: 0;
}

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

.site-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(18px, 2.5vw, 38px);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.95rem;
  font-weight: 500;
}

.site-nav a,
.header-cta,
.button,
.service-card {
  outline-offset: 4px;
}

.site-nav a:hover {
  color: var(--mint);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 28px;
  font-weight: 600;
  white-space: nowrap;
}

.header-cta {
  background: linear-gradient(135deg, #88ed9d, #55d5d3);
  color: #06232b;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
}

.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  display: block;
  width: 20px;
  height: 2px;
  margin-inline: auto;
  border-radius: 2px;
  background: currentColor;
  content: "";
}

.nav-toggle-bars::before {
  transform: translateY(-7px);
}

.nav-toggle-bars::after {
  transform: translateY(5px);
}

.hero {
  position: relative;
  width: min(100% - 20px, 1440px);
  height: clamp(420px, 48vh, 500px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0 0 0 0;
  background-image: url("assets/hero-background.png");
  background-image: image-set(
    url("assets/hero-background-1200.png") 1x,
    url("assets/hero-background.png") 2x
  );
  background-color: var(--teal-900);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 690px);
  padding: 42px 0 76px;
  color: #ffffff;
}

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

h1 {
  max-width: 680px;
  margin-bottom: 24px;
  font-family: var(--display-font);
  font-size: clamp(2.45rem, 3.7vw, 3.35rem);
  line-height: 1.08;
  font-weight: 700;
}

h1 span {
  display: block;
}

.hero-copy p {
  max-width: 56ch;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 400;
}

.button-primary {
  background: linear-gradient(135deg, #8af0a0, #5fd9ca);
  color: #07313a;
  box-shadow: 0 12px 22px rgba(47, 206, 132, 0.24);
}

.button-primary:hover,
.header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(47, 206, 132, 0.28);
}

.button-secondary {
  color: #ffffff;
}

.button-secondary::after {
  content: " ->";
  padding-left: 10px;
  color: var(--mint);
}

.trust-band {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 0.86fr 1.34fr 0.8fr;
  gap: 0;
  margin-top: -48px;
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.trust-column {
  display: grid;
  align-content: center;
  min-height: 116px;
  padding: 22px 28px;
}

.trust-column + .trust-column {
  border-left: 1px solid var(--line);
}

.trust-label {
  margin-bottom: 12px;
  color: #6b7a81;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.logo-strip {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 24px);
  min-width: 0;
}

.logo-strip img {
  display: block;
  object-fit: contain;
  filter: grayscale(1) saturate(0);
  opacity: 0.64;
}

.partner-strip {
  justify-content: space-between;
}

.partner-strip img {
  max-width: 118px;
  max-height: 34px;
}

.partner-strip img:first-child {
  max-width: 58px;
  max-height: 42px;
}

.partner-strip img:nth-child(2) {
  max-width: 86px;
}

.partner-strip img:nth-child(3) {
  max-width: 122px;
}

.customer-strip {
  justify-content: space-between;
}

.customer-strip img {
  max-width: 96px;
  max-height: 34px;
}

.customer-strip img:nth-child(2) {
  max-width: 118px;
}

.customer-strip img:nth-child(4),
.customer-strip img:nth-child(5) {
  max-width: 54px;
  max-height: 38px;
}

.trust-security {
  gap: 0;
}

.security-row {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 14px;
}

.de-flag {
  display: block;
  width: 30px;
  height: 20px;
  border-radius: 2px;
  background: linear-gradient(to bottom, #111111 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66% 100%);
  box-shadow: inset 0 0 0 1px rgba(20, 34, 43, 0.12);
}

.security-copy span {
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  padding-block: 54px 18px;
}

.section-heading {
  margin-bottom: 34px;
  text-align: center;
}

.section-heading h2 {
  display: inline-block;
  margin-bottom: 0;
  color: #20272d;
  font-family: var(--display-font);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.16;
  font-weight: 700;
}

.section-heading h2::after {
  display: block;
  width: 46px;
  height: 4px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal-500), var(--green-500));
  content: "";
}

.problem-section {
  padding-block: 84px 58px;
}

.problem-heading {
  max-width: 860px;
  margin: 0 auto 72px;
  text-align: center;
}

.section-kicker {
  margin-bottom: 18px;
  color: var(--accent-text);
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}

.problem-heading h2 {
  max-width: 820px;
  margin: 0 auto;
  color: #102d36;
  font-family: var(--display-font);
  font-size: clamp(2.35rem, 4.4vw, 3.85rem);
  line-height: 1.08;
  font-weight: 700;
}

.problem-heading h2::after {
  display: block;
  width: 62px;
  height: 5px;
  margin: 32px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal-500), var(--green-500));
  content: "";
}

.problem-heading > p:not(.section-kicker) {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.problem-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 28px);
  width: min(100%, 1180px);
  margin-inline: auto;
  border: 1px solid rgba(7, 29, 40, 0.12);
  border-radius: var(--radius-md);
  padding: 72px 46px 44px;
}

.problem-grid::before {
  position: absolute;
  top: 36px;
  left: 70px;
  right: 70px;
  border-top: 2px dotted rgba(7, 29, 40, 0.26);
  content: "";
}

.problem-card,
.case-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.problem-card {
  position: relative;
  min-height: 238px;
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.94);
  padding: 48px 30px 34px;
  text-align: center;
}

.problem-number,
.service-number,
.case-number {
  display: grid;
  place-items: center;
  width: 48px;
  height: 34px;
  border: 2px solid #071D28;
  border-radius: 7px;
  background: #ffffff;
  color: #071D28;
  font-size: 0.9rem;
  font-weight: 700;
}

.problem-number {
  position: absolute;
  top: -53px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

.card-rule {
  display: block;
  width: 38px;
  height: 4px;
  margin: 0 auto 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal-500), var(--green-500));
}

.problem-card h3 {
  max-width: 18ch;
  margin: 0 auto 18px;
  color: #102d36;
  font-family: var(--display-font);
  font-size: clamp(1.2rem, 1.55vw, 1.45rem);
  line-height: 1.16;
  font-weight: 700;
}

.problem-card p {
  max-width: 32ch;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.5;
}

.service-card h3 {
  margin-bottom: 8px;
  color: #12303a;
  font-family: var(--display-font);
  font-size: 1.05rem;
  font-weight: 700;
}

.service-card p,
.case-card > p,
.team-copy p:not(.section-kicker),
.contact-copy p:not(.section-kicker) {
  margin-bottom: 0;
  color: var(--muted);
}

.service-section {
  position: relative;
  overflow: visible;
  padding-block: 74px 82px;
}

.service-section .page-shell {
  width: min(100% - 20px, 1440px);
  border: 1px solid rgba(7, 29, 40, 0.1);
  border-radius: var(--radius-lg);
  background: #fbfcfc;
  padding: clamp(38px, 5vw, 58px) clamp(18px, 3.6vw, 52px) clamp(38px, 5vw, 58px);
}

.service-heading {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.service-heading h2 {
  margin: 0;
  color: #071D28;
  font-family: var(--display-font);
  font-size: clamp(2.25rem, 4.4vw, 3.65rem);
  line-height: 1.08;
  font-weight: 700;
}

.service-heading h2::after {
  display: block;
  width: 58px;
  height: 5px;
  margin: 24px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal-500), var(--green-500));
  content: "";
}

.service-heading > p:not(.section-kicker) {
  max-width: 68ch;
  margin: 24px auto 0;
  color: #314855;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.55;
}

.service-grid {
  display: grid;
  gap: 50px;
  max-width: 1260px;
  margin-inline: auto;
}

.service-row {
  position: relative;
  display: grid;
  gap: 30px;
  padding-top: 48px;
}

.service-row::before {
  position: absolute;
  top: 19px;
  left: 24px;
  right: 24px;
  border-top: 2px dotted rgba(7, 29, 40, 0.28);
  content: "";
}

.service-row-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-row-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 900px);
  margin-inline: auto;
}

.service-card {
  position: relative;
  display: block;
  min-height: 318px;
  border: 1px solid rgba(220, 230, 233, 0.96);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.96);
  padding: 32px 30px 28px;
  box-shadow: var(--shadow-soft);
}

.service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(18, 42, 48, 0.13);
}

.service-number {
  position: absolute;
  top: -46px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

.service-card h3 {
  max-width: 14ch;
  margin: 0 0 16px;
  color: #071D28;
  font-family: var(--display-font);
  font-size: clamp(1.45rem, 1.8vw, 1.78rem);
  line-height: 1.12;
  font-weight: 700;
  text-transform: none;
}

.service-card .card-rule {
  width: 38px;
  height: 4px;
  margin: 0 0 18px;
  background: linear-gradient(90deg, var(--teal-500), var(--green-500));
}

.service-lead {
  margin-bottom: 10px;
  color: #102d36;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 700;
}

.service-card p {
  max-width: 44ch;
  color: #314855;
  font-size: 0.95rem;
  line-height: 1.55;
}

.service-link {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: #071D28;
  font-weight: 700;
}

.sphere-section {
  width: min(100% - 20px, 1440px);
  padding-block: 76px 62px;
}

.sphere-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
  margin-bottom: 56px;
}

.sphere-copy {
  max-width: 520px;
}

.sphere-copy h2 {
  margin-bottom: 24px;
  color: #071D28;
  font-family: var(--display-font);
  font-size: clamp(2.35rem, 4.4vw, 3.7rem);
  line-height: 1.08;
  font-weight: 700;
}

.sphere-copy .card-rule {
  margin: 0 0 24px;
}

.sphere-copy p:not(.section-kicker) {
  color: #314855;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.sphere-map {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.05fr 1fr 1fr;
  align-items: start;
  gap: 26px;
  min-height: 238px;
  border: 1px solid rgba(7, 29, 40, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  padding: 32px 34px;
  box-shadow: var(--shadow-soft);
}

.sphere-map::before,
.sphere-map::after {
  position: absolute;
  height: 0;
  border-top: 2px dotted rgba(7, 29, 40, 0.3);
  content: "";
}

.sphere-map::before {
  top: 64px;
  left: 146px;
  width: 120px;
  transform-origin: 0 0;
  transform: rotate(36.3deg);
}

.sphere-map::after {
  top: 135px;
  left: 367px;
  width: 120px;
  transform-origin: 0 0;
  transform: rotate(-36.3deg);
}

.sphere-map-item {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.sphere-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #38bf67;
}

.sphere-icon img,
.sphere-proof-icon img,
.sovereignty-step img {
  display: block;
  width: 42px;
  height: 42px;
}

.sphere-map-item h3 {
  margin-bottom: 8px;
  color: #071D28;
  font-size: 1rem;
  font-weight: 700;
}

.sphere-map-item p {
  max-width: 18ch;
  margin: 0 auto 14px;
  color: #314855;
  font-size: 0.94rem;
}

.sphere-map-item .card-rule {
  width: 28px;
  height: 3px;
  margin: 0 auto;
}

.sphere-core {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 124px;
  height: 124px;
  margin-top: 40px;
  justify-self: center;
  border: 2px solid rgba(56, 191, 103, 0.5);
  border-radius: 999px;
  background: #ffffff;
  box-shadow:
    0 0 0 10px rgba(56, 191, 103, 0.06),
    0 0 26px rgba(56, 191, 103, 0.18),
    0 16px 34px rgba(18, 42, 48, 0.08);
}

.sphere-core::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 26px;
  transform: translateX(-50%);
  border-left: 2px dotted rgba(56, 191, 103, 0.5);
  content: "";
}

.sphere-core img {
  width: 66px;
  height: 66px;
}

.sphere-proof-list {
  display: grid;
  gap: 18px;
  width: min(100%, 1040px);
  margin: 0 auto 42px;
}

.sphere-proof {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 28px;
  align-items: center;
}

.sphere-proof::before {
  position: absolute;
  left: 26px;
  top: -18px;
  bottom: -18px;
  border-left: 2px dotted rgba(7, 29, 40, 0.24);
  content: "";
}

.sphere-proof:first-child::before {
  top: 50%;
}

.sphere-proof:last-child::before {
  bottom: 50%;
}

.sphere-proof-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid #071D28;
  border-radius: 999px;
  background: #ffffff;
  color: #071D28;
  font-size: 1rem;
  font-weight: 700;
}

.sphere-proof-number::after {
  position: absolute;
  top: 50%;
  left: 50px;
  width: 54px;
  transform: translateY(-50%);
  border-top: 2px dotted rgba(7, 29, 40, 0.24);
  content: "";
}

.sphere-proof-number::before {
  position: absolute;
  top: 50%;
  left: 104px;
  width: 7px;
  height: 7px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #071D28;
  content: "";
}

.sphere-proof-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  gap: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  padding: 24px 34px 24px 24px;
  box-shadow: var(--shadow-soft);
}

.sphere-proof-card::before {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 128px;
  border-left: 1px solid var(--line);
  content: "";
}

.sphere-proof-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 999px;
  background: rgba(7, 29, 40, 0.045);
}

.sphere-proof-icon img {
  width: 54px;
  height: 54px;
}

.sphere-proof-card h3 {
  margin-bottom: 8px;
  color: #071D28;
  font-size: 1.15rem;
  font-weight: 700;
}

.sphere-proof-card p {
  max-width: 78ch;
  color: #314855;
  font-size: 0.96rem;
  line-height: 1.55;
}

.sovereignty-panel {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 34px;
  align-items: center;
  margin: 42px 0 24px;
  border: 1px solid rgba(7, 29, 40, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.56);
  padding: 32px 40px;
}

.sovereignty-heading h3 {
  max-width: 12ch;
  margin-bottom: 18px;
  color: #071D28;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.12;
  font-weight: 700;
}

.sovereignty-heading .card-rule {
  margin: 0 0 18px;
}

.sovereignty-heading p {
  color: #314855;
}

.sovereignty-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(7, 29, 40, 0.18);
  border-radius: var(--radius-md);
  overflow: visible;
  background: rgba(255, 255, 255, 0.72);
}

.sovereignty-step {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  min-height: 146px;
  padding: 28px 24px 24px;
}

.sovereignty-step + .sovereignty-step {
  border-left: 1px solid rgba(7, 29, 40, 0.12);
}

.sovereignty-number {
  position: absolute;
  top: -17px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  transform: translateX(-50%);
  border: 2px solid #071D28;
  border-radius: 999px;
  background: #ffffff;
  color: #071D28;
  font-size: 0.9rem;
  font-weight: 700;
}

.sovereignty-step h4 {
  margin: 0 0 8px;
  color: #071D28;
  font-size: 1rem;
  font-weight: 700;
}

.sovereignty-step p {
  color: #314855;
  font-size: 0.9rem;
  line-height: 1.5;
}

.case-section {
  width: min(100% - 20px, 1440px);
  margin-inline: auto;
  padding-block: 76px 58px;
}

.case-heading {
  max-width: 900px;
  margin: 0 auto 54px;
  text-align: center;
}

.case-heading h2 {
  margin: 0;
  color: #071D28;
  font-family: var(--display-font);
  font-size: clamp(2.4rem, 5vw, 4.15rem);
  line-height: 1.04;
  font-weight: 700;
}

.case-heading > p:not(.section-kicker) {
  margin-top: 22px;
  color: #4c5c66;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.45;
}

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

.case-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 585px;
  border-radius: 0;
  padding: 94px 28px 28px;
}

.case-card:first-child {
  border-top-left-radius: var(--radius-md);
  border-bottom-left-radius: var(--radius-md);
}

.case-card:last-child {
  border-top-right-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
}

.case-card + .case-card {
  border-left: 0;
}

.case-number {
  position: absolute;
  top: 30px;
  left: 28px;
}

.case-title-row {
  display: flex;
  align-items: center;
  min-height: 88px;
  margin-bottom: 22px;
}

.case-outcome svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.case-title-row h3 {
  max-width: 22ch;
  color: #071D28;
  font-family: var(--display-font);
  font-size: clamp(1.35rem, 1.7vw, 1.65rem);
  line-height: 1.13;
  font-weight: 700;
}

.case-card .card-rule {
  width: 36px;
  height: 3px;
  margin: 0 0 26px;
}

.case-card > p {
  flex: 1;
  color: #4a5a66;
  font-size: clamp(0.98rem, 1.12vw, 1.08rem);
  line-height: 1.58;
}

.case-outcome {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 2px 18px;
  align-items: start;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  padding-top: 26px;
}

.case-outcome span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: rgba(0, 106, 116, 0.08);
  color: var(--accent-text);
}

.case-outcome strong,
.case-outcome small {
  grid-column: 2;
  display: block;
  color: #33434e;
  font-size: 1.02rem;
  line-height: 1.32;
}

.case-outcome strong {
  color: var(--teal-700);
  font-weight: 700;
}

.case-recognition {
  display: grid;
  grid-template-columns: 1fr 1fr 2.15fr;
  margin-top: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.case-recognition > div {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 94px;
  padding: 18px 26px;
  text-align: center;
}

.case-recognition > div + div {
  border-left: 1px solid var(--line);
}

.case-recognition span {
  color: #5a6b73;
  font-size: 0.98rem;
}

.case-recognition strong {
  color: #071D28;
  font-size: 1.04rem;
  font-weight: 700;
}

.case-recognition ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.case-recognition li {
  color: #7d878d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  filter: grayscale(1);
}

.case-recognition li:nth-child(2),
.case-recognition li:nth-child(5) {
  border-radius: 2px;
  background: #7d878d;
  color: #ffffff;
  padding: 3px 8px;
  font-family: var(--body-font);
  font-size: 1rem;
}

.case-awards-panel {
  margin-top: 30px;
}

.dark-process-section {
  width: min(100% - 20px, 1440px);
  margin-inline: auto;
  padding-block: 78px 58px;
}

.process-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 24% 25%, rgba(0, 76, 92, 0.42), transparent 25rem),
    radial-gradient(circle at 78% 18%, rgba(0, 49, 62, 0.36), transparent 24rem),
    linear-gradient(135deg, #020b11 0%, #071D28 48%, #00313e 100%);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(7, 29, 40, 0.24);
}

.process-main {
  display: grid;
  grid-template-columns: minmax(350px, 0.38fr) minmax(0, 1fr);
  gap: clamp(28px, 3.5vw, 48px);
  padding: clamp(48px, 5.4vw, 68px) clamp(28px, 5vw, 70px) clamp(48px, 5.5vw, 70px);
}

.process-intro {
  position: relative;
  padding-right: clamp(28px, 4vw, 58px);
}

.process-intro .section-kicker,
.family-intro .section-kicker {
  color: #8ceda6;
}

.process-intro::after {
  position: absolute;
  top: 8%;
  right: 0;
  bottom: 8%;
  width: 1px;
  background: rgba(255, 255, 255, 0.13);
  content: "";
}

.process-intro h2 {
  max-width: 12.5ch;
  margin: 0 0 24px;
  color: #ffffff;
  font-family: var(--display-font);
  font-size: clamp(2.25rem, 3.9vw, 3.45rem);
  line-height: 1.1;
  font-weight: 700;
}

.process-intro .card-rule {
  width: 66px;
  height: 5px;
  margin: 0 0 34px;
}

.process-intro p:not(.section-kicker) {
  max-width: 26ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.58;
}

.process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.1vw, 30px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-steps::before {
  position: absolute;
  top: 50px;
  left: 8%;
  right: 8%;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  content: "";
}

.process-steps li {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
}

.process-steps li::before {
  position: absolute;
  top: 46px;
  left: 50%;
  z-index: 1;
  width: 9px;
  height: 9px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: var(--green-500);
  content: "";
}

.process-steps li::after {
  position: absolute;
  top: 102px;
  left: 50%;
  height: 44px;
  transform: translateX(-50%);
  border-left: 2px dotted rgba(101, 218, 132, 0.8);
  content: "";
}

.process-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 102px;
  height: 102px;
  margin-bottom: 58px;
  border: 2px solid rgba(101, 218, 132, 0.76);
  border-radius: 999px;
  background: #071d28;
  color: #ffffff;
  box-shadow:
    0 0 0 10px rgba(101, 218, 132, 0.06),
    0 0 26px rgba(101, 218, 132, 0.22);
}

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

.process-step-number {
  color: #8ceda6;
  font-size: clamp(1.45rem, 2.1vw, 1.85rem);
  line-height: 1;
  font-weight: 700;
}

.process-steps h3 {
  margin: 12px 0 16px;
  color: #ffffff;
  font-family: var(--display-font);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.18;
  font-weight: 700;
}

.process-steps p {
  max-width: 28ch;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.9rem, 1vw, 0.98rem);
  line-height: 1.58;
}

.process-industries {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  background: #ffffff;
  color: #071D28;
  padding: 30px clamp(28px, 5vw, 70px);
}

.process-industries > span {
  font-size: 1rem;
}

.process-industries ul {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-industries li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding-inline: 14px;
  border-left: 1px solid var(--line);
  color: #071D28;
  font-weight: 600;
  white-space: nowrap;
}

.testimonials-section {
  width: min(100% - 20px, 1440px);
  padding-block: 58px 10px;
}

.testimonial-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.testimonial-heading h2 {
  margin: 0;
  color: #071D28;
  font-family: var(--display-font);
  font-size: clamp(2.25rem, 4.1vw, 3.6rem);
  line-height: 1.06;
  font-weight: 700;
}

.testimonial-heading .section-kicker {
  color: var(--accent-text);
}

.testimonial-heading .card-rule {
  width: 66px;
  height: 5px;
  margin: 24px auto 0;
}

.testimonial-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 44px) / 3);
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  padding: 2px;
  scrollbar-color: rgba(7, 29, 40, 0.32) transparent;
}

.testimonial-card {
  display: grid;
  align-content: start;
  min-height: 360px;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(18, 42, 48, 0.05);
  padding: clamp(24px, 2.8vw, 34px);
}

.testimonial-card img {
  width: 74px;
  height: 74px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(18, 42, 48, 0.1);
}

.testimonial-card blockquote {
  position: relative;
  margin: 28px 0 26px;
  color: #263a45;
  font-size: clamp(1rem, 1.12vw, 1.08rem);
  line-height: 1.6;
}

.testimonial-card blockquote::before {
  display: block;
  margin-bottom: 10px;
  color: var(--accent-text);
  font-size: 2.2rem;
  line-height: 0.8;
  content: "\201E";
}

.testimonial-card strong {
  display: block;
  color: #071D28;
  font-size: 1.02rem;
  line-height: 1.3;
  font-weight: 700;
}

.testimonial-card span {
  display: block;
  margin-top: 4px;
  color: #586a73;
  font-size: 0.92rem;
  line-height: 1.45;
}

.team-section,
.contact-section {
  width: min(100% - 20px, 1440px);
  margin: 54px auto 0;
}

.team-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(38px, 6vw, 76px);
  padding: clamp(42px, 5vw, 64px) clamp(28px, 5vw, 64px);
}

.team-copy h2,
.contact-copy h2 {
  margin: 0 0 24px;
  color: #071D28;
  font-family: var(--display-font);
  font-size: clamp(2.15rem, 3.8vw, 3.35rem);
  line-height: 1.08;
  font-weight: 700;
}

.team-copy h2 {
  max-width: 13ch;
}

.team-copy .card-rule,
.contact-copy .card-rule {
  width: 66px;
  height: 5px;
  margin: 0 0 28px;
}

.team-copy > p:not(.section-kicker),
.contact-copy > p:not(.section-kicker) {
  max-width: 50ch;
  color: #314855;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.team-copy .button {
  margin-top: 34px;
}

.team-photo {
  margin: 0;
}

.team-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1.08 / 1;
  border-radius: var(--radius-md);
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(18, 42, 48, 0.1);
}

.team-facts,
.contact-facts {
  display: grid;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.team-facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-facts li,
.contact-facts li {
  display: grid;
  gap: 10px;
  color: #071D28;
}

.team-facts li {
  justify-items: center;
  min-height: 82px;
  padding: 0 16px;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.35;
}

.team-facts li + li,
.contact-facts li + li {
  border-left: 1px solid var(--line);
}

.team-facts svg,
.contact-facts svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.contact-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(36px, 5vw, 74px);
  overflow: hidden;
  border: 1px solid rgba(7, 29, 40, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  padding: clamp(42px, 5vw, 70px) clamp(28px, 5vw, 64px) clamp(34px, 4vw, 48px);
  box-shadow: var(--shadow-soft);
}

.contact-section::before {
  position: absolute;
  inset: auto 0 0 auto;
  width: 48%;
  height: 72%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(101, 218, 132, 0.18), transparent 68%);
  content: "";
}

.contact-copy,
.contact-visual,
.contact-facts {
  position: relative;
  z-index: 1;
}

.contact-copy h2 {
  max-width: 15ch;
}

.contact-actions {
  display: grid;
  justify-items: start;
  gap: 14px;
  margin-top: 34px;
  width: min(100%, 370px);
}

.contact-actions .button {
  width: 100%;
}

.contact-actions .button-secondary {
  border: 1px solid var(--line);
  background: #ffffff;
  color: #071D28;
  box-shadow: 0 8px 18px rgba(18, 42, 48, 0.06);
}

.contact-actions .button-secondary::after {
  color: #071D28;
}

.contact-visual {
  min-height: 360px;
  display: grid;
  place-items: center;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(0, 106, 116, 0.16);
  border-radius: 999px;
}

.orbit-one {
  width: min(92%, 440px);
  aspect-ratio: 1;
}

.orbit-two {
  width: min(64%, 310px);
  aspect-ratio: 1;
}

.orbit-one::after {
  position: absolute;
  top: 36%;
  right: -5px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #65d9b0;
  content: "";
}

.potential-card,
.appointment-card {
  border: 1px solid rgba(7, 29, 40, 0.1);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-soft);
}

.potential-card {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  padding: 22px;
}

.potential-card > strong {
  display: block;
  margin-bottom: 18px;
  color: #071D28;
  font-weight: 700;
}

.potential-card div {
  display: grid;
  grid-template-columns: 1fr 150px 42px;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  border: 1px solid rgba(7, 29, 40, 0.08);
  border-radius: 8px;
  padding: 12px 14px;
}

.potential-card div + div {
  margin-top: 10px;
}

.potential-card span,
.potential-card em,
.appointment-card small {
  color: #5a6b73;
  font-size: 0.82rem;
  font-style: normal;
}

.potential-card div > span {
  min-width: 0;
  hyphens: auto;
  overflow-wrap: break-word;
}

.potential-card i {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: #dfe8ea;
}

.potential-card b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal-500), var(--green-500));
}

.appointment-card {
  position: absolute;
  right: clamp(8px, 4vw, 52px);
  bottom: 34px;
  z-index: 2;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
  width: min(82%, 300px);
  padding: 20px;
}

.appointment-card > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(101, 218, 132, 0.16);
  color: var(--teal-700);
  font-size: 1.55rem;
  font-weight: 700;
}

.appointment-card strong,
.appointment-card p {
  margin: 0;
  color: #071D28;
  font-size: 0.92rem;
  line-height: 1.25;
  font-weight: 700;
}

.appointment-card p {
  font-weight: 600;
}

.contact-facts {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid var(--line);
  padding-top: 34px;
}

.contact-facts li {
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 16px;
  padding-inline: 24px;
}

.contact-facts li:first-child {
  padding-left: 0;
}

.contact-facts strong,
.contact-facts span {
  display: block;
}

.contact-facts strong {
  color: #071D28;
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-facts span {
  color: #5a6b73;
  font-size: 0.82rem;
  line-height: 1.35;
}

.site-footer {
  width: min(100% - 20px, 1440px);
  margin: 54px auto 0;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background: #071D28;
  color: rgba(255, 255, 255, 0.82);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(280px, 1.4fr) minmax(220px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  width: var(--shell);
  margin-inline: auto;
  padding: 38px 0 42px;
}

.footer-brand img {
  display: block;
  width: 104px;
  height: auto;
}

.footer-brand p,
.footer-contact,
.footer-contact a {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.55;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 500;
}

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

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: #8ceda6;
}

.footer-contact {
  display: grid;
  gap: 6px;
  margin: 0;
  font-style: normal;
}

.footer-contact span,
.footer-contact a {
  display: block;
  margin: 0;
}

.legal-body .site-footer {
  margin-top: 0;
}

.legal-page {
  width: min(100% - 20px, 1440px);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 92px) clamp(20px, 5vw, 72px) clamp(64px, 7vw, 96px);
}

.legal-card {
  width: min(100%, 980px);
  margin-inline: auto;
  border: 1px solid rgba(7, 29, 40, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  padding: clamp(34px, 5vw, 64px);
  box-shadow: var(--shadow-soft);
}

.legal-card h1 {
  margin: 0 0 24px;
  color: #071D28;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.04;
  font-weight: 700;
}

.legal-card .card-rule {
  width: 66px;
  height: 5px;
  margin: 0 0 36px;
}

.legal-card section + section {
  margin-top: 34px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}

.legal-card h2 {
  margin: 0 0 12px;
  color: #071D28;
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  line-height: 1.25;
  font-weight: 700;
}

.legal-card p {
  max-width: 78ch;
  margin: 0;
  color: #314855;
  font-size: 1rem;
  line-height: 1.7;
}

.legal-card p + p {
  margin-top: 14px;
}

.legal-card a {
  color: var(--teal-700);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.not-found-card {
  text-align: center;
}

.not-found-card .card-rule {
  margin-inline: auto;
}

.not-found-card p {
  margin-inline: auto;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.not-found-actions .button {
  text-decoration: none;
}

.not-found-actions .button-secondary {
  border: 1px solid var(--line);
  background: #ffffff;
  color: #071D28;
  box-shadow: 0 8px 18px rgba(18, 42, 48, 0.06);
}

.not-found-actions .button-secondary::after {
  color: #071D28;
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

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

  .site-header.is-open .site-nav,
  .site-header.is-open .header-cta {
    display: flex;
    grid-column: 1 / -1;
  }

  .site-header.is-open .site-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 24px;
    padding-bottom: 8px;
  }

  .site-header.is-open .header-cta {
    width: max-content;
    margin-bottom: 20px;
  }

  .hero-copy {
    padding: 54px 0 86px;
  }

  .hero-copy p {
    max-width: 66ch;
  }

  .case-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .case-card,
  .case-card:first-child,
  .case-card:last-child {
    min-height: auto;
    border-radius: var(--radius-md);
  }

  .case-card + .case-card {
    border-left: 1px solid var(--line);
  }

  .case-recognition {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-recognition > div:nth-child(3) {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .testimonial-scroll {
    grid-auto-columns: calc((100% - 22px) / 2);
  }

  .team-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .team-copy h2,
  .contact-copy h2 {
    max-width: 720px;
  }

  .team-photo img {
    max-height: 520px;
  }

  .team-facts,
  .contact-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-facts li,
  .contact-facts li {
    min-height: 74px;
    padding: 18px 20px;
  }

  .team-facts li:nth-child(3),
  .contact-facts li:nth-child(3) {
    border-left: 0;
  }

  .team-facts li:nth-child(n + 3),
  .contact-facts li:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .sphere-hero {
    grid-template-columns: 1fr;
  }

  .sphere-copy {
    max-width: 760px;
    text-align: center;
    margin-inline: auto;
  }

  .sphere-copy .card-rule {
    margin-inline: auto;
  }

  .sphere-map {
    width: min(100%, 860px);
    margin-inline: auto;
  }

  .sovereignty-panel {
    grid-template-columns: 1fr;
  }

  .sovereignty-heading {
    text-align: center;
  }

  .sovereignty-heading h3 {
    max-width: none;
  }

  .sovereignty-heading .card-rule {
    margin-inline: auto;
  }

  .problem-heading {
    margin-bottom: 58px;
  }

  .problem-card {
    min-height: 238px;
  }

  .trust-band {
    grid-template-columns: 1fr;
  }

  .trust-column + .trust-column {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .logo-strip {
    justify-content: flex-start;
  }

  .process-main {
    grid-template-columns: 1fr;
  }

  .process-intro {
    border-right: 0;
    padding-right: 0;
    padding-bottom: 34px;
    text-align: center;
  }

  .process-intro::after {
    top: auto;
    left: 50%;
    right: auto;
    bottom: 0;
    width: min(100%, 680px);
    height: 1px;
    transform: translateX(-50%);
  }

  .process-intro h2,
  .process-intro p:not(.section-kicker) {
    max-width: 680px;
    margin-inline: auto;
  }

  .process-intro .card-rule {
    margin-inline: auto;
  }

  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 48px;
  }

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

  .process-industries {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .process-industries ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-industries li:nth-child(3n + 1) {
    border-left: 0;
  }

  .process-industries li:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

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

  .legal-page {
    padding-top: 54px;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 24px, 1210px);
  }

  body {
    font-size: 16px;
  }

  .site-header {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
  }

  .header-inner {
    min-height: 72px;
    gap: 14px;
  }

  .brand-logo {
    width: 96px;
  }

  .hero {
    width: 100%;
    height: auto;
    min-height: 430px;
    background-image: url("assets/hero-background-900.png");
    background-image: image-set(
      url("assets/hero-background-900.png") 1x,
      url("assets/hero-background-1200.png") 2x
    );
    background-position: center right 28%;
    background-size: cover;
  }

  .hero-grid {
    min-height: 430px;
  }

  .hero-copy {
    width: min(100%, 500px);
    padding: 22px 0 38px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.05rem, 7.4vw, 2.75rem);
  }

  .trust-band {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .trust-column {
    min-height: auto;
    padding: 22px 24px;
  }

  .hero-customer-marquee {
    margin-top: 18px;
  }

  .logo-strip {
    flex-wrap: wrap;
    gap: 16px 22px;
  }

  .security-row {
    grid-template-columns: 30px 1fr;
  }

  .problem-grid,
  .case-grid,
  .process-steps,
  .team-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .dark-process-section {
    width: min(100% - 20px, 1440px);
    padding-block: 46px 34px;
  }

  .process-main {
    padding: 38px 22px 44px;
  }

  .process-intro h2 {
    font-size: clamp(2rem, 8.5vw, 2.55rem);
  }

  .process-icon {
    width: 82px;
    height: 82px;
    margin-bottom: 48px;
  }

  .process-icon svg {
    width: 36px;
    height: 36px;
  }

  .process-steps {
    gap: 44px;
  }

  .process-steps li::before {
    top: 38px;
  }

  .process-steps li::after {
    top: 84px;
    height: 34px;
  }

  .process-industries {
    padding: 24px 22px;
  }

  .process-industries li {
    justify-content: flex-start;
    white-space: normal;
  }

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

  .testimonial-heading h2 {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  .testimonial-scroll {
    grid-auto-columns: minmax(260px, 86vw);
  }

  .testimonial-card {
    min-height: 330px;
  }

  .team-section,
  .contact-section {
    margin-top: 38px;
    padding: 34px 22px;
  }

  .team-copy h2,
  .contact-copy h2 {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  .team-facts,
  .contact-facts {
    grid-template-columns: 1fr;
  }

  .team-facts li,
  .team-facts li:nth-child(3),
  .contact-facts li,
  .contact-facts li:nth-child(3) {
    border-left: 0;
  }

  .team-facts li:nth-child(n + 2),
  .contact-facts li:nth-child(n + 2) {
    border-top: 1px solid var(--line);
  }

  .contact-visual {
    min-height: 320px;
  }

  .potential-card div {
    grid-template-columns: 1fr 110px 38px;
  }

  .section {
    padding-block: 42px 12px;
  }

  .problem-section {
    padding-block: 58px 36px;
  }

  .problem-heading {
    margin-bottom: 44px;
  }

  .section-kicker {
    font-size: 0.78rem;
  }

  .problem-heading h2 {
    font-size: clamp(2rem, 8vw, 2.85rem);
  }

  .problem-heading h2::after {
    margin-top: 22px;
  }

  .problem-heading > p:not(.section-kicker) {
    margin-top: 22px;
  }

  .problem-grid {
    gap: 56px;
    padding: 54px 18px 28px;
  }

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

  .problem-card {
    min-height: auto;
    padding: 44px 24px 30px;
  }

  .problem-number {
    top: -38px;
  }

  .problem-card h3 {
    max-width: 18ch;
  }

  .problem-card p {
    max-width: 34ch;
    font-size: 1rem;
  }

  .service-section .page-shell {
    padding: 34px 18px;
  }

  .service-heading {
    margin-bottom: 42px;
  }

  .service-grid {
    gap: 46px;
  }

  .service-row,
  .service-row-three,
  .service-row-two {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 46px;
    padding-top: 38px;
  }

  .service-row::before {
    display: none;
  }

  .service-card {
    min-height: auto;
    padding: 34px 24px 28px;
  }

  .service-number {
    top: -36px;
  }

  .service-card h3 {
    max-width: 16ch;
    font-size: clamp(1.35rem, 6vw, 1.65rem);
  }

  .service-link {
    margin-top: 18px;
  }

  .sphere-section {
    padding-block: 56px 42px;
  }

  .sphere-hero {
    gap: 34px;
    margin-bottom: 38px;
  }

  .sphere-copy h2 {
    font-size: clamp(2rem, 8vw, 2.75rem);
  }

  .sphere-map {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: auto;
  }

  .sphere-map::before,
  .sphere-map::after {
    display: none;
  }

  .sphere-core {
    order: -1;
    width: 102px;
    height: 102px;
  }

  .sphere-core img {
    width: 56px;
    height: 56px;
  }

  .sphere-map-item p {
    max-width: 28ch;
  }

  .sphere-proof-list {
    gap: 48px;
  }

  .sphere-proof {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  .sphere-proof::before {
    display: none;
  }

  .sphere-proof-number::before,
  .sphere-proof-number::after,
  .sphere-proof-card::before {
    display: none;
  }

  .sphere-proof-number {
    width: 48px;
    height: 48px;
  }

  .sphere-proof-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 28px 24px;
  }

  .sphere-proof-card p {
    max-width: 42ch;
  }

  .sovereignty-flow {
    grid-template-columns: 1fr;
    overflow: visible;
    border: 0;
    background: transparent;
    gap: 34px;
  }

  .sovereignty-step {
    border: 1px solid rgba(7, 29, 40, 0.18);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.88);
  }

  .sovereignty-step + .sovereignty-step {
    border-left: 1px solid rgba(7, 29, 40, 0.18);
  }

  .case-recognition {
    grid-template-columns: 1fr;
  }

  .case-recognition > div + div,
  .case-recognition > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .process-industries ul {
    grid-template-columns: 1fr;
  }

  .process-industries li,
  .process-industries li:nth-child(3n + 1) {
    border-left: 0;
  }

  .process-industries li:nth-child(n + 2),
  .process-industries li:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

  .contact-actions {
    width: 100%;
  }

  .contact-facts li:first-child {
    padding-left: 20px;
  }

  .site-footer {
    width: 100%;
    margin-top: 38px;
    border-radius: 0;
  }

  .footer-inner {
    padding-block: 32px 36px;
  }

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

  .legal-body .site-footer {
    margin-top: 0;
  }

  .legal-page {
    width: 100%;
    padding: 36px 12px 52px;
  }

  .legal-card {
    padding: 30px 22px;
  }
}

@media (max-width: 430px) {
  .site-header.is-open .header-cta {
    width: 100%;
  }

  .button,
  .header-cta {
    width: 100%;
    min-height: 52px;
    padding-inline: 18px;
    text-align: center;
    white-space: normal;
  }

  .service-heading h2 {
    font-size: clamp(2rem, 10vw, 2.6rem);
  }

  .potential-card div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .potential-card em {
    justify-self: end;
  }

  .appointment-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 18px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .button,
  .header-cta,
  .service-card {
    transition:
      transform 180ms ease,
      box-shadow 180ms ease,
      color 180ms ease;
  }
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.value-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
  padding: 28px 24px;
}

.value-icon {
  display: block;
  width: 108px;
  height: 108px;
  margin: 0 auto 20px;
  object-fit: contain;
}

.value-card h3 {
  margin: 0 0 16px;
  color: #102d36;
  font-family: var(--display-font);
  font-size: 1.1rem;
  line-height: 1.25;
  font-weight: 700;
}

.value-card .card-rule {
  margin: 0 0 20px;
}

.value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.family-section {
  width: min(100% - 20px, 1440px);
  margin: 0 auto;
  padding-block: 54px 18px;
}

.family-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 2.1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 24% 25%, rgba(0, 76, 92, 0.42), transparent 25rem),
    radial-gradient(circle at 78% 18%, rgba(0, 49, 62, 0.36), transparent 24rem),
    linear-gradient(135deg, #020b11 0%, #071D28 48%, #00313e 100%);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(7, 29, 40, 0.24);
  padding: clamp(32px, 4vw, 56px);
}

.family-intro {
  min-width: 0;
  padding-right: clamp(20px, 3vw, 32px);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.family-intro h2 {
  margin: 20px 0 0;
  color: #ffffff;
  font-family: var(--display-font);
  font-size: clamp(2.25rem, 3.9vw, 3.45rem);
  line-height: 1.1;
  font-weight: 700;
  hyphens: auto;
  overflow-wrap: break-word;
}

.family-intro .card-rule {
  margin: 22px 0 20px;
}

.family-intro > p:not(.section-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.58;
}

.family-main {
  display: grid;
  gap: clamp(20px, 2.5vw, 28px);
}

.family-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.family-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  padding: 26px 24px;
}

.family-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: var(--display-font);
  font-size: 1.15rem;
  font-weight: 700;
}

.family-card .card-rule {
  width: 28px;
  margin: 0 0 14px;
}

.family-location {
  margin: 0 0 6px;
  color: #8ceda6;
  font-size: 0.92rem;
  font-weight: 700;
}

.family-services {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.92rem;
}

.family-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #8ceda6;
  font-size: 0.86rem;
  font-weight: 600;
}

.family-note svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.locations-map-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
}

.locations-map-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 24px 0;
  color: #8ceda6;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.locations-map-header svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.locations-map-card img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 4px;
}

.locations-map-regions {
  display: grid;
  grid-template-columns: 64% 36%;
  padding: 18px 24px 0;
}

.locations-map-regions span {
  color: #8ceda6;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.locations-map-caption {
  margin: 0;
  padding: 16px 24px 22px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
  text-align: center;
}

.team-roster-section {
  width: min(100% - 20px, 1440px);
  margin: 0 auto;
  padding-block: 54px 18px;
}

.team-group-title {
  margin: 0 0 18px;
  color: #071D28;
  font-family: var(--display-font);
  font-size: 1.1rem;
  font-weight: 700;
}

.team-group-title + .team-grid {
  margin-bottom: 38px;
}

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

.team-card {
  display: grid;
  justify-items: center;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
  padding: 26px 18px;
  text-align: center;
}

.team-avatar {
  width: 112px;
  height: 112px;
  margin-bottom: 14px;
  border-radius: 999px;
}

span.team-avatar {
  display: grid;
  place-items: center;
  background: var(--green-600);
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
}

img.team-avatar {
  display: block;
  object-fit: cover;
}

.team-card strong {
  color: #071D28;
  font-size: 1.02rem;
  font-weight: 700;
}

.team-role {
  color: var(--muted);
  font-size: 0.88rem;
}

.awards-section {
  width: min(100% - 20px, 1440px);
  margin: 0 auto;
  padding-block: 54px 18px;
}

.awards-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.awards-column {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
  min-height: 130px;
  padding: 30px 40px;
  text-align: center;
}

.awards-column + .awards-column {
  border-left: 1px solid var(--line);
}

.press-logo-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 26px);
}

.press-logo-strip img {
  display: block;
  height: 34px;
  width: auto;
  border-radius: 4px;
}

.about-partner-strip {
  justify-content: center;
  gap: 24px;
  margin-top: 0;
}

.about-partner-strip img {
  max-width: 150px;
  max-height: 52px;
  filter: none;
  opacity: 1;
}

@media (max-width: 900px) {
  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .family-panel {
    grid-template-columns: 1fr;
  }

  .family-intro {
    padding-right: 0;
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .family-cards {
    grid-template-columns: 1fr;
  }

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

  .awards-panel {
    grid-template-columns: 1fr;
  }

  .awards-column + .awards-column {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .values-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.about-story-section {
  width: min(100% - 20px, 1440px);
  margin: 0 auto;
  padding-block: 54px 18px;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.about-story-copy {
  min-width: 0;
}

.about-story-copy .card-rule {
  margin: 22px 0 20px;
}

.about-story-copy h1 {
  margin: 20px 0 0;
  color: #071D28;
  font-family: var(--display-font);
  font-size: clamp(2.35rem, 4.4vw, 3.7rem);
  line-height: 1.08;
  font-weight: 700;
  hyphens: auto;
  overflow-wrap: break-word;
}

.about-story-copy > p:not(.section-kicker) {
  margin: 0;
  color: #4c5c66;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.about-story-visual {
  display: grid;
  place-items: center;
}

.about-story-visual img {
  width: 100%;
  max-width: 420px;
  height: auto;
}

.customer-marquee {
  display: grid;
  grid-template-columns: minmax(200px, 0.85fr) minmax(0, 2.6fr);
  align-items: center;
  gap: clamp(20px, 3vw, 34px);
  margin-top: 54px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  padding: 26px clamp(20px, 4vw, 34px);
}

.hero-customer-marquee {
  position: relative;
  z-index: 5;
  margin-top: -36px;
  background: #ffffff;
}

.hero-customer-marquee .customer-marquee-header p {
  margin: 0;
  color: #071D28;
  font-size: clamp(0.98rem, 1.25vw, 1.1rem);
  line-height: 1.35;
  font-weight: 700;
}

.customer-marquee-header .section-kicker {
  margin-bottom: 8px;
}

.customer-marquee-header p:last-child {
  margin: 0;
  color: #071D28;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.marquee-track-wrap {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: clamp(40px, 5vw, 64px);
  width: max-content;
  animation: marquee-scroll 28s linear infinite;
}

.marquee-track img {
  display: block;
  height: 38px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}

@media (max-width: 900px) {
  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-story-visual {
    order: -1;
  }

  .about-story-visual img {
    max-width: 320px;
  }

  .customer-marquee {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .customer-marquee-header {
    text-align: center;
  }
}

/* Shared subpage system */
.subpage-body {
  min-width: 320px;
  overflow-x: clip;
}

.subpage-body .site-header {
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.subpage-body .site-nav a[aria-current="page"] {
  color: var(--mint);
}

/* Hero */

.subpage-hero,
.legal-hero {
  width: min(100% - 20px, 1440px);
  margin: 0 auto;
  background-color: var(--teal-900);
  background-image:
    linear-gradient(100deg, rgba(7, 29, 40, 0.92) 0%, rgba(7, 29, 40, 0.68) 44%, rgba(7, 29, 40, 0.3) 74%, rgba(7, 29, 40, 0.14) 100%),
    image-set(url("assets/hero-background-1200.png") 1x, url("assets/hero-background.png") 2x);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.subpage-hero {
  display: grid;
  align-items: center;
  min-height: clamp(430px, 50vh, 540px);
  padding: clamp(38px, 5vw, 62px) 0 clamp(52px, 6.5vw, 82px);
}

.image-hero {
  background-image:
    linear-gradient(100deg, rgba(7, 29, 40, 0.94) 0%, rgba(7, 29, 40, 0.76) 48%, rgba(7, 29, 40, 0.45) 100%),
    var(--hero-image);
  background-position: center;
}

.subpage-hero-copy {
  width: min(100%, 860px);
}

.breadcrumbs {
  margin-bottom: clamp(26px, 3.5vw, 40px);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.breadcrumbs li + li::before {
  margin-right: 8px;
  color: var(--green-500);
  content: "/";
}

.breadcrumbs a:hover {
  color: #ffffff;
}

.subpage-hero .section-kicker,
.content-section-dark .section-kicker {
  color: #8ceda6;
}

.subpage-hero h1,
.legal-hero h1 {
  max-width: 21ch;
  margin: 14px 0 22px;
  color: #ffffff;
  font-family: var(--display-font);
  font-size: clamp(2.3rem, 4.1vw, 3.45rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 700;
  hyphens: auto;
  overflow-wrap: break-word;
}

.subpage-lead {
  max-width: 62ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.62;
}

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

.subpage-hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: #ffffff;
}

/* Content sections */

.content-section {
  width: min(100% - 20px, 1440px);
  margin-inline: auto;
  padding: clamp(58px, 7vw, 92px) clamp(24px, 4vw, 64px);
}

.content-section.page-shell {
  width: var(--shell);
  padding-inline: 0;
}

.content-section > .page-shell {
  width: min(100%, 1210px);
}

.content-section-soft {
  margin-block: 12px;
  border: 1px solid rgba(7, 29, 40, 0.1);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #f6faf8 0%, #eef5f1 100%);
}

.content-section-dark {
  margin-block: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 24% 25%, rgba(0, 76, 92, 0.42), transparent 25rem),
    radial-gradient(circle at 78% 18%, rgba(0, 49, 62, 0.36), transparent 24rem),
    linear-gradient(135deg, #020b11 0%, #071d28 48%, #00313e 100%);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(7, 29, 40, 0.22);
}

.section-intro {
  max-width: 800px;
  margin: 0 auto clamp(42px, 5.5vw, 62px);
  text-align: center;
}

.section-intro h2,
.proof-grid h2,
.story-grid h2,
.subpage-cta h2,
.featured-case h2 {
  margin: 10px 0 0;
  color: #071d28;
  font-family: var(--display-font);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.section-intro h2::after {
  display: block;
  width: 58px;
  height: 5px;
  margin: 24px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal-500), var(--green-500));
  content: "";
}

.section-intro > p:not(.section-kicker) {
  max-width: 68ch;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.6;
}

.content-section-dark .section-intro h2 {
  color: #ffffff;
}

/* Problem cards reuse the homepage .problem-grid / .problem-card primitives */

.subpage-problem-grid {
  width: min(100%, 1180px);
}

/* Deliverable cards */

.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
}

.deliverable-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
  padding: 28px 26px 26px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.deliverable-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(18, 42, 48, 0.13);
}

.deliverable-number {
  display: grid;
  place-items: center;
  width: 48px;
  height: 34px;
  margin-bottom: 20px;
  border: 2px solid #071d28;
  border-radius: 7px;
  background: #ffffff;
  color: #071d28;
  font-size: 0.9rem;
  font-weight: 700;
}

.deliverable-card h3 {
  margin: 0 0 6px;
  color: #071d28;
  font-family: var(--display-font);
  font-size: 1.22rem;
  line-height: 1.2;
  font-weight: 700;
}

.deliverable-card .card-rule {
  margin: 0 0 16px;
}

.deliverable-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.deliverable-grid-dark {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.deliverable-grid-dark .deliverable-card {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.deliverable-grid-dark .deliverable-card:hover {
  box-shadow: none;
  border-color: rgba(140, 237, 166, 0.4);
}

.deliverable-grid-dark .deliverable-number {
  border-color: rgba(140, 237, 166, 0.8);
  background: transparent;
  color: #8ceda6;
}

.deliverable-grid-dark .deliverable-card h3 {
  color: #ffffff;
}

.deliverable-grid-dark .deliverable-card p {
  color: rgba(255, 255, 255, 0.75);
}

/* Proof section */

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: center;
  gap: clamp(40px, 6vw, 84px);
}

.proof-grid .card-rule {
  width: 66px;
  height: 5px;
  margin: 22px 0 24px;
}

.proof-grid > div:first-child > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.72;
}

.proof-facts {
  display: grid;
  gap: 14px;
}

.proof-facts strong {
  display: block;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green-600);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  padding: 20px 24px;
  color: var(--teal-900);
  font-size: 1.08rem;
  line-height: 1.35;
}

.text-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--accent-text);
  font-weight: 700;
}

/* FAQ */

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

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  padding: 0 26px;
}

.faq-list details[open] {
  border-color: rgba(1, 141, 150, 0.45);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  padding: 22px 0;
  color: var(--ink-strong);
  font-size: 1.08rem;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--accent-text);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  content: "+";
}

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

.faq-list p {
  max-width: 78ch;
  margin: 0;
  padding: 0 0 24px;
  color: var(--muted);
  line-height: 1.7;
}

/* Service card grid on subpages (reuses homepage .service-card primitives) */

.subpage-service-grid {
  gap: 52px;
}

.service-row-one {
  grid-template-columns: minmax(0, 440px);
  justify-content: center;
}

/* Contact CTA */

.subpage-cta {
  position: relative;
  width: min(100% - 20px, 1440px);
  margin: 54px auto 0;
  overflow: hidden;
  border: 1px solid rgba(7, 29, 40, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.subpage-cta::before {
  position: absolute;
  right: -8%;
  bottom: -80%;
  width: 54%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101, 218, 132, 0.22), transparent 68%);
  content: "";
}

.subpage-cta-inner {
  position: relative;
  z-index: 1;
  padding: clamp(46px, 6vw, 72px) clamp(24px, calc((100vw - 1210px) / 2), 115px);
}

.subpage-cta h2 {
  max-width: 22ch;
}

.subpage-cta .card-rule {
  width: 66px;
  height: 5px;
  margin: 22px 0 24px;
}

.subpage-cta p:not(.section-kicker) {
  max-width: 65ch;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.subpage-cta .button-secondary {
  border: 1px solid var(--line);
  background: #ffffff;
  color: #071d28;
  box-shadow: 0 8px 18px rgba(18, 42, 48, 0.06);
}

.subpage-cta .button-secondary::after {
  color: var(--teal-700);
}

.cta-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(36px, 5vw, 52px) 0 0;
  padding: 30px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.cta-facts li {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 14px;
  padding-inline: 22px;
}

.cta-facts li:first-child {
  padding-left: 0;
}

.cta-facts li + li {
  border-left: 1px solid var(--line);
}

.cta-facts svg {
  width: 28px;
  height: 28px;
  color: var(--teal-700);
}

.cta-facts strong {
  display: block;
  color: #071d28;
  font-size: 0.9rem;
  font-weight: 700;
}

.cta-facts span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

/* Blog hub cards */

.article-grid {
  display: grid;
  gap: 24px;
}

.article-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(18, 42, 48, 0.13);
}

.article-card > a {
  min-height: 260px;
}

.article-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.article-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 44px);
}

.article-card-category,
.article-category {
  color: var(--accent-text);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.article-card h2,
.article-card h3 {
  margin: 12px 0 0;
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  line-height: 1.16;
}

.article-card .card-rule {
  margin: 16px 0;
}

.article-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.article-card small {
  margin-top: 22px;
  color: var(--muted);
}

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

.article-grid.compact .article-card {
  display: block;
}

.article-grid.compact .article-card > a {
  display: block;
  height: 190px;
}

.article-grid.compact .article-card img {
  display: block;
  height: 100%;
  min-height: 0;
}

.article-grid.compact .article-card > div {
  padding: 22px;
}

.article-grid.compact h3 {
  font-size: 1.12rem;
}

/* Article page */

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
}

.article-meta > * + *::before {
  margin: 0 10px;
  color: var(--green-500);
  content: "·";
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  padding-block: clamp(52px, 7vw, 88px);
}

.article-content {
  color: #26353d;
  font-size: 1.06rem;
  line-height: 1.82;
}

.article-content h2 {
  margin: 3.2rem 0 1rem;
  color: var(--ink-strong);
  font-size: clamp(1.75rem, 3.2vw, 2.4rem);
  line-height: 1.14;
  letter-spacing: -0.025em;
}

.article-content h3 {
  margin: 2.3rem 0 0.8rem;
  color: var(--ink-strong);
  font-size: 1.32rem;
}

.article-content p,
.article-content ul {
  margin: 0 0 1.35rem;
}

.article-content li + li {
  margin-top: 0.55rem;
}

.article-summary {
  margin-bottom: 2.6rem;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green-600);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  padding: clamp(24px, 3vw, 30px);
}

.article-summary strong {
  display: block;
  color: var(--accent-text);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-summary p {
  margin: 12px 0 0;
}

.article-inline-image {
  margin: 3rem 0;
}

.article-inline-image img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
}

.article-inline-image figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.86rem;
}

.article-quote {
  margin: 3rem 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  padding: clamp(26px, 4vw, 42px);
  color: var(--teal-900);
  font-size: 1.16rem;
  line-height: 1.7;
}

.article-quote::before {
  display: block;
  margin-bottom: 12px;
  color: var(--accent-text);
  font-size: 2.6rem;
  line-height: 0.6;
  content: "\201E";
}

.article-quote cite {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 700;
}

.article-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 2.4rem 0;
}

.article-metrics div {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  padding: 22px;
}

.article-metrics strong,
.article-metrics span {
  display: block;
}

.article-metrics strong {
  color: var(--teal-900);
  font-size: 1.3rem;
}

.article-metrics span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.4;
}

.author-box {
  display: grid;
  grid-template-columns: 84px 1fr;
  align-items: center;
  gap: 22px;
  margin-top: 4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  padding: clamp(22px, 3vw, 30px);
}

.author-box img {
  width: 84px;
  height: 84px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(18, 42, 48, 0.1);
}

.author-box img.author-logo {
  border: 1px solid var(--line);
  background: #ffffff;
  object-fit: contain;
  padding: 12px;
}

.author-box strong {
  color: var(--ink-strong);
  font-size: 1.05rem;
}

.author-box p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

/* References page */

.featured-case {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(36px, 6vw, 80px);
}

.featured-case h2 {
  font-size: clamp(2rem, 3.8vw, 2.9rem);
}

.featured-case .card-rule {
  width: 66px;
  height: 5px;
  margin: 22px 0 24px;
}

.featured-case p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.featured-case img {
  width: 100%;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.case-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.case-metrics strong {
  border: 1px solid var(--line);
  border-left: 4px solid var(--green-600);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  padding: 16px 20px;
  color: var(--teal-900);
  font-size: 1rem;
}

.client-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 5vw, 64px);
  margin-top: clamp(36px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  padding: clamp(30px, 4.5vw, 48px);
}

.client-strip img {
  max-width: 132px;
  max-height: 56px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.7;
}

/* Testimonials (cards reuse homepage .testimonial-card primitives) */

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

/* Team page */

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(40px, 6vw, 84px);
}

.story-grid .card-rule {
  width: 66px;
  height: 5px;
  margin: 22px 0 24px;
}

.story-grid p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.72;
}

.story-grid img {
  display: block;
  width: 100%;
  border-radius: var(--radius-md);
  box-shadow: 0 14px 34px rgba(18, 42, 48, 0.1);
}

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

.team-directory article {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  padding: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.team-directory article:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(18, 42, 48, 0.13);
}

.team-directory img,
.team-initials {
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 12px;
  background: var(--panel-soft);
  object-fit: cover;
  color: var(--teal-900);
  font-size: 2rem;
  font-weight: 700;
}

.team-directory h3 {
  margin: 16px 0 6px;
  color: #071d28;
  font-size: 1rem;
}

.team-directory p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.partner-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(34px, 8vw, 100px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  padding: clamp(34px, 6vw, 60px);
}

.partner-panel img {
  max-width: 150px;
  max-height: 72px;
  object-fit: contain;
}

/* Legal pages */

.legal-hero {
  min-height: 0;
  padding: clamp(44px, 6vw, 72px) 0;
}

.legal-hero .section-kicker {
  color: #8ceda6;
}

.legal-hero h1 {
  max-width: 22ch;
  hyphens: manual;
}

.legal-layout {
  padding-block: clamp(48px, 6vw, 84px);
}

.legal-layout .legal-card {
  max-width: 860px;
  margin-inline: auto;
  box-shadow: var(--shadow-soft);
}

.legal-updated {
  color: var(--muted);
  font-size: 0.9rem;
}

/* Responsive */

@media (max-width: 1120px) {
  .deliverable-grid,
  .article-grid.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-directory {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-grid,
  .featured-case,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .featured-case {
    gap: 36px;
  }

  .cta-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 26px;
  }

  .cta-facts li:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .subpage-hero {
    min-height: auto;
    background-image:
      linear-gradient(100deg, rgba(7, 29, 40, 0.94) 0%, rgba(7, 29, 40, 0.78) 60%, rgba(7, 29, 40, 0.55) 100%),
      image-set(url("assets/hero-background-1200.png") 1x, url("assets/hero-background.png") 2x);
    background-position: 68% center;
    padding: 34px 0 52px;
  }

  .subpage-hero.image-hero {
    background-image:
      linear-gradient(100deg, rgba(7, 29, 40, 0.95) 0%, rgba(7, 29, 40, 0.82) 60%, rgba(7, 29, 40, 0.62) 100%),
      var(--hero-image);
    background-position: center;
  }

  .subpage-hero h1,
  .legal-hero h1 {
    max-width: 100%;
    font-size: clamp(1.95rem, 8.5vw, 2.6rem);
    hyphens: manual;
    overflow-wrap: break-word;
  }

  .content-section {
    padding-block: 50px;
    padding-inline: 20px;
  }

  .content-section.page-shell {
    padding-inline: 0;
  }

  .deliverable-grid,
  .reference-grid,
  .testimonial-grid,
  .article-metrics,
  .article-grid,
  .article-grid.compact {
    grid-template-columns: 1fr;
  }

  .team-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-card {
    display: block;
  }

  .article-card > a {
    display: block;
    height: 210px;
  }

  .article-card img {
    display: block;
    height: 100%;
    min-height: 0;
  }

  .featured-case img {
    order: -1;
  }

  .subpage-cta .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-facts {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }

  .cta-facts li,
  .cta-facts li + li {
    border-left: 0;
    padding-inline: 0;
  }

  .author-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .subpage-hero .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .case-metrics {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-list details {
    padding: 0 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-card,
  .deliverable-card,
  .article-card,
  .team-directory article {
    transition: none;
  }
}
