:root {
  --blog-red: #900b06;
  --blog-red-dark: #6f0703;
  --blog-ink: #211d1a;
  --blog-muted: #6a635d;
  --blog-ivory: #fbf7f0;
  --blog-ivory-deep: #f5ede2;
  --blog-border: #dfd2c5;
  --blog-gold: #c99b3d;
  --blog-green: #15743a;
  --blog-shadow: 0 16px 38px rgba(50, 34, 19, 0.08);
  --blog-radius: 15px;
  --blog-serif: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
}

.blog-editorial-hero {
  background: var(--blog-ivory);
  border-bottom: 1px solid var(--blog-border);
  overflow: hidden;
  padding: 0;
  position: relative;
}

.blog-hero-layout {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  margin: 0 auto;
  max-width: 1280px;
  min-height: 372px;
  position: relative;
}

.blog-hero-inner {
  align-self: center;
  max-width: 670px;
  padding: 3.4rem 1.5rem 3.25rem 0;
  position: relative;
  z-index: 2;
}

.blog-editorial-hero .page-main-title {
  color: var(--blog-red);
  font-family: var(--blog-serif);
  font-size: clamp(2.8rem, 4.6vw, 4.3rem);
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.08;
  margin: 0;
}

.blog-hero-copy {
  color: var(--blog-muted);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.75;
  margin: 1.1rem 0 0;
  max-width: 620px;
}

.blog-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: flex-start;
  margin-top: 1.45rem;
}

.blog-hero-button {
  align-items: center;
  border: 1px solid var(--blog-red);
  border-radius: 9px;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 700;
  justify-content: center;
  min-height: 50px;
  padding: 0.78rem 1.55rem;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.blog-inline-icon {
  flex: 0 0 auto;
  height: 19px;
  margin-right: 0.55rem;
  width: 19px;
}

.blog-inline-icon--whatsapp {
  color: #16a34a;
}

.fa-whatsapp::before {
  background-color: currentColor;
  content: "" !important;
  display: inline-block;
  height: 1em;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 11.5a8 8 0 0 1-11.8 7L4 20l1.5-4.2A8 8 0 1 1 20 11.5Zm-11.3-3.6c-.3.3-.4.8-.2 1.2a10.2 10.2 0 0 0 5.4 5.4c.4.2.9.1 1.2-.2l.6-.6-1.9-1.2-.7.7a6.5 6.5 0 0 1-2.3-2.3l.7-.7-1.2-1.9-.6.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 11.5a8 8 0 0 1-11.8 7L4 20l1.5-4.2A8 8 0 1 1 20 11.5Zm-11.3-3.6c-.3.3-.4.8-.2 1.2a10.2 10.2 0 0 0 5.4 5.4c.4.2.9.1 1.2-.2l.6-.6-1.9-1.2-.7.7a6.5 6.5 0 0 1-2.3-2.3l.7-.7-1.2-1.9-.6.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
  vertical-align: -0.12em;
  width: 1em;
}

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

.blog-hero-button:focus-visible,
.blog-card-link:focus-visible,
#blog-category-filter .blog-filter-chip:focus-visible {
  outline: 3px solid rgba(144, 11, 6, 0.24);
  outline-offset: 3px;
}

.blog-hero-button--primary {
  background: var(--blog-red);
  color: #fff;
}

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

.blog-hero-button--secondary {
  background: #fff;
  border-color: #cdbbab;
  color: var(--blog-ink);
}

.blog-hero-button--secondary:hover {
  border-color: var(--blog-red);
  color: var(--blog-red);
}

.blog-meta-line {
  color: #746d66;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-top: 1.35rem;
}

.blog-hero-media {
  margin-right: calc((100vw - min(1280px, 100vw - 2rem)) / -2);
  min-height: 372px;
  overflow: hidden;
  position: relative;
}

.blog-hero-media::after {
  background: linear-gradient(90deg, var(--blog-ivory) 0%, rgba(251, 247, 240, 0.76) 14%, rgba(251, 247, 240, 0) 36%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.blog-hero-media img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 48%;
  position: absolute;
  width: 100%;
}

.blog-index-section {
  background: #fff;
  padding: clamp(2.75rem, 4.5vw, 4.5rem) 0;
}

.blog-index-heading {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.blog-index-heading h2,
.blog-section-heading {
  color: var(--blog-red);
  font-family: var(--blog-serif);
  font-size: clamp(2.1rem, 3vw, 2.85rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.2;
  margin: 0;
}

.blog-index-heading p,
.blog-section-copy {
  color: var(--blog-muted);
  line-height: 1.75;
  margin-top: 0.65rem;
}

.blog-count {
  color: #756d66;
  flex: 0 0 auto;
  font-size: 0.88rem;
  font-weight: 700;
}

.blog-filter-shell {
  border-bottom: 1px solid var(--blog-border);
  margin-top: 1.45rem;
  position: relative;
}

#blog-category-filter {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.55rem;
  overflow-x: auto;
  padding: 0 0 0.8rem;
  scrollbar-width: none;
}

#blog-category-filter::-webkit-scrollbar {
  display: none;
}

#blog-category-filter .blog-filter-chip {
  border: 1px solid #d8c9bc !important;
  border-radius: 8px;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0.64rem 1rem;
  white-space: nowrap;
}

#blog-category-filter .blog-filter-chip[aria-pressed="true"] {
  background: var(--blog-red) !important;
  border-color: var(--blog-red) !important;
  box-shadow: 0 5px 16px rgba(139, 0, 0, 0.15) !important;
  color: #fff !important;
}

#blog-category-filter .blog-filter-chip[aria-pressed="false"] {
  background: #fff !important;
  border-color: #d8c9bc !important;
  color: #4d4742 !important;
}

#blog-category-filter .blog-filter-chip[aria-pressed="false"]:hover {
  background: var(--blog-ivory) !important;
  border-color: #bda695 !important;
  color: var(--blog-red) !important;
}

.blog-filter-hint {
  color: #81776e;
  display: none;
  font-size: 0.82rem;
  gap: 0.45rem;
  margin-top: 0.7rem;
}

.blog-filter-hint span {
  color: var(--blog-red);
  font-size: 1.05rem;
}

.blog-index-layout {
  display: grid;
  gap: 2.25rem;
  grid-template-columns: minmax(0, 1fr) 292px;
  margin-top: 1.45rem;
}

.blog-results-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-card {
  background: #fff;
  border: 1px solid var(--blog-border);
  border-radius: var(--blog-radius);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.blog-card:hover {
  border-color: #c9b2a0;
  box-shadow: var(--blog-shadow);
  transform: translateY(-2px);
}

.blog-card-media-link {
  background: var(--blog-ivory-deep);
  display: block;
  overflow: hidden;
}

.blog-card-media {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 300ms ease;
  width: 100%;
}

.blog-card:hover .blog-card-media {
  transform: scale(1.018);
}

.blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.15rem 1.15rem 1.25rem;
}

.blog-card-meta {
  color: #857d75;
  font-size: 0.8rem;
  line-height: 1.5;
}

.blog-card-title {
  color: var(--blog-ink);
  display: -webkit-box;
  font-family: var(--blog-serif);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.55rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.blog-card-title a {
  display: block;
}

.blog-card-title a:hover {
  color: var(--blog-red);
}

.blog-card-title a:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(139, 0, 0, 0.24);
  outline-offset: 4px;
}

.blog-card-description {
  color: var(--blog-muted);
  display: -webkit-box;
  font-size: 0.9rem;
  line-height: 1.75;
  margin-top: 0.65rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.blog-card-link {
  align-items: center;
  color: var(--blog-red);
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 700;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.95rem;
}

.blog-card-link:hover {
  text-decoration: underline;
}

.blog-card--lead {
  display: grid;
  grid-column: 1 / -1;
  grid-row: auto;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
}

.blog-card--lead .blog-card-media-link {
  min-height: 338px;
}

.blog-card--lead .blog-card-media {
  aspect-ratio: auto;
  height: 100%;
}

.blog-card--lead .blog-card-body {
  padding: 1.65rem;
}

.blog-card--lead .blog-card-title {
  font-size: clamp(1.42rem, 1.8vw, 1.65rem);
  line-height: 1.45;
  margin-top: 0.7rem;
  -webkit-line-clamp: 4;
}

.blog-card--lead .blog-card-description {
  font-size: 0.96rem;
  line-height: 1.82;
  margin-top: 0.9rem;
  -webkit-line-clamp: 4;
}

.blog-card--compact {
  display: grid;
  grid-template-columns: minmax(145px, 38%) minmax(0, 1fr);
  min-height: 230px;
}

.blog-card--compact .blog-card-media-link {
  height: 100%;
}

.blog-card--compact .blog-card-media {
  aspect-ratio: auto;
  height: 100%;
}

.blog-card--compact .blog-card-body {
  padding: 1rem 1rem 1.05rem;
}

.blog-card--compact .blog-card-title {
  font-size: 1.06rem;
  line-height: 1.48;
  margin-top: 0.48rem;
  -webkit-line-clamp: 3;
}

.blog-card--compact .blog-card-description {
  display: -webkit-box;
  font-size: 0.86rem;
  line-height: 1.65;
  -webkit-line-clamp: 2;
}

.blog-card--compact .blog-card-link {
  display: inline-flex;
}

.blog-sidebar-panel {
  background: #fff;
  border: 1px solid var(--blog-border);
  border-radius: 14px;
  padding: 1.35rem;
}

.blog-sidebar-panel--valuation {
  background: var(--blog-ivory);
  border-color: #d9c5b6;
}

.blog-market-section {
  background: var(--blog-ivory);
  padding: clamp(3rem, 6vw, 5.5rem) 0;
}

.blog-market-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2.5rem;
}

.blog-market-column {
  border-left: 1px solid #dfd2c4;
  padding: 0.35rem 1.5rem 0.5rem;
}

.blog-market-column:first-child {
  border-left: 0;
  padding-left: 0;
}

.blog-market-icon {
  align-items: center;
  background: #fff;
  border: 1px solid var(--blog-border);
  border-radius: 50%;
  color: var(--blog-red);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.blog-market-column h3 {
  color: var(--blog-ink);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 1rem;
}

.blog-market-column dl {
  color: var(--blog-muted);
  font-size: 0.88rem;
  line-height: 1.7;
  margin-top: 1.2rem;
}

.blog-market-column dt {
  color: var(--blog-ink);
  font-weight: 700;
  margin-top: 0.75rem;
}

.blog-market-column dd {
  margin: 0.2rem 0 0;
}

.blog-service-rail {
  background: #fff;
  border-bottom: 1px solid var(--blog-border);
  border-top: 1px solid var(--blog-border);
  padding: 2rem 0;
}

.blog-service-row {
  align-items: center;
  display: flex;
  gap: 1.25rem 1.75rem;
}

.blog-service-row h2 {
  color: var(--blog-red);
  flex: 0 0 auto;
  font-size: 1.35rem;
  font-weight: 700;
}

.blog-service-links {
  align-items: center;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 0.7rem 0;
}

.blog-service-links a {
  border-left: 1px solid var(--blog-border);
  color: #514b46;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.15rem 1rem;
}

.blog-service-links a:hover {
  color: var(--blog-red);
  text-decoration: underline;
}

.blog-valuation-section {
  background: var(--blog-ivory);
  padding: clamp(3rem, 6vw, 5.5rem) 0;
}

.blog-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 2.5rem auto;
  max-width: 920px;
  position: relative;
}

.blog-timeline::before {
  background: #d7b778;
  content: "";
  height: 1px;
  left: 16.66%;
  position: absolute;
  right: 16.66%;
  top: 20px;
}

.blog-step {
  padding: 0 1.25rem;
  position: relative;
  text-align: center;
}

.blog-step-number {
  align-items: center;
  background: var(--blog-red);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
  z-index: 1;
}

.blog-step h3 {
  color: var(--blog-ink);
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.8rem;
}

.blog-step p {
  color: var(--blog-muted);
  font-size: 0.85rem;
  line-height: 1.65;
  margin-top: 0.4rem;
}

.blog-checklist-layout {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) 260px;
  margin-top: 2.5rem;
}

.blog-checklist-table {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--blog-border);
  border-radius: 14px;
  overflow: hidden;
}

.blog-checklist-table table {
  width: 100%;
}

.blog-checklist-table th,
.blog-checklist-table td {
  border-bottom: 1px solid var(--blog-border);
  padding: 0.85rem 1rem;
  text-align: left;
}

.blog-checklist-table tbody tr:last-child td {
  border-bottom: 0;
}

.blog-checklist-table th {
  color: var(--blog-red);
  font-size: 0.84rem;
}

.blog-checklist-table td {
  color: #5f5852;
  font-size: 0.86rem;
}

.blog-checklist-cta {
  border-left: 1px solid #dacbbb;
  padding-left: 2rem;
  text-align: center;
}

.blog-checklist-cta i {
  color: var(--blog-red);
  font-size: 1.75rem;
}

.blog-checklist-cta p {
  color: var(--blog-muted);
  font-size: 0.9rem;
  line-height: 1.65;
  margin-top: 0.8rem;
}

.blog-checklist-cta a {
  background: var(--blog-red);
  border-radius: 9px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  margin-top: 1.1rem;
  padding: 0.75rem 1.25rem;
  width: 100%;
}

#faq {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

#faq .section-subtitle {
  margin: 0.7rem 0 0;
  max-width: 740px;
  text-align: left;
}

#faq .space-y-4 {
  border: 1px solid var(--blog-border);
  border-radius: 14px;
  margin-top: 2rem;
  overflow: hidden;
}

#faq .space-y-4 > div {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}

#faq .space-y-4 > div + div {
  border-top: 1px solid var(--blog-border);
}

#faq .faq-question {
  color: var(--blog-ink);
  font-size: 1rem;
  min-height: 60px;
  padding: 1rem 1.25rem;
}

#faq .faq-question:hover,
#faq .faq-question.active {
  background: var(--blog-ivory);
  color: var(--blog-red);
}

.blog-final-cta {
  background: var(--blog-red);
  color: #fff;
  padding: 2.5rem 0;
}

.blog-final-cta-inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.blog-final-cta h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  line-height: 1.3;
}

.blog-final-cta p {
  color: #f4dfdf;
  margin-top: 0.45rem;
}

.blog-final-cta a {
  align-items: center;
  background: #fff;
  border-radius: 9px;
  color: var(--blog-red);
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 700;
  min-height: 48px;
  padding: 0.75rem 1.3rem;
}

@media (max-width: 1180px) {
  .blog-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-hero-inner {
    padding-left: 0.5rem;
  }
}

@media (max-width: 1023px) {
  .blog-index-layout {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .blog-card--lead {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .blog-card--compact {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  #blog-sidebar {
    display: none;
  }

  .blog-filter-hint {
    align-items: center;
    display: flex;
  }

  .blog-market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2rem;
  }

  .blog-market-column:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .blog-editorial-hero {
    min-height: 510px;
  }

  .blog-hero-layout {
    display: block;
    min-height: 510px;
  }

  .blog-hero-inner {
    max-width: none;
    padding: 2.2rem 0 2rem;
  }

  .blog-editorial-hero .page-main-title {
    font-size: clamp(2.35rem, 11.2vw, 3rem);
    line-height: 1.1;
    max-width: 88%;
  }

  .blog-hero-copy {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 1rem;
    max-width: 86%;
  }

  .blog-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
    margin-top: 1.3rem;
  }

  .blog-hero-button {
    min-height: 48px;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    width: min(86%, 330px);
  }

  .blog-meta-line {
    font-size: 0.84rem;
    margin-top: 1.05rem;
    max-width: 86%;
  }

  .blog-hero-media {
    bottom: 0;
    height: 100%;
    margin: 0 -1rem 0 0;
    min-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 69%;
  }

  .blog-hero-media::after {
    background: linear-gradient(90deg, var(--blog-ivory) 0%, rgba(251, 247, 240, 0.96) 18%, rgba(251, 247, 240, 0.55) 46%, rgba(251, 247, 240, 0.06) 78%);
  }

  .blog-hero-media img {
    object-position: 54% center;
  }

  .blog-index-section {
    padding: 2.25rem 0 3rem;
  }

  .blog-index-heading {
    align-items: start;
    flex-direction: column;
    gap: 0.55rem;
  }

  .blog-index-heading h2,
  .blog-section-heading {
    font-size: 2.05rem;
  }

  .blog-index-heading p {
    font-size: 0.92rem;
    margin-top: 0.45rem;
  }

  .blog-filter-shell {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 1.15rem;
    padding-left: 1rem;
  }

  #blog-category-filter {
    scroll-snap-type: x proximity;
    padding-right: 2.5rem;
  }

  #blog-category-filter .blog-filter-chip {
    min-height: 44px;
    padding: 0.58rem 0.88rem;
    scroll-snap-align: start;
  }

  .blog-filter-hint {
    align-items: center;
    display: flex;
  }

  .blog-index-layout {
    margin-top: 1.25rem;
  }

  .blog-results-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .blog-card {
    border-color: var(--blog-border);
    border-radius: 13px;
    box-shadow: none;
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 148px;
    overflow: hidden;
    padding: 0;
  }

  .blog-card + .blog-card {
    margin-top: 0.85rem;
  }

  .blog-card:hover {
    border-color: var(--blog-border);
    box-shadow: none;
    transform: none;
  }

  .blog-card-media-link,
  .blog-card--compact .blog-card-media-link {
    height: 100%;
    min-height: 148px;
  }

  .blog-card-media {
    aspect-ratio: auto;
    border-radius: 0;
    height: 100%;
    min-height: 148px;
    width: 118px;
  }

  .blog-card-body {
    min-width: 0;
    padding: 0.9rem;
    position: relative;
  }

  .blog-card-meta {
    font-size: 0.72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .blog-card-title {
    font-size: 1rem;
    line-height: 1.48;
    margin-top: 0.4rem;
    padding-right: 0.2rem;
    -webkit-line-clamp: 3;
  }

  .blog-card-description {
    display: none;
  }

  .blog-card-link {
    bottom: 0.8rem;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0.9rem;
  }

  .blog-card-link span {
    display: none;
  }

  .blog-card--compact {
    display: grid;
    grid-column: auto;
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 148px;
  }

  .blog-card--lead {
    display: flex;
    flex-direction: column;
    grid-column: auto;
    min-height: 0;
  }

  .blog-card--lead .blog-card-media-link {
    height: auto;
    min-height: 0;
  }

  .blog-card--lead .blog-card-media {
    aspect-ratio: 2 / 1;
    height: auto;
    min-height: 0;
    width: 100%;
  }

  .blog-card--lead .blog-card-title {
    font-size: 1.22rem;
    line-height: 1.48;
    margin-top: 0.5rem;
    -webkit-line-clamp: 4;
  }

  .blog-card--compact .blog-card-description {
    display: none;
  }

  .blog-card--lead .blog-card-description {
    display: -webkit-box;
    font-size: 0.91rem;
    line-height: 1.72;
    margin-top: 0.6rem;
    -webkit-line-clamp: 2;
  }

  .blog-card--compact .blog-card-link {
    display: inline-flex;
  }

  .blog-card--compact .blog-card-body {
    padding: 0.9rem;
  }

  .blog-card--lead .blog-card-body {
    padding: 1rem 1.05rem 1.1rem;
  }

  .blog-card--lead .blog-card-link {
    bottom: auto;
    margin-top: 0.8rem;
    padding-top: 0.15rem;
    position: static;
    right: auto;
  }

  .blog-card--lead .blog-card-link span {
    display: inline;
  }

  #blog-index-pagination {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.35rem;
  }

  .blog-market-section {
    padding: 3rem 0;
  }

  .blog-market-grid {
    grid-template-columns: 1fr;
    margin-top: 1.8rem;
    row-gap: 0;
  }

  .blog-market-column,
  .blog-market-column:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #dfd2c4;
    padding: 1.3rem 0;
  }

  .blog-market-column:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .blog-market-icon {
    height: 42px;
    width: 42px;
  }

  .blog-service-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .blog-service-links {
    margin-left: -0.75rem;
  }

  .blog-service-links a {
    padding: 0.2rem 0.75rem;
  }

  .blog-valuation-section {
    padding: 3rem 0;
  }

  .blog-timeline {
    gap: 1.1rem;
    grid-template-columns: 1fr;
    margin: 1.8rem 0;
  }

  .blog-timeline::before {
    bottom: 0;
    height: auto;
    left: 19px;
    right: auto;
    top: 20px;
    width: 1px;
  }

  .blog-step {
    display: grid;
    gap: 0 0.8rem;
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 0;
    text-align: left;
  }

  .blog-step h3,
  .blog-step p {
    grid-column: 2;
    margin-top: 0;
  }

  .blog-step h3 {
    align-self: center;
    grid-row: 1;
  }

  .blog-step p {
    margin-top: 0.25rem;
  }

  .blog-step-number {
    grid-row: 1 / span 2;
  }

  .blog-checklist-layout {
    grid-template-columns: 1fr;
    margin-top: 1.75rem;
  }

  .blog-checklist-table {
    overflow-x: auto;
  }

  .blog-checklist-table table {
    min-width: 560px;
  }

  .blog-checklist-cta {
    border-left: 0;
    border-top: 1px solid #dacbbb;
    padding-left: 0;
    padding-top: 1.5rem;
  }

  #faq .section-subtitle {
    font-size: 0.92rem;
  }

  #faq .faq-question {
    font-size: 0.94rem;
    gap: 1rem;
    min-height: 56px;
    padding: 0.9rem 1rem;
  }

  .blog-final-cta-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 1.25rem;
  }

  .blog-final-cta a {
    justify-content: center;
    width: 100%;
  }

}

@media (prefers-reduced-motion: reduce) {
  .blog-card,
  .blog-hero-button {
    transition: none;
  }
}
