body.tqpx-matilda-enhanced .tqpx-matilda-profiles,
body.tqpx-matilda-enhanced .tqpx-matilda-profiles * { box-sizing: border-box; }

body.tqpx-matilda-enhanced .tqpx-matilda-profiles {
  --tq-ink: #073f4b;
  --tq-teal: #087985;
  --tq-line: #bddfe2;
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 4vw, 54px);
  width: 100%;
  margin: clamp(28px, 4vw, 46px) 0;
  padding: clamp(28px, 4vw, 48px);
  border: 1.5px solid var(--tq-line);
  border-radius: 28px;
  color: var(--tq-ink);
  background: linear-gradient(135deg, #f8fcfc 0%, #eaf7f7 100%);
  font-family: Montserrat, Arial, sans-serif;
}

body.tqpx-matilda-enhanced .tqpx-matilda-profiles-copy { align-self: center; }
body.tqpx-matilda-enhanced .tqpx-matilda-eyebrow {
  margin: 0 0 10px;
  color: var(--tq-teal);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.tqpx-matilda-enhanced .tqpx-matilda-profiles h3 {
  margin: 0 0 12px;
  color: var(--tq-ink);
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.12;
}

body.tqpx-matilda-enhanced .tqpx-matilda-profiles-copy > p:last-child {
  margin: 0;
  color: #52747c;
  font-size: 16px;
  line-height: 1.65;
}

body.tqpx-matilda-enhanced .tqpx-matilda-profile-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.tqpx-matilda-enhanced .tqpx-matilda-profile-links a {
  display: flex;
  min-height: 72px;
  padding: 14px 17px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #d2e8ea;
  border-radius: 16px;
  color: var(--tq-ink);
  background: rgba(255, 255, 255, .94);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.tqpx-matilda-enhanced .tqpx-matilda-profile-links strong,
body.tqpx-matilda-enhanced .tqpx-matilda-profile-links small { display: block; }
body.tqpx-matilda-enhanced .tqpx-matilda-profile-links strong { font-size: 15px; line-height: 1.35; }
body.tqpx-matilda-enhanced .tqpx-matilda-profile-links small {
  margin-top: 4px;
  color: #617f86;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.35;
}

body.tqpx-matilda-enhanced .tqpx-matilda-profile-links a:is(:hover, :focus-visible) {
  border-color: #65c7ce;
  box-shadow: 0 9px 22px rgba(4, 68, 80, .09);
  transform: translateY(-1px);
}
body.tqpx-matilda-enhanced .tqpx-matilda-profile-links a:focus-visible {
  outline: 3px solid #70d5dc;
  outline-offset: 3px;
}

@media (max-width: 820px) {
  body.tqpx-matilda-enhanced .tqpx-matilda-profiles { grid-template-columns: 1fr; border-radius: 24px; }
}

@media (max-width: 540px) {
  body.tqpx-matilda-enhanced .tqpx-matilda-profiles { margin: 24px 0 32px; padding: 24px 18px; border-radius: 20px; }
  body.tqpx-matilda-enhanced .tqpx-matilda-profile-links { grid-template-columns: 1fr; }
  body.tqpx-matilda-enhanced .tqpx-matilda-profile-links a { min-height: 64px; }
}
