.expertos-section { position: relative; padding: 90px 0 100px; background: #ffffff; overflow: hidden; }
.expertos-section::before { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 900px; height: 900px; background: url("../images/fondo-zodiaco.png") center/contain no-repeat; opacity: 0.15; pointer-events: none; }
.expertos-shell { position: relative; max-width: 1140px; margin: 0 auto; padding: 0 32px; z-index: 1; }
.expertos-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.expertos-header-left { flex: 1 1 auto; }
.expertos-badge { display: inline-block; padding: 5px 14px; border-radius: 20px; background: #e8f5e9; color: #388e3c; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 18px; }
.expertos-title { font-size: clamp(26px,3vw,40px); font-weight: 700; color: #1a1a1a; line-height: 1.2; max-width: 680px; }
.expertos-header-right { flex: 0 0 auto; padding-top: 44px; }
.expertos-notify { display: inline-block; padding: 11px 26px; border: 1.5px solid #c8b89a; border-radius: 30px; background: transparent; color: #7b5628; font-size: 14px; font-weight: 600; text-decoration: none; transition: background 0.2s, color 0.2s; white-space: nowrap; }
.expertos-notify:hover { background: #7b5628; color: #ffffff; }
.expertos-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.experto-card { background: #ffffff; border: 1px solid #ede8e0; border-radius: 16px; padding: 20px 18px 16px; display: flex; flex-direction: column; gap: 16px; box-shadow: 0 4px 18px rgba(0,0,0,0.05); transition: transform 0.2s, box-shadow 0.2s; }
.experto-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.09); }
.experto-card-top { display: flex; gap: 14px; align-items: flex-start; }
.experto-avatar { flex: 0 0 70px; width: 70px; height: 70px; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.experto-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.experto-avatar--one   { background: linear-gradient(135deg,#f9a8c0,#e05c8a); }
.experto-avatar--two   { background: linear-gradient(135deg,#d4956a,#9b5e2a); }
.experto-avatar--three { background: linear-gradient(135deg,#f4a261,#e76f51); }
.experto-info { flex: 1 1 auto; min-width: 0; }
.experto-stars { display: flex; align-items: center; gap: 2px; margin-bottom: 5px; }
.experto-star { color: #f59e0b; font-size: 13px; }
.experto-star--half { opacity: 0.4; }
.experto-rating { font-size: 12px; font-weight: 600; color: #888; margin-left: 4px; }
.experto-name { font-size: 14px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.experto-meta { list-style: none; display: flex; flex-direction: column; gap: 5px; }
.experto-meta li { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #555; }
.experto-meta svg { width: 13px; height: 13px; flex: 0 0 13px; fill: #888; stroke: #888; }
.experto-card-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #f0ebe3; padding-top: 12px; gap: 8px; }
.experto-price-wrap { display: flex; flex-direction: column; gap: 2px; }
.experto-flat { font-size: 9px; font-weight: 700; letter-spacing: 0.8px; color: #888; text-transform: uppercase; }
.experto-price { font-size: 13px; font-weight: 700; color: #1a1a1a; }
.experto-price del { font-weight: 400; color: #bbb; font-size: 12px; margin-left: 4px; }
.experto-status { border: none; border-radius: 20px; padding: 6px 14px; font-size: 12px; font-weight: 600; cursor: pointer; white-space: nowrap; }
.experto-status--online  { background: #e8f5e9; color: #388e3c; border: 1px solid #a5d6a7; }
.experto-status--offline { background: #f5f5f5; color: #999; border: 1px solid #e0e0e0; }
