@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #ffffff;--bg-secondary: #f7f8f9;--bg-card: rgba(0,0,0,.012);--bg-card-solid: #ffffff;--bg-dark: #0a0d14;--bg-dark-2: #131821;--bg-glass: rgba(255,255,255,.85);--bg-glass-dark: rgba(10,13,20,.75);--text-primary: #111827;--text-secondary: #4b5563;--text-muted: #9ca3af;--text-on-dark: #f9fafb;--border: #eaecf0;--border-hover: #d1d5db;--radius: .5rem;--radius-sm: .375rem;--radius-lg: .75rem;--accent-soft: rgba(var(--accent-rgb, 245 158 11) / .08);--accent-contrast: var(--bg-dark);--shadow-sm: 0 2px 8px rgba(0,0,0,.04);--shadow-md: 0 8px 30px rgba(0,0,0,.05);--shadow-lg: 0 20px 40px -10px rgba(0,0,0,.08);--transition: .4s cubic-bezier(.16, 1, .3, 1);--transition-fast: .2s cubic-bezier(.16, 1, .3, 1);--max-w: 1280px}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-w);margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.w-section{padding:5rem 0}.w-section--alt{background-color:var(--bg-secondary);padding:7.5rem 0}.w-section--dark{background-color:var(--bg-dark);color:var(--text-on-dark);padding:7.5rem 0}.section-label{display:inline-flex;align-items:center;gap:.75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:var(--accent);margin-bottom:1rem}.section-label:before{content:"";width:24px;height:2px;background:var(--accent);border-radius:1px;flex-shrink:0}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.25rem;color:var(--text-primary)}.w-section--dark .section-title{color:var(--text-on-dark)}.section-subtitle{color:var(--text-secondary);font-size:1.125rem;max-width:600px;line-height:1.8}.w-section--dark .section-subtitle{color:var(--text-muted)}.section-header{text-align:center;margin-bottom:4rem}.section-header .section-subtitle{margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.8rem 1.75rem;border-radius:var(--radius-sm);font-size:.95rem;font-weight:700;text-decoration:none;transition:all var(--transition-fast);border:1px solid transparent;cursor:pointer;font-family:inherit;line-height:1.4;white-space:nowrap}.btn-primary{background:var(--accent);color:var(--bg-dark);border-color:var(--accent);box-shadow:0 4px 14px #0000000d}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px var(--accent-glow)}.btn-primary:active{transform:translateY(0) scale(.98)}.btn-outline{background:transparent;color:var(--accent);border-color:var(--accent)}.btn-outline:hover{background:var(--accent);color:var(--bg-dark);box-shadow:0 8px 25px var(--accent-glow)}.btn-outline--white{background:transparent;color:#fff;border-color:#ffffff4d}.btn-outline--white:hover{background:#ffffff1a;border-color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-lg{padding:1rem 2.5rem;font-size:1rem}.btn-ghost{background:transparent;color:var(--text-secondary);border-color:transparent}.btn-ghost:hover{background:#00000008;color:var(--text-primary)}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--bg-glass-dark);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.04);transition:all var(--transition)}.nav.scrolled{box-shadow:0 10px 40px #00000040;background:#0a0d14eb}.nav-inner{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem;height:72px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-logo{font-size:1.35rem;font-weight:800;color:#fff;text-decoration:none;letter-spacing:-.02em;flex-shrink:0;display:flex;align-items:center;gap:.5rem}.nav-logo .accent{color:var(--accent)}.nav-links{display:flex;align-items:center;gap:.25rem;list-style:none;flex:1;justify-content:flex-end}.nav-links>li>a{display:flex;align-items:center;gap:.35rem;color:#a1a1aa;text-decoration:none;font-size:.9rem;font-weight:600;padding:.5rem 1rem;border-radius:var(--radius-sm);transition:all var(--transition-fast);white-space:nowrap}.nav-links>li>a:hover{color:#fff;background:#ffffff14}.nav-dropdown{position:relative}.nav-dropdown__menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%) translateY(10px) scale(.95);background:#131821e6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);min-width:240px;padding:.75rem;list-style:none;opacity:0;visibility:hidden;transition:all var(--transition-fast);box-shadow:0 20px 40px #0000004d;z-index:200}.nav-dropdown:hover .nav-dropdown__menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0) scale(1)}.nav-dropdown__menu li a{display:block;padding:.75rem 1rem;color:#a1a1aa;text-decoration:none;font-size:.9rem;font-weight:500;border-radius:var(--radius-sm);transition:all var(--transition-fast)}.nav-dropdown__menu li a:hover{background:#ffffff0f;color:#fff;padding-left:1.25rem}.mobile-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1;align-items:center;justify-content:center}.nav-cart-btn{display:flex;align-items:center;gap:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;border-radius:var(--radius-sm);padding:.5rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);position:relative;white-space:nowrap;font-family:inherit}.nav-cart-btn:hover{background:#ffffff1a;border-color:#fff3}.cart-badge{display:none;background:var(--accent);color:var(--bg-dark);border-radius:50%;width:20px;height:20px;font-size:.7rem;font-weight:800;align-items:center;justify-content:center;margin-left:4px}.hero-slider{position:relative;overflow:hidden;margin-top:72px;height:calc(100vh - 72px);min-height:600px;max-height:800px}.hero-slider__track{display:flex;height:100%;transition:transform .8s cubic-bezier(.25,1,.5,1)}.hero-slide{flex-shrink:0;width:100%;height:100%;position:relative;display:flex;align-items:center}.hero-slide__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.05);animation:zoomOutSlow 20s infinite alternate linear}@keyframes zoomOutSlow{0%{transform:scale(1.05)}to{transform:scale(1)}}.hero-slide__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.06) 1px,transparent 1px);background-size:30px 30px;opacity:.5}.hero-slide__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#0a0d14f2,#0a0d1466)}.hero-slide__content{position:relative;z-index:1;padding:0 1.5rem;max-width:var(--max-w);margin:0 auto;width:100%}.hero-slide__badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:.4rem 1rem;border-radius:var(--radius-sm);margin-bottom:2rem}.hero-slide__badge .accent{color:var(--accent)}.hero-slide__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:#fff;margin-bottom:1.5rem;max-width:800px}.hero-slide__title mark{background:none;color:var(--accent);position:relative;display:inline-block}.hero-slide__desc{color:#cbd5e1;font-size:1.125rem;max-width:540px;line-height:1.8;margin-bottom:2.5rem}.hero-slide__actions{display:flex;gap:1.25rem;flex-wrap:wrap;align-items:center}.hero-stats{position:absolute;bottom:0;left:0;right:0;background:#0a0d1499;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-top:1px solid rgba(255,255,255,.06);z-index:5}.hero-stats__inner{max-width:var(--max-w);margin:0 auto;padding:1.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.hero-stat{text-align:center}.hero-stat__value{font-size:2rem;font-weight:800;color:#fff;line-height:1}.hero-stat__label{font-size:.8rem;color:#9ca3af;margin-top:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:1px}.hero-slider__arrows{position:absolute;bottom:calc(7rem + 16px);right:3rem;display:flex;gap:1rem;z-index:10}.hero-slider__arrow{width:48px;height:48px;border-radius:50%;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast);font-size:1.2rem}.hero-slider__arrow:hover{background:#fff;border-color:#fff;color:var(--bg-dark);transform:scale(1.1)}.hero-slider__dots{position:absolute;bottom:7.5rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.hero-slider__dot{width:6px;height:6px;border-radius:10px;background:#ffffff40;border:none;cursor:pointer;transition:all var(--transition-fast);padding:0}.hero-slider__dot.active{background:#fff;width:32px;box-shadow:0 0 10px #ffffff80}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.category-card{background:var(--bg-card-solid);border:1px solid transparent;box-shadow:var(--shadow-sm);border-radius:var(--radius-lg);padding:2rem 1.5rem;text-decoration:none;color:var(--text-primary);display:flex;flex-direction:column;align-items:flex-start;gap:1rem;transition:all var(--transition)}.w-section--alt .category-card{background:var(--bg-card-solid)}.category-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.category-card__icon{font-size:2rem;width:56px;height:56px;background:var(--accent-soft);color:var(--accent);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.category-card:hover .category-card__icon{background:var(--accent);color:var(--bg-dark)}.category-card__name{font-weight:800;font-size:1.05rem;line-height:1.3}.category-card__count{font-size:.85rem;color:var(--text-secondary);font-weight:500}.carousel{position:relative;overflow:visible}.carousel__track{display:flex;gap:1.5rem;transition:transform .6s cubic-bezier(.16,1,.3,1)}.carousel__item{flex-shrink:0;width:calc(25% - 1.125rem)}.carousel__controls{display:flex;justify-content:center;gap:1rem;margin-top:2.5rem}.carousel__btn{width:48px;height:48px;border-radius:50%;background:var(--bg-card-solid);box-shadow:var(--shadow-sm);border:none;color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all var(--transition-fast)}.carousel__btn:hover{background:var(--text-primary);color:var(--bg-primary);transform:scale(1.05)}.product-card{background:var(--bg-card-solid);border:1px solid transparent;border-radius:var(--radius-lg);overflow:hidden;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast);display:flex;flex-direction:column;box-shadow:var(--shadow-sm);height:100%}.product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent);transform:translateY(-2px)}.product-card__img{position:relative;padding-top:75%;background:#f9fafb;overflow:hidden}.product-card__img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:1.5rem;transition:transform .5s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-card__img img{transform:scale(1.08)}.product-card__badge{position:absolute;top:1rem;left:1rem;background:var(--text-primary);color:var(--bg-primary);font-size:.75rem;font-weight:800;padding:.3rem .75rem;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;z-index:2}.product-card__body{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.product-card__name{font-size:1rem;font-weight:700;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__sku{font-size:.75rem;color:var(--text-muted);font-family:monospace;letter-spacing:.5px}.product-card__price-row{display:flex;align-items:center;gap:.75rem;margin-top:auto;padding-top:1rem}.product-card__price{font-size:1.25rem;font-weight:800;color:var(--text-primary)}.product-card__price-old{font-size:.85rem;color:var(--text-muted);text-decoration:line-through}.product-card__actions{padding:0 1.5rem 1.5rem}.product-card__actions .btn{width:100%}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.trust-grid--5{grid-template-columns:repeat(5,1fr);gap:1.25rem}.trust-card{background:var(--bg-card-solid);border:none;box-shadow:var(--shadow-sm);border-radius:var(--radius-lg);padding:2.5rem 1.5rem;text-align:center;transition:all var(--transition)}.trust-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.trust-card--dark{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);box-shadow:none}.trust-card--dark .trust-card__title{color:#f8fafc}.trust-card--dark .trust-card__desc{color:#94a3b8}.trust-card--dark:hover{background:#ffffff12;border-color:#ffffff24;box-shadow:0 10px 30px #00000040}.trust-card__icon{font-size:2.5rem;margin-bottom:1.25rem;display:inline-block;color:var(--accent);background:var(--accent-soft);width:80px;height:80px;line-height:80px;border-radius:50%}.trust-card__title{font-weight:800;font-size:1.1rem;margin-bottom:.5rem;color:var(--text-primary)}.trust-card__desc{font-size:.95rem;color:var(--text-secondary);line-height:1.6}.booking-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}.booking-info h3{font-size:1.75rem;font-weight:800;margin-bottom:1rem;color:var(--text-primary)}.booking-info>p{color:var(--text-secondary);line-height:1.8;margin-bottom:2.5rem;font-size:1.05rem}.booking-steps{display:flex;flex-direction:column;gap:1.5rem}.booking-step{display:flex;gap:1.25rem;align-items:flex-start}.booking-step__num{width:40px;height:40px;border-radius:50%;background:var(--text-primary);color:var(--bg-primary);font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.booking-step__text{font-size:1rem;font-weight:500;color:var(--text-secondary);line-height:1.6;padding-top:.4rem}.booking-form-card{background:var(--bg-card-solid);border:none;border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-lg)}.booking-form-card h4{font-size:1.25rem;font-weight:800;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border);color:var(--text-primary)}.contact-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-info__item{display:flex;gap:1.25rem;padding:1.5rem;background:var(--bg-card-solid);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);align-items:center;transition:all var(--transition-fast)}.contact-info__item:hover{transform:translate(4px);box-shadow:var(--shadow-md)}.contact-info__icon{font-size:1.5rem;flex-shrink:0;width:54px;height:54px;background:var(--accent-soft);color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-info__body strong{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);display:block;margin-bottom:.35rem}.contact-info__body p,.contact-info__body a{font-size:1rem;color:var(--text-primary);text-decoration:none;font-weight:600;line-height:1.5}.contact-info__body a:hover{color:var(--accent)}.contact-form-card{background:var(--bg-card-solid);border:none;border-radius:var(--radius-lg);padding:3rem;box-shadow:var(--shadow-lg)}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.form-group label{font-size:.85rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.form-input,.form-select,.form-textarea{padding:.875rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.95rem;font-family:inherit;color:var(--text-primary);background:var(--bg-secondary);transition:all var(--transition-fast);width:100%;outline:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--accent);background:var(--bg-primary);box-shadow:0 0 0 4px var(--accent-glow)}.form-textarea{resize:vertical;min-height:120px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-check{display:flex;gap:.75rem;align-items:flex-start;font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin-top:.5rem}.form-check input[type=checkbox]{margin-top:.25rem;accent-color:var(--accent);flex-shrink:0;width:16px;height:16px}.form-message{display:none;padding:1rem;border-radius:var(--radius-sm);font-size:.95rem;margin-bottom:1.5rem;font-weight:500}.footer{background:var(--bg-dark);color:var(--text-on-dark)}.footer-inner{max-width:var(--max-w);margin:0 auto;padding:5rem 1.5rem 3rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem}.footer-brand p{font-size:.95rem;color:#a1a1aa;line-height:1.8;margin-top:1rem;max-width:320px;font-weight:400}.footer-col h4{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:2px;color:#fff;margin-bottom:1.25rem}.footer-col a{display:block;color:#a1a1aa;text-decoration:none;font-size:.95rem;padding:.35rem 0;transition:all var(--transition-fast);line-height:1.6;font-weight:500}.footer-col a:hover{color:#fff;transform:translate(2px)}.footer-bottom{max-width:var(--max-w);margin:0 auto;padding:1.5rem;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#a1a1aa;flex-wrap:wrap;gap:1rem}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.cart-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0d14b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9998;opacity:0;transition:opacity .3s}.cart-modal-overlay.active{opacity:1}.cart-modal{position:fixed;top:50%;left:50%;width:75vw;height:80vh;max-width:1100px;max-height:800px;transform:translate(-50%,-50%) scale(.96);background:var(--bg-card-solid);border-radius:var(--radius-lg);z-index:9999;display:flex;flex-direction:column;transition:opacity .3s,transform .3s cubic-bezier(.16,1,.3,1);box-shadow:0 25px 80px #00000059;opacity:0;pointer-events:none;overflow:hidden}.cart-modal.open{opacity:1;transform:translate(-50%,-50%) scale(1);pointer-events:auto}.cart-modal__head{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;background:var(--bg-dark);color:#fff;flex-shrink:0}.cart-modal__close{background:#ffffff1a;border:none;border-radius:50%;width:36px;height:36px;color:#fff;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.cart-modal__close:hover{background:#fff3;transform:rotate(90deg)}.cart-modal__body{display:grid;grid-template-columns:1fr 1fr;flex:1;min-height:0}.cart-modal__items-pane{border-right:1px solid var(--border);overflow-y:auto;padding:1.5rem;background:var(--bg-secondary)}.cart-items{display:flex;flex-direction:column}.cart-modal__form-pane{padding:0;background:var(--bg-card-solid);display:flex;flex-direction:column;min-height:0}#cart-checkout-form{display:flex;flex-direction:column;flex:1;min-height:0}.cart-form-scroll{overflow-y:auto;padding:1.5rem 1.5rem .5rem;flex:1;min-height:0}.cart-form-section{margin-bottom:1.5rem;padding:1rem 1.125rem;background:var(--bg-secondary);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius)}.cart-form-section:last-of-type{margin-bottom:.5rem}.cart-form-title{display:flex;align-items:center;gap:.625rem;font-size:1.05rem;font-weight:800;color:var(--text-primary);margin:0 0 .875rem;letter-spacing:-.01em}.cart-form-step{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--accent);color:var(--accent-contrast, var(--bg-dark));font-size:.85rem;font-weight:800;flex-shrink:0;box-shadow:0 2px 6px var(--accent-glow)}.cart-form-group{margin-bottom:.75rem}.cart-form-group:last-child{margin-bottom:0}.cart-form-label{display:block;font-size:.78rem;color:var(--text-secondary);margin-bottom:.3rem;font-weight:600}.cart-form-input{width:100%;box-sizing:border-box;background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.625rem .75rem;color:var(--text-primary);font-size:.9rem;font-family:inherit;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.cart-form-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.cart-form-row{display:flex;gap:.5rem;align-items:center}.cart-form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.cart-modal__footer{flex-shrink:0;padding:1.125rem 1.5rem;border-top:1px solid var(--border);background:var(--bg-card-solid);box-shadow:0 -4px 12px #0000000a}.cart-modal__total-row{display:flex;justify-content:space-between;align-items:center;font-weight:800;font-size:1.05rem;margin-bottom:.875rem}.cart-modal__total-row span:last-child{color:var(--accent);font-size:1.3rem}.cart-item{display:flex;gap:1rem;margin-bottom:1rem;padding:.875rem;background:var(--bg-card-solid);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.cart-item:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm)}.cart-item:last-child{margin-bottom:0}.cart-item-img{width:72px;height:72px;border-radius:var(--radius-sm);-o-object-fit:contain;object-fit:contain;background:var(--bg-primary);border:1px solid var(--border);padding:.4rem;flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-title{font-weight:700;font-size:.95rem;line-height:1.4;margin-bottom:.4rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item-price{color:var(--accent);font-size:.95rem;font-weight:800}.cart-qty-ctrl{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border);border-radius:var(--radius-sm);width:-moz-fit-content;width:fit-content;margin-top:.5rem;background:var(--bg-primary)}.cart-qty-btn{background:none;border:none;padding:4px 12px;cursor:pointer;font-weight:800;color:var(--text-primary);transition:background var(--transition-fast);font-size:1rem}.cart-qty-btn:hover{background:var(--bg-secondary)}@media(max-width:900px){.cart-modal{width:100vw;height:100vh;max-width:100vw;max-height:100vh;border-radius:0}.cart-modal__body{grid-template-columns:1fr;grid-template-rows:1fr 1fr}.cart-modal__items-pane{border-right:none;border-bottom:1px solid var(--border)}.cart-form-grid-2{grid-template-columns:1fr;gap:0}.cart-form-section{padding:.875rem 1rem}.cart-form-title{font-size:1rem}.cart-form-scroll{padding:1rem 1rem .5rem}.cart-modal__footer{padding:1rem}}.shop-topbar{background:var(--bg-dark);color:#9ca3af;padding:.75rem 0;font-size:.85rem;font-weight:500}.shop-topbar a{color:#9ca3af;text-decoration:none;transition:color var(--transition-fast)}.shop-topbar a:hover{color:#fff}.shop-cat-bar{background:#131821;border-bottom:1px solid rgba(255,255,255,.05);overflow-x:auto;scrollbar-width:none}.shop-cat-bar::-webkit-scrollbar{height:0}.shop-cat-bar .container{display:flex;gap:.5rem;padding-top:.25rem;padding-bottom:.25rem}.shop-cat-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1rem;color:#a1a1aa;text-decoration:none;font-size:.9rem;font-weight:600;white-space:nowrap;border-bottom:2px solid transparent;border-top:none;border-left:none;border-right:none;background:none;cursor:pointer;transition:all var(--transition-fast);font-family:inherit}.shop-cat-btn:hover{color:#fff}.shop-cat-btn.active{color:var(--accent);border-bottom-color:var(--accent)}.shop-toolbar{display:flex;gap:1.5rem;align-items:center;margin-bottom:2rem;flex-wrap:wrap}.shop-search{position:relative;flex:1;min-width:250px}.shop-search__icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--text-muted);font-size:1.1rem}.shop-search .form-input{padding-left:3rem;border-radius:100px;padding-top:.75rem;padding-bottom:.75rem}.shop-search__clear{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1rem}.shop-toolbar__right{display:flex;align-items:center;gap:1.5rem}.shop-count{font-size:.9rem;color:var(--text-secondary);white-space:nowrap;font-weight:500}.shop-layout{display:grid;grid-template-columns:240px 1fr;gap:2.5rem;align-items:start}.shop-sidebar__section{margin-bottom:2rem}.shop-sidebar__title{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--text-primary);margin-bottom:1rem}.shop-sidebar__list{list-style:none;display:flex;flex-direction:column;gap:.25rem}.shop-sidebar__link{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem;font-size:.95rem;color:var(--text-secondary);text-decoration:none;border-radius:var(--radius-sm);transition:all var(--transition-fast);font-weight:500}.shop-sidebar__link:hover{background:var(--bg-secondary);color:var(--text-primary)}.shop-sidebar__link.active{background:var(--text-primary);color:var(--bg-primary);font-weight:700}.shop-sidebar__sublist{list-style:none;margin:.25rem 0 .5rem 1rem;padding-left:.5rem;border-left:1px solid var(--border);display:flex;flex-direction:column;gap:.125rem}.shop-sidebar__sublink{display:block;padding:.4rem .75rem;font-size:.82rem;color:var(--text-muted);text-decoration:none;border-radius:var(--radius-sm);transition:all var(--transition-fast);font-weight:500;line-height:1.35}.shop-sidebar__sublink:hover{background:var(--bg-secondary);color:var(--text-primary)}.shop-sidebar__sublink.active{background:var(--accent);color:var(--accent-contrast, #fff);font-weight:700}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.shop-list-view .shop-grid{grid-template-columns:1fr}.shop-list-view .product-card{flex-direction:row;align-items:center}.shop-list-view .product-card__img{padding-top:0;width:160px;height:160px;flex-shrink:0;background:transparent}.shop-list-view .product-card__img img{position:static;width:160px;height:160px;padding:1rem}.shop-list-view .product-card__body{padding:1.5rem}.shop-list-view .product-card__actions{padding:1.5rem;width:220px;flex-shrink:0;border-left:1px solid var(--border);display:flex;align-items:center}.shop-view-toggle{display:flex;gap:.35rem;background:var(--bg-secondary);padding:.35rem;border-radius:var(--radius-sm)}.shop-view-btn{padding:.5rem .85rem;border:none;background:transparent;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all var(--transition-fast);color:var(--text-muted)}.shop-view-btn.active{background:var(--bg-primary);color:var(--text-primary);box-shadow:var(--shadow-sm)}.shop-pagination{display:flex;justify-content:center;gap:.5rem;margin-top:4rem;flex-wrap:wrap}.shop-page-btn{padding:.5rem 1rem;border:1px solid var(--border);background:var(--bg-primary);border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);color:var(--text-secondary);font-family:inherit}.shop-page-btn:hover{background:var(--bg-secondary);border-color:var(--border-hover)}.shop-page-btn.active{background:var(--text-primary);border-color:var(--text-primary);color:var(--bg-primary);font-weight:800}.shop-page-btn:disabled{opacity:.45;cursor:default}.product-modal-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0d14b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:8000;align-items:center;justify-content:center;padding:1.5rem}.product-modal-overlay.open{display:flex}.product-modal{background:var(--bg-card-solid);border-radius:var(--radius-lg);max-width:650px;width:100%;max-height:90vh;overflow-y:auto;padding:2.5rem;position:relative;box-shadow:0 25px 50px #00000040}.product-modal__close{position:absolute;top:1.5rem;right:1.5rem;background:var(--bg-secondary);border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;font-size:1.25rem;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.product-modal__close:hover{background:var(--text-primary);color:var(--bg-primary);transform:rotate(90deg)}.skeleton{background:linear-gradient(90deg,#f0f4f8 25%,#e4eaf0,#f0f4f8 75%);background-size:200% 100%;animation:skeleton-wave 1.5s cubic-bezier(.4,0,.2,1) infinite;border-radius:var(--radius-sm)}@keyframes skeleton-wave{0%{background-position:200% 0}to{background-position:-200% 0}}.serwis-hero{background:var(--bg-dark);padding:7rem 0 5rem;margin-top:72px;color:var(--text-on-dark)}.serwis-hero .section-subtitle{color:#9ca3af;max-width:650px}.serwis-types{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.serwis-type-card{background:var(--bg-card-solid);border:2px solid transparent;box-shadow:var(--shadow-sm);border-radius:var(--radius-lg);padding:2rem;cursor:pointer;transition:all var(--transition);text-align:left;width:100%;font-family:inherit}.serwis-type-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);border-color:#0000000d}.serwis-type-card.selected{border-color:var(--accent);background:var(--bg-primary);box-shadow:0 10px 30px var(--accent-glow)}.serwis-type-card__icon{font-size:2rem;margin-bottom:1rem;display:inline-block;padding:1rem;background:var(--accent-soft);color:var(--accent);border-radius:50%}.serwis-type-card__name{font-weight:800;font-size:1.1rem;margin-bottom:.5rem;color:var(--text-primary)}.serwis-type-card__desc{font-size:.95rem;color:var(--text-secondary);line-height:1.6}.spec-badge{display:inline-flex;align-items:center;padding:.35rem .75rem;background:var(--bg-secondary);border-radius:var(--radius-sm);font-size:.8rem;font-weight:700;color:var(--text-primary)}.guarantee-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.nav-mobile-actions{display:none;align-items:center;gap:.75rem;margin-left:auto}@media(max-width:1024px){.category-grid,.trust-grid--5{grid-template-columns:repeat(3,1fr)}.footer-inner{grid-template-columns:1fr 1fr;gap:3rem}.shop-layout{grid-template-columns:220px 1fr;gap:2rem}}@media(max-width:768px){.nav-inner{gap:0}.nav-mobile-actions{display:flex}.nav-links{display:none;position:fixed;top:72px;left:0;right:0;background:#0a0d14fa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:column;align-items:stretch;padding:1rem;gap:0;border-bottom:1px solid rgba(255,255,255,.08);justify-content:flex-start;max-height:calc(100vh - 72px);overflow-y:auto}.nav-links.active{display:flex}.nav-links>li>a{padding:1rem;border-radius:0;border-bottom:1px solid rgba(255,255,255,.05)}.mobile-toggle{display:flex}.nav-dropdown__menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;background:transparent;padding-left:1.5rem;border-radius:0}.hero-slider{height:90vh;max-height:none}.hero-slide__content{padding:5rem 1.5rem 7rem}.hero-slide__title{font-size:2.25rem}.hero-slide__actions{flex-direction:column;gap:1rem}.hero-slide__actions .btn{width:100%;text-align:center;justify-content:center}.hero-stats__inner{grid-template-columns:repeat(2,1fr);gap:1rem}.hero-slider__arrows{display:none}.hero-slider__dots{bottom:1rem;left:50%}.guarantee-grid{grid-template-columns:1fr;gap:3rem}.category-grid,.trust-grid,.trust-grid--5{grid-template-columns:repeat(2,1fr)}.booking-grid,.contact-grid{grid-template-columns:1fr}.serwis-types{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;text-align:center;gap:1.5rem}.carousel__item{width:calc(100% - 1.5rem)}.shop-layout{grid-template-columns:1fr}#shop-sidebar{display:none}.w-section,.w-section--alt,.w-section--dark{padding:4rem 0}.section-title{font-size:2rem}.container{padding:0 1.25rem}}@media(max-width:480px){.trust-grid,.trust-grid--5,.serwis-types{grid-template-columns:1fr}.hero-slide__title{font-size:1.8rem}.hero-slide__badge{font-size:.8rem}.hero-stats__inner{grid-template-columns:repeat(2,1fr);padding:1.25rem}.hero-stat__value{font-size:1.5rem}.hero-stat__label{font-size:.75rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}}.product-card-link{display:block;color:inherit;text-decoration:none}.product-card-link:hover{color:inherit}.product-breadcrumb{padding:5rem 0 1rem;background:var(--bg-secondary);border-bottom:1px solid var(--border);font-size:.85rem;color:var(--text-secondary)}.product-breadcrumb .container{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.product-breadcrumb a{color:var(--text-secondary);text-decoration:none}.product-breadcrumb a:hover{color:var(--accent)}.product-breadcrumb__current{color:var(--text-primary);font-weight:600}.product-hero{padding:2.5rem 0}.product-hero__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:3rem}@media(max-width:900px){.product-hero__grid{grid-template-columns:1fr;gap:2rem}}.product-gallery__main{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:1rem;padding:2rem}.product-gallery__main img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.product-gallery__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-gallery__thumb{width:80px;height:80px;border:2px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;background:#fff;padding:.5rem;transition:all var(--transition-fast)}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--accent)}.product-gallery__thumb img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-info__badge{display:inline-block;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.3rem .75rem;border-radius:999px;font-size:.72rem;font-weight:700;margin-bottom:.875rem;letter-spacing:.5px}.product-info__title{font-size:1.875rem;font-weight:800;line-height:1.25;margin-bottom:1rem;color:var(--text-primary)}.product-info__meta{display:flex;gap:1.5rem;flex-wrap:wrap;padding-bottom:1.25rem;border-bottom:1px solid var(--border);margin-bottom:1.25rem;font-size:.85rem}.product-info__meta-item{display:flex;gap:.4rem}.product-info__meta-label{color:var(--text-muted)}.product-info__meta-value{color:var(--text-primary);font-weight:600;font-family:monospace}.product-info__price-block{margin-bottom:1.25rem}.product-info__price-main{font-size:2.25rem;font-weight:800;color:var(--accent);line-height:1}.product-info__price-net{font-size:.9rem;color:var(--text-muted);font-weight:500;margin-left:.4rem}.product-info__price-gross{font-size:.85rem;color:var(--text-secondary);margin-top:.35rem}.product-info__stock{margin-bottom:1.5rem}.stock-badge{display:inline-flex;align-items:center;padding:.45rem .875rem;border-radius:var(--radius-sm);font-size:.85rem;font-weight:700}.stock-badge--in{background:#22c55e26;color:#15803d}.stock-badge--out{background:#ef444426;color:#b91c1c}.product-info__cta{display:flex;gap:.75rem;align-items:stretch;margin-bottom:1.5rem}.product-info__qty{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.product-info__qty input{width:60px;text-align:center;border:none;padding:.625rem 0;font-size:1rem;font-weight:700;background:transparent;color:var(--text-primary);-moz-appearance:textfield}.product-info__qty input::-webkit-outer-spin-button,.product-info__qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-btn{background:var(--bg-secondary);border:none;width:38px;height:100%;cursor:pointer;font-size:1.1rem;color:var(--text-primary);transition:background var(--transition-fast)}.qty-btn:hover{background:var(--border)}.product-info__cta .btn{flex:1}.product-info__features{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;padding-top:1.25rem;border-top:1px solid var(--border)}.feature-item{display:flex;gap:.625rem;align-items:center;font-size:.8rem}.feature-item__icon{font-size:1.4rem}.feature-item strong{display:block;color:var(--text-primary);font-weight:700}.feature-item small{color:var(--text-muted)}@media(max-width:600px){.product-info__features{grid-template-columns:1fr}.product-info__title{font-size:1.4rem}.product-info__price-main{font-size:1.75rem}}.product-tabs{padding:0}.product-tabs__nav{display:flex;gap:0;border-bottom:2px solid var(--border);overflow-x:auto}.product-tab-btn{background:none;border:none;padding:1rem 1.5rem;font-size:.95rem;font-weight:700;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap;font-family:inherit;transition:all var(--transition-fast)}.product-tab-btn:hover{color:var(--text-primary)}.product-tab-btn.active{color:var(--accent);border-bottom-color:var(--accent)}.product-tabs__content{padding:2rem 0}.product-tab-panel{display:none}.product-tab-panel.active{display:block}.product-description{font-size:.95rem;line-height:1.75;color:var(--text-secondary);max-width:800px}.product-description p{margin-bottom:1rem}.product-specs{width:100%;max-width:700px;border-collapse:collapse}.product-specs td{padding:.875rem 1rem;border-bottom:1px solid var(--border);font-size:.9rem}.product-specs td:first-child{color:var(--text-muted);font-weight:500;width:40%}.product-specs td:last-child{color:var(--text-primary);font-weight:600}.product-specs tr:last-child td{border-bottom:none}.product-manufacturer{max-width:700px}.product-manufacturer__name{font-size:1.5rem;font-weight:800;margin-bottom:.875rem;color:var(--text-primary)}.product-manufacturer p{color:var(--text-secondary);line-height:1.7;margin-bottom:1.25rem}.product-related{padding:3rem 0;background:var(--bg-secondary);border-top:1px solid var(--border)}.product-related__title{font-size:1.5rem;font-weight:800;margin-bottom:.5rem;color:var(--text-primary)}.product-related__sub{color:var(--text-muted);font-size:.9rem;margin-bottom:1.75rem}.product-related__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.auth-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-secondary)}.auth-page__main{flex:1;display:flex;align-items:center;justify-content:center;padding:calc(72px + 2.5rem) 1.25rem 3rem}.auth-card{background:var(--bg-card-solid);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 4px 24px #0000000f;padding:2.5rem;width:100%;max-width:480px}.auth-card--wide{max-width:560px}.auth-card__title{font-size:1.875rem;font-weight:800;line-height:1.2;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:.5rem}.auth-card__subtitle{color:var(--text-secondary);font-size:1rem;line-height:1.6;margin-bottom:1.75rem}.auth-card__footer{margin-top:1.5rem;text-align:center;font-size:.95rem;color:var(--text-secondary)}.auth-card__footer a{color:var(--accent);font-weight:700;text-decoration:none;transition:color var(--transition-fast)}.auth-card__footer a:hover{color:var(--accent-hover);text-decoration:underline}.auth-card__back{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-muted);font-size:.85rem;text-decoration:none;margin-top:1rem;transition:color var(--transition-fast)}.auth-card__back:hover{color:var(--text-primary)}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-form__group{display:flex;flex-direction:column;gap:.4rem}.auth-form__label{font-size:.875rem;font-weight:600;color:var(--text-primary)}.auth-form__label .req{color:#b91c1c;margin-left:2px}.auth-form__input{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;color:var(--text-primary);background:var(--bg-primary);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.auth-form__input::-moz-placeholder{color:var(--text-muted)}.auth-form__input::placeholder{color:var(--text-muted)}.auth-form__input:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-glow)}.auth-form__input[aria-invalid=true]{border-color:#dc2626;background:#dc26260a}.auth-form__help{font-size:.78rem;color:var(--text-muted);margin-top:.2rem;line-height:1.4}.auth-form__row-inline{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.auth-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.auth-form__checkbox{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.auth-form__checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}.auth-form__link{color:var(--accent);text-decoration:none;font-size:.875rem;font-weight:600;transition:color var(--transition-fast)}.auth-form__link:hover{color:var(--accent-hover);text-decoration:underline}.auth-form__submit{width:100%;padding:.875rem 1.5rem;background:var(--accent);color:var(--bg-dark);border:1px solid var(--accent);border-radius:var(--radius-sm);font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all var(--transition-fast);margin-top:.5rem}.auth-form__submit:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 8px 20px var(--accent-glow)}.auth-form__submit:active{transform:translateY(0)}.auth-form__submit:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.auth-alert{padding:.875rem 1rem;border-radius:var(--radius-sm);font-size:.9rem;line-height:1.5;margin-bottom:1.25rem;border-left:3px solid}.auth-alert--error{background:#dc26260f;border-color:#dc2626;color:#991b1b}.auth-alert--success{background:#22c55e14;border-color:#22c55e;color:#15803d}.auth-alert--info{background:#f59e0b14;border-color:var(--accent);color:var(--text-primary)}.auth-toggle{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.3rem;margin-bottom:1.5rem}.auth-toggle__btn{background:transparent;border:none;color:var(--text-secondary);padding:.7rem .75rem;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);display:flex;align-items:center;justify-content:center;gap:.45rem;font-family:inherit}.auth-toggle__btn:hover:not(.active){color:var(--text-primary);background:#00000005}.auth-toggle__btn.active{background:var(--accent);color:var(--bg-dark);box-shadow:0 2px 8px var(--accent-glow)}.auth-section-title{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;color:var(--accent);margin:.5rem 0 .25rem;padding-top:1rem;border-top:1px solid var(--border)}.auth-section-title:first-child{border-top:none;padding-top:0}.auth-panel{display:none}.auth-panel.active{display:block}@media(max-width:520px){.auth-card{padding:1.75rem 1.25rem;border-radius:var(--radius)}.auth-card__title{font-size:1.5rem}.auth-form__row{grid-template-columns:1fr}.auth-page__main{padding:calc(72px + 1.5rem) .875rem 2rem}.auth-form__row-inline{flex-direction:column;align-items:flex-start;gap:.5rem}}
