:root {
  --ink: #172321;
  --muted: #5d6966;
  --paper: #f6f7f4;
  --white: #ffffff;
  --teal: #135f5a;
  --teal-dark: #0b403d;
  --teal-soft: #dcecea;
  --gold: #b8882f;
  --accent-soft: #f3d58d;
  --coral: #b34e3d;
  --border: #d7ddda;
  --success: #2f7254;
  --danger: #a23a32;
  --shadow: 0 14px 34px rgba(16, 38, 35, 0.1);
  --font-sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --container: 1180px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body[data-locale="en"] {
  --ink: #172321;
  --muted: #5d6966;
  --teal: #135f5a;
  --teal-dark: #0b403d;
  --gold: #b8882f;
  --accent-soft: #f3d58d;
  --coral: #b34e3d;
  --teal-soft: #dcecea;
  --paper: #f6f7f4;
  --border: #d7ddda;
}

body[data-locale="zh"] {
  --ink: #182522;
  --muted: #596863;
  --teal: #1f5b50;
  --teal-dark: #123c36;
  --gold: #ae8437;
  --accent-soft: #efd38c;
  --coral: #a95146;
  --teal-soft: #e2eeea;
  --paper: #f5f7f3;
  --border: #ccd8d3;
}

body[data-locale="es"] {
  --ink: #272522;
  --muted: #6b625b;
  --teal: #23665e;
  --teal-dark: #12423f;
  --gold: #b9873b;
  --accent-soft: #f1d28e;
  --coral: #b34d39;
  --teal-soft: #e3efeb;
  --paper: #faf6f2;
  --border: #dfd6ce;
}

body[data-locale="fr"] {
  --ink: #202727;
  --muted: #626b69;
  --teal: #315e60;
  --teal-dark: #1f3e42;
  --gold: #a88443;
  --accent-soft: #ead59f;
  --coral: #a8574e;
  --teal-soft: #e7eeed;
  --paper: #f7f7f5;
  --border: #d6dcda;
}

body[data-locale="de"] {
  --ink: #1d2524;
  --muted: #5c6663;
  --teal: #2e5858;
  --teal-dark: #1e3839;
  --gold: #927235;
  --accent-soft: #e6cf91;
  --coral: #9f5148;
  --teal-soft: #e5ebea;
  --paper: #f4f5f3;
  --border: #cbd2d0;
}

body[data-locale="pt"] {
  --ink: #252522;
  --muted: #68635b;
  --teal: #1c685c;
  --teal-dark: #0c423c;
  --gold: #b48234;
  --accent-soft: #f0d08b;
  --coral: #b14d3c;
  --teal-soft: #e1efe9;
  --paper: #faf6f0;
  --border: #ded5ca;
}

body[data-locale="ar"] {
  --ink: #252722;
  --muted: #69675e;
  --teal: #276459;
  --teal-dark: #143f3a;
  --gold: #a9823a;
  --accent-soft: #edd398;
  --coral: #a95b48;
  --teal-soft: #e7eee8;
  --paper: #f8f6f1;
  --border: #d8d1c2;
}

body[data-locale="ru"] {
  --ink: #202728;
  --muted: #606a6b;
  --teal: #2d5d62;
  --teal-dark: #1a3d42;
  --gold: #9f8145;
  --accent-soft: #e7d09a;
  --coral: #a95348;
  --teal-soft: #e3ecec;
  --paper: #f5f6f5;
  --border: #d2d9d8;
}

body[data-locale="tr"] {
  --ink: #212725;
  --muted: #606965;
  --teal: #23635e;
  --teal-dark: #143f3c;
  --gold: #aa8035;
  --accent-soft: #ecd08d;
  --coral: #b04e42;
  --teal-soft: #e2eeeb;
  --paper: #f7f6f2;
  --border: #d8d8d0;
}

body[data-locale="ja"] {
  --ink: #202625;
  --muted: #626a68;
  --teal: #405f5b;
  --teal-dark: #263f3d;
  --gold: #967e4d;
  --accent-soft: #e5d4a9;
  --coral: #9d5952;
  --teal-soft: #edf1ef;
  --paper: #fafafa;
  --border: #dde2df;
}

body[data-locale="ko"] {
  --ink: #1d2725;
  --muted: #5c6966;
  --teal: #2b625f;
  --teal-dark: #193f3e;
  --gold: #9e7d3d;
  --accent-soft: #ead094;
  --coral: #ae564c;
  --teal-soft: #e5efed;
  --paper: #f7f8f6;
  --border: #d6dedb;
}

body[data-locale="id"] {
  --ink: #1d2825;
  --muted: #5d6b66;
  --teal: #17695f;
  --teal-dark: #0c443f;
  --gold: #a97c32;
  --accent-soft: #efd18c;
  --coral: #b45240;
  --teal-soft: #e2f0eb;
  --paper: #f5f9f6;
  --border: #d4e1db;
}

body[data-locale="vi"] {
  --ink: #1e2826;
  --muted: #5e6b67;
  --teal: #1f675f;
  --teal-dark: #103f3b;
  --gold: #ad8439;
  --accent-soft: #efd394;
  --coral: #b45547;
  --teal-soft: #e4efec;
  --paper: #f6f9f7;
  --border: #d2dfdb;
}

body[data-locale-group="cjk"] {
  --font-sans: "Hiragino Sans", "Yu Gothic", "Noto Sans CJK JP", "Noto Sans KR", sans-serif;
  line-height: 1.78;
}

body[data-locale-group="rtl"] {
  --font-sans: "Noto Sans Arabic", "Geeza Pro", Tahoma, Arial, sans-serif;
  line-height: 1.82;
}

body[data-locale-group="europe-structured"] {
  hyphens: auto;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button,
select {
  cursor: pointer;
}

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  font-size: 58px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 21px;
}

p {
  margin: 0;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  inset-inline-start: 10px;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: var(--white);
  background: var(--teal-dark);
}

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(215, 221, 218, 0.9);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(var(--container), calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 220px;
  text-decoration: none;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-block;
  flex: 0 0 auto;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
}

.brand-copy {
  display: grid;
  line-height: 1.15;
}

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

.brand-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex: 1;
}

.desktop-nav a,
.footer-links a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.desktop-nav a:hover,
.footer-links a:hover {
  color: var(--teal);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.language-control {
  min-width: 118px;
  height: 38px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-inline: 9px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--white);
}

.language-control svg {
  width: 17px;
  height: 17px;
  color: var(--teal);
}

.language-control select {
  min-width: 0;
  max-width: 122px;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 13px;
  font-weight: 650;
}

.icon-button {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--ink);
  background: var(--white);
}

.icon-button svg {
  width: 21px;
  height: 21px;
}

.menu-toggle {
  display: none;
}

.mobile-nav {
  position: absolute;
  top: var(--header-height);
  inset-inline: 0;
  padding: 14px 20px 22px;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.mobile-nav a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  font-weight: 700;
  text-decoration: none;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

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

.button svg,
.text-action svg {
  width: 18px;
  height: 18px;
}

.button-small {
  min-height: 40px;
  padding: 8px 13px;
  font-size: 13px;
}

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

.button-primary:hover {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
}

.button-secondary {
  color: var(--teal-dark);
  background: var(--white);
  border-color: var(--teal);
}

.button-ghost {
  color: var(--white);
  background: rgba(15, 30, 29, 0.3);
  border-color: rgba(255, 255, 255, 0.72);
}

.hero {
  position: relative;
  min-height: min(760px, 78vh);
  display: flex;
  align-items: center;
  color: var(--white);
  background-color: #112523;
  background-image: url("/static/images/factory-electronics.webp");
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.hero-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(5, 20, 19, 0.66);
}

.hero-inner {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
  padding: 60px 0 64px;
}

.hero-copy {
  max-width: 790px;
}

.eyebrow {
  margin-bottom: 15px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

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

.hero h1 {
  max-width: 760px;
  text-wrap: balance;
}

.hero-subtitle {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  line-height: 1.55;
}

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

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.hero-proof li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 650;
}

.hero-proof svg {
  width: 17px;
  height: 17px;
  color: var(--accent-soft);
}

.section {
  padding: 94px 0;
}

.section-inner {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.section-heading {
  max-width: 790px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading-left {
  margin-inline: 0;
  text-align: start;
}

.section-heading > p:last-child,
.category-copy > p:last-child,
.why-intro > p:last-child,
.coverage-layout > div > p:last-child,
.sample-copy > p:nth-of-type(2),
.faq-heading + p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 18px;
}

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

.service-card {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--white);
}

.service-card:hover {
  border-color: var(--teal);
  box-shadow: 0 10px 28px rgba(16, 55, 51, 0.08);
}

.service-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  color: var(--teal);
  background: var(--teal-soft);
  border-radius: 5px;
}

.service-icon svg {
  width: 23px;
  height: 23px;
}

.service-price {
  margin-bottom: 8px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-card h3 {
  min-height: 48px;
}

.service-card > p:not(.service-price) {
  margin-top: 15px;
  color: var(--muted);
  font-size: 15px;
}

.service-card ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 22px 0 24px;
  list-style: none;
}

.service-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  font-size: 14px;
}

.service-card li svg {
  width: 17px;
  height: 17px;
  margin-top: 4px;
  color: var(--success);
}

.text-action {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin-top: auto;
  border: 0;
  color: var(--teal);
  background: transparent;
  font-weight: 800;
  text-align: start;
}

.section-pricing {
  background: var(--paper);
  border-block: 1px solid var(--border);
}

.pricing-formula {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: 32px;
  align-items: center;
  margin-bottom: 26px;
  padding: 24px 28px;
  color: var(--white);
  background: var(--teal-dark);
  border-radius: 6px;
}

.pricing-formula strong {
  font-size: 17px;
}

.pricing-formula p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.formula-equation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.formula-part,
.formula-total {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  font-size: 13px;
}

.formula-total {
  color: #122e2c;
  background: var(--accent-soft);
  border-color: var(--accent-soft);
}

.formula-symbol {
  color: var(--accent-soft);
  font-size: 20px;
  font-weight: 800;
}

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

.pricing-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 27px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
}

.pricing-card h3 {
  min-height: 52px;
  font-size: 22px;
}

.pricing-price {
  min-height: 82px;
  display: grid;
  align-content: start;
  margin-top: 14px;
}

.pricing-price strong {
  color: var(--teal-dark);
  font-size: 34px;
  line-height: 1.15;
}

.pricing-price span {
  margin-top: 7px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 750;
}

.pricing-description {
  min-height: 70px;
  margin-top: 15px;
  color: var(--muted);
  font-size: 14px;
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0;
  list-style: none;
}

.pricing-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  font-size: 14px;
}

.pricing-card li svg {
  width: 17px;
  height: 17px;
  margin-top: 3px;
  color: var(--success);
}

.pricing-turnaround {
  display: grid;
  gap: 3px;
  padding-top: 14px;
  margin: auto 0 0;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 13px;
}

.pricing-turnaround span {
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing-custom-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.pricing-custom-note svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--teal);
}

.pricing-travel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 58px;
  align-items: start;
  margin-top: 64px;
  padding-top: 54px;
  border-top: 1px solid var(--border);
}

.pricing-travel-heading h3 {
  margin-top: 8px;
  font-size: 28px;
}

.pricing-travel-heading > p:not(.eyebrow) {
  margin-top: 15px;
  color: var(--muted);
}

.pricing-travel-heading .travel-extra-note {
  padding-inline-start: 12px;
  border-inline-start: 3px solid var(--gold);
  font-size: 13px;
}

.travel-zones {
  border-top: 1px solid var(--border);
}

.travel-zone {
  display: grid;
  grid-template-columns: minmax(160px, 0.8fr) minmax(105px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}

.travel-zone > div {
  display: grid;
  gap: 4px;
}

.travel-zone span,
.travel-zone p {
  color: var(--muted);
  font-size: 13px;
}

.travel-price {
  color: var(--teal);
  font-size: 14px;
}

.section-categories {
  background: var(--paper);
  border-block: 1px solid var(--border);
}

.category-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: center;
}

.category-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.category-list li {
  min-height: 66px;
  display: grid;
  grid-template-columns: 23px 1fr;
  align-items: center;
  gap: 11px;
  padding: 14px;
  background: var(--white);
  border-inline-start: 3px solid var(--gold);
}

.category-list svg {
  width: 21px;
  height: 21px;
  color: var(--teal);
}

.visual-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #0b2826;
}

.visual-item {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
}

.visual-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.visual-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 18, 17, 0.48);
}

.visual-item figcaption {
  position: absolute;
  z-index: 1;
  inset-inline: 26px;
  bottom: 28px;
  color: var(--white);
}

.visual-item figcaption strong,
.visual-item figcaption span {
  display: block;
}

.visual-item figcaption strong {
  font-size: 22px;
}

.visual-item figcaption span {
  max-width: 460px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

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

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 44px 0 0;
  list-style: none;
  border-top: 1px solid var(--border);
}

.process-grid li {
  padding: 27px 26px 0 0;
  border-inline-end: 1px solid var(--border);
}

.process-grid li + li {
  padding-inline-start: 26px;
}

.process-grid li:last-child {
  border-inline-end: 0;
}

.step-number {
  display: block;
  margin-bottom: 28px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.process-grid p {
  margin-top: 13px;
  color: var(--muted);
  font-size: 15px;
}

.section-why {
  color: var(--white);
  background: var(--teal-dark);
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 80px;
}

.why-intro .eyebrow {
  color: var(--accent-soft);
}

.why-intro > p:last-child {
  color: rgba(255, 255, 255, 0.78);
}

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

.why-list article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.why-list article > svg {
  width: 26px;
  height: 26px;
  color: var(--accent-soft);
}

.why-list p {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

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

.coverage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 70px;
  align-items: center;
}

.location-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.location-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 12px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

.location-list svg {
  width: 17px;
  height: 17px;
  color: var(--coral);
}

.section-sample {
  background: var(--white);
}

.sample-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: center;
}

.sample-copy .button {
  margin-top: 28px;
}

.report-sheet {
  border: 1px solid #cfd7d3;
  border-radius: 5px;
  background: var(--paper);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.report-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  color: var(--white);
  background: var(--teal-dark);
  font-size: 12px;
}

.report-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid var(--border);
  background: var(--white);
}

.report-row:last-child {
  border-bottom: 0;
}

.report-row svg {
  width: 20px;
  height: 20px;
  color: var(--teal);
}

.section-faq {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 80px;
}

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

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

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  font-size: 17px;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  color: var(--teal);
  transition: transform 160ms ease;
}

.faq-list details[open] summary svg {
  transform: rotate(45deg);
}

.faq-list details p {
  padding: 0 36px 22px 0;
  color: var(--muted);
}

[dir="rtl"] .faq-list details p {
  padding: 0 0 22px 36px;
}

.section-contact {
  color: var(--white);
  background: var(--teal-dark);
}

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

.contact-intro {
  position: sticky;
  top: calc(var(--header-height) + 34px);
}

.contact-intro > p:nth-of-type(2) {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.contact-principles {
  display: grid;
  gap: 13px;
  margin-top: 34px;
}

.contact-principles span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.contact-principles svg {
  width: 19px;
  height: 19px;
  color: var(--accent-soft);
}

.lead-form {
  padding: 28px;
  color: var(--ink);
  background: var(--white);
  border-radius: 6px;
}

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

.form-grid label {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: #33423f;
  font-size: 13px;
  font-weight: 750;
}

.field-wide {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 47px;
  padding: 11px 12px;
  border: 1px solid #cbd4d0;
  border-radius: 4px;
  color: var(--ink);
  background: var(--white);
  outline: 0;
}

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

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(19, 95, 90, 0.13);
}

.check-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 18px;
  color: #45534f;
  font-size: 13px;
}

.check-row + .check-row {
  margin-top: 10px;
}

.check-row input {
  width: 18px;
  min-height: 18px;
  margin: 2px 0 0;
}

.form-submit {
  width: 100%;
  margin-top: 22px;
}

.field-error {
  color: var(--danger);
  font-size: 12px;
  font-weight: 650;
}

.block-error {
  display: block;
  margin-top: 6px;
}

.form-alert {
  margin-bottom: 18px;
  padding: 12px 14px;
  color: #6f211d;
  background: #f8e6e3;
  border-inline-start: 3px solid var(--danger);
}

.honeypot {
  position: absolute;
  inset-inline-start: -10000px;
}

.site-footer {
  padding: 48px 0;
  color: rgba(255, 255, 255, 0.78);
  background: var(--teal-dark);
}

.footer-inner {
  width: min(var(--container), calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 30px;
  margin: 0 auto;
}

.footer-brand .brand-copy strong {
  color: var(--white);
}

.footer-brand .brand-copy small {
  max-width: 450px;
  color: rgba(255, 255, 255, 0.58);
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-meta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.utility-page,
.legal-page {
  min-height: calc(100vh - var(--header-height));
  padding: 100px 0;
  background: var(--paper);
}

.utility-inner,
.legal-inner {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
}

.utility-inner {
  text-align: center;
}

.utility-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 24px;
  color: var(--teal);
}

.utility-inner p:not(.eyebrow) {
  margin: 20px auto;
  color: var(--muted);
  font-size: 18px;
}

.utility-inner .reference {
  width: fit-content;
  padding: 10px 14px;
  background: var(--white);
  border: 1px solid var(--border);
}

.legal-inner h1 {
  margin-bottom: 20px;
}

.legal-lead {
  margin-bottom: 42px;
  color: var(--muted);
  font-size: 19px;
}

.legal-inner h2 {
  margin: 36px 0 12px;
  font-size: 25px;
}

.legal-inner p {
  color: #46534f;
}

.marketing-page {
  background: var(--white);
}

.marketing-shell {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.marketing-hero {
  position: relative;
  min-height: min(680px, calc(100svh - var(--header-height)));
  display: flex;
  color: var(--white);
  background: var(--teal-dark);
  isolation: isolate;
  overflow: hidden;
}

.marketing-hero-image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.marketing-hero-about .marketing-hero-image {
  object-position: center 58%;
}

.marketing-hero-report .marketing-hero-image {
  object-position: center 42%;
}

.marketing-hero-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(5, 24, 22, 0.76);
}

.marketing-hero-inner {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 0 54px;
}

.breadcrumb {
  margin-bottom: 56px;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 650;
}

.breadcrumb li {
  min-width: 0;
  overflow-wrap: anywhere;
}

.breadcrumb li + li::before {
  content: "/";
  margin-inline-end: 7px;
  opacity: 0.55;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-light {
  color: rgba(255, 255, 255, 0.76);
}

.breadcrumb-light li[aria-current="page"] {
  color: var(--white);
}

.marketing-hero-copy {
  max-width: 850px;
}

.marketing-hero-report .marketing-hero-copy {
  max-width: 760px;
}

.marketing-hero h1 {
  max-width: 840px;
  font-size: 54px;
  text-wrap: balance;
}

.marketing-lead {
  max-width: 790px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.58;
}

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

.marketing-hero-facts {
  max-width: 920px;
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
  gap: 0;
  padding: 22px 0 0;
  margin: 46px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.marketing-hero-facts > div {
  min-width: 0;
  padding-inline-end: 28px;
}

.marketing-hero-facts > div + div {
  padding-inline-start: 28px;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.25);
}

.marketing-hero-facts dt {
  color: var(--accent-soft);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.marketing-hero-facts dd {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
}

.marketing-section {
  padding: 88px 0;
}

.marketing-section-soft {
  background: var(--paper);
  border-block: 1px solid var(--border);
}

.marketing-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 82px;
  align-items: start;
}

.marketing-prose h2,
.marketing-split-lists h2,
.marketing-heading h2,
.marketing-fit-grid h2,
.marketing-pricing-layout h2,
.about-coverage h2,
.report-format h2 {
  font-size: 36px;
}

.marketing-prose > p:not(.eyebrow) {
  margin-top: 19px;
  color: #46534f;
  font-size: 17px;
}

.marketing-highlights {
  border-top: 1px solid var(--border);
}

.marketing-highlights article {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}

.highlight-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--teal);
  background: var(--teal-soft);
  border-radius: 5px;
}

.highlight-icon svg {
  width: 21px;
  height: 21px;
}

.marketing-highlights h3 {
  font-size: 19px;
}

.marketing-highlights p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
}

.marketing-split-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
}

.check-list,
.document-list,
.boundary-list,
.status-list,
.marketing-fit-grid ul,
.report-section-grid ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.check-list li,
.document-list li,
.boundary-list li,
.report-section-grid li {
  min-width: 0;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
}

.check-list svg,
.document-list svg,
.boundary-list svg,
.report-section-grid li svg {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  color: var(--success);
}

.document-list svg {
  color: var(--teal);
}

.boundary-list svg {
  color: var(--coral);
}

.marketing-heading {
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}

.marketing-heading-left {
  margin-inline: 0;
  text-align: start;
}

.marketing-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--border);
}

.marketing-process li {
  min-width: 0;
  padding: 26px 24px 0;
  border-inline-end: 1px solid var(--border);
}

.marketing-process li:first-child {
  padding-inline-start: 0;
}

.marketing-process li:last-child {
  padding-inline-end: 0;
  border-inline-end: 0;
}

.marketing-step {
  display: block;
  margin-bottom: 30px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.marketing-process h3 {
  font-size: 20px;
}

.marketing-process p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.marketing-fit-section {
  padding-block: 0;
  background: var(--teal-soft);
  border-block: 1px solid var(--border);
}

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

.marketing-fit-grid > div {
  min-width: 0;
  padding: 68px 60px 70px 0;
}

.marketing-fit-grid > div + div {
  padding: 68px 0 70px 60px;
  border-inline-start: 1px solid #ccd8d2;
}

.fit-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 5px;
}

.fit-icon svg {
  width: 25px;
  height: 25px;
}

.fit-icon-positive {
  color: var(--success);
  background: #dceadf;
}

.fit-icon-boundary {
  color: var(--coral);
  background: #f2dfda;
}

.marketing-fit-grid ul {
  gap: 10px;
  margin-top: 24px;
  color: #46534f;
}

.marketing-fit-grid li {
  padding-inline-start: 18px;
  position: relative;
}

.marketing-fit-grid li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  inset-inline-start: 0;
  width: 6px;
  height: 6px;
  background: var(--gold);
}

.marketing-pricing-band {
  color: var(--white);
  background: var(--teal-dark);
}

.marketing-pricing-layout {
  display: grid;
  grid-template-columns: minmax(200px, 0.7fr) minmax(0, 1.3fr) auto;
  gap: 46px;
  align-items: center;
}

.marketing-pricing-layout .eyebrow {
  color: var(--accent-soft);
}

.marketing-price-copy > strong {
  color: var(--accent-soft);
  font-size: 29px;
  line-height: 1.25;
}

.marketing-price-copy > p {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.marketing-turnaround {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
}

.marketing-turnaround svg {
  width: 17px;
  height: 17px;
  margin-top: 3px;
  color: var(--accent-soft);
}

.marketing-pricing-band .button-primary {
  color: #18312f;
  background: var(--accent-soft);
  border-color: var(--accent-soft);
}

.marketing-faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  gap: 76px;
  align-items: start;
}

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

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

.marketing-faq-list summary {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  font-size: 17px;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}

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

.marketing-faq-list summary svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  color: var(--teal);
}

.marketing-faq-list details[open] summary svg {
  transform: rotate(45deg);
}

.marketing-faq-list details p {
  max-width: 760px;
  padding: 0 36px 23px 0;
  color: var(--muted);
}

.marketing-related {
  background: var(--paper);
  border-top: 1px solid var(--border);
}

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

.related-service-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.related-service-grid article {
  min-width: 0;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
}

.related-service-grid article > p {
  color: var(--coral);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.related-service-grid h3 {
  margin-top: 13px;
  font-size: 20px;
}

.related-service-grid h3 a {
  text-decoration: none;
}

.related-service-grid h3 a:hover {
  color: var(--teal);
}

.related-service-grid article > span {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
}

.related-service-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.related-service-link svg {
  width: 17px;
  height: 17px;
}

.marketing-cta {
  padding: 78px 0;
  color: var(--white);
  background: var(--teal-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.marketing-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 64px;
  align-items: center;
}

.marketing-cta h2 {
  max-width: 770px;
  font-size: 38px;
}

.marketing-cta p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.75);
}

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

.principle-grid article {
  min-width: 0;
  padding: 25px;
  border: 1px solid var(--border);
  border-radius: 6px;
}

.principle-grid article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: var(--teal);
  background: var(--teal-soft);
  border-radius: 5px;
}

.principle-grid svg {
  width: 22px;
  height: 22px;
}

.principle-grid h3 {
  font-size: 19px;
}

.principle-grid p {
  margin-top: 11px;
  color: var(--muted);
  font-size: 14px;
}

.number-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
  border-top: 1px solid var(--border);
}

.number-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid var(--border);
}

.number-list li > span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.about-coverage {
  color: var(--white);
  background: var(--teal);
}

.about-coverage-layout {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 38px;
  align-items: center;
}

.about-coverage .eyebrow {
  color: var(--accent-soft);
}

.about-coverage p:not(.eyebrow) {
  max-width: 780px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.76);
}

.about-coverage .related-service-link {
  color: var(--accent-soft);
}

.about-coverage-mark {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  color: var(--accent-soft);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
}

.about-coverage-mark svg {
  width: 42px;
  height: 42px;
}

.report-hero-label {
  position: absolute;
  inset-inline-end: 0;
  bottom: 54px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: center;
  padding: 16px 20px;
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 13px;
  line-height: 1.4;
}

.report-hero-label svg {
  width: 31px;
  height: 31px;
  color: var(--accent-soft);
}

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

.report-section-grid article {
  min-width: 0;
  padding: 27px;
  border: 1px solid var(--border);
  border-radius: 6px;
}

.report-section-number {
  display: block;
  margin-bottom: 20px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.report-section-grid article > p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.report-section-grid ul {
  gap: 8px;
  margin-top: 22px;
  font-size: 14px;
}

.status-list {
  gap: 0;
  border-top: 1px solid var(--border);
}

.status-list li {
  display: grid;
  grid-template-columns: minmax(110px, 0.35fr) minmax(0, 0.65fr);
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}

.status-list strong {
  color: var(--teal-dark);
  font-size: 14px;
}

.status-list span {
  color: var(--muted);
  font-size: 14px;
}

.report-format {
  background: var(--white);
}

.report-format-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.55fr) minmax(0, 1.45fr);
  gap: 72px;
  align-items: center;
}

.report-format-layout > div:last-child > p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
}

.report-format-visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.report-format-visual span {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--teal);
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 5px;
}

.report-format-visual svg {
  width: 30px;
  height: 30px;
}

[dir="rtl"] .hero-actions,
[dir="rtl"] .hero-proof,
[dir="rtl"] .header-actions,
[dir="rtl"] .desktop-nav,
[dir="rtl"] .footer-links {
  flex-direction: row-reverse;
}

[dir="rtl"] .process-grid li {
  padding: 27px 0 0 26px;
}

[dir="rtl"] .process-grid li + li {
  padding-inline: 26px 26px;
}

[dir="rtl"] .service-card,
[dir="rtl"] .pricing-card,
[dir="rtl"] .pricing-travel-heading,
[dir="rtl"] .contact-intro,
[dir="rtl"] .section-heading-left,
[dir="rtl"] .category-copy,
[dir="rtl"] .why-intro,
[dir="rtl"] .sample-copy,
[dir="rtl"] .faq-heading {
  text-align: right;
}

[dir="rtl"] .pricing-custom-note {
  flex-direction: row-reverse;
}

body[data-locale-group="cjk"] .service-card {
  min-height: 440px;
  border-top: 3px solid var(--teal);
}

body[data-locale-group="cjk"] .hero h1 {
  font-size: 52px;
  line-height: 1.25;
}

body[data-locale-group="cjk"] .section-heading:not(.section-heading-left) {
  max-width: none;
  margin-inline: 0;
  text-align: start;
}

body[data-locale-group="cjk"] .section-heading h2 {
  padding-inline-start: 15px;
  border-inline-start: 3px solid var(--gold);
}

body[data-locale-group="cjk"] .pricing-card {
  border-top: 2px solid var(--gold);
}

body[data-locale="ja"] .section {
  padding-block: 106px;
}

body[data-locale="ja"] .section-heading {
  margin-bottom: 52px;
}

body[data-locale="ja"] .section-heading h2 {
  padding-inline-start: 0;
  border-inline-start: 0;
}

body[data-locale="ja"] .service-grid,
body[data-locale="ja"] .pricing-grid {
  gap: 22px;
}

body[data-locale="ja"] .service-card,
body[data-locale="ja"] .pricing-card,
body[data-locale="ja"] .report-sheet {
  padding: 30px;
  border-top-width: 1px;
  border-radius: 2px;
  box-shadow: none;
}

body[data-locale-group="latin-warm"] .service-card,
body[data-locale-group="latin-warm"] .pricing-card {
  border-top: 3px solid var(--coral);
}

body[data-locale-group="latin-warm"] .section-heading .eyebrow,
body[data-locale-group="latin-warm"] .service-price {
  color: var(--coral);
}

body[data-locale-group="latin-warm"] .service-grid,
body[data-locale-group="latin-warm"] .pricing-grid {
  gap: 18px;
}

body[data-locale="fr"] .section-heading {
  max-width: 840px;
}

body[data-locale="fr"] .section-heading::after {
  width: 56px;
  height: 2px;
  display: block;
  margin: 24px auto 0;
  background: var(--gold);
  content: "";
}

body[data-locale="fr"] .service-card,
body[data-locale="fr"] .pricing-card {
  border-bottom: 2px solid var(--teal-soft);
}

body[data-locale="de"] .section-heading {
  max-width: none;
  margin-inline: 0;
  text-align: start;
}

body[data-locale="de"] .service-card,
body[data-locale="de"] .pricing-card,
body[data-locale="de"] .category-list li,
body[data-locale="de"] .location-list li,
body[data-locale="de"] .report-sheet,
body[data-locale="de"] .lead-form {
  border-radius: 0;
  box-shadow: none;
}

body[data-locale="de"] .service-card,
body[data-locale="de"] .pricing-card {
  border-inline-start: 3px solid var(--teal);
}

body[data-locale="de"] .process-grid {
  border-top-width: 2px;
}

body[data-locale-group="eurasia"] .section-heading-left,
body[data-locale-group="eurasia"] .category-copy,
body[data-locale-group="eurasia"] .faq-heading {
  padding-inline-start: 18px;
  border-inline-start: 3px solid var(--teal);
}

body[data-locale-group="eurasia"] .service-card,
body[data-locale-group="eurasia"] .pricing-card {
  border-inline-start: 3px solid var(--gold);
}

body[data-locale-group="eurasia"] .section-heading .eyebrow,
body[data-locale-group="eurasia"] .category-copy .eyebrow,
body[data-locale-group="eurasia"] .faq-heading .eyebrow {
  color: var(--coral);
}

body[data-locale="ar"] .section-heading {
  max-width: 830px;
}

body[data-locale="ar"] .section-heading::after {
  width: 76px;
  height: 2px;
  display: block;
  margin: 24px auto 0;
  background: var(--gold);
  content: "";
}

body[data-locale="ar"] .service-card,
body[data-locale="ar"] .pricing-card,
body[data-locale="ar"] .category-list li,
body[data-locale="ar"] .location-list li {
  border-inline: 2px solid var(--gold);
}

body[data-locale="ar"] .service-icon,
body[data-locale="ar"] .text-action {
  margin-inline: auto;
}

body[data-locale="ar"] .service-price,
body[data-locale="ar"] .service-card h3,
body[data-locale="ar"] .pricing-card h3 {
  text-align: center;
}

body[data-locale="ar"] .pricing-formula,
body[data-locale="ar"] .formula-equation {
  justify-content: center;
  text-align: center;
}

body[data-locale-group="sea"] .section-process,
body[data-locale-group="sea"] .section-sample,
body[data-locale-group="sea"] .section-faq {
  background: var(--paper);
}

body[data-locale-group="sea"] .section-categories,
body[data-locale-group="sea"] .section-coverage {
  background: var(--teal-soft);
}

body[data-locale-group="sea"] .service-card,
body[data-locale-group="sea"] .pricing-card {
  border-bottom: 3px solid var(--teal-soft);
  box-shadow: 0 7px 20px rgba(16, 55, 51, 0.06);
}

body[data-locale-group="europe-structured"] .button,
body[data-locale-group="eurasia"] .button {
  white-space: normal;
  text-align: center;
}

@media (max-width: 1080px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
  }

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

  .service-card {
    min-height: 390px;
  }

  .why-layout,
  .faq-layout,
  .contact-layout {
    gap: 48px;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 68px;
  }

  h1,
  body[data-locale-group="cjk"] .hero h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  .desktop-cta,
  .brand-copy small {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .hero {
    min-height: 680px;
    background-position: 62% center;
  }

  .hero-inner {
    padding: 52px 0 58px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .category-layout,
  .pricing-travel,
  .why-layout,
  .coverage-layout,
  .sample-layout,
  .faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

  .pricing-card h3,
  .pricing-price,
  .pricing-description {
    min-height: 0;
  }

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

  .visual-item {
    min-height: 300px;
  }

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

  .process-grid li:nth-child(2) {
    border-inline-end: 0;
  }

  .process-grid li:nth-child(n + 3) {
    margin-top: 28px;
    border-top: 1px solid var(--border);
  }

  .contact-intro {
    position: static;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .header-inner,
  .section-inner,
  .hero-inner,
  .footer-inner {
    width: min(100% - 28px, var(--container));
  }

  .brand-copy strong {
    font-size: 14px;
  }

  .language-control {
    min-width: 94px;
    max-width: 112px;
  }

  .language-control select {
    max-width: 80px;
  }

  .section {
    padding: 72px 0;
  }

  body[data-locale="ja"] .section {
    padding-block: 72px;
  }

  body[data-locale="ja"] .section-heading {
    margin-bottom: 40px;
  }

  h1,
  body[data-locale-group="cjk"] .hero h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 29px;
  }

  .hero {
    min-height: 640px;
  }

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

  .hero-proof {
    display: grid;
    gap: 10px;
  }

  .service-grid,
  .category-list,
  .process-grid,
  .location-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .pricing-formula {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .formula-equation {
    justify-content: flex-start;
  }

  .travel-zone {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .service-card {
    min-height: 0;
  }

  .process-grid li,
  .process-grid li + li,
  [dir="rtl"] .process-grid li,
  [dir="rtl"] .process-grid li + li {
    padding: 24px 0;
    border-inline-end: 0;
    border-bottom: 1px solid var(--border);
  }

  .process-grid li:nth-child(n + 3) {
    margin-top: 0;
    border-top: 0;
  }

  .lead-form {
    padding: 20px;
  }

  .footer-links,
  .footer-meta {
    display: grid;
    justify-content: start;
  }
}

@media (max-width: 360px) {
  .header-inner {
    gap: 16px;
  }

  .header-inner > .brand {
    min-width: 126px;
    gap: 8px;
  }

  .header-actions {
    gap: 8px;
  }

  .language-control {
    min-width: 100px;
    max-width: 100px;
    padding-inline: 6px;
  }

  .language-control > svg {
    display: none;
  }

  .language-control select {
    max-width: 88px;
  }

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

  .hero-inner {
    padding: 32px 0;
  }

  .hero .eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .hero h1,
  body[data-locale-group="cjk"] .hero h1 {
    font-size: 32px;
  }

  body:not([data-locale-group="global"]):not([data-locale-group="cjk"]) .hero h1 {
    font-size: 30px;
  }

  .hero-subtitle {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 20px;
  }

  .hero-actions .button {
    min-height: 44px;
    padding: 9px 12px;
  }

  .hero-proof {
    gap: 7px;
    margin-top: 20px;
  }

  .hero-proof li {
    font-size: 12.5px;
    line-height: 1.45;
  }
}

@media (max-width: 1080px) {
  .principle-grid,
  .related-service-grid,
  .related-service-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .marketing-overview {
    gap: 54px;
  }

  .marketing-pricing-layout {
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .marketing-hero {
    min-height: 640px;
  }

  .marketing-hero h1 {
    font-size: 44px;
  }

  .marketing-overview,
  .marketing-split-lists,
  .marketing-faq-layout,
  .marketing-pricing-layout,
  .marketing-cta-inner,
  .report-format-layout {
    grid-template-columns: 1fr;
  }

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

  .marketing-process li:nth-child(2) {
    padding-inline-end: 0;
    border-inline-end: 0;
  }

  .marketing-process li:nth-child(n + 3) {
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid var(--border);
  }

  .marketing-process li:nth-child(3) {
    padding-inline-start: 0;
  }

  .marketing-fit-grid {
    grid-template-columns: 1fr;
  }

  .marketing-fit-grid > div,
  .marketing-fit-grid > div + div {
    padding: 56px 0;
  }

  .marketing-fit-grid > div + div {
    border-top: 1px solid #ccd8d2;
    border-inline-start: 0;
  }

  .marketing-pricing-layout,
  .marketing-cta-inner {
    justify-items: start;
    gap: 26px;
  }

  .marketing-faq-layout {
    gap: 28px;
  }

  .about-coverage-layout {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 28px;
  }

  .about-coverage .related-service-link {
    grid-column: 2;
    padding-top: 0;
  }

  .about-coverage-mark {
    width: 82px;
    height: 82px;
  }

  .report-hero-label {
    display: none;
  }

  .report-format-layout {
    gap: 34px;
  }

  .report-format-visual {
    max-width: 420px;
  }
}

@media (max-width: 620px) {
  .marketing-shell {
    width: min(100% - 28px, var(--container));
  }

  .marketing-hero {
    min-height: min(700px, calc(100svh - var(--header-height) - 36px));
  }

  .marketing-hero-inner {
    padding: 24px 0 42px;
  }

  .breadcrumb {
    margin-bottom: 40px;
  }

  .marketing-hero h1 {
    font-size: 36px;
    line-height: 1.16;
  }

  .marketing-lead {
    margin-top: 18px;
    font-size: 16px;
  }

  .marketing-hero-actions,
  .marketing-hero-actions .button {
    width: 100%;
  }

  .marketing-hero-facts {
    display: none;
  }

  .marketing-section {
    padding: 68px 0;
  }

  .marketing-prose h2,
  .marketing-split-lists h2,
  .marketing-heading h2,
  .marketing-fit-grid h2,
  .marketing-pricing-layout h2,
  .about-coverage h2,
  .report-format h2,
  .marketing-cta h2 {
    font-size: 30px;
  }

  .marketing-overview,
  .marketing-split-lists {
    gap: 48px;
  }

  .marketing-prose > p:not(.eyebrow),
  .report-format-layout > div:last-child > p:not(.eyebrow) {
    font-size: 16px;
  }

  .marketing-process,
  .principle-grid,
  .related-service-grid,
  .related-service-grid-four,
  .related-service-grid-two,
  .report-section-grid {
    grid-template-columns: 1fr;
  }

  .marketing-process li,
  .marketing-process li:first-child,
  .marketing-process li:nth-child(2),
  .marketing-process li:nth-child(3),
  .marketing-process li:last-child {
    padding: 24px 0;
    margin: 0;
    border-top: 0;
    border-inline-end: 0;
    border-bottom: 1px solid var(--border);
  }

  .marketing-step {
    margin-bottom: 16px;
  }

  .marketing-fit-grid > div,
  .marketing-fit-grid > div + div {
    padding: 48px 0;
  }

  .marketing-price-copy > strong {
    font-size: 25px;
  }

  .marketing-pricing-layout .button,
  .marketing-cta-inner .button {
    width: 100%;
  }

  .related-service-grid article {
    min-height: 0;
  }

  .marketing-cta {
    padding: 66px 0;
  }

  .about-coverage-layout {
    grid-template-columns: 1fr;
  }

  .about-coverage .related-service-link {
    grid-column: auto;
  }

  .about-coverage-mark {
    width: 68px;
    height: 68px;
  }

  .about-coverage-mark svg {
    width: 32px;
    height: 32px;
  }

  .status-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .report-format-visual {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
