.home-expert { padding: 64px 0; background: #fff; }
.home-expert-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 24px;
  overflow: hidden;
  border-radius: 24px;
  background: #173d2b;
}
.home-expert-copy { position: relative; z-index: 1; align-self: center; padding: 52px 0 52px 56px; }
.home-expert-eyebrow { display: block; margin-bottom: 18px; color: #b8d6c3; font-size: 13px; font-weight: 600; letter-spacing: .16em; }
.home-expert h2 { margin: 0 0 20px; color: #fff; font-size: clamp(40px, 4.5vw, 62px); line-height: 1.04; letter-spacing: -.035em; }
.home-expert h2 span { color: #bde5aa; }
.home-expert .home-expert-copy p { max-width: 430px; margin: 0 0 28px; color: #d3e1d8 !important; font-size: 18px; font-weight: 400 !important; line-height: 1.65 !important; }
.home-expert-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 16px 22px; border: 1px solid #bde5aa; border-radius: 8px; background: #bde5aa; color: #173d2b; font-size: 18px; font-weight: 700; line-height: 1.4; transition: background-color .2s, color .2s; }
.home-expert-link svg { width: 22px; height: 22px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.6; }
.home-expert-link:hover { background: #fff; border-color: #fff; color: #173d2b; }
.home-expert-link:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }
.home-expert-portrait { position: relative; display: flex; align-items: flex-end; justify-content: center; align-self: stretch; min-width: 0; padding: 32px 24px 0; }
.home-expert-portrait::before { content: ""; position: absolute; width: 390px; max-width: 110%; aspect-ratio: 1; bottom: -50px; left: 50%; transform: translateX(-50%); border: 1px solid #ffffff14; border-radius: 50%; background: #ffffff08; box-shadow: 0 0 0 32px #ffffff03; }
.home-expert-portrait img { position: relative; display: block; width: min(100%, 310px); height: auto; }

@media (max-width: 991px) {
  .home-expert { padding: 48px 0; }
  .home-expert-card { grid-template-columns: 1.2fr 1fr; gap: 16px; }
  .home-expert-copy { padding: 36px 0 36px 32px; }
  .home-expert-portrait { padding-inline: 12px; }
}

@media (max-width: 767px) {
  .home-expert-card { grid-template-columns: 1fr; gap: 0; border-radius: 18px; }
  .home-expert-copy { padding: 36px 28px 12px; }
  .home-expert h2 { font-size: 44px; }
  .home-expert .home-expert-copy p { max-width: 100%; font-size: 17px; }
  .home-expert-portrait { padding: 16px 28px 0; }
  .home-expert-portrait img { width: 220px; }
  .home-expert-portrait::before { width: 300px; bottom: -70px; }
}

@media (max-width: 575px) {
  .home-expert { padding: 36px 0; }
  .home-expert .container { padding-inline: 20px; }
  .home-expert-copy { padding-inline: 24px; }
  .home-expert-link { gap: 20px; padding: 14px 18px; font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-expert-link { transition: none; }
}
