body{background-color:#04040A}.spa-card{width:100%}.spa-img{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden}.spa-img img{width:100%;height:100%;object-fit:cover;transition:0.4s ease}.price{position:absolute;bottom:15px;right:15px;color:#fff;font-size:22px;font-weight:600;z-index:2}.spa-img::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,0.30)!important;transition:0.4s ease;z-index:1}.spa-img:hover::after{background:rgba(0,0,0,0.55)!important}.spa-img:hover img{transform:scale(1.06);filter:brightness(0.85)}.spa-content{width:100%;padding:16px 20px;background:#0b0f1a;display:flex;justify-content:space-between;align-items:center}.title-wrap{display:flex;align-items:center;gap:8px}.number{color:#fff;font-size:15px}.title{color:#fff;font-weight:600;font-size:16px}.arrow-btn{width:42px;height:42px;border:1px solid #444;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:0.3s ease}.arrow-btn i{font-size:18px}.arrow-btn:hover{background:#fff;color:#000}.service-row{color:#fff}.service-top{display:flex;align-items:center;gap:10px}.service-title{font-size:20px;font-weight:700;letter-spacing:1px;white-space:nowrap}.service-line{flex:1;height:2px;background:repeating-linear-gradient(to right,#666 0px,#666 2px,transparent 2px,transparent 8px);opacity:0.6}.service-price{white-space:nowrap;font-weight:600;font-size:20px}.service-desc{margin-top:10px;color:#cfcfcf;font-size:16px!important}@media (max-width:768px){.service-top{flex-direction:column;align-items:flex-start;gap:6px}.service-title{white-space:normal;font-size:18px}.service-line{display:none}.service-price{font-size:18px}.service-desc{font-size:14px!important}}