.p1-categories{position:relative;z-index:1}.p1-categories .section-header{text-align:center;margin-bottom:48px;position:relative}.p1-categories .section-header h2{font-size:36px;font-weight:800;color:#fff;margin-bottom:12px;background:linear-gradient(90deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.p1-categories .section-header p{font-size:18px;color:var(--muted);margin:0 auto;max-width:600px;line-height:1.6}.p1-categories .categories-grid,.p1-categories .discovery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px;margin-bottom:48px}.p1-categories .category-card{border-radius:20px;padding:24px;text-decoration:none;color:var(--fg);transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid hsla(0,0%,100%,.08);background:linear-gradient(165deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.01));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:relative;overflow:hidden;min-height:220px;display:flex;flex-direction:column;box-shadow:0 4px 6px rgba(0,0,0,.05),inset 0 1px 0 hsla(0,0%,100%,.1)}.p1-categories .category-card:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:radial-gradient(800px circle at var(--mouse-x,50%) var(--mouse-y,50%),hsla(0,0%,100%,.06),transparent 40%);opacity:0;transition:opacity .5s;pointer-events:none;z-index:0}.p1-categories .category-card:hover:before{opacity:1}.p1-categories .category-card:hover{border-color:rgba(168,85,247,.4);transform:translateY(-6px) scale(1.01);box-shadow:0 20px 40px rgba(0,0,0,.3),0 0 0 1px rgba(168,85,247,.1);background:linear-gradient(165deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.02))}.p1-categories .category-card:hover .category-icon{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,rgba(34,211,238,.2),rgba(168,85,247,.2));border-color:rgba(34,211,238,.5);box-shadow:0 0 15px rgba(34,211,238,.3)}.p1-categories .category-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;position:relative;z-index:1}.p1-categories .category-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);transition:all .4s ease;box-shadow:0 4px 12px rgba(0,0,0,.1)}.p1-categories .category-icon img{width:28px;height:28px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.p1-categories .discovery-badge,.p1-categories .trending-badge{padding:6px 10px;border-radius:99px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.p1-categories .trending-badge{background:linear-gradient(135deg,rgba(239,68,68,.15),rgba(239,68,68,.05));color:#fda4af;border:1px solid rgba(239,68,68,.3)}.p1-categories .discovery-badge{background:rgba(168,85,247,.16);color:#d8b4fe;border:1px solid rgba(168,85,247,.36)}.p1-categories .category-content{flex:1 1;display:flex;flex-direction:column;position:relative;z-index:1}.p1-categories .category-content h3{margin:0 0 8px;font-size:22px;font-weight:700;letter-spacing:-.01em;background:linear-gradient(90deg,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.p1-categories .category-subtitle{margin:0 0 16px;font-size:15px;color:var(--muted);line-height:1.5;flex:1 1}.p1-categories .price-range{font-size:13px;font-weight:600;margin-bottom:16px;padding:8px 12px;background:rgba(34,211,238,.08);border-radius:8px;display:inline-block;color:#67e8f9;border:1px solid rgba(34,211,238,.2)}.p1-categories .category-note{font-size:12px;font-style:italic;color:hsla(0,0%,100%,.6);margin-bottom:12px}.p1-categories .booking-indicator{margin-top:auto;opacity:.8;transition:opacity .3s}.p1-categories .category-card:hover .booking-indicator{opacity:1}.p1-categories .instant-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:600;text-align:center;background:linear-gradient(135deg,rgba(168,85,247,.15),rgba(34,211,238,.15));color:#fff;border:1px solid rgba(168,85,247,.3);box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .3s ease}.p1-categories .category-card:hover .instant-badge{background:linear-gradient(135deg,rgba(168,85,247,.25),rgba(34,211,238,.25));border-color:rgba(168,85,247,.5);box-shadow:0 0 12px rgba(168,85,247,.25)}.p1-categories .category-card.loading{opacity:.6;pointer-events:none}.p1-categories .category-card.loading:after{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;margin:-12px 0 0 -12px;border:2px solid hsla(0,0%,100%,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media (max-width:639px){.p1-categories .categories-grid{grid-template-columns:1fr;gap:16px}.p1-categories .section-header h2{font-size:28px}.p1-categories .category-card{min-height:auto}}@media (min-width:640px) and (max-width:1023px){.p1-categories .categories-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px) and (max-width:1279px){.p1-categories .categories-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.p1-categories .categories-grid{grid-template-columns:repeat(4,1fr)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}