.price-estimator{max-width:1200px;margin:0 auto;padding:2rem;color:#fff;font-family:var(--font-family, "Outfit", sans-serif)}.estimator-container{display:grid;grid-template-columns:1fr 350px;gap:3rem;align-items:start;position:relative}.category-group{margin-bottom:4rem}.category-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#aaa);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.category-desc{color:#888;margin-bottom:2rem}.services-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.service-item{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}@media (hover: hover){.service-item:hover{background:#ffffff0f;border-color:#fff3;transform:translateY(-4px)}}.service-item.selected{background:#ffffff1a;border-color:#fff;box-shadow:0 0 20px #ffffff1a}.service-info{display:flex;gap:1rem;margin-bottom:1.5rem}.service-icon{width:48px;height:48px;filter:invert(1);opacity:.8}.service-details{display:flex;flex-direction:column}.service-name{font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.service-description{font-size:.9rem;color:#888;line-height:1.4}.service-action{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.service-price{font-size:1.5rem;font-weight:700}.select-btn{background:transparent;border:1px solid #fff;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.service-item.selected .select-btn{background:#fff;color:#000;border-color:#fff;transform:rotate(45deg)}.service-item.selected .btn-icon:before{content:"×";font-size:1.5rem}.service-item:not(.selected) .btn-icon:before{content:"+";font-size:1.5rem}.summary-card{background:#ffffff0d;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:2rem;padding:2rem;position:sticky;top:2rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.summary-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}.selected-services{min-height:100px;margin-bottom:2rem;max-height:400px;overflow-y:auto}.selected-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.95rem;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.empty-msg{color:#666;text-align:center;margin-top:2rem}.summary-footer{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.total-amount{font-size:2rem;font-weight:800;color:#fff}.book-btn{width:100%;padding:1.25rem;border-radius:1rem;border:none;background:#fff;color:#000;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s}.book-btn:hover:not(:disabled){background:#eee;transform:scale(1.02)}.book-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 968px){.price-estimator{padding:1rem}.estimator-container{grid-template-columns:1fr;padding-bottom:120px}.services-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.service-item{padding:1.25rem}.summary-section{position:fixed;bottom:1rem;left:1rem;right:1rem;z-index:100;pointer-events:none;display:flex;justify-content:center}.summary-card{pointer-events:auto;width:100%;max-width:500px;padding:1rem 1.5rem;border-radius:1.5rem;background:#0a0a0af2;box-shadow:0 10px 30px #00000080;border:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column}.summary-title,.selected-services,.empty-msg{display:none}.summary-card.expanded .selected-services{display:block}.summary-footer{border-top:none;padding-top:0;display:flex;align-items:center;gap:1rem;justify-content:space-between}.total-row{margin-bottom:0;flex-direction:column;align-items:flex-start;gap:.25rem}.total-row span:first-child{font-size:.8rem;color:#aaa;text-transform:uppercase;letter-spacing:1px}.total-amount{font-size:1.5rem}.book-btn{padding:.8rem 1.5rem;width:auto;min-width:140px;font-size:1rem}}.services-page{padding-top:8rem;min-height:100vh;background:#000}.services-header{text-align:center;margin-bottom:4rem;padding:0 2rem}.services-header h1{font-size:4rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(to bottom,#fff,#666);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.services-header p{font-size:1.2rem;color:#888;max-width:600px;margin:0 auto}@media (max-width: 768px){.services-header h1{font-size:2.5rem}}
