.sales-offices{margin-top:40px}.sales-title{font-size:24px;font-weight:700;margin-bottom:24px}.sales-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px}.sales-card{border:1px solid #e6e3ee;border-radius:12px;background:#fff;padding:20px;display:flex;flex-direction:column;gap:10px}.sales-name{font-size:16px;font-weight:600;margin:0 0 6px}.sales-address,.sales-hours{color:#444;margin:0}.sales-address,.sales-button,.sales-hours{font-size:14px;display:flex;align-items:center;gap:6px}.sales-button{margin-top:12px;justify-content:center;border:none;border-radius:8px;background:#F4F3F9;color:#5a5a5a;font-weight:500;padding:10px;cursor:pointer;transition:background .2s}.sales-button:hover{background:#E9E6F3}@media (max-width:768px){.sales-title{font-size:18px;margin-bottom:16px}.sales-grid{grid-template-columns:1fr;gap:16px}.sales-card{padding:16px;gap:8px}.sales-name{font-size:14px}.sales-address,.sales-hours{font-size:12px}.sales-button{width:100%;font-size:13px;padding:12px}}.developer-detail{padding:40px 80px;background:#fff}.developer-header{display:flex;align-items:center;gap:24px;margin-bottom:28px}.developer-logo-big{position:relative;width:160px;height:160px;border:1px solid #e6e3ee;border-radius:4px;background:#fff;display:flex;align-items:center;justify-content:center}.developer-logo-big img{max-width:100%;max-height:100%;object-fit:contain}.developer-info{display:flex;flex-direction:column;justify-content:center}.developer-name{font-size:24px;font-weight:700;margin:0 0 6px}.developer-since{font-size:16px;color:#777;margin:0}.city-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.city{padding:6px 14px;border-radius:6px;border:none;background:#F4F3F9;color:#5a5a5a;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.city:hover{background:#E9E6F3}.city.active{background:#8B68C6;color:#fff}.developer-projects{margin-top:40px}.projects-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.projects-header h2{font-size:24px;font-weight:700;margin:0}.project-count{font-size:14px;color:#777}.map-btn{margin-left:auto;font-size:14px;color:#8B68C6;background:transparent;border:none;cursor:pointer;padding:0}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px 30px;gap:40px 30px}.project-card{border:1px solid #e6e3ee;border-radius:12px;background:#fff;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 6px 14px rgba(0,0,0,.08)}.project-image{width:100%;height:auto;border-bottom:1px solid #eee;display:block}.project-body{padding:16px}.project-name{font-size:18px;font-weight:600;margin:0 0 6px}.project-address,.project-dev,.project-district{font-size:14px;color:#555;margin:0 0 4px}.project-price{font-size:16px;font-weight:600;color:#8B68C6;margin:0 0 12px}.project-actions{display:flex;gap:8px}.btn-call,.btn-msg{flex:1 1;border:none;padding:8px;border-radius:6px;font-size:14px;cursor:pointer;background:#F4F3F9;transition:background .2s}.btn-call:hover,.btn-msg:hover{background:#E9E6F3}.show-more{display:flex;justify-content:center;margin-top:28px}.btn-more{background:#F4F3F9;border:none;border-radius:6px;padding:12px 24px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s,color .2s;color:#5a5a5a}.btn-more:hover{background:#E9E6F3;color:#000}@media (max-width:768px){.developer-detail{padding:16px;background:#F4F3F9}.developer-header{gap:16px;margin-bottom:20px}.developer-logo-big{width:80px;height:80px}.developer-info h1{font-size:18px}.city,.developer-since{font-size:12px}.city{padding:6px 10px}.projects-grid{grid-template-columns:1fr;gap:16px}.projects-header h2{font-size:18px}.map-btn{font-size:12px}}.developer-about{margin-top:40px;padding:20px 0;border-top:1px solid #e6e3ee}.about-title{font-size:24px;font-weight:700;margin-bottom:16px}.about-description{font-size:15px;color:#333;line-height:1.6;margin-bottom:20px}.about-subtitle{font-size:18px;font-weight:600;margin-bottom:12px}.about-list{list-style:disc inside;font-size:15px;color:#444;line-height:1.5}.about-list li{margin-bottom:8px}