:root {
  color-scheme: light;
  --navy: #071f55;
  --navy-2: #0e3482;
  --ink: #102038;
  --muted: #5f6d82;
  --soft: #eef3f8;
  --paper: #ffffff;
  --line: #d9e2ef;
  --orange: #ff6f32;
  --orange-dark: #d94f1d;
  --teal: #007f78;
  --max: 1180px;
  --header-h: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #f7f9fc;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f8fbff 0%, #ffffff 36%, #f3f6fa 100%);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Microsoft YaHei",
    sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

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

h1 {
  margin-bottom: 0.2rem;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0;
  word-break: keep-all;
}

h2 {
  max-width: 12em;
  margin-bottom: 0.85rem;
  font-size: 3.25rem;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.38rem;
  line-height: 1.22;
  letter-spacing: 0;
}

p {
  margin-bottom: 1rem;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  top: -4rem;
  left: 1rem;
  z-index: 100;
  padding: 0.65rem 0.9rem;
  background: var(--orange);
  color: #fff;
}

.skip-link:focus {
  top: 1rem;
}

.section-anchor {
  scroll-margin-top: calc(var(--header-h) + 20px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0 4.8vw;
  color: #fff;
  background: rgba(7, 31, 85, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 46px rgba(7, 31, 85, 0.16);
  backdrop-filter: blur(18px);
}

.brand {
  min-width: 16rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.brand-mark {
  width: 2.9rem;
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ff9a5a);
  border-radius: 0.55rem;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.05rem;
  line-height: 1.2;
}

.brand small {
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
}

.primary-nav {
  display: flex;
  justify-content: center;
  flex: 1;
  gap: 1.3rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.primary-nav a {
  position: relative;
  padding: 0.45rem 0;
  white-space: nowrap;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.primary-nav a:hover,
.primary-nav a.is-active {
  color: #fff;
}

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

.header-cta,
.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.78rem 1.15rem;
  border: 0;
  border-radius: 0.45rem;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 900;
  white-space: nowrap;
}

.language-switch a {
  padding: 0.25rem 0.35rem;
  border-bottom: 2px solid transparent;
}

.language-switch a.is-active {
  color: #fff;
  border-color: var(--orange);
}

.header-cta,
.button-primary {
  color: #fff;
  background: var(--orange);
}

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

.button-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.button-secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 680px;
  height: calc(100svh - var(--header-h) - 72px);
  max-height: 860px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 31, 85, 0.94) 0%, rgba(7, 31, 85, 0.84) 38%, rgba(7, 31, 85, 0.2) 100%),
    linear-gradient(180deg, rgba(7, 31, 85, 0.22) 0%, rgba(7, 31, 85, 0.84) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 8rem 4.8vw 13rem;
}

.eyebrow {
  margin-bottom: 0.8rem;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-title {
  margin-bottom: 1.35rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.05;
}

.hero-copy {
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.83);
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-rail {
  position: absolute;
  left: 4.8vw;
  right: 4.8vw;
  bottom: 2.3rem;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(7, 31, 85, 0.72);
  backdrop-filter: blur(18px);
}

.hero-rail div {
  min-height: 6.6rem;
  padding: 1.2rem 1.35rem;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-rail div:last-child {
  border-right: 0;
}

.hero-rail span,
.contact-block span,
.profile-table span {
  display: block;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
}

.hero-rail strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 1.5rem;
  line-height: 1.15;
}

.section {
  padding: 6.6rem 0;
}

.section-inner {
  width: min(var(--max), calc(100% - 9.6vw));
  margin: 0 auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.4rem;
}

.section-heading p:not(.eyebrow) {
  max-width: 44rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.answer-band {
  padding: 3.2rem 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.answer-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 4rem;
  align-items: start;
}

.answer-grid .section-heading {
  margin-bottom: 0;
}

.answer-copy {
  color: #37465b;
  font-size: 1.06rem;
}

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

.service-card,
.architecture-card {
  min-height: 24rem;
  padding: 1.55rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 18px 46px rgba(12, 37, 72, 0.06);
}

.service-card.featured {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 111, 50, 0.1), rgba(255, 111, 50, 0)),
    var(--navy);
  border-color: rgba(255, 255, 255, 0.08);
}

.service-card .service-number,
.architecture-card span {
  display: inline-flex;
  margin-bottom: 1.6rem;
  color: var(--orange);
  font-weight: 900;
}

.service-card p,
.architecture-card p {
  color: var(--muted);
}

.service-card.featured p,
.service-card.featured li {
  color: rgba(255, 255, 255, 0.76);
}

.service-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 1rem;
  color: #4f5d71;
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.35rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--orange);
}

.process-section {
  color: #fff;
  background: var(--navy);
}

.process-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.route-visual {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 5rem;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.route-node {
  min-width: 8.8rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.5rem;
}

.route-node.active {
  background: var(--orange);
  border-color: var(--orange);
}

.route-node span {
  display: block;
  margin-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
}

.route-node.active span {
  color: rgba(255, 255, 255, 0.82);
}

.route-node strong {
  display: block;
  white-space: nowrap;
}

.route-line {
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 111, 50, 0.95), rgba(255, 255, 255, 0.24));
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.process-item {
  min-height: 17rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.07);
}

.process-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  aspect-ratio: 1;
  margin-bottom: 1.3rem;
  color: #fff;
  background: var(--orange);
  border-radius: 50%;
  font-weight: 900;
}

.process-item p {
  color: rgba(255, 255, 255, 0.7);
}

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

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

.architecture-card {
  min-height: 13rem;
  box-shadow: none;
}

.architecture-card:hover,
.directory-row:hover,
.resource-card:hover {
  border-color: rgba(255, 111, 50, 0.55);
  transform: translateY(-2px);
}

.subpage-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 31, 85, 0.94), rgba(7, 31, 85, 0.64)),
    url("https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=2200&q=80") center / cover;
}

.service-hero {
  background:
    linear-gradient(90deg, rgba(7, 31, 85, 0.95), rgba(7, 31, 85, 0.58)),
    url("https://images.unsplash.com/photo-1566576721346-d4a3b4eaeb55?auto=format&fit=crop&w=2200&q=80") center / cover;
}

.lane-hero {
  background:
    linear-gradient(90deg, rgba(7, 31, 85, 0.95), rgba(7, 31, 85, 0.58)),
    url("https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=2200&q=80") center / cover;
}

.fba-hero,
.tools-hero {
  background:
    linear-gradient(90deg, rgba(7, 31, 85, 0.95), rgba(7, 31, 85, 0.64)),
    url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=2200&q=80") center / cover;
}

.about-hero,
.resources-hero {
  background:
    linear-gradient(90deg, rgba(7, 31, 85, 0.95), rgba(7, 31, 85, 0.62)),
    url("https://images.unsplash.com/photo-1578575437130-527eed3abbec?auto=format&fit=crop&w=2200&q=80") center / cover;
}

.subpage-hero-inner {
  max-width: 780px;
  padding: 7rem 0 5.5rem;
}

.subpage-hero h1 {
  margin-bottom: 1.1rem;
  font-size: 4.8rem;
  overflow-wrap: anywhere;
  word-break: normal;
}

.subpage-hero p:not(.eyebrow) {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.16rem;
}

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

.directory-row {
  display: grid;
  grid-template-columns: 4rem 16rem minmax(0, 1fr);
  gap: 1.4rem;
  align-items: start;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
  transition:
    transform 180ms ease,
    border-color 180ms ease;
}

.directory-row span {
  color: var(--orange);
  font-weight: 900;
}

.directory-row strong {
  color: var(--navy);
  font-size: 1.25rem;
}

.directory-row p {
  margin-bottom: 0;
  color: var(--muted);
}

.two-column,
.content-with-aside,
.tool-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 3rem;
  align-items: start;
}

.comparison-table {
  display: grid;
  border: 1px solid var(--line);
  background: #fff;
}

.comparison-table div {
  padding: 1.05rem 1.2rem;
  border-bottom: 1px solid var(--line);
}

.comparison-table div:last-child {
  border-bottom: 0;
}

.comparison-table span,
.metric-item span,
.resource-card span {
  display: block;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.comparison-table strong,
.metric-item strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--navy);
  font-size: 1.16rem;
}

.comparison-table p {
  margin: 0.35rem 0 0;
  color: var(--muted);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.16);
}

.metric-item {
  min-height: 8.5rem;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.07);
}

.metric-item strong {
  color: #fff;
}

.article-flow {
  max-width: 720px;
}

.article-flow p {
  color: var(--muted);
  font-size: 1.08rem;
}

.number-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.4rem 0 0;
  padding-left: 1.2rem;
  color: #34445a;
}

.number-list li {
  padding-left: 0.25rem;
}

.aside-panel {
  padding: 1.4rem;
  color: #fff;
  background: var(--navy);
  border-radius: 0.5rem;
}

.aside-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.aside-panel .inline-link {
  color: #fff;
}

.light-process .process-item {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
}

.light-process .process-item h3 {
  color: var(--navy);
}

.light-process .process-item p {
  color: var(--muted);
}

.cta-strip {
  color: #fff;
  background: var(--navy);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cta-inner h2 {
  margin-bottom: 0.35rem;
}

.cta-inner p {
  max-width: 38rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.tool-panel {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 18px 46px rgba(12, 37, 72, 0.06);
}

.tool-panel h2 {
  font-size: 2.35rem;
}

.tool-panel p {
  color: var(--muted);
}

.calculator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.3rem 0;
}

.calculator-grid label,
.quote-form-light label {
  display: grid;
  gap: 0.45rem;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 900;
}

.calculator-grid input,
.quote-form-light input,
.quote-form-light select,
.quote-form-light textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.35rem;
  padding: 0.82rem 0.9rem;
  color: var(--ink);
  background: #fff;
  outline: none;
}

.tool-button {
  width: 100%;
}

.result-panel {
  margin-top: 0.9rem;
  padding: 1rem;
  color: var(--navy);
  background: var(--soft);
  border-radius: 0.45rem;
  font-weight: 800;
}

.quote-form-light {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
  box-shadow: 0 18px 46px rgba(12, 37, 72, 0.06);
}

.quote-form-light input::placeholder,
.quote-form-light textarea::placeholder {
  color: #8a96a8;
}

.quote-form-light .form-status {
  color: var(--muted);
}

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

.resource-card {
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 18px 46px rgba(12, 37, 72, 0.06);
  transition:
    transform 180ms ease,
    border-color 180ms ease;
}

.resource-card h2 {
  margin-top: 0.6rem;
  font-size: 1.55rem;
}

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

.wide-faq {
  max-width: 100%;
}

.image-split {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 4.5rem;
  align-items: center;
}

.image-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.inline-link {
  display: inline-flex;
  margin-top: 0.6rem;
  color: var(--teal);
  font-weight: 900;
}

.media-frame {
  margin: 0;
}

.media-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0.5rem;
}

.media-frame figcaption {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.proof-section {
  background: #fff;
}

.proof-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 3rem;
  align-items: start;
}

.profile-table {
  border: 1px solid var(--line);
  background: #fff;
}

.profile-table div {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  gap: 1rem;
  min-height: 3.4rem;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--line);
}

.profile-table div:last-child {
  border-bottom: 0;
}

.profile-table span {
  color: var(--muted);
  font-size: 0.86rem;
}

.profile-table strong {
  font-size: 0.96rem;
  line-height: 1.45;
}

.faq-section {
  background: #f8fafc;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
  max-width: 920px;
}

details {
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: #fff;
}

summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 900;
}

details p {
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.quote-section {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 31, 85, 0.94), rgba(7, 31, 85, 0.86)),
    url("https://images.unsplash.com/photo-1578575437130-527eed3abbec?auto=format&fit=crop&w=2200&q=80") center / cover;
}

.quote-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 4rem;
  align-items: start;
}

.quote-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
}

.contact-block {
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-block a {
  display: inline-flex;
  margin-top: 0.35rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.quote-form label {
  display: grid;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 800;
}

.quote-form label:nth-child(6),
.form-button,
.form-status {
  grid-column: 1 / -1;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.35rem;
  padding: 0.85rem 0.9rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 111, 50, 0.2);
}

.quote-form select option {
  color: var(--ink);
}

.form-button {
  width: 100%;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.4rem 4.8vw;
  color: rgba(255, 255, 255, 0.72);
  background: #061638;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: #fff;
}

.site-footer a {
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 480ms ease,
    transform 480ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .primary-nav {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.15rem;
  }

  .hero {
    min-height: 680px;
    height: calc(100svh - var(--header-h) - 52px);
  }

  .hero-content {
    padding-top: 7rem;
  }

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

  .route-visual {
    grid-template-columns: 1fr;
  }

  .route-line {
    width: 2px;
    height: 1.5rem;
    margin-left: 1.5rem;
  }
}

@media (max-width: 860px) {
  :root {
    --header-h: 128px;
  }

  h1 {
    font-size: 3.55rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .site-header {
    position: relative;
  }

  .brand {
    min-width: 0;
  }

  .header-cta {
    margin-left: auto;
  }

  .language-switch {
    order: 2;
  }

  .hero {
    min-height: auto;
    height: 690px;
    max-height: none;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(7, 31, 85, 0.93) 0%, rgba(7, 31, 85, 0.74) 54%, rgba(7, 31, 85, 0.95) 100%);
  }

  .hero-content {
    padding: 5.4rem 5vw 20rem;
  }

  .hero-title {
    font-size: 2.1rem;
  }

  .hero-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    left: 5vw;
    right: 5vw;
  }

  .hero-rail div {
    min-height: 5.8rem;
  }

  .hero-rail div:nth-child(2) {
    border-right: 0;
  }

  .hero-rail div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .answer-grid,
  .service-grid,
  .architecture-grid,
  .image-split,
  .proof-layout,
  .quote-layout,
  .two-column,
  .content-with-aside,
  .tool-layout,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .answer-grid,
  .image-split,
  .proof-layout,
  .quote-layout,
  .two-column,
  .content-with-aside,
  .tool-layout {
    gap: 2.2rem;
  }

  .section {
    padding: 4.8rem 0;
  }

  .section-inner {
    width: min(var(--max), calc(100% - 10vw));
  }

  .service-card,
  .process-item {
    min-height: auto;
  }

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

  .subpage-hero-inner {
    padding: 5.2rem 0 4rem;
  }

  .subpage-hero h1 {
    font-size: 3.15rem;
  }

  .directory-row {
    grid-template-columns: 3rem 1fr;
  }

  .directory-row p {
    grid-column: 2;
  }

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

  .cta-inner {
    display: grid;
  }

  .profile-table div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 0.8rem;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    min-height: 2.45rem;
    padding: 0.65rem 0.85rem;
    font-size: 0.88rem;
  }

  .language-switch {
    gap: 0.15rem;
    font-size: 0.78rem;
  }

  .primary-nav {
    gap: 1rem;
    font-size: 0.86rem;
  }

  h1 {
    font-size: 2.65rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .hero {
    height: 682px;
  }

  .hero-content {
    padding: 4rem 5vw 18.5rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-rail strong {
    font-size: 1.2rem;
  }

  .process-list,
  .quote-form,
  .calculator-grid,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .subpage-hero h1 {
    font-size: 2.45rem;
  }

  .subpage-hero p:not(.eyebrow) {
    font-size: 1rem;
  }

  .directory-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .directory-row p {
    grid-column: auto;
  }

  .contact-block a {
    font-size: 1.6rem;
  }

  .site-footer {
    display: grid;
  }
}
