.expert-tech-home {
  margin-block: 42px;
  padding-block: 34px 38px;
  border-block: 1px solid #e5e0ee;
}

.expert-tech-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
}

.expert-tech-eyebrow {
  margin: 0 0 7px;
  color: #6842b0;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .13em;
}

.expert-tech-heading h2 {
  margin: 0;
  color: #281063;
  font: 400 clamp(1.8rem, 3vw, 2.7rem)/1.02 Georgia, serif;
  letter-spacing: -.035em;
}

.expert-tech-intro {
  max-width: 780px;
  margin: 10px 0 0;
  color: #625873;
  line-height: 1.55;
}

.expert-tech-all {
  flex: 0 0 auto;
  padding: 11px 15px;
  border: 1px solid #d9d1e8;
  border-radius: 12px;
  color: #301272;
  background: #fff;
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none;
}

.expert-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.expert-tech-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e4deec;
  border-radius: 18px;
  color: #27174d;
  background: #fff;
  box-shadow: 0 14px 35px rgba(45, 23, 89, .08);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.expert-tech-card:hover {
  transform: translateY(-3px);
  border-color: #bcaadc;
  box-shadow: 0 20px 44px rgba(45, 23, 89, .14);
}

.expert-tech-card:focus-visible { outline: 3px solid #6e45bd; outline-offset: 3px; }
.expert-tech-media { display: grid; place-items: center; height: 128px; padding: 14px; background: linear-gradient(145deg, #faf9fd, #f0edf7); }
.expert-tech-media img { width: min(160px, 78%); height: 100px; object-fit: contain; mix-blend-mode: multiply; }
.expert-tech-card-copy { display: flex; flex-direction: column; min-height: 165px; padding: 15px; }
.expert-tech-category { color: #7655b1; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.expert-tech-title { display: -webkit-box; min-height: 44px; margin: 8px 0 7px; overflow: hidden; color: #281653; font-size: .92rem; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.expert-tech-merchant, .expert-tech-delivery { color: #6c6377; font-size: .73rem; }
.expert-tech-price { margin-top: auto; padding-top: 16px; color: #24104f; font-size: 1.22rem; font-weight: 850; }
.expert-tech-price-note { margin-top: 3px; color: #7a7185; font-size: .67rem; }
.expert-tech-delivery { margin-top: 6px; }
.expert-tech-disclosure { margin: 16px 0 0; color: #756c80; font-size: .72rem; line-height: 1.5; }

@media (max-width: 1050px) { .expert-tech-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .expert-tech-home { margin-block: 28px; padding-block: 26px; } .expert-tech-heading { align-items: stretch; flex-direction: column; gap: 16px; } .expert-tech-all { align-self: flex-start; } }
@media (max-width: 500px) { .expert-tech-grid { grid-template-columns: 1fr; } .expert-tech-media { height: 118px; } .expert-tech-media img { height: 92px; } }
@media (prefers-reduced-motion: reduce) { .expert-tech-card { transition: none; } .expert-tech-card:hover { transform: none; } }
