.project-card{background-color:#fff;border-radius:12px;flex-direction:column;width:100%;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.project-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.project-card-image-box{width:100%;height:220px;position:relative}.project-image{object-fit:cover;width:100%;height:100%}.project-badges-top{justify-content:space-between;align-items:center;display:flex;position:absolute;top:12px;left:12px;right:12px}.badge-group-left{align-items:center;gap:6px;display:flex}.badge-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.badge-status,.badge-surface{color:#fff;letter-spacing:.05em;text-transform:uppercase;border-radius:20px;padding:4px 10px;font-size:.6rem;font-weight:700}.badge-primary{background-color:var(--primary)}.badge-dark{background-color:#1a1a1a}.project-logo-circle{z-index:10;background-color:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;padding:6px;display:flex;position:absolute;bottom:-32px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 4px 10px #0000000d}.project-logo-circle img{object-fit:contain;width:100%;height:auto}.project-card-content{text-align:center;flex-direction:column;flex-grow:1;align-items:center;padding:48px 20px 28px;display:flex}.project-title{text-transform:uppercase;color:#000;min-height:36px;margin-bottom:10px;font-size:.9rem;font-weight:800;line-height:1.3}.project-location{color:#666;justify-content:center;align-items:flex-start;gap:5px;margin-bottom:10px;font-size:.78rem;font-weight:500;line-height:1.4;display:flex}.project-surface-range{color:#555;justify-content:center;align-items:center;gap:5px;margin-bottom:8px;font-size:.82rem;font-weight:600;display:flex}.project-divider{background-color:#eee;width:100%;height:1px;margin:16px 0}.section-label{color:#000;letter-spacing:.05em;margin-bottom:12px;font-size:.7rem;font-weight:800;display:block}.project-rooms-section,.project-advantages-section{width:100%;margin-bottom:20px}.rooms-container{justify-content:center;align-items:center;gap:16px;display:flex}.room-item{align-items:center;gap:7px;display:flex}.room-count{color:#000;font-size:1rem;font-weight:900}.room-divider{background-color:#ddd;width:1px;height:22px}.advantages-grid{flex-wrap:wrap;justify-content:center;gap:10px 18px;display:flex}.advantage-item{color:#555;flex-direction:column;align-items:center;gap:4px;display:flex}.advantage-item span{text-transform:uppercase;letter-spacing:.03em;font-size:.65rem;font-weight:600}.project-actions{width:100%;margin-top:auto;padding-top:16px}.btn-info{background-color:var(--primary);color:#fff;text-transform:uppercase;cursor:pointer;letter-spacing:.05em;border:none;border-radius:4px;width:100%;padding:14px;font-size:.9rem;font-weight:700;transition:all .2s}.btn-info:hover{background-color:#c4902a;transform:translateY(-1px)}
