.hs-section{width:100%}.hs-section-title{font-size:1.25rem;font-weight:700;color:var(--text-primary-color);margin:0 0 1rem}.hs-hero{position:relative;min-height:220px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:3rem 1.5rem}.hs-hero--left{justify-content:flex-start;text-align:left}.hs-hero--center{justify-content:center;text-align:center}.hs-hero-bg{position:absolute;inset:0;background-size:cover;background-position:50%;z-index:0}.hs-hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,var(--overlay-opacity,.6))}.hs-hero-content{position:relative;z-index:1}.hs-hero-title{font-size:calc(2.5rem * var(--title-scale, 1));font-weight:800;margin:0 0 .5rem;color:var(--text-primary-color);line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}.hs-hero .hs-hero-bg~.hs-hero-content .hs-hero-subtitle,.hs-hero .hs-hero-bg~.hs-hero-content .hs-hero-title{color:#fff}.hs-hero-subtitle{font-size:calc(1rem * var(--subtitle-scale, 1));color:var(--text-muted);margin:0;line-height:1.5}.hs-hero-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem}.hs-hero--left .hs-hero-actions{justify-content:flex-start}.hs-hero-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s ease;white-space:nowrap;border:2px solid transparent}.hs-hero-btn:hover{transform:translateY(-1px);text-decoration:none}.hero-btn-icon{display:inline-block;transition:transform .3s cubic-bezier(.4,0,.2,1)}.hs-hero-btn:hover .hero-btn-icon{transform:translateX(4px)}.hs-hero-btn-primary,.hs-hero-btn-primary:hover{background:var(--active-color);border-color:var(--active-color);color:#fff}.hs-hero-btn-primary:hover{opacity:.85;box-shadow:0 4px 12px rgba(0,0,0,.15)}.hs-hero-btn-secondary{background:transparent;color:#fff;border-color:#fff}.hs-hero .hs-hero-bg~.hs-hero-content .hs-hero-btn-secondary:hover,.hs-hero-btn-secondary:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1)}.hs-hero-btn-custom{background:transparent;color:#fff;border-color:#fff}.hs-hero-btn-custom:hover{background:rgba(255,255,255,.15);color:#fff}.hs-hero .hs-hero-bg~.hs-hero-content .hs-hero-btn-secondary{background:transparent;color:#fff;border-color:#fff}.hs-hero-actions--pill .hs-hero-btn{border-radius:50px!important;padding:.85rem 2.25rem}.hs-hero-actions--glass .hs-hero-btn{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px!important}.hs-hero-actions--glass .hs-hero-btn-primary{background:rgba(255,255,255,.15)!important;border-color:rgba(255,255,255,.3)!important;color:#fff!important;box-shadow:0 4px 15px rgba(0,0,0,.1)!important}.hs-hero-actions--glass .hs-hero-btn-primary:hover{background:rgba(255,255,255,.25)!important;border-color:rgba(255,255,255,.5)!important;box-shadow:0 6px 20px rgba(0,0,0,.15)!important}.hs-hero-actions--glass .hs-hero-btn-secondary{background:rgba(0,0,0,.3)!important;border-color:rgba(255,255,255,.1)!important;color:#fff!important;box-shadow:0 4px 15px rgba(0,0,0,.2)!important}.hs-hero-actions--glass .hs-hero-btn-secondary:hover{background:rgba(0,0,0,.5)!important;border-color:rgba(255,255,255,.2)!important;box-shadow:0 6px 20px rgba(0,0,0,.25)!important}.hs-hero-actions--minimal .hs-hero-btn{background:transparent!important;border-color:transparent!important;border-radius:0!important;box-shadow:none!important;padding:.5rem 1rem;position:relative;overflow:visible}.hs-hero-actions--minimal .hs-hero-btn-primary{color:#fff!important;font-weight:700}.hs-hero-actions--minimal .hs-hero-btn-primary:after{content:"";position:absolute;bottom:0;left:10%;width:80%;height:2px;background:var(--active-color);transition:transform .3s ease;transform:scaleX(0)}.hs-hero-actions--minimal .hs-hero-btn-primary:hover:after{transform:scaleX(1)}.hs-hero-actions--minimal .hs-hero-btn-secondary{color:#fff!important;font-weight:500;opacity:.7}.hs-hero-actions--minimal .hs-hero-btn-secondary:hover{opacity:1}@media (min-width:992px){.hs-hero-title{font-size:calc(4rem * var(--title-scale, 1))}.hs-hero-subtitle{font-size:calc(1.25rem * var(--subtitle-scale, 1))}}.hs-categories{padding:1.25rem 0;min-height:400px}.hs-featured{padding:1.25rem 0;min-height:350px}.hs-featured-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.hs-featured-header .hs-section-title{margin:0}.hs-slider-nav{display:flex;gap:.4rem}.hs-slider-btn{width:34px;height:34px;border-radius:50%;border:1px solid var(--border-color,rgba(0,0,0,.1));background:var(--bg-light,#fff);color:var(--text-primary-color);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.85rem;transition:all .2s}.hs-slider-btn:hover{background:var(--active-color,#635bff);border-color:var(--active-color,#635bff);color:#fff}.dark .hs-slider-btn{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1)}.hs-featured-card{display:block;position:relative;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .25s,box-shadow .25s}.hs-featured-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.hs-featured-img-wrap{width:100%;aspect-ratio:4/5;overflow:hidden;position:relative}.hs-featured-img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.hs-featured-card:hover .hs-featured-img{transform:scale(1.05)}.hs-featured-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0e0e0,#c0c0c0);color:#999;font-size:2rem}.hs-featured-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.65) 0,transparent 50%);pointer-events:none}.hs-featured-info{position:absolute;bottom:0;left:0;right:0;padding:1rem;z-index:1;display:flex;flex-direction:column;gap:.15rem}.hs-featured-name{font-size:.95rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 4px rgba(0,0,0,.3)}.hs-featured-price{font-size:.85rem;font-weight:700;color:rgba(255,255,255,.9)}.hs-announcement{padding:.65rem 0}.hs-announcement-inner{display:flex;align-items:center;gap:.6rem;font-size:.9rem;font-weight:600}.hs-announcement-inner i{font-size:1.1rem;flex-shrink:0}.hs-announcement-text{flex:1}.hs-announcement-close{background:none;border:none;cursor:pointer;opacity:.7;font-size:1rem;padding:0;display:flex;align-items:center;transition:opacity .2s}.hs-announcement-close:hover{opacity:1}.hs-hours{padding:1.5rem 0}.hs-hours-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.hs-hours-header .hs-section-title{margin:0}.hs-hours-status{font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.hs-hours-status--open{background:#dcfce7;color:#16a34a}.hs-hours-status--closed{background:#fee2e2;color:#dc2626}.dark .hs-hours-status--open{background:rgba(22,163,74,.15)}.dark .hs-hours-status--closed{background:rgba(220,38,38,.15)}.hs-hours-list{display:flex;flex-direction:column;gap:2px}.hs-hours-row{display:flex;justify-content:space-between;align-items:center;padding:.55rem .75rem;border-radius:8px;font-size:.85rem;transition:background .2s}.hs-hours-row:hover{background:rgba(0,0,0,.02)}.dark .hs-hours-row:hover{background:rgba(255,255,255,.03)}.hs-hours-row--today{background:var(--bg-secondary,#007bff);font-weight:600;color:#fff!important}.hs-hours-row--today .hs-hours-day,.hs-hours-row--today .hs-hours-time{color:#fff!important}.hs-hours-day{color:var(--text-primary-color)}.hs-hours-time{color:var(--text-muted)}.hs-hours--compact .hs-hours-row{padding:.4rem .5rem;font-size:.8rem}.hs-reservation{padding:1.5rem 0}.hs-reservation-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.hs-reservation-title{font-size:1.25rem;font-weight:700;color:var(--text-primary-color);margin:0 0 .25rem}.hs-reservation-subtitle{font-size:.9rem;color:var(--text-muted);margin:0}.hs-reservation-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.5rem;border-radius:10px;background:var(--active-color,#635bff);color:#fff;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s;white-space:nowrap}.hs-reservation-btn:hover{opacity:.9;transform:translateY(-1px);color:#fff}.hs-reservation--banner .hs-reservation-inner{background:var(--active-color,#635bff);border-radius:14px;padding:1.5rem 2rem}.hs-reservation--banner .hs-reservation-subtitle,.hs-reservation--banner .hs-reservation-title{color:#fff}.hs-reservation--banner .hs-reservation-btn{background:#fff;color:var(--active-color,#635bff)}.hs-about{padding:1.5rem 0}.hs-about-text{font-size:.9rem;line-height:1.7;color:var(--text-muted);margin:0}.hs-about--text-only{max-width:650px;margin-left:auto;margin-right:auto;text-align:center}.hs-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center}.hs-about--reversed .hs-about-grid{direction:rtl}.hs-about--reversed .hs-about-grid>*{direction:ltr}.hs-about-img-wrap{border-radius:12px;overflow:hidden}.hs-about-img{width:100%;height:100%;object-fit:cover;display:block;min-height:200px}.hs-about-img-ph{width:100%;min-height:200px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0e0e0,#c0c0c0);color:#999;font-size:2.5rem}.hs-contact{padding:1.5rem 0}.hs-contact--card{background:var(--bg-light,#f9f9f9);border-radius:14px;padding:1.5rem;margin:0 auto}.dark .hs-contact--card{background:var(--bg-secondary,#1e1e1e)}.hs-contact--minimal{background:transparent}.hs-contact--centered{display:flex;flex-direction:column;align-items:center}.hs-contact-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-muted);margin-bottom:.4rem}.hs-contact-item i{font-size:1rem;color:var(--active-color,#635bff);width:20px;text-align:center;flex-shrink:0}.hs-contact-item a{color:inherit;text-decoration:none}.hs-contact-item a:hover{color:var(--active-color,#635bff)}.hs-contact-socials{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.hs-contact-socials--left{justify-content:flex-start}.hs-contact-socials--center{justify-content:center}.hs-contact-socials--right{justify-content:flex-end}.hs-social--circle{width:38px;height:38px;border-radius:50%;background:rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--text-muted);text-decoration:none;transition:all .2s}.hs-social--circle:hover{background:var(--active-color,#635bff);color:#fff}.hs-social--rounded{width:38px;height:38px;border-radius:10px;background:rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--text-muted);text-decoration:none;transition:all .2s}.hs-social--rounded:hover{background:var(--active-color,#635bff);color:#fff}.hs-social--text{display:inline-flex;align-items:center;gap:.35rem;padding:6px 14px;border-radius:20px;background:rgba(0,0,0,.06);font-size:.8rem;font-weight:600;color:var(--text-muted);text-decoration:none;transition:all .2s}.hs-social--text:hover{background:var(--active-color,#635bff);color:#fff}.hs-social--colored{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#fff;text-decoration:none;transition:opacity .2s,transform .2s}.hs-social--colored:hover{opacity:.85;transform:scale(1.08);color:#fff}.dark .hs-social--circle,.dark .hs-social--rounded,.dark .hs-social--text{background:rgba(255,255,255,.08)}.hs-gallery{padding:1.5rem 0}.hs-gallery-item{border-radius:12px;overflow:hidden;aspect-ratio:4/3}.hs-gallery-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.hs-gallery-item:hover .hs-gallery-img{transform:scale(1.05)}.hs-gallery-slide{border-radius:14px;overflow:hidden;aspect-ratio:16/9}.hs-gallery-slide .hs-gallery-img{width:100%;height:100%;object-fit:cover}.hs-gallery--slider .slick-dots{bottom:-28px}.hs-gallery--slider .slick-dots li button:before{font-size:8px;color:var(--text-muted)}.hs-gallery--slider .slick-dots li.slick-active button:before{color:var(--active-color,#635bff)}@media (max-width:768px){.hs-hero{min-height:180px;padding:2rem 1rem}.hs-hero-title{font-size:calc(2.2rem * var(--title-scale, 1))}.hs-hero-subtitle{font-size:calc(1.1rem * var(--subtitle-scale, 1))}.hs-about-grid{grid-template-columns:1fr;gap:1rem}.hs-about--reversed .hs-about-grid{direction:ltr}.hs-reservation-inner{flex-direction:column;text-align:center}.hs-reservation--banner .hs-reservation-inner{padding:1.25rem}.hs-section-title{font-size:1.1rem}}@media (max-width:480px){.hs-hero{min-height:150px;padding:1.5rem 1rem}.hs-hero-title{font-size:calc(2.1rem * var(--title-scale, 1))}.hs-hero-subtitle{font-size:calc(1.15rem * var(--subtitle-scale, 1))}.hs-hero-actions{flex-direction:column;align-items:stretch;width:100%}.hs-hero-btn{width:100%;padding:.85rem 1.5rem}.hs-reservation-btn{width:100%;justify-content:center}}@keyframes categoryCardFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.category-card-link{text-decoration:none;display:block;color:inherit;height:100%}.category-card{position:relative;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:all .4s cubic-bezier(.4,0,.2,1);height:300px;cursor:pointer}.category-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.12)}.category-card-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.category-card-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.category-card:hover .category-card-image{transform:scale(1.08)}.category-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75) 0,rgba(0,0,0,.2) 40%,transparent);transition:opacity .4s ease}.category-card:hover .category-card-overlay{opacity:.95}.category-card-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:2;transition:transform .35s cubic-bezier(.4,0,.2,1)}.category-card:hover .category-card-content{transform:translateY(-4px)}.category-card-title{color:#fff;font-size:1.35rem;font-weight:700;margin:0 0 .3rem;letter-spacing:-.3px;text-shadow:0 2px 8px rgba(0,0,0,.4);line-height:1.2}.category-card-description{color:rgba(255,255,255,.85);font-size:.85rem;margin:0;line-height:1.4;opacity:0;max-height:0;overflow:hidden;transition:all .35s cubic-bezier(.4,0,.2,1);text-shadow:0 1px 4px rgba(0,0,0,.4)}.category-card:hover .category-card-description{opacity:1;max-height:60px;margin-top:.25rem}.category-card--minimal{height:auto;display:flex;flex-direction:column;background:var(--bg-light,#fff);box-shadow:0 4px 20px rgba(0,0,0,.06)}.category-card--minimal:hover{box-shadow:0 12px 36px rgba(0,0,0,.12)}.category-card--minimal .category-card-content{padding:1rem 1.25rem 1.1rem}.category-card--minimal .category-card-title{position:relative;padding-bottom:.5rem}.category-card--minimal .category-card-title:after{content:"";position:absolute;bottom:0;left:0;width:32px;height:3px;border-radius:3px;background:var(--active-color,#635bff);transition:width .3s}.category-card--minimal:hover .category-card-title:after{width:56px}.category-card--minimal .category-card-description{margin-top:.4rem}.category-card--horizontal{height:150px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.category-card--horizontal:hover{box-shadow:0 10px 30px rgba(0,0,0,.1)}.category-card--horizontal .category-card-image-wrapper{width:42%;padding:.65rem;box-sizing:border-box}.category-card--horizontal .category-card-image{border-radius:12px}.category-card--horizontal:hover .category-card-image{transform:scale(1.05)}.category-card--horizontal .category-card-content{padding:1rem 1.25rem}.category-card--horizontal .category-card-title{font-size:1.1rem}.category-card--horizontal .category-card-description{margin-top:.3rem}.category-card--rounded{padding:1.75rem 1rem 1.5rem;box-shadow:0 2px 12px rgba(0,0,0,.05)}.category-card--rounded:hover{box-shadow:0 14px 36px rgba(0,0,0,.1)}.category-card--rounded .category-card-image-wrapper{width:100px;height:100px;margin-bottom:.85rem;border:3px solid var(--active-color,#635bff);box-shadow:0 4px 16px rgba(0,0,0,.08);transition:border-color .3s,box-shadow .3s}.category-card--rounded:hover .category-card-image-wrapper{box-shadow:0 6px 24px rgba(0,0,0,.14)}.category-card--rounded .category-card-title{font-size:1rem}.category-card--rounded .category-card-description{font-size:.8rem}.category-card--elevated{height:280px}.category-card--elevated .category-card-overlay{background:linear-gradient(0deg,rgba(0,0,0,.5) 0,transparent 50%)}.category-card--elevated .category-card-content{position:absolute;bottom:.75rem;left:.75rem;right:.75rem;padding:.85rem 1rem;border-radius:12px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 16px rgba(0,0,0,.1);transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s}.dark .category-card--elevated .category-card-content{background:rgba(30,30,30,.85)}.category-card--elevated:hover .category-card-content{transform:translateY(-4px);box-shadow:0 8px 28px rgba(0,0,0,.15)}.category-card--elevated .category-card-title{color:var(--text-primary-color,#111);font-size:1rem;font-weight:700;text-shadow:none;margin-bottom:0}.dark .category-card--elevated .category-card-title{color:#fff}.category-card--elevated .category-card-description{color:var(--text-muted,#6c757d);opacity:1;max-height:none;font-size:.8rem;text-shadow:none;margin-top:.15rem}.category-card--compact{height:72px;display:flex;flex-direction:row;align-items:center;background:var(--bg-light,#fff);box-shadow:0 1px 6px rgba(0,0,0,.06);padding:.4rem}.category-card--compact:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.dark .category-card--compact{background:var(--bg-secondary,#1e1e1e)}.category-card--compact .category-card-image-wrapper{width:56px;height:56px;border-radius:14px;overflow:hidden;flex-shrink:0}.category-card--compact .category-card-image{border-radius:14px}.category-card--compact:hover .category-card-image{transform:scale(1.08)}.category-card--compact .category-card-content{position:relative;padding:0 .75rem;flex:1;min-width:0}.category-card--compact:hover .category-card-content{transform:none}.category-card--compact .category-card-title{color:var(--text-primary-color,#111);font-size:.85rem;font-weight:700;text-shadow:none;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-card--compact .category-card-description{color:var(--text-muted,#6c757d);opacity:1;max-height:none;font-size:.72rem;text-shadow:none;margin-top:.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:768px){.category-card{height:240px}.category-card-title{font-size:1.15rem}.category-card--horizontal{height:130px}.category-card--horizontal .category-card-image-wrapper{width:38%}.category-card--rounded .category-card-image-wrapper{width:80px;height:80px}.category-card--full-width{height:180px}.category-card--full-width .category-card-title{font-size:1.4rem}.category-card--minimal .category-card-image-wrapper{height:160px}.category-card--elevated{height:220px}.category-card--compact{height:64px}.category-card--compact .category-card-image-wrapper{width:48px;height:48px}}@media (max-width:576px){.category-card{height:200px}.category-card-content{padding:1rem}.category-card-title{font-size:1.05rem}.category-card--full-width{height:160px}.category-card--full-width .category-card-title{font-size:1.2rem}.category-card--full-width .category-card-description{max-width:100%}.category-card--horizontal{height:120px}.category-card--elevated{height:200px}}.hpb-phone-screen .category-card--minimal .category-card-title{padding-bottom:.3rem}.hpb-phone-screen .category-card--minimal .category-card-title:after{height:2px;width:16px}.hpb-phone-screen .category-card--horizontal{height:60px}.hpb-phone-screen .category-card--horizontal .category-card-image-wrapper{width:40%;padding:.3rem}.hpb-phone-screen .category-card--horizontal .category-card-image{border-radius:6px}.hpb-phone-screen .category-card--rounded{padding:.5rem .25rem}.hpb-phone-screen .category-card--rounded .category-card-image-wrapper{width:46px;height:46px;margin-bottom:.25rem;border-width:2px}.hpb-phone-screen .category-card--elevated{height:100px}.hpb-phone-screen .category-card--elevated .category-card-content{bottom:.35rem;left:.35rem;right:.35rem;padding:.35rem .5rem;border-radius:6px}.hpb-phone-screen .category-card--elevated .category-card-title{font-size:.6rem}.hpb-phone-screen .category-card--compact{height:42px;padding:.2rem}.hpb-phone-screen .category-card--compact .category-card-image-wrapper{width:32px;height:32px;border-radius:8px}.hpb-phone-screen .category-card--compact .category-card-image{border-radius:8px}.hpb-phone-screen .category-card--compact .category-card-content{padding:0 .4rem}.hpb-phone-screen .category-card--compact .category-card-title{font-size:.5rem}.category-card--minimal:hover{box-shadow:0 12px 32px rgba(0,0,0,.1)}.dark .category-card--minimal{background:var(--bg-secondary,#1e1e1e)}.category-card--minimal .category-card-image-wrapper{height:200px;position:relative}.category-card--minimal .category-card-image-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(0deg,rgba(0,0,0,.04),transparent);pointer-events:none}.category-card--minimal .category-card-content{position:relative;padding:1rem 1.25rem;border-left:3px solid var(--active-color,#635bff);margin:0}.category-card--minimal:hover .category-card-content{transform:none}.category-card--minimal .category-card-title{color:var(--text-primary-color,#111);font-size:1.1rem;font-weight:700;text-shadow:none}.category-card--minimal .category-card-description{color:var(--text-muted,#6c757d);opacity:1;max-height:none;font-size:.82rem;text-shadow:none;margin-top:.2rem}.category-card--horizontal{height:160px;display:flex;flex-direction:row;background:var(--bg-light,#fff);border-left:4px solid var(--active-color,#635bff)}.category-card--horizontal:hover{transform:translateX(4px) translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.1)}.dark .category-card--horizontal{background:var(--bg-secondary,#1e1e1e)}.category-card--horizontal .category-card-image-wrapper{width:45%;height:100%;flex-shrink:0}.category-card--horizontal .category-card-image{transition:transform .5s cubic-bezier(.4,0,.2,1)}.category-card--horizontal:hover .category-card-image{transform:scale(1.06)}.category-card--horizontal .category-card-content{position:relative;display:flex;flex-direction:column;justify-content:center;padding:1.25rem 1.5rem;flex:1}.category-card--horizontal:hover .category-card-content{transform:none}.category-card--horizontal .category-card-title{color:var(--text-primary-color,#111);font-size:1.15rem;font-weight:700;text-shadow:none;margin-bottom:0}.category-card--horizontal .category-card-description{color:var(--text-muted,#6c757d);opacity:1;max-height:none;font-size:.82rem;text-shadow:none;margin-top:.35rem}.category-card--rounded{height:auto;display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--bg-light,#fff);padding:2rem 1rem 1.5rem;border:none;box-shadow:0 2px 8px rgba(0,0,0,.04)}.category-card--rounded:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.1)}.dark .category-card--rounded{background:var(--bg-secondary,#1e1e1e)}.category-card--rounded .category-card-image-wrapper{width:110px;height:110px;border-radius:50%;overflow:hidden;margin-bottom:1rem;flex-shrink:0;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.08)}.category-card--rounded .category-card-image-wrapper:before{content:"";position:absolute;inset:-4px;border-radius:50%;border:3px solid transparent;background:conic-gradient(from 0deg,var(--active-color,#635bff),transparent 60%,var(--active-color,#635bff)) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s}.category-card--rounded:hover .category-card-image-wrapper:before{opacity:1;animation:catSpinRing 3s linear infinite}@keyframes catSpinRing{to{transform:rotate(1turn)}}.category-card--rounded .category-card-content{position:relative;padding:0}.category-card--rounded:hover .category-card-content{transform:none}.category-card--rounded .category-card-title{color:var(--text-primary-color,#111);font-size:1.05rem;font-weight:700;text-shadow:none;margin-bottom:0}.category-card--rounded .category-card-description{color:var(--text-muted,#6c757d);opacity:1;max-height:none;font-size:.82rem;text-shadow:none;margin-top:.2rem}.category-card--full-width{height:220px;border-radius:16px}.category-card--full-width .category-card-overlay{background:linear-gradient(135deg,rgba(0,0,0,.7),rgba(0,0,0,.2))}.category-card--full-width .category-card-content{padding:1.75rem 2rem;display:flex;flex-direction:column;justify-content:flex-end;height:100%;box-sizing:border-box}.category-card--full-width .category-card-title{font-size:1.75rem;font-weight:800;letter-spacing:-.5px}.category-card--full-width .category-card-description{font-size:.95rem;max-width:70%}.category-card--full-width:hover{transform:translateY(-4px) scale(1.005)}@media (max-width:768px){.category-card{height:240px}.category-card-title{font-size:1.15rem}.category-card--horizontal{height:130px}.category-card--horizontal .category-card-image-wrapper{width:40%}.category-card--rounded .category-card-image-wrapper{width:90px;height:90px}.category-card--full-width{height:180px}.category-card--full-width .category-card-title{font-size:1.4rem}.category-card--minimal .category-card-image-wrapper{height:160px}}@media (max-width:576px){.category-card{height:200px}.category-card-content{padding:1rem}.category-card-title{font-size:1.05rem}.category-card--full-width{height:160px}.category-card--full-width .category-card-title{font-size:1.2rem}.category-card--full-width .category-card-description{max-width:100%}.category-card--horizontal{height:120px}}.hpb-phone-screen .category-card{height:110px;border-radius:10px;animation:none}.hpb-phone-screen .category-card-content{padding:.5rem .6rem}.hpb-phone-screen .category-card-title{font-size:.7rem}.hpb-phone-screen .category-card-description{font-size:.5rem;opacity:.7;max-height:none;margin-top:1px}.hpb-phone-screen .category-card--minimal{height:auto}.hpb-phone-screen .category-card--minimal .category-card-image-wrapper{height:80px}.hpb-phone-screen .category-card--minimal .category-card-content{padding:.4rem .5rem;border-left-width:2px}.hpb-phone-screen .category-card--minimal .category-card-title{font-size:.6rem}.hpb-phone-screen .category-card--horizontal{height:65px;border-left-width:3px}.hpb-phone-screen .category-card--horizontal .category-card-image-wrapper{width:45%}.hpb-phone-screen .category-card--horizontal .category-card-content{padding:.3rem .5rem}.hpb-phone-screen .category-card--horizontal .category-card-title{font-size:.6rem}.hpb-phone-screen .category-card--rounded{height:auto;padding:.6rem .25rem .5rem}.hpb-phone-screen .category-card--rounded .category-card-image-wrapper{width:50px;height:50px;margin-bottom:.3rem}.hpb-phone-screen .category-card--rounded .category-card-title{font-size:.55rem}.hpb-phone-screen .category-card--full-width{height:85px}.hpb-phone-screen .category-card--full-width .category-card-title{font-size:.8rem}.hs-map{padding:2.5rem 0}.hs-map-iframe{display:block;width:100%;border:0}.hs-map--simple .hs-map-iframe{border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.hs-map-card{background:var(--bg-light,#fff);border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.08);transition:box-shadow .3s ease}.dark .hs-map-card{background:var(--bg-secondary,#1e1e1e);box-shadow:0 4px 24px rgba(0,0,0,.3)}.hs-map-card:hover{box-shadow:0 8px 36px rgba(0,0,0,.12)}.hs-map-card .hs-map-iframe{border-radius:0}.hs-map--full-width{padding:0}.hs-map--full-width .hs-map-iframe{border-radius:0;min-height:350px}.hs-map-split-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:0;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.08);background:var(--bg-light,#fff)}.dark .hs-map-split-grid{background:var(--bg-secondary,#1e1e1e);box-shadow:0 4px 24px rgba(0,0,0,.3)}.hs-map-split-map .hs-map-iframe{border-radius:0;height:100%;min-height:300px}.hs-map-split-info{padding:2rem 1.75rem;display:flex;flex-direction:column;justify-content:center;gap:.75rem}.hs-map-split-info .hs-section-title{margin-bottom:.5rem}.hs-map-footer{padding:1rem 1.25rem;justify-content:space-between;gap:1rem;flex-wrap:wrap}.hs-map-address,.hs-map-footer{display:flex;align-items:center}.hs-map-address{gap:.5rem;color:var(--text-secondary,#555);font-size:.9rem}.hs-map-address i{color:var(--active-color,#635bff);font-size:1.1rem}.hs-map-address a{color:inherit;text-decoration:none}.hs-map-address a:hover{color:var(--active-color,#635bff)}.hs-map-directions-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.1rem;border-radius:8px;font-size:.85rem;font-weight:600;color:#fff;background:var(--active-color,#635bff);text-decoration:none;transition:background .25s,transform .2s}.hs-map-directions-btn:hover{background:var(--active-color-hover,#4f46e5);transform:translateY(-1px);color:#fff}@media (max-width:768px){.hs-map{padding:1.5rem 0}.hs-map-split-grid{grid-template-columns:1fr}.hs-map-split-map .hs-map-iframe{min-height:240px}.hs-map-split-info{padding:1.25rem 1rem}.hs-map-footer{flex-direction:column;align-items:flex-start}}.hs-promo-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .75rem;border-radius:20px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;background:var(--active-color,#635bff);color:#fff;white-space:nowrap}.hs-promo-badge--card{position:absolute;top:.75rem;left:.75rem;z-index:2}.hs-promo-badge--inline,.hs-promo-badge--strip{font-size:.65rem;padding:.2rem .6rem}.hs-promo-badge--inline{flex-shrink:0}.hs-promo-code-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .8rem;border-radius:8px;background:rgba(255,255,255,.15);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px dashed rgba(255,255,255,.4);font-size:.8rem;font-weight:700;color:#fff;letter-spacing:.05em}.hs-promo-code-chip--sm{font-size:.72rem;padding:.25rem .6rem;background:rgba(0,0,0,.05);border-color:var(--border-color,rgba(0,0,0,.15));color:var(--text-primary-color)}.dark .hs-promo-code-chip--sm{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15)}.hs-promo-cta-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.6rem 1.3rem;border-radius:10px;border:none;background:#fff;color:var(--active-color,#635bff);font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap}.hs-promo-cta-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.hs-promo-cta-btn--sm{font-size:.78rem;padding:.4rem 1rem;border-radius:8px;background:var(--active-color,#635bff);color:#fff}.hs-promo-cta-btn--sm:hover{opacity:.9}.hs-promo-countdown{display:inline-flex;gap:.3rem}.hs-promo-countdown-unit{display:flex;flex-direction:column;align-items:center;gap:.1rem;min-width:32px;padding:.3rem .4rem;border-radius:8px;background:rgba(0,0,0,.08)}.dark .hs-promo-countdown-unit{background:rgba(255,255,255,.1)}.hs-promo-countdown-value{font-size:.9rem;font-weight:800;line-height:1;color:var(--text-primary-color)}.hs-promo-countdown-label{font-size:.55rem;font-weight:600;text-transform:uppercase;color:var(--text-muted)}.hs-promo-countdown--lg .hs-promo-countdown-unit{min-width:44px;padding:.5rem .55rem;border-radius:10px;background:rgba(255,255,255,.15);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.hs-promo-countdown--lg .hs-promo-countdown-value{font-size:1.15rem;color:#fff}.hs-promo-countdown--lg .hs-promo-countdown-label{color:rgba(255,255,255,.7)}.hs-promo-countdown--sm .hs-promo-countdown-unit{min-width:26px;padding:.2rem .3rem;border-radius:6px}.hs-promo-countdown--sm .hs-promo-countdown-value{font-size:.72rem}.hs-promo-countdown--sm .hs-promo-countdown-label{font-size:.48rem}.hs-promo-banner{position:relative;width:100%}.hs-promo-banner-slide{position:relative;min-height:300px;display:flex!important;align-items:center;overflow:hidden}.hs-promo-banner-bg{position:absolute;inset:0;z-index:0}.hs-promo-banner-bg-img{width:100%;height:100%;object-fit:cover}.hs-promo-banner-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.65),rgba(0,0,0,.3))}.hs-promo-banner-content{position:relative;z-index:1;padding:3rem 2rem;max-width:700px}.hs-promo-banner-title{font-size:2rem;font-weight:800;color:#fff;margin:.5rem 0 .3rem;line-height:1.15}.hs-promo-banner-subtitle{font-size:1.1rem;color:rgba(255,255,255,.85);margin:0 0 .5rem;line-height:1.4}.hs-promo-banner-desc{font-size:.9rem;color:rgba(255,255,255,.7);margin:0 0 1rem;max-width:500px;line-height:1.5}.hs-promo-banner-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.hs-promo-banner-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:40px;border-radius:50%;border:none;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.hs-promo-banner-nav:hover{background:rgba(255,255,255,.3)}.hs-promo-banner-nav--prev{left:1rem}.hs-promo-banner-nav--next{right:1rem}.hs-promo-carousel{padding:1.25rem 0}.hs-promo-carousel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.hs-promo-carousel-header .hs-section-title{margin:0}.hs-promo-card{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;background:var(--bg-light,#fff);box-shadow:0 2px 12px rgba(0,0,0,.06);transition:transform .25s,box-shadow .25s;cursor:pointer}.dark .hs-promo-card{background:var(--bg-secondary,#1e1e1e)}.hs-promo-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px rgba(0,0,0,.12)}.hs-promo-card-img-wrap{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden}.hs-promo-card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.hs-promo-card:hover .hs-promo-card-img{transform:scale(1.05)}.hs-promo-card-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--active-color,#635bff),#8b5cf6);color:rgba(255,255,255,.5);font-size:2.5rem}.hs-promo-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.3) 0,transparent 50%);pointer-events:none}.hs-promo-card-body{padding:.85rem 1rem;display:flex;flex-direction:column;gap:.35rem}.hs-promo-card-title{font-size:.95rem;font-weight:700;color:var(--text-primary-color);margin:0;line-height:1.3}.hs-promo-card-subtitle{font-size:.8rem;color:var(--text-muted);margin:0;line-height:1.4}.hs-promo-strip{padding:0}.hs-promo-strip-inner{justify-content:space-between;gap:1rem;padding:.65rem 1.25rem;background:linear-gradient(135deg,var(--active-color,#635bff),#8b5cf6);border-radius:10px;color:#fff}.hs-promo-strip-inner,.hs-promo-strip-left{display:flex;align-items:center;flex-wrap:wrap}.hs-promo-strip-left{gap:.6rem}.hs-promo-strip-right{display:flex;align-items:center;gap:.6rem}.hs-promo-strip-title{font-size:.9rem;font-weight:700}.hs-promo-strip-code{font-size:.8rem;opacity:.85}.hs-promo-strip .hs-promo-badge--strip{background:rgba(255,255,255,.2)}.hs-promo-strip .hs-promo-cta-btn--sm{background:#fff;color:var(--active-color,#635bff)}.hs-promo-strip .hs-promo-countdown-unit{background:rgba(255,255,255,.15)}.hs-promo-strip .hs-promo-countdown-value{color:#fff}.hs-promo-strip .hs-promo-countdown-label{color:rgba(255,255,255,.7)}.hs-promo-inline{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-radius:12px;background:linear-gradient(135deg,rgba(99,91,255,.06),rgba(139,92,246,.06));border:1px solid rgba(99,91,255,.12);margin-bottom:.5rem;flex-wrap:wrap}.dark .hs-promo-inline{background:linear-gradient(135deg,rgba(99,91,255,.1),rgba(139,92,246,.1));border-color:rgba(99,91,255,.2)}.hs-promo-inline-left{flex-wrap:wrap}.hs-promo-inline-left,.hs-promo-inline-right{display:flex;align-items:center;gap:.5rem}.hs-promo-inline-title{font-size:.88rem;font-weight:700;color:var(--text-primary-color)}.hs-promo-inline-code{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;color:var(--active-color,#635bff)}@media (max-width:768px){.hs-promo-banner-slide{height:350px}.hs-promo-banner-title{font-size:1.5rem}.hs-promo-banner-subtitle{font-size:.95rem}.hs-promo-banner-content{padding:2rem 1.25rem}.hs-promo-banner-nav{display:none}.hs-promo-strip-inner{flex-direction:column;text-align:center;gap:.5rem}.hs-promo-strip-left,.hs-promo-strip-right{justify-content:center}.hs-promo-inline{flex-direction:column;text-align:center;gap:.5rem}.hs-promo-inline-left,.hs-promo-inline-right{justify-content:center}}@media (max-width:480px){.hs-promo-banner-slide{height:300px}.hs-promo-banner-title{font-size:1.25rem}.hs-promo-banner-content{padding:1.5rem 1rem}.hs-promo-card-body{padding:.65rem .75rem}.hs-promo-card-title{font-size:.85rem}}.hpb-phone-screen .hs-promo-banner-slide{min-height:100px}.hpb-phone-screen .hs-promo-banner-title{font-size:.8rem}.hpb-phone-screen .hs-promo-banner-subtitle{font-size:.6rem}.hpb-phone-screen .hs-promo-banner-content{padding:.75rem .6rem}.hpb-phone-screen .hs-promo-badge{font-size:.5rem;padding:.15rem .4rem}.hpb-phone-screen .hs-promo-banner-nav{display:none}.hpb-phone-screen .hs-promo-banner-actions{gap:.3rem}.hpb-phone-screen .hs-promo-cta-btn{font-size:.55rem;padding:.25rem .5rem;border-radius:5px}.hpb-phone-screen .hs-promo-code-chip{font-size:.5rem;padding:.15rem .4rem}.hpb-phone-screen .hs-promo-countdown-unit{min-width:18px;padding:.1rem .15rem}.hpb-phone-screen .hs-promo-countdown-value{font-size:.5rem}.hpb-phone-screen .hs-promo-countdown-label{font-size:.35rem}.hpb-phone-screen .hs-promo-card{border-radius:8px}.hpb-phone-screen .hs-promo-card-body{padding:.4rem .5rem}.hpb-phone-screen .hs-promo-card-title{font-size:.6rem}.hpb-phone-screen .hs-promo-card-subtitle{font-size:.5rem}.hpb-phone-screen .hs-promo-strip-inner{padding:.35rem .6rem;border-radius:6px}.hpb-phone-screen .hs-promo-strip-title{font-size:.55rem}.hs-popup-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:1.5rem}.hs-popup-card{position:relative;width:100%;max-width:440px;border-radius:20px;overflow:hidden;background:var(--bg-light,#fff);box-shadow:0 24px 80px rgba(0,0,0,.25),0 0 0 1px rgba(255,255,255,.08)}.dark .hs-popup-card{background:var(--bg-secondary,#1e1e1e)}.hs-popup-close{position:absolute;top:.75rem;right:.75rem;z-index:10;width:34px;height:34px;border-radius:50%;border:none;background:rgba(0,0,0,.4);color:#fff;font-size:.85rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s}.hs-popup-close:hover{background:rgba(0,0,0,.65);transform:scale(1.1)}.hs-popup-img-wrap{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}.hs-popup-img{width:100%;height:100%;object-fit:cover}.hs-popup-img-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.35) 0,transparent 60%);pointer-events:none}.hs-popup-body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.6rem;text-align:center}.hs-popup-title{font-size:1.35rem;font-weight:800;color:var(--text-primary-color);margin:0;line-height:1.25}.hs-popup-subtitle{font-size:.9rem;color:var(--text-muted);margin:0;line-height:1.5}.hs-popup-desc{font-size:.82rem;color:var(--text-muted);margin:0;line-height:1.55;opacity:.85}.hs-popup-cta{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;margin-top:.5rem;padding:.7rem 1.8rem;border:none;border-radius:12px;background:var(--active-color,#635bff);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s;align-self:center}.hs-popup-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(99,91,255,.3)}.hs-popup-body .hs-promo-badge,.hs-popup-body .hs-promo-code-chip,.hs-popup-body .hs-promo-countdown{align-self:center}@media (max-width:480px){.hs-popup-card{max-width:95vw;border-radius:16px}.hs-popup-body{padding:1rem 1.15rem 1.25rem}.hs-popup-title{font-size:1.15rem}}.promo-anim-wrap{position:relative;overflow:hidden}.promo-anim-layer{position:absolute;inset:0;pointer-events:none;z-index:5;overflow:hidden}.promo-anim-snowflake{position:absolute;top:-10%;color:rgba(255,255,255,.6);animation:promo-snow-fall linear infinite;will-change:transform}@keyframes promo-snow-fall{0%{transform:translateY(0) rotate(0deg);opacity:1}to{transform:translateY(calc(100vh + 20px)) rotate(1turn);opacity:0}}.promo-anim-sparkle{position:absolute;color:#fbbf24;font-size:.6rem;animation:promo-sparkle ease-in-out infinite;will-change:transform,opacity}@keyframes promo-sparkle{0%,to{opacity:0;transform:scale(.3) rotate(0deg)}50%{opacity:1;transform:scale(1.2) rotate(180deg)}}.promo-anim-confetti{position:absolute;top:-5%;border-radius:1px;animation:promo-confetti-fall linear infinite;will-change:transform}@keyframes promo-confetti-fall{0%{transform:translateY(0) rotate(0deg) scale(1);opacity:1}to{transform:translateY(calc(100vh + 20px)) rotate(2turn) scale(.5);opacity:0}}.promo-anim-layer--pulse:before{content:"";position:absolute;inset:-2px;border-radius:inherit;border:2px solid var(--active-color,#635bff);animation:promo-pulse 2s ease-out infinite}@keyframes promo-pulse{0%{opacity:.6;transform:scale(.98)}50%{opacity:.15;transform:scale(1.01)}to{opacity:.6;transform:scale(.98)}}.promo-anim-layer--glow{border-radius:inherit;background:linear-gradient(45deg,rgba(99,91,255,.15),rgba(139,92,246,.1),rgba(233,69,96,.1),rgba(99,91,255,.15));background-size:300% 300%;animation:promo-glow 4s ease infinite}@keyframes promo-glow{0%{background-position:0 50%;opacity:.4}50%{background-position:100% 50%;opacity:.8}to{background-position:0 50%;opacity:.4}}.hs-promo-card:after{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.04),transparent);transform:skewX(-15deg);transition:left .6s ease;pointer-events:none;z-index:1}.hs-promo-card:hover:after{left:125%}.hs-promo-section{padding:2rem 0}.hs-promo-section-row{display:flex;align-items:center;gap:3rem;padding:2.5rem 0;border-bottom:1px solid var(--border-color,rgba(0,0,0,.07))}.hs-promo-section-row:last-child{border-bottom:none}.hs-promo-section-row--reversed{flex-direction:row-reverse}.hs-promo-section-img-wrap{flex:0 0 45%;position:relative;border-radius:20px;overflow:hidden;aspect-ratio:3/2;box-shadow:0 12px 40px rgba(0,0,0,.12)}.hs-promo-section-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hs-promo-section-row:hover .hs-promo-section-img{transform:scale(1.03)}.hs-promo-section-img-ph{width:100%;height:100%;min-height:260px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--active-color,#635bff),#8b5cf6);color:rgba(255,255,255,.4);font-size:4rem}.hs-promo-section-img-wrap .hs-promo-badge--section{position:absolute;top:1rem;left:1rem;z-index:2}.hs-promo-section-content{flex:1;display:flex;flex-direction:column;gap:.75rem}.hs-promo-section-title{font-size:1.85rem;font-weight:800;color:var(--text-primary-color);margin:0;line-height:1.15}.hs-promo-section-subtitle{font-size:1rem;color:var(--text-muted);margin:0;line-height:1.5}.hs-promo-section-desc{font-size:.9rem;color:var(--text-muted);margin:0;line-height:1.65;opacity:.85}.hs-promo-section-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.hs-promo-section-content .hs-promo-badge--inline{align-self:flex-start}@media (max-width:768px){.hs-promo-section-row,.hs-promo-section-row--reversed{flex-direction:column;gap:1.5rem;padding:2rem 0}.hs-promo-section-img-wrap{flex:none;width:100%;aspect-ratio:16/9}.hs-promo-section-title{font-size:1.4rem}}.hpb-phone-screen .hs-promo-section-row,.hpb-phone-screen .hs-promo-section-row--reversed{flex-direction:column;gap:.5rem;padding:.75rem 0}.hpb-phone-screen .hs-promo-section-title{font-size:.7rem}.hpb-phone-screen .hs-promo-section-desc,.hpb-phone-screen .hs-promo-section-subtitle{font-size:.55rem}.hs-promo-badge-bar{width:100%;overflow:hidden;background:var(--active-color,#635bff);padding:.55rem 0}.hs-promo-badge-bar-track{display:flex;align-items:center;gap:0;width:max-content;animation:promo-badge-marquee 20s linear infinite}.hs-promo-badge-bar:hover .hs-promo-badge-bar-track{animation-play-state:paused}@keyframes promo-badge-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hs-promo-badge-item{display:flex;align-items:center;gap:.5rem;padding:0 .75rem;white-space:nowrap}.hs-promo-badge--bar{background:rgba(255,255,255,.2)!important;color:#fff!important;font-size:.72rem;padding:.2rem .65rem;border-radius:20px}.hs-promo-badge-sep{color:rgba(255,255,255,.45);font-size:1rem}.hs-promo-badge-bar .hs-promo-countdown{display:inline-flex}.hs-promo-badge-bar .hs-promo-countdown-unit{background:rgba(255,255,255,.15);min-width:24px;padding:.15rem .25rem;border-radius:5px}.hs-promo-badge-bar .hs-promo-countdown-value{font-size:.65rem;color:#fff}.hs-promo-badge-bar .hs-promo-countdown-label{font-size:.42rem;color:rgba(255,255,255,.7)}.hpb-phone-screen .hs-promo-badge-bar{padding:.3rem 0}.hpb-phone-screen .hs-promo-badge--bar{font-size:.45rem;padding:.1rem .35rem}.hs-promo-carousel-v2{padding:1.5rem 0 2rem}.hs-promo-carousel-v2-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.hs-promo-carousel-v2-header .hs-section-title{margin:0}.hs-pcv2-slide{position:relative;border-radius:20px;overflow:hidden;min-height:280px;display:flex!important;align-items:stretch;cursor:default}.hs-pcv2-slide-bg{position:absolute;inset:0;z-index:0}.hs-pcv2-slide-bg-img{width:100%;height:100%;object-fit:cover}.hs-pcv2-slide-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(0,0,0,.78),rgba(0,0,0,.52) 55%,rgba(0,0,0,.18))}.hs-pcv2-slide-bg--fallback{background:linear-gradient(135deg,#1a1a2e 0,var(--active-color,#635bff) 100%)}.hs-pcv2-slide-inner{position:relative;z-index:1;display:flex;width:100%;align-items:center;gap:2rem;padding:2rem 2.5rem}.hs-pcv2-slide-info{flex:0 0 320px;display:flex;flex-direction:column;gap:.6rem}.hs-pcv2-badge{align-self:flex-start}.hs-pcv2-title{font-size:1.65rem;font-weight:800;color:#fff;margin:0;line-height:1.2}.hs-pcv2-subtitle{font-size:.9rem;color:rgba(255,255,255,.8);margin:0;line-height:1.5}.hs-pcv2-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-top:.25rem}.hs-pcv2-menus{flex:1;overflow:hidden}.hs-pcv2-menus-scroll{display:flex;gap:.85rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.hs-pcv2-menus-scroll::-webkit-scrollbar{display:none}.hs-pcv2-menu-item{flex:0 0 140px;display:flex;flex-direction:column;text-decoration:none;border-radius:14px;overflow:hidden;background:rgba(255,255,255,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18);transition:transform .25s,background .2s}.hs-pcv2-menu-item:hover{transform:translateY(-4px);background:rgba(255,255,255,.2)}.hs-pcv2-menu-img-wrap{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden}.hs-pcv2-menu-img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.hs-pcv2-menu-item:hover .hs-pcv2-menu-img{transform:scale(1.06)}.hs-pcv2-menu-badge{position:absolute;top:.4rem;left:.4rem;font-size:.55rem;font-weight:800;color:#fff;padding:.15rem .45rem;border-radius:4px;text-transform:uppercase;letter-spacing:.04em;background:var(--active-color,#635bff)}.hs-pcv2-menu-info{padding:.5rem .6rem;display:flex;flex-direction:column;gap:.15rem}.hs-pcv2-menu-name{font-size:.78rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hs-pcv2-menu-price{font-size:.75rem;font-weight:700;color:rgba(255,255,255,.9)}@media (max-width:992px){.hs-pcv2-slide-inner{flex-direction:column;align-items:flex-start;padding:1.75rem 1.5rem;gap:1.25rem}.hs-pcv2-slide-info{flex:none;width:100%}.hs-pcv2-menus{width:100%}.hs-pcv2-title{font-size:1.35rem}}@media (max-width:576px){.hs-pcv2-slide{min-height:220px;border-radius:14px}.hs-pcv2-slide-inner{padding:1.25rem 1rem}.hs-pcv2-title{font-size:1.15rem}.hs-pcv2-menu-item{flex:0 0 115px}}.hpb-phone-screen .hs-pcv2-slide{min-height:90px;border-radius:8px}.hpb-phone-screen .hs-pcv2-slide-inner{padding:.6rem .75rem;flex-direction:column;gap:.4rem}.hpb-phone-screen .hs-pcv2-title{font-size:.65rem}.hpb-phone-screen .hs-pcv2-subtitle{font-size:.5rem}.hpb-phone-screen .hs-pcv2-menu-item{flex:0 0 50px;border-radius:6px}.hpb-phone-screen .hs-pcv2-menu-name,.hpb-phone-screen .hs-pcv2-menu-price{font-size:.42rem}.hs-promo-section-v2{padding:2rem 0}.hs-psc-block{margin-bottom:3rem;border-radius:20px;overflow:hidden;background:var(--bg-secondary,var(--bg-light,#fff));box-shadow:0 4px 24px rgba(0,0,0,.06)}.dark .hs-psc-block{background:var(--bg-secondary,#1e1e1e);box-shadow:0 4px 24px rgba(0,0,0,.2)}.hs-psc-block:last-child{margin-bottom:0}.hs-psc-header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem 1rem 1.75rem;border-bottom:1px solid var(--border-color,rgba(0,0,0,.07))}.hs-psc-header-accent{position:absolute;top:0;left:0;width:4px;height:100%;background:var(--promo-accent,var(--active-color,#635bff));border-radius:0 2px 2px 0}.hs-psc-header-left{display:flex;align-items:center;gap:.6rem;flex:1;min-width:0}.hs-psc-badge{flex-shrink:0}.hs-psc-title{font-size:1.1rem;font-weight:700;color:var(--text-primary-color);margin:0;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hs-psc-header-right{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.hs-psc-cta-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem 1rem;border:none;border-radius:20px;background:var(--promo-accent,var(--active-color,#635bff));color:#fff;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .2s,transform .2s}.hs-psc-cta-btn:hover{opacity:.88;transform:translateY(-1px)}.hs-psc-items{padding:1rem 1.5rem 1.5rem}@media (max-width:768px){.hs-psc-header{flex-wrap:wrap;padding:.85rem 1rem .85rem 1.5rem;gap:.6rem}.hs-psc-title{font-size:.95rem}.hs-psc-items{padding:.75rem .75rem 1.25rem}}.hpb-phone-screen .hs-psc-block{border-radius:8px;margin-bottom:.75rem}.hpb-phone-screen .hs-psc-header{padding:.5rem .6rem .5rem .9rem;gap:.35rem}.hpb-phone-screen .hs-psc-title{font-size:.6rem}.hpb-phone-screen .hs-psc-items{padding:.35rem .4rem .6rem}.hs-promo-menu-card{display:block;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;cursor:pointer;position:relative;transition:transform .28s,box-shadow .28s;box-shadow:0 4px 18px rgba(0,0,0,.1)}.hs-promo-menu-card:hover{transform:translateY(-5px) scale(1.01);box-shadow:0 14px 36px rgba(0,0,0,.18)}.hs-promo-menu-card-img-wrap{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;display:block}.hs-promo-menu-card-img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease;display:block}.hs-promo-menu-card:hover .hs-promo-menu-card-img{transform:scale(1.07)}.hs-promo-menu-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75) 0,rgba(0,0,0,.35) 40%,transparent 70%);pointer-events:none}.hs-promo-menu-card-badge{position:absolute;top:.6rem;left:.6rem;font-size:.62rem;font-weight:800;color:#fff;padding:.2rem .55rem;border-radius:6px;text-transform:uppercase;letter-spacing:.05em;background:var(--active-color,#635bff);z-index:2}.hs-promo-menu-card-info{position:absolute;bottom:0;left:0;right:0;padding:.75rem .85rem;display:flex;flex-direction:column;gap:.2rem;z-index:2}.hs-promo-menu-card-name{font-size:.88rem;font-weight:700;color:#fff;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 1px 3px rgba(0,0,0,.4)}.hs-promo-menu-card-prices{display:flex;align-items:baseline;gap:.4rem}.hs-promo-menu-card-price{font-size:.9rem;font-weight:800;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.4)}.hs-promo-menu-card-original{font-size:.75rem;color:rgba(255,255,255,.65);text-decoration:line-through}@media (max-width:480px){.hs-promo-menu-card-name{font-size:.8rem}.hs-promo-menu-card-price{font-size:.82rem}}.hpb-phone-screen .hs-promo-menu-card{border-radius:6px}.hpb-phone-screen .hs-promo-menu-card-name,.hpb-phone-screen .hs-promo-menu-card-price{font-size:.5rem}.hpb-phone-screen .hs-promo-menu-card-badge{font-size:.4rem;padding:.1rem .3rem;border-radius:3px}