@import url("recreate/recreate.css");

:root {
  --content-width: 1200px;
  --content-safe-width: min(var(--content-width), calc(100% - 48px));
  --content-safe-width-mobile: min(100% - 48px, var(--content-width));
  --content-frame-width: min(var(--content-width), calc(100% - 48px));
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.page-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: visible;
  background: #fff;
  box-shadow: none;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 9px 14px;
  border-radius: 4px;
  color: #fff;
  background: #08346f;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(6, 40, 92, 0.18);
}

.skip-link:focus {
  transform: translateY(0);
  outline: 3px solid #9fd1ff;
  outline-offset: 2px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #9fd1ff;
  outline-offset: 3px;
}

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

.page-shell main {
  background: #fff;
}

.site-container,
.hero-copy,
.feature-strip,
.filter-panel,
.section,
.info-cards,
.newsletter,
.page-section,
.content-panel,
.support-section,
.comparison-summary,
.service-quick-panel,
.contact-panel {
  width: var(--content-safe-width);
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.page-shell > main:not(.article-container) > :not(.hero):not(.page-hero):not(script):not(style) {
  width: var(--content-safe-width);
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.hero {
  width: 100%;
  max-width: none;
  min-height: 500px;
  background: #eef7ff;
}

.hero::before {
  width: min(760px, var(--content-frame-width));
  background: linear-gradient(90deg, rgba(248, 252, 255, 0.96) 0%, rgba(248, 252, 255, 0.91) 56%, rgba(248, 252, 255, 0.58) 82%, rgba(248, 252, 255, 0) 100%);
  box-shadow: none;
}

.hero-copy {
  padding-left: 0;
  min-height: 500px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.hero-copy h1,
.hero-copy p,
.hero-actions {
  max-width: 610px;
}

.hero-copy h1,
.hero-copy p,
.page-hero h1,
.hero-lead,
.section-heading h2,
.content-panel h2,
.support-section h2,
.guide-check-item h3,
.decision-card h2,
.principle-card h2,
.case-scenario h2 {
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: pretty;
}

.hero-copy h1 {
  max-width: 600px;
  font-size: 42px;
  line-height: 1.34;
}

.hero-copy p {
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #294563;
  font-size: 16px;
  line-height: 1.9;
}

.hero-actions {
  gap: 14px;
}

.primary-button,
.secondary-button {
  min-width: 160px;
  height: 44px;
}

.hero-visual img {
  object-position: center center;
}

.feature-strip {
  min-height: 104px;
  height: auto;
  align-items: stretch;
  gap: 22px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.feature-item {
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 76px;
}

.line-icon,
.line-icon img {
  width: 44px;
  height: 44px;
}

.feature-item h2 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0;
}

.feature-item p {
  font-size: 13px;
  line-height: 1.62;
  letter-spacing: 0;
}

.section,
.feature-strip,
.info-cards {
  padding-left: 0;
  padding-right: 0;
}

.newsletter {
  margin-top: 32px;
  margin-bottom: 26px;
}

.content-panel,
.support-section,
.comparison-summary,
.service-quick-panel,
.contact-panel {
  box-sizing: border-box;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  width: 100%;
  height: 74px;
  padding: 0;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #d9e3ef;
  box-shadow: 0 8px 22px rgba(11, 54, 112, 0.06);
  backdrop-filter: saturate(1.05) blur(8px);
}

.site-header-inner {
  width: var(--content-safe-width);
  max-width: var(--content-width);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.global-nav {
  min-width: 0;
}

@media (min-width: 761px) and (max-width: 1247px) {
  .site-header-inner { gap: 20px; }
  .global-nav { gap: 28px; }
}

.nav-toggle {
  display: none;
  min-width: 76px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #1769d2;
  border-radius: 4px;
  color: #005bc5;
  background: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.site-footer {
  display: block;
  width: 100%;
  min-height: 300px;
  padding: 0;
  color: #fff;
  background: #00408f;
}

.footer-inner {
  width: var(--content-safe-width);
  max-width: var(--content-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) repeat(4, minmax(0, 1fr));
  column-gap: clamp(28px, 3vw, 52px);
  row-gap: 36px;
  align-items: start;
  padding: 52px 0 42px;
}

.footer-brand p {
  max-width: 310px;
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.85;
}

.footer-col h2 {
  margin-bottom: 15px;
  font-size: 14px;
}

.footer-col a {
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 1.55;
}

.footer-bottom {
  width: var(--content-safe-width);
  max-width: var(--content-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.copyright {
  position: static;
  margin: 0;
  color: #c6dcf4;
  font-size: 11px;
  line-height: 1.6;
  text-align: left;
}

.footer-legal-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
}

.footer-legal-nav a {
  color: rgba(225, 233, 243, 0.68);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
}

.footer-legal-nav a:hover {
  color: rgba(242, 247, 252, 0.88);
}

.footer-mark {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.footer-logo-img {
  display: block;
  width: min(100%, 280px);
  height: auto;
  filter: brightness(0) invert(1);
}

.site-logo-img {
  display: block;
  width: 350px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f2f8ff;
  border-bottom: 1px solid #dce9f8;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("recreate/hero-visual.webp") right center / cover no-repeat;
  opacity: 0.36;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(247, 251, 255, 0.98) 0%, rgba(247, 251, 255, 0.94) 53%, rgba(247, 251, 255, 0.6) 73%, rgba(247, 251, 255, 0.12) 100%);
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  width: var(--content-safe-width);
  max-width: var(--content-width);
  min-height: 230px;
  margin: 0 auto;
  padding: 50px 320px 48px 0;
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 3px solid #0f8f72;
  color: #0a8068;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.page-hero h1 {
  margin: 0;
  color: #072861;
  font-size: 34px;
  line-height: 1.35;
  font-weight: 900;
}

.hero-lead {
  width: min(100%, 760px);
  margin: 14px 0 0;
  color: #375270;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 700;
}

.breadcrumb {
  width: var(--content-safe-width);
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  color: #71839a;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 800;
}

.breadcrumb a {
  color: var(--blue-600);
  text-decoration: none;
}

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

.breadcrumb-sep {
  color: #b4c4d6;
}

.table-scroll-hint {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 8px;
  padding: 0 0 0 10px;
  border-left: 3px solid #cfe0f2;
  color: #385472;
  background: transparent;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
}

.compare-row-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -4px 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e3edf8;
}

.compare-row-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid #cfe0f2;
  border-radius: 999px;
  color: #0a3577;
  background: #f7fbff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
}

.compare-row-nav a:hover,
.compare-row-nav a:focus-visible {
  color: #005bc5;
  border-color: #9fc4ee;
  background: #eef7ff;
}

.table-scroll-hint::before {
  content: "← →";
  margin-right: 7px;
  color: #0068d8;
  font-weight: 900;
}

.comparison-table {
  min-width: 1880px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  table-layout: fixed;
}

.comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid #d9e8f8;
  border-radius: 6px;
  background: #fff;
  scrollbar-gutter: stable;
}

.comparison-table th,
.comparison-table td {
  min-width: 180px;
  padding: 16px 18px;
  border-right: 1px solid #d9e8f8;
  border-bottom: 1px solid #d9e8f8;
  color: #284866;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.comparison-table th {
  color: #082d66;
  background: #f4f9ff;
  font-weight: 900;
}

.comparison-table thead th {
  padding: 12px 14px;
  border-bottom: 0;
  box-shadow: inset 0 -3px 0 #a9c9ec;
  vertical-align: middle;
}

.comparison-table tbody tr:first-child th,
.comparison-table tbody tr:first-child td {
  border-top: 3px solid #a9c9ec;
}

.comparison-table tbody th {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 180px;
  min-width: 180px;
  box-shadow: 1px 0 0 #d9e8f8;
}

.comparison-table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
  width: 180px;
  min-width: 180px;
  box-shadow: 1px 0 0 #d9e8f8, inset 0 -3px 0 #a9c9ec;
}

.comparison-table thead th:not(:first-child) {
  position: static;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  border-right: 0;
}

.comparison-table .service-name {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 900;
}

.comparison-table .compare-service-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.comparison-table .compare-detail-link {
  flex: 0 0 auto;
  color: #0068d8;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
}

.comparison-table .compare-detail-link:hover,
.comparison-table .compare-detail-link:focus-visible {
  text-decoration: underline;
}

.page-section {
  margin-top: 26px;
  margin-bottom: 28px;
}

.content-panel {
  padding: 30px 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.breadcrumb + .content-panel.page-section,
.breadcrumb + script + .content-panel.page-section {
  border-top: 0;
  padding-top: 22px;
}

.content-panel h2,
.support-section h2 {
  margin: 0 0 14px;
  color: #0a3577;
  font-size: 23px;
  line-height: 1.45;
  font-weight: 900;
}

.content-panel h2:not(:first-child) {
  margin-top: 28px;
}

.content-panel p,
.content-panel li,
.support-section p,
.support-steps span,
.detail-card p,
.case-card p {
  color: #36506f;
  font-size: 13px;
  line-height: 1.9;
  font-weight: 700;
}

.content-panel ul {
  margin: 0 0 0 1.2em;
  padding: 0;
}

.text-link {
  color: var(--blue-600);
  font-weight: 900;
}

.support-section {
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 34px;
  background: #eef7ff;
  border: 1px solid #cce5dc;
  border-radius: 6px;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #d9e8f8;
  border-bottom: 1px solid #d9e8f8;
}

.summary-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 22px 24px;
  border-right: 1px solid #d9e8f8;
  background: transparent;
}

.summary-card:last-child {
  border-right: 0;
}

.summary-label {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 0 0 0 9px;
  border-left: 3px solid #0f8f72;
  color: #0a8068;
  background: transparent;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 900;
}

.summary-card h3 {
  margin: 0 0 10px;
  color: #082d66;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 900;
}

.summary-card p:not(.summary-label) {
  margin: 0;
  color: #36506f;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
}

.shortlist-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  margin: 16px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid #d9e8f8;
  list-style: none;
}

.shortlist-service {
  display: grid;
  gap: 2px;
  padding: 8px 0;
  color: #0a3577;
  text-decoration: none;
  border-bottom: 1px solid #edf4fb;
}

.shortlist-service:hover .shortlist-service-name,
.shortlist-service:focus-visible .shortlist-service-name {
  text-decoration: underline;
}

.shortlist-service-name {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
}

.shortlist-service small {
  color: #617895;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 800;
}

.summary-guide-link {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  color: var(--blue-600);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 900;
}

.comparison-workflow {
  padding-top: 26px;
  padding-bottom: 26px;
}

.compare-decision-list {
  grid-template-columns: repeat(3, 1fr);
}

.comparison-next-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
  gap: 38px;
  padding: 30px 0;
  border-top: 1px solid #d7e6f5;
  border-bottom: 1px solid #d7e6f5;
}

.comparison-next-panel h2 {
  margin: 0 0 12px;
  color: #0a3577;
  font-size: 23px;
  line-height: 1.45;
  font-weight: 900;
}

.comparison-next-panel p {
  margin: 0;
  color: #36506f;
  font-size: 13px;
  line-height: 1.9;
  font-weight: 700;
}

.comparison-next-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d9e8f8;
}

.comparison-next-list li {
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) minmax(220px, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 15px 0;
  border-bottom: 1px solid #d9e8f8;
}

.comparison-next-list strong {
  color: #082d66;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 900;
}

.comparison-next-list span {
  color: #36506f;
  font-size: 12px;
  line-height: 1.75;
  font-weight: 700;
}

.support-lead {
  width: min(100%, 820px);
}

.support-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.support-steps li {
  min-height: 150px;
  padding: 18px 0 0;
  border-top: 1px solid #cfe1f6;
  background: transparent;
}

.support-steps strong {
  display: block;
  margin: 0 0 8px;
  color: #082d66;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 900;
}

.support-steps span {
  display: block;
}

.guide-check-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #d9e8f8;
  border-bottom: 1px solid #d9e8f8;
}

.guide-check-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  min-height: 172px;
  padding: 22px 20px;
  border-right: 1px solid #d9e8f8;
  background: transparent;
}

.guide-check-item:last-child {
  border-right: 0;
}

.guide-check-number {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a3577;
  border: 1px solid #b9d5f4;
  border-radius: 50%;
  background: #eef7ff;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.guide-check-item h3 {
  margin: 0 0 8px;
  color: #082d66;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 900;
}

.guide-check-item p {
  margin: 0;
  color: #36506f;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 700;
}

.guide-question-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.guide-question-list li {
  position: relative;
  padding: 12px 14px 12px 36px;
  border: 1px solid #dbe9f8;
  border-radius: 6px;
  background: #f8fbff;
}

.guide-question-list li::before {
  content: "Q";
  position: absolute;
  top: 12px;
  left: 14px;
  color: #0f8f72;
  font-size: 13px;
  font-weight: 900;
}

.related-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 10px;
}

.detail-card,
.case-card,
.faq-list details {
  background: #fff;
}

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

.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid #d9e8f8;
  border-bottom: 1px solid #d9e8f8;
}

.detail-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-right: 1px solid #d9e8f8;
  border-bottom: 1px solid #e8f1fb;
}

.detail-card:nth-child(3n) {
  border-right: 0;
}

.detail-card:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.detail-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #0068d8;
}

.detail-card h2,
.case-card h2 {
  margin: 0 0 14px;
  color: #082d66;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 900;
}

.service-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.service-card-head h2 {
  margin-bottom: 10px;
}

.detail-card .service-logo {
  margin: 0 0 16px;
}

.service-card-head .service-logo {
  margin-bottom: 0;
}

.service-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 18px;
  padding: 0 0 12px;
  border-bottom: 1px solid #edf4fb;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 0;
  padding: 0 0 0 8px;
  border: 0;
  border-left: 2px solid #8db4df;
  color: #0a3577;
  background: transparent;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 900;
}

.service-badge:nth-child(2) {
  color: #0a8068;
  border-left-color: #0f8f72;
  background: transparent;
}

.service-badge:nth-child(3) {
  color: #8a5b00;
  border-left-color: #d98b00;
  background: transparent;
}

.detail-card dl,
.info-dl {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 10px 14px;
  margin: 18px 0;
}

.detail-card dt,
.info-dl dt {
  color: #0a3577;
  font-size: 12px;
  font-weight: 900;
}

.detail-card dd,
.info-dl dd {
  margin: 0;
  color: #405873;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 700;
}

.service-quick-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.85fr) minmax(0, 1.65fr);
  gap: 22px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid var(--line);
  background: #fff;
  min-width: 0;
}

.service-quick-intro {
  min-width: 0;
}

.service-quick-intro h2 {
  margin: 0 0 14px;
  color: #082d66;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.service-quick-intro .summary-label {
  margin-bottom: 8px;
}

.service-quick-kicker {
  margin: 0 0 5px;
  color: #5b718d;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 900;
}

.service-quick-best-for {
  margin: 0;
  color: #294563;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
}

.service-quick-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border: 1px solid #d9e8f8;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  min-width: 0;
}

.service-quick-facts div {
  min-height: 78px;
  padding: 14px 16px;
  border-right: 1px solid #d9e8f8;
}

.service-quick-facts div:nth-child(2n) {
  border-right: 0;
}

.service-quick-facts div:nth-child(n + 3) {
  border-top: 1px solid #d9e8f8;
}

.service-quick-facts dt {
  margin-bottom: 7px;
  color: #5b718d;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 900;
}

.service-quick-facts dd {
  margin: 0;
  color: #082d66;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.service-quick-source {
  grid-column: 1 / -1;
  margin: -8px 0 0;
  color: #687b92;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 700;
}

.result-note {
  margin: 0;
  color: #5a6b82;
  font-size: 12px;
  font-weight: 900;
}

.filter-result-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px 16px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid #d9e8f8;
  border-bottom: 1px solid #d9e8f8;
}

.active-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.active-filter-list li {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 0 0 8px;
  border: 0;
  border-left: 2px solid #8db4df;
  color: #0a3577;
  background: transparent;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 900;
}

.filter-hint {
  margin: 0;
  color: #5a6b82;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
}

.filter-reset-link {
  justify-self: end;
}

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

.case-card {
  overflow: hidden;
}

.case-card img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.case-card-body {
  padding: 22px;
}

.case-industry {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 0 0 0 9px;
  border-left: 3px solid #0068d8;
  background: transparent;
  color: var(--blue-600);
  font-size: 11px;
  line-height: 1.45;
  font-weight: 900;
}

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

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 22px;
  color: #082d66;
  font-size: 14px;
  font-weight: 900;
}

.faq-list details p {
  margin: 0;
  padding: 0 22px 20px;
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: start;
  border-top: 0;
  border-bottom: 0;
}

.contact-guide-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #d9e8f8;
}

.contact-scope {
  border-top: 0;
  border-bottom: 0;
}
.contact-scope > h2 { margin-bottom: 22px; }
.contact-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}
.contact-scope-grid > div { padding: 0; }
.contact-scope-grid > div + div { padding-left: 0; border-left: 0; }
.contact-scope-grid h3 { margin: 0; color: #0a3577; font-size: 18px; }
.contact-scope-grid p { margin: 9px 0 0; color: #526576; line-height: 1.8; }
.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  color: #0a3577;
  font-size: 12px;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-top: 6px;
  padding: 11px 12px;
  border: 1px solid #bfd3eb;
  border-radius: 4px;
  background: #fff;
  color: #0c2d64;
}

.contact-form textarea {
  resize: vertical;
}

.contact-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.contact-form .contact-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: #0b63ce;
}

.contact-form .contact-consent label {
  line-height: 1.6;
}

.contact-consent-copy p {
  margin: 3px 0 0;
  color: #607080;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.form-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

.required {
  display: inline-flex;
  margin-left: 6px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--blue-600);
  font-size: 10px;
  font-weight: 900;
}

.form-error {
  margin: 0;
  color: #b42318;
  font-size: 12px;
  font-weight: 800;
}

.form-complete {
  padding: 24px;
  border-radius: 6px;
  background: #eef7ff;
  border: 1px solid #d2e6fb;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 132px;
  height: 42px;
  padding: 0 22px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #005fc8;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 132px;
  height: 42px;
  padding: 0 22px;
  border: 1px solid #0065d4;
  border-radius: 4px;
  color: #0059c8;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}

.newsletter-message.is-success {
  color: #076b36;
}

.newsletter-message.is-error {
  color: #b42318;
}

.legal-list {
  display: grid;
  gap: 16px;
}

.legal-list section {
  padding-bottom: 16px;
  border-bottom: 1px solid #e3edf8;
}

.legal-list section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.utility-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.decision-grid,
.case-scenario-grid,
.principle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #d9e8f8;
  border-bottom: 1px solid #d9e8f8;
}

.decision-card,
.principle-card,
.faq-group,
.case-scenario {
  background: #fff;
}

.decision-card,
.principle-card,
.case-scenario {
  border-right: 1px solid #d9e8f8;
}

.decision-card:last-child,
.principle-card:last-child,
.case-scenario:last-child {
  border-right: 0;
}

.faq-group {
  border: 1px solid var(--line);
  border-radius: 6px;
}

.decision-card,
.principle-card,
.faq-group {
  padding: 24px;
}

.decision-card h2,
.principle-card h2,
.faq-group h2,
.case-scenario h2 {
  margin: 0 0 12px;
  color: #082d66;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
}

.decision-card p,
.decision-card li,
.principle-card p,
.case-scenario p,
.case-scenario li,
.case-scenario dd,
.process-list span {
  color: #36506f;
  font-size: 13px;
  line-height: 1.85;
  font-weight: 700;
}

.decision-card ul,
.case-checks {
  display: grid;
  gap: 7px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.decision-card li,
.case-checks li {
  position: relative;
  padding-left: 18px;
}

.decision-card li::before,
.case-checks li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0f8f72;
}

.guide-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
  border: 1px solid #d9e8f8;
  border-radius: 6px;
}

.guide-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #fff;
}

.guide-table th,
.guide-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #d9e8f8;
  color: #36506f;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}

.guide-table th {
  color: #082d66;
  background: #f4f9ff;
  font-weight: 900;
}

.guide-table tr:last-child th,
.guide-table tr:last-child td {
  border-bottom: 0;
}

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

.case-scenario {
  overflow: hidden;
}

.case-scenario img {
  display: block;
  width: 100%;
  height: 176px;
  object-fit: cover;
}

.case-meta {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.case-meta dt,
.case-scenario h3 {
  margin: 0;
  color: #0a3577;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 900;
}

.case-meta dd {
  margin: 0;
}

.faq-groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.faq-group .faq-list {
  gap: 10px;
}

.service-type-grid {
  grid-template-columns: repeat(3, 1fr);
}

.principle-grid {
  grid-template-columns: repeat(4, 1fr);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  min-height: 140px;
  padding: 18px;
  border-top: 1px solid #d9e8f8;
  background: #f7fbff;
}

.process-list strong {
  display: block;
  margin-bottom: 8px;
  color: #082d66;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 900;
}

.service-related-heading {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

.not-found-panel {
  text-align: left;
}

/* Reader typography: prose should be readable; metadata and hints stay compact. */
.section-heading h2,
.title-wrap h2 {
  font-size: 28px;
  line-height: 1.34;
}

.section-intro,
.info-card p,
.small-card p,
.content-panel p,
.content-panel li,
.support-section p,
.support-steps span,
.detail-card p,
.case-card p,
.summary-card p:not(.summary-label),
.comparison-next-panel p,
.guide-check-item p,
.decision-card p,
.decision-card li,
.principle-card p,
.case-scenario p,
.case-scenario li,
.case-scenario dd,
.process-list span,
.faq-list details p,
.filter-hint {
  font-size: 15px;
  line-height: 1.85;
  font-weight: 700;
}

.section-intro {
  font-size: 16px;
}

.content-panel h2,
.support-section h2,
.comparison-next-panel h2 {
  font-size: 26px;
  line-height: 1.42;
}

.summary-card h3,
.guide-check-item h3,
.support-steps strong,
.detail-card h2,
.case-card h2,
.decision-card h2,
.principle-card h2,
.faq-group h2,
.case-scenario h2,
.service-quick-brand h2 {
  font-size: 20px;
  line-height: 1.42;
}

.comparison-table th,
.comparison-table td,
.guide-table th,
.guide-table td,
.detail-card dd,
.info-dl dd,
.service-quick-facts dd,
.service-snapshot-card p,
.service-snapshot-points strong,
.service-snapshot-facts dd,
.shortlist-service-name,
.comparison-next-list strong,
.comparison-next-list span,
.process-list strong,
.case-meta dd {
  font-size: 14px;
  line-height: 1.68;
}

.comparison-table th,
.comparison-table td {
  font-size: 15px;
  line-height: 1.7;
}

.comparison-table th,
.comparison-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}

.primary-button,
.secondary-button,
.primary-cta,
.secondary-cta,
.search-button,
.contact-button,
.text-link,
.summary-guide-link,
.snapshot-actions a,
.comparison-table a {
  font-size: 14px;
}

.eyebrow,
.section-label,
.breadcrumb,
.table-scroll-hint,
.compare-row-nav a,
.summary-label,
.shortlist-service small,
.service-badge,
.detail-card dt,
.info-dl dt,
.service-quick-facts dt,
.result-note,
.active-filter-list li,
.case-industry,
.case-meta dt,
.case-scenario h3,
.required,
.form-error,
.newsletter small,
.comparison-note,
.article-card time {
  font-size: 12px;
  line-height: 1.55;
}

.contact-form label {
  font-size: 13px;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.filter-panel select {
  font-size: 14px;
  line-height: 1.5;
}

.page-shell > main:not(.article-container) > :where(section, form, div, nav):not(.hero):not(.page-hero):not(script):not(style) {
  width: var(--content-safe-width);
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* AI電話インフォメーション brand portal */
.brand-hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
  background: linear-gradient(135deg, #f4f9ff 0%, #eaf6f8 52%, #f5f8fa 100%);
}

.brand-hero-media,
.brand-hero-media::after {
  position: absolute;
  inset: 0;
}

.brand-hero-media::after {
  content: "";
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(247, 251, 255, 0.98) 0%,
    rgba(235, 246, 249, 0.96) 34%,
    rgba(238, 247, 251, 0.82) 48%,
    rgba(243, 249, 252, 0.46) 58%,
    rgba(247, 251, 255, 0) 72%
  );
}

.brand-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.brand-hero-inner {
  position: relative;
  z-index: 1;
  width: var(--content-safe-width);
  max-width: var(--content-width);
  min-height: 520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.brand-hero-copy {
  width: min(560px, 48%);
  padding: 56px 0;
}

.brand-hero-eyebrow,
.brand-section-heading > p,
.brand-cta-eyebrow,
.cluster-eyebrow {
  margin: 0 0 10px;
  color: #2f7f89;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.brand-hero-copy h1 {
  margin: 0;
  color: #154c79;
  font-size: clamp(38px, 3.4vw, 52px);
  line-height: 1.28;
  font-weight: 800;
  text-wrap: balance;
}

.brand-hero-copy > p:not(.brand-hero-eyebrow) {
  max-width: 540px;
  margin: 22px 0 30px;
  color: #344a5e;
  font-size: 16px;
  line-height: 1.9;
  text-wrap: pretty;
}

.brand-hero .hero-actions {
  flex-wrap: wrap;
}

.brand-hero .primary-button,
.brand-hero .secondary-button,
.brand-cta .primary-button {
  width: auto;
  min-width: 190px;
  height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 14px;
}

.home-search-panel {
  position: relative;
  z-index: 2;
  margin-top: -48px;
  overflow: hidden;
  border: 1px solid #d8e1e8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(21, 76, 121, 0.13);
}

.home-search-main {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(420px, 1.38fr);
  gap: 28px;
  align-items: center;
  padding: 24px 30px;
}

.home-search-main > div > p,
.home-catalog-heading .section-kicker {
  margin: 0 0 5px;
  color: #2f7f89;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-search-main h2 {
  margin: 0;
  color: #1d2935;
  font-size: 22px;
  line-height: 1.4;
}

.home-search-main h2 strong {
  margin-right: 3px;
  color: #154c79;
  font-size: 30px;
}

.home-search-main form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 148px;
  gap: 12px;
}

.home-search-main input {
  width: 100%;
  min-height: 54px;
  padding: 12px 18px;
  border: 1px solid #b9c8d5;
  border-radius: 8px;
  background: #fff;
  color: #1d2935;
  font: inherit;
}

.home-search-main input:focus {
  outline: 3px solid rgba(45, 108, 223, 0.2);
  border-color: #2d6cdf;
}

.home-search-main button,
.home-catalog-filters button {
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  background: #154c79;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.home-search-main button:hover,
.home-catalog-filters button:hover {
  background: #0f3f66;
}

.home-search-categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #e3e9ee;
}

.home-search-categories a {
  position: relative;
  display: grid;
  min-height: 86px;
  align-content: center;
  gap: 3px;
  padding: 14px 48px 14px 22px;
  border-right: 1px solid #e3e9ee;
  color: #1d2935;
  text-decoration: none;
}

.home-search-categories a:last-child { border-right: 0; }
.home-search-categories a:hover { background: #f1f7fa; color: #154c79; }
.home-search-categories span { font-size: 13px; font-weight: 800; line-height: 1.5; }
.home-search-categories small { color: #607080; font-size: 12px; }
.home-search-categories b { position: absolute; top: 50%; right: 18px; color: #2f7f89; font-size: 11px; transform: translateY(-50%); }

.home-search-unavailable {
  padding: 28px 30px;
}

.home-search-unavailable h2 { margin: 0 0 8px; font-size: 24px; }
.home-search-unavailable p { margin: 0 0 12px; color: #607080; }
.home-search-unavailable a { color: #145da0; font-weight: 800; }

.home-service-catalog {
  padding-top: 64px;
  padding-bottom: 88px;
}

.home-catalog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 22px;
}

.home-catalog-heading h2 {
  margin: 0;
  color: #1d2935;
  font-size: clamp(28px, 2.6vw, 36px);
  line-height: 1.4;
}

.home-catalog-heading > div > span {
  display: block;
  margin-top: 8px;
  color: #607080;
  font-size: 14px;
}

.home-catalog-heading > p {
  margin: 0;
  color: #607080;
  font-size: 13px;
  white-space: nowrap;
}

.home-catalog-heading > p strong {
  margin-right: 4px;
  color: #154c79;
  font-size: 28px;
}

.home-catalog-layout {
  display: grid;
  grid-template-columns: 258px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.home-catalog-mobile-filter-link { display: none; }

.home-catalog-filters {
  padding: 20px;
  border: 1px solid #d8e1e8;
  border-radius: 10px;
  background: #fff;
}

.home-catalog-filters fieldset {
  margin: 0;
  padding: 0 0 16px;
  border: 0;
}

.home-catalog-filters fieldset + fieldset {
  padding-top: 16px;
  border-top: 1px solid #e3e9ee;
}

.home-catalog-filters legend {
  width: 100%;
  margin-bottom: 8px;
  color: #1d2935;
  font-size: 14px;
  font-weight: 800;
}

.home-catalog-filters label {
  display: grid;
  min-height: 38px;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  color: #344a5e;
  font-size: 12px;
  line-height: 1.45;
  cursor: pointer;
}

.home-catalog-filters input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #154c79;
}

.home-catalog-filters small { color: #71808e; }

.home-catalog-filters button {
  width: 100%;
  min-height: 46px;
  margin-top: 2px;
}

.home-catalog-filters form > a {
  display: block;
  margin-top: 14px;
  color: #145da0;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-underline-offset: 3px;
}

.home-catalog-results { min-width: 0; }

.home-catalog-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  min-height: 44px;
  margin-bottom: 14px;
  padding: 0 2px 12px;
  border-bottom: 1px solid #d8e1e8;
}

.home-catalog-toolbar p,
.home-catalog-toolbar span {
  margin: 0;
  color: #607080;
  font-size: 12px;
  font-weight: 700;
}

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

.home-service-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #d8e1e8;
  border-radius: 10px;
  background: #fff;
}

.home-service-card > p:first-child {
  margin: 0 0 7px;
  color: #2f7f89;
  font-size: 11px;
  font-weight: 800;
}

.home-service-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
}

.home-service-card h3 a { color: #1d2935; text-decoration: none; }
.home-service-card h3 a:hover { color: #145da0; text-decoration: underline; text-underline-offset: 3px; }

.home-service-card > span {
  margin-top: 4px;
  color: #71808e;
  font-size: 11px;
  line-height: 1.5;
}

.home-service-card > p:nth-of-type(2) {
  display: -webkit-box;
  overflow: hidden;
  margin: 14px 0;
  color: #526576;
  font-size: 13px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-service-card dl {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 8px;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #e3e9ee;
  border-bottom: 1px solid #e3e9ee;
  font-size: 11px;
  line-height: 1.55;
}

.home-service-card dt { color: #71808e; font-weight: 700; }
.home-service-card dd { margin: 0; color: #344a5e; }

.home-service-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: 12px 0 16px;
  padding: 0;
  list-style: none;
}

.home-service-card li {
  color: #526576;
  font-size: 11px;
}

.home-service-card li::before { content: "・"; color: #2f7f89; }

.home-service-card-link {
  margin-top: auto;
  color: #145da0;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-catalog-more {
  margin-top: 22px;
  text-align: center;
}

.home-catalog-more a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid #154c79;
  border-radius: 8px;
  color: #154c79;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.home-catalog-more a:hover { background: #eef5f8; }

.brand-section {
  padding-top: 88px;
  padding-bottom: 88px;
}

.brand-section-heading {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.brand-section-heading h2,
.brand-cta h2 {
  margin: 0;
  color: #1d2935;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.4;
  text-wrap: balance;
}

.brand-section-heading > span {
  display: block;
  margin-top: 14px;
  color: #607080;
  font-size: 16px;
  line-height: 1.8;
}

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

.cluster-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 32px;
  border: 1px solid #d8e1e8;
  border-radius: 12px;
  background: #fff;
}

.cluster-card.is-teleapo { --cluster-color: #2d6cdf; }
.cluster-card.is-call-center { --cluster-color: #16806a; }
.cluster-card.is-instant-call { --cluster-color: #b85c24; }
.cluster-card.is-reception { --cluster-color: #7048a8; }
.cluster-card .cluster-eyebrow { color: var(--cluster-color); }

.cluster-card-icon {
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 0 18px;
}

.cluster-card h3 {
  margin: 0 0 16px;
  color: #1d2935;
  font-size: 25px;
  line-height: 1.45;
}

.cluster-card > p:not(.cluster-eyebrow) {
  margin: 0;
  color: #526576;
  font-size: 15px;
  line-height: 1.8;
}

.cluster-card ul {
  margin: 24px 0 28px;
  padding: 20px 0 0;
  border-top: 1px solid #e5ebef;
  list-style: none;
}

.cluster-card li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 20px;
  color: #344a5e;
  font-size: 14px;
  line-height: 1.7;
}

.cluster-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cluster-color);
}

.cluster-card > a {
  margin-top: auto;
  color: var(--cluster-color);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.common-checks {
  background: #f5f8fa;
}

.common-checks-inner {
  width: var(--content-safe-width);
  max-width: var(--content-width);
  margin: 0 auto;
}

.common-checks .brand-section-heading { text-align: center; }

.common-check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #d8e1e8;
  border-bottom: 1px solid #d8e1e8;
}

.common-check-grid article {
  padding: 30px 24px;
  border-right: 1px solid #d8e1e8;
}

.common-check-grid article:last-child { border-right: 0; }
.common-check-illustration {
  display: block;
  width: 124px;
  height: 124px;
  margin: 0 auto 16px;
  object-fit: contain;
}

.common-check-grid h3 { margin: 0 0 12px; color: #1d2935; font-size: 20px; text-align: center; }
.common-check-grid p { margin: 0; color: #526576; font-size: 14px; line-height: 1.75; }

.brand-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 42px 48px;
  border: 1px solid #d8e1e8;
  border-radius: 10px;
  background: #eef4f6;
}

.brand-cta h2 { max-width: 760px; font-size: clamp(25px, 2.5vw, 34px); }

.brand-cta-lead {
  max-width: 760px;
  margin: 12px 0 0;
  color: #526576;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 900px) {
  .home-search-main { grid-template-columns: 1fr; gap: 16px; }
  .home-search-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-search-categories a:nth-child(2) { border-right: 0; }
  .home-search-categories a:nth-child(-n + 2) { border-bottom: 1px solid #e3e9ee; }
  .home-catalog-layout { grid-template-columns: 220px minmax(0, 1fr); }
  .home-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cluster-grid { grid-template-columns: 1fr; }
  .cluster-card { min-height: 0; }
  .common-check-grid { grid-template-columns: repeat(2, 1fr); }
  .common-check-grid article:nth-child(2) { border-right: 0; }
  .common-check-grid article:nth-child(-n + 2) { border-bottom: 1px solid #d8e1e8; }
}

@media (max-width: 600px) {
  .brand-hero { min-height: 620px; }
  .brand-hero-media::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(247, 251, 255, 0.98) 0%,
      rgba(237, 247, 250, 0.97) 48%,
      rgba(241, 249, 251, 0.82) 60%,
      rgba(247, 251, 255, 0) 82%
    );
  }
  .brand-hero-media img { object-position: center center; }
  .brand-hero-inner { min-height: 620px; align-items: flex-start; }
  .brand-hero-copy { width: 100%; padding: 36px 0 250px; }
  .brand-hero-copy h1 { font-size: 34px; line-height: 1.35; }
  .brand-hero-copy > p:not(.brand-hero-eyebrow) { margin: 16px 0 22px; font-size: 15px; line-height: 1.75; }
  .brand-hero .hero-actions { gap: 10px; }
  .brand-hero .primary-button,
  .brand-hero .secondary-button { width: 100%; }
  .home-search-panel { margin-top: -28px; border-radius: 10px; }
  .home-search-main { padding: 22px 18px; }
  .home-search-main h2 { font-size: 20px; }
  .home-search-main h2 strong { font-size: 27px; }
  .home-search-main form { grid-template-columns: 1fr; }
  .home-search-main input,
  .home-search-main button { min-height: 50px; }
  .home-search-categories { grid-template-columns: 1fr; }
  .home-search-categories a,
  .home-search-categories a:nth-child(2) { min-height: 66px; border-right: 0; border-bottom: 1px solid #e3e9ee; }
  .home-search-categories a:last-child { border-bottom: 0; }
  .home-service-catalog { padding-top: 52px; }
  .home-catalog-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .home-catalog-heading h2 { font-size: 27px; }
  .home-catalog-layout { grid-template-columns: 1fr; }
  .home-catalog-mobile-filter-link {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid #154c79;
    border-radius: 8px;
    color: #154c79;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
  }
  .home-catalog-filters { display: none; }
  .home-service-grid { grid-template-columns: 1fr; }
  .home-service-card { padding: 20px; }
  .cluster-card h3 { font-size: 21px; }
  .brand-section { padding-top: 64px; padding-bottom: 64px; }
  .brand-section-heading { margin-bottom: 28px; text-align: left; }
  .brand-section-heading h2 { font-size: 28px; }
  .cluster-card { padding: 26px 22px; }
  .common-check-grid { grid-template-columns: 1fr; }
  .common-check-grid article,
  .common-check-grid article:nth-child(2) { border-right: 0; border-bottom: 1px solid #d8e1e8; }
  .common-check-grid article:last-child { border-bottom: 0; }
  .common-check-illustration { margin-right: auto; margin-left: auto; }
  .brand-cta { flex-direction: column; align-items: flex-start; margin-top: 56px; margin-bottom: 56px; padding: 30px 24px; }
  .brand-cta .primary-button { width: 100%; }
}

/* Card hierarchy: use cards for selectable units, not for every section. */
.service-overview-section .service-snapshot-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
  border: 0;
}

.service-overview-section .service-snapshot-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 22px 22px 18px;
  border: 1px solid #d8e6f5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 45, 102, 0.07);
}

.service-overview-section .service-snapshot-card:hover,
.service-overview-section .service-snapshot-card:focus-within {
  border-color: #9fc4ee;
  box-shadow: 0 14px 30px rgba(8, 45, 102, 0.1);
}

.service-overview-section .service-snapshot-card p {
  margin: 0 0 16px;
  min-height: calc(1.72em * 3);
  font-size: 14px;
  line-height: 1.72;
}

.service-overview-section .service-snapshot-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.service-overview-section .service-snapshot-head h3 {
  margin: 0;
  color: #082d66;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 900;
}

.service-type-label {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  max-width: 100%;
  padding: 3px 8px;
  border-left: 2px solid #0f8f72;
  color: #0a8068;
  background: #f4fbf8;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 900;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: keep-all;
}

.service-snapshot-points {
  display: grid;
  gap: 0;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e4eef8;
}

.service-snapshot-points li {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #edf4fb;
}

.service-snapshot-points li:last-child {
  border-bottom: 0;
}

.service-snapshot-points span {
  color: #0a3577;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 900;
}

.service-snapshot-points strong {
  color: #405873;
  font-weight: 800;
}

.service-snapshot-points .is-price strong {
  color: #0a3577;
}

.service-overview-section .service-snapshot-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #e4eef8;
}

.service-overview-section .service-snapshot-facts div {
  min-height: 66px;
  padding: 8px 12px 6px 0;
  border-left: 0;
}

.service-overview-section .service-snapshot-facts div + div {
  padding-left: 14px;
  border-left: 1px solid #edf4fb;
}

.service-overview-section .snapshot-actions {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e4eef8;
  white-space: normal;
}

.info-cards {
  gap: 18px;
  padding-top: 22px;
  padding-bottom: 22px;
  border: 0;
  background: transparent;
}

.info-cards .info-card,
.info-cards article {
  min-height: 156px;
  border: 1px solid #d8e6f5;
  border-radius: 8px;
  background: #f8fbff;
}

.info-cards .info-card:first-child,
.info-cards article:first-child {
  border-left: 1px solid #d8e6f5;
}

.info-cards .info-card:hover,
.info-cards .info-card:focus-visible {
  border-color: #9fc4ee;
  background: #fff;
}

.purpose-grid {
  gap: 18px;
}

.small-card,
.article-card {
  overflow: hidden;
  border: 1px solid #d8e6f5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(8, 45, 102, 0.055);
}

.small-card {
  min-height: 270px;
  padding: 0 0 18px;
}

.small-card > img {
  width: 100%;
  margin-left: 0;
}

.small-card h3 {
  margin-top: 14px;
}

.small-card h3,
.small-card p,
.small-card strong {
  margin-left: 16px;
  margin-right: 16px;
}

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

.article-card time,
.article-card-title {
  padding-left: 16px;
  padding-right: 16px;
}

.small-card:hover,
.small-card:focus-visible,
.article-card:hover,
.article-card:focus-visible {
  border-color: #9fc4ee;
  box-shadow: 0 12px 26px rgba(8, 45, 102, 0.09);
}

@media (min-width: 761px) and (max-width: 1100px) {
  .site-header { height: auto; }
  .site-header-inner {
    width: min(100% - 36px, var(--content-width));
    min-height: 64px;
    padding: 10px 0;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
  }
  .site-header .brand {
    flex: 1 1 0;
    max-width: calc(100% - 90px);
    min-width: 0;
  }
  .site-header .site-logo-img { width: min(100%, 232px); max-height: 44px; }
  .site-header .nav-toggle { display: inline-flex; margin-left: auto; }
  .site-header .global-nav {
    order: 2;
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
    gap: 6px 14px;
    justify-content: flex-start;
    overflow: visible;
    padding-bottom: 0;
  }
  .site-header .global-nav a { height: 30px; line-height: 1; }
  .has-mobile-nav .site-header .global-nav { display: none; }
  .has-mobile-nav .site-header.is-menu-open .global-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
    padding-top: 8px;
    border-top: 1px solid #d9e8f8;
  }
  .has-mobile-nav .site-header.is-menu-open .global-nav a {
    min-height: 44px;
    height: auto;
    border-bottom: 1px solid #e8f0f8;
  }
  .footer-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 30px;
  }
  .footer-brand {
    grid-column: 1 / -1;
    padding-bottom: 4px;
  }
  .footer-brand p { max-width: 620px; }
}

@media (max-width: 760px) {
  .hero-copy,
  .feature-strip,
  .filter-panel,
  .section,
  .info-cards,
  .newsletter,
  .page-section,
  .content-panel,
  .support-section,
  .comparison-summary,
  .service-quick-panel,
  .contact-panel {
    width: var(--content-safe-width-mobile);
  }

  .contact-scope-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-scope-grid > div { padding: 0; }
  .contact-scope-grid > div + div { padding-left: 0; border-top: 0; border-left: 0; }

  .page-shell > main:not(.article-container) > :not(.hero):not(.page-hero):not(script):not(style) {
    width: var(--content-safe-width-mobile);
  }

  .site-header {
    height: auto;
  }

  .site-header-inner {
    width: min(100% - 36px, var(--content-width));
    min-height: 64px;
    padding: 10px 0;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .site-header .brand {
    flex: 1 1 0;
    max-width: calc(100% - 90px);
    min-width: 0;
  }

  .site-header .site-logo-img {
    width: min(100%, 232px);
    max-height: 44px;
  }

  .site-header .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-header .global-nav {
    order: 2;
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
    gap: 6px 14px;
    justify-content: flex-start;
    overflow: visible;
    padding-bottom: 0;
  }

  .site-header .global-nav a {
    height: 30px;
    line-height: 1;
  }

  .has-mobile-nav .site-header .global-nav { display: none; }

  .has-mobile-nav .site-header.is-menu-open .global-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
    padding-top: 8px;
    border-top: 1px solid #d9e8f8;
  }

  .has-mobile-nav .site-header.is-menu-open .global-nav a {
    min-height: 44px;
    height: auto;
    border-bottom: 1px solid #e8f0f8;
  }

  .hero {
    min-height: 580px;
  }

  .hero-copy {
    min-height: 360px;
    padding-top: 34px;
    padding-bottom: 220px;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: 27px;
    line-height: 1.38;
  }

  .hero-copy p {
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.82;
  }

  .hero-actions {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .primary-button,
  .secondary-button {
    width: min(100%, 220px);
    min-width: 0;
  }

  .page-hero::before,
  .page-hero::after {
    display: none;
  }

  .page-hero-inner {
    width: var(--content-safe-width-mobile);
    min-height: 0;
    padding: 30px 0;
  }

  .page-hero h1 {
    font-size: 26px;
  }

  .breadcrumb {
    width: var(--content-safe-width-mobile);
    padding: 12px 0 0;
  }

  .content-panel,
  .support-section {
    margin-left: auto;
    margin-right: auto;
    padding: 22px;
  }

  .service-quick-panel {
    margin-left: auto;
    margin-right: auto;
    padding: 22px;
  }

  .filter-result-bar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .filter-reset-link {
    justify-self: start;
  }

  .support-steps,
  .summary-grid,
  .compare-decision-list,
  .guide-check-grid,
  .decision-grid,
  .comparison-next-panel,
  .comparison-next-list li,
  .service-quick-panel,
  .service-list,
  .service-snapshot-card,
  .service-snapshot-facts,
  .case-grid,
  .case-scenario-grid,
  .contact-panel,
  .faq-groups,
  .principle-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

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

  .summary-card,
  .guide-check-item,
  .decision-card,
  .principle-card,
  .case-scenario,
  .detail-card {
    border-right: 0;
    border-bottom: 1px solid #d9e8f8;
  }

  .summary-card:last-child,
  .guide-check-item:last-child,
  .decision-card:last-child,
  .principle-card:last-child,
  .case-scenario:last-child,
  .detail-card:last-child {
    border-bottom: 0;
  }

  .footer-inner {
    width: min(100% - 48px, var(--content-width));
    gap: 30px 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand {
    grid-row: auto;
    grid-column: 1 / -1;
  }

  .footer-bottom {
    width: min(100% - 48px, var(--content-width));
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .footer-legal-nav { justify-content: flex-start; }

  .detail-card dl,
  .info-dl {
    grid-template-columns: 1fr;
  }

  .service-quick-facts div {
    min-height: 0;
    border-bottom: 0;
  }

  .service-card-head {
    display: grid;
  }

  .service-overview-section .service-snapshot-grid {
    grid-template-columns: 1fr;
  }

  .service-snapshot-card {
    gap: 10px;
  }

  .service-overview-section .service-snapshot-card {
    min-height: 0;
    padding: 20px;
  }

  .service-overview-section .service-snapshot-card p {
    min-height: 0;
  }

  .service-snapshot-head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .service-type-label {
    max-width: none;
  }

  .service-snapshot-points li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .service-overview-section .service-snapshot-facts {
    grid-template-columns: 1fr;
  }

  .service-overview-section .service-snapshot-facts div:nth-child(-n + 2) {
    border-top: 1px solid #edf4fb;
  }

  .service-overview-section .service-snapshot-facts div:first-child {
    border-top: 0;
  }

  .service-snapshot-facts div {
    padding: 10px 0;
    border-left: 0;
    border-top: 1px solid #edf4fb;
  }

  .snapshot-actions {
    flex-direction: row;
    flex-wrap: wrap;
    white-space: normal;
  }
}

/* Layout guard: only the outer frame is full width; readable content stays within 1200px. */
.site-header-inner,
.footer-inner,
.footer-bottom,
.hero-copy,
.feature-strip,
.filter-panel,
.section,
.info-cards,
.newsletter,
.page-section,
.content-panel,
.support-section,
.comparison-summary,
.service-quick-panel,
.contact-panel,
.page-hero-inner {
  width: var(--content-frame-width);
  inline-size: var(--content-frame-width);
  max-width: var(--content-width);
  max-inline-size: var(--content-width);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.page-shell > main:not(.article-container) > :where(section, form, div, nav):not(.hero):not(.page-hero):not(script):not(style) {
  width: var(--content-frame-width);
  inline-size: var(--content-frame-width);
  max-width: var(--content-width);
  max-inline-size: var(--content-width);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.breadcrumb,
.comparison-table-wrap,
.home-comparison-table {
  max-width: 100%;
  max-inline-size: 100%;
  box-sizing: border-box;
}

.comparison-table-wrap {
  width: 100%;
  inline-size: 100%;
}

.comparison-table {
  width: 100%;
}

@media (max-width: 760px) {
  .feature-strip {
    min-height: 0;
    gap: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-item {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 64px;
    gap: 12px;
  }

  .feature-item p br {
    display: none;
  }

  .site-header-inner,
  .footer-inner,
  .footer-bottom,
  .hero-copy,
  .feature-strip,
  .filter-panel,
  .section,
  .info-cards,
  .newsletter,
  .page-section,
  .content-panel,
  .support-section,
  .comparison-summary,
  .service-quick-panel,
  .contact-panel,
  .page-hero-inner,
  .page-shell > main:not(.article-container) > :where(section, form, div, nav):not(.hero):not(.page-hero):not(script):not(style) {
    width: var(--content-frame-width);
    inline-size: var(--content-frame-width);
    margin-left: auto;
    margin-right: auto;
  }
}

/* Acceptance hard guard: keep content at the 1200px base even if page-specific rules drift. */
.site-header-inner,
.footer-inner,
.footer-bottom,
.hero-copy,
.feature-strip,
.filter-panel,
.section,
.info-cards,
.newsletter,
.page-section,
.content-panel,
.support-section,
.comparison-summary,
.service-quick-panel,
.contact-panel,
.page-hero-inner,
.page-shell > main:not(.article-container) > :not(.hero):not(.page-hero):not(script):not(style),
.page-shell > main:not(.article-container) > :where(section, form, div, nav):not(.hero):not(.page-hero):not(script):not(style) {
  width: min(var(--content-width), calc(100% - 48px)) !important;
  inline-size: min(var(--content-width), calc(100% - 48px)) !important;
  max-width: var(--content-width) !important;
  max-inline-size: var(--content-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

.page-shell,
.site-header,
.hero,
.brand-hero,
.page-hero,
.site-footer {
  width: 100% !important;
  max-width: none !important;
}

.page-shell > main:not(.article-container) > .brand-hero:not(.hero):not(.page-hero):not(script):not(style) {
  width: 100% !important;
  inline-size: 100% !important;
  max-width: none !important;
  max-inline-size: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.page-shell > main:not(.article-container) > .common-checks:not(.hero):not(.page-hero):not(script):not(style) {
  width: 100% !important;
  inline-size: 100% !important;
  max-width: none !important;
  max-inline-size: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 760px) {
  .site-header-inner,
  .footer-inner,
  .footer-bottom,
  .hero-copy,
  .feature-strip,
  .filter-panel,
  .section,
  .info-cards,
  .newsletter,
  .page-section,
  .content-panel,
    .support-section,
    .comparison-summary,
    .service-quick-panel,
    .contact-panel,
    .page-hero-inner,
    .page-shell > main:not(.article-container) > :not(.hero):not(.page-hero):not(script):not(style),
    .page-shell > main:not(.article-container) > :where(section, form, div, nav):not(.hero):not(.page-hero):not(script):not(style) {
    width: min(100% - 48px, var(--content-width)) !important;
    inline-size: min(100% - 48px, var(--content-width)) !important;
  }
}
