.sepal-rhd-intro, .sepal-rhd-intro * { box-sizing: border-box; }
.sepal-rhd-intro {
  --sepal-green-mid: #152e29;
  --sepal-green-accent: #1e3d38;
  --sepal-yellow: #f5c842;
  --sepal-border-white: rgba(255,255,255,0.09);
  --sepal-text-muted: rgba(255,255,255,0.42);
  background: var(--sepal-green-mid);
  padding: 100px 88px;
  color: #fff;
}
.sepal-rhd-intro__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 96px; align-items: center; }
.sepal-rhd-intro__eyebrow, .sepal-rhd-intro__clients-title { font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: var(--sepal-yellow); margin: 0 0 18px; display: flex; align-items: center; gap: 14px; }
.sepal-rhd-intro__clients-title { margin-bottom: 28px; }
.sepal-rhd-intro__eyebrow::before, .sepal-rhd-intro__clients-title::before { content: ''; width: 32px; height: 1px; background: var(--sepal-yellow); flex: 0 0 auto; }
.sepal-rhd-intro__title { font-family: Fraunces, Georgia, serif; font-size: clamp(36px, 4vw, 54px); font-weight: 200; line-height: 1.05; color: #fff; margin: 0 0 28px; }
.sepal-rhd-intro__title em { font-style: italic; color: var(--sepal-yellow); font-weight: 300; }
.sepal-rhd-intro__body { font-size: 16px; font-weight: 300; line-height: 1.85; color: rgba(255,255,255,.55); margin-bottom: 40px; }
.sepal-rhd-intro__body p { margin: 0 0 1em; }
.sepal-rhd-intro__button { display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--sepal-yellow); border: 1px solid rgba(245,200,66,.28); padding: 9px 22px; text-decoration: none; background: transparent; transition: all .25s cubic-bezier(0.25,0.46,0.45,0.94); }
.sepal-rhd-intro__button:hover { background: var(--sepal-yellow); color: #0a1e1b; }
.sepal-rhd-intro__clients-list { display: flex; flex-direction: column; gap: 2px; background: var(--sepal-border-white); }
.sepal-rhd-intro__client { display: flex; align-items: center; gap: 20px; padding: 22px 28px; background: var(--sepal-green-mid); transition: background .3s ease, transform .3s ease; }
.sepal-rhd-intro__client:hover { background: var(--sepal-green-accent); }
.sepal-rhd-intro__client-icon { width: 44px; min-width: 44px; display: flex; align-items: center; justify-content: center; color: var(--sepal-yellow); font-size: 26px; line-height: 1; text-align: center; }
.sepal-rhd-intro__client-icon svg { width: 1em; height: 1em; display: block; fill: currentColor; }
.sepal-rhd-intro__client-image { width: 44px; height: 44px; min-width: 44px; object-fit: cover; display: block; }
.sepal-rhd-intro__client-name { font-size: 14px; font-weight: 500; color: #fff; letter-spacing: .02em; }
.sepal-rhd-intro__client-desc { font-size: 12px; font-weight: 300; color: var(--sepal-text-muted); margin-top: 2px; line-height: 1.45; }
@media (max-width: 1100px) { .sepal-rhd-intro { padding: 80px 40px; } .sepal-rhd-intro__grid { grid-template-columns: 1fr !important; gap: 60px; } }
@media (max-width: 640px) { .sepal-rhd-intro { padding: 60px 24px; } .sepal-rhd-intro__client { padding: 20px 20px; gap: 16px; align-items: flex-start; } }
