*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;height:100%;background-color:#0a0e1a}body,html{overflow-x:hidden}body,html{width:100%;max-width:100vw}body{background:linear-gradient(160deg,var(--bg) 0,var(--surface-1) 60%,var(--bg) 100%);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh;min-height:-webkit-fill-available}.top-stack{position:fixed;top:0;left:0;right:0;z-index:99999;width:100%;background-color:#0a0e1a}.top-stack-spacer{height:var(--top-stack-height)}[role=button],a,button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.app{width:100%;min-height:100vh;background:linear-gradient(160deg,var(--bg) 0,var(--surface-1) 60%,var(--bg) 100%);max-width:100vw;overflow-x:hidden;display:flex;flex-direction:column}.main-content{flex:1 1;padding-top:var(--top-stack-height);min-height:0}.page-loading{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem;color:var(--text-muted);text-align:center}.section{width:100%;padding:4rem 1.5rem;max-width:1200px;margin:0 auto;box-sizing:border-box;overflow-x:hidden}.section.services{padding-top:3rem}.ghost-btn,.primary-btn{padding:.85rem 1.4rem}.cta-button,.ghost-btn,.primary-btn,.secondary-button{border:none;border-radius:999px;font-weight:700;cursor:pointer}.cta-button,.secondary-button{padding:1rem 2rem;font-size:1.05rem}.cta-button{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#0a0e1a;box-shadow:0 10px 30px rgba(251,191,36,.35)}.cta-button:hover{box-shadow:0 14px 40px rgba(0,0,0,.3)}.secondary-button{border:1px solid var(--border-default)}.primary-btn{background:#fbbf24;color:#0a0e1a;box-shadow:0 10px 30px rgba(251,191,36,.35)}.primary-btn:hover{box-shadow:0 14px 40px rgba(0,0,0,.3)}.ghost-btn{background:var(--btn-ghost-bg);color:var(--text);border:1px solid var(--border-default)}.ghost-btn:hover{background:var(--btn-ghost-hover)}@media (hover:none) and (pointer:coarse){.add-to-cart-btn:hover,.auth-btn:hover,.btn-back:hover,.btn-cancel:hover,.btn-review:hover,.btn-submit:hover,.checkout-btn:hover,.danger-btn:hover,.discord-btn:hover,.ghost-btn:hover,.oauth-btn:hover,.payment-option:hover,.primary-btn:hover,.process-cta-btn:hover,.qty-btn:hover,.remove-btn:hover,.save-btn:hover,.secondary-btn:hover,.tab-btn:hover,.trust-cta-btn:hover{transform:none!important;box-shadow:none!important}}.eyebrow{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .8rem;border-radius:999px;background:var(--glow-gold);color:var(--eyebrow-color);font-weight:600;letter-spacing:.3px;text-transform:uppercase;font-size:.85rem;margin-bottom:.75rem}.section-title{font-size:2.2rem;font-weight:800;color:var(--text);margin-bottom:.6rem}.section-subtitle{max-width:760px;color:var(--text-muted);line-height:1.6;margin-bottom:2rem}.process-cta-actions{display:inline-flex;gap:1rem;flex-wrap:wrap;justify-content:center}.process-cta-btn{min-width:220px}.trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem}.trust-card{min-width:0}.trust-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem}.trust-stat-card{min-width:0}.trust-cta-actions{display:inline-flex;gap:1rem;flex-wrap:wrap;justify-content:center}.trust-cta-btn{min-width:220px}.section-description{max-width:900px;margin:1.5rem 0 2.5rem;text-align:left}.section-description p{font-size:1.05rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1rem}.section-description p:last-child{margin-bottom:0}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem}.about-card{background:linear-gradient(135deg,#1a2540,#0f1729);border:1px solid rgba(251,191,36,.22);border-radius:16px;padding:1.5rem;box-shadow:0 10px 30px rgba(5,8,16,.45)}.about-card:hover{border-color:rgba(251,191,36,.6);box-shadow:0 16px 40px rgba(251,191,36,.25)}.about-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:var(--glow-gold);font-size:1.3rem;margin-bottom:.75rem}.about-card h3{color:#f1f5f9;margin-bottom:.4rem;font-size:1.1rem}.about-card p{color:#94a3b8;line-height:1.5}.services-toolbar{display:flex;gap:.6rem;margin-bottom:1.5rem;flex-wrap:wrap}.auth-prompt-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-prompt{background:linear-gradient(135deg,var(--surface-2) 0,var(--surface-1) 100%);border:2px solid rgba(251,191,36,.4);border-radius:20px;padding:2.5rem;max-width:450px;text-align:center;position:relative;box-shadow:0 20px 60px rgba(59,130,246,.3);animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-prompt h3{font-size:1.8rem;color:#fbbf24;margin-bottom:.75rem}.auth-prompt p{color:var(--text-secondary);font-size:1.05rem;margin-bottom:1.5rem;line-height:1.5}.auth-prompt-actions{gap:.75rem}.auth-prompt-actions,.close-btn{display:flex;justify-content:center}.close-btn{position:absolute;top:1rem;right:1rem;background:rgba(239,68,68,.2);border:1px solid #ef4444;color:#ef4444;width:36px;height:36px;border-radius:8px;cursor:pointer;font-weight:700;font-size:1.2rem;transition:all .2s ease;align-items:center;padding:0;line-height:1}.close-btn:hover{background:#ef4444;color:white;transform:scale(1.1)}.verification-banner{background:linear-gradient(135deg,rgba(251,191,36,.1),rgba(59,130,246,.1));border:1px solid rgba(251,191,36,.3);border-radius:12px;padding:1.25rem;margin:0 auto 2rem;max-width:800px;animation:slideDown .3s ease-out}.verification-content{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.verification-icon{font-size:2rem;flex-shrink:0}.verification-text{flex:1 1;min-width:200px}.verification-text strong{color:var(--primary);display:block;margin-bottom:.25rem}.verification-text p{color:var(--text-secondary);font-size:.9rem;margin:0}.resend-btn{padding:.625rem 1.25rem;background:var(--primary);color:var(--bg);border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.resend-btn:hover{background:var(--primary-dark)}.verification-message{margin-top:1rem;padding:.75rem;background:var(--surface-overlay);border-radius:8px;text-align:center;font-size:.9rem;animation:fadeIn .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.add-to-cart-btn{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#0a0e1a;border:none;padding:.85rem 1.4rem;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer;box-shadow:0 10px 25px rgba(251,191,36,.35);display:flex;align-items:center;justify-content:center;gap:.4rem;min-width:140px;width:-moz-fit-content;width:fit-content;flex-shrink:0;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation}.add-to-cart-btn:hover{box-shadow:0 14px 32px rgba(251,191,36,.45)}.add-to-cart-btn:active{box-shadow:0 10px 20px rgba(251,191,36,.35);transform:scale(.98)}.add-to-cart-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.quantity-controls{gap:.65rem;width:-moz-fit-content;width:fit-content;min-width:0;flex-wrap:nowrap}.qty-btn,.quantity-controls{display:flex;align-items:center;justify-content:center}.qty-btn{width:36px;height:36px;border-radius:10px;border:1px solid rgba(251,191,36,.4);background:var(--surface-overlay);color:#fbbf24;font-weight:800;font-size:1.05rem;cursor:pointer;box-shadow:0 6px 18px rgba(251,191,36,.3);flex-shrink:0;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;padding:0;line-height:1}.qty-btn:hover{background:var(--surface-2);border-color:#fbbf24}.qty-btn:active{box-shadow:0 4px 12px rgba(251,191,36,.25);transform:scale(.95)}.qty-display{min-width:34px;text-align:center;font-weight:700;font-size:.95rem;color:var(--text-primary);padding:.25rem .6rem;border-radius:8px;background:var(--surface-2);border:1px solid rgba(251,191,36,.2);flex-shrink:0}.filters-container{display:flex;gap:1.5rem;padding:2rem;background:var(--surface-2);border:1px solid var(--border-color);border-radius:12px;margin:2rem 2rem 0;flex-wrap:wrap;align-items:flex-end}.search-box{flex:1 1;min-width:250px}@media (max-width:768px){.filters-container{gap:1rem;padding:1.5rem 1rem;margin:1rem 1rem 0}.filters-container,.process-cta-actions{flex-direction:column;align-items:stretch}.process-cta-actions,.process-cta-btn{width:100%}.process-cta-btn--primary{margin-right:0!important}.trust-grid{grid-template-columns:1fr}.trust-card{padding-left:.85rem}.trust-card h4{font-size:.95rem}.trust-card p{font-size:.92rem}.trust-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.trust-cta-actions{width:100%;flex-direction:column;align-items:stretch}.trust-cta-btn{width:100%}.trust-cta-btn--primary{margin-right:0!important}}@media (max-width:520px){.trust-stats-grid{grid-template-columns:1fr}.search-box{min-width:100%}.filter-controls{flex-direction:column;gap:.5rem;align-items:stretch}.filter-controls label{font-size:.9rem}.filter-select{width:100%;min-width:unset}}.search-input{width:100%;padding:.75rem 1rem;background:var(--input-bg);border:1px solid rgba(251,191,36,.3);border-radius:8px;color:var(--text-primary);font-size:1rem;transition:all .2s}.search-input:focus{outline:none;border-color:#fbbf24;box-shadow:0 0 0 3px rgba(251,191,36,.1)}.search-input::placeholder{color:var(--text-muted)}.filter-controls{display:flex;gap:.75rem;align-items:center}.filter-controls label{color:var(--text-secondary);font-weight:600;white-space:nowrap}.filter-select{padding:.75rem 1rem;background:var(--input-bg);border:1px solid rgba(251,191,36,.3);border-radius:8px;color:var(--text-primary);font-size:1rem;cursor:pointer;transition:all .2s;min-width:180px}.filter-select:hover{border-color:#fbbf24}.filter-select:focus{outline:none;border-color:#fbbf24;box-shadow:0 0 0 3px rgba(251,191,36,.1)}.filter-select option{background:var(--surface-1);color:var(--text-primary)}.no-results{padding:3rem 2rem;text-align:center;color:var(--text-secondary);min-height:60vh}.no-results p{font-size:1.125rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-items:stretch;grid-gap:2rem;gap:2rem;padding:3rem 2rem;width:100%}.services-grid--loading{min-height:70vh}@media (max-width:768px){.services-grid{grid-template-columns:1fr;gap:1.5rem;padding:2rem 1rem}}@media (max-width:480px){.services-grid{padding:1.5rem .75rem;gap:1rem}}#service-detail .service-detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:2rem;align-items:start}#service-detail .service-detail-image-wrap{width:100%}#service-detail .service-detail-image{width:100%;border-radius:15px;border:2px solid rgba(251,191,36,.25);box-shadow:0 8px 32px rgba(59,130,246,.15);display:block}@media (max-width:900px){#service-detail .service-detail-grid{grid-template-columns:1fr;gap:1.75rem}#service-detail .service-detail-image-wrap{max-width:420px;margin:0 auto}}@media (max-width:600px){#service-detail .service-detail-grid{gap:1.4rem}#service-detail .service-detail-image-wrap{max-width:340px}#service-detail .service-detail-image{border-radius:12px}}@media (min-width:1440px){.services-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem;padding:3.5rem 3rem}}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.8rem;padding:2.5rem 1.5rem}.section{padding:3.5rem 1.25rem}}.safe-easy{background:linear-gradient(135deg,rgba(30,64,175,.18),rgba(12,36,97,.22));border:1.5px solid rgba(59,130,246,.3);border-radius:20px;margin:2rem auto}.safe-easy-container{max-width:1100px}.safe-easy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.safe-easy-card{background:linear-gradient(135deg,#1a2540,#0f1729);border:1px solid rgba(59,130,246,.28);border-radius:16px;padding:1.75rem;box-shadow:0 10px 30px var(--shadow-color);transition:all .3s ease;position:relative;overflow:hidden}.safe-easy-card:hover{transform:translateY(-6px);border-color:rgba(59,130,246,.6);box-shadow:0 16px 40px rgba(59,130,246,.2)}.safe-easy-number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:50%;font-size:1.4rem;font-weight:800;color:#fff;margin-bottom:1rem;box-shadow:0 4px 12px rgba(59,130,246,.4)}.safe-easy-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.safe-easy-card h3{font-size:1.1rem;font-weight:700;color:#f1f5f9;margin-bottom:.5rem}.safe-easy-card p{color:#94a3b8;font-size:.95rem;line-height:1.5}.why-zeus{background:transparent}.why-zeus-container{max-width:1100px}.why-zeus-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.why-zeus-card{background:linear-gradient(135deg,#1a2540,#0f1729);border:1px solid rgba(251,191,36,.22);border-radius:16px;padding:1.75rem;box-shadow:0 10px 30px var(--shadow-color);transition:all .3s ease}.why-zeus-card:hover{transform:translateY(-6px);border-color:rgba(251,191,36,.6);box-shadow:0 16px 40px rgba(251,191,36,.25)}.why-zeus-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.why-zeus-card h3{font-size:1.1rem;font-weight:700;color:#f1f5f9;margin-bottom:.75rem}.why-zeus-card p{color:#94a3b8;font-size:.95rem;line-height:1.6}.faq{background:transparent}.faq-container{max-width:900px;margin:0 auto}.faq-list{margin-top:2rem}@media (max-width:768px){.services-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;padding:2rem 1rem}.section{padding:3rem 1rem}.section-title{font-size:1.9rem}.safe-easy-grid,.why-zeus-grid{grid-template-columns:1fr}}@media (max-width:600px){.services-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.2rem;padding:1.5rem .8rem}.section{padding:2.5rem .9rem;max-width:100%;overflow-x:hidden}.section-subtitle{margin-bottom:1.4rem}}@media (max-width:480px){.services-grid{grid-template-columns:1fr;gap:1rem;padding:1.2rem .5rem}.section{padding:2rem .75rem;max-width:100%;overflow-x:hidden}.section-title{font-size:1.6rem}}.product-card{display:flex;flex-direction:column;height:100%}.product-platforms{display:flex;flex-wrap:wrap;gap:.5rem;margin:0}.platform-badge{display:inline;padding:0;background:transparent;border:none;border-radius:0;color:var(--text-secondary);font-size:.85rem;font-weight:400;text-transform:uppercase;letter-spacing:.3px}.game-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.game-header-icon{width:80px;height:80px;border-radius:12px;object-fit:cover;border:2px solid rgba(212,175,55,.3);background:var(--btn-ghost-bg)}@media (max-width:768px){.game-header{flex-direction:column;text-align:center}.game-header-icon{width:60px;height:60px}}.no-items-message{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.no-items-message p{margin-bottom:1rem;font-size:1.1rem}.featured-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:var(--bg);padding:.4rem .8rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 8px rgba(251,191,36,.3)}.service-platforms{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.service-detail-container{max-width:900px;margin:0 auto}.service-detail-header{display:flex;align-items:flex-start;gap:2rem;margin-bottom:2rem}.service-detail-icon{width:160px;height:160px;flex-shrink:0;border-radius:12px;overflow:hidden;border:2px solid rgba(212,175,55,.3);background:var(--btn-ghost-bg)}.service-detail-icon img{width:100%;height:100%;object-fit:cover}.service-detail-info{flex:1 1}.service-detail-title{font-size:2rem;margin-bottom:.5rem;color:var(--text)}.service-detail-price{font-size:1.5rem;color:var(--primary);font-weight:700}.service-detail-description,.service-detail-features{margin-bottom:2rem}.service-detail-description h2,.service-detail-features h2{font-size:1.3rem;margin-bottom:1.5rem;color:var(--text);font-weight:700}.service-detail-features{background:linear-gradient(135deg,rgba(251,191,36,.05),rgba(251,191,36,.02));border:1.5px solid rgba(251,191,36,.2);border-radius:12px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.15)}.features-list{list-style:none;padding:0;margin:0}.features-list li{padding:1rem 0;position:relative;color:var(--text-secondary);font-size:1rem;line-height:1.6;display:flex;align-items:center}.features-list li:not(:last-child){border-bottom:1px solid rgba(251,191,36,.1)}.features-list li:before{content:"";display:none}.service-detail-options{margin-bottom:2rem;display:flex;gap:1rem;flex-wrap:wrap}.option-group{flex:1 1;min-width:200px}.option-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text)}.option-select{width:100%;padding:.75rem 1rem;background:var(--btn-ghost-bg);border:1px solid rgba(212,175,55,.3);border-radius:6px;color:var(--text);font-size:1rem;cursor:pointer;transition:all .2s}.option-select:hover{border-color:var(--primary);background:var(--btn-ghost-hover)}.option-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(251,191,36,.1)}.option-select option,.platform-select option,.version-select option,select option{background:var(--surface-2);color:var(--text-primary);padding:.5rem}.service-detail-actions{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap}.service-detail-actions .quantity-inline-controls{background:rgba(251,191,36,.2);border:1.5px solid rgba(251,191,36,.5);border-radius:8px;padding:.5rem .75rem;height:44px;gap:.75rem}.service-detail-actions .quantity-button{width:32px;height:32px;border-radius:6px;background:rgba(251,191,36,.4);border:1.5px solid rgba(251,191,36,.7);color:var(--text-primary);font-weight:600;transition:all .2s ease;font-size:1rem;padding:0}.service-detail-actions .quantity-button:hover:not(:disabled){background:rgba(251,191,36,.55);border-color:rgba(251,191,36,.9);color:white}.service-detail-actions .quantity-button:active{background:rgba(251,191,36,.45);transform:scale(.98)}.service-detail-actions .quantity-input{height:32px;width:44px;max-width:44px;min-width:44px;border-radius:6px;background:transparent;border:none;color:var(--text-primary);font-weight:600;font-size:.95rem;padding:0}.service-detail-actions .cta-button,.service-detail-actions .secondary-button{min-height:44px}.secondary-button{padding:1rem 2rem;background:var(--btn-ghost-bg);color:var(--text);border:1px solid rgba(212,175,55,.3);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.secondary-button:hover{background:var(--btn-ghost-hover);border-color:var(--primary)}@media (max-width:768px){.service-detail-header{flex-direction:column}.service-detail-icon{width:100px;height:100px}.service-detail-title{font-size:1.5rem}.service-detail-features{padding:1.5rem}.service-detail-features h2{font-size:1.1rem}.features-list li{padding:.9rem 0;font-size:.95rem}.service-detail-actions{flex-direction:column;align-items:flex-start}.service-detail-actions .cta-button,.service-detail-actions .quantity-inline-controls,.service-detail-actions .secondary-button{width:100%;justify-self:stretch}.service-detail-actions .quantity-inline-controls{width:-moz-fit-content;width:fit-content;margin:0;align-self:flex-start}}.quantity-inline-controls{display:flex;align-items:center;gap:.75rem;background:rgba(251,191,36,.2);border:1.5px solid rgba(251,191,36,.5);border-radius:8px;padding:.5rem .75rem;width:-moz-fit-content;width:fit-content;height:44px;max-width:100%;min-width:0;box-sizing:border-box}.quantity-inline-controls.button-style{background:linear-gradient(135deg,#fbbf24,#f59e0b);border:none;padding:.55rem 1.5rem;box-shadow:0 10px 30px rgba(251,191,36,.35);height:48px;width:100%;display:flex;align-items:center;justify-content:center;gap:.6rem;transition:all .2s ease}.quantity-inline-controls.button-style:hover{box-shadow:0 14px 40px rgba(0,0,0,.3)}.quantity-inline-controls.button-style .quantity-button{background:rgba(10,14,26,.25);border:1.5px solid rgba(10,14,26,.4);border-radius:6px;color:#0a0e1a;font-weight:700;width:36px;height:36px;font-size:1rem;cursor:pointer;transition:all .15s ease;flex-shrink:0}.quantity-inline-controls.button-style .quantity-button:hover:not(:disabled){background:rgba(10,14,26,.35);border-color:rgba(10,14,26,.6);color:#0a0e1a}.quantity-inline-controls.button-style .quantity-button:active{background:rgba(10,14,26,.45);transform:scale(.95)}.quantity-inline-controls.button-style .quantity-button:disabled{opacity:.5;cursor:not-allowed}.quantity-inline-controls.button-style .quantity-input{color:#0a0e1a;background:rgba(10,14,26,.1);border:1.5px solid rgba(10,14,26,.3);border-radius:6px;font-weight:700;height:36px;width:48px;font-size:1rem;padding:0;text-align:center;transition:all .15s ease}.quantity-button{width:32px;height:32px;background:rgba(251,191,36,.4);border:1.5px solid rgba(251,191,36,.7);border-radius:6px;color:var(--text-primary);font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;transition:all .2s ease;padding:0}.quantity-button:hover:not(:disabled){background:rgba(251,191,36,.55);border-color:rgba(251,191,36,.9);color:white}.quantity-button:active{background:rgba(251,191,36,.45);transform:scale(.98)}.quantity-button:disabled{opacity:.5;cursor:not-allowed}.quantity-input{width:44px;max-width:44px;min-width:44px;height:32px;padding:0;background:transparent;border:none;color:var(--text-primary);font-size:.95rem;text-align:center;font-weight:600;box-sizing:border-box;border-radius:6px;display:flex;align-items:center;justify-content:center}.quantity-input:focus{outline:none}.quantity-input::-webkit-inner-spin-button,.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}@media (max-width:900px){.quantity-controls{flex:1 1;justify-content:flex-end}}@media (max-width:768px){.quantity-inline-controls{display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;margin:0 auto;height:44px;gap:.75rem;padding:.5rem .75rem;background:rgba(251,191,36,.2);border:1.5px solid rgba(251,191,36,.5);border-radius:8px;flex-wrap:nowrap}.quantity-button{width:32px;height:32px;font-size:1rem;border-radius:6px;background:rgba(251,191,36,.4);border:1.5px solid rgba(251,191,36,.7);color:var(--text-primary);font-weight:600;transition:all .2s ease;flex:0 0 32px;padding:0;line-height:1}.quantity-button:hover:not(:disabled){background:rgba(251,191,36,.55);border-color:rgba(251,191,36,.9);color:white}.quantity-input{flex:0 0 44px;height:32px;max-width:44px;font-size:.95rem;border-radius:6px;min-width:44px;padding:0;background:transparent;border:none;color:var(--text-primary);font-weight:600}.qty-btn{width:36px;height:36px;font-size:1.05rem}.qty-display{min-width:34px;font-size:.95rem;padding:.25rem .55rem}@media (max-width:1199px){.service-detail-actions{flex-direction:column;width:100%}.service-detail-actions .cta-button,.service-detail-actions .quantity-inline-controls,.service-detail-actions .quantity-inline-controls.button-style,.service-detail-actions .secondary-button{width:100%;max-width:100%;min-width:0;align-self:stretch}}@media (max-width:768px){.service-detail-actions .quantity-inline-controls,.service-detail-actions .quantity-inline-controls.button-style{width:100%;margin:0;align-self:stretch}}.service-detail-actions{flex-direction:column;width:100%}.service-detail-actions button,.service-detail-actions>*{width:100%}.service-detail-actions .quantity-inline-controls{width:-moz-fit-content;width:fit-content;max-width:100%;align-self:center}.quantity-controls{width:100%;justify-content:center}.add-to-cart-btn{width:100%;min-width:auto;padding:.9rem 1.5rem;font-size:1rem}}@media (max-width:600px){.quantity-inline-controls{width:-moz-fit-content;width:fit-content;margin:0 auto;padding:.5rem .75rem;gap:.75rem;height:44px;background:rgba(251,191,36,.2);border:1.5px solid rgba(251,191,36,.5)}.quantity-inline-controls.button-style{width:100%;padding:.55rem 1.5rem;height:48px;background:linear-gradient(135deg,#fbbf24,#f59e0b);border:none;display:flex;align-items:center;justify-content:center}.quantity-inline-controls.button-style .quantity-button{width:36px;height:36px;background:rgba(10,14,26,.25);border:1.5px solid rgba(10,14,26,.4);color:#0a0e1a;font-size:1rem}.quantity-inline-controls.button-style .quantity-input{height:36px;width:48px;font-size:1rem;color:#0a0e1a;background:rgba(10,14,26,.1);border:1.5px solid rgba(10,14,26,.3);border-radius:6px;text-align:center}.quantity-button{width:32px;height:32px;font-size:1rem;background:rgba(251,191,36,.4);border:1.5px solid rgba(251,191,36,.7);color:var(--text-primary);font-weight:600;transition:all .2s ease}.quantity-button:hover:not(:disabled){background:rgba(251,191,36,.55);border-color:rgba(251,191,36,.9);color:white}.quantity-input{height:32px;width:44px;max-width:44px;min-width:44px;font-size:.95rem;padding:0;background:transparent;border:none;color:var(--text-primary);font-weight:600;flex:0 0 44px}.qty-btn{width:34px;height:34px;font-size:1rem}.qty-display{min-width:32px;font-size:.9rem;padding:.2rem .45rem}.add-to-cart-btn{width:100%;padding:.8rem 1.2rem;font-size:.95rem}.service-detail-features{padding:1.25rem}.features-list li{padding:.85rem 0;font-size:.9rem}}@media (max-width:480px){.quantity-inline-controls{width:-moz-fit-content;width:fit-content;margin:0 auto;padding:.25rem;gap:.3rem;background:rgba(251,191,36,.05);border:2px solid rgba(251,191,36,.25)}.quantity-inline-controls.button-style{width:100%;padding:.55rem 1.5rem;height:48px;gap:.75rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);border:none;display:flex;align-items:center;justify-content:center}.quantity-inline-controls.button-style .quantity-button{width:36px;height:36px;font-size:1rem;background:rgba(10,14,26,.25);border:1.5px solid rgba(10,14,26,.4);color:#0a0e1a;border-radius:6px}.quantity-inline-controls.button-style .quantity-input{height:36px;width:48px;font-size:1rem;color:#0a0e1a;background:rgba(10,14,26,.1);border:1.5px solid rgba(10,14,26,.3);border-radius:6px;text-align:center}.quantity-button{width:26px;height:26px;font-size:.9rem;border-radius:6px;flex:0 0 26px}.quantity-input{flex:0 0 42px;height:26px;font-size:12px;padding:.2rem;min-width:42px;max-width:42px}.quantity-controls{width:100%;justify-content:space-around;gap:.45rem;padding:.6rem;background:rgba(251,191,36,.05);border:2px solid rgba(251,191,36,.25);border-radius:8px}.qty-btn{width:32px;height:32px;font-size:.95rem;border-radius:8px;flex:0 0 32px}.qty-display{min-width:30px;font-size:.85rem;padding:.2rem .4rem}.add-to-cart-btn{width:100%;padding:.75rem 1rem;font-size:.9rem;min-width:auto}.service-detail-actions{gap:.75rem}.service-detail-actions>button,.service-detail-actions>div{width:100%}.service-detail-features{padding:1rem}.service-detail-features h2{font-size:1rem;margin-bottom:1rem}.features-list li{padding:.75rem 0;font-size:.85rem}.features-list li:before{display:none}}