:root {
  --font-ui: "Google Sans Thai", "Google Sans", "Noto Sans Thai", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: #17202a;
  --muted: #64748b;
  --line: #d8e3e8;
  --paper: #ffffff;
  --soft: #f4f8f7;
  --brand: #0f5d7e;
  --brand-dark: #12364a;
  --accent: #00d084;
  --accent-soft: #e7fff6;
  --gold: #f3b846;
  --shadow: 0 18px 46px rgba(19, 54, 74, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.72;
  overflow-x: hidden;
}

a {
  color: var(--brand);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--brand-dark);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 50;
  padding: 8px 12px;
  background: #fff;
  color: var(--brand-dark);
}

.skip-link:focus {
  left: 12px;
}

.topbar {
  background: var(--brand-dark);
  color: #eef8fb;
  font-size: 14px;
}

.topbar-inner,
.header-inner,
.hero-inner,
.service-strip-inner,
.layout,
.footer-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar-inner {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.topbar a {
  color: #fff;
  text-decoration: none;
}

.topbar-contact {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.header-inner {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 26px;
  align-items: center;
  padding: 10px 0;
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: min(280px, 100%);
  min-width: 0;
  color: var(--brand-dark);
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 300px;
  max-width: 100%;
  line-height: 0;
}

.brand:focus-visible .brand-logo {
  outline: 3px solid rgba(0, 208, 132, 0.55);
  outline-offset: 3px;
}

.brand-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.brand-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.brand-mark {
  color: var(--brand);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.15;
}

.brand-sub {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.site-nav {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  min-width: 0;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 10px;
  color: #233848;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--brand-dark);
  background: #e9f4f8;
}

.hero {
  color: #fff;
  background: url("../images/research/research-translationfind-banner.png") center / cover;
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 360px;
  gap: 36px;
  align-items: center;
  min-height: 340px;
  padding: 46px 0;
}

.hero-inner > * {
  min-width: 0;
  max-width: 100%;
}

.hero-copy {
  max-width: 780px;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: #ffe1a0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.24;
  text-shadow: 0 3px 18px rgba(4, 25, 35, 0.34);
  overflow-wrap: anywhere;
}

.hero p {
  margin: 16px 0 0;
  max-width: 720px;
  color: #eef8fb;
  text-shadow: 0 2px 14px rgba(4, 25, 35, 0.28);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.button-primary {
  color: #052d22;
  background: var(--accent);
}

.button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.52);
}

.hero-panel {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-panel strong {
  color: var(--brand-dark);
}

.hero-panel img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 6px;
}

.hero-points {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.hero-points li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-right: 8px;
  border: solid var(--accent);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.service-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.service-strip-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.service-strip section {
  min-width: 0;
  padding: 18px;
  background: #fff;
}

.service-strip h3 {
  margin: 0 0 6px;
  color: var(--brand-dark);
  font-size: 17px;
}

.service-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 26px;
  align-items: start;
  padding: 32px 0 42px;
}

.service-layout {
  display: block;
  width: min(1160px, calc(100% - 32px));
  padding: 42px 0 54px;
}

.service-layout .content {
  padding: 42px;
}

.service-layout .content > p,
.service-layout .content > h1,
.service-layout .content > h2,
.service-layout .content > h3,
.service-layout .article-cta > p {
  max-width: 860px;
}

.content {
  min-width: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(30, 55, 70, 0.06);
}

.content h1,
.content h2,
.content h3 {
  color: var(--brand-dark);
  line-height: 1.32;
  overflow-wrap: anywhere;
}

.content h1 {
  font-size: 28px;
}

.content h2 {
  font-size: 23px;
}

.content h3 {
  font-size: 19px;
}

.content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.content table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.content td,
.content th {
  border: 1px solid var(--line);
  padding: 8px;
  vertical-align: top;
}

.content ul,
.content ol {
  padding-left: 22px;
}

.content img[align="left"] {
  margin: 0 18px 12px 0;
}

.content img[align="right"] {
  margin: 0 0 12px 18px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.info-grid section {
  min-width: 0;
  padding: 16px;
  background: #f7fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.info-grid h2 {
  margin-top: 0;
  font-size: 18px;
}

.steps {
  display: grid;
  gap: 10px;
}

.contact-list {
  padding: 16px;
  background: var(--accent-soft);
  border: 1px solid #bff5df;
  border-radius: 8px;
}

.sitemap-list {
  columns: 2;
}

.side-panel {
  display: grid;
  gap: 16px;
  min-width: 0;
  position: sticky;
  top: 96px;
}

.side-section {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.side-section h2 {
  margin: 0 0 10px;
  color: var(--brand-dark);
  font-size: 18px;
  line-height: 1.3;
}

.side-section p {
  margin: 8px 0;
  color: var(--muted);
  font-size: 14px;
}

.quick-links {
  display: grid;
  gap: 8px;
}

.quick-links a {
  display: block;
  padding: 9px 10px;
  background: #f3f8fb;
  border-radius: 6px;
  color: #203747;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
}

.quick-links a:hover {
  background: #e3f0f5;
}

.media-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.media-row img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.site-footer {
  background: var(--brand-dark);
  color: #dceaf0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  padding: 30px 0;
}

.footer-title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 14px;
}

.footer-links a,
.site-footer a {
  color: #fff;
}

.footer-links a {
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
}

.footer-note {
  margin: 14px 0 0;
  color: #b8cdd7;
  font-size: 13px;
}

@media (max-width: 980px) {
  .header-inner,
  .hero-inner,
  .layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero-inner {
    min-height: 0;
  }

  .side-panel {
    position: static;
  }

  .service-strip-inner,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .topbar-contact {
    justify-content: flex-start;
  }

  .site-header {
    position: static;
  }

  .header-inner {
    gap: 12px;
  }

  .brand-logo {
    width: 260px;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
  }

  .site-nav a {
    width: 100%;
    min-height: 34px;
    padding: 7px 8px;
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  .hero-inner,
  .hero-copy,
  .hero-panel {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .hero h1 {
    font-size: 22px;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .hero p,
  .button {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .content {
    padding: 20px;
  }

  .footer-links,
  .sitemap-list {
    columns: 1;
    grid-template-columns: 1fr;
  }
}

/* 2026 visual refresh */
:root {
  --ink: #13252f;
  --muted: #5f7180;
  --line: #dce8e6;
  --paper: #ffffff;
  --soft: #f3f8f5;
  --brand: #0a6b88;
  --brand-dark: #102f3d;
  --accent: #00d084;
  --accent-soft: #e4fff4;
  --gold: #f0b13b;
  --shadow: 0 24px 70px rgba(15, 48, 61, 0.13);
}

body {
  background:
    linear-gradient(180deg, #f8fbf8 0%, #edf6f2 46%, #f8fbf8 100%);
  color: var(--ink);
  text-rendering: optimizeLegibility;
}

a {
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.topbar {
  background: #0f3442;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-inner {
  min-height: 40px;
  padding: 6px 0;
  font-weight: 700;
}

.topbar-contact a {
  border-radius: 6px;
}

.site-header {
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(16, 47, 61, 0.1);
  box-shadow: 0 12px 34px rgba(16, 47, 61, 0.07);
}

.header-inner {
  grid-template-columns: 260px 1fr;
  padding: 16px 0;
}

.brand-mark {
  color: #075f78;
  font-size: 22px;
  letter-spacing: 0;
}

.brand-sub {
  color: #6b7c89;
  font-size: 13px;
}

.site-nav {
  gap: 4px;
}

.site-nav a {
  min-height: 40px;
  padding: 8px 10px;
  color: #273d49;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #052f3f;
  background: #e8f7f0;
  border-color: #c9eee0;
}

.hero {
  position: relative;
  isolation: isolate;
  background: url("../images/research/research-translationfind-banner.png") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 42%;
  background: linear-gradient(180deg, rgba(243, 248, 245, 0) 0%, rgba(243, 248, 245, 0.08) 60%, rgba(243, 248, 245, 0.18) 100%);
}

.hero-inner {
  grid-template-columns: 1fr;
  align-content: center;
  gap: 26px;
  min-height: 500px;
  padding: 72px 0 64px;
}

.hero-copy {
  max-width: 820px;
  color: #173e5a;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 16px;
  padding: 5px 10px;
  color: #083326;
  background: var(--accent);
  border-radius: 8px;
  font-size: 12px;
}

.hero h1 {
  max-width: 760px;
  color: #173d56;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.18;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.92), 0 12px 28px rgba(255, 255, 255, 0.72);
  text-wrap: balance;
}

.hero p {
  max-width: 640px;
  color: #2d5f78;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 24px rgba(255, 255, 255, 0.7);
}

.hero .eyebrow {
  color: #255a70;
  background: rgba(231, 246, 255, 0.76);
  border: 1px solid rgba(59, 117, 143, 0.18);
  font-size: 12px;
  font-weight: 800;
  text-shadow: none;
  box-shadow: 0 10px 26px rgba(39, 91, 112, 0.12);
}

.button {
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 8px;
}

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

.button-primary {
  box-shadow: 0 14px 30px rgba(0, 208, 132, 0.24);
}

.button-secondary {
  color: #24556b;
  background: rgba(239, 249, 255, 0.78);
  border-color: rgba(48, 108, 134, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px rgba(39, 91, 112, 0.12);
}

.hero-panel {
  width: min(780px, 100%);
  grid-template-columns: 116px minmax(0, 1fr);
  align-items: center;
  gap: 16px 18px;
  padding: 14px;
  color: #e8f8ff;
  background: rgba(14, 55, 74, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(8, 38, 52, 0.18);
  backdrop-filter: blur(12px);
}

.hero-panel img {
  grid-row: span 2;
  height: 92px;
  max-height: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-panel strong {
  color: #ffffff;
  font-weight: 800;
  line-height: 1.42;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.hero-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  color: #d8f4ff;
  font-weight: 600;
}

.service-strip {
  border-bottom: 1px solid rgba(16, 47, 61, 0.09);
}

.service-directory {
  background: #f6fbfd;
  border-bottom: 1px solid rgba(16, 47, 61, 0.09);
}

.page-index .service-directory {
  background: linear-gradient(180deg, #f6fbfd 0%, #eef8f7 100%);
  border-top: 1px solid rgba(16, 47, 61, 0.09);
}

.service-directory-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 46px 0;
}

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

.section-heading h2 {
  margin: 0;
  color: var(--brand-dark);
  font-size: 30px;
  line-height: 1.25;
}

.section-heading p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--muted);
}

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

.page-index .service-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.featured-services {
  margin-top: 4px;
}

.service-directory-action {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.service-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  min-height: 132px;
  padding: 18px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(15, 107, 136, 0.13);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(15, 48, 61, 0.06);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.service-card:hover {
  color: var(--ink);
  border-color: rgba(0, 208, 132, 0.42);
  box-shadow: 0 18px 42px rgba(15, 48, 61, 0.1);
  transform: translateY(-2px);
}

.service-card strong {
  color: var(--brand-dark);
  font-size: 18px;
  line-height: 1.35;
}

.service-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.page-index .service-card {
  min-height: 150px;
}

.page-index .service-card strong {
  font-size: 16px;
}

.page-index .service-card span {
  font-size: 13px;
}

.article-cta {
  margin-top: 30px;
  padding: 22px;
  background: #f1faf6;
  border: 1px solid rgba(0, 208, 132, 0.24);
  border-radius: 8px;
}

.article-cta h2 {
  margin-top: 0;
}

.content-support,
.related-services {
  margin-top: 28px;
  padding: 24px;
  border-radius: 8px;
}

.content-support {
  background: #f6fbfd;
  border: 1px solid rgba(15, 107, 136, 0.15);
}

.related-services {
  background: #fbfefd;
  border: 1px solid rgba(0, 208, 132, 0.2);
}

.content-support h2,
.related-services h2 {
  margin-top: 0;
}

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

.checklist-grid li {
  position: relative;
  min-width: 0;
  padding: 14px 14px 14px 38px;
  background: #fff;
  border: 1px solid rgba(15, 107, 136, 0.12);
  border-radius: 8px;
}

.checklist-grid li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 20px;
  width: 8px;
  height: 14px;
  border: solid var(--accent);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

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

.related-service-grid a {
  display: grid;
  gap: 6px;
  min-width: 0;
  min-height: 128px;
  padding: 16px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(15, 107, 136, 0.13);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(15, 48, 61, 0.05);
}

.related-service-grid a:hover {
  color: var(--ink);
  border-color: rgba(0, 208, 132, 0.45);
}

.related-service-grid strong {
  color: var(--brand-dark);
  line-height: 1.35;
}

.related-service-grid span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.service-visual {
  margin: 28px 0;
}

.service-visual-placeholder {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 28px;
  color: #12364a;
  background:
    linear-gradient(135deg, rgba(0, 208, 132, 0.13), rgba(15, 93, 126, 0.12)),
    #f6fbfd;
  border: 1px dashed rgba(15, 107, 136, 0.32);
  border-radius: 8px;
  text-align: center;
}

.service-visual-placeholder span,
.service-visual-placeholder small {
  display: block;
}

.service-visual-placeholder span {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
}

.service-visual-placeholder small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.service-visual-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.service-visual-note code {
  color: var(--brand-dark);
  background: #eef8f7;
  border-radius: 6px;
  padding: 2px 6px;
}

.page-index .layout {
  display: block;
  width: min(1160px, calc(100% - 32px));
  padding: 46px 0;
}

.home-content {
  display: grid;
  gap: 28px;
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.home-intro,
.home-highlight-grid > div,
.home-two-column > div,
.home-process,
.home-quality {
  background: #fff;
  border: 1px solid rgba(15, 107, 136, 0.13);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(15, 48, 61, 0.07);
}

.home-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 320px;
  gap: 30px;
  align-items: center;
  padding: 36px;
}

.home-intro h1 {
  margin-top: 0;
  font-size: 32px;
}

.home-intro .lead {
  margin-bottom: 0;
  color: #36586a;
  font-size: 18px;
}

.home-intro figure {
  margin: 0;
}

.home-intro img,
.home-quality img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

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

.home-highlight-grid > div {
  padding: 22px;
}

.home-highlight-grid strong {
  display: block;
  color: var(--brand-dark);
  font-size: 19px;
  line-height: 1.35;
}

.home-highlight-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.home-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 22px;
}

.home-two-column > div {
  padding: 26px;
}

.home-note {
  background: #f1faf6 !important;
  border-color: rgba(0, 208, 132, 0.22) !important;
}

.checklist-grid.compact {
  grid-template-columns: 1fr;
}

.home-process {
  padding: 34px;
}

.home-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.home-process li {
  position: relative;
  min-width: 0;
  padding: 46px 16px 16px;
  background: #f6fbfd;
  border: 1px solid rgba(15, 107, 136, 0.12);
  border-radius: 8px;
  counter-increment: step;
}

.home-process li::before {
  content: counter(step);
  position: absolute;
  top: 14px;
  left: 16px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #062f42;
  background: var(--accent);
  border-radius: 50%;
  font-weight: 800;
}

.home-process strong,
.home-process span {
  display: block;
}

.home-process strong {
  color: var(--brand-dark);
}

.home-process span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.home-quality {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 22px;
  align-items: center;
  padding: 34px;
  background: #0f3442;
  color: #eaf8f3;
}

.home-quality h2,
.home-quality .eyebrow {
  color: #fff;
}

.home-quality p {
  color: #d6edf2;
}

.home-quality a {
  color: var(--accent);
  font-weight: 800;
}

.network-service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
  gap: 22px;
  align-items: center;
  padding: 28px;
  background: #f8fcfb;
  border: 1px solid rgba(15, 107, 136, 0.13);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(15, 48, 61, 0.07);
}

.network-service h2 {
  margin-top: 0;
}

.network-service p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
}

.network-link-grid {
  display: grid;
  gap: 12px;
}

.network-link {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(0, 208, 132, 0.26);
  border-radius: 8px;
  text-decoration: none;
}

.network-link strong {
  color: var(--brand-dark);
  font-size: 20px;
  line-height: 1.35;
}

.network-link span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.network-link:hover {
  border-color: rgba(0, 208, 132, 0.52);
  box-shadow: 0 12px 28px rgba(15, 48, 61, 0.09);
}

.home-scope,
.home-fields,
.home-faq {
  background: #fff;
  border: 1px solid rgba(15, 107, 136, 0.13);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(15, 48, 61, 0.07);
}

.home-scope,
.home-faq {
  padding: 34px;
}

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

.scope-grid article {
  min-width: 0;
  padding: 20px;
  background: #f6fbfd;
  border: 1px solid rgba(15, 107, 136, 0.12);
  border-radius: 8px;
}

.scope-grid h3 {
  margin-top: 0;
  color: var(--brand-dark);
  font-size: 20px;
}

.scope-grid p {
  color: var(--muted);
}

.scope-grid a,
.home-fields a {
  font-weight: 800;
}

.home-fields {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: start;
  padding: 34px;
  background: #f8fcfb;
}

.home-fields h2 {
  margin-top: 0;
}

.home-fields ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-fields li {
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(15, 107, 136, 0.12);
  border-radius: 8px;
}

.home-trust {
  padding: 34px;
  background: #ffffff;
  border: 1px solid rgba(15, 107, 136, 0.13);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(15, 48, 61, 0.07);
}

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

.trust-grid article {
  min-width: 0;
  padding: 20px;
  background: #f6fbfd;
  border: 1px solid rgba(15, 107, 136, 0.12);
  border-radius: 8px;
}

.trust-grid strong {
  display: block;
  color: var(--brand-dark);
  font-size: 18px;
  line-height: 1.35;
}

.trust-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.trust-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 208, 132, 0.22);
  border-radius: 8px;
  background: rgba(0, 208, 132, 0.22);
}

.trust-stats div {
  min-width: 0;
  padding: 18px;
  background: #fbfefd;
}

.trust-stats strong,
.trust-stats span {
  display: block;
}

.trust-stats strong {
  color: var(--brand-dark);
  font-size: 18px;
  line-height: 1.3;
}

.trust-stats span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.faq-list details {
  background: #f6fbfd;
  border: 1px solid rgba(15, 107, 136, 0.12);
  border-radius: 8px;
}

.faq-list summary {
  cursor: pointer;
  padding: 15px 18px;
  color: var(--brand-dark);
  font-weight: 800;
}

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.sitemap-service-list {
  columns: 2;
  column-gap: 28px;
}

.sitemap-service-list li {
  break-inside: avoid;
  margin-bottom: 8px;
}

.service-strip-inner {
  gap: 14px;
  padding: 22px 0;
  background: transparent;
}

.service-strip section {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(15, 107, 136, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(15, 48, 61, 0.07);
}

.service-strip section:nth-child(2) {
  background: #f6fffb;
}

.service-strip h3 {
  font-size: 19px;
}

.layout {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  padding-top: 36px;
}

.content,
.side-section {
  border-color: rgba(15, 107, 136, 0.14);
  box-shadow: 0 18px 46px rgba(15, 48, 61, 0.08);
}

.content {
  padding: 38px;
}

.content h1 {
  font-size: 31px;
}

.content-title {
  margin-top: 0;
  color: var(--brand-dark);
  font-size: 30px;
  line-height: 1.35;
}

.content h2 {
  margin-top: 34px;
}

.content blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  background: var(--accent-soft);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
}

.content blockquote h2,
.content blockquote h3 {
  margin: 0;
}

.content img {
  box-shadow: 0 12px 34px rgba(15, 48, 61, 0.09);
}

.side-panel {
  gap: 18px;
}

.side-section {
  padding: 20px;
}

.contact-box {
  background: #0f3442;
  color: #fff;
  border-color: #0f3442;
}

.contact-box h2,
.contact-box p,
.contact-box a {
  color: #fff;
}

.quick-links a {
  background: #f1faf6;
  border: 1px solid #d7eee5;
}

.quick-links a:hover {
  background: var(--accent-soft);
  border-color: #a8e7d1;
}

.media-row img {
  background: #fff;
}

.site-footer {
  background: linear-gradient(135deg, #0f3442 0%, #09232e 100%);
  color: #d8edf2;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 44px 0 32px;
}

.footer-brand p,
.footer-section span {
  margin: 0;
  color: #c8dfe6;
}

.footer-logo {
  display: block;
  width: 210px;
  height: auto;
  margin: 0 0 16px;
}

.footer-domain {
  margin-top: 16px !important;
  color: #ffffff !important;
  font-weight: 800;
  letter-spacing: 0;
}

.footer-section h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
}

.footer-section a,
.footer-section span {
  display: block;
  margin: 0 0 9px;
  font-size: 14px;
  line-height: 1.45;
}

.footer-section a,
.site-footer a {
  color: #eefcff;
  text-decoration: none;
}

.footer-section a:hover {
  color: var(--accent);
}

.footer-contact a:first-of-type {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.footer-bottom {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #aecdd8;
  font-size: 13px;
}

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

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

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

  .hero-panel,
  .hero-points {
    grid-template-columns: 1fr;
  }

  .service-card-grid {
    grid-template-columns: 1fr;
  }

  .home-intro,
  .home-two-column,
  .home-quality {
    grid-template-columns: 1fr;
  }

  .home-highlight-grid,
  .home-process ol,
  .scope-grid,
  .trust-grid,
  .trust-stats,
  .home-fields,
  .network-service {
    grid-template-columns: 1fr;
  }

  .home-quality img {
    max-width: 220px;
  }

  .checklist-grid,
  .related-service-grid {
    grid-template-columns: 1fr;
  }

  .sitemap-service-list {
    columns: 1;
  }

  .hero-panel img {
    grid-row: auto;
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 640px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 36px 0 26px;
  }

  .footer-logo {
    width: 190px;
  }

  .footer-bottom {
    display: block;
  }

  .footer-bottom span {
    display: block;
    margin-bottom: 6px;
  }
}

@media (max-width: 640px) {
  .topbar-inner {
    min-height: 0;
  }

  .header-inner {
    padding: 14px 0 18px;
  }

  .brand-logo {
    width: 260px;
  }

  .brand-mark {
    font-size: 21px;
  }

  .site-nav a {
    border-radius: 8px;
  }

  .hero-inner,
  .hero-copy,
  .hero-panel {
    max-width: 100%;
  }

  .service-layout .content {
    padding: 24px;
  }

  .hero-inner {
    width: min(1160px, calc(100% - 32px));
    padding: 44px 0 38px;
  }

  .topbar-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 4px 12px;
  }

  .topbar-contact a {
    font-size: 13px;
  }

  .topbar-contact a:first-child {
    grid-column: 1 / -1;
  }

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

  .hero p {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 340px);
    gap: 10px;
  }

  .button {
    width: 100%;
  }

  .service-strip-inner {
    padding: 16px 0;
  }

  .service-strip section {
    min-height: 0;
  }

  .content {
    padding: 22px;
  }

  .content h1 {
    font-size: 24px;
  }
}
