.rh-benefits-block {
  position: relative;
  padding: 80px 5%;
}

.rh-benefits-block > * {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.rh-benefits-head.wp-block-group {
  margin-bottom: 36px;
  text-align: center;
}

.rh-benefits-label {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.rh-benefits-heading {
  margin: 0 auto;
  max-width: 860px;
  color: var(--ink);
  text-align: center;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  line-height: 1.2;
}

.rh-benefits-heading span:not([style]):not([class*="has-"]) {
  color: var(--green);
}

.rh-benefits-grid.wp-block-columns {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 0;
}

.rh-benefits-grid.wp-block-columns > .wp-block-column {
  margin: 0;
}

.rh-benefit-card {
  margin: 0;
  padding: 22px 16px;
  border-radius: 14px;
  border: 1.5px solid var(--border);
  background: var(--white);
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s;
}

.rh-benefit-card:hover {
  border-color: var(--green);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(39, 174, 96, 0.1);
}

.rh-benefit-number {
  margin: 0;
  color: var(--green);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.9rem;
  line-height: 1;
}

.rh-benefit-title {
  margin: 8px 0 4px;
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35;
}

.rh-benefit-body {
  margin: 0;
  color: var(--ink-70);
  font-size: 0.7rem;
  line-height: 1.55;
}

.rh-benefits-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

.rh-benefit-card--d1 {
  transition-delay: 0.06s;
}

.rh-benefit-card--d2 {
  transition-delay: 0.12s;
}

.rh-benefit-card--d3 {
  transition-delay: 0.18s;
}

.rh-benefits-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.rh-transp-grid.wp-block-columns {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.rh-transp-grid.wp-block-columns > .wp-block-column {
  margin: 0;
}

.rh-transp-card {
  position: relative;
  margin: 0;
  padding: 22px 20px 22px 74px;
  border-radius: 14px;
  border: 1.5px solid var(--border, #e2ece6);
  background: var(--sand, #f5f1e8);
  transition: all 0.3s;
}

.rh-transp-card:hover {
  border-color: var(--sage, #7ab89a);
  background: #fff;
}

.rh-transp-card::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(39, 174, 96, 0.2);
  background: linear-gradient(135deg, rgba(39, 174, 96, 0.1), rgba(23, 165, 137, 0.07));
}

.rh-transp-card::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 33px;
  width: 18px;
  height: 18px;
  background: var(--green);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.rh-transp-card--file::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' fill='black'%3E%3Cpath d='M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.3 0-24-10.7-24-24zM305.9 107.9L276.1 78.1l29.8 29.8z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' fill='black'%3E%3Cpath d='M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.3 0-24-10.7-24-24zM305.9 107.9L276.1 78.1l29.8 29.8z'/%3E%3C/svg%3E");
}

.rh-transp-card--search::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='black'%3E%3Cpath d='M500.3 443.7L380.6 324a208 208 0 1 0-56.6 56.6l119.7 119.7c6.2 6.2 16.4 6.2 22.6 0l34-34c6.2-6.2 6.2-16.4 0-22.6zM208 336a128 128 0 1 1 0-256 128 128 0 1 1 0 256z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='black'%3E%3Cpath d='M500.3 443.7L380.6 324a208 208 0 1 0-56.6 56.6l119.7 119.7c6.2 6.2 16.4 6.2 22.6 0l34-34c6.2-6.2 6.2-16.4 0-22.6zM208 336a128 128 0 1 1 0-256 128 128 0 1 1 0 256z'/%3E%3C/svg%3E");
}

.rh-transp-card--download::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='black'%3E%3Cpath d='M296 384h-80c-13.3 0-24 10.7-24 24v8h128v-8c0-13.3-10.7-24-24-24zM239 17c9.4-9.4 24.6-9.4 33.9 0l136 136c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L280 92.1V280c0 13.3-10.7 24-24 24s-24-10.7-24-24V92.1L137 186.9c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l136-136z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='black'%3E%3Cpath d='M296 384h-80c-13.3 0-24 10.7-24 24v8h128v-8c0-13.3-10.7-24-24-24zM239 17c9.4-9.4 24.6-9.4 33.9 0l136 136c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L280 92.1V280c0 13.3-10.7 24-24 24s-24-10.7-24-24V92.1L137 186.9c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l136-136z'/%3E%3C/svg%3E");
}

.rh-transp-card--shield::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='black'%3E%3Cpath d='M466.5 83.7l-192-80a48 48 0 0 0-37 0l-192 80A48 48 0 0 0 16 128c0 198.4 114.6 303.5 214.7 382.3a48 48 0 0 0 50.6 0C381.4 431.5 496 326.4 496 128a48 48 0 0 0-29.5-44.3z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='black'%3E%3Cpath d='M466.5 83.7l-192-80a48 48 0 0 0-37 0l-192 80A48 48 0 0 0 16 128c0 198.4 114.6 303.5 214.7 382.3a48 48 0 0 0 50.6 0C381.4 431.5 496 326.4 496 128a48 48 0 0 0-29.5-44.3z'/%3E%3C/svg%3E");
}

.rh-transp-title {
  margin: 0 0 3px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
}

.rh-transp-body {
  margin: 0;
  color: var(--ink-70);
  font-size: 0.77rem;
  line-height: 1.6;
}

.rh-transp-card--d1 {
  transition-delay: 0.06s;
}

.rh-transp-card--d2 {
  transition-delay: 0.12s;
}

.rh-transp-card--d3 {
  transition-delay: 0.18s;
}

@media (max-width: 1100px) {
  .rh-benefits-grid.wp-block-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .rh-benefits-block {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .rh-benefits-grid.wp-block-columns {
    grid-template-columns: 1fr;
  }

  .rh-transp-grid.wp-block-columns {
    grid-template-columns: 1fr;
  }

  .rh-transp-card {
    padding-left: 72px;
  }
}
