.frequently-booked{padding:40px 16px;background:var(--bg-primary)}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.service-card{position:relative;background:var(--bg-elevated);border:1px solid var(--border-primary);border-radius:16px;padding:28px 12px 16px;text-align:center;text-decoration:none;transition:all .3s ease;overflow:hidden}.service-card:hover{transform:translateY(-4px);border-color:var(--color-primary-light);box-shadow:var(--shadow-lg)}.service-badge{position:absolute;top:10px;right:10px;padding:4px 10px;border-radius:8px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;z-index:20;box-shadow:0 2px 6px rgba(0,0,0,.15)}.service-badge.popular{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.service-badge.seasonal{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.service-badge.emergency{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.service-icon-wrapper{width:160px;height:160px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;color:var(--color-primary);transition:all .4s cubic-bezier(.175,.885,.32,1.275);padding:0;position:relative;z-index:5}.service-icon-wrapper,[data-theme=dark] .service-icon-wrapper{background:transparent}.service-icon-wrapper img{width:100%!important;height:100%!important;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.2))}.service-card:hover .service-icon-wrapper{transform:scale(1.1) rotate(5deg);box-shadow:var(--shadow-md)}.service-title{font-size:16px;font-weight:800;color:var(--text-primary);margin:0;line-height:1.2}.service-keywords{font-size:11px;color:var(--text-secondary);margin:0;font-style:italic}@media (min-width:768px){.services-grid{grid-template-columns:repeat(3,1fr)}.service-icon-wrapper{width:72px;height:72px}.service-icon-wrapper svg{width:36px;height:36px}.service-title{font-size:15px}.service-keywords{font-size:12px}}.service-products-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-gap:16px!important;gap:16px!important;margin-top:24px!important;width:100%}.service-product-card{background:var(--bg-elevated);border:1px solid var(--border-primary);border-radius:20px;padding:20px 12px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:flex;flex-direction:column;align-items:center;cursor:pointer;position:relative;overflow:hidden}.service-product-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(99,102,241,.05),rgba(59,130,246,.05));opacity:0;transition:opacity .3s ease}.service-product-card:hover:before{opacity:1}.service-product-card:hover{border-color:var(--color-primary-light);transform:translateY(-6px);box-shadow:var(--shadow-lg)}.service-product-icon{width:130px;height:130px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);padding:0;position:relative;z-index:2}.service-product-icon,[data-theme=dark] .service-product-icon{background:transparent}.service-product-icon img{width:100%!important;height:100%!important;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(0,0,0,.15))}[data-theme=dark] .service-product-icon img{mix-blend-mode:normal;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.service-product-name{font-size:15px;font-weight:800;color:var(--text-primary);margin:0;position:relative;z-index:1;line-height:1.2}.service-product-subtitle{font-size:12px;color:var(--text-secondary);margin:0;position:relative;z-index:1}@media (min-width:640px){.service-products-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (min-width:1024px){.service-products-grid{grid-template-columns:repeat(6,1fr);gap:16px}.service-product-card{padding:20px 12px}.service-product-icon{width:56px;height:56px}.service-product-name{font-size:14px}.service-product-subtitle{font-size:11px}}