:root {
  --guide-ink: #243047;
  --guide-navy: #374360;
  --guide-blue: #2f73a5;
  --guide-sky: #eaf5fb;
  --guide-cream: #fff9ec;
  --guide-line: #d9e0e8;
  --guide-muted: #667085;
  --guide-white: #ffffff;
}

.guide-body {
  background: #f7f9fb;
  color: var(--guide-ink);
}

.guide-main {
  min-height: 70vh;
}

.guide-breadcrumbs {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
}

.guide-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--guide-muted);
  font-size: 0.82rem;
}

.guide-breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 7px;
  color: #aab2bd;
}

.guide-breadcrumbs a {
  color: var(--guide-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.guide-hub-hero,
.guide-category-hero {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 54px;
  padding: 70px clamp(28px, 6vw, 76px);
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.2), transparent 25%),
    linear-gradient(135deg, #2d3851, #435471 58%, #326f98);
  border-radius: 8px;
  color: #fff;
}

.guide-hub-hero::after,
.guide-category-hero::after {
  content: "GUIDE";
  position: absolute;
  right: -0.02em;
  bottom: -0.22em;
  color: rgba(255, 255, 255, 0.055);
  font-size: clamp(7rem, 17vw, 13rem);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.guide-hub-hero .eyebrow,
.guide-category-hero .eyebrow {
  color: #8fd2f7;
}

.guide-hub-hero h1 {
  max-width: 11em;
  margin: 15px 0 24px;
  color: #fff;
  font-size: clamp(2.5rem, 5.2vw, 4.6rem);
  line-height: 1.13;
}

.guide-hub-hero > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.9;
}

.guide-hub-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.guide-hub-stats span {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  min-width: 118px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
}

.guide-hub-stats strong {
  font-size: 1.4rem;
}

.guide-category-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 76px;
}

.guide-category-nav a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 76px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid var(--guide-line);
  border-radius: 7px;
  box-shadow: 0 7px 18px rgba(38, 55, 78, 0.06);
  color: var(--guide-ink);
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.guide-category-nav a:hover,
.guide-category-nav a:focus-visible {
  transform: translateY(-2px);
  border-color: var(--guide-blue);
}

.guide-category-nav span {
  color: var(--guide-blue);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.guide-category-section,
.guide-category-list,
.guide-related {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 88px;
  scroll-margin-top: 150px;
}

.guide-category-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--guide-navy);
}

.guide-category-heading h2,
.guide-section-heading h2 {
  margin: 5px 0 8px;
  color: var(--guide-ink);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.guide-category-heading p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--guide-muted);
  line-height: 1.75;
}

.guide-category-heading > a {
  flex: 0 0 auto;
  color: var(--guide-blue);
  font-weight: 800;
  text-underline-offset: 4px;
}

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

.guide-card {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--guide-line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(36, 48, 71, 0.065);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.guide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 13px 28px rgba(36, 48, 71, 0.11);
}

.guide-card > a {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  color: inherit;
  text-decoration: none;
}

.guide-card-meta,
.guide-title-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.guide-card-meta {
  margin-bottom: 14px;
}

.guide-card-number,
.guide-article-number {
  display: inline-flex;
  width: fit-content;
  padding: 5px 9px;
  background: var(--guide-navy);
  border-radius: 4px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

.guide-card-category {
  width: fit-content;
  padding: 5px 9px;
  background: var(--guide-sky);
  border-radius: 4px;
  color: var(--guide-blue);
  font-size: 0.72rem;
  font-weight: 900;
}

.guide-card h3 {
  margin: 0 0 12px;
  color: var(--guide-ink);
  font-size: 1.08rem;
  line-height: 1.55;
}

.guide-card p {
  margin: 0 0 20px;
  color: var(--guide-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.guide-card-link {
  margin-top: auto;
  color: var(--guide-blue);
  font-size: 0.84rem;
  font-weight: 900;
}

.guide-card-link::after {
  content: " →";
}

.guide-category-hero {
  padding-block: 56px;
}

.guide-category-hero h1 {
  margin: 12px 0 14px;
  color: #fff;
  font-size: clamp(2.2rem, 4.2vw, 3.7rem);
}

.guide-category-hero > p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  line-height: 1.85;
}

.guide-category-hero > span {
  display: inline-block;
  margin-top: 24px;
  padding: 7px 13px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  font-weight: 800;
}

.guide-other-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: min(1120px, calc(100% - 40px));
  margin: -42px auto 88px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--guide-line);
  border-radius: 8px;
}

.guide-other-categories strong {
  margin-right: 5px;
}

.guide-other-categories a {
  padding: 7px 11px;
  background: #f0f4f8;
  border-radius: 4px;
  color: var(--guide-blue);
  font-size: 0.85rem;
  font-weight: 800;
}

.guide-article {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 88px;
}

.guide-article-header {
  max-width: 880px;
  margin: 22px auto 52px;
  text-align: center;
}

.guide-title-meta {
  justify-content: center;
}

.guide-category-label {
  display: inline-flex;
  padding: 7px 13px;
  background: var(--guide-sky);
  border-radius: 4px;
  color: var(--guide-blue);
  font-size: 0.8rem;
  font-weight: 900;
  text-decoration: none;
}

.guide-article-header h1 {
  margin: 22px 0;
  color: var(--guide-ink);
  font-size: clamp(2rem, 4.4vw, 3.35rem);
  line-height: 1.35;
}

.guide-lead {
  max-width: 780px;
  margin: 0 auto;
  color: #4b5870;
  font-size: 1.06rem;
  line-height: 1.95;
}

.guide-overview {
  margin-bottom: 38px;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--guide-line);
  border-top: 5px solid var(--guide-blue);
  border-radius: 7px;
  scroll-margin-top: 150px;
}

.guide-overview > h2,
.guide-details > h2,
.guide-end-summary > h2 {
  margin: 0 0 22px;
  padding: 0 0 13px;
  border-bottom: 2px solid var(--guide-navy);
  color: var(--guide-ink);
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  line-height: 1.45;
}

.guide-overview .guide-lead {
  max-width: none;
  margin: 0;
  color: #3d4c63;
  text-align: left;
}

.guide-conclusion-first {
  margin-top: 24px;
  padding: 20px 22px;
  background: var(--guide-sky);
  border-left: 5px solid var(--guide-blue);
  border-radius: 5px;
}

.guide-conclusion-first strong {
  display: block;
  margin-bottom: 7px;
  color: var(--guide-blue);
}

.guide-conclusion-first p {
  margin: 0;
  font-weight: 800;
  line-height: 1.8;
}

.guide-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-top: 24px;
  color: var(--guide-muted);
  font-size: 0.78rem;
}

.guide-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(230px, 1fr);
  align-items: start;
  gap: 48px;
}

.guide-article-content {
  min-width: 0;
}

.guide-summary {
  margin-bottom: 24px;
  padding: 28px 30px;
  background: var(--guide-cream);
  border: 1px solid #f0d9a8;
  border-left: 5px solid #d39b34;
  border-radius: 7px;
}

.guide-summary h2 {
  margin: 0 0 15px;
  color: var(--guide-ink);
  font-size: 1.35rem;
}

.guide-summary ul,
.guide-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-summary li,
.guide-check-list li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.8;
}

.guide-summary li + li,
.guide-check-list li + li {
  margin-top: 7px;
}

.guide-summary li::before,
.guide-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--guide-blue);
  font-weight: 900;
}

.guide-local-service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-bottom: 50px;
  padding: 25px 28px;
  background: linear-gradient(135deg, #edf6fb, #f7fafc);
  border: 1px solid #c9dce9;
  border-left: 5px solid var(--guide-blue);
  border-radius: 7px;
}

.guide-local-service span {
  display: block;
  margin-bottom: 5px;
  color: var(--guide-blue);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.guide-local-service strong {
  display: block;
  margin-bottom: 8px;
  color: var(--guide-navy);
  font-size: 1.08rem;
  line-height: 1.5;
}

.guide-local-service p {
  margin: 0;
  color: #4e5d72;
  font-size: 0.9rem;
  line-height: 1.8;
}

.guide-local-service > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 210px;
  max-width: 260px;
  padding: 14px 16px;
  background: var(--guide-navy);
  border-radius: 5px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.55;
  text-decoration: none;
}

.guide-local-service > a:hover {
  background: #2b354c;
}

.guide-local-service i {
  flex: 0 0 auto;
  font-size: 1.1rem;
  font-style: normal;
}

.guide-article-section {
  margin-bottom: 54px;
  scroll-margin-top: 150px;
}

.guide-details {
  margin-bottom: 58px;
  scroll-margin-top: 150px;
}

.guide-article-section {
  margin-left: 4px;
  padding-left: 24px;
  border-left: 3px solid #d8e4ec;
}

.guide-article-section h3 {
  margin: 0 0 20px;
  color: var(--guide-ink);
  font-size: clamp(1.24rem, 2.5vw, 1.55rem);
  line-height: 1.5;
}

.guide-faq h2,
.guide-sources h2,
.guide-end-summary h2 {
  margin: 0 0 22px;
  padding: 0 0 13px;
  border-bottom: 2px solid var(--guide-navy);
  color: var(--guide-ink);
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  line-height: 1.45;
}

.guide-article-section p,
.guide-sources > p,
.guide-end-summary p,
.guide-disclaimer p {
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 1.95;
}

.guide-check-list {
  margin: 22px 0;
  padding: 22px 24px;
  background: #f2f7fa;
  border-radius: 7px;
}

.guide-note,
.guide-disclaimer {
  margin: 24px 0;
  padding: 18px 20px;
  background: #f3f5f7;
  border-left: 4px solid #7b8799;
  border-radius: 4px;
  line-height: 1.8;
}

.guide-disclaimer strong {
  display: block;
  margin-bottom: 5px;
  color: #8b4a32;
}

.guide-disclaimer p {
  margin: 0;
}

.guide-toc {
  position: sticky;
  top: 150px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--guide-line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(36, 48, 71, 0.06);
}

.guide-toc > strong {
  display: block;
  margin-bottom: 12px;
  color: var(--guide-ink);
}

.guide-toc ol {
  margin: 0;
  padding-left: 1.3em;
}

.guide-toc li {
  color: var(--guide-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.guide-toc li + li {
  margin-top: 9px;
}

.guide-toc a {
  color: var(--guide-blue);
  text-decoration: none;
}

.guide-toc a:hover {
  text-decoration: underline;
}

.guide-table-wrap {
  max-width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid var(--guide-line);
  border-radius: 7px;
}

.guide-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.88rem;
  line-height: 1.65;
}

.guide-table th,
.guide-table td {
  padding: 13px 15px;
  border-right: 1px solid var(--guide-line);
  border-bottom: 1px solid var(--guide-line);
  text-align: left;
  vertical-align: top;
}

.guide-table thead th {
  background: var(--guide-navy);
  color: #fff;
}

.guide-table tbody th {
  background: #f2f5f8;
}

.guide-faq {
  margin-top: 64px;
  scroll-margin-top: 150px;
}

.guide-faq details {
  background: #fff;
  border: 1px solid var(--guide-line);
  border-radius: 6px;
}

.guide-faq details + details {
  margin-top: 10px;
}

.guide-faq summary {
  padding: 18px 48px 18px 20px;
  position: relative;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.6;
  list-style: none;
}

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

.guide-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--guide-blue);
  font-size: 1.5rem;
}

.guide-faq details[open] summary::after {
  content: "−";
}

.guide-faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: #4d5b70;
  line-height: 1.85;
}

.guide-sources {
  margin-top: 64px;
  padding: 28px;
  background: #eef5fa;
  border: 1px solid #cbddeb;
  border-radius: 8px;
  scroll-margin-top: 150px;
}

.guide-end-summary {
  margin-top: 64px;
  padding: 28px 30px;
  background: var(--guide-cream);
  border: 1px solid #efd9aa;
  border-radius: 8px;
  scroll-margin-top: 150px;
}

.guide-end-summary p:last-child {
  margin-bottom: 0;
}

.guide-sources h2 {
  font-size: 1.35rem;
}

.guide-sources ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.guide-sources li {
  padding: 16px 0;
  border-top: 1px solid #cbddeb;
}

.guide-sources li:first-child {
  border-top: 0;
}

.guide-sources a {
  color: #175f91;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-underline-offset: 3px;
}

.guide-sources small {
  display: block;
  margin-top: 6px;
  color: #53657a;
  line-height: 1.65;
}

.guide-source-checked {
  padding: 11px 14px;
  background: #fff;
  border: 1px solid #b8d2e3;
  border-radius: 5px;
}

.official-badge {
  display: inline-block;
  margin-right: 7px;
  padding: 4px 7px;
  background: #1e6f44;
  border-radius: 4px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  vertical-align: 2px;
}

.guide-related {
  padding-top: 62px;
  border-top: 1px solid var(--guide-line);
}

.guide-section-heading {
  margin-bottom: 24px;
}

.guide-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 44px;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 88px;
  padding: clamp(34px, 5vw, 58px);
  background: var(--guide-navy);
  border-radius: 8px;
  color: #fff;
  scroll-margin-top: 150px;
}

.guide-contact .eyebrow {
  color: #8fd2f7;
}

.guide-contact h2 {
  margin: 8px 0 17px;
  color: #fff;
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  line-height: 1.4;
}

.guide-contact p {
  margin: 0 0 24px;
  line-height: 1.85;
}

.guide-service-link {
  display: inline-flex;
  padding: 12px 17px;
  background: #fff;
  border-radius: 5px;
  color: var(--guide-navy);
  font-weight: 900;
  text-decoration: none;
}

.guide-contact-actions {
  display: grid;
  gap: 10px;
}

.guide-contact-actions > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 86px;
  padding: 15px 19px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
}

.guide-contact-actions span,
.guide-contact-actions small {
  opacity: 0.88;
}

.guide-contact-phone {
  background: #2179ae;
}

.guide-contact-phone strong {
  font-size: 1.45rem;
}

.guide-contact-line {
  background: #118248;
}

.guide-contact-mail {
  background: #222c41;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.guide-home-entry {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #eef3f7 0%, #f7f9fb 62%, #ffffff 100%);
}

.guide-home-entry::before {
  content: "GUIDE";
  position: absolute;
  top: 0.14em;
  right: -0.04em;
  color: rgba(55, 67, 96, 0.035);
  font-size: clamp(8rem, 21vw, 18rem);
  font-weight: 900;
  line-height: 0.8;
  pointer-events: none;
}

.guide-home-shell {
  position: relative;
  z-index: 1;
}

.guide-home-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
  margin-bottom: 50px;
  padding: clamp(34px, 6vw, 68px);
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 83% 10%, rgba(143, 210, 247, 0.19), transparent 28%),
    linear-gradient(135deg, #2d3851, #435471 63%, #326f98);
  border-radius: 9px;
  box-shadow: 0 24px 52px rgba(36, 48, 71, 0.13);
  color: #fff;
}

.guide-home-intro::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -112px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(255, 255, 255, 0.025),
    0 0 0 78px rgba(255, 255, 255, 0.02);
}

.guide-home-intro-copy {
  max-width: 690px;
  position: relative;
  z-index: 1;
}

.guide-home-intro .eyebrow {
  margin-bottom: 12px;
  color: #8fd2f7;
  letter-spacing: 0.15em;
}

.guide-home-intro h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.35rem, 5.5vw, 4.9rem);
  line-height: 1.12;
  letter-spacing: 0.01em;
}

.guide-home-intro-copy > p:last-child {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.98rem, 1.45vw, 1.1rem);
  line-height: 1.9;
}

.guide-home-stat {
  display: flex;
  align-items: flex-end;
  gap: 13px;
  min-width: 188px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.guide-home-stat strong {
  color: #fff;
  font-size: clamp(5rem, 10vw, 8rem);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.08em;
}

.guide-home-stat span {
  padding-bottom: 8px;
  color: #8fd2f7;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.11em;
}

.guide-home-block-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 21px;
}

.guide-home-block-heading .eyebrow {
  margin: 0 0 6px;
  color: var(--guide-blue);
  letter-spacing: 0.13em;
}

.guide-home-block-heading h3 {
  margin: 0;
  color: var(--guide-navy);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.35;
}

.guide-home-block-heading > p {
  max-width: 520px;
  margin: 0;
  color: var(--guide-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.guide-home-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 58px;
}

.guide-home-feature-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--guide-line);
  border-top: 4px solid var(--guide-blue);
  border-radius: 7px;
  box-shadow: 0 13px 32px rgba(36, 48, 71, 0.07);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.guide-home-feature-card:nth-child(2) {
  border-top-color: #b58a42;
}

.guide-home-feature-card:nth-child(3) {
  border-top-color: #4b8a72;
}

.guide-home-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 19px 38px rgba(36, 48, 71, 0.12);
}

.guide-home-feature-card > a {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 25px 24px 23px;
  color: var(--guide-ink);
  text-decoration: none;
}

.guide-home-feature-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}

.guide-home-feature-meta span {
  color: var(--guide-blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.guide-home-feature-meta small {
  color: var(--guide-muted);
  font-size: 0.72rem;
}

.guide-home-feature-card h4 {
  margin: 0 0 14px;
  color: var(--guide-navy);
  font-size: 1.08rem;
  line-height: 1.62;
}

.guide-home-feature-card p {
  margin: 0 0 22px;
  color: var(--guide-muted);
  font-size: 0.86rem;
  line-height: 1.78;
}

.guide-home-feature-card a > strong {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #edf0f3;
  color: var(--guide-blue);
  font-size: 0.82rem;
}

.guide-home-category-heading {
  margin-bottom: 17px;
}

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

.guide-home-category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--guide-line);
  border-radius: 6px;
  color: var(--guide-navy);
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.guide-home-category-link:hover {
  background: #fff;
  border-color: #8eb9d5;
}

.guide-home-category-link span {
  min-width: 0;
}

.guide-home-category-link small {
  display: block;
  margin-bottom: 3px;
  color: var(--guide-blue);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.guide-home-category-link strong {
  display: block;
  overflow: hidden;
  font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-home-category-link em {
  flex: 0 0 auto;
  color: var(--guide-muted);
  font-size: 0.73rem;
  font-style: normal;
}

.guide-home-more {
  margin-top: 25px;
}

.guide-home-more a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2px 20px;
  padding: 19px 22px;
  background: var(--guide-navy);
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  transition: background 180ms ease;
}

.guide-home-more a:hover {
  background: #2b354c;
}

.guide-home-more span {
  grid-column: 1;
  color: #9bcde9;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.guide-home-more strong {
  grid-column: 1;
  font-size: 1rem;
}

.guide-home-more i {
  grid-column: 2;
  grid-row: 1 / span 2;
  font-size: 1.45rem;
  font-style: normal;
}

@media (max-width: 920px) {
  .guide-home-intro {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 36px;
  }

  .guide-home-stat {
    width: min(100%, 240px);
  }

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

  .guide-home-feature-card:last-child {
    grid-column: 1 / -1;
  }

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

  .guide-breadcrumbs,
  .guide-hub-hero,
  .guide-category-hero,
  .guide-category-nav,
  .guide-category-section,
  .guide-category-list,
  .guide-related,
  .guide-article,
  .guide-other-categories,
  .guide-contact {
    width: min(100% - 28px, 720px);
  }

  .guide-hub-hero,
  .guide-category-hero {
    margin-bottom: 34px;
    padding: 44px 24px;
  }

  .guide-hub-hero h1 {
    font-size: clamp(2.2rem, 10.4vw, 3.35rem);
  }

  .guide-category-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 56px;
  }

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

  .guide-article-layout {
    display: flex;
    flex-direction: column;
  }

  .guide-toc {
    position: static;
    order: -1;
    width: 100%;
  }

  .guide-contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .guide-home-entry::before {
    font-size: 8rem;
  }

  .guide-home-intro {
    gap: 30px;
    margin-bottom: 42px;
    padding: 34px 22px;
  }

  .guide-home-intro h2 {
    font-size: clamp(2.25rem, 13.5vw, 3.25rem);
  }

  .guide-home-stat strong {
    font-size: 5.6rem;
  }

  .guide-home-block-heading {
    display: block;
  }

  .guide-home-block-heading > p {
    margin-top: 12px;
  }

  .guide-home-feature-grid,
  .guide-home-category-grid {
    grid-template-columns: 1fr;
  }

  .guide-home-feature-card:last-child {
    grid-column: auto;
  }

  .guide-home-feature-card > a {
    padding: 22px 20px 20px;
  }

  .guide-home-feature-grid {
    margin-bottom: 48px;
  }

  .guide-breadcrumbs {
    width: calc(100% - 28px);
    padding-block: 15px;
  }

  .guide-hub-hero,
  .guide-category-hero,
  .guide-category-nav,
  .guide-category-section,
  .guide-category-list,
  .guide-related,
  .guide-article,
  .guide-other-categories,
  .guide-contact {
    width: calc(100% - 28px);
  }

  .guide-hub-hero,
  .guide-category-hero {
    border-radius: 6px;
  }

  .guide-hub-hero > p:not(.eyebrow),
  .guide-category-hero > p:not(.eyebrow) {
    font-size: 0.94rem;
  }

  .guide-hub-stats span {
    min-width: 0;
    flex: 1 1 90px;
    padding: 9px 10px;
    font-size: 0.75rem;
  }

  .guide-category-nav,
  .guide-card-grid {
    grid-template-columns: 1fr;
  }

  .guide-category-heading {
    display: block;
  }

  .guide-category-heading > a {
    display: inline-block;
    margin-top: 14px;
  }

  .guide-category-section,
  .guide-category-list,
  .guide-related {
    margin-bottom: 64px;
  }

  .guide-card > a {
    padding: 20px;
  }

  .guide-card h3 {
    font-size: 1.02rem;
  }

  .guide-article-header {
    margin: 15px auto 38px;
    text-align: left;
  }

  .guide-title-meta {
    justify-content: flex-start;
  }

  .guide-article-header h1 {
    margin-block: 17px;
    font-size: clamp(1.72rem, 8.3vw, 2.35rem);
  }

  .guide-lead {
    font-size: 0.98rem;
  }

  .guide-meta {
    justify-content: flex-start;
  }

  .guide-summary {
    padding: 23px 20px;
  }

  .guide-local-service {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 19px;
  }

  .guide-local-service > a {
    width: 100%;
    max-width: none;
  }

  .guide-overview {
    padding: 24px 20px;
  }

  .guide-article-section {
    margin-left: 0;
    padding-left: 17px;
  }

  .guide-overview > h2,
  .guide-details > h2,
  .guide-article-section h3,
  .guide-faq h2,
  .guide-sources h2,
  .guide-end-summary h2 {
    font-size: 1.33rem;
  }

  .guide-article-section p,
  .guide-sources > p,
  .guide-end-summary p,
  .guide-disclaimer p {
    font-size: 0.97rem;
  }

  .guide-check-list {
    padding: 18px;
  }

  .guide-sources {
    padding: 22px 18px;
  }

  .guide-end-summary {
    padding: 24px 20px;
  }

  .official-badge {
    display: block;
    width: fit-content;
    margin: 0 0 7px;
  }

  .guide-contact {
    margin-bottom: 68px;
    padding: 30px 20px;
  }

  .guide-contact-phone strong {
    font-size: 1.28rem;
  }
}
