:root {
  --font-main: "Google Sans Thai", "Noto Sans Thai", sans-serif;
  --ink: #063467;
  --navy: #003c78;
  --navy-dark: #002f60;
  --orange: #c43a00;
  --orange-dark: #982c00;
  --sky: #eaf6ff;
  --soft-blue: #f4fbff;
  --line: #c7dff3;
  --muted: #526b86;
  --green: #19a53a;
  --paper: #ffffff;
  --shadow: 0 8px 20px rgba(0, 60, 120, 0.14);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--sky);
  font-family: var(--font-main);
  font-size: 18px;
  line-height: 1.65;
}
a { color: var(--navy); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }
.wrap { width: min(1440px, calc(100% - 48px)); margin: 0 auto; }
.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 50;
  background: var(--navy);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
}
.skip-link:focus { top: 12px; }
.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;
}
.svg-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.flag-icon {
  width: 34px;
  height: 24px;
  display: block;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 52, 102, 0.12);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 45, 100, 0.1);
}
.masthead {
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  color: var(--navy);
  min-width: 240px;
}
.brand-logo-frame {
  position: relative;
  display: block;
  width: 240px;
  height: 103px;
  overflow: hidden;
}
.brand-logo-frame img {
  position: absolute;
  top: -40px;
  left: -15px;
  display: block;
  width: 272px;
  max-width: none;
  height: auto;
}
.contact-badges {
  display: grid;
  grid-template-columns: 220px 320px;
  gap: 24px;
  align-items: center;
  justify-content: end;
  flex: 1;
}
.contact-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #101828;
  min-width: 0;
}
.contact-badge .svg-icon {
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  padding: 9px;
  stroke-width: 2.4;
}
.contact-badge.green .svg-icon { background: var(--green); }
.contact-channel-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 10px;
}
.contact-badge b {
  color: var(--orange);
  display: block;
  font-size: 18px;
  line-height: 1.15;
}
.contact-badge.green b { color: var(--green); }
.contact-badge strong {
  display: block;
  font-size: 20px;
  line-height: 1.25;
  color: var(--navy);
  overflow-wrap: anywhere;
}
.contact-badge em {
  display: block;
  color: #111;
  font-style: normal;
  font-size: 18px;
}
.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  font: inherit;
}
.nav-toggle span {
  display: block;
  height: 3px;
  background: var(--navy);
  margin: 6px 0;
}
.nav-band {
  background: linear-gradient(180deg, #064b91, #00366d);
}
.nav-inner {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.site-nav {
  display: flex;
  align-items: stretch;
  min-height: 56px;
}
.site-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  padding: 0 22px;
  font-size: 18px;
  font-weight: 700;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: var(--orange);
  text-decoration: none;
}
.site-nav a .svg-icon { width: 28px; height: 28px; }
.mega-menu {
  display: flex;
}
.mega-menu summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  color: #fff;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}
.mega-menu summary::-webkit-details-marker {
  display: none;
}
.mega-menu summary .svg-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.18s ease;
}
.mega-menu[open] summary,
.mega-menu.is-current summary,
.mega-menu summary:hover {
  background: var(--orange);
}
.mega-menu[open] summary .svg-icon {
  transform: rotate(90deg);
}
.mega-panel {
  position: absolute;
  top: 56px;
  left: 50%;
  z-index: 30;
  width: min(880px, calc(100vw - 48px));
  padding: 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #d6e5ef;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 18px 44px rgba(0, 52, 102, 0.18);
  transform: translateX(-50%);
}
.mega-panel::before {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: #fff;
  border-left: 1px solid #d6e5ef;
  border-top: 1px solid #d6e5ef;
  transform: rotate(45deg);
}
.mega-panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d6e5ef;
}
.mega-panel-head strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
  font-weight: 900;
}
.mega-panel-head p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}
.site-nav .mega-panel-head a {
  flex: 0 0 auto;
  color: var(--navy);
  background: #edf5ff;
  border: 1px solid #cfe0ec;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 900;
}
.mega-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.mega-grid--featured {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.site-nav .mega-service-card {
  min-height: 126px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 20px;
  gap: 12px;
  align-items: start;
  color: var(--ink);
  background: #f7fbfd;
  border: 1px solid #d6e5ef;
  border-radius: 8px;
  padding: 14px;
  text-decoration: none;
}
.site-nav .mega-service-card:hover,
.site-nav .mega-service-card[aria-current="page"] {
  color: var(--ink);
  background: #edf7ff;
  border-color: #b9d7eb;
  text-decoration: none;
}
.mega-service-card > .svg-icon {
  align-self: center;
  color: var(--orange);
  width: 20px;
  height: 20px;
}
.mega-card {
  min-width: 0;
  padding: 14px;
  background: #f7fbfd;
  border: 1px solid #d6e5ef;
  border-radius: 8px;
}
.site-nav .mega-card-main {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  text-decoration: none;
}
.site-nav .mega-card-main:hover {
  background: transparent;
}
.mega-card-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: #eaf5fb;
  border: 1px solid #cfe0ec;
  border-radius: 8px;
}
.mega-card-icon .svg-icon {
  width: 24px;
  height: 24px;
}
.mega-card-main strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.35;
}
.mega-card-main small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.mega-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
.site-nav .mega-card-links a {
  color: #34506e;
  background: #fff;
  border: 1px solid #dbe8f1;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 800;
}
.site-nav .mega-card-links a:hover,
.site-nav .mega-card-links a[aria-current="page"] {
  color: #fff;
  background: var(--navy);
  text-decoration: none;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-actions a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--orange);
  border-radius: 6px;
}
.nav-actions .svg-icon {
  width: 22px;
  height: 22px;
}

.hero {
  background:
    radial-gradient(circle at 12% 30%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 34%),
    linear-gradient(90deg, #dff3ff, #ffffff 42%, #e7f6ff);
  min-height: 380px;
  overflow: hidden;
}
.home-art-hero {
  padding: 18px 0 22px;
  background: linear-gradient(180deg, #edf8ff, #e5f4fd);
  overflow: hidden;
}
.title-deed-art-hero {
  background: #eaf6ff;
  overflow: hidden;
}
.home-art-frame {
  max-width: 1240px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #cfe0ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(0, 52, 102, 0.12);
}
.title-deed-art-frame {
  padding: 0;
}
.home-art-frame img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}
.title-deed-art-frame img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}
.home-mobile-hero,
.title-deed-mobile-hero {
  display: none;
}
.hero-compact { min-height: 320px; }
.hero-grid {
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  gap: 28px;
  padding: 38px 0 34px;
}
.hero-visual {
  min-height: 330px;
  display: grid;
  place-items: center;
  position: relative;
}
.hero-visual img {
  width: min(100%, 510px);
  max-height: 330px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 16px 28px rgba(0, 61, 124, 0.18);
  transform: rotate(-4deg);
}
.hero-copy h1,
.hero-main-title {
  display: block;
  margin: 0 0 6px;
  color: var(--navy);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.12;
  font-weight: 900;
}
.hero-copy h1::first-letter,
.hero-main-title::first-letter { color: var(--navy); }
.hero-subtitle {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 26px;
  font-weight: 800;
}
.hero-subtitle::first-letter { color: var(--orange); }
.hero-checks {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}
.hero-checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #113d6f;
  font-size: 20px;
  font-weight: 600;
}
.hero-checks .svg-icon {
  color: var(--navy);
  background: #fff;
  border-radius: 999px;
  padding: 3px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 0;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 7px 14px rgba(196, 58, 0, 0.22);
}
.button:hover { text-decoration: none; }
.button .svg-icon { width: 25px; height: 25px; }
.button-primary {
  color: #fff;
  background: linear-gradient(180deg, #c84608, var(--orange-dark));
}
.button-secondary {
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.button-outline-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: none;
}
.button-outline-light:hover {
  background: rgba(255, 255, 255, 0.14);
}

.service-solid-hero {
  padding: 70px 0 72px;
  color: #fff;
  background: #173f96;
  border-bottom: 5px solid var(--orange);
}
.service-solid-inner {
  display: grid;
  justify-items: center;
  text-align: center;
}
.service-solid-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 20px;
  color: #dbeafe;
  font-size: 17px;
  font-weight: 900;
}
.service-solid-kicker .svg-icon {
  width: 19px;
  height: 19px;
}
.service-solid-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.14;
  font-weight: 900;
}
.service-solid-subtitle {
  max-width: 900px;
  margin: 22px 0 0;
  color: #e8f1ff;
  font-size: 21px;
  line-height: 1.75;
  font-weight: 700;
}
.service-solid-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.service-solid-pills li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
}
.service-solid-pills .svg-icon {
  width: 18px;
  height: 18px;
  color: #bde0ff;
}
.service-solid-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 18px;
}
.breadcrumbs a {
  color: var(--navy);
  font-weight: 800;
}
.breadcrumbs span:last-child {
  overflow-wrap: anywhere;
}

.section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin: 0 0 16px;
  color: var(--navy);
  text-align: center;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
}
.section-title span {
  height: 1px;
  background: #aacdea;
}
.doc-panel,
.home-grid,
.service-showcase,
.testimonial-panel,
.trusted-panel {
  margin-top: 22px;
}
.doc-panel,
.info-card,
.service-showcase,
.testimonial-panel,
.trusted-panel,
.article-panel,
.contact-panel,
.service-panel,
.image-panel {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.doc-panel {
  display: none;
  padding: 18px 16px;
  margin-top: -18px;
  position: relative;
  z-index: 2;
}
.document-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
}
.doc-card {
  display: grid;
  place-items: center;
  gap: 9px;
  min-height: 126px;
  padding: 15px 10px;
  color: var(--navy);
  background: #fff;
  border: 1px solid #d7e8f8;
  border-radius: var(--radius);
  box-shadow: 0 5px 12px rgba(0, 60, 120, 0.09);
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}
.doc-card:hover {
  text-decoration: none;
  border-color: var(--orange);
}
.doc-icon {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 2.15fr);
  gap: 18px;
}
.info-card {
  padding: 18px 18px 20px;
  min-width: 0;
}
.home-grid > *,
.steps > *,
.service-grid > *,
.testimonial-grid > *,
.trusted-grid > * {
  min-width: 0;
}
.info-card h2 {
  margin: 0 0 12px;
  color: var(--navy);
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 900;
}
.reason-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 13px 0;
  min-width: 0;
}
.reason-item .svg-icon {
  width: 34px;
  height: 34px;
  color: var(--navy);
}
.reason-item strong,
.reason-item em {
  display: block;
  font-style: normal;
  overflow-wrap: anywhere;
}
.reason-item strong { font-size: 19px; font-weight: 900; }
.reason-item em { font-size: 18px; color: var(--muted); line-height: 1.35; }
.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
.step-item {
  text-align: center;
  position: relative;
}
.step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 42px;
  right: -22px;
  width: 28px;
  height: 2px;
  background: var(--navy);
}
.step-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(180deg, #2486da, #0757a3);
  border-radius: 999px;
}
.step-icon .svg-icon { width: 42px; height: 42px; }
.step-item b {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: var(--navy);
  border-radius: 999px;
  font-size: 18px;
  line-height: 1;
}
.step-item strong {
  display: block;
  margin-top: 7px;
  font-size: 19px;
  color: var(--navy);
}
.step-item p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.4;
}
.contact-card {
  border-top: 8px solid var(--navy);
  text-align: left;
}
.contact-card p { margin: 8px 0; }
.contact-card a {
  display: flex;
  gap: 9px;
  align-items: center;
  font-weight: 800;
  min-width: 0;
  overflow-wrap: anywhere;
}
.contact-card .svg-icon {
  width: 26px;
  height: 26px;
  color: var(--orange);
}
.contact-card span {
  color: var(--muted);
  font-size: 18px;
}
.contact-card img {
  display: block;
  width: 138px;
  margin: 12px auto 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.contact-card > span {
  display: block;
  text-align: center;
}

.service-showcase,
.testimonial-panel,
.trusted-panel {
  padding: 18px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.service-card {
  text-align: center;
  border-right: 1px solid var(--line);
  padding: 0 10px;
}
.service-card:last-child { border-right: 0; }
.service-card img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  border-radius: 7px;
  box-shadow: 0 5px 12px rgba(0, 60, 120, 0.1);
}
.service-card h3 {
  margin: 10px 0 4px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.3;
}
.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.testimonial-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border: 1px solid #d8e8f7;
  border-radius: var(--radius);
  padding: 14px;
  background: #fff;
}
.avatar {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border-radius: 999px;
}
.avatar .svg-icon { width: 34px; height: 34px; }
.stars {
  display: flex;
  gap: 2px;
  color: #f5a400;
}
.stars .svg-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.testimonial-card p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}
.trusted-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}
.trusted-logo {
  min-height: 124px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 16px;
  background: #fff;
  border-right: 1px solid var(--line);
}
.trusted-logo:last-child { border-right: 0; }
.trusted-logo img {
  display: block;
  width: auto;
  max-width: 88%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}
.trusted-logo--wide img { width: min(100%, 158px); }
.trusted-logo--seal img {
  width: 70px;
  max-height: 70px;
}
.trusted-logo--bls img {
  width: 104px;
  max-height: 68px;
}

.page-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  padding: 34px 0 64px;
  align-items: start;
}
.home-content {
  grid-template-columns: 1fr;
  padding-top: 28px;
}
.home-content .side-panel { display: none; }
.article-panel {
  min-width: 0;
  padding: 24px;
}
.article-panel > h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.35;
}
.section-kicker {
  margin: 0 0 8px;
  color: var(--orange);
  font-weight: 900;
}
.article-content {
  font-size: 18px;
  overflow-wrap: anywhere;
}
.article-content * {
  max-width: 100%;
  overflow-wrap: anywhere;
}
.article-content h2,
.article-content h3 {
  margin: 28px 0 12px;
  color: var(--navy);
  line-height: 1.35;
}
.article-content h2 { font-size: 28px; }
.article-content h3 { font-size: 24px; }
.article-content p,
.article-content ul,
.article-content ol { margin-top: 0; }
.article-content ul,
.article-content ol { padding-left: 28px; }
.article-content li { margin: 6px 0; }
.article-content blockquote {
  margin: 24px 0;
  padding: 16px 18px;
  border-left: 5px solid var(--orange);
  background: #fff7ef;
}
.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  overflow-wrap: anywhere;
  display: block;
  overflow-x: auto;
}
.article-content td,
.article-content th {
  border: 1px solid var(--line);
  padding: 12px;
  vertical-align: top;
}
.article-content tr:nth-child(even) td { background: #f7fbff; }
.article-content img {
  border-radius: var(--radius);
  box-shadow: 0 8px 18px rgba(0, 60, 120, 0.13);
}
.team-section {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 190px;
}
.team-intro {
  max-width: 940px;
}
.team-intro h2 {
  margin: 4px 0 10px;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.3;
}
.team-intro > p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.team-group {
  margin-top: 34px;
}
.team-group-title {
  margin: 0 0 18px;
  padding-left: 14px;
  color: var(--navy);
  border-left: 4px solid var(--orange);
  font-size: 24px;
  line-height: 1.3;
}
.team-grid {
  display: grid;
  gap: 24px;
}
.team-founder-grid,
.team-editor-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.team-translator-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.team-person {
  min-width: 0;
  padding-top: 12px;
  border-top: 3px solid #b9d4e8;
}
.team-photo {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #edf5fa;
  border-radius: var(--radius);
}
.team-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}
.team-person-body {
  padding: 16px 2px 0;
}
.team-person h4 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.3;
}
.team-role {
  min-height: 42px;
  margin: 5px 0 8px;
  color: #d94e08;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}
.team-person-body > p:last-of-type {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}
.team-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.team-badges span {
  padding: 4px 9px;
  color: var(--navy);
  background: #eaf4fb;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
}
.home-story {
  padding: 30px;
  scroll-margin-top: 190px;
}
.home-story-title {
  margin-bottom: 24px;
}
.home-story-content {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 2.2fr);
  gap: 0 34px;
}
.home-story-content > * {
  grid-column: 1 / -1;
}
.home-story-content > :first-child {
  padding: 18px;
  background: #eff8fc;
  border: 1px solid #cfe5f3;
  border-radius: var(--radius);
  text-align: center;
}
.home-story-content > :first-child img {
  width: min(100%, 1120px);
  max-height: none;
  object-fit: contain;
  box-shadow: none;
}
.home-story-content > :nth-child(2) {
  display: grid;
  grid-template-columns: minmax(260px, auto) minmax(0, 1fr);
  gap: 10px 22px;
  align-items: center;
  margin: 18px 0;
  padding: 18px 22px;
  background: #f5f9fd;
  border-left: 5px solid var(--orange);
  border-radius: var(--radius);
}
.home-story-content > :nth-child(2) strong {
  color: var(--navy);
  font-size: 20px;
}
.home-story-content > :nth-child(2) em {
  color: var(--muted);
  font-style: normal;
}
.story-contact-link {
  color: var(--navy);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.home-story-content > :nth-child(3) {
  max-width: 1180px;
  margin: 0 auto;
  color: #34506e;
  line-height: 1.8;
}
.home-story-content > :nth-child(4) {
  margin: 24px 0;
  padding: 20px 24px;
  border-left: 0;
  border-top: 4px solid var(--orange);
  background: #f7fbff;
  text-align: center;
}
.home-story-content > :nth-child(4) h3 {
  margin: 0;
  font-size: 26px;
}
.home-story-content > :nth-child(5) {
  grid-column: 1;
  grid-row: 5 / span 2;
  align-self: stretch;
  margin: 0;
  padding: 22px;
  display: grid;
  place-items: center;
  background: #f3f9fd;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.home-story-content > :nth-child(5) img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: contain;
  box-shadow: none;
}
.home-story-content > :nth-child(6) {
  grid-column: 2;
  grid-row: 5;
  margin: 0 0 14px;
  align-self: end;
}
.home-story-content > :nth-child(7) {
  grid-column: 2;
  grid-row: 6;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.home-story-content > :nth-child(7) li {
  position: relative;
  margin: 0;
  padding: 12px 14px 12px 34px;
  background: #f5f9fd;
  border: 1px solid #dceaf5;
  border-radius: var(--radius);
}
.home-story-content > :nth-child(7) li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 15px;
  width: 9px;
  height: 9px;
  background: var(--navy);
  border-radius: 50%;
}
.home-story-content > :nth-child(8) {
  margin: 32px 0 14px;
  color: var(--navy);
  font-size: 26px;
  font-weight: 900;
}
.home-story-content > :nth-child(9) {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: home-reason;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.home-story-content > :nth-child(9) li {
  counter-increment: home-reason;
  position: relative;
  min-height: 82px;
  margin: 0;
  padding: 16px 18px 16px 58px;
  background: #fff;
  border: 1px solid #d7e7f3;
  border-radius: var(--radius);
}
.home-story-content > :nth-child(9) li::before {
  content: counter(home-reason);
  position: absolute;
  top: 16px;
  left: 16px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
}
.home-story-content > :nth-child(10) {
  margin: 32px 0 12px;
}
.home-story-content > :nth-child(11) {
  margin: 0 0 24px;
  padding: 18px 22px;
  color: #fff;
  background: var(--navy);
  border-radius: var(--radius);
  text-align: center;
}
.home-story-content > :nth-child(11) a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.home-story-content > :nth-child(12) {
  margin: 0 0 22px;
  display: block;
  overflow: visible;
  border: 0;
  border-left: 5px solid var(--navy);
  border-radius: var(--radius);
  background: #f3f8fc;
}
.home-story-content > :nth-child(12) tbody,
.home-story-content > :nth-child(12) tr,
.home-story-content > :nth-child(12) td {
  display: block;
  width: 100%;
}
.home-story-content > :nth-child(12) td {
  padding: 22px 24px;
  border: 0;
}
.home-story-content > :nth-child(12) h3 {
  margin-top: 0;
}
.home-story-content > :nth-child(12) ul {
  columns: 2;
  column-gap: 40px;
  margin-bottom: 0;
}
.home-story-content > :nth-child(12) li {
  break-inside: avoid;
  margin-bottom: 8px;
}
.home-story-content > :nth-child(13) {
  margin: 0;
  padding: 20px 22px;
  background: #fff7ef;
  border: 1px solid #ffd9bd;
  border-radius: var(--radius);
}
.home-story-content > .home-seo-copy {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-align: left;
}
.home-seo-copy {
  display: grid;
  gap: 18px;
}
.home-seo-copy section {
  background: #fff;
  border: 1px solid #d7e7f3;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.home-seo-copy h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.35;
}
.home-seo-copy p {
  margin: 0 0 12px;
  color: #34506e;
  line-height: 1.85;
}
.home-seo-copy p:last-child {
  margin-bottom: 0;
}
.home-seo-copy a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.home-seo-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.75fr);
  gap: 22px;
  padding: 26px;
  align-items: stretch;
}
.home-seo-note {
  display: grid;
  gap: 8px;
  padding: 20px;
  background: #f3f9fd;
  border: 1px solid #cfe5f3;
  border-radius: var(--radius);
}
.home-seo-note strong {
  color: var(--orange);
  font-size: 17px;
}
.home-seo-note span {
  color: var(--navy);
  font-weight: 700;
  line-height: 1.55;
}
.home-seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.home-seo-card {
  padding: 24px;
  background: #fff;
  border: 1px solid #d7e7f3;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.home-seo-card ul,
.home-seo-note ul {
  margin: 0;
  padding-left: 22px;
  color: #34506e;
  line-height: 1.75;
}
.home-seo-card li + li {
  margin-top: 8px;
}
.home-seo-process,
.home-seo-trust,
.home-seo-faq {
  padding: 24px;
}
.home-seo-process {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  background: #f6fbff !important;
}
.home-seo-process .button {
  white-space: nowrap;
}
.home-seo-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.home-seo-faq details {
  padding: 16px 18px;
  background: #f8fbfe;
  border: 1px solid #dceaf5;
  border-radius: var(--radius);
}
.home-seo-faq summary {
  color: var(--navy);
  font-weight: 900;
  cursor: pointer;
}
.home-seo-faq details p {
  margin-top: 10px;
  font-size: 17px;
}
.home-page-shell {
  padding-top: 0;
}
.home-page-shell .home-story {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.home-page-shell .home-story-content {
  display: block;
}
.home-page-shell .home-story-content > .home-seo-copy {
  display: block;
}
.home-facts-band {
  color: #fff;
  background: #063f76;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 4px solid var(--orange);
}
.home-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.home-facts > div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.home-facts > div:last-child {
  border-right: 0;
}
.home-facts .svg-icon {
  width: 30px;
  height: 30px;
  color: #fff;
}
.home-facts span {
  min-width: 0;
}
.home-facts strong,
.home-facts small {
  display: block;
}
.home-facts strong {
  font-size: 18px;
  line-height: 1.3;
}
.home-facts small {
  margin-top: 2px;
  color: #d9e9f7;
  font-size: 15px;
  line-height: 1.4;
}
.home-band {
  padding-top: 54px;
  padding-bottom: 54px;
}
.home-band-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}
.home-band-heading h2,
.home-process-copy > h2,
.home-expertise-copy > h2,
.home-final-cta h2 {
  margin: 0;
  color: var(--navy);
  font-size: 32px;
  line-height: 1.3;
}
.home-band-heading > p {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  text-align: right;
}
.home-text-link,
.home-inline-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--navy);
  font-weight: 900;
  text-decoration: none;
}
.home-text-link .svg-icon,
.home-inline-links .svg-icon {
  width: 18px;
  height: 18px;
}
.home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.home-service-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 22px;
  gap: 14px;
  align-items: center;
  min-width: 0;
  min-height: 124px;
  padding: 20px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #d5e5f1;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 52, 102, 0.07);
  text-decoration: none;
}
.home-service-item:hover {
  border-color: #8eb9d8;
  transform: translateY(-2px);
}
.home-service-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: #eaf5fb;
  border-radius: 8px;
}
.home-service-icon .svg-icon {
  width: 30px;
  height: 30px;
}
.home-service-item strong,
.home-service-item small {
  display: block;
}
.home-service-item strong {
  color: var(--navy);
  font-size: 19px;
  line-height: 1.35;
}
.home-service-item small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}
.home-service-item > .svg-icon {
  width: 20px;
  height: 20px;
  color: var(--orange);
}
.home-process-band {
  padding: 58px 0;
  background: #eef7fb;
  border-top: 1px solid #d6e7f2;
  border-bottom: 1px solid #d6e7f2;
}
.home-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 44px;
  align-items: center;
}
.home-process-list {
  display: grid;
  gap: 4px;
  margin-top: 24px;
}
.home-process-list article {
  display: grid;
  grid-template-columns: 30px 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid #cfe0ec;
}
.home-process-list article:last-child {
  border-bottom: 0;
}
.home-process-number {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 900;
}
.home-process-list article > .svg-icon {
  width: 28px;
  height: 28px;
  color: var(--orange);
}
.home-process-list h3 {
  margin: 0 0 3px;
  color: var(--navy);
  font-size: 19px;
}
.home-process-list p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}
.home-process-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.home-visual-slot {
  margin: 0;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
}
.home-visual-slot--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}
.home-visual-slot--placeholder {
  display: grid;
  place-items: center;
  color: var(--navy);
  border: 2px dashed #9dbed4;
}
.home-visual-slot--placeholder > div {
  display: grid;
  justify-items: center;
  gap: 8px;
  max-width: 360px;
  padding: 28px;
  text-align: center;
}
.home-visual-slot--placeholder .svg-icon {
  width: 46px;
  height: 46px;
  color: var(--orange);
}
.home-visual-slot--placeholder strong {
  font-size: 21px;
}
.home-visual-slot--placeholder span,
.home-visual-slot--placeholder small {
  color: var(--muted);
}
.home-visual-slot--placeholder small {
  font-family: Consolas, monospace;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.service-visual-slot {
  margin: 0;
  width: 100%;
  aspect-ratio: 20 / 9;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
}
.service-visual-slot--image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.service-visual-slot--placeholder {
  display: grid;
  place-items: center;
  color: var(--navy);
  background:
    linear-gradient(135deg, rgba(0, 60, 120, 0.08), rgba(255, 255, 255, 0.92)),
    #f8fcff;
  border: 2px dashed #9dbed4;
  box-shadow: 0 10px 26px rgba(0, 52, 102, 0.07);
}
.service-visual-slot--placeholder > div {
  display: grid;
  justify-items: center;
  gap: 8px;
  max-width: 480px;
  padding: 30px;
  text-align: center;
}
.service-visual-slot--placeholder .svg-icon {
  width: 46px;
  height: 46px;
  color: var(--orange);
}
.service-visual-slot--placeholder strong {
  font-size: 22px;
}
.service-visual-slot--placeholder span,
.service-visual-slot--placeholder small {
  color: var(--muted);
}
.service-visual-slot--placeholder small {
  font-family: Consolas, monospace;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.home-destination-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cfe0ec;
  border-bottom: 1px solid #cfe0ec;
}
.home-destination-grid a {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 20px;
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 16px 22px;
  color: var(--navy);
  border-right: 1px solid #cfe0ec;
  text-decoration: none;
}
.home-destination-grid a:last-child {
  border-right: 0;
}
.home-destination-grid .home-flag {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #cfe0ec;
  border-radius: 50%;
  box-shadow: 0 8px 16px rgba(0, 52, 102, 0.08);
}
.home-destination-grid .home-flag .flag-icon {
  width: 34px;
  height: 24px;
}
.home-destination-grid strong {
  font-size: 18px;
}
.home-destination-grid .svg-icon {
  width: 18px;
  height: 18px;
  color: var(--orange);
}
.home-seo-copy > section {
  padding: 54px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #d5e5f1;
  border-radius: 0;
  box-shadow: none;
}
.home-expertise-band {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
  gap: 46px;
  align-items: center;
}
.home-expertise-band .home-visual-slot--image {
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #d6e5ef;
  box-shadow: 0 10px 28px rgba(0, 52, 102, 0.08);
}
.home-expertise-band .home-visual-slot--image img {
  object-fit: contain;
  padding: 28px;
}
.home-expertise-copy > p {
  color: #34506e;
  line-height: 1.8;
}
.home-check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0 !important;
  list-style: none;
}
.home-check-list li {
  display: flex;
  gap: 10px;
  margin: 0;
  color: var(--ink);
}
.home-check-list .svg-icon {
  width: 22px;
  height: 22px;
  color: #078349;
}
.home-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
}
.home-editorial-band {
  margin: 0 auto;
  padding: 50px 0;
  border-top: 1px solid #cfe0ec;
  border-bottom: 1px solid #cfe0ec;
}
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.editorial-grid article {
  min-width: 0;
  padding: 22px;
  background: #fff;
  border: 1px solid #d7e7f3;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.editorial-grid .svg-icon {
  width: 34px;
  height: 34px;
  color: var(--orange);
}
.editorial-grid h3 {
  margin: 12px 0 8px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.35;
}
.editorial-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.home-intent-band {
  padding: 50px 0;
}
.home-intent-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.home-intent-grid article {
  min-width: 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #d7e7f3;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.home-intent-grid article > .svg-icon {
  width: 32px;
  height: 32px;
  color: var(--navy);
}
.home-intent-grid h3 {
  margin: 12px 0 8px;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.35;
}
.home-intent-grid p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}
.home-intent-grid a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 4px 10px 4px 0;
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}
.home-intent-grid a .svg-icon {
  width: 15px;
  height: 15px;
  color: var(--orange);
}
.home-related-network {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid #d7e7f3;
  border-left: 5px solid var(--orange);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.home-related-network h2 {
  margin: 0;
  color: var(--navy);
  font-size: 26px;
  line-height: 1.35;
}
.home-related-network p:not(.section-kicker) {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.75;
}
.home-related-network a {
  color: var(--navy);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.home-guide-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
}
.home-guide-columns nav {
  min-width: 0;
}
.home-guide-columns h3 {
  margin: 0 0 10px;
  padding-bottom: 12px;
  color: var(--navy);
  border-bottom: 3px solid var(--orange);
  font-size: 21px;
}
.home-guide-columns nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  color: var(--navy);
  border-bottom: 1px solid #dbe8f1;
  font-weight: 700;
  text-decoration: none;
}
.home-guide-columns nav a .svg-icon {
  width: 17px;
  height: 17px;
  color: var(--orange);
}
.services-index-shell {
  grid-template-columns: 1fr;
}
.services-index-article {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.services-index-article > .section-kicker,
.services-index-article > h2 {
  max-width: 980px;
}
.services-index-content {
  display: grid;
  gap: 28px;
}
.services-intro-panel,
.services-featured-panel,
.services-directory-panel,
.services-note-panel {
  background: #fff;
  border: 1px solid #d7e7f3;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.services-intro-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
}
.services-intro-panel h2,
.services-note-panel h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.35;
}
.services-intro-panel p:not(.section-kicker),
.services-note-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}
.services-featured-panel,
.services-directory-panel {
  padding: 28px;
}
.services-guide-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.services-note-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px 28px;
  border-left: 5px solid var(--orange);
}
.services-note-panel > div:first-child {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px 16px;
  align-items: start;
}
.services-note-panel > div:first-child > .svg-icon {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  color: var(--navy);
  background: #edf7ff;
  border: 1px solid #d6e5ef;
  border-radius: 8px;
  padding: 8px;
}
.services-note-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.service-copy-section {
  display: grid;
  gap: 18px;
}
.service-copy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.service-copy-grid article {
  min-width: 0;
  padding: 22px;
  background: #fff;
  border: 1px solid #d7e7f3;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.service-copy-grid .svg-icon {
  width: 30px;
  height: 30px;
  color: var(--orange);
}
.service-copy-grid h4 {
  margin: 12px 0 8px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.35;
}
.service-copy-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}
.home-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.home-testimonial-grid blockquote {
  margin: 0;
  min-height: 190px;
  padding: 22px;
  background: #f7fbfd;
  border: 1px solid #d6e5ef;
  border-left: 4px solid var(--orange);
  border-radius: 8px;
}
.home-testimonial-grid .svg-icon {
  width: 24px;
  height: 24px;
  color: #f0a400;
  fill: #f0a400;
}
.home-testimonial-grid p {
  margin: 14px 0;
  color: #34506e;
  line-height: 1.7;
}
.home-testimonial-grid footer {
  color: var(--navy);
  font-weight: 900;
}
.home-google-review-band {
  display: grid;
  gap: 18px;
}
.google-review-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 24px;
  background: #f7fbfd;
  border: 1px solid #d6e5ef;
  border-radius: 8px;
}
.google-review-score {
  display: flex;
  align-items: center;
  gap: 14px;
}
.google-review-score > .svg-icon {
  width: 48px;
  height: 48px;
  color: #f0a400;
  fill: #f0a400;
}
.google-review-score strong {
  display: block;
  color: var(--navy);
  font-size: 32px;
  line-height: 1.1;
}
.google-review-score span {
  color: var(--muted);
  font-weight: 800;
}
.google-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.google-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.google-review-card {
  margin: 0;
  min-height: 220px;
  padding: 22px;
  background: #fff;
  border: 1px solid #d6e5ef;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 52, 102, 0.07);
}
.google-review-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.google-review-card-head strong {
  color: var(--navy);
  font-size: 18px;
}
.google-review-card-head span {
  color: var(--muted);
  font-size: 14px;
  white-space: nowrap;
}
.google-review-stars {
  display: flex;
  gap: 3px;
  margin: 10px 0;
  color: #f0a400;
}
.google-review-stars .svg-icon {
  width: 18px;
  height: 18px;
}
.google-review-stars .is-filled {
  fill: currentColor;
}
.google-review-card p {
  margin: 0 0 12px;
  color: #34506e;
  line-height: 1.7;
}
.google-review-card a {
  color: var(--navy);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.google-review-empty {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  color: #34506e;
  background: #fff;
  border: 1px dashed #9dbed4;
  border-radius: 8px;
}
.google-review-empty .svg-icon {
  width: 32px;
  height: 32px;
  color: var(--green);
}
.google-review-empty p {
  margin: 0;
}
.home-organization-logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  border: 1px solid #d6e5ef;
  border-radius: 8px;
  overflow: hidden;
}
.home-organization-logos img {
  width: 100%;
  height: 96px;
  padding: 18px;
  object-fit: contain;
  border-right: 1px solid #d6e5ef;
  border-radius: 0;
  box-shadow: none;
}
.home-organization-logos img:last-child {
  border-right: 0;
}
.home-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.home-faq-grid details {
  padding: 0 18px;
  background: #f7fbfd;
  border: 1px solid #d6e5ef;
  border-radius: 8px;
}
.home-faq-grid summary {
  padding: 16px 0;
  color: var(--navy);
  font-weight: 900;
  cursor: pointer;
}
.home-faq-grid details p {
  margin: 0;
  padding: 0 0 18px;
  color: var(--muted);
  line-height: 1.7;
}
.home-seo-copy > .home-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 4px 0 58px;
  padding: 30px 34px;
  color: #fff;
  background: var(--navy);
  border: 0;
  border-radius: 8px;
}
.home-final-cta .section-kicker {
  color: #ffb06e;
}
.home-final-cta h2 {
  color: #fff;
}
.home-final-cta p {
  max-width: 760px;
  margin: 8px 0 0;
  color: #d9e9f7;
}
.home-final-cta > div:last-child {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}
.home-final-cta .button-secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.price-service {
  display: grid;
  gap: 20px;
}
.price-lead,
.price-note-panel,
.price-includes,
.price-estimate,
.price-faq {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
}
.price-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.42fr);
  gap: 20px;
  padding: 26px;
  align-items: stretch;
  background: linear-gradient(135deg, #ffffff 0%, #f3f9fd 100%);
}
.price-lead h3,
.price-note-panel h3,
.price-estimate h3,
.price-faq h3,
.price-includes h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.35;
}
.price-lead p,
.price-note-panel p,
.price-estimate p {
  margin: 0;
  color: #34506e;
  line-height: 1.8;
}
.price-summary-card {
  display: grid;
  gap: 12px;
  align-content: center;
  padding: 20px;
  color: #fff;
  background: linear-gradient(180deg, #064b91, #00366d);
  border-radius: var(--radius);
}
.price-summary-card strong {
  font-size: 24px;
  font-weight: 900;
}
.price-summary-card span {
  line-height: 1.6;
}
.price-summary-card .button {
  width: 100%;
}
.price-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.price-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  min-height: 300px;
  padding: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d7e7f3;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--orange), #f6b43e);
}
.price-card-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: #edf7fd;
  border: 1px solid #cfe5f3;
  border-radius: 14px;
}
.price-card-icon .svg-icon {
  width: 32px;
  height: 32px;
}
.price-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.35;
}
.price-card p {
  margin: 0;
  color: #49627b;
  line-height: 1.68;
}
.price-amount {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid #e3edf5;
}
.price-amount strong {
  color: var(--orange);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}
.price-amount span {
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
}
.price-note-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  padding: 24px;
  align-items: center;
  border-left: 5px solid var(--orange);
}
.price-note-actions {
  display: grid;
  gap: 10px;
  min-width: 230px;
}
.price-note-actions .button {
  justify-content: center;
}
.price-includes,
.price-faq {
  padding: 24px;
}
.price-include-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.price-include-card {
  padding: 18px;
  background: #f8fbfe;
  border: 1px solid #dceaf5;
  border-radius: var(--radius);
}
.price-include-card .svg-icon {
  width: 34px;
  height: 34px;
  color: var(--navy);
}
.price-include-card h4 {
  margin: 10px 0 6px;
  color: var(--navy);
  font-size: 19px;
}
.price-include-card p {
  margin: 0;
  color: #49627b;
  font-size: 16px;
  line-height: 1.6;
}
.price-estimate {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 24px;
  padding: 24px;
  background: #f6fbff;
}
.price-estimate ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.price-estimate li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 13px 14px;
  color: var(--navy);
  background: #fff;
  border: 1px solid #d7e7f3;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.5;
}
.price-estimate li .svg-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex: 0 0 auto;
  color: var(--orange);
}
.price-cta {
  margin-top: 0;
}
.featured-figure { margin: 0 0 22px; }
.featured-figure img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  background: #f7fbff;
  border: 1px solid var(--line);
}
.title-deed-article {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.title-deed-article > .section-kicker {
  margin-bottom: 6px;
}
.title-deed-article > h2 {
  margin-bottom: 20px;
  font-size: 32px;
}
.deed-service {
  display: grid;
  gap: 22px;
}
.deed-lead,
.deed-section,
.deed-note,
.deed-cta {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
}
.deed-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 26px;
  align-items: center;
  padding: 28px;
}
.deed-eyebrow {
  margin: 0 0 8px;
  color: var(--orange);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.deed-lead h3,
.deed-section h3,
.deed-note h3,
.deed-cta h3 {
  margin: 0 0 12px;
  color: var(--navy);
  line-height: 1.3;
}
.deed-lead h3 { font-size: 30px; }
.deed-lead p {
  margin: 0 0 12px;
  color: var(--ink);
}
.deed-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.deed-media {
  margin: 0;
}
.deed-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f6fbff;
  border: 1px solid #d7e7f3;
  border-radius: var(--radius);
  box-shadow: none;
}
.deed-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.deed-metric {
  min-width: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid #d8e8f7;
  border-radius: var(--radius);
}
.deed-metric .svg-icon {
  width: 34px;
  height: 34px;
  color: var(--orange);
}
.deed-metric strong {
  display: block;
  margin-top: 10px;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.3;
}
.deed-metric span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.45;
}
.deed-section {
  padding: 26px;
}
.deed-section-head {
  margin-bottom: 18px;
}
.deed-section-head p {
  margin: 0 0 4px;
  color: var(--orange);
  font-weight: 900;
}
.deed-section h3 {
  font-size: 27px;
}
.deed-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.deed-check-grid li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 14px 16px;
  background: #f8fcff;
  border: 1px solid #dcecf8;
  border-radius: var(--radius);
}
.deed-check-grid .svg-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: var(--navy);
}
.deed-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.deed-use {
  min-width: 0;
  padding: 18px;
  background: #f8fcff;
  border: 1px solid #dcecf8;
  border-radius: var(--radius);
}
.deed-use h4,
.deed-step h4 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.35;
}
.deed-use p,
.deed-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.deed-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.deed-step {
  min-width: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid #d8e8f7;
  border-radius: var(--radius);
}
.deed-step-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.deed-step-icon .svg-icon {
  width: 34px;
  height: 34px;
  color: var(--orange);
}
.deed-step-icon b {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: var(--navy);
  border-radius: 999px;
  font-size: 16px;
  line-height: 1;
}
.deed-note {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 22px;
  align-items: start;
  padding: 24px 26px;
  background: #fff7ef;
  border-color: #ffd9bd;
}
.deed-note p {
  margin: 0;
}
.deed-note ul {
  margin: 0;
  padding-left: 22px;
}
.deed-note li {
  margin: 5px 0;
}
.deed-faq {
  display: grid;
  gap: 10px;
}
.deed-faq details {
  background: #f8fcff;
  border: 1px solid #dcecf8;
  border-radius: var(--radius);
  padding: 0 16px;
}
.deed-faq summary {
  cursor: pointer;
  padding: 14px 0;
  color: var(--navy);
  font-weight: 900;
}
.deed-faq p {
  margin: 0;
  padding: 0 0 16px;
  color: var(--muted);
}
.seo-service-page {
  gap: 20px;
}
.seo-service-lead h3 {
  font-size: 28px;
}
.seo-guidance .text-link-arrow {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  color: var(--navy);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.preparation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.preparation-grid article {
  min-width: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid #dbe8f1;
  border-radius: var(--radius);
}
.preparation-grid .svg-icon {
  width: 28px;
  height: 28px;
  color: var(--green);
}
.preparation-grid h4 {
  margin: 10px 0 6px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.35;
}
.preparation-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}
.service-depth-section {
  padding: 24px;
  background: #f8fcff;
  border: 1px solid #d7e7f3;
  border-radius: var(--radius);
}
.service-depth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.service-depth-grid article {
  min-width: 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #dbe8f1;
  border-radius: var(--radius);
}
.service-depth-grid .svg-icon {
  width: 30px;
  height: 30px;
  color: var(--orange);
}
.service-depth-grid h4 {
  margin: 10px 0 8px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.35;
}
.service-depth-grid ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.65;
}
.service-depth-grid li + li {
  margin-top: 7px;
}
.service-outcome-section {
  padding: 24px;
  background: #fff;
  border: 1px solid #d7e7f3;
  border-radius: var(--radius);
}
.service-outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.service-outcome-grid article {
  min-width: 0;
  padding: 20px;
  background: #f8fcff;
  border: 1px solid #dbe8f1;
  border-radius: var(--radius);
}
.service-outcome-grid .svg-icon {
  width: 30px;
  height: 30px;
  color: var(--navy);
}
.service-outcome-grid h4 {
  margin: 10px 0 8px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.35;
}
.service-outcome-grid ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.65;
}
.service-outcome-grid li + li {
  margin-top: 7px;
}
.service-related-inline {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #dbe8f1;
  border-radius: var(--radius);
}
.service-related-inline strong {
  color: var(--navy);
}
.service-related-inline div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.service-related-inline a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}
.service-related-inline a .svg-icon {
  width: 15px;
  height: 15px;
  color: var(--orange);
}
.seo-service-info {
  padding: 22px;
  color: #34506e;
  background: #f6fbff;
  border: 1px solid #d7e7f3;
  border-radius: var(--radius);
}
.seo-service-info p {
  margin: 0;
  line-height: 1.75;
}
.seo-service-info p + p {
  margin-top: 10px;
}
.seo-service-info a {
  color: var(--navy);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.seo-review-note {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 20px 22px;
  background: #f4f9fd;
  border: 1px solid #d7e7f3;
  border-radius: var(--radius);
}
.seo-review-note .svg-icon {
  width: 38px;
  height: 38px;
  color: var(--navy);
}
.seo-review-note strong {
  display: block;
  color: var(--navy);
  font-size: 19px;
}
.seo-review-note p {
  margin: 4px 0 6px;
  color: var(--muted);
  line-height: 1.65;
}
.seo-review-note a {
  color: var(--navy);
  font-weight: 800;
}
.deed-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #0757a3);
  border-color: rgba(255, 255, 255, 0.18);
}
.deed-cta h3,
.deed-cta p {
  color: #fff;
}
.deed-cta p {
  margin: 0;
}

.side-panel {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 190px;
}
.contact-panel,
.service-panel,
.image-panel {
  padding: 20px;
}
.contact-panel h2,
.service-panel h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.3;
}
.text-link {
  display: block;
  margin: 12px 0;
  overflow-wrap: anywhere;
}
.qr {
  width: 110px;
  height: 110px;
  border-radius: 7px;
  border: 1px solid var(--line);
}
.service-links {
  display: grid;
  gap: 8px;
}
.service-links a {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}
.service-links a:last-child { border-bottom: 0; }
.image-panel img {
  display: block;
  width: 100%;
  border-radius: var(--radius);
  margin-bottom: 10px;
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 24px;
  align-items: start;
}
.contact-qr {
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: #f8fcff;
}
.contact-qr img { width: 120px; box-shadow: none; }
.clean-list {
  list-style: none;
  padding: 0;
}
.sitemap-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.sitemap-list a {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  background: #fff;
  font-weight: 700;
}

.site-footer {
  background: var(--navy-dark);
  color: #fff;
}
.site-footer a { color: #fff; }
.footer-strip {
  background: linear-gradient(180deg, #064b91, #00366d);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-stats {
  min-height: 72px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
}
.footer-stats span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 700;
}
.footer-stats span:last-child { border-right: 0; }
.footer-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 18px 0;
  text-align: center;
}
.footer-grid p { margin: 0; font-size: 18px; }
.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow);
}
.to-top .svg-icon {
  transform: rotate(-90deg);
  width: 22px;
  height: 22px;
}

@media (max-width: 1180px) {
  .masthead {
    flex-wrap: wrap;
    padding: 16px 0;
  }
  .brand { min-width: 240px; }
  .contact-badges { grid-template-columns: repeat(2, minmax(180px, 1fr)); width: 100%; }
  .document-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .home-grid { grid-template-columns: 1fr; }
  .home-seo-lead,
  .home-seo-process {
    grid-template-columns: 1fr;
  }
  .home-seo-process .button {
    justify-self: start;
  }
  .home-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .editorial-grid,
  .home-intent-grid,
  .preparation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-process-layout {
    gap: 30px;
  }
  .price-lead,
  .price-note-panel,
  .price-estimate {
    grid-template-columns: 1fr;
  }
  .price-note-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }
  .price-include-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .price-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trusted-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trusted-logo:nth-child(3n) { border-right: 0; }
  .trusted-logo:nth-child(-n + 3) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .site-header {
    position: static;
  }
  .home-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-facts > div:nth-child(2) {
    border-right: 0;
  }
  .home-facts > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .home-process-layout,
  .home-expertise-band {
    grid-template-columns: 1fr;
  }
  .home-process-layout {
    gap: 28px;
  }
  .home-expertise-band .home-visual-slot {
    max-width: 680px;
  }
  .home-destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-destination-grid a:nth-child(2) {
    border-right: 0;
  }
  .home-destination-grid a:nth-child(-n + 2) {
    border-bottom: 1px solid #cfe0ec;
  }
  .home-testimonial-grid {
    grid-template-columns: 1fr;
  }
  .home-testimonial-grid blockquote {
    min-height: 0;
  }
  .home-organization-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-organization-logos img:nth-child(3) {
    border-right: 0;
  }
  .home-organization-logos img:nth-child(-n + 3) {
    border-bottom: 1px solid #d6e5ef;
  }
  .home-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .wrap { width: min(1200px, calc(100% - 32px)); }
  .masthead {
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 14px 0;
  }
  .brand {
    min-width: 0;
    grid-column: 1;
    grid-row: 1;
  }
  .brand-logo-frame {
    width: 130px;
    height: 56px;
  }
  .brand-logo-frame img {
    top: -21px;
    left: -8px;
    width: 147px;
  }
  .contact-badges {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 8px;
  }
  .contact-badge {
    align-items: flex-start;
    min-width: 0;
  }
  .contact-badge strong {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .nav-toggle {
    display: block;
    margin-left: auto;
    grid-column: 2;
    grid-row: 1;
  }
  .nav-inner {
    display: block;
  }
  .site-nav {
    display: none;
    min-height: 0;
    padding: 8px 0;
  }
  .site-nav.is-open {
    display: grid;
    grid-template-columns: 1fr;
  }
  .site-nav a {
    min-height: 48px;
    padding: 10px 14px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .mega-menu {
    display: block;
    width: 100%;
  }
  .mega-menu summary {
    min-height: 48px;
    padding: 10px 14px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .mega-panel {
    position: static;
    width: 100%;
    padding: 16px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }
  .mega-panel::before {
    display: none;
  }
  .mega-panel-head {
    display: grid;
    gap: 12px;
  }
  .site-nav .mega-panel-head a {
    justify-self: start;
  }
  .mega-grid {
    grid-template-columns: 1fr;
  }
  .site-nav .mega-service-card {
    min-height: auto;
    padding: 12px;
    border-bottom: 1px solid #d6e5ef;
  }
  .services-intro-panel,
  .services-note-panel {
    grid-template-columns: 1fr;
  }
  .services-guide-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .services-note-actions {
    justify-content: flex-start;
  }
  .nav-actions { display: none; }
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 24px 0 28px;
  }
  .home-art-hero {
    display: none;
  }
  .title-deed-art-hero {
    display: none;
  }
  .home-mobile-hero {
    display: block;
  }
  .title-deed-mobile-hero {
    display: block;
  }
  .doc-panel {
    display: block;
  }
  .hero-visual {
    min-height: 230px;
    order: 2;
  }
  .hero-visual img {
    width: 100%;
    max-height: 260px;
    transform: none;
  }
  .hero-copy h1,
  .hero-main-title { font-size: 40px; }
  .hero-subtitle { font-size: 22px; }
  .page-shell,
  .contact-grid,
  .footer-stats {
    grid-template-columns: 1fr;
  }
  .deed-lead,
  .deed-note {
    grid-template-columns: 1fr;
  }
  .deed-metrics,
  .deed-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .deed-use-grid {
    grid-template-columns: 1fr;
  }
  .side-panel { position: static; }
  .team-translator-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-stats span {
    justify-content: flex-start;
    min-height: 46px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .footer-grid {
    display: grid;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
  .to-top {
    display: none;
  }
  .home-facts {
    grid-template-columns: 1fr;
  }
  .home-facts > div {
    padding: 14px 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .home-facts > div:last-child {
    border-bottom: 0;
  }
  .home-band,
  .home-seo-copy > section {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .home-page-shell .home-story {
    padding: 0;
  }
  .home-band-heading {
    display: block;
    margin-bottom: 18px;
  }
  .home-band-heading > p {
    margin-top: 8px;
    text-align: left;
  }
  .home-band-heading h2,
  .home-process-copy > h2,
  .home-expertise-copy > h2,
  .home-final-cta h2 {
    font-size: 25px;
  }
  .home-text-link {
    margin-top: 12px;
  }
  .home-service-grid,
  .editorial-grid,
  .home-intent-grid,
  .home-guide-columns,
  .services-guide-columns,
  .home-faq-grid,
  .preparation-grid,
  .service-depth-grid,
  .service-outcome-grid,
  .service-copy-grid {
    grid-template-columns: 1fr;
  }
  .services-intro-panel,
  .services-featured-panel,
  .services-directory-panel,
  .services-note-panel {
    padding: 18px;
  }
  .services-intro-panel h2,
  .services-note-panel h2 {
    font-size: 23px;
  }
  .services-note-panel > div:first-child {
    grid-template-columns: 1fr;
  }
  .services-note-panel > div:first-child > .svg-icon {
    grid-row: auto;
  }
  .services-note-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .services-note-actions .button {
    width: 100%;
  }
  .home-editorial-band {
    padding: 34px 0;
  }
  .home-intent-band {
    padding: 34px 0;
  }
  .editorial-grid article,
  .home-intent-grid article,
  .preparation-grid article,
  .service-depth-grid article,
  .service-outcome-grid article,
  .service-copy-grid article {
    padding: 18px;
  }
  .editorial-grid h3 {
    font-size: 18px;
  }
  .service-depth-section {
    padding: 18px;
  }
  .service-outcome-section {
    padding: 18px;
  }
  .service-related-inline div {
    display: grid;
    gap: 8px;
  }
  .home-service-item {
    grid-template-columns: 44px minmax(0, 1fr) 18px;
    gap: 10px;
    min-height: 108px;
    padding: 16px 14px;
  }
  .home-service-icon {
    width: 44px;
    height: 44px;
  }
  .home-service-icon .svg-icon {
    width: 26px;
    height: 26px;
  }
  .home-service-item strong {
    font-size: 17px;
  }
  .home-process-band {
    padding: 40px 0;
  }
  .home-process-list article {
    grid-template-columns: 28px 28px minmax(0, 1fr);
    gap: 9px;
  }
  .home-process-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .home-process-actions .button {
    width: 100%;
  }
  .home-visual-slot--placeholder > div {
    padding: 18px 12px;
  }
  .home-visual-slot--placeholder strong {
    font-size: 18px;
  }
  .service-visual-slot {
    aspect-ratio: 4 / 3;
  }
  .service-visual-slot--placeholder > div {
    padding: 20px 12px;
  }
  .service-visual-slot--placeholder strong {
    font-size: 18px;
  }
  .home-destination-grid {
    grid-template-columns: 1fr;
  }
  .home-destination-grid a {
    min-height: 74px;
    padding: 12px 8px;
    border-right: 0;
    border-bottom: 1px solid #cfe0ec;
  }
  .home-destination-grid a:last-child {
    border-bottom: 0;
  }
  .home-guide-columns {
    gap: 30px;
  }
  .home-inline-links {
    display: grid;
    gap: 12px;
  }
  .google-review-summary,
  .google-review-empty {
    display: grid;
    gap: 14px;
  }
  .google-review-actions,
  .google-review-actions .button {
    width: 100%;
  }
  .google-review-actions {
    display: grid;
  }
  .google-review-grid {
    grid-template-columns: 1fr;
  }
  .google-review-card {
    min-height: 0;
    padding: 18px;
  }
  .google-review-card-head {
    display: grid;
    gap: 4px;
  }
  .google-review-card-head span {
    white-space: normal;
  }
  .home-organization-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-organization-logos img,
  .home-organization-logos img:nth-child(3) {
    height: 82px;
    padding: 14px;
    border-right: 1px solid #d6e5ef;
    border-bottom: 1px solid #d6e5ef;
  }
  .home-organization-logos img:nth-child(2n) {
    border-right: 0;
  }
  .home-organization-logos img:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .home-seo-copy > .home-final-cta {
    margin-bottom: 38px;
    padding: 24px 18px;
  }
  .home-final-cta > div:last-child {
    display: grid;
    width: 100%;
  }
  .home-final-cta .button {
    width: 100%;
  }
  .wrap { width: calc(100% - 20px); }
  .contact-badge strong,
  .contact-badge b,
  .contact-badge em { font-size: 16px; }
  .site-nav a,
  .hero-checks li,
  .doc-card,
  .breadcrumbs,
  .reason-item em,
  .step-item p,
  .contact-card a,
  .contact-card span,
  .service-card p,
  .testimonial-card p,
  .article-content,
  .footer-grid p {
    font-size: 16px;
  }
  .hero-copy h1,
  .hero-main-title { font-size: 32px; }
  .title-deed-mobile-hero .hero-grid {
    gap: 14px;
    padding: 18px 0 20px;
  }
  .title-deed-mobile-hero .hero-visual {
    display: none;
  }
  .title-deed-mobile-hero .hero-copy h1 {
    font-size: 28px;
  }
  .title-deed-mobile-hero .hero-subtitle {
    font-size: 17px;
  }
  .title-deed-mobile-hero .hero-checks {
    gap: 7px;
    margin: 12px 0;
  }
  .title-deed-mobile-hero .hero-checks li {
    font-size: 15px;
    line-height: 1.38;
  }
  .service-solid-hero {
    padding: 34px 0 36px;
  }
  .service-solid-kicker {
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.45;
  }
  .service-solid-hero h1 {
    font-size: 28px;
    line-height: 1.18;
  }
  .service-solid-subtitle {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.65;
  }
  .service-solid-pills {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 8px;
    margin-top: 16px;
  }
  .service-solid-pills li {
    justify-content: flex-start;
    min-height: 38px;
    padding: 7px 11px;
    font-size: 14px;
    text-align: left;
  }
  .service-solid-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 18px;
  }
  .service-solid-actions .button {
    width: 100%;
  }
  .hero-subtitle { font-size: 19px; }
  .button { font-size: 18px; }
  .title-deed-article > h2 {
    font-size: 24px;
  }
  .deed-lead,
  .deed-section,
  .deed-note,
  .deed-cta {
    padding: 18px 14px;
  }
  .deed-lead h3,
  .deed-section h3,
  .deed-note h3,
  .deed-cta h3 {
    font-size: 22px;
  }
  .deed-actions,
  .deed-cta {
    display: grid;
  }
  .deed-actions .button,
  .deed-cta .button {
    width: 100%;
  }
  .deed-metrics,
  .deed-check-grid,
  .deed-process {
    grid-template-columns: 1fr;
  }
  .deed-metric,
  .deed-use,
  .deed-step,
  .deed-check-grid li {
    padding: 14px;
  }
  .deed-media img {
    aspect-ratio: 1.25 / 1;
  }
  .reason-item strong,
  .step-item strong { font-size: 17px; }
  .service-card h3 { font-size: 18px; }
  .article-content h2 { font-size: 24px; }
  .article-content h3 { font-size: 20px; }
  .team-section {
    margin-top: 30px;
    padding-top: 26px;
    scroll-margin-top: 300px;
  }
  .team-intro h2 {
    font-size: 24px;
  }
  .team-group {
    margin-top: 28px;
  }
  .team-group-title {
    font-size: 20px;
  }
  .team-founder-grid,
  .team-translator-grid,
  .team-editor-grid {
    grid-template-columns: 1fr;
  }
  .team-person h4 {
    font-size: 20px;
  }
  .team-role {
    min-height: 0;
    font-size: 15px;
  }
  .team-person-body > p:last-of-type {
    font-size: 16px;
  }
  .home-story {
    padding: 18px 14px;
    scroll-margin-top: 300px;
  }
  .home-story-title {
    font-size: 22px;
  }
  .home-story-content {
    display: block;
  }
  .home-story-content > :first-child {
    padding: 8px;
  }
  .home-story-content > :first-child img {
    max-height: none;
    object-fit: contain;
  }
  .home-story-content > :nth-child(2) {
    display: block;
    padding: 14px 16px;
  }
  .home-story-content > :nth-child(2) strong,
  .home-story-content > :nth-child(2) em {
    display: block;
    font-size: 16px;
  }
  .home-story-content > :nth-child(2) em {
    margin-top: 6px;
  }
  .home-story-content > :nth-child(3) {
    line-height: 1.7;
  }
  .home-story-content > :nth-child(4) {
    padding: 16px 14px;
  }
  .home-story-content > :nth-child(4) h3 {
    font-size: 20px;
  }
  .home-story-content > :nth-child(5) {
    margin-bottom: 22px;
    padding: 14px;
  }
  .home-story-content > :nth-child(5) img {
    max-height: 240px;
  }
  .home-story-content > :nth-child(6) {
    margin-bottom: 12px;
  }
  .home-story-content > :nth-child(7),
  .home-story-content > :nth-child(9) {
    display: grid;
    grid-template-columns: 1fr;
  }
  .home-story-content > :nth-child(8) {
    font-size: 22px;
  }
  .home-story-content > :nth-child(11) {
    padding: 16px 14px;
    text-align: left;
  }
  .home-story-content > :nth-child(12) td {
    padding: 18px 16px;
  }
  .home-story-content > :nth-child(12) ul {
    columns: 1;
    padding-left: 22px;
  }
  .home-story-content > :nth-child(13) {
    padding: 16px;
  }
  .home-seo-copy {
    gap: 14px;
  }
  .home-seo-lead,
  .home-seo-card,
  .home-seo-process,
  .home-seo-trust,
  .home-seo-faq {
    padding: 16px;
  }
  .home-seo-copy h3 {
    font-size: 21px;
  }
  .home-seo-copy p,
  .home-seo-card li,
  .home-seo-faq details p {
    font-size: 16px;
    line-height: 1.72;
  }
  .home-seo-grid,
  .home-seo-faq-grid {
    grid-template-columns: 1fr;
  }
  .home-seo-note {
    padding: 14px;
  }
  .home-seo-process .button {
    width: 100%;
    white-space: normal;
  }
  .price-lead,
  .price-note-panel,
  .price-includes,
  .price-estimate,
  .price-faq {
    padding: 16px;
  }
  .price-card-grid,
  .price-note-actions,
  .price-include-grid {
    grid-template-columns: 1fr;
  }
  .price-card {
    min-height: auto;
    padding: 18px;
  }
  .price-card h3,
  .price-lead h3,
  .price-note-panel h3,
  .price-estimate h3,
  .price-faq h3,
  .price-includes h3 {
    font-size: 21px;
  }
  .price-amount strong {
    font-size: 36px;
  }
  .price-note-actions .button,
  .price-summary-card .button {
    width: 100%;
  }
  .price-summary-card .button,
  .price-cta .button {
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 16px;
    line-height: 1.35;
    white-space: normal;
  }
  .price-summary-card .button .svg-icon,
  .price-cta .button .svg-icon {
    display: none;
  }
  .hero-actions .button { width: 100%; }
  .document-grid,
  .steps,
  .service-grid,
  .testimonial-grid,
  .trusted-grid,
  .sitemap-list {
    grid-template-columns: 1fr;
  }
  .step-item:not(:last-child)::after { display: none; }
  .service-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 16px;
  }
  .service-card:last-child { border-bottom: 0; }
  .trusted-logo {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .trusted-logo:last-child { border-bottom: 0; }
  .section-title {
    grid-template-columns: 1fr;
    gap: 8px;
    font-size: 24px;
  }
  .section-title span { display: none; }
}
