.service-card {
  position: relative;
  box-shadow: 0 4px 12px rgba(62, 80, 121, 0.08);
  border-radius: 12px;
  background: #fff;
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  border-top: 4px solid transparent;
}

.service-card:hover {
  box-shadow: 0 12px 30px rgba(62, 80, 121, 0.12);
  transform: translateY(-4px);
  border-top-color: #d1785c;
}

/* Make the card title link create the full clickable area */
.service-card a:first-of-type {
  position: static;
}

/* Stretch the first link across the whole card */
.service-card a:first-of-type::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* Keep the button above the stretched overlay */
.service-card .wp-block-button,
.service-card .wp-block-button a {
  position: relative;
  z-index: 3;
}

/* Button reacts when hovering anywhere on the card */
.service-card:hover .wp-block-button__link {
  background-color: #b8644c;
}

.trust-badge img {
  max-width: 130px;
  opacity: 0.95;
  padding: 8px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(62, 80, 121, 0.06);
  transition: all 0.3s ease;
}

.trust-badge img:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(62, 80, 121, 0.10);
}

.trust-section {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 40px;
}

.process-step {
  transition: all 0.25s ease;
  padding-left: 24px;
  padding-right: 24px;
}

.process-step:hover {
  transform: translateY(-4px);
}

.process-step .wp-block-heading {
  margin-top: 0;
  margin-bottom: 14px;
}

.process-step p {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.7;
}

.process-step-divider {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.tax-planning-hero {
  overflow: hidden;
}

.tax-planning-hero .wp-block-columns {
  align-items: center;
  gap: 40px;
}

.tax-planning-hero .wp-block-heading,
.tax-planning-hero p,
.tax-planning-hero .wp-block-buttons,
.tax-planning-hero .hero-trust-line {
  max-width: 540px;
}

.tax-planning-hero .wp-block-heading {
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.tax-planning-hero .wp-block-column {
  min-width: 0;
}

.tax-planning-hero .wp-block-column:first-child {
  padding-right: 10px;
}

.tax-planning-hero .wp-block-column:last-child img {
  width: 100%;
  height: auto;
  display: block;
}

.centered-list-section ul {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  padding-left: 1.25rem;
}

.centered-list-section p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.centered-list-section .wp-block-heading {
  text-align: center;
}