.space-category{margin-bottom:4rem}.category-title{font-size:1.8rem;font-weight:700;color:var(--text-dark);margin-bottom:3rem;padding-bottom:1rem;border-bottom:3px solid var(--primary-color);display:inline-block}.space-card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm);transition:.3s;height:100%}.space-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.space-image{position:relative;height:250px;overflow:hidden}.space-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.space-card:hover .space-image img{transform:scale(1.05)}.space-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.7) 100%);display:flex;align-items:flex-end;padding:1.5rem;opacity:0;transition:opacity .3s}.space-card:hover .space-overlay{opacity:1}.space-features{display:flex;flex-wrap:wrap;gap:.5rem}.feature-tag{background:var(--primary-color);color:var(--white);padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.space-content{padding:2rem}.space-title{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.space-description{color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.space-benefits{display:flex;gap:1.5rem;flex-wrap:wrap}.benefit-item{display:flex;align-items:center;flex:1;min-width:120px}.benefit-item i{margin-right:.5rem;width:20px}.benefit-item span{font-size:.9rem;color:var(--text-muted);font-weight:500}.success-stats-section .stat-item{padding:3rem 2rem}.success-stats-section .stat-icon{background:rgba(255,255,255,.2);color:rgba(255,255,255,.8)}.success-stats-section .stat-number{color:var(--white);font-size:3.5rem}.success-stats-section .stat-label{color:rgba(255,255,255,.9);font-size:1.2rem}.success-stats-section .stat-description{color:rgba(255,255,255,.7)}.customization-content{padding:2rem 0}.customization-features{margin-top:2rem}.feature-item{display:flex;align-items:flex-start;margin-bottom:2rem;padding:2rem;background:var(--white);border-radius:16px;box-shadow:var(--shadow-sm);transition:.3s}.feature-item:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.feature-icon{width:50px;height:50px;background:var(--primary-light);color:var(--primary-color);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:1.5rem;flex-shrink:0;font-size:1.2rem}.feature-content{flex:1}.feature-content h5{font-weight:600;color:var(--text-dark);margin-bottom:.75rem;font-size:1.1rem}.feature-content p{color:var(--text-muted);margin-bottom:0;line-height:1.5}.customization-image{text-align:center}@keyframes countUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stat-number[data-counter]{animation:2s ease-out countUp}@media (max-width:768px){.category-title{font-size:1.5rem;margin-bottom:2rem}.space-content{padding:1.5rem}.space-benefits{gap:1rem;flex-direction:column}.benefit-item{min-width:auto}.success-stats-section .stat-number{font-size:2.5rem}.success-stats-section .stat-label{font-size:1rem}.feature-item{flex-direction:column;text-align:center;padding:1.5rem}.feature-icon{margin-right:0;margin-bottom:1rem}.customization-content{margin-bottom:3rem}}