.isy-home-hero .wp-block-cover__background {
  background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.16), transparent 45%), radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.12), transparent 45%);
}

.isy-home-section {
  padding-top: clamp(2.25rem, 4vw, 4rem);
  padding-bottom: clamp(2.25rem, 4vw, 4rem);
}

.isy-home-hero-content .isy-home-eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.9;
  margin-bottom: 0.75rem;
}
.isy-home-hero-content .isy-home-hero-title {
  text-wrap: balance;
  margin-bottom: 1rem;
}
.isy-home-hero-content .isy-home-hero-lead {
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.95;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
}

.isy-home-btn .wp-block-button__link {
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.isy-home-btn .wp-block-button__link:hover {
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.15);
}

.isy-home-btn--ghost .wp-block-button__link {
  border-width: 2px;
}

.isy-feature-card {
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.isy-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.09) !important;
}
.isy-feature-card .isy-feature-title {
  margin-bottom: 0.75rem;
  font-size: clamp(1.1rem, 1.3vw, 1.35rem);
}
.isy-feature-card .isy-feature-text {
  color: var(--bs-secondary);
  line-height: 1.65;
}

.isy-section-heading .isy-section-title {
  margin-bottom: 0.5rem;
}
.isy-section-heading .isy-section-subtitle {
  color: var(--bs-secondary);
  margin-bottom: 0;
}

.isy-offers-grid .isy-offer-card {
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.isy-offers-grid .isy-offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08) !important;
}
.isy-offers-grid .isy-offer-card .wp-block-post-featured-image {
  margin-bottom: 0.75rem;
  overflow: hidden;
  border-radius: 0.85rem;
}
.isy-offers-grid .isy-offer-card .wp-block-post-featured-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.isy-offers-grid .isy-offer-card .wp-block-post-title {
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
  line-height: 1.35;
}
.isy-offers-grid .isy-offer-card .wp-block-post-excerpt {
  color: var(--bs-secondary);
  font-size: 0.95rem;
}

.isy-home-cta-panel {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.isy-home-cta-panel .isy-section-title {
  margin-bottom: 0.6rem;
}
.isy-home-cta-panel .isy-section-subtitle {
  margin-bottom: 1.5rem;
  color: var(--bs-secondary);
}

@media (max-width: 991.98px) {
  .isy-home-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .isy-offers-grid .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767.98px) {
  .isy-home-hero-content {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .isy-offers-grid .wp-block-post-template {
    grid-template-columns: 1fr !important;
  }
}
