.broker-profile { max-width: 1200px; margin: 0 auto; padding: 150px 6.25% 80px; font-family: 'Inter Tight', sans-serif; color: #012169; }
.broker-profile-header { display: flex; gap: 6%; align-items: flex-start; margin-bottom: 60px; padding-bottom: 60px; border-bottom: 1px solid rgba(1,33,105,0.12); }
.broker-profile-photo { flex: 0 0 300px; }
.broker-profile-photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; }
.broker-profile-photo .no-photo { width: 100%; aspect-ratio: 3/4; background: #d8dce8; }
.broker-profile-info { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 4px; }
.broker-profile-info h1 { font-size: 42px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.1; margin: 0 0 8px; }
.broker-profile-info .bp-title { font-size: 11px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.5; margin: 0 0 28px; }
.bp-contacts a { display: block; color: #012169; text-decoration: none; font-size: 15px; font-weight: 300; line-height: 2; opacity: 0.65; }
.bp-contacts a:hover { opacity: 1; text-decoration: underline; }
.bp-section-label { font-size: 10px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.4; margin: 22px 0 8px; }
.bp-langs { display: flex; flex-wrap: wrap; gap: 6px; }
.bp-lang { font-size: 11px; font-weight: 400; letter-spacing: 0.05em; border: 1px solid rgba(1,33,105,0.25); padding: 3px 9px; }
.bp-links { display: flex; flex-wrap: wrap; gap: 10px; }
.bp-link { font-size: 12px; font-weight: 400; color: #012169; text-decoration: none; opacity: 0.65; letter-spacing: 0.04em; }
.bp-link:hover { opacity: 1; text-decoration: underline; }
.broker-profile-about { margin-bottom: 60px; padding-bottom: 60px; border-bottom: 1px solid rgba(1,33,105,0.12); }
.broker-profile-about h2, .broker-profile-achievements h2 { font-size: 11px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.5; margin: 0 0 20px; }
.broker-profile-about p { font-size: 15px; font-weight: 300; line-height: 1.85; opacity: 0.75; margin: 0; white-space: pre-line; }
.broker-profile-achievements { margin-bottom: 60px; padding-bottom: 60px; border-bottom: 1px solid rgba(1,33,105,0.12); }
.bp-achievements-list { list-style: none; padding: 0; margin: 0; }
.bp-achievements-list li { font-size: 15px; font-weight: 300; line-height: 1.85; opacity: 0.75; padding-left: 16px; position: relative; }
.bp-achievements-list li::before { content: '–'; position: absolute; left: 0; opacity: 0.5; }
.broker-objects-title { font-size: 11px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.5; margin: 0 0 40px; }
.broker-objects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5%; row-gap: 50px; }
.broker-object-card { box-sizing: border-box; }
.obj-slider { position: relative; width: 100%; aspect-ratio: 4/3; overflow: hidden; background: #d8dce8; cursor: pointer; }
.obj-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.4s ease; display: block; }
.obj-slide.rs-active { opacity: 1; }
.obj-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.85); border: none; width: 34px; height: 34px; cursor: pointer; font-size: 18px; color: #012169; display: flex; align-items: center; justify-content: center; z-index: 3; opacity: 0; transition: opacity 0.2s; padding: 0; line-height: 1; }
.obj-slider:hover .obj-nav { opacity: 1; }
.obj-nav.rs-prev { left: 8px; }
.obj-nav.rs-next { right: 8px; }
.obj-dots { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); display: flex; gap: 5px; z-index: 3; }
.obj-dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,0.5); cursor: pointer; border: none; padding: 0; }
.obj-dot.rs-active { background: #fff; }
.broker-object-card .obj-body { padding: 14px 0 0; }
.broker-object-card .obj-slogan { font-size: 13px; font-weight: 300; opacity: 0.5; margin-bottom: 4px; }
.broker-object-card .obj-addr-link { display: block; color: #012169; text-decoration: none; font-size: 16px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 6px; line-height: 1.3; transition: opacity 0.2s; }
.broker-object-card .obj-addr-link:hover { opacity: 0.6; text-decoration: underline; }
.broker-object-card .obj-meta { font-size: 11px; font-weight: 400; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.5; margin-bottom: 8px; }
.broker-object-card .obj-price { font-size: 16px; font-weight: 600; }
#resolve-lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 99999; align-items: center; justify-content: center; }
#resolve-lightbox.lb-open { display: flex; }
.lb-img-wrap { position: relative; }
.lb-img { max-width: 88vw; max-height: 88vh; object-fit: contain; display: block; }
.lb-btn { background: rgba(255,255,255,0.15); border: none; color: #fff; font-size: 28px; width: 52px; height: 52px; cursor: pointer; display: flex; align-items: center; justify-content: center; line-height: 1; padding: 0; transition: background 0.2s; }
.lb-btn:hover { background: rgba(255,255,255,0.3); }
.lb-prev { position: absolute; left: -68px; top: 50%; transform: translateY(-50%); }
.lb-next { position: absolute; right: -68px; top: 50%; transform: translateY(-50%); }
.lb-close { position: absolute; top: -56px; right: 0; }
.lb-counter { position: absolute; bottom: -36px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.6); font-size: 12px; font-family: 'Inter Tight', sans-serif; white-space: nowrap; }
@media (max-width: 900px) {
    .broker-profile-header { flex-direction: column; gap: 32px; }
    .broker-profile-photo { flex: none; width: 55%; max-width: 280px; }
    .broker-objects-grid { grid-template-columns: repeat(2, 1fr); }
    .lb-prev { left: -52px; } .lb-next { right: -52px; }
}
@media (max-width: 600px) {
    .broker-profile-info h1 { font-size: 32px; }
    .broker-profile-photo { width: 75%; }
    .broker-objects-grid { grid-template-columns: 1fr; }
    .lb-prev { left: 4px; } .lb-next { right: 4px; }
}
