/* PriceONN Editorial Team Index — public /team page */
.team-index-page { max-width: 1100px; margin: 40px auto; padding: 0 20px; color: rgba(255, 255, 255, 0.92); }
.team-hero { text-align: center; margin-bottom: 48px; padding: 32px 20px; background: linear-gradient(135deg, rgba(0, 200, 167, 0.08) 0%, rgba(56, 132, 255, 0.05) 100%); border: 1px solid rgba(0, 200, 167, 0.2); border-radius: 14px; }
.team-hero__title { margin: 0 0 12px; font-size: 32px; font-weight: 700; color: #ffffff; letter-spacing: -0.3px; }
.team-hero__intro { margin: 0 auto; max-width: 720px; font-size: 16px; line-height: 1.55; color: rgba(255, 255, 255, 0.78); }
.team-section__title { margin: 0 0 24px; font-size: 22px; font-weight: 700; color: #ffffff; border-bottom: 1px solid rgba(0, 200, 167, 0.2); padding-bottom: 12px; }
.team-grid-section, .team-how-section { margin-bottom: 48px; }
.team-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.team-card { display: flex; gap: 14px; padding: 18px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px; transition: border-color 0.18s ease, background 0.18s ease; }
.team-card:hover { border-color: rgba(0, 200, 167, 0.45); background: rgba(0, 200, 167, 0.04); }
.team-card__avatar-link { flex-shrink: 0; line-height: 0; }
.team-card__avatar { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(0, 200, 167, 0.4); background: rgba(255, 255, 255, 0.05); }
.team-card__avatar--placeholder { display: inline-flex; align-items: center; justify-content: center; font-size: 32px; font-weight: 700; color: #00c9a7; background: rgba(0, 200, 167, 0.12); }
.team-card__body { flex: 1; min-width: 0; }
.team-card__name { margin: 0 0 4px; font-size: 17px; font-weight: 700; color: #ffffff; line-height: 1.25; }
.team-card__name a { color: inherit; text-decoration: none; }
.team-card__name a:hover { color: #00c9a7; }
.team-card__role { margin: 0 0 10px; font-size: 13px; color: #00c9a7; font-weight: 500; }
.team-card__bio { margin: 0 0 12px; font-size: 13px; line-height: 1.5; color: rgba(255, 255, 255, 0.7); }
.team-card__links { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.team-card__link { font-size: 13px; font-weight: 600; color: #3b8aff; text-decoration: none; }
.team-card__link:hover { text-decoration: underline; }
.team-card__linkedin { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; color: rgba(255, 255, 255, 0.55); text-decoration: none; transition: color 0.18s ease; }
.team-card__linkedin:hover { color: #0a66c2; }
.team-how__text { font-size: 15px; line-height: 1.65; color: rgba(255, 255, 255, 0.82); max-width: 820px; }
@media (max-width: 640px) {
    .team-hero__title { font-size: 26px; }
    .team-hero__intro { font-size: 14px; }
    .team-section__title { font-size: 19px; }
    .team-grid { grid-template-columns: 1fr; }
    .team-card { padding: 14px; gap: 12px; }
    .team-card__avatar { width: 64px; height: 64px; }
}
