:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--navbar-primary:gold;--navbar-primary-hover:#ffc800;--navbar-bg:#000000eb;--navbar-bg-solid:#0a0a0a;--navbar-text:#fff;--navbar-text-muted:#ffffffb3;--navbar-border:#ffffff1a;--navbar-shadow:0 4px 30px #0006;--navbar-blur:blur(20px);--navbar-radius:12px;--navbar-transition:all .3s cubic-bezier(.4, 0, .2, 1);--navbar-height:80px;--navbar-max-width:1400px;--tablet:1024px;--mobile:768px;--small:480px}.navbar{width:100%;height:var(--navbar-height);background:var(--navbar-bg);-webkit-backdrop-filter:var(--navbar-blur);border-bottom:1px solid var(--navbar-border);box-shadow:var(--navbar-shadow);z-index:1000;transition:var(--navbar-transition);position:fixed;top:0;left:0}.navbar__container{max-width:var(--navbar-max-width);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 2rem;display:flex;position:relative}@media (width<=768px){.navbar__container{padding:0 1rem}}@media (width<=480px){.navbar__container{padding:0 .75rem}}.navbar__logo{z-index:1001;flex-shrink:0;align-items:center;display:flex}.navbar__logo-img{object-fit:contain;width:auto;height:100px;transition:transform .3s}@media (width<=1024px){.navbar__logo-img{height:90px}}@media (width<=768px){.navbar__logo-img{height:90px}}@media (width<=480px){.navbar__logo-img{height:90px}}.navbar__logo-img:hover{transform:scale(1.05)}@media (prefers-reduced-motion:reduce){.navbar__logo-img:hover{transform:none}}.navbar__center-menu{align-items:center;gap:.5rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}@media (width<=768px){.navbar__center-menu{display:none}}.navbar__link{color:var(--navbar-text);letter-spacing:.5px;border-radius:var(--navbar-radius);transition:var(--navbar-transition);white-space:nowrap;padding:.6rem 1.2rem;font-size:.95rem;font-weight:500;text-decoration:none;position:relative}@media (width>=1920px){.navbar__link{padding:.7rem 1.5rem;font-size:1rem}}.navbar__link:after{content:"";background:var(--navbar-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.navbar__link:hover{color:var(--navbar-primary);background:#ffd7000d}.navbar__link:hover:after{width:60%}.navbar__link.active{color:var(--navbar-primary);background:#ffd7001a;font-weight:600}.navbar__link.active:after{width:60%}@media (prefers-reduced-motion:reduce){.navbar__link:after{transition:none}}.navbar__right-section{z-index:1001;align-items:center;gap:1rem;display:flex}@media (width<=768px){.navbar__right-section{gap:.75rem}}@media (width<=480px){.navbar__right-section{gap:.5rem}}.navbar__icons{align-items:center;gap:.5rem;display:flex}@media (width<=768px){.navbar__icons{display:none}}.navbar__icon-btn{width:44px;height:44px;color:var(--navbar-text);cursor:pointer;transition:var(--navbar-transition);background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}@media (width<=768px){.navbar__icon-btn{width:40px;height:40px}}@media (width<=480px){.navbar__icon-btn{width:36px;height:36px}}.navbar__icon-btn:hover{color:var(--navbar-primary);background:#ffd7001a;border-color:#ffd7004d;transform:translateY(-2px)}.navbar__icon-btn.active{color:var(--navbar-primary);border-color:var(--navbar-primary);background:#ffd70026}@media (prefers-reduced-motion:reduce){.navbar__icon-btn:hover{transform:none}}.navbar__icon{width:22px;height:22px;transition:transform .2s}@media (width<=480px){.navbar__icon{width:18px;height:18px}}.navbar__cart-badge{background:var(--navbar-primary);color:#000;border-radius:50%;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.75rem;font-weight:700;animation:.3s scaleIn;display:flex;position:absolute;top:-2px;right:-2px;box-shadow:0 2px 8px #ffd70066}@media (width<=480px){.navbar__cart-badge{min-width:18px;height:18px;padding:0 4px;font-size:.7rem}}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.navbar__user-menu-container{position:relative}.navbar__dropdown{background:var(--navbar-bg-solid);border:1px solid var(--navbar-border);border-radius:var(--navbar-radius);opacity:0;visibility:hidden;width:220px;transition:var(--navbar-transition);z-index:1002;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;transform:translateY(-10px);box-shadow:0 10px 40px #00000080}@media (width<=768px){.navbar__dropdown{width:200px;right:-10px}}@media (width<=480px){.navbar__dropdown{width:180px;right:-15px}}.navbar__dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.navbar__dropdown:before{content:"";background:var(--navbar-bg-solid);border-left:1px solid var(--navbar-border);border-top:1px solid var(--navbar-border);width:12px;height:12px;position:absolute;top:-6px;right:20px;transform:rotate(45deg)}@media (width<=480px){.navbar__dropdown:before{right:15px}}.navbar__dropdown-header{border-bottom:1px solid var(--navbar-border);background:#ffffff08;padding:1rem 1.25rem}@media (width<=480px){.navbar__dropdown-header{padding:.75rem 1rem}}.navbar__dropdown-title{color:var(--navbar-primary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}@media (width<=480px){.navbar__dropdown-title{font-size:.8rem}}.navbar__dropdown-item{color:var(--navbar-text);transition:var(--navbar-transition);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.875rem 1.25rem;font-size:.9rem;text-decoration:none;display:flex}@media (width<=480px){.navbar__dropdown-item{padding:.75rem 1rem;font-size:.85rem}}.navbar__dropdown-item:hover{color:var(--navbar-primary);background:#ffd7001a;padding-left:1.5rem}.navbar__dropdown-item--danger{color:#ff6b6b}.navbar__dropdown-item--danger:hover{color:#ff6b6b;background:#ff6b6b1a}.navbar__dropdown-icon{flex-shrink:0;width:18px;height:18px}@media (width<=480px){.navbar__dropdown-icon{width:16px;height:16px}}.navbar__dropdown-divider{background:var(--navbar-border);height:1px;margin:.5rem 0}.navbar__toggle{border:1px solid var(--navbar-border);border-radius:var(--navbar-radius);width:44px;height:44px;color:var(--navbar-primary);cursor:pointer;transition:var(--navbar-transition);background:0 0;justify-content:center;align-items:center;display:none}@media (width<=768px){.navbar__toggle{display:flex}}@media (width<=480px){.navbar__toggle{width:40px;height:40px}}.navbar__toggle:hover{border-color:var(--navbar-primary);background:#ffd7001a}.navbar__toggle:active{transform:scale(.95)}.navbar__toggle-icon{width:24px;height:24px}@media (width<=480px){.navbar__toggle-icon{width:20px;height:20px}}.navbar__mobile-menu{background:var(--navbar-bg-solid);width:min(320px,85vw);height:100vh;-webkit-backdrop-filter:var(--navbar-blur);border-left:1px solid var(--navbar-border);z-index:1100;flex-direction:column;transition:right .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%;overflow-y:auto}.navbar__mobile-menu.open{right:0;box-shadow:-10px 0 40px #0009}.navbar__mobile-close{border:1px solid var(--navbar-border);width:44px;height:44px;color:var(--navbar-primary);cursor:pointer;transition:var(--navbar-transition);z-index:1101;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:absolute;top:1.25rem;right:1.25rem}@media (width<=480px){.navbar__mobile-close{width:40px;height:40px;font-size:1.2rem;top:1rem;right:1rem}}.navbar__mobile-close:hover{background:#ffd7001a;transform:rotate(90deg)}@media (prefers-reduced-motion:reduce){.navbar__mobile-close:hover{transform:none}}.navbar__mobile-content{flex-direction:column;gap:.5rem;padding:5rem 1.5rem 2rem;display:flex}@media (width<=480px){.navbar__mobile-content{gap:.25rem;padding:4.5rem 1rem 1.5rem}}.navbar__mobile-link{color:var(--navbar-text);border-radius:var(--navbar-radius);transition:var(--navbar-transition);border:1px solid #0000;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:1.1rem;font-weight:500;text-decoration:none;display:flex}@media (width<=480px){.navbar__mobile-link{padding:.875rem 1rem;font-size:1rem}}.navbar__mobile-link:hover,.navbar__mobile-link.active{color:var(--navbar-primary);background:#ffd7001a;border-color:#ffd7004d;transform:translate(5px)}@media (prefers-reduced-motion:reduce){.navbar__mobile-link:hover,.navbar__mobile-link.active{transform:none}}.navbar__mobile-icon{flex-shrink:0;width:20px;height:20px}@media (width<=480px){.navbar__mobile-icon{width:18px;height:18px}}.navbar__mobile-divider{background:var(--navbar-border);height:1px;margin:.75rem 0}.navbar__mobile-cart{color:var(--navbar-text);border-radius:var(--navbar-radius);background:#ffd7000d;border:1px solid #ffd70033;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:1rem 1.25rem;font-size:1.1rem;font-weight:500;text-decoration:none;display:flex}@media (width<=480px){.navbar__mobile-cart{padding:.875rem 1rem;font-size:1rem}}.navbar__mobile-cart span{align-items:center;gap:.75rem;display:flex}.navbar__mobile-badge{background:var(--navbar-primary);color:#000;border-radius:12px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 8px;font-size:.85rem;font-weight:700;display:flex}@media (width<=480px){.navbar__mobile-badge{min-width:20px;height:20px;padding:0 6px;font-size:.75rem}}.navbar__mobile-logout{color:#ff6b6b;border-radius:var(--navbar-radius);cursor:pointer;transition:var(--navbar-transition);background:#ff6b6b0d;border:1px solid #ff6b6b33;align-items:center;gap:.75rem;margin-top:.5rem;padding:1rem 1.25rem;font-size:1.1rem;font-weight:500;display:flex}@media (width<=480px){.navbar__mobile-logout{padding:.875rem 1rem;font-size:1rem}}.navbar__mobile-logout:hover{background:#ff6b6b1a;border-color:#ff6b6b66;transform:translate(5px)}@media (prefers-reduced-motion:reduce){.navbar__mobile-logout:hover{transform:none}}.navbar__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1099;opacity:0;background:#000000b3;animation:.3s forwards fadeIn;position:fixed;inset:0}@media (width>=769px){.navbar__overlay{display:none}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.navbar--scrolled{background:var(--navbar-bg-solid);box-shadow:0 4px 30px #0009}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.navbar__icon-btn:focus-visible,.navbar__toggle:focus-visible,.navbar__link:focus-visible,.navbar__mobile-link:focus-visible,.navbar__dropdown-item:focus-visible,.navbar__mobile-logout:focus-visible{outline:2px solid var(--navbar-primary);outline-offset:2px}@media (width>=1920px){:root{--navbar-height:90px}.navbar__logo-img{height:100px}}@media (width<=360px){.navbar__container{padding:0 .5rem}.navbar__logo-img{height:35px}.navbar__icon-btn{width:32px;height:32px}.navbar__icon{width:16px;height:16px}.navbar__toggle{width:36px;height:36px}.navbar__toggle-icon{width:18px;height:18px}}@media (height<=500px) and (orientation:landscape){.navbar__mobile-menu{width:min(400px,60vw)}.navbar__mobile-content{padding:4rem 1.5rem 1rem}.navbar__mobile-link{padding:.75rem 1rem}}@keyframes scrollText{0%{transform:translate(0)}to{transform:translate(-50%)}}.announcement-bar{z-index:999;background:#0e0e11;border-bottom:1px solid #f39c12;align-items:center;width:100%;height:32px;display:flex;position:sticky;top:80px;left:0;overflow:hidden}.announcement-bar__track{white-space:nowrap;animation:25s linear infinite scrollText;display:flex}.announcement-bar__track:hover{animation-play-state:paused}.announcement-bar__content{color:#f39c12;letter-spacing:.1em;text-transform:uppercase;flex-shrink:0;padding:0 2rem;font-family:system-ui,-apple-system,sans-serif;font-size:.75rem;font-weight:600}:root{--gold-primary:#d4af37;--gold-accent:gold;--gold-dark:#b8860b;--gold-light:#f4e4bc;--dark-bg:#0a0a0a;--dark-surface:#1a1a1a;--dark-elevated:#252525;--dark-border:#333;--text-primary:#e0e0e0;--text-secondary:#aaa;--text-muted:#666;--text-inverse:#0a0a0a;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--font-sans:"Montserrat", system-ui, -apple-system, sans-serif;--font-serif:"Playfair Display", Georgia, serif;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.5s ease;--shadow-gold:0 4px 12px #d4af374d;--shadow-gold-lg:0 8px 24px #d4af3766;--success:#22c55e;--danger:#ef4444;--warning:#f59e0b;--info:#3b82f6}.footer{background:linear-gradient(180deg, #000 0%, var(--dark-bg) 100%);color:var(--text-primary);padding-top:clamp(var(--space-xl), 5vw, var(--space-3xl));font-family:var(--font-sans);isolation:isolate;position:relative;overflow-x:hidden;container:footer/inline-size}.footer:before{content:"";background:linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-accent) 100%);z-index:1;height:3px;position:absolute;top:0;left:0;right:0}.footer__container{max-width:min(1200px,95%);padding:0 clamp(var(--space-md), 3vw, var(--space-xl));gap:clamp(var(--space-lg), 3vw, var(--space-xl));grid-template-columns:1fr;margin:0 auto;display:grid}@media (width>=768px){.footer__container{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.footer__container{grid-template-columns:repeat(4,1fr)}}.footer__section{opacity:0;min-width:0;animation:.6s ease-out forwards fadeInUp}.footer__section:first-child{animation-delay:.1s}.footer__section:nth-child(2){animation-delay:.2s}.footer__section:nth-child(3){animation-delay:.3s}.footer__section:nth-child(4){animation-delay:.4s}@media (width>=768px){.footer__section--brand{text-align:center;grid-column:1/-1}}@media (width>=1024px){.footer__section--brand{text-align:left;grid-column:auto}}@media (width>=768px){.footer__section--contact{grid-column:span 1}}.footer__brand{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);flex-wrap:wrap;display:flex}@media (width>=768px){.footer__brand{text-align:center;flex-direction:column;justify-content:center}}@media (width>=1024px){.footer__brand{text-align:left;flex-direction:row;justify-content:flex-start}}.footer__logo-img{object-fit:contain;border-radius:var(--radius-sm);flex-shrink:0;width:clamp(32px,8vw,40px);height:clamp(32px,8vw,40px)}.footer__logo-text{background:linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-accent) 100%);-webkit-text-fill-color:transparent;font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;font-family:var(--font-serif);-webkit-background-clip:text;background-clip:text;margin:0;line-height:1.2}.footer__description{color:var(--text-secondary);margin-bottom:var(--space-lg);padding-left:var(--space-md);border-left:2px solid var(--gold-primary);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:clamp(.85rem,2vw,.9rem);line-height:1.7}@media (width>=768px){.footer__description{border-left:none;border-top:2px solid var(--gold-primary);padding-left:0;padding-top:var(--space-md);text-align:center;max-width:600px;margin-left:auto;margin-right:auto}}@media (width>=1024px){.footer__description{border-top:none;border-left:2px solid var(--gold-primary);padding-top:0;padding-left:var(--space-md);text-align:left;margin-left:0;margin-right:0}}.footer__social{gap:var(--space-sm);flex-wrap:wrap;display:flex}@media (width>=768px){.footer__social{justify-content:center}}@media (width>=1024px){.footer__social{justify-content:flex-start}}.footer__social-link{border-radius:var(--radius-md);width:clamp(36px,10vw,44px);height:clamp(36px,10vw,44px);color:var(--gold-primary);transition:all var(--transition-base);background:#e0e0e00d;border:1px solid #d4af3733;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:flex}.footer__social-link:focus-visible{outline:2px solid var(--gold-primary);outline-offset:2px}.footer__social-link:hover,.footer__social-link:focus-visible{background:var(--gold-primary);color:var(--dark-bg);box-shadow:var(--shadow-gold);transform:translateY(-3px)}.footer__social-link svg{width:clamp(16px,4vw,20px);height:clamp(16px,4vw,20px);transition:transform var(--transition-base)}.footer__social-link:hover svg,.footer__social-link:focus-visible svg{transform:scale(1.1)}.footer__title{background:linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-accent) 100%);-webkit-text-fill-color:transparent;margin-bottom:var(--space-md);text-transform:uppercase;letter-spacing:1px;padding-bottom:var(--space-sm);-webkit-background-clip:text;background-clip:text;font-size:clamp(.9rem,2.5vw,1rem);font-weight:600;position:relative}.footer__title:after{content:"";background:linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-accent) 100%);width:30px;height:2px;transition:width var(--transition-base);position:absolute;bottom:0;left:0}.footer__title:hover:after{width:50px}@media (width>=768px){.footer__title{text-align:center}.footer__title:after{left:50%;transform:translate(-50%)}}@media (width>=1024px){.footer__title{text-align:left}.footer__title:after{left:0;transform:none}}.footer__links{gap:var(--space-xs);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}@media (width>=768px){.footer__links{align-items:center}}@media (width>=1024px){.footer__links{align-items:flex-start}}.footer__link{color:var(--text-secondary);align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);transition:all var(--transition-base);word-wrap:break-word;font-size:clamp(.85rem,2vw,.9rem);text-decoration:none;display:inline-flex;position:relative}.footer__link:focus-visible{outline:2px solid var(--gold-primary);outline-offset:2px}.footer__link:after{content:"";bottom:.25rem;left:var(--space-md);right:var(--space-md);background:var(--gold-primary);transform-origin:0;height:1px;transition:transform var(--transition-base);position:absolute;transform:scaleX(0)}.footer__link:hover,.footer__link:focus-visible{color:var(--gold-primary);background:#d4af370d;transform:translate(4px)}.footer__link:hover:after,.footer__link:focus-visible:after{transform:scaleX(1)}.footer__link--legal{color:var(--text-muted);font-size:clamp(.8rem,2vw,.85rem)}@media (width>=768px){.footer__link{justify-content:center}.footer__link:hover,.footer__link:focus-visible{transform:translateY(-2px)}}@media (width>=1024px){.footer__link{justify-content:flex-start}.footer__link:hover,.footer__link:focus-visible{transform:translate(4px)}}.footer__contact{gap:var(--space-sm);flex-direction:column;display:flex}.footer__contact-item{align-items:center;gap:var(--space-sm);color:var(--text-secondary);transition:color var(--transition-base);word-wrap:break-word;overflow-wrap:anywhere;padding:var(--space-xs) 0;font-size:clamp(.85rem,2vw,.9rem);text-decoration:none;display:flex}.footer__contact-item:focus-visible{outline:2px solid var(--gold-primary);outline-offset:2px}.footer__contact-item svg{color:var(--gold-primary);flex-shrink:0;width:clamp(16px,4vw,18px);height:clamp(16px,4vw,18px)}.footer__contact-item span{overflow-wrap:anywhere;min-width:0}.footer__contact-item:hover,.footer__contact-item:focus-visible{color:var(--gold-primary)}@media (width>=768px){.footer__contact-item{text-align:center;justify-content:center}}@media (width>=1024px){.footer__contact-item{text-align:left;justify-content:flex-start}}@media (width<=360px){.footer__contact-item{gap:var(--space-xs);text-align:center;flex-direction:column}}.footer__newsletter-wrapper{max-width:min(600px,90%);margin:clamp(var(--space-xl), 5vw, var(--space-3xl)) auto 0;padding:0 clamp(var(--space-md), 3vw, var(--space-xl));opacity:0;box-sizing:border-box;width:100%;animation:.8s ease-out .4s forwards fadeInUp}.footer__newsletter{-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-lg);padding:clamp(var(--space-lg), 4vw, var(--space-xl));text-align:center;background:#1a1a1acc;border:1px solid #d4af371a;position:relative;overflow:hidden}.footer__newsletter:before{content:"";background:linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-accent) 100%);height:2px;position:absolute;top:0;left:0;right:0}.footer__newsletter:after{content:"";pointer-events:none;background:radial-gradient(circle,#d4af3714 0%,#0000 70%);width:min(300px,80vw);height:min(300px,80vw);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.footer__newsletter-header{justify-content:center;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm);z-index:1;flex-wrap:wrap;display:flex;position:relative}.footer__newsletter-header h5{color:var(--text-primary);margin:0;font-size:clamp(1.1rem,3vw,1.25rem);font-weight:600}.footer__newsletter-icon{color:var(--gold-primary);flex-shrink:0;width:clamp(20px,5vw,24px);height:clamp(20px,5vw,24px)}.footer__newsletter-text{color:var(--text-secondary);margin-bottom:var(--space-lg);z-index:1;padding:0 clamp(var(--space-sm), 2vw, var(--space-md));font-size:clamp(.85rem,2vw,.9rem);line-height:1.5;position:relative}.footer__form{gap:var(--space-md);z-index:1;flex-direction:column;width:100%;display:flex;position:relative}.footer__input-group{width:100%;position:relative}.footer__input-group input{border-radius:var(--radius-sm);width:100%;color:var(--text-primary);transition:all var(--transition-base);text-align:center;box-sizing:border-box;background:#0a0a0a99;border:1px solid #d4af3733;padding:.875rem .875rem .875rem 2.75rem;font-family:inherit;font-size:clamp(.9rem,2.5vw,.95rem)}.footer__input-group input:focus{border-color:var(--gold-primary);background:#0a0a0acc;outline:none;box-shadow:0 0 0 3px #d4af371a}.footer__input-group input::placeholder{color:var(--text-muted)}.footer__input-group input:disabled{opacity:.6;cursor:not-allowed}@media (width<=360px){.footer__input-group input{padding:.75rem .75rem .75rem 2.5rem}}.footer__input-icon{left:var(--space-md);color:var(--gold-primary);pointer-events:none;width:clamp(14px,3.5vw,16px);height:clamp(14px,3.5vw,16px);position:absolute;top:50%;transform:translateY(-50%)}.footer__checkbox{justify-content:center;align-items:center;gap:var(--space-sm);color:var(--text-muted);cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;flex-wrap:wrap;font-size:clamp(.75rem,2vw,.8rem);line-height:1.4;display:flex}.footer__checkbox:focus-visible{outline:2px solid var(--gold-primary);outline-offset:2px}.footer__checkbox input{accent-color:var(--gold-primary);cursor:pointer;flex-shrink:0;width:16px;height:16px;margin:0}.footer__checkbox input:disabled{opacity:.6;cursor:not-allowed}.footer__checkbox span{display:inline}.footer__btn{background:linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-accent) 100%);color:var(--dark-bg);padding:clamp(.75rem, 2.5vw, .875rem) clamp(var(--space-md), 3vw, 1.5rem);border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;gap:var(--space-sm);transition:all var(--transition-base);text-transform:uppercase;letter-spacing:.5px;box-sizing:border-box;border:none;width:100%;max-width:200px;margin:0 auto;font-family:inherit;font-size:clamp(.9rem,2.5vw,.95rem);font-weight:600;display:inline-flex}.footer__btn:focus-visible{outline:2px solid var(--gold-dark);outline-offset:2px}.footer__btn:hover:not(:disabled),.footer__btn:focus-visible:not(:disabled){box-shadow:var(--shadow-gold-lg);transform:translateY(-2px)}.footer__btn:hover:not(:disabled) svg,.footer__btn:focus-visible:not(:disabled) svg{transform:translate(4px)}.footer__btn:active:not(:disabled){transform:translateY(0)}.footer__btn svg{transition:transform var(--transition-base);flex-shrink:0;width:clamp(14px,3.5vw,16px);height:clamp(14px,3.5vw,16px)}.footer__btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none!important}.footer__btn .spin{animation:1s linear infinite spin}.footer__alert{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);margin-bottom:var(--space-md);z-index:1;font-size:clamp(.8rem,2vw,.875rem);display:flex;position:relative}.footer__alert--success{color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d}.footer__alert--error{color:#ef4444;background:#ef444426;border:1px solid #ef44444d}.footer__alert--info{color:#3b82f6;background:#3b82f61a;border:1px solid #3b82f64d}.footer__alert svg{flex-shrink:0;width:18px;height:18px}.footer__bottom{margin-top:clamp(var(--space-xl), 5vw, var(--space-3xl));padding:clamp(var(--space-lg), 4vw, var(--space-xl)) 0;background:#00000080;border-top:1px solid #d4af371a}.footer__bottom-content{max-width:min(1200px,95%);padding:0 clamp(var(--space-md), 3vw, var(--space-xl));align-items:center;gap:var(--space-md);text-align:center;flex-direction:column;margin:0 auto;display:flex}@media (width>=768px){.footer__bottom-content{text-align:left;flex-direction:row;justify-content:space-between}}.footer__copyright{color:var(--text-muted);word-wrap:break-word;margin:0;font-size:clamp(.8rem,2vw,.85rem);line-height:1.5}.footer__copyright strong{background:linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.footer__payments{gap:clamp(var(--space-sm), 2vw, var(--space-md));color:var(--gold-primary);flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.footer__payments svg{flex-shrink:0;width:clamp(18px,4.5vw,20px);height:clamp(18px,4.5vw,20px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.footer__section,.footer__newsletter-wrapper{opacity:1;animation:none}*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.footer__social-link:hover,.footer__social-link:focus-visible,.footer__link:hover,.footer__link:focus-visible,.footer__btn:hover:not(:disabled) svg,.footer__btn:focus-visible:not(:disabled) svg{transform:none}}@media (prefers-contrast:high){.footer{--gold-primary:gold;--text-primary:#fff;--text-secondary:#ccc}.footer__link,.footer__contact-item{text-decoration:underline}}@supports not ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.footer__newsletter{background:#1a1a1af2}}@media (width<=360px){.footer__container,.footer__newsletter-wrapper,.footer__bottom-content{padding-left:var(--space-sm);padding-right:var(--space-sm)}}@media (height<=500px) and (orientation:landscape){.footer__container{grid-template-columns:repeat(2,1fr)}.footer__newsletter-wrapper{margin-top:var(--space-lg)}.footer__section--brand{grid-column:1/-1}}@media (width>=1400px){.footer__container,.footer__bottom-content{max-width:1320px}}@container footer (width<=480px){.footer__container{gap:var(--space-lg)}}@container footer (width>=1024px){.footer__section--brand{padding-right:var(--space-lg)}}@media print{.footer{padding-top:var(--space-lg);color:#000!important;background:#fff!important}.footer:before{display:none}.footer__logo-text,.footer__title{-webkit-text-fill-color:black!important;color:#000!important;background:0 0!important}.footer__social-link,.footer__btn,.footer__newsletter-wrapper{display:none!important}.footer__link,.footer__contact-item{color:#000!important}.footer__link:after{display:none}.footer__description{color:#333!important;border-color:#000!important}.footer__bottom{background:0 0!important;border-top-color:#ccc!important}.footer__copyright{color:#666!important}.footer__copyright strong{-webkit-text-fill-color:black!important;color:#000!important;background:0 0!important}}:root{--dark-bg:#0a0a0a;--darker-bg:#050505;--dark-card:#111;--dark-border:#1a1a1a;--dark-text:#e0e0e0;--dark-text-secondary:#a0a0a0;--gold-primary:gold;--gold-secondary:#ffed4e;--gold-accent:#c9a227;--gold-glow:#ffd7004d;--gradient-gold:linear-gradient(135deg, #e4ce55f8 0%, #ffed4e 50%, #c9a227);--gradient-dark:linear-gradient(135deg, #111 0%, #1a1a1a 50%, #0a0a0a);--shadow-glow:0 0 20px #ffd70033;--shadow-dark:0 4px 20px #00000080;--category-sarms:gold;--category-orals:#ff6b6b;--category-injectables:#4ecdc4;--category-pct:#95e1d3;--category-peptides:#f38181;--bp-xs:320px;--bp-sm:480px;--bp-md:768px;--bp-lg:1024px;--bp-xl:1200px;--bp-xxl:1400px}html,body{width:100%;overflow-x:hidden;font-family:Poppins,sans-serif!important}.home{color:var(--dark-text);width:100%;min-height:100vh;overflow-x:hidden;background:#050505!important}.container{width:100%;margin:0 auto;padding:0 1rem;max-width:1400px!important}@media (width>=480px){.container{padding:0 1.25rem}}@media (width>=768px){.container{padding:0 1.5rem}}section{width:100%;position:relative}@media (width>=768px){.section-padding{padding:2rem .5rem}}@media (width>=1200px){.section-padding{padding:3rem 1rem}}.hidden{display:none!important}.text-gradient{background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:2rem;display:flex}@media (width>=768px){.section-header{margin-bottom:3rem}}@media (width>=1200px){.section-header{margin-bottom:4rem}}.section-header .section-title{text-align:center;width:100%;margin-bottom:.75rem;font-size:1.75rem;font-weight:700;line-height:1.2;display:inline}@media (width>=480px){.section-header .section-title{font-size:2rem}}@media (width>=768px){.section-header .section-title{margin-bottom:1rem;font-size:2.5rem}}@media (width>=1200px){.section-header .section-title{font-size:3rem}}@media (width>=1400px){.section-header .section-title{font-size:3.5rem}}.section-header .section-subtitle{color:var(--dark-text-secondary);text-align:center;width:100%;max-width:600px;margin:0 auto 2rem;padding:0 .5rem;font-size:.95rem;line-height:1.6}@media (width>=768px){.section-header .section-subtitle{margin-bottom:2.5rem;font-size:1.1rem}}@media (width>=1200px){.section-header .section-subtitle{margin-bottom:3rem;font-size:1.2rem}}.section-header .section-description{color:var(--dark-text-secondary);text-align:center;width:100%;max-width:800px;margin:0 auto 2rem;padding:0 .5rem;font-size:1rem;line-height:1.6}@media (width>=768px){.section-header .section-description{margin-bottom:3rem;font-size:1.1rem}}.btn{cursor:pointer;text-align:center;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}@media (width>=480px){.btn{width:auto;padding:.75rem 1.5rem;font-size:1rem}}.btn-icon{font-size:1.1rem}@media (width>=768px){.btn-icon{font-size:1.2rem}}.btn-primary{color:var(--dark-bg);background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);border:none}.btn-primary:hover{box-shadow:var(--shadow-glow);transform:translateY(-2px)}.btn-outline:hover{background:#ffd7001a;box-shadow:0 0 15px #ffd70033}.btn-text{color:var(--gold-primary);background:0 0;padding:0}.btn-text:hover{text-decoration:underline}.btn-lg{padding:.875rem 1.75rem;font-size:1rem}@media (width>=768px){.btn-lg{padding:1rem 2rem;font-size:1.1rem}}.btn-glow:before{content:"";z-index:-1;opacity:0;background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);border-radius:10px;transition:opacity .3s;position:absolute;inset:-2px}.btn-glow:hover:before{opacity:1}.hero-section{width:100%;min-height:100vh;position:relative;overflow:hidden}.hero-section .hero-slider{width:100%;height:100%;position:absolute;top:0;left:0}.hero-section .hero-slider .hero-slide{opacity:0;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.hero-section .hero-slider .hero-slide.active{opacity:1}.hero-section .hero-slider .hero-slide .hero-image{object-fit:cover;width:100%;height:100%}.hero-section .hero-slider .hero-overlay{background:linear-gradient(#0a0a0acc 0%,#0a0a0a99 30%,#0a0a0ae6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-section .hero-content{z-index:2;width:100%;padding:120px 0 60px;position:relative}@media (width>=768px){.hero-section .hero-content{padding:180px 0 80px}}@media (width>=1200px){.hero-section .hero-content{padding:220px 0 100px}}.hero-section .hero-content .container{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.hero-section .hero-content .hero-title{text-align:center;margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.15}@media (width>=480px){.hero-section .hero-content .hero-title{font-size:2.5rem}}@media (width>=768px){.hero-section .hero-content .hero-title{margin-bottom:1.25rem;font-size:3.5rem}}@media (width>=1024px){.hero-section .hero-content .hero-title{font-size:4rem}}@media (width>=1200px){.hero-section .hero-content .hero-title{font-size:4.5rem}}.hero-section .hero-content .hero-title .hero-title-gradient{background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-section .hero-content .hero-description{max-width:600px;color:var(--dark-text-secondary);text-align:center;margin:0 auto 2rem;padding:0 1rem;font-size:1rem;line-height:1.6}@media (width>=768px){.hero-section .hero-content .hero-description{margin-bottom:2.5rem;font-size:1.15rem}}@media (width>=1200px){.hero-section .hero-content .hero-description{margin-bottom:3rem;font-size:1.2rem}}.hero-section .hero-content .hero-actions{flex-direction:column;align-items:center;gap:.75rem;width:100%;margin-bottom:3rem;padding:2rem 1rem;display:flex}@media (width>=480px){.hero-section .hero-content .hero-actions{flex-flow:wrap;justify-content:center;gap:1rem}}@media (width>=768px){.hero-section .hero-content .hero-actions{margin-bottom:4rem}}.hero-section .hero-content .hero-actions .btn{max-width:280px}@media (width>=480px){.hero-section .hero-content .hero-actions .btn{max-width:none}}.hero-section .hero-content .hero-stats,.hero-section .hero-content .sarms-hero-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;max-width:1000px;margin-top:2rem;padding:0 1rem;display:grid}@media (width>=480px){.hero-section .hero-content .hero-stats,.hero-section .hero-content .sarms-hero-stats{gap:2rem}}@media (width>=768px){.hero-section .hero-content .hero-stats,.hero-section .hero-content .sarms-hero-stats{grid-template-columns:repeat(4,1fr);margin-top:3rem}}@media (width>=1200px){.hero-section .hero-content .hero-stats,.hero-section .hero-content .sarms-hero-stats{margin-top:4rem}}.hero-section .hero-content .hero-stats .stat-item,.hero-section .hero-content .sarms-hero-stats .stat-item{text-align:center}.hero-section .hero-content .hero-stats .stat-item .stat-icon,.hero-section .hero-content .sarms-hero-stats .stat-item .stat-icon{margin-bottom:.4rem;font-size:1.5rem;display:block}@media (width>=768px){.hero-section .hero-content .hero-stats .stat-item .stat-icon,.hero-section .hero-content .sarms-hero-stats .stat-item .stat-icon{margin-bottom:.5rem;font-size:2rem}}.hero-section .hero-content .hero-stats .stat-item .stat-value,.hero-section .hero-content .sarms-hero-stats .stat-item .stat-value{background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:1.5rem;font-weight:700;display:block}@media (width>=768px){.hero-section .hero-content .hero-stats .stat-item .stat-value,.hero-section .hero-content .sarms-hero-stats .stat-item .stat-value{font-size:2rem}}.hero-section .hero-content .hero-stats .stat-item .stat-label,.hero-section .hero-content .sarms-hero-stats .stat-item .stat-label{color:var(--dark-text-secondary);font-size:.8rem;line-height:1.3}@media (width>=768px){.hero-section .hero-content .hero-stats .stat-item .stat-label,.hero-section .hero-content .sarms-hero-stats .stat-item .stat-label{font-size:.9rem}}.features-section{background:var(--darker-bg)}.features-section .features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}@media (width>=768px){.features-section .features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}}@media (width>=1200px){.features-section .features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}}.features-section .features-grid .feature-card{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:12px;height:100%;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.features-section .features-grid .feature-card:hover{box-shadow:var(--shadow-glow), var(--shadow-dark);transform:translateY(-5px)}@media (width>=768px){.features-section .features-grid .feature-card{padding:2rem}}.features-section .features-grid .feature-card .feature-icon-wrapper{background:#ffd7001a;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.25rem;display:flex}@media (width>=768px){.features-section .features-grid .feature-card .feature-icon-wrapper{width:60px;height:60px;margin-bottom:1.5rem}}.features-section .features-grid .feature-card .feature-icon-wrapper .feature-icon{font-size:1.5rem}@media (width>=768px){.features-section .features-grid .feature-card .feature-icon-wrapper .feature-icon{font-size:2rem}}.features-section .features-grid .feature-card .feature-image-wrapper{border-radius:8px;width:100%;height:160px;margin-bottom:1.25rem;position:relative;overflow:hidden}@media (width>=768px){.features-section .features-grid .feature-card .feature-image-wrapper{height:200px;margin-bottom:1.5rem}}.features-section .features-grid .feature-card .feature-image-wrapper .feature-image{object-fit:cover;width:100%;height:100%}.features-section .features-grid .feature-card .feature-image-wrapper .feature-overlay{background:linear-gradient(#0000 0%,#0a0a0acc 100%);width:100%;height:100%;position:absolute;top:0;left:0}.features-section .features-grid .feature-card .feature-content .feature-title{color:var(--gold-primary);margin-bottom:.5rem;font-size:1.25rem}@media (width>=768px){.features-section .features-grid .feature-card .feature-content .feature-title{margin-bottom:.75rem;font-size:1.5rem}}.features-section .features-grid .feature-card .feature-content .feature-description{color:var(--dark-text-secondary);font-size:.9rem;line-height:1.6}@media (width>=768px){.features-section .features-grid .feature-card .feature-content .feature-description{font-size:1rem}}.sarms-section{background:var(--darker-bg)}.sarms-section .sarms-grid{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (width>=1024px){.sarms-section .sarms-grid{grid-template-columns:1fr 1fr;gap:3rem}}.sarms-section .sarms-benefits .benefits-list{margin:1.5rem 0}@media (width>=768px){.sarms-section .sarms-benefits .benefits-list{margin:2rem 0}}.sarms-section .sarms-benefits .benefits-list .benefit-item{border-left:3px solid var(--gold-primary);background:#ffd7000d;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.875rem;transition:all .3s;display:flex}@media (width>=768px){.sarms-section .sarms-benefits .benefits-list .benefit-item{margin-bottom:.75rem;padding:1rem}}.sarms-section .sarms-benefits .benefits-list .benefit-item:hover{background:#ffd7001a}.sarms-section .sarms-benefits .benefits-list .benefit-icon{background:var(--gold-primary);width:20px;height:20px;color:var(--dark-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}@media (width>=768px){.sarms-section .sarms-benefits .benefits-list .benefit-icon{width:24px;height:24px;font-size:1rem}}.sarms-section .sarms-benefits .benefits-list .benefit-text{color:var(--dark-text);text-align:left;flex:1;font-size:.9rem;line-height:1.5}@media (width>=768px){.sarms-section .sarms-benefits .benefits-list .benefit-text{font-size:1rem}}.sarms-section .sarms-benefits .sarms-actions{flex-direction:column;gap:.75rem;display:flex}@media (width>=480px){.sarms-section .sarms-benefits .sarms-actions{flex-flow:wrap;gap:1rem}.sarms-section .sarms-benefits .sarms-actions .btn{width:auto}}.sarms-section .sarms-innovations .innovations-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}@media (width>=768px){.sarms-section .sarms-innovations .innovations-header{margin-bottom:2rem}}.sarms-section .sarms-innovations .innovations-header h3{color:var(--gold-primary);font-size:1.25rem}@media (width>=768px){.sarms-section .sarms-innovations .innovations-header h3{font-size:1.5rem}}.sarms-section .sarms-innovations .innovations-header .innovations-badge{color:var(--dark-bg);background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}@media (width>=768px){.sarms-section .sarms-innovations .innovations-header .innovations-badge{font-size:.8rem}}.sarms-section .sarms-innovations .innovations-list .innovation-item{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:8px;margin-bottom:.875rem;padding:1.25rem}@media (width>=768px){.sarms-section .sarms-innovations .innovations-list .innovation-item{margin-bottom:1rem;padding:1.5rem}}.sarms-section .sarms-innovations .innovations-list .innovation-item .innovation-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.sarms-section .sarms-innovations .innovations-list .innovation-item .innovation-header .innovation-name{font-size:1.1rem;font-weight:600}@media (width>=768px){.sarms-section .sarms-innovations .innovations-list .innovation-item .innovation-header .innovation-name{font-size:1.2rem}}.sarms-section .sarms-innovations .innovations-list .innovation-item .innovation-header .innovation-status{border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}@media (width>=768px){.sarms-section .sarms-innovations .innovations-list .innovation-item .innovation-header .innovation-status{font-size:.8rem}}.sarms-section .sarms-innovations .innovations-list .innovation-item .innovation-header .innovation-status.status-nouveau{color:var(--gold-primary);border:1px solid var(--gold-primary);background:#ffd7001a}.sarms-section .sarms-innovations .innovations-list .innovation-item .innovation-header .innovation-status.status-exclusif{color:#ff5656;background:#ff56561a;border:1px solid #ff5656}.sarms-section .sarms-innovations .innovations-list .innovation-item .innovation-header .innovation-status.status-en-stock{color:#56ff56;background:#56ff561a;border:1px solid #56ff56}.sarms-section .sarms-innovations .innovations-list .innovation-item .innovation-description{color:var(--dark-text-secondary);font-size:.9rem;line-height:1.5}@media (width>=768px){.sarms-section .sarms-innovations .innovations-list .innovation-item .innovation-description{font-size:.95rem}}.sarms-section .sarms-innovations .lab-certification{background:#ffd7000d;border:1px solid #ffd70033;border-radius:8px;margin-top:1.5rem;padding:1.25rem}@media (width>=768px){.sarms-section .sarms-innovations .lab-certification{margin-top:2rem;padding:1.5rem}}.sarms-section .sarms-innovations .lab-certification .lab-certification-content{align-items:center;gap:1rem;display:flex}.sarms-section .sarms-innovations .lab-certification .lab-certification-content .lab-icon{font-size:1.5rem}@media (width>=768px){.sarms-section .sarms-innovations .lab-certification .lab-certification-content .lab-icon{font-size:2rem}}.sarms-section .sarms-innovations .lab-certification .lab-certification-content .lab-info h4{color:var(--gold-primary);margin-bottom:.25rem;font-size:1rem}@media (width>=768px){.sarms-section .sarms-innovations .lab-certification .lab-certification-content .lab-info h4{font-size:1.1rem}}.sarms-section .sarms-innovations .lab-certification .lab-certification-content .lab-info p{color:var(--dark-text-secondary);font-size:.85rem;line-height:1.5}@media (width>=768px){.sarms-section .sarms-innovations .lab-certification .lab-certification-content .lab-info p{font-size:.9rem}}.categories-section{background:var(--darker-bg)}.categories-section .categories-grid{grid-template-columns:1fr;gap:1rem;width:100%;margin-bottom:2rem;display:grid}@media (width>=480px){.categories-section .categories-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.categories-section .categories-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}}@media (width>=1200px){.categories-section .categories-grid{grid-template-columns:repeat(5,1fr);gap:2rem;margin-bottom:3rem}}.categories-section .categories-grid .category-card{background:var(--dark-card);border:1px solid var(--dark-border);cursor:pointer;text-align:left;border-radius:16px;flex-direction:column;height:100%;padding:1.5rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}@media (width>=768px){.categories-section .categories-grid .category-card{padding:2rem}}.categories-section .categories-grid .category-card .category-glow{opacity:0;z-index:0;pointer-events:none;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.categories-section .categories-grid .category-card:hover{border-color:var(--category-color,var(--gold-primary));box-shadow:0 20px 40px #0006, 0 0 30px rgba(var(--category-color-rgb,255, 215, 0), .15);transform:translateY(-8px)}.categories-section .categories-grid .category-card:hover .category-glow{opacity:.05}.categories-section .categories-grid .category-card:hover .category-arrow{color:var(--category-color,var(--gold-primary));transform:translate(8px)}.categories-section .categories-grid .category-card:hover .category-icon{transform:scale(1.1)rotate(5deg)}.categories-section .categories-grid .category-card .category-icon{z-index:1;filter:drop-shadow(0 4px 6px #0000004d);margin-bottom:1rem;font-size:2.5rem;transition:all .3s;display:block;position:relative}@media (width>=768px){.categories-section .categories-grid .category-card .category-icon{margin-bottom:1.5rem;font-size:3.5rem}}.categories-section .categories-grid .category-card .category-content{z-index:1;flex-direction:column;flex:1;display:flex;position:relative}.categories-section .categories-grid .category-card .category-content .category-title{color:var(--dark-text);margin-bottom:.5rem;font-size:1.25rem;font-weight:700;transition:color .3s}@media (width>=768px){.categories-section .categories-grid .category-card .category-content .category-title{margin-bottom:.75rem;font-size:1.6rem}}.categories-section .categories-grid .category-card .category-content .category-description{color:var(--dark-text-secondary);flex:1;margin-bottom:1rem;font-size:.85rem;line-height:1.5}@media (width>=768px){.categories-section .categories-grid .category-card .category-content .category-description{margin-bottom:1.5rem;font-size:.95rem}}.categories-section .categories-grid .category-card .category-content .category-meta{border-top:1px solid var(--dark-border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;display:flex}@media (width>=768px){.categories-section .categories-grid .category-card .category-content .category-meta{padding-top:1rem}}.categories-section .categories-grid .category-card .category-content .category-meta .category-count{color:var(--category-color,var(--gold-primary));background:rgba(var(--category-color-rgb,255, 215, 0), .1);border-radius:20px;padding:.25rem .5rem;font-size:.8rem;font-weight:600;transition:all .3s}@media (width>=768px){.categories-section .categories-grid .category-card .category-content .category-meta .category-count{padding:.35rem .75rem;font-size:.9rem}}.categories-section .categories-grid .category-card .category-content .category-meta .category-arrow{color:var(--dark-text-secondary);font-size:1.25rem;transition:all .3s}@media (width>=768px){.categories-section .categories-grid .category-card .category-content .category-meta .category-arrow{font-size:1.5rem}}.categories-section .categories-footer{text-align:center;margin-top:2rem}@media (width>=768px){.categories-section .categories-footer{margin-top:3rem}}.products-section{background:var(--darker-bg)}.products-section .products-grid{grid-template-columns:1fr;gap:1rem;width:100%;display:grid}@media (width>=480px){.products-section .products-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.products-section .products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (width>=1200px){.products-section .products-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.products-section .products-grid .product-card-wrapper{opacity:0;animation:.6s forwards fadeInUp;position:relative;transform:translateY(20px)}.products-section .products-grid .product-card-wrapper:first-child{animation-delay:.1s}.products-section .products-grid .product-card-wrapper:nth-child(2){animation-delay:.2s}.products-section .products-grid .product-card-wrapper:nth-child(3){animation-delay:.3s}.products-section .products-grid .product-card-wrapper:nth-child(4){animation-delay:.4s}.products-section .products-grid .product-card-wrapper:nth-child(5){animation-delay:.5s}.products-section .products-grid .product-card-wrapper:nth-child(6){animation-delay:.6s}.products-section .products-grid .product-card-wrapper:nth-child(7){animation-delay:.7s}.products-section .products-grid .product-card-wrapper:nth-child(8){animation-delay:.8s}.products-section .products-grid .product-card-wrapper>a{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:16px;height:100%;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:block;overflow:hidden}.products-section .products-grid .product-card-wrapper>a:hover{border-color:var(--gold-primary);box-shadow:0 20px 40px #0006, 0 0 30px var(--gold-glow);transform:translateY(-8px)}.products-section .products-grid .product-card-wrapper>a:hover img{transform:scale(1.08)}.products-section .products-grid .product-card-wrapper>a>div:first-child{background:linear-gradient(135deg, var(--dark-card) 0%, var(--darker-bg) 100%);height:200px;position:relative;overflow:hidden}@media (width>=480px){.products-section .products-grid .product-card-wrapper>a>div:first-child{height:220px}}@media (width>=768px){.products-section .products-grid .product-card-wrapper>a>div:first-child{height:280px}}.products-section .products-grid .product-card-wrapper>a>div:first-child:after{content:"";pointer-events:none;background:linear-gradient(#0000,#0a0a0acc);width:100%;height:50%;position:absolute;bottom:0;left:0}.products-section .products-grid .product-card-wrapper>a>div:first-child img{object-fit:contain;width:100%;height:100%;padding:.75rem;transition:transform .5s cubic-bezier(.4,0,.2,1)}@media (width>=768px){.products-section .products-grid .product-card-wrapper>a>div:first-child img{padding:1rem}}.products-section .products-grid .product-card-wrapper>a>div:first-child>div{background:var(--dark-card);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.products-section .products-grid .product-card-wrapper>a>div:first-child>div span{opacity:.3;font-size:3rem}@media (width>=768px){.products-section .products-grid .product-card-wrapper>a>div:first-child>div span{font-size:4rem}}.products-section .products-grid .product-card-wrapper>a>div:last-child{padding:1rem}@media (width>=768px){.products-section .products-grid .product-card-wrapper>a>div:last-child{padding:1.5rem}}.products-section .products-grid .product-card-wrapper>a>div:last-child p:first-child{color:var(--dark-text);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.5rem;font-size:1rem;font-weight:600;line-height:1.3;overflow:hidden}@media (width>=768px){.products-section .products-grid .product-card-wrapper>a>div:last-child p:first-child{margin-bottom:.75rem;font-size:1.2rem}}.products-section .products-grid .product-card-wrapper>a>div:last-child p:last-child{background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.1rem;font-weight:700}@media (width>=768px){.products-section .products-grid .product-card-wrapper>a>div:last-child p:last-child{font-size:1.4rem}}.products-section .products-grid .no-products{text-align:center;color:var(--dark-text-secondary);grid-column:1/-1;padding:3rem 1.5rem}@media (width>=768px){.products-section .products-grid .no-products{padding:4rem 2rem}}.products-section .products-grid .no-products p{font-size:1rem}@media (width>=768px){.products-section .products-grid .no-products p{font-size:1.2rem}}.products-section .products-grid .no-products p:before{content:"📦";opacity:.5;margin-bottom:.75rem;font-size:2rem;display:block}@media (width>=768px){.products-section .products-grid .no-products p:before{margin-bottom:1rem;font-size:3rem}}.products-section .products-footer{text-align:center;margin-top:2rem}@media (width>=768px){.products-section .products-footer{margin-top:3rem}}.testimonials-section .testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}@media (width>=768px){.testimonials-section .testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}}@media (width>=1200px){.testimonials-section .testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}}.testimonials-section .testimonials-grid .testimonial-card{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:12px;flex-direction:column;height:100%;padding:1.5rem;display:flex;position:relative;overflow:hidden}@media (width>=768px){.testimonials-section .testimonials-grid .testimonial-card{padding:2rem}}.testimonials-section .testimonials-grid .testimonial-card:before{content:"";background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);width:4px;height:100%;position:absolute;top:0;left:0}.testimonials-section .testimonials-grid .testimonial-card .testimonial-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}@media (width>=768px){.testimonials-section .testimonials-grid .testimonial-card .testimonial-header{gap:1rem;margin-bottom:1.5rem}}.testimonials-section .testimonials-grid .testimonial-card .testimonial-header .testimonial-avatar{border:2px solid var(--gold-primary);border-radius:50%;flex-shrink:0;width:48px;height:48px;overflow:hidden}@media (width>=768px){.testimonials-section .testimonials-grid .testimonial-card .testimonial-header .testimonial-avatar{width:60px;height:60px}}.testimonials-section .testimonials-grid .testimonial-card .testimonial-header .testimonial-avatar img{object-fit:cover;width:100%;height:100%}.testimonials-section .testimonials-grid .testimonial-card .testimonial-header .testimonial-info{flex:1;min-width:0}.testimonials-section .testimonials-grid .testimonial-card .testimonial-header .testimonial-info .testimonial-name{color:var(--gold-primary);margin-bottom:.125rem;font-size:1rem}@media (width>=768px){.testimonials-section .testimonials-grid .testimonial-card .testimonial-header .testimonial-info .testimonial-name{margin-bottom:.25rem;font-size:1.2rem}}.testimonials-section .testimonials-grid .testimonial-card .testimonial-header .testimonial-info .testimonial-role{color:var(--dark-text-secondary);font-size:.8rem}@media (width>=768px){.testimonials-section .testimonials-grid .testimonial-card .testimonial-header .testimonial-info .testimonial-role{font-size:.9rem}}.testimonials-section .testimonials-grid .testimonial-card .testimonial-header .testimonial-rating{color:var(--gold-primary);flex-shrink:0;font-size:1rem}@media (width>=768px){.testimonials-section .testimonials-grid .testimonial-card .testimonial-header .testimonial-rating{font-size:1.2rem}}.testimonials-section .testimonials-grid .testimonial-card blockquote{color:var(--dark-text-secondary);border-left:2px solid #ffd7004d;flex:1;margin-bottom:1rem;padding-left:.75rem;font-size:.9rem;font-style:italic;line-height:1.6}@media (width>=768px){.testimonials-section .testimonials-grid .testimonial-card blockquote{margin-bottom:1.5rem;padding-left:1rem;font-size:1rem}}.testimonials-section .testimonials-grid .testimonial-card .testimonial-verified{color:var(--gold-primary);align-items:center;gap:.5rem;margin-top:auto;font-size:.8rem;display:flex}@media (width>=768px){.testimonials-section .testimonials-grid .testimonial-card .testimonial-verified{font-size:.9rem}}.testimonials-section .testimonials-grid .testimonial-card .testimonial-verified .verified-icon{font-size:.9rem}@media (width>=768px){.testimonials-section .testimonials-grid .testimonial-card .testimonial-verified .verified-icon{font-size:1rem}}.toc-section{background:var(--darker-bg)}.toc-section .toc-title{text-align:center;color:var(--gold-primary);margin-bottom:1.5rem;font-size:1.5rem}@media (width>=768px){.toc-section .toc-title{margin-bottom:2rem;font-size:2rem}}.toc-section .toc-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}@media (width>=768px){.toc-section .toc-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}}@media (width>=1200px){.toc-section .toc-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}}.toc-section .toc-grid .toc-item{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:12px;align-items:center;gap:.75rem;padding:1rem;text-decoration:none;transition:all .3s;display:flex}@media (width>=768px){.toc-section .toc-grid .toc-item{gap:1rem;padding:1.5rem}}.toc-section .toc-grid .toc-item:hover{border-color:var(--gold-primary);transform:translateY(-3px)}.toc-section .toc-grid .toc-item:hover .toc-arrow{transform:translate(5px)}.toc-section .toc-grid .toc-item .toc-icon{color:var(--gold-primary);flex-shrink:0;font-size:1.25rem}@media (width>=768px){.toc-section .toc-grid .toc-item .toc-icon{font-size:1.5rem}}.toc-section .toc-grid .toc-item .toc-text{color:var(--dark-text);flex:1;font-size:.9rem;font-weight:500}@media (width>=768px){.toc-section .toc-grid .toc-item .toc-text{font-size:1rem}}.toc-section .toc-grid .toc-item .toc-arrow{color:var(--gold-primary);flex-shrink:0;font-size:1rem;transition:transform .3s}@media (width>=768px){.toc-section .toc-grid .toc-item .toc-arrow{font-size:1.25rem}}.info-section{padding:2.5rem 1rem}@media (width>=768px){.info-section{padding:4rem 1.5rem}}@media (width>=1200px){.info-section{padding:6rem 2rem}}.info-section.dark-section{background:var(--darker-bg)}.info-section .section-header{text-align:center;margin-bottom:1.5rem}@media (width>=768px){.info-section .section-header{margin-bottom:2rem}}.info-section .section-header .section-subtitle{color:var(--gold-primary);letter-spacing:2px;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:600}@media (width>=768px){.info-section .section-header .section-subtitle{margin-bottom:1rem;font-size:.9rem}}.content-grid{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (width>=1024px){.content-grid{grid-template-columns:1fr 1fr;gap:3rem}}.content-grid .content-text p{color:var(--dark-text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}@media (width>=768px){.content-grid .content-text p{margin-bottom:2rem;font-size:1.1rem}}.content-grid .content-text .definition-card{background:#ffd7000d;border:1px solid #ffd70033;border-radius:12px;margin:1.5rem 0;padding:1.25rem}@media (width>=768px){.content-grid .content-text .definition-card{margin:2rem 0;padding:1.5rem}}.content-grid .content-text .definition-card h3{color:var(--gold-primary);margin-bottom:.75rem;font-size:1.1rem}@media (width>=768px){.content-grid .content-text .definition-card h3{margin-bottom:1rem;font-size:1.25rem}}.content-grid .content-text .definition-card p{margin-bottom:0;font-size:.95rem}@media (width>=768px){.content-grid .content-text .definition-card p{font-size:1rem}}.content-grid .content-text h3{color:var(--gold-primary);margin:1.5rem 0 .75rem;font-size:1.25rem}@media (width>=768px){.content-grid .content-text h3{margin:2rem 0 1rem;font-size:1.5rem}}.content-grid .content-text .timeline{margin:1rem 0;list-style:none}@media (width>=768px){.content-grid .content-text .timeline{margin:1.5rem 0}}.content-grid .content-text .timeline li{color:var(--dark-text-secondary);margin-bottom:.75rem;padding-left:1.25rem;font-size:.95rem;line-height:1.5;position:relative}@media (width>=768px){.content-grid .content-text .timeline li{margin-bottom:1rem;font-size:1rem}}.content-grid .content-text .timeline li:before{content:"→";color:var(--gold-primary);position:absolute;left:0}.content-grid .content-text .timeline li strong{color:var(--gold-primary);margin-right:.5rem}.content-grid .content-image img{border:1px solid var(--dark-border);border-radius:12px;width:100%;height:auto}.content-grid .content-image .image-caption{text-align:center;color:var(--dark-text-secondary);margin-top:.75rem;font-size:.85rem;font-style:italic}@media (width>=768px){.content-grid .content-image .image-caption{margin-top:1rem;font-size:.9rem}}.mechanism-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}@media (width>=768px){.mechanism-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:3rem}}@media (width>=1200px){.mechanism-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}}.mechanism-grid .mechanism-step{background:var(--dark-card);text-align:center;border:1px solid var(--dark-border);border-radius:12px;padding:1.5rem;position:relative}@media (width>=768px){.mechanism-grid .mechanism-step{padding:2rem}}.mechanism-grid .mechanism-step .step-number{width:40px;height:40px;color:var(--dark-bg);background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.25rem;font-weight:700;display:flex}@media (width>=768px){.mechanism-grid .mechanism-step .step-number{width:50px;height:50px;margin-bottom:1.5rem;font-size:1.5rem}}.mechanism-grid .mechanism-step h3{color:var(--gold-primary);margin-bottom:.75rem;font-size:1.1rem}@media (width>=768px){.mechanism-grid .mechanism-step h3{margin-bottom:1rem;font-size:1.3rem}}.mechanism-grid .mechanism-step p{color:var(--dark-text-secondary);font-size:.9rem;line-height:1.6}@media (width>=768px){.mechanism-grid .mechanism-step p{font-size:1rem}}.science-note{text-align:center;background:#ffd7000d;border:1px solid #ffd70033;border-radius:12px;flex-direction:column;align-items:center;gap:1rem;padding:1.25rem;display:flex}@media (width>=768px){.science-note{text-align:left;flex-direction:row;gap:1.5rem;padding:1.5rem}}.science-note .science-icon{color:var(--gold-primary);flex-shrink:0;font-size:2rem}@media (width>=768px){.science-note .science-icon{font-size:3rem}}.science-note .science-text h4{color:var(--gold-primary);margin-bottom:.5rem;font-size:1.1rem}@media (width>=768px){.science-note .science-text h4{font-size:1.3rem}}.science-note .science-text p{color:var(--dark-text-secondary);font-size:.9rem;line-height:1.6}@media (width>=768px){.science-note .science-text p{font-size:1rem}}.comparison-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-bottom:2rem;display:grid}@media (width>=768px){.comparison-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}}@media (width>=1200px){.comparison-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}}.comparison-grid .comparison-card{background:var(--dark-card);text-align:center;border:1px solid var(--dark-border);border-radius:12px;padding:1.5rem}@media (width>=768px){.comparison-grid .comparison-card{padding:2rem}}.comparison-grid .comparison-card.sarms-card{border-color:var(--gold-primary)}.comparison-grid .comparison-card.sarms-card .comparison-header{background:#ffd7001a}.comparison-grid .comparison-card .comparison-header{border-radius:8px;margin-bottom:1rem;padding:.875rem}@media (width>=768px){.comparison-grid .comparison-card .comparison-header{margin-bottom:1.5rem;padding:1rem}}.comparison-grid .comparison-card .comparison-header h3{color:var(--gold-primary);margin-bottom:.25rem;font-size:1.25rem}@media (width>=768px){.comparison-grid .comparison-card .comparison-header h3{margin-bottom:.5rem;font-size:1.5rem}}.comparison-grid .comparison-card .comparison-header .comparison-subtitle{color:var(--dark-text-secondary);font-size:.85rem}@media (width>=768px){.comparison-grid .comparison-card .comparison-header .comparison-subtitle{font-size:.9rem}}.comparison-grid .comparison-card .comparison-list{text-align:left}.comparison-grid .comparison-card .comparison-list .comparison-item{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}@media (width>=768px){.comparison-grid .comparison-card .comparison-list .comparison-item{gap:.75rem;margin-bottom:.75rem}}.comparison-grid .comparison-card .comparison-list .comparison-item .comparison-icon{color:var(--gold-primary);flex-shrink:0;font-size:.9rem;font-weight:700}@media (width>=768px){.comparison-grid .comparison-card .comparison-list .comparison-item .comparison-icon{font-size:1rem}}.comparison-grid .comparison-card .comparison-list .comparison-item .comparison-text{color:var(--dark-text-secondary);flex:1;font-size:.9rem;line-height:1.4}@media (width>=768px){.comparison-grid .comparison-card .comparison-list .comparison-item .comparison-text{font-size:1rem}}.comparison-summary{background:#ffd7000d;border:1px solid #ffd70033;border-radius:12px;padding:1.25rem}@media (width>=768px){.comparison-summary{padding:1.5rem}}.comparison-summary p{color:var(--dark-text-secondary);margin:0;font-size:.95rem;line-height:1.6}@media (width>=768px){.comparison-summary p{font-size:1rem}}.comparison-summary p strong{color:var(--gold-primary)}.sarms-types-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;display:grid}@media (width>=768px){.sarms-types-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}}@media (width>=1200px){.sarms-types-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1rem}}.sarms-types-grid .sarm-type-card{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:12px;flex-direction:column;height:100%;padding:1.25rem;display:flex;position:relative;overflow:hidden}@media (width>=768px){.sarms-types-grid .sarm-type-card{padding:1.5rem}}.sarms-types-grid .sarm-type-card:hover{border-color:var(--gold-primary)}.sarms-types-grid .sarm-type-card:hover .sarm-image{transform:scale(1.05)}.sarms-types-grid .sarm-type-card .sarm-header{flex-wrap:wrap;justify-content:space-between;align-items:start;gap:.5rem;margin-bottom:1rem;display:flex}@media (width>=768px){.sarms-types-grid .sarm-type-card .sarm-header{margin-bottom:1.5rem}}.sarms-types-grid .sarm-type-card .sarm-header .sarm-name{color:var(--gold-primary);flex:1;margin-right:.5rem;font-size:1.15rem}@media (width>=768px){.sarms-types-grid .sarm-type-card .sarm-header .sarm-name{margin-right:1rem;font-size:1.4rem}}.sarms-types-grid .sarm-type-card .sarm-header .sarm-strength .strength-label{color:var(--dark-text-secondary);text-align:right;margin-bottom:.125rem;font-size:.7rem}@media (width>=768px){.sarms-types-grid .sarm-type-card .sarm-header .sarm-strength .strength-label{margin-bottom:.25rem;font-size:.8rem}}.sarms-types-grid .sarm-type-card .sarm-header .sarm-strength .strength-bar{background:var(--dark-border);border-radius:4px;width:80px;height:6px;margin-bottom:.125rem;overflow:hidden}@media (width>=768px){.sarms-types-grid .sarm-type-card .sarm-header .sarm-strength .strength-bar{width:100px;height:8px;margin-bottom:.25rem}}.sarms-types-grid .sarm-type-card .sarm-header .sarm-strength .strength-bar .strength-fill{background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);border-radius:4px;height:100%}.sarms-types-grid .sarm-type-card .sarm-header .sarm-strength .strength-value{color:var(--gold-primary);text-align:right;font-size:.8rem}@media (width>=768px){.sarms-types-grid .sarm-type-card .sarm-header .sarm-strength .strength-value{font-size:.9rem}}.sarms-types-grid .sarm-type-card .sarm-image-wrapper{border-radius:8px;flex-shrink:0;height:160px;margin-bottom:1rem;overflow:hidden}@media (width>=480px){.sarms-types-grid .sarm-type-card .sarm-image-wrapper{height:180px}}@media (width>=768px){.sarms-types-grid .sarm-type-card .sarm-image-wrapper{height:200px;margin-bottom:1.5rem}}.sarms-types-grid .sarm-type-card .sarm-image-wrapper .sarm-image{object-fit:contain;width:100%;height:100%;transition:transform .5s}.sarms-types-grid .sarm-type-card .sarm-description{color:var(--dark-text-secondary);flex:1;margin-bottom:1rem;font-size:.9rem;font-style:italic;line-height:1.5}@media (width>=768px){.sarms-types-grid .sarm-type-card .sarm-description{margin-bottom:1.5rem;font-size:1rem}}.sarms-types-grid .sarm-type-card .sarm-benefits{margin-bottom:1rem}@media (width>=768px){.sarms-types-grid .sarm-type-card .sarm-benefits{margin-bottom:1.5rem}}.sarms-types-grid .sarm-type-card .sarm-benefits h4{color:var(--gold-primary);margin-bottom:.5rem;font-size:1rem}@media (width>=768px){.sarms-types-grid .sarm-type-card .sarm-benefits h4{margin-bottom:.75rem;font-size:1.1rem}}.sarms-types-grid .sarm-type-card .sarm-benefits ul{list-style:none}.sarms-types-grid .sarm-type-card .sarm-benefits ul li{color:var(--dark-text-secondary);margin-bottom:.375rem;padding-left:1.25rem;font-size:.85rem;line-height:1.4;position:relative}@media (width>=768px){.sarms-types-grid .sarm-type-card .sarm-benefits ul li{margin-bottom:.5rem;font-size:.95rem}}.sarms-types-grid .sarm-type-card .sarm-benefits ul li:before{content:"✓";color:var(--gold-primary);font-weight:700;position:absolute;left:0}.sarms-types-grid .sarm-type-card .sarm-dosage{background:#ffd7000d;border-radius:8px;justify-content:space-between;margin-bottom:1rem;padding:.75rem;display:flex}@media (width>=768px){.sarms-types-grid .sarm-type-card .sarm-dosage{margin-bottom:1.5rem;padding:1rem}}.sarms-types-grid .sarm-type-card .sarm-dosage .dosage-info .dosage-label,.sarms-types-grid .sarm-type-card .sarm-dosage .cycle-info .cycle-label{color:var(--dark-text-secondary);margin-bottom:.125rem;font-size:.7rem;display:block}@media (width>=768px){.sarms-types-grid .sarm-type-card .sarm-dosage .dosage-info .dosage-label,.sarms-types-grid .sarm-type-card .sarm-dosage .cycle-info .cycle-label{margin-bottom:.25rem;font-size:.8rem}}.sarms-types-grid .sarm-type-card .sarm-dosage .dosage-info .dosage-value,.sarms-types-grid .sarm-type-card .sarm-dosage .cycle-info .cycle-value{color:var(--gold-primary);font-size:.9rem;font-weight:600;display:block}@media (width>=768px){.sarms-types-grid .sarm-type-card .sarm-dosage .dosage-info .dosage-value,.sarms-types-grid .sarm-type-card .sarm-dosage .cycle-info .cycle-value{font-size:1rem}}.sarms-types-grid .sarm-type-card .sarm-details-btn{text-align:center;border:2px solid var(--gold-primary);width:100%;color:var(--gold-primary);background:0 0;border-radius:8px;margin-top:auto;padding:.625rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}@media (width>=768px){.sarms-types-grid .sarm-type-card .sarm-details-btn{padding:.75rem;font-size:1rem}}.sarms-types-grid .sarm-type-card .sarm-details-btn:hover{color:var(--dark-bg);background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227)}.results-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2rem;display:grid}@media (width>=768px){.results-cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3rem}}@media (width>=1200px){.results-cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}}.results-cards .result-card{background:var(--dark-card);border:1px solid var(--dark-border);text-align:center;border-radius:12px;padding:1.5rem;transition:all .3s}@media (width>=768px){.results-cards .result-card{padding:2rem}}.results-cards .result-card:hover{border-color:var(--gold-primary);transform:translateY(-5px)}.results-cards .result-card .result-icon{color:var(--gold-primary);margin-bottom:.75rem;font-size:2rem}@media (width>=768px){.results-cards .result-card .result-icon{margin-bottom:1rem;font-size:3rem}}.results-cards .result-card .result-value{background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2rem;font-weight:800}@media (width>=768px){.results-cards .result-card .result-value{margin-bottom:.5rem;font-size:2.5rem}}.results-cards .result-card .result-label{color:var(--dark-text-secondary);margin-bottom:.75rem;font-size:.9rem}@media (width>=768px){.results-cards .result-card .result-label{margin-bottom:1rem;font-size:1rem}}.results-cards .result-card .result-note{color:var(--gold-accent);font-size:.8rem;font-style:italic}@media (width>=768px){.results-cards .result-card .result-note{font-size:.9rem}}.results-timeline{background:#ffd7000d;border:1px solid #ffd70033;border-radius:12px;padding:1.5rem}@media (width>=768px){.results-timeline{padding:2rem}}.results-timeline h3{color:var(--gold-primary);text-align:center;margin-bottom:1.5rem;font-size:1.25rem}@media (width>=768px){.results-timeline h3{margin-bottom:2rem;font-size:1.5rem}}.results-timeline .timeline-steps{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=480px){.results-timeline .timeline-steps{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.results-timeline .timeline-steps{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}}.results-timeline .timeline-steps .timeline-step{text-align:center}.results-timeline .timeline-steps .timeline-step .step-time{color:var(--gold-primary);margin-bottom:.25rem;font-size:1rem;font-weight:600}@media (width>=768px){.results-timeline .timeline-steps .timeline-step .step-time{margin-bottom:.5rem;font-size:1.1rem}}.results-timeline .timeline-steps .timeline-step .step-title{color:var(--gold-primary);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}@media (width>=768px){.results-timeline .timeline-steps .timeline-step .step-title{margin-bottom:.5rem;font-size:1.2rem}}.results-timeline .timeline-steps .timeline-step .step-description{color:var(--dark-text-secondary);font-size:.85rem;line-height:1.5}@media (width>=768px){.results-timeline .timeline-steps .timeline-step .step-description{font-size:.9rem}}.cycles-table{border:1px solid var(--dark-border);-webkit-overflow-scrolling:touch;border-radius:12px;margin-bottom:2rem;overflow-x:auto}@media (width>=768px){.cycles-table{margin-bottom:3rem}}.cycles-table table{border-collapse:collapse;width:100%;min-width:600px}@media (width>=768px){.cycles-table table{min-width:800px}}.cycles-table table thead th{color:var(--gold-primary);text-align:left;border:1px solid var(--dark-border);background:#ffd7001a;padding:.75rem;font-size:.85rem;font-weight:600}@media (width>=768px){.cycles-table table thead th{padding:1rem;font-size:1rem}}.cycles-table table tbody tr:nth-child(2n){background:#ffffff05}.cycles-table table tbody tr:hover{background:#ffd7000d}.cycles-table table tbody tr td{border:1px solid var(--dark-border);color:var(--dark-text-secondary);padding:.75rem;font-size:.85rem}@media (width>=768px){.cycles-table table tbody tr td{padding:1rem;font-size:1rem}}.cycles-table table tbody tr td:first-child{color:var(--gold-primary);font-weight:600}.cycle-recommendations{background:#ffd7000d;border:1px solid #ffd70033;border-radius:12px;padding:1.5rem}@media (width>=768px){.cycle-recommendations{padding:2rem}}.cycle-recommendations h3{color:var(--gold-primary);text-align:center;margin-bottom:1.25rem;font-size:1.25rem}@media (width>=768px){.cycle-recommendations h3{margin-bottom:1.5rem;font-size:1.5rem}}.cycle-recommendations .recommendations-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=480px){.cycle-recommendations .recommendations-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.cycle-recommendations .recommendations-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}}.cycle-recommendations .recommendations-grid .recommendation{align-items:flex-start;gap:.75rem;display:flex}@media (width>=768px){.cycle-recommendations .recommendations-grid .recommendation{gap:1rem}}.cycle-recommendations .recommendations-grid .recommendation .recommendation-icon{color:var(--gold-primary);flex-shrink:0;font-size:1.25rem}@media (width>=768px){.cycle-recommendations .recommendations-grid .recommendation .recommendation-icon{font-size:1.5rem}}.cycle-recommendations .recommendations-grid .recommendation .recommendation-text strong{color:var(--gold-primary);margin-bottom:.25rem;font-size:.95rem;display:block}@media (width>=768px){.cycle-recommendations .recommendations-grid .recommendation .recommendation-text strong{margin-bottom:.5rem;font-size:1.1rem}}.cycle-recommendations .recommendations-grid .recommendation .recommendation-text p{color:var(--dark-text-secondary);margin:0;font-size:.85rem;line-height:1.5}@media (width>=768px){.cycle-recommendations .recommendations-grid .recommendation .recommendation-text p{font-size:.9rem}}.side-effects-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-bottom:2rem;display:grid}@media (width>=768px){.side-effects-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}}@media (width>=1200px){.side-effects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}}.side-effects-grid .side-effect-card{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:12px;padding:1.25rem;position:relative}@media (width>=768px){.side-effects-grid .side-effect-card{padding:1.5rem}}.side-effects-grid .side-effect-card.warning{border-color:#ff5656}.side-effects-grid .side-effect-card.warning .side-effect-icon{color:#ff5656}.side-effects-grid .side-effect-card.info{border-color:#56ff56}.side-effects-grid .side-effect-card.info .side-effect-icon{color:#56ff56}.side-effects-grid .side-effect-card .side-effect-icon{margin-bottom:.75rem;font-size:1.5rem}@media (width>=768px){.side-effects-grid .side-effect-card .side-effect-icon{margin-bottom:1rem;font-size:2rem}}.side-effects-grid .side-effect-card .side-effect-title{color:var(--gold-primary);margin-bottom:.75rem;font-size:1.15rem}@media (width>=768px){.side-effects-grid .side-effect-card .side-effect-title{margin-bottom:1rem;font-size:1.3rem}}.side-effects-grid .side-effect-card .side-effect-list{margin-bottom:1rem;list-style:none}@media (width>=768px){.side-effects-grid .side-effect-card .side-effect-list{margin-bottom:1.5rem}}.side-effects-grid .side-effect-card .side-effect-list li{color:var(--dark-text-secondary);margin-bottom:.375rem;padding-left:1rem;font-size:.85rem;line-height:1.4;position:relative}@media (width>=768px){.side-effects-grid .side-effect-card .side-effect-list li{margin-bottom:.5rem;padding-left:1.25rem;font-size:.95rem}}.side-effects-grid .side-effect-card .side-effect-list li:before{content:"•";color:var(--gold-primary);position:absolute;left:0}.side-effects-grid .side-effect-card .side-effect-severity{border-top:1px solid var(--dark-border);align-items:center;gap:.5rem;margin-top:.75rem;padding-top:.75rem;display:flex}@media (width>=768px){.side-effects-grid .side-effect-card .side-effect-severity{margin-top:1rem;padding-top:1rem}}.side-effects-grid .side-effect-card .side-effect-severity .severity-label{color:var(--dark-text-secondary);font-size:.8rem}@media (width>=768px){.side-effects-grid .side-effect-card .side-effect-severity .severity-label{font-size:.9rem}}.side-effects-grid .side-effect-card .side-effect-severity .severity-badge{border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}@media (width>=768px){.side-effects-grid .side-effect-card .side-effect-severity .severity-badge{padding:.25rem .75rem;font-size:.8rem}}.side-effects-grid .side-effect-card .side-effect-severity .severity-badge.low{color:#56ff56;background:#56ff561a;border:1px solid #56ff56}.side-effects-grid .side-effect-card .side-effect-severity .severity-badge.moderate{color:#ffc156;background:#ffc1561a;border:1px solid #ffc156}.side-effects-management{background:#ffd7000d;border:1px solid #ffd70033;border-radius:12px;padding:1.5rem}@media (width>=768px){.side-effects-management{padding:2rem}}.side-effects-management h3{color:var(--gold-primary);text-align:center;margin-bottom:1.25rem;font-size:1.25rem}@media (width>=768px){.side-effects-management h3{margin-bottom:1.5rem;font-size:1.5rem}}.side-effects-management .management-tips{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=480px){.side-effects-management .management-tips{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.side-effects-management .management-tips{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}}.side-effects-management .management-tips .tip{align-items:flex-start;gap:.75rem;display:flex}@media (width>=768px){.side-effects-management .management-tips .tip{gap:1rem}}.side-effects-management .management-tips .tip .tip-icon{color:var(--gold-primary);flex-shrink:0;font-size:1.25rem}@media (width>=768px){.side-effects-management .management-tips .tip .tip-icon{font-size:1.5rem}}.side-effects-management .management-tips .tip .tip-content h4{color:var(--gold-primary);margin-bottom:.25rem;font-size:1rem}@media (width>=768px){.side-effects-management .management-tips .tip .tip-content h4{margin-bottom:.5rem;font-size:1.1rem}}.side-effects-management .management-tips .tip .tip-content p{color:var(--dark-text-secondary);margin:0;font-size:.85rem;line-height:1.5}@media (width>=768px){.side-effects-management .management-tips .tip .tip-content p{font-size:.9rem}}.pct-protocols{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-bottom:2rem;display:grid}@media (width>=768px){.pct-protocols{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}}@media (width>=1200px){.pct-protocols{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}}.pct-protocols .pct-protocol{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:12px;padding:1.25rem;transition:all .3s}@media (width>=768px){.pct-protocols .pct-protocol{padding:1.5rem}}.pct-protocols .pct-protocol:hover{border-color:var(--gold-primary);transform:translateY(-5px)}.pct-protocols .pct-protocol .pct-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}@media (width>=768px){.pct-protocols .pct-protocol .pct-header{margin-bottom:1.5rem}}.pct-protocols .pct-protocol .pct-header h3{color:var(--gold-primary);font-size:1.1rem}@media (width>=768px){.pct-protocols .pct-protocol .pct-header h3{font-size:1.3rem}}.pct-protocols .pct-protocol .pct-header .pct-duration{color:var(--gold-primary);background:#ffd7001a;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;font-weight:600}@media (width>=768px){.pct-protocols .pct-protocol .pct-header .pct-duration{padding:.25rem .75rem;font-size:.9rem}}.pct-protocols .pct-protocol .pct-drugs{margin-bottom:1rem}@media (width>=768px){.pct-protocols .pct-protocol .pct-drugs{margin-bottom:1.5rem}}.pct-protocols .pct-protocol .pct-drugs .pct-drug{background:#ffffff05;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:.375rem;padding:.625rem;display:flex}@media (width>=768px){.pct-protocols .pct-protocol .pct-drugs .pct-drug{margin-bottom:.5rem;padding:.75rem}}.pct-protocols .pct-protocol .pct-drugs .pct-drug:last-child{margin-bottom:0}.pct-protocols .pct-protocol .pct-drugs .pct-drug .drug-name{color:var(--dark-text);font-size:.9rem;font-weight:500}@media (width>=768px){.pct-protocols .pct-protocol .pct-drugs .pct-drug .drug-name{font-size:1rem}}.pct-protocols .pct-protocol .pct-drugs .pct-drug .drug-dosage{color:var(--gold-primary);font-size:.9rem;font-weight:600}@media (width>=768px){.pct-protocols .pct-protocol .pct-drugs .pct-drug .drug-dosage{font-size:1rem}}.pct-protocols .pct-protocol .pct-notes{color:var(--dark-text-secondary);border-top:1px solid var(--dark-border);padding-top:.75rem;font-size:.85rem;line-height:1.6}@media (width>=768px){.pct-protocols .pct-protocol .pct-notes{padding-top:1rem;font-size:.9rem}}.pct-importance{background:#ffd7000d;border:1px solid #ffd70033;border-radius:12px;padding:1.25rem}@media (width>=768px){.pct-importance{padding:1.5rem}}.pct-importance .pct-importance-content{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}@media (width>=768px){.pct-importance .pct-importance-content{text-align:left;flex-direction:row;gap:1.5rem}}.pct-importance .pct-importance-content .pct-importance-icon{color:var(--gold-primary);flex-shrink:0;font-size:2rem}@media (width>=768px){.pct-importance .pct-importance-content .pct-importance-icon{font-size:3rem}}.pct-importance .pct-importance-content .pct-importance-text h3{color:var(--gold-primary);margin-bottom:.5rem;font-size:1.1rem}@media (width>=768px){.pct-importance .pct-importance-content .pct-importance-text h3{font-size:1.5rem}}.pct-importance .pct-importance-content .pct-importance-text p{color:var(--dark-text-secondary);margin:0;font-size:.9rem;line-height:1.6}@media (width>=768px){.pct-importance .pct-importance-content .pct-importance-text p{font-size:1rem}}.legal-grid{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (width>=1024px){.legal-grid{grid-template-columns:1fr 1fr;gap:3rem}}.legal-grid .legal-info .legal-status{background:#ffd7000d;border:1px solid #ffd70033;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}@media (width>=768px){.legal-grid .legal-info .legal-status{gap:1rem;margin-bottom:2rem;padding:1.5rem}}.legal-grid .legal-info .legal-status .status-icon{color:var(--gold-primary);flex-shrink:0;font-size:1.5rem}@media (width>=768px){.legal-grid .legal-info .legal-status .status-icon{font-size:2rem}}.legal-grid .legal-info .legal-status .status-text h4{color:var(--gold-primary);margin-bottom:.25rem;font-size:1rem}@media (width>=768px){.legal-grid .legal-info .legal-status .status-text h4{margin-bottom:.5rem;font-size:1.1rem}}.legal-grid .legal-info .legal-status .status-text p{color:var(--dark-text-secondary);margin:0;font-size:.85rem;line-height:1.5}@media (width>=768px){.legal-grid .legal-info .legal-status .status-text p{font-size:.95rem}}.legal-grid .legal-info .legal-warning{background:#ff56560d;border:1px solid #ff565633;border-radius:12px;padding:1rem}@media (width>=768px){.legal-grid .legal-info .legal-warning{padding:1.5rem}}.legal-grid .legal-info .legal-warning h4{color:#ff5656;margin-bottom:.75rem;font-size:1rem}@media (width>=768px){.legal-grid .legal-info .legal-warning h4{margin-bottom:1rem;font-size:1.1rem}}.legal-grid .legal-info .legal-warning ul{list-style:none}.legal-grid .legal-info .legal-warning ul li{color:var(--dark-text-secondary);margin-bottom:.375rem;padding-left:1.25rem;font-size:.85rem;line-height:1.5;position:relative}@media (width>=768px){.legal-grid .legal-info .legal-warning ul li{margin-bottom:.5rem;font-size:.95rem}}.legal-grid .legal-info .legal-warning ul li:before{content:"⚠";color:#ff5656;position:absolute;left:0}.legal-grid .country-list{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:12px;padding:1.25rem}@media (width>=768px){.legal-grid .country-list{padding:1.5rem}}.legal-grid .country-list h3{color:var(--gold-primary);margin-bottom:1rem;font-size:1.25rem}@media (width>=768px){.legal-grid .country-list h3{margin-bottom:1.5rem;font-size:1.5rem}}.legal-grid .country-list .country-item{border-bottom:1px solid var(--dark-border);justify-content:space-between;align-items:center;padding:.75rem;display:flex}@media (width>=768px){.legal-grid .country-list .country-item{padding:1rem}}.legal-grid .country-list .country-item:last-child{border-bottom:none}.legal-grid .country-list .country-item .country-name{color:var(--dark-text);font-size:.9rem;font-weight:500}@media (width>=768px){.legal-grid .country-list .country-item .country-name{font-size:1rem}}.legal-grid .country-list .country-item .country-status{border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:600}@media (width>=768px){.legal-grid .country-list .country-item .country-status{padding:.25rem .75rem;font-size:.8rem}}.legal-grid .country-list .country-item .country-status.legal{color:#56ff56;background:#56ff561a;border:1px solid #56ff56}.legal-grid .country-list .country-item .country-status.restricted{color:#ffc156;background:#ffc1561a;border:1px solid #ffc156}.legal-grid .country-list .country-item .country-status.illegal{color:#ff5656;background:#ff56561a;border:1px solid #ff5656}.legal-disclaimer{background:#ffd7000d;border:1px solid #ffd70033;border-radius:12px;margin-top:2rem;padding:1rem}@media (width>=768px){.legal-disclaimer{margin-top:3rem;padding:1.5rem}}.legal-disclaimer p{color:var(--dark-text-secondary);margin:0;font-size:.85rem;line-height:1.6}@media (width>=768px){.legal-disclaimer p{font-size:.95rem}}.legal-disclaimer p strong{color:var(--gold-primary)}.faq-grid{max-width:800px;margin:0 auto 3rem}@media (width>=768px){.faq-grid{margin-bottom:4rem}}.faq-grid .faq-item{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:12px;margin-bottom:.75rem;overflow:hidden}@media (width>=768px){.faq-grid .faq-item{margin-bottom:1rem}}.faq-grid .faq-item.active{border-color:var(--gold-primary)}.faq-grid .faq-item.active .faq-question h3{color:var(--gold-primary)}.faq-grid .faq-item .faq-question{cursor:pointer;justify-content:space-between;align-items:center;padding:1rem;display:flex}@media (width>=768px){.faq-grid .faq-item .faq-question{padding:1.5rem}}.faq-grid .faq-item .faq-question h3{flex:1;margin:0;padding-right:.5rem;font-size:1rem;line-height:1.4;transition:color .3s}@media (width>=768px){.faq-grid .faq-item .faq-question h3{font-size:1.2rem}}.faq-grid .faq-item .faq-question .faq-toggle{color:var(--gold-primary);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.25rem;transition:transform .3s;display:flex}@media (width>=768px){.faq-grid .faq-item .faq-question .faq-toggle{width:30px;height:30px;font-size:1.5rem}}.faq-grid .faq-item .faq-answer{max-height:0;padding:0 1rem;transition:all .3s;overflow:hidden}@media (width>=768px){.faq-grid .faq-item .faq-answer{padding:0 1.5rem}}.faq-grid .faq-item .faq-answer p{color:var(--dark-text-secondary);padding-bottom:1rem;font-size:.9rem;line-height:1.6}@media (width>=768px){.faq-grid .faq-item .faq-answer p{padding-bottom:1.5rem;font-size:1rem}}.faq-grid .faq-item.active .faq-answer{max-height:500px}.faq-grid .faq-item.active .faq-toggle{transform:rotate(45deg)}.faq-cta{text-align:center;background:#ffd7000d;border:1px solid #ffd70033;border-radius:12px;padding:2rem 1rem}@media (width>=768px){.faq-cta{padding:3rem}}@media (width>=1024px){.faq-cta{padding:4rem}}.faq-cta h3{color:var(--gold-primary);margin-bottom:.75rem;font-size:1.5rem}@media (width>=768px){.faq-cta h3{margin-bottom:1rem;font-size:2rem}}.faq-cta p{max-width:600px;color:var(--dark-text-secondary);margin:0 auto 1.5rem;font-size:1rem;line-height:1.6}@media (width>=768px){.faq-cta p{margin-bottom:2rem;font-size:1.1rem}}.faq-cta .faq-actions{flex-direction:column;align-items:center;gap:.75rem;display:flex}@media (width>=480px){.faq-cta .faq-actions{flex-flow:wrap;justify-content:center;gap:1rem}}.faq-cta .faq-actions .btn{max-width:280px}@media (width>=480px){.faq-cta .faq-actions .btn{max-width:none}}.cta-section{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 70% 20%,#ffd7001a 0%,#0000 50%);position:absolute;inset:0}.cta-section .cta-content{text-align:center;z-index:2;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.cta-section .cta-content .cta-title{margin-bottom:1rem;font-size:1.75rem;font-weight:800;line-height:1.2}@media (width>=480px){.cta-section .cta-content .cta-title{font-size:2.25rem}}@media (width>=768px){.cta-section .cta-content .cta-title{margin-bottom:1.25rem;font-size:2.75rem}}@media (width>=1024px){.cta-section .cta-content .cta-title{font-size:3rem}}.cta-section .cta-content .cta-description{max-width:600px;color:var(--dark-text-secondary);margin:0 auto 2rem;padding:0 1rem;font-size:1rem;line-height:1.6}@media (width>=768px){.cta-section .cta-content .cta-description{margin-bottom:2.5rem;font-size:1.15rem}}@media (width>=1024px){.cta-section .cta-content .cta-description{margin-bottom:3rem;font-size:1.2rem}}.cta-section .cta-content .cta-actions{flex-direction:column;align-items:center;gap:.75rem;width:100%;padding:0 1rem;display:flex}@media (width>=480px){.cta-section .cta-content .cta-actions{flex-flow:wrap;justify-content:center;gap:1rem}}.cta-section .cta-content .cta-actions .btn{max-width:280px}@media (width>=480px){.cta-section .cta-content .cta-actions .btn{max-width:none}}.disclaimer-section{background:#ffd7000d;border-top:1px solid #ffd70033;border-bottom:1px solid #ffd70033;padding:1.5rem 0}@media (width>=768px){.disclaimer-section{padding:2rem 0}}.disclaimer-section .disclaimer-content{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}@media (width>=768px){.disclaimer-section .disclaimer-content{text-align:left;flex-direction:row;align-items:start;gap:1.5rem}}.disclaimer-section .disclaimer-content .disclaimer-icon{color:var(--gold-primary);flex-shrink:0;font-size:1.5rem}@media (width>=768px){.disclaimer-section .disclaimer-content .disclaimer-icon{font-size:2rem}}.disclaimer-section .disclaimer-content .disclaimer-text h4{color:var(--gold-primary);margin-bottom:.25rem;font-size:1rem}@media (width>=768px){.disclaimer-section .disclaimer-content .disclaimer-text h4{margin-bottom:.5rem;font-size:1.1rem}}.disclaimer-section .disclaimer-content .disclaimer-text p{color:var(--dark-text-secondary);font-size:.85rem;line-height:1.6}@media (width>=768px){.disclaimer-section .disclaimer-content .disclaimer-text p{font-size:.9rem}}@keyframes scrollWheel{0%,to{opacity:1;transform:translate(-50%)translateY(0)}50%{opacity:0;transform:translate(-50%)translateY(20px)}}.home-sections.hidden,.sarms-sections.hidden{display:none!important}.home-sections:not(.hidden),.sarms-sections:not(.hidden){animation:.5s fadeIn;display:block!important}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.navbar,.announcement-bar,.footer,.btn{display:none!important}.home{color:#000!important;background:#fff!important}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes pulse-gold{0%,to{box-shadow:0 0 #ffd70066}50%{box-shadow:0 0 0 10px #ffd70000}}.shop{color:#e0e0e0;background:#050505;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.shop__hero{background:linear-gradient(135deg,#111 0%,#1a1a1a 50%,#0a0a0a);border-bottom:1px solid #1a1a1a;padding:100px clamp(16px,4vw,20px) clamp(40px,6vw,60px);position:relative;overflow:hidden}.shop__hero:before{content:"";pointer-events:none;background:radial-gradient(at 20%,#ffd70008 0%,#0000 50%),radial-gradient(at 80%,#ffd70008 0%,#0000 50%);position:absolute;inset:0}.shop__hero-content{text-align:center;z-index:1;max-width:min(1200px,95%);margin:0 auto;padding:0 clamp(8px,2vw,16px);position:relative}.shop__hero-title{letter-spacing:-.02em;margin-bottom:clamp(12px,2vw,16px);font-size:clamp(1.75rem,5vw,4rem);font-weight:800;line-height:1.2}.text-gradient{background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.text-gradient:after{content:"";background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);border-radius:2px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.shop__hero-subtitle{color:#a0a0a0;max-width:min(600px,90%);margin:0 auto;padding:0 clamp(8px,2vw,16px);font-size:clamp(.9rem,2vw,1.125rem);line-height:1.6}.shop__container{max-width:min(1400px,98%);margin:0 auto;padding:clamp(20px,4vw,60px) clamp(12px,3vw,40px)}.shop__mobile-filter-toggle{color:#e0e0e0;cursor:pointer;background:#111;border:1px solid #1a1a1a;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:clamp(16px,3vw,24px);padding:clamp(10px,2.5vw,12px) clamp(16px,4vw,20px);font-size:clamp(.85rem,2vw,.9rem);font-weight:600;transition:all .3s;display:flex}@media (width>=768px){.shop__mobile-filter-toggle{display:none}}.shop__mobile-filter-toggle:hover{background:#1c1c1c;border-color:gold}.shop__mobile-filter-toggle svg{flex-shrink:0;width:clamp(18px,4vw,20px);height:clamp(18px,4vw,20px)}.shop__mobile-filter-toggle .filter-badge{color:#0a0a0a;background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);border-radius:50%;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:auto;padding:0 6px;font-size:.75rem;font-weight:700;display:flex}.shop__layout{grid-template-columns:minmax(260px,280px) 1fr;gap:clamp(16px,3vw,40px);display:grid}@media (width<=768px){.shop__layout{grid-template-columns:1fr;gap:clamp(12px,2vw,24px)}}.shop__sidebar{background:#111;border:1px solid #1a1a1a;border-radius:16px;height:fit-content;max-height:calc(100vh - 48px);padding:clamp(16px,3vw,24px);position:sticky;top:clamp(16px,3vw,24px);overflow-y:auto}.shop__sidebar::-webkit-scrollbar{width:6px;height:6px}.shop__sidebar::-webkit-scrollbar-track{background:#0a0a0a}.shop__sidebar::-webkit-scrollbar-thumb{background:#c9a227;border-radius:3px}@media (width<=768px){.shop__sidebar{z-index:1000;border-radius:0;width:min(320px,85%);max-height:100vh;padding-top:clamp(60px,10vh,80px);transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;inset:0;transform:translate(-100%)}.shop__sidebar--mobile-open{transform:translate(0);box-shadow:4px 0 24px #00000080}}.shop__sidebar-header{border-bottom:1px solid #1a1a1a;justify-content:space-between;align-items:center;gap:12px;margin-bottom:clamp(16px,3vw,24px);padding-bottom:16px;display:flex}.shop__sidebar-header h3{color:#e0e0e0;margin:0;font-size:clamp(1.1rem,2.5vw,1.25rem);font-weight:700}@media (width>=768px){.shop__close-sidebar{display:none}}.shop__clear-filters{color:gold;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #1a1a1a;border-radius:6px;padding:6px 12px;font-size:.8rem;font-weight:600;transition:all .2s}.shop__clear-filters:hover{background:#ffd7001a;border-color:gold}.shop__close-sidebar{color:#e0e0e0;cursor:pointer;background:#0a0a0a;border:1px solid #1a1a1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.shop__close-sidebar:hover{color:gold;border-color:gold}.shop__close-sidebar svg{width:20px;height:20px}.shop__filter-section{margin-bottom:clamp(20px,4vw,28px)}.shop__filter-section:last-child{margin-bottom:0}.shop__filter-title{text-transform:uppercase;letter-spacing:.05em;color:#a0a0a0;margin-bottom:clamp(12px,2.5vw,16px);font-size:clamp(.8rem,2vw,.875rem);font-weight:700}.shop__search-box{align-items:center;display:flex;position:relative}.shop__search-box svg{color:#a0a0a0;pointer-events:none;width:clamp(16px,3.5vw,20px);height:clamp(16px,3.5vw,20px);position:absolute;left:12px}.shop__search-box input{color:#e0e0e0;background:#0a0a0a;border:1px solid #1a1a1a;border-radius:10px;width:100%;padding:clamp(10px,2.5vw,12px) 40px;font-size:clamp(.85rem,2vw,.9rem);transition:all .2s}.shop__search-box input::placeholder{color:#a0a0a0}.shop__search-box input:focus{border-color:gold;outline:none;box-shadow:0 0 0 3px #ffd7001a}.shop__search-box .shop__search-clear{color:#a0a0a0;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;right:8px}.shop__search-box .shop__search-clear:hover{color:#e0e0e0;background:#ffffff1a}.shop__search-box .shop__search-clear svg{width:16px;height:16px;position:static}.shop__category-list{flex-direction:column;gap:4px;display:flex}.shop__category-item{flex-direction:column;display:flex}.shop__category-btn{color:#a0a0a0;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:clamp(8px,2vw,10px) 12px;font-size:clamp(.85rem,2vw,.9rem);font-weight:500;transition:all .2s;display:flex}.shop__category-btn:hover{color:#e0e0e0;background:#ffffff08}.shop__category-btn.active{color:gold;background:#ffd7001a;border-color:gold;font-weight:600}.shop__category-btn.active .count{color:#0a0a0a;background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227)}.shop__category-btn span:first-child{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.shop__category-btn .count{color:#a0a0a0;background:#0a0a0a;border-radius:12px;flex-shrink:0;padding:2px 8px;font-size:.75rem;font-weight:600;transition:all .2s}.shop__subcategory-list{border-left:2px solid #1a1a1a;flex-direction:column;gap:2px;margin-top:4px;padding:4px 0 4px clamp(12px,3vw,16px);display:flex}.shop__subcategory-btn{color:#a0a0a0;cursor:pointer;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:6px;padding:clamp(6px,1.5vw,8px) 12px;font-size:clamp(.8rem,1.8vw,.85rem);transition:all .2s;overflow:hidden}.shop__subcategory-btn:hover{color:#e0e0e0;background:#ffffff08}.shop__subcategory-btn.active{color:gold;background:#ffd7000d;border-color:#ffd7004d;font-weight:600}.shop__price-inputs{align-items:center;gap:clamp(8px,2vw,12px);margin-bottom:16px;display:flex}.shop__price-input{background:#0a0a0a;border:1px solid #1a1a1a;border-radius:8px;flex:1;align-items:center;gap:8px;min-width:0;padding:clamp(6px,1.5vw,8px) 12px;display:flex}.shop__price-input span{color:gold;flex-shrink:0;font-size:clamp(.85rem,2vw,.9rem);font-weight:600}.shop__price-input input{color:#e0e0e0;background:0 0;border:none;width:100%;min-width:0;font-size:clamp(.85rem,2vw,.9rem);font-weight:600}.shop__price-input input:focus{outline:none}.shop__price-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.shop__price-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.shop__price-separator{color:#a0a0a0;flex-shrink:0;font-weight:600}.shop__price-slider{-webkit-appearance:none;background:#0a0a0a;border-radius:2px;outline:none;width:100%;height:4px}.shop__price-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);border-radius:50%;width:clamp(16px,4vw,18px);height:clamp(16px,4vw,18px);transition:transform .2s;box-shadow:0 2px 8px #ffd70066}.shop__price-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.shop__price-slider::-moz-range-thumb{cursor:pointer;background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);border:none;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 8px #ffd70066}.shop__checkbox-label{cursor:pointer;color:#e0e0e0;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;font-size:clamp(.85rem,2vw,.9rem);display:flex}.shop__checkbox-label input{display:none}.shop__checkbox-label .checkmark{border:2px solid #1a1a1a;border-radius:5px;flex-shrink:0;width:clamp(18px,4vw,20px);height:clamp(18px,4vw,20px);transition:all .2s;position:relative}.shop__checkbox-label .checkmark:after{content:"✓";color:#0a0a0a;font-size:.8rem;font-weight:700;transition:transform .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.shop__checkbox-label input:checked+.checkmark{background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);border-color:gold}.shop__checkbox-label input:checked+.checkmark:after{transform:translate(-50%,-50%)scale(1)}.shop__checkbox-label:hover .checkmark{border-color:#c9a227}.shop__active-filters{border-top:1px solid #1a1a1a;padding-top:20px}.shop__filter-tags{flex-wrap:wrap;gap:8px;display:flex}.filter-tag{color:gold;cursor:pointer;background:#ffd7001a;border:1px solid #ffd7004d;border-radius:20px;align-items:center;gap:6px;max-width:100%;padding:6px 12px;font-size:clamp(.75rem,1.8vw,.8rem);font-weight:500;transition:all .2s;display:inline-flex;overflow:hidden}.filter-tag:hover{background:#ffd70033;border-color:gold}.filter-tag:hover svg{transform:rotate(90deg)}.filter-tag svg{flex-shrink:0;width:14px;height:14px;transition:transform .2s}.filter-tag span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shop__main{min-width:0}.shop__toolbar{background:#111;border:1px solid #1a1a1a;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:clamp(12px,2vw,16px);margin-bottom:clamp(16px,3vw,24px);padding:clamp(16px,3vw,20px) clamp(16px,3vw,24px);display:flex}@media (width<=480px){.shop__toolbar{flex-direction:column;align-items:stretch}}.shop__results-info{flex-wrap:wrap;align-items:center;gap:8px;font-size:clamp(.85rem,2vw,.95rem);display:flex}.shop__results-count{color:#e0e0e0;font-weight:700}.shop__category-label{color:#a0a0a0}.shop__category-label:before{content:"";vertical-align:middle;background:gold;border-radius:50%;width:4px;height:4px;margin-right:8px;display:inline-block}.shop__controls{align-items:center;gap:clamp(8px,2vw,16px);display:flex}@media (width<=480px){.shop__controls{justify-content:space-between;width:100%}}.shop__sort{position:relative}.shop__sort select{appearance:none;color:#e0e0e0;cursor:pointer;background:#0a0a0a;border:1px solid #1a1a1a;border-radius:8px;min-width:140px;padding:clamp(8px,2vw,10px) 40px clamp(8px,2vw,10px) 16px;font-size:clamp(.85rem,2vw,.9rem);font-weight:500;transition:all .2s}.shop__sort select:hover,.shop__sort select:focus{border-color:gold;outline:none}.shop__sort svg{pointer-events:none;color:#a0a0a0;width:16px;height:16px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.shop__view-toggle{background:#0a0a0a;border-radius:8px;flex-shrink:0;gap:4px;padding:4px;display:flex}.shop__view-toggle button{color:#a0a0a0;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:clamp(32px,8vw,36px);height:clamp(32px,8vw,36px);transition:all .2s;display:flex}.shop__view-toggle button:hover{color:#e0e0e0;background:#ffffff0d}.shop__view-toggle button.active{color:gold;background:#111;border-color:gold;box-shadow:0 2px 8px #0000004d}.shop__view-toggle button svg{width:clamp(16px,4vw,20px);height:clamp(16px,4vw,20px)}.shop__products{gap:clamp(16px,3vw,24px);display:grid}.shop__products--grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr))}@media (width<=480px){.shop__products--grid{grid-template-columns:repeat(2,1fr);gap:clamp(12px,3vw,16px)}}@media (width<=360px){.shop__products--grid{grid-template-columns:1fr}}.shop__products--list{grid-template-columns:1fr;gap:clamp(12px,2vw,16px)}.shop__product-card{background:#111;border:1px solid #1a1a1a;border-radius:16px;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.shop__product-card:hover{border-color:gold;box-shadow:0 0 20px #ffd70033}.shop__product-card--grid{height:100%}.shop__product-card--list{grid-template-columns:clamp(120px,25vw,200px) 1fr;display:grid}@media (width<=768px){.shop__product-card--list{grid-template-columns:clamp(100px,20vw,140px) 1fr}}@media (width<=480px){.shop__product-card--list{grid-template-columns:1fr}}.shop__product-image-wrapper{background:#0a0a0a;position:relative;overflow:hidden}.shop__product-card--grid .shop__product-image-wrapper{aspect-ratio:1}.shop__product-card--list .shop__product-image-wrapper{aspect-ratio:1;height:100%}@media (width<=480px){.shop__product-card--list .shop__product-image-wrapper{aspect-ratio:16/9;height:auto}}.shop__product-image-wrapper:hover .shop__product-actions{opacity:1;transform:translateY(0)}.shop__product-image-wrapper:hover .shop__product-image{transform:scale(1.05)}.shop__product-image{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.shop__product-badge{text-transform:uppercase;letter-spacing:.05em;z-index:2;text-overflow:ellipsis;white-space:nowrap;border-radius:20px;max-width:calc(100% - 24px);padding:clamp(4px,1vw,6px) clamp(8px,2vw,12px);font-size:clamp(.65rem,1.5vw,.75rem);font-weight:700;position:absolute;top:clamp(8px,2vw,12px);left:clamp(8px,2vw,12px);overflow:hidden}.shop__product-badge--bestseller{color:#0a0a0a;background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);box-shadow:0 4px 12px #ffd7004d}.shop__product-badge--low-stock{color:#fff;background:#ff6b35}.shop__product-badge--out-of-stock{color:#fff;background:#ff4757}.shop__product-actions{opacity:0;z-index:3;background:linear-gradient(#0000,#000c);padding:clamp(12px,3vw,16px);transition:all .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}@media (width<=768px){.shop__product-actions{opacity:1;padding:12px;transform:translateY(0)}}.shop__quick-view{color:gold;cursor:pointer;background:#111;border:1px solid gold;border-radius:8px;width:100%;padding:clamp(10px,2.5vw,12px);font-size:clamp(.8rem,2vw,.85rem);font-weight:600;transition:all .2s}.shop__quick-view:hover{color:#0a0a0a;background:gold}.shop__product-info{flex-direction:column;flex:1;min-width:0;padding:clamp(16px,3vw,20px);display:flex}@media (width>=768px){.shop__product-card--list .shop__product-info{padding:clamp(16px,3vw,24px)}}.shop__product-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:clamp(8px,2vw,12px);display:flex}.shop__product-category{color:gold;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#0a0a0a;border-radius:4px;padding:4px 10px;font-size:clamp(.7rem,1.5vw,.75rem);font-weight:600}.shop__product-subcategory{color:#a0a0a0;white-space:nowrap;text-overflow:ellipsis;font-size:clamp(.75rem,1.8vw,.8rem);overflow:hidden}.shop__product-subcategory:before{content:"/";color:#1a1a1a;margin-right:8px}.shop__product-name{margin-bottom:clamp(6px,1.5vw,8px);font-size:clamp(1rem,2.5vw,1.1rem);font-weight:700;line-height:1.3}.shop__product-name a{color:#e0e0e0;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-decoration:none;transition:color .2s;display:-webkit-box;overflow:hidden}.shop__product-name a:hover{color:gold}.shop__product-card--list .shop__product-name{font-size:clamp(1.1rem,2.5vw,1.25rem)}.shop__product-description{color:#a0a0a0;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:clamp(12px,2.5vw,16px);font-size:clamp(.85rem,2vw,.9rem);line-height:1.5;display:-webkit-box;overflow:hidden}.shop__product-card--list .shop__product-description{-webkit-line-clamp:3}@media (width<=480px){.shop__product-description{-webkit-line-clamp:2}}.shop__product-rating{align-items:center;gap:8px;margin-bottom:clamp(12px,2.5vw,16px);display:flex}.shop__product-rating .stars{color:gold;letter-spacing:2px;font-size:clamp(.85rem,2vw,.9rem)}.shop__product-rating .rating-count{color:#a0a0a0;font-size:clamp(.8rem,1.8vw,.85rem)}.shop__product-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;margin-bottom:clamp(12px,2.5vw,16px);display:flex}@media (width<=480px){.shop__product-footer{flex-direction:column;align-items:flex-start}}.shop__product-price{align-items:baseline;gap:4px;display:flex}.shop__product-price .currency{color:gold;font-size:clamp(.85rem,2vw,.9rem);font-weight:600}.shop__product-price .amount{color:#e0e0e0;letter-spacing:-.02em;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:800}.shop__product-stock .stock-indicator{align-items:center;gap:6px;font-size:clamp(.8rem,1.8vw,.85rem);font-weight:600;display:inline-flex}.shop__product-stock .stock-indicator.in-stock{color:#4ade80}.shop__product-stock .stock-indicator.out-of-stock{color:#ef4444}.shop__product-cart{margin-top:auto}.shop__add-btn{color:#0a0a0a;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);border:none;border-radius:10px;width:100%;padding:clamp(12px,3vw,14px) clamp(16px,4vw,24px);font-size:clamp(.9rem,2.2vw,.95rem);font-weight:700;transition:all .3s}.shop__add-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #ffd7004d}.shop__add-btn:active:not(:disabled){transform:translateY(0)}.shop__add-btn:disabled,.shop__add-btn.disabled{color:#666;cursor:not-allowed;box-shadow:none;background:#333;transform:none}.shop__quantity-control{background:#0a0a0a;border:1px solid #1a1a1a;border-radius:10px;justify-content:space-between;align-items:center;padding:4px;display:flex}.shop__quantity-control button{color:#e0e0e0;cursor:pointer;background:#111;border:1px solid #1a1a1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:clamp(32px,8vw,36px);height:clamp(32px,8vw,36px);font-size:clamp(1rem,2.5vw,1.2rem);font-weight:600;transition:all .2s;display:flex}.shop__quantity-control button:hover:not(:disabled){color:gold;border-color:gold}.shop__quantity-control button:disabled{opacity:.3;cursor:not-allowed}.shop__quantity-control span{color:#e0e0e0;text-align:center;min-width:40px;padding:0 8px;font-size:clamp(.9rem,2.2vw,1rem);font-weight:700}.shop__empty{text-align:center;background:#111;border:1px solid #1a1a1a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:clamp(40px,10vw,80px) clamp(20px,5vw,40px);display:flex}.shop__empty-icon{opacity:.5;margin-bottom:clamp(16px,4vw,24px);font-size:clamp(2.5rem,8vw,4rem)}.shop__empty h3{color:#e0e0e0;margin-bottom:8px;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700}.shop__empty p{color:#a0a0a0;max-width:min(400px,90%);margin-bottom:clamp(16px,4vw,24px);font-size:clamp(.9rem,2vw,1rem)}.shop__empty .btn{color:gold;cursor:pointer;background:0 0;border:2px solid gold;border-radius:8px;padding:clamp(10px,2.5vw,12px) clamp(24px,6vw,32px);font-size:clamp(.9rem,2vw,.95rem);font-weight:600;transition:all .3s}.shop__empty .btn:hover{color:#0a0a0a;background:gold}.skeleton{background:linear-gradient(90deg,#111 25%,#1e1e1e 50%,#111 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}.in-stock{color:#4ade80!important}.out-of-stock{color:#ef4444!important}.low-stock{color:#ff6b35!important}.shop__sidebar-overlay{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#000000b3;transition:opacity .3s;display:none;position:fixed;inset:0}@media (width<=768px){.shop__sidebar-overlay{display:block}.shop__sidebar-overlay.active{opacity:1}}@media (prefers-reduced-motion:reduce){.shop__product-card,.shop__product-image,.shop__product-actions,.shop__sidebar,.shop__add-btn{transition:none!important;animation:none!important}}@media print{.shop__mobile-filter-toggle,.shop__sidebar,.shop__product-actions,.shop__add-btn,.shop__quantity-control{display:none!important}.shop__product-card{break-inside:avoid;border:1px solid #ccc}}:root{--dark-bg:#0a0a0a;--darker-bg:#050505;--dark-card:#111;--dark-border:#1a1a1a;--dark-text:#e0e0e0;--dark-text-secondary:#a0a0a0;--dark-muted:#888;--gold-primary:gold;--gold-secondary:#ffed4e;--gold-accent:#c9a227;--gold-light:#fff8dc;--gold-dark:#b8860b;--gold-glow:#ffd7004d;--gradient-gold:linear-gradient(135deg, gold 0%, #ffc107 50%, #b8860b 100%);--gradient-dark:linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a);--shadow-glow:0 0 20px #ffd70033;--shadow-dark:0 4px 20px #00000080}*{box-sizing:border-box;margin:0;padding:0}.contact-page{background:var(--dark-bg);color:var(--dark-text);width:100%;min-height:100vh;font-family:Poppins,sans-serif;position:relative;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (width<=768px){.container{padding:0 1rem}}@media (width<=480px){.container{padding:0 .75rem}}@media (width>=768px){.section-padding{padding:6rem 1rem}}@media (width>=1200px){.section-padding{padding:8rem 1rem}}.contact-hero{height:80vh;min-height:600px;position:relative;overflow:hidden}@media (width<=1024px){.contact-hero{height:70vh;min-height:500px}}@media (width<=768px){.contact-hero{height:60vh;min-height:400px}}@media (width<=480px){.contact-hero{height:50vh;min-height:350px}}.contact-hero .hero-banner{width:100%;height:100%;position:absolute;top:0;left:0}.contact-hero .hero-banner .banner-image{object-fit:cover;object-position:center;filter:brightness(.6);width:100%;height:100%;animation:20s ease-in-out infinite alternate zoomIn}@media (width<=768px){.contact-hero .hero-banner .banner-image{object-position:30% center}}.contact-hero .hero-banner .banner-overlay{background:linear-gradient(135deg,#0a0a0ae6 0%,#1a1a1ab3 50%,#0a0a0ae6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.contact-hero .hero-content{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:0 1.5rem;display:flex;position:relative}@media (width<=480px){.contact-hero .hero-content{padding:0 1rem}}.contact-hero .hero-content h1{margin-bottom:1.5rem;font-size:clamp(2rem,8vw,4rem);font-weight:800;line-height:1.2;animation:1s ease-out fadeInUp}@media (width<=480px){.contact-hero .hero-content h1{margin-bottom:1rem}}.contact-hero .hero-content h1 .text-gradient{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.contact-hero .hero-content .hero-subtitle{color:var(--gold-light);opacity:.9;max-width:700px;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:0 1rem;font-size:clamp(.95rem,3vw,1.3rem);line-height:1.6;animation:1s ease-out .2s both fadeInUp}@media (width<=768px){.contact-hero .hero-content .hero-subtitle{margin-bottom:1.5rem}}@media (width<=480px){.contact-hero .hero-content .hero-subtitle{margin-bottom:1.2rem}}.contact-hero .hero-content .hero-cta{flex-wrap:wrap;justify-content:center;gap:1.5rem;padding:0 1rem;animation:1s ease-out .4s both fadeInUp;display:flex}@media (width<=480px){.contact-hero .hero-content .hero-cta{gap:1rem;width:100%}}.contact-hero .hero-content .hero-cta .btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;min-width:200px;padding:clamp(.8rem,2vw,1rem) clamp(1.5rem,3vw,2rem);font-size:clamp(.9rem,2.5vw,1.1rem);font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}@media (width<=480px){.contact-hero .hero-content .hero-cta .btn{width:100%;min-width:auto;max-width:280px}}.contact-hero .hero-content .hero-cta .btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #ffd7004d}.contact-hero .hero-content .hero-cta .btn-primary{background:var(--gradient-gold);color:var(--dark-bg);font-weight:700}.contact-hero .hero-content .hero-cta .btn-primary:hover{background:linear-gradient(135deg,#ffc107 0%,gold 50%,#ffc107 100%)}.contact-hero .hero-content .hero-cta .btn-outline{border:2px solid var(--gold-primary);color:var(--gold-primary);background:0 0}.contact-hero .hero-content .hero-cta .btn-outline:hover{background:var(--gold-primary);color:var(--dark-bg)}.contact-hero .hero-content .hero-cta .btn-icon{font-size:1.2rem}.chat-widget{z-index:1000;position:fixed;bottom:2rem;right:2rem}@media (width<=768px){.chat-widget{bottom:1rem;right:1rem}}@media (width<=480px){.chat-widget{bottom:.75rem;right:.75rem}}.chat-widget.open .chat-toggle{background:var(--dark-card);color:var(--gold-primary);transform:scale(.9)}.chat-toggle{background:var(--gradient-gold);width:60px;height:60px;color:var(--dark-bg);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 20px #ffd70066}@media (width<=768px){.chat-toggle{width:50px;height:50px;font-size:1.3rem}}@media (width<=480px){.chat-toggle{width:45px;height:45px;font-size:1.2rem}}.chat-toggle:hover{transform:scale(1.1);box-shadow:0 6px 25px #ffd70080}.chat-toggle .chat-badge{color:#fff;background:#ff4757;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;animation:2s infinite pulse;display:flex;position:absolute;top:-5px;right:-5px}@media (width<=480px){.chat-toggle .chat-badge{width:20px;height:20px;font-size:.65rem}}.chat-window{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:20px;flex-direction:column;width:380px;height:500px;animation:.3s slideUp;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;box-shadow:0 10px 40px #00000080}@media (width<=768px){.chat-window{width:340px;height:480px;bottom:70px}}@media (width<=480px){.chat-window{border-radius:20px 20px 0 0;width:100%;height:80vh;max-height:600px;animation:.3s slideUpMobile;position:fixed;inset:auto auto 0 0}}@media (width<=380px){.chat-window{height:85vh;max-height:550px}}@keyframes slideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.chat-header{background:var(--gradient-gold);flex-shrink:0;justify-content:space-between;align-items:center;padding:clamp(.75rem,2vw,1rem) clamp(1rem,3vw,1.5rem);display:flex}@media (width<=480px){.chat-header{padding:.75rem 1rem}}.chat-header .chat-header-info{align-items:center;gap:clamp(.75rem,2vw,1rem);display:flex}.chat-header .chat-avatar{background:var(--dark-bg);width:clamp(32px,8vw,40px);height:clamp(32px,8vw,40px);color:var(--gold-primary);border-radius:50%;justify-content:center;align-items:center;font-size:clamp(1rem,3vw,1.2rem);display:flex}.chat-header .chat-title h4{color:var(--dark-bg);margin:0;font-size:clamp(.9rem,2.5vw,1rem);font-weight:700}.chat-header .chat-title .chat-status{color:var(--dark-bg);opacity:.8;align-items:center;gap:.5rem;font-size:clamp(.75rem,2vw,.85rem);display:flex}.chat-header .chat-title .chat-status .status-dot{background:#2ed573;border-radius:50%;width:8px;height:8px}.chat-header .chat-title .chat-status .status-dot.online{animation:2s infinite pulse}.chat-header .chat-close{color:var(--dark-bg);cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;font-size:clamp(1rem,3vw,1.2rem);transition:opacity .2s;display:flex}.chat-header .chat-close:hover{opacity:1}.chat-messages{background:var(--darker-bg);flex-direction:column;flex:1;gap:clamp(.75rem,2vw,1rem);padding:clamp(1rem,3vw,1.5rem);display:flex;overflow-y:auto}@media (width<=480px){.chat-messages{padding:1rem}}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:var(--dark-border);border-radius:3px}.chat-message{gap:.75rem;max-width:85%;display:flex}@media (width<=480px){.chat-message{max-width:90%}}.chat-message.user{flex-direction:row-reverse;align-self:flex-end}.chat-message.user .message-avatar{background:var(--gold-primary);color:var(--dark-bg)}.chat-message.user .message-content{background:var(--gold-primary);color:var(--dark-bg);border-bottom-right-radius:4px}.chat-message.user .message-content .message-time{color:#0009}.chat-message.bot{align-self:flex-start}.chat-message.bot .message-avatar{background:var(--dark-border);color:var(--gold-primary)}.chat-message.bot .message-content{background:var(--dark-card);border:1px solid var(--dark-border);color:var(--dark-text);border-bottom-left-radius:4px}.chat-message .message-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;display:flex}@media (width<=480px){.chat-message .message-avatar{width:28px;height:28px;font-size:.8rem}}.chat-message .message-content{word-wrap:break-word;border-radius:18px;max-width:100%;padding:.75rem 1rem;font-size:clamp(.85rem,2vw,.9rem);line-height:1.4;position:relative}@media (width<=480px){.chat-message .message-content{padding:.6rem .85rem}}.chat-message .message-content p{word-break:break-word;margin:0}.chat-message .message-content .message-time{opacity:.7;margin-top:.25rem;font-size:.7rem;display:block}.chat-message.typing .typing-indicator{gap:4px;padding:.5rem 0;display:flex}.chat-message.typing .typing-indicator span{background:var(--gold-primary);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both typing}.chat-message.typing .typing-indicator span:first-child{animation-delay:-.32s}.chat-message.typing .typing-indicator span:nth-child(2){animation-delay:-.16s}.chat-input-area{background:var(--dark-card);border-top:1px solid var(--dark-border);flex-shrink:0;align-items:center;gap:.75rem;padding:clamp(.75rem,2vw,1rem) clamp(.75rem,3vw,1.5rem);display:flex}@media (width<=480px){.chat-input-area{gap:.5rem;padding:.75rem}}.chat-input-area .chat-tool-btn{color:var(--dark-text-secondary);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;font-size:clamp(1rem,3vw,1.2rem);transition:color .2s;display:flex}@media (width<=480px){.chat-input-area .chat-tool-btn{padding:.4rem}}.chat-input-area .chat-tool-btn:hover{color:var(--gold-primary)}.chat-input-area .chat-input{background:var(--dark-bg);border:1px solid var(--dark-border);color:var(--dark-text);border-radius:25px;outline:none;flex:1;min-width:0;padding:clamp(.6rem,2vw,.75rem) clamp(.75rem,2vw,1rem);font-size:clamp(.85rem,2vw,.9rem);transition:border-color .2s}.chat-input-area .chat-input:focus{border-color:var(--gold-primary)}.chat-input-area .chat-input::placeholder{color:var(--dark-muted)}.chat-input-area .chat-send-btn{background:var(--gradient-gold);width:clamp(36px,8vw,40px);height:clamp(36px,8vw,40px);color:var(--dark-bg);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:clamp(.9rem,2.5vw,1rem);transition:all .2s;display:flex}@media (width<=480px){.chat-input-area .chat-send-btn{width:32px;height:32px;font-size:.9rem}}.chat-input-area .chat-send-btn:hover:not(:disabled){transform:scale(1.1);box-shadow:0 4px 12px #ffd70066}.chat-input-area .chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.section-header .section-title .text-gradient{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.section-header .section-subtitle{color:var(--dark-text-secondary);max-width:600px;margin:0 auto;padding:0 1rem;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.6}.contact-form-section{background:var(--gradient-dark);border-top:1px solid #ffd7001a;border-bottom:1px solid #ffd7001a}.contact-form-section .form-container{-webkit-backdrop-filter:blur(10px);background:#1a1a1ab3;border:1px solid #ffd7001a;border-radius:20px;max-width:900px;margin:0 auto;padding:clamp(1.5rem,5vw,4rem);box-shadow:0 20px 40px #0000004d,0 0 60px #ffd7000d}@media (width<=768px){.contact-form-section .form-container{margin:0 1rem;padding:clamp(1.5rem,4vw,2rem)}}@media (width<=480px){.contact-form-section .form-container{margin:0 .75rem;padding:1.25rem}}.contact-form-section .form-header{text-align:center;margin-bottom:clamp(2rem,5vw,3rem)}.contact-form-section .form-header h2{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(1.6rem,4vw,2.5rem)}.contact-form-section .form-header p{color:var(--dark-text-secondary);max-width:600px;margin:0 auto;padding:0 1rem;font-size:clamp(.95rem,2.5vw,1.1rem)}.contact-form-section .contact-form .form-row{grid-template-columns:1fr 1fr;gap:clamp(1rem,3vw,2rem);margin-bottom:clamp(1.5rem,3vw,2rem);display:grid}@media (width<=768px){.contact-form-section .contact-form .form-row{grid-template-columns:1fr;gap:1.5rem}}.contact-form-section .contact-form .form-group label{color:var(--gold-light);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:clamp(.95rem,2vw,1.1rem);font-weight:500;display:flex}.contact-form-section .contact-form .form-group label .form-icon{color:var(--gold-primary);font-size:1rem}.contact-form-section .contact-form .form-group input,.contact-form-section .contact-form .form-group select,.contact-form-section .contact-form .form-group textarea{border:1px solid var(--dark-border);width:100%;color:var(--dark-text);background:#ffffff0d;border-radius:10px;padding:clamp(.8rem,2vw,1rem) clamp(1rem,2.5vw,1.5rem);font-family:inherit;font-size:clamp(.9rem,2vw,1rem);transition:all .3s}.contact-form-section .contact-form .form-group input:focus,.contact-form-section .contact-form .form-group select:focus,.contact-form-section .contact-form .form-group textarea:focus{border-color:var(--gold-primary);background:#ffffff14;outline:none;box-shadow:0 0 0 3px #ffd7001a}.contact-form-section .contact-form .form-group input::placeholder,.contact-form-section .contact-form .form-group textarea::placeholder{color:var(--dark-muted)}.contact-form-section .contact-form .form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23FFD700' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:3rem}.contact-form-section .contact-form .form-group select option{background:var(--dark-card);color:var(--dark-text)}.contact-form-section .contact-form .form-group textarea{resize:vertical;min-height:clamp(120px,20vh,150px)}.contact-form-section .contact-form .form-actions{margin-top:clamp(2rem,4vw,3rem)}.contact-form-section .contact-form .privacy-agreement{background:#ffd7000d;border:1px solid #ffd7001a;border-radius:10px;align-items:flex-start;gap:1rem;margin-bottom:clamp(1.5rem,3vw,2rem);padding:clamp(1rem,2.5vw,1.5rem);display:flex}@media (width<=480px){.contact-form-section .contact-form .privacy-agreement{gap:.75rem;padding:.75rem}}.contact-form-section .contact-form .privacy-agreement input[type=checkbox]{width:20px;height:20px;accent-color:var(--gold-primary);cursor:pointer;flex-shrink:0;margin-top:.25rem}@media (width<=480px){.contact-form-section .contact-form .privacy-agreement input[type=checkbox]{width:18px;height:18px}}.contact-form-section .contact-form .privacy-agreement label{color:var(--dark-text);cursor:pointer;font-size:clamp(.85rem,2vw,.95rem);line-height:1.5}.contact-form-section .contact-form .btn-primary{background:var(--gradient-gold);color:var(--dark-bg);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:1rem;width:100%;padding:clamp(1rem,2.5vw,1.25rem) clamp(2rem,4vw,3rem);font-size:clamp(1rem,2.5vw,1.2rem);font-weight:700;transition:all .3s;display:flex}@media (width<=480px){.contact-form-section .contact-form .btn-primary{padding:.9rem 1.5rem}}.contact-form-section .contact-form .btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 30px #ffd7004d}.contact-form-section .contact-form .btn-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.contact-form-section .contact-form .btn-primary .btn-icon{font-size:1.2rem}.contact-faq{background:var(--gradient-dark)}.contact-faq .faq-list{max-width:900px;margin:0 auto;padding:0 1rem}.contact-faq .faq-item{-webkit-backdrop-filter:blur(10px);background:#1a1a1ab3;border:1px solid #ffd7001a;border-radius:15px;align-items:flex-start;gap:clamp(1rem,3vw,1.5rem);margin-bottom:1.5rem;padding:clamp(1.5rem,3vw,2rem);transition:all .3s;display:flex}@media (width<=768px){.contact-faq .faq-item{text-align:center;flex-direction:column;align-items:center;padding:1.5rem}}@media (width<=480px){.contact-faq .faq-item{margin-bottom:1rem;padding:1.25rem}}.contact-faq .faq-item:hover{border-color:#ffd7004d;transform:translate(5px)}@media (width<=768px){.contact-faq .faq-item:hover{transform:translateY(-3px)}}.contact-faq .faq-item:hover .faq-icon-wrapper{background:var(--gradient-gold);transform:scale(1.1)rotate(5deg)}.contact-faq .faq-item:hover .faq-icon-wrapper .icon{color:var(--dark-bg)}.contact-faq .faq-item:last-child{margin-bottom:0}.contact-faq .faq-icon-wrapper{background:#ffd7001a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:clamp(50px,10vw,60px);height:clamp(50px,10vw,60px);transition:all .3s;display:flex}.contact-faq .faq-icon-wrapper .icon{color:var(--gold-primary);font-size:clamp(1.5rem,4vw,1.8rem);transition:all .3s}.contact-faq .faq-content{flex:1}.contact-faq h3{color:var(--gold-light);align-items:center;gap:.5rem;margin-bottom:clamp(.75rem,2vw,1rem);font-size:clamp(1.1rem,3vw,1.3rem);font-weight:600;display:flex}@media (width<=768px){.contact-faq h3{justify-content:center}}.contact-faq p{color:var(--dark-text);font-size:clamp(.9rem,2.5vw,1.05rem);line-height:1.8}@keyframes zoomIn{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes pulse{0%,to{box-shadow:0 0 #d4af3766}50%{box-shadow:0 0 20px #d4af3733}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--dark-card)}::-webkit-scrollbar-thumb{background:var(--gradient-gold);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#ffc107 0%,gold 50%,#ffc107 100%)}@media (width<=768px){.section-padding{padding:3rem 1rem}.section-header{margin-bottom:2.5rem}}@media (width<=480px){.section-padding{padding:2.5rem .75rem}.section-header{margin-bottom:2rem}}@supports (padding:max(0px)){.chat-window{padding-bottom:max(0px, env(safe-area-inset-bottom))}@media (width<=480px){.chat-window{bottom:max(0px, env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom)}}}:root{--primary:gold;--primary-light:#ffed4e;--primary-dark:#c9a227;--dark-bg:#0e0e11;--dark-bg-light:#1a1a1f;--dark-border:#2a2a30;--light:#fff;--grey:#a0a0a0;--grey-light:silver;--grey-dark:#707070;--radius-sm:8px;--radius:12px;--radius-lg:16px;--radius-xl:24px;--max-width:1200px;--bp-xs:320px;--bp-sm:480px;--bp-md:768px;--bp-lg:1024px;--bp-xl:1280px;--bp-xxl:1440px}.about{background:var(--dark-bg);color:var(--light);width:100%;min-height:100vh;font-family:inherit;line-height:1.6;overflow-x:hidden}.about *,.about :before,.about :after{box-sizing:border-box}.about img{max-width:100%;height:auto;display:block}.about__container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}.about__hero{border-radius:0 0 var(--radius-lg) var(--radius-lg);width:calc(100% + 2*clamp(1rem,4vw,2rem));min-height:clamp(350px,50vh,500px);max-height:600px;margin:0 calc(-1*clamp(1rem,4vw,2rem));position:relative;overflow:hidden}@media (width>=768px){.about__hero{border-radius:0 0 var(--radius-xl) var(--radius-xl);min-height:clamp(400px,55vh,550px)}}@media (width>=1024px){.about__hero{min-height:clamp(450px,60vh,600px)}}.about__hero-img{object-fit:cover;filter:brightness(.4)saturate(1.1);width:100%;height:100%;transition:all .4s;position:absolute;inset:0}@media (prefers-reduced-motion:no-preference){.about__hero-img{animation:20s ease-in-out infinite alternate heroZoom}}.about__hero-overlay{z-index:1;background:linear-gradient(#0e0e114d 0%,#0e0e1199 50%,#0e0e11e6 100%);position:absolute;inset:0}.about__hero-content{z-index:2;text-align:center;height:100%;min-height:inherit;flex-direction:column;place-content:stretch end;align-items:center;padding:clamp(.5rem,15vw,1rem);display:flex;position:relative}.about__title{letter-spacing:-.02em;background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);-webkit-text-fill-color:transparent;text-shadow:0 2px 20px #00000080;-webkit-background-clip:text;background-clip:text;margin-bottom:clamp(.75rem,2vw,1rem);font-size:clamp(1.75rem,6vw,3.5rem);font-weight:700;line-height:1.2}@media (width>=768px){.about__title{letter-spacing:.5px}}.about__subtitle{color:var(--grey);max-width:min(90%,700px);margin:0 auto;font-size:clamp(.95rem,2.5vw,1.2rem);line-height:1.7}.about__section{grid-template-columns:1fr;align-items:center;gap:clamp(1.5rem,4vw,3rem);margin:clamp(1rem,4vw,5rem) 0;display:grid}@media (width>=480px){.about__section{margin:clamp(1.5rem,5vw,5rem) 0}}@media (width>=768px){.about__section{grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);margin:clamp(2rem,6vw,5rem) 0}.about__section--alt .about__image{order:2}.about__section--alt .about__text{order:1}}.about__section:first-of-type{margin-top:clamp(.5rem,2vw,2rem)}@media (width>=768px){.about__section:first-of-type{margin-top:clamp(1.5rem,4vw,3rem)}}.about__text h2{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:clamp(.75rem,2vw,1.25rem);font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;line-height:1.3}@media (width>=768px){.about__text h2{line-height:1.2}}.about__text h3{color:var(--light);margin-bottom:clamp(.5rem,1.5vw,.875rem);font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:600}.about__text p{color:var(--grey);margin-bottom:clamp(1rem,2.5vw,1.5rem);font-size:clamp(.9rem,2vw,1.05rem);line-height:1.8}.about__text p:last-child{margin-bottom:0}.about__text p strong{color:var(--light);font-weight:600}.about__list{margin:0 0 clamp(1.25rem,3vw,1.75rem);padding:0;list-style:none}.about__list li{color:var(--grey);margin-bottom:clamp(.5rem,1.5vw,.75rem);padding-left:clamp(1.25rem,3vw,1.5rem);font-size:clamp(.9rem,2vw,1rem);line-height:1.7;transition:all .2s;position:relative}.about__list li:before{content:"›";color:var(--primary);font-size:1.2em;font-weight:700;line-height:1;position:absolute;left:0}.about__list li:hover{color:var(--grey-light);padding-left:clamp(1.35rem,3.2vw,1.6rem)}.about__list li:last-child{margin-bottom:0}.about__list--dash li:before{content:"—";font-size:1em;font-weight:400}.about__list--check li:before{content:"✓";font-weight:700}.about__image{border-radius:var(--radius-lg);aspect-ratio:4/3;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 30px #0006,0 0 0 1px #ffd7001a}@media (width>=768px){.about__image{border-radius:var(--radius-xl);aspect-ratio:16/10}}@media (width>=1024px){.about__image{aspect-ratio:16/9}}.about__image:before{content:"";opacity:0;z-index:1;pointer-events:none;background:linear-gradient(135deg,#ffd7001a 0%,#0000 50%);transition:all .3s;position:absolute;inset:0}.about__image:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000080,0 0 0 1px #ffd70033,0 0 30px #ffd7001a}.about__image:hover:before{opacity:1}.about__image:hover img{transform:scale(1.08)}.about__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.about__stats{grid-template-columns:repeat(2,1fr);gap:clamp(1rem,3vw,1.5rem);margin:clamp(1.5rem,4vw,2.5rem) 0;display:grid}@media (width>=480px){.about__stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media (width>=1024px){.about__stats{grid-template-columns:repeat(4,1fr)}}.about__stat{text-align:center;border-radius:var(--radius);background:#ffd7000d;border:1px solid #ffd7001a;padding:clamp(1rem,3vw,1.5rem);transition:all .3s}.about__stat:hover{background:#ffd7001a;border-color:#ffd70033;transform:translateY(-3px)}.about__stat-value{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;display:block}.about__stat-label{color:var(--grey);text-transform:uppercase;letter-spacing:.5px;font-size:clamp(.75rem,1.8vw,.875rem)}.about__cta{text-align:center;background:linear-gradient(135deg,#ffd7000d 0%,#1a1a1f80 100%);border-top:1px solid #ffd7001a;border-bottom:1px solid #ffd7001a;width:calc(100% + 2*clamp(1rem,4vw,2rem));margin:clamp(2rem,5vw,4rem) calc(-1*clamp(1rem,4vw,2rem));padding:clamp(3rem,8vw,5rem) clamp(1rem,4vw,2rem);position:relative;overflow:hidden}.about__cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffd70008 0%,#0000 50%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.about__cta h2{color:var(--light);z-index:1;margin-bottom:clamp(.75rem,2vw,1rem);font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;display:block;position:relative}.about__cta p{color:var(--grey);z-index:1;max-width:600px;margin-bottom:clamp(1.5rem,4vw,2rem);margin-left:auto;margin-right:auto;font-size:clamp(.95rem,2.2vw,1.1rem);position:relative}.about__actions{z-index:1;flex-wrap:wrap;justify-content:center;gap:clamp(.75rem,2vw,1rem);display:flex;position:relative}@media (width<=480px){.about__actions .btn{width:100%;max-width:280px}}.about .btn{border-radius:var(--radius);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:clamp(.75rem,2vw,.875rem) clamp(1.25rem,3vw,1.75rem);font-size:clamp(.9rem,2vw,1rem);font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.about .btn:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.about .btn:active{transform:translateY(0)scale(.98)}.about .btn--primary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);color:var(--dark-bg);box-shadow:0 4px 15px #ffd7004d}.about .btn--primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ffd70066}.about .btn--primary:after{content:"";background:linear-gradient(135deg, var(--primary-light), var(--primary-dark));border-radius:inherit;z-index:-1;opacity:0;filter:blur(15px);transition:all .3s;position:absolute;inset:-2px}.about .btn--primary:hover:after{opacity:.5}.about .btn--outline{color:var(--light);background:0 0;border-color:#ffffff4d}.about .btn--outline:hover{border-color:var(--primary);color:var(--primary);background:#ffd7000d;transform:translateY(-3px)}.about .btn--ghost{color:var(--grey);background:0 0}.about .btn--ghost:hover{color:var(--primary);background:#ffd7000d}.about__features{grid-template-columns:1fr;gap:clamp(1rem,3vw,1.5rem);margin:clamp(1.5rem,4vw,2.5rem) 0;display:grid}@media (width>=480px){.about__features{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.about__features{grid-template-columns:repeat(3,1fr)}}.about__feature{border-radius:var(--radius-lg);border:1px solid var(--dark-border);background:#ffffff05;padding:clamp(1.25rem,3vw,1.75rem);transition:all .3s}.about__feature:hover{background:#ffd70008;border-color:#ffd7004d;transform:translateY(-4px)}.about__feature-icon{margin-bottom:clamp(.75rem,2vw,1rem);font-size:clamp(1.75rem,4vw,2.25rem);display:block}.about__feature h4{color:var(--light);margin-bottom:clamp(.375rem,1vw,.5rem);font-size:clamp(1rem,2.5vw,1.15rem);font-weight:600}.about__feature p{color:var(--grey);margin:0;font-size:clamp(.85rem,2vw,.95rem);line-height:1.6}.about__timeline{margin:clamp(1.5rem,4vw,2.5rem) 0;padding-left:clamp(1.5rem,4vw,2rem);position:relative}.about__timeline:before{content:"";background:linear-gradient(to bottom, var(--primary), transparent);border-radius:2px;width:2px;position:absolute;top:0;bottom:0;left:0}.about__timeline-item{padding-bottom:clamp(1.25rem,3vw,1.75rem);position:relative}.about__timeline-item:before{content:"";background:var(--primary);border:3px solid var(--dark-bg);width:12px;height:12px;box-shadow:0 0 0 2px var(--primary);border-radius:50%;position:absolute;top:.5rem;left:calc(-1*clamp(1.5rem,4vw,2rem) - 5px)}.about__timeline-item:last-child{padding-bottom:0}.about__timeline-item h4{color:var(--primary);margin-bottom:.25rem;font-size:clamp(1rem,2.5vw,1.15rem);font-weight:600}.about__timeline-item span{color:var(--grey-dark);margin-bottom:.5rem;font-size:clamp(.75rem,2vw,.85rem);display:block}.about__timeline-item p{color:var(--grey);margin:0;font-size:clamp(.85rem,2vw,.95rem);line-height:1.6}.about__testimonials{grid-template-columns:1fr;gap:clamp(1rem,3vw,1.5rem);margin:clamp(1.5rem,4vw,2.5rem) 0;display:grid}@media (width>=768px){.about__testimonials{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.about__testimonials{grid-template-columns:repeat(3,1fr)}}.about__testimonial{border-radius:var(--radius-lg);border:1px solid var(--dark-border);background:#ffffff05;padding:clamp(1.25rem,3vw,1.75rem);position:relative}.about__testimonial:before{content:"\"";color:#ffd7001a;font-family:Georgia,serif;font-size:4rem;line-height:1;position:absolute;top:.5rem;right:1rem}.about__testimonial p{color:var(--grey-light);z-index:1;margin-bottom:1rem;font-size:clamp(.9rem,2vw,1rem);font-style:italic;line-height:1.7;position:relative}.about__testimonial cite{color:var(--primary);font-size:clamp(.8rem,2vw,.9rem);font-style:normal;font-weight:600}.about__testimonial cite span{color:var(--grey-dark);font-weight:400}.about__partners{opacity:.6;flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(1.5rem,4vw,2.5rem);margin:clamp(1.5rem,4vw,2.5rem) 0;display:flex}.about__partners img{filter:grayscale()brightness(2);width:auto;height:clamp(30px,5vw,40px);transition:all .3s}.about__partners img:hover{filter:grayscale(0%)brightness();opacity:1}@keyframes heroZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.about__section,.about__feature,.about__testimonial{opacity:0;animation:.6s forwards fadeInUp;transform:translateY(20px)}.about__section:first-child,.about__feature:first-child,.about__testimonial:first-child{animation-delay:.1s}.about__section:nth-child(2),.about__feature:nth-child(2),.about__testimonial:nth-child(2){animation-delay:.2s}.about__section:nth-child(3),.about__feature:nth-child(3),.about__testimonial:nth-child(3){animation-delay:.3s}.about__section:nth-child(4),.about__feature:nth-child(4),.about__testimonial:nth-child(4){animation-delay:.4s}.about__section:nth-child(5),.about__feature:nth-child(5),.about__testimonial:nth-child(5){animation-delay:.5s}.about__section:nth-child(6),.about__feature:nth-child(6),.about__testimonial:nth-child(6){animation-delay:.6s}.about__section:nth-child(7),.about__feature:nth-child(7),.about__testimonial:nth-child(7){animation-delay:.7s}.about__section:nth-child(8),.about__feature:nth-child(8),.about__testimonial:nth-child(8){animation-delay:.8s}.about__section:nth-child(9),.about__feature:nth-child(9),.about__testimonial:nth-child(9){animation-delay:.9s}.about__section:nth-child(10),.about__feature:nth-child(10),.about__testimonial:nth-child(10){animation-delay:1s}@media (prefers-reduced-motion:reduce){.about *,.about :before,.about :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.about__hero-img{animation:none!important}}@media print{.about{color:#000!important;background:#fff!important}.about__hero{min-height:200px}.about__hero-img{filter:none!important}.about__title,.about h2,.about h3,.about h4{-webkit-text-fill-color:black!important;color:#000!important;background:0 0!important}.about p,.about li{color:#333!important}.about .btn{color:#000!important;background:#fff!important;border:2px solid #000!important}}.about ::-webkit-scrollbar{width:8px;height:8px}.about ::-webkit-scrollbar-track{background:var(--dark-bg-light);border-radius:4px}.about ::-webkit-scrollbar-thumb{background:#ffd7004d;border-radius:4px}.about ::-webkit-scrollbar-thumb:hover{background:#ffd70080}.about ::selection{color:var(--light);background:#ffd7004d}:root{--dark-bg:#0a0a0a;--darker-bg:#050505;--dark-card:#111;--dark-border:#1a1a1a;--dark-text:#e0e0e0;--dark-text-secondary:#a0a0a0;--gold-primary:gold;--gold-secondary:#ffed4e;--gold-accent:#c9a227;--gold-glow:#ffd7004d;--gradient-gold:linear-gradient(135deg, #e4ce55f8 0%, #ffed4e 50%, #c9a227);--gradient-dark:linear-gradient(135deg, #111 0%, #1a1a1a 50%, #0a0a0a);--shadow-glow:0 0 20px #ffd70033;--shadow-dark:0 4px 20px #00000080}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.related-products{border-top:2px solid #1a1a1a;margin-top:60px;padding-top:50px;animation:.6s fade-in-up}@media (width<=768px){.related-products{margin-top:40px;padding-top:30px}}.related-header{text-align:center;margin-bottom:40px}.related-header h2{background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:2px;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:2rem;font-weight:700}@media (width<=768px){.related-header h2{font-size:1.5rem}}.related-header p{color:#a0a0a0;font-size:1rem}.related-grid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}@media (width<=1200px){.related-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.related-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=480px){.related-grid{grid-template-columns:1fr}}.related-card{cursor:pointer;background:#111;border:1px solid #1a1a1a;border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.related-card:hover{border-color:gold;transform:translateY(-8px);box-shadow:0 0 20px #ffd70033}.related-card:hover .related-image-wrapper img{transform:scale(1.08)}.related-card:hover .related-actions{opacity:1;transform:translateY(0)}.related-image-wrapper{aspect-ratio:1;background:#050505;position:relative;overflow:hidden}.related-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.related-image-wrapper:before{content:"";pointer-events:none;opacity:0;background:linear-gradient(90deg,#0000 0%,#ffd7000d 50%,#0000 100%) 0 0/200% 100%;animation:2s infinite shimmer;position:absolute;inset:0}.related-image-wrapper:not(:has(img[src])):before{opacity:1}.related-badges{z-index:2;flex-direction:column;gap:8px;display:flex;position:absolute;top:12px;left:12px}.related-badges .badge{text-transform:uppercase;letter-spacing:.5px;border-radius:6px;padding:6px 12px;font-size:.75rem;font-weight:700}.related-badges .badge.bestseller{color:#0a0a0a;background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);box-shadow:0 2px 10px #ffd7004d}.related-badges .badge.discount{color:#fff;background:#ff4757}.related-badges .badge.low-stock{color:#ff4757;background:#ff475733;border:1px solid #ff4757}.related-actions{opacity:0;z-index:2;transition:all .3s;position:absolute;bottom:15px;right:15px;transform:translateY(10px)}.related-actions .quick-add-btn{color:#0a0a0a;cursor:pointer;background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.5rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #ffd70066}.related-actions .quick-add-btn:hover:not(:disabled){transform:scale(1.1);box-shadow:0 6px 20px #ffd70099}.related-actions .quick-add-btn:disabled{opacity:.5;cursor:not-allowed}.related-actions .quick-add-btn.in-cart{color:#fff;background:#4caf50}.related-actions .quick-add-btn:active{transform:scale(.95)}.related-info{padding:20px}.related-info .related-category{color:gold;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:.8rem;font-weight:600;display:block}.related-info .related-name{color:#e0e0e0;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.8em;margin-bottom:10px;font-size:1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.related-info .related-name:hover{color:gold}.related-info .related-rating{align-items:center;gap:8px;margin-bottom:12px;display:flex}.related-info .related-rating .stars{color:gold;letter-spacing:1px;font-size:.9rem}.related-info .related-rating .count{color:#a0a0a0;font-size:.85rem}.related-info .related-price{align-items:center;gap:10px;display:flex}.related-info .related-price .current{color:gold;font-size:1.2rem;font-weight:800}.related-info .related-price .old{color:#a0a0a0;font-size:.95rem;text-decoration:line-through}.related-empty{text-align:center;color:#a0a0a0;padding:60px 20px}.related-empty p{font-size:1.1rem}.related-skeleton .skeleton-card{background:#111;border:1px solid #1a1a1a;border-radius:16px;overflow:hidden}.related-skeleton .skeleton-card .skeleton-image{aspect-ratio:1;background:linear-gradient(90deg,#050505 25%,#0f0f0f 50%,#050505 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}.related-skeleton .skeleton-card .skeleton-content{padding:20px}.related-skeleton .skeleton-card .skeleton-content .skeleton-line{background:#050505;border-radius:4px;height:12px;margin-bottom:10px}.related-skeleton .skeleton-card .skeleton-content .skeleton-line:first-child{width:40%}.related-skeleton .skeleton-card .skeleton-content .skeleton-line:nth-child(2){width:80%;height:20px}.related-skeleton .skeleton-card .skeleton-content .skeleton-line:nth-child(3){width:60%}@media (width<=480px){.related-products .related-header h2{font-size:1.3rem}.related-products .related-card .related-info{padding:15px}.related-products .related-card .related-info .related-name{font-size:.95rem}.related-products .related-card .related-info .related-price .current{font-size:1.1rem}}:root{--dark-bg:#0a0a0a;--darker-bg:#050505;--dark-card:#111;--dark-border:#1a1a1a;--dark-text:#e0e0e0;--dark-text-secondary:#a0a0a0;--gold-primary:gold;--gold-secondary:#ffed4e;--gold-accent:#c9a227;--gold-glow:#ffd7004d;--gradient-gold:linear-gradient(135deg, #e4ce55f8 0%, #ffed4e 50%, #c9a227);--gradient-dark:linear-gradient(135deg, #111 0%, #1a1a1a 50%, #0a0a0a);--shadow-glow:0 0 20px #ffd70033;--shadow-dark:0 4px 20px #00000080;--mobile-xs:360px;--mobile:480px;--tablet:768px;--desktop:1024px;--wide:1400px}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-page{color:#e0e0e0;background:#0a0a0a;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.product-page .product-loading,.product-page .product-not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:clamp(20px,5vw,40px);display:flex}.product-page .product-loading .spinner,.product-page .product-not-found .spinner{border:4px solid #1a1a1a;border-top-color:gold;border-radius:50%;width:clamp(40px,10vw,50px);height:clamp(40px,10vw,50px);margin-bottom:20px;animation:1s linear infinite spin}.product-page .product-loading p,.product-page .product-not-found p{color:#a0a0a0;font-size:clamp(.9rem,2.5vw,1.1rem)}.product-page .product-loading h2,.product-page .product-not-found h2{color:gold;margin-bottom:20px;font-size:clamp(1.5rem,5vw,2rem)}.product-page .product-loading .btn-primary,.product-page .product-not-found .btn-primary{color:#0a0a0a;cursor:pointer;background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);border:none;border-radius:8px;padding:clamp(10px,3vw,12px) clamp(20px,5vw,30px);font-size:clamp(.9rem,2.5vw,1rem);font-weight:700;transition:all .3s}.product-page .product-loading .btn-primary:hover,.product-page .product-not-found .btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 20px #ffd70033}.product-container{max-width:min(1400px,98%);margin:0 auto;padding:clamp(15px,3vw,30px) clamp(10px,2vw,20px);animation:.5s fade-in}.breadcrumb{background:#111;border:1px solid #1a1a1a;border-radius:8px;flex-wrap:wrap;align-items:center;gap:clamp(6px,1.5vw,10px);margin-bottom:clamp(20px,4vw,30px);padding:80px clamp(15px,3vw,20px) clamp(10px,2vw,12px);font-size:clamp(.8rem,2vw,.9rem);display:flex}.breadcrumb span{color:#a0a0a0;cursor:pointer;white-space:nowrap;transition:color .3s}.breadcrumb span:hover:not(.current){color:gold}.breadcrumb span.current{color:gold;cursor:default;font-weight:600}.product-main{grid-template-columns:1fr 1fr;gap:clamp(20px,4vw,50px);margin-bottom:clamp(30px,5vw,50px);display:grid}@media (width<=768px){.product-main{grid-template-columns:1fr;gap:clamp(20px,3vw,30px)}}.product-gallery .main-image{aspect-ratio:1;background:#111;border:2px solid #1a1a1a;border-radius:16px;margin-bottom:clamp(15px,3vw,20px);position:relative;overflow:hidden}.product-gallery .main-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-gallery .main-image:hover img{transform:scale(1.05)}.product-gallery .main-image .product-badge{color:#0a0a0a;text-transform:uppercase;z-index:2;background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);border-radius:6px;padding:clamp(6px,1.5vw,8px) clamp(10px,2vw,16px);font-size:clamp(.7rem,1.8vw,.85rem);font-weight:700;position:absolute;top:clamp(10px,2vw,20px);left:clamp(10px,2vw,20px);box-shadow:0 4px 20px #00000080}.product-gallery .main-image .product-badge.out-of-stock{color:#fff;background:#ff4757}.product-gallery .main-image .product-badge.new{color:#fff;background:#2196f3}.product-gallery .thumbnail-list{gap:clamp(8px,2vw,12px);padding-bottom:10px;display:flex;overflow-x:auto}.product-gallery .thumbnail-list::-webkit-scrollbar{height:6px}.product-gallery .thumbnail-list::-webkit-scrollbar-track{background:#050505;border-radius:3px}.product-gallery .thumbnail-list::-webkit-scrollbar-thumb{background:#c9a227;border-radius:3px}.product-gallery .thumbnail-list .thumbnail{cursor:pointer;background:#111;border:2px solid #1a1a1a;border-radius:10px;flex-shrink:0;width:clamp(60px,15vw,80px);height:clamp(60px,15vw,80px);padding:0;transition:all .3s;overflow:hidden}.product-gallery .thumbnail-list .thumbnail img{object-fit:cover;width:100%;height:100%}.product-gallery .thumbnail-list .thumbnail:hover{border-color:#c9a227}.product-gallery .thumbnail-list .thumbnail.active{border-color:gold;box-shadow:0 0 0 3px #ffd7004d}.product-info .product-header{margin-bottom:clamp(20px,4vw,25px)}.product-info .product-header .product-category{color:gold;text-transform:uppercase;letter-spacing:1px;background:#ffd7001a;border-radius:6px;margin-bottom:clamp(10px,2vw,15px);padding:clamp(4px,1vw,6px) clamp(10px,2vw,14px);font-size:clamp(.75rem,1.8vw,.85rem);font-weight:600;display:inline-block}.product-info .product-header .product-name{color:#e0e0e0;margin-bottom:clamp(10px,2vw,15px);font-size:clamp(1.4rem,4vw,2.2rem);font-weight:700;line-height:1.2}.product-info .product-rating{flex-wrap:wrap;align-items:center;gap:clamp(8px,2vw,12px);display:flex}.product-info .product-rating .stars{gap:3px;display:flex}.product-info .product-rating .stars span{color:#1a1a1a;font-size:clamp(1.1rem,3vw,1.3rem)}.product-info .product-rating .stars span.filled{color:gold;text-shadow:0 0 10px #ffd7004d}.product-info .product-rating .rating-text{color:#a0a0a0;font-size:clamp(.85rem,2vw,.95rem)}.product-price{border-bottom:1px solid #1a1a1a;flex-wrap:wrap;align-items:center;gap:clamp(10px,2vw,15px);margin-bottom:clamp(20px,4vw,25px);padding-bottom:clamp(20px,4vw,25px);display:flex}.product-price .current-price{background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.8rem,6vw,2.5rem);font-weight:800}@media (width<=480px){.product-price .current-price{font-size:clamp(1.6rem,7vw,2rem)}}.product-price .old-price{color:#a0a0a0;font-size:clamp(1.2rem,3vw,1.5rem);text-decoration:line-through}.product-short-desc{color:#a0a0a0;margin-bottom:clamp(20px,4vw,25px);font-size:clamp(.9rem,2vw,1rem);line-height:1.7}.variant-selection{margin-bottom:clamp(20px,4vw,25px)}.variant-selection label{color:#e0e0e0;margin-bottom:clamp(10px,2vw,12px);font-size:clamp(.9rem,2vw,.95rem);font-weight:600;display:block}.variant-selection .variant-options{flex-wrap:wrap;gap:clamp(8px,2vw,10px);display:flex}.variant-selection .variant-options .variant-btn{cursor:pointer;background:#050505;border:2px solid #1a1a1a;border-radius:10px;flex-direction:column;flex:1;align-items:center;min-width:clamp(80px,20vw,100px);padding:clamp(10px,2.5vw,12px) clamp(15px,3vw,20px);transition:all .3s;display:flex}@media (width<=480px){.variant-selection .variant-options .variant-btn{min-width:calc(50% - 5px)}}.variant-selection .variant-options .variant-btn .variant-name{color:#e0e0e0;text-align:center;margin-bottom:4px;font-size:clamp(.85rem,2vw,.9rem);font-weight:600}.variant-selection .variant-options .variant-btn .variant-price{color:gold;font-size:clamp(.9rem,2vw,.95rem);font-weight:700}.variant-selection .variant-options .variant-btn:hover{border-color:#c9a227;transform:translateY(-2px)}.variant-selection .variant-options .variant-btn.selected{background:#ffd7001a;border-color:gold;box-shadow:0 0 20px #ffd70033}.quantity-selector{margin-bottom:clamp(20px,4vw,25px)}.quantity-selector label{color:#e0e0e0;margin-bottom:clamp(10px,2vw,12px);font-size:clamp(.9rem,2vw,.95rem);font-weight:600;display:block}.quantity-selector .quantity-controls{background:#050505;border:1px solid #1a1a1a;border-radius:10px;align-items:center;display:inline-flex;overflow:hidden}.quantity-selector .quantity-controls button{color:#e0e0e0;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:clamp(40px,10vw,45px);height:clamp(40px,10vw,45px);font-size:clamp(1.3rem,3vw,1.5rem);transition:all .3s;display:flex}.quantity-selector .quantity-controls button:hover:not(:disabled){color:#0a0a0a;background:gold}.quantity-selector .quantity-controls button:disabled{opacity:.3;cursor:not-allowed}.quantity-selector .quantity-controls span{text-align:center;color:#e0e0e0;width:clamp(50px,12vw,60px);font-size:clamp(1rem,2.5vw,1.1rem);font-weight:700}.quantity-selector .stock-warning{color:#ff6b6b;margin-top:10px;font-size:clamp(.85rem,2vw,.9rem);font-weight:600;animation:2s infinite pulse;display:block}.quantity-selector .in-cart-qty{color:gold;background:#ffd7001a;border:1px solid gold;border-radius:6px;margin-left:clamp(10px,2vw,15px);padding:clamp(4px,1vw,5px) clamp(8px,2vw,12px);font-size:clamp(.8rem,1.8vw,.85rem);font-weight:600;display:inline-block}.product-actions{flex-wrap:wrap;gap:clamp(10px,2vw,15px);margin-bottom:clamp(25px,5vw,30px);display:flex}@media (width<=480px){.product-actions{flex-direction:column}}.product-actions .add-to-cart-btn,.product-actions .buy-now-btn{text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;border-radius:12px;flex:1;min-width:140px;padding:clamp(14px,3vw,18px) clamp(20px,4vw,30px);font-size:clamp(.9rem,2.2vw,1rem);font-weight:700;transition:all .3s}@media (width<=480px){.product-actions .add-to-cart-btn,.product-actions .buy-now-btn{width:100%}}.product-actions .add-to-cart-btn:disabled,.product-actions .buy-now-btn:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(.5);box-shadow:none!important;transform:none!important}.product-actions .add-to-cart-btn{color:gold;background:#050505;border:2px solid gold}.product-actions .add-to-cart-btn:hover:not(.in-cart):not(:disabled){color:#0a0a0a;background:gold;box-shadow:0 0 20px #ffd70033}.product-actions .add-to-cart-btn.in-cart{color:#fff;cursor:default;background:#4caf50;border-color:#4caf50}.product-actions .buy-now-btn{color:#0a0a0a;background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);box-shadow:0 4px 15px #ffd7004d}.product-actions .buy-now-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #ffd70066}.trust-badges{background:#111;border:1px solid #1a1a1a;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:clamp(10px,2vw,15px);margin-bottom:clamp(25px,5vw,30px);padding:clamp(15px,3vw,20px);display:grid}@media (width<=768px){.trust-badges{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.trust-badges{grid-template-columns:repeat(2,1fr);gap:15px}}.trust-badges .badge{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:clamp(6px,1.5vw,8px);display:flex}.trust-badges .badge .icon{font-size:clamp(1.4rem,4vw,1.8rem)}.trust-badges .badge span:last-child{color:#a0a0a0;font-size:clamp(.75rem,1.8vw,.8rem);font-weight:500}.product-meta{border-top:1px solid #1a1a1a;padding-top:clamp(20px,4vw,25px)}.product-meta .meta-item{border-bottom:1px solid #1a1a1a;justify-content:space-between;gap:10px;padding:clamp(8px,2vw,10px) 0;font-size:clamp(.9rem,2vw,.95rem);display:flex}.product-meta .meta-item:last-child{border-bottom:none}.product-meta .meta-item span:first-child{color:#a0a0a0;flex-shrink:0}.product-meta .meta-item span:last-child{color:#e0e0e0;text-align:right;word-break:break-word;font-weight:600}.product-meta .meta-item .in-stock{font-weight:700;color:#4caf50!important}.product-meta .meta-item .out-of-stock{text-transform:uppercase;letter-spacing:.5px;font-weight:700;color:#ff4757!important}.product-tabs{margin-bottom:clamp(30px,5vw,50px)}.product-tabs .tabs-header{scrollbar-width:none;border-bottom:2px solid #1a1a1a;gap:0;margin-bottom:clamp(20px,4vw,30px);display:flex;overflow-x:auto}.product-tabs .tabs-header::-webkit-scrollbar{display:none}.product-tabs .tabs-header button{color:#a0a0a0;cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:clamp(12px,3vw,15px) clamp(20px,4vw,30px);font-size:clamp(.9rem,2vw,1rem);font-weight:600;transition:all .3s;position:relative}.product-tabs .tabs-header button:after{content:"";background:gold;width:0;height:3px;transition:width .3s;position:absolute;bottom:-2px;left:0}.product-tabs .tabs-header button:hover{color:#e0e0e0}.product-tabs .tabs-header button.active{color:gold}.product-tabs .tabs-header button.active:after{width:100%}.product-tabs .tabs-content{background:#111;border:1px solid #1a1a1a;border-radius:16px;padding:clamp(20px,4vw,40px)}@media (width<=480px){.product-tabs .tabs-content{padding:clamp(15px,3vw,25px) clamp(12px,3vw,20px)}}.tab-panel{animation:.4s fade-in}.tab-panel h3{color:gold;border-bottom:1px solid #1a1a1a;margin-bottom:clamp(15px,3vw,20px);padding-bottom:clamp(10px,2vw,15px);font-size:clamp(1.2rem,3vw,1.4rem)}.tab-panel h4{color:#ffed4e;margin:clamp(20px,4vw,25px) 0 clamp(12px,2.5vw,15px);font-size:clamp(1rem,2.5vw,1.1rem)}.tab-panel p{color:#a0a0a0;margin-bottom:clamp(15px,3vw,20px);font-size:clamp(.9rem,2vw,1rem);line-height:1.8}.tab-panel ul{padding:0;list-style:none}.tab-panel ul li{color:#a0a0a0;padding:clamp(8px,2vw,10px) 0 clamp(8px,2vw,10px) clamp(25px,5vw,30px);font-size:clamp(.9rem,2vw,1rem);position:relative}.tab-panel ul li:before{content:"✓";color:gold;font-weight:700;position:absolute;left:0}.specs-table{border-collapse:collapse;width:100%;margin-bottom:clamp(20px,4vw,25px);font-size:clamp(.85rem,2vw,.95rem)}.specs-table tr{border-bottom:1px solid #1a1a1a}.specs-table tr:last-child{border-bottom:none}.specs-table td{color:#a0a0a0;padding:clamp(12px,2.5vw,15px) clamp(15px,3vw,20px)}.specs-table td:first-child{color:#e0e0e0;width:40%;font-weight:600}@media (width<=480px){.specs-table td{width:100%;padding:10px 0;display:block}.specs-table td:first-child{color:gold;padding-bottom:5px}.specs-table td:last-child{padding-top:0}.specs-table tr{padding:15px 0;display:block}}.certificate-link{color:gold;background:#ffd7001a;border:1px solid gold;border-radius:8px;flex-wrap:wrap;align-items:center;gap:10px;padding:clamp(10px,2.5vw,12px) clamp(20px,4vw,25px);font-size:clamp(.9rem,2vw,1rem);text-decoration:none;transition:all .3s;display:inline-flex}.certificate-link:hover{color:#0a0a0a;background:gold}.reviews-panel .reviews-summary{border-bottom:1px solid #1a1a1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:clamp(15px,3vw,20px);margin-bottom:clamp(25px,5vw,30px);padding-bottom:clamp(25px,5vw,30px);display:flex}@media (width<=480px){.reviews-panel .reviews-summary{text-align:center;flex-direction:column}}.reviews-panel .reviews-summary .average-rating{flex-wrap:wrap;align-items:center;gap:clamp(10px,2vw,15px);display:flex}@media (width<=480px){.reviews-panel .reviews-summary .average-rating{justify-content:center}}.reviews-panel .reviews-summary .average-rating .big-rating{color:gold;font-size:clamp(2.5rem,7vw,3rem);font-weight:800}.reviews-panel .reviews-summary .average-rating .stars{gap:3px;display:flex}.reviews-panel .reviews-summary .average-rating .stars span{color:#1a1a1a;font-size:clamp(1rem,2.5vw,1.2rem)}.reviews-panel .reviews-summary .average-rating .stars span.filled{color:gold}.reviews-panel .reviews-summary .average-rating span:last-child{color:#a0a0a0;font-size:clamp(.85rem,2vw,.9rem)}.reviews-panel .reviews-summary .write-review-btn{color:gold;cursor:pointer;background:0 0;border:2px solid gold;border-radius:8px;padding:clamp(10px,2.5vw,12px) clamp(20px,4vw,25px);font-size:clamp(.9rem,2vw,1rem);font-weight:600;transition:all .3s}.reviews-panel .reviews-summary .write-review-btn:hover{color:#0a0a0a;background:gold}.reviews-panel .review-form{background:#050505;border:1px solid #1a1a1a;border-radius:12px;margin-bottom:clamp(25px,5vw,30px);padding:clamp(20px,4vw,25px)}.reviews-panel .review-form .rating-input{margin-bottom:15px}.reviews-panel .review-form .rating-input label{color:#e0e0e0;margin-bottom:8px;font-size:clamp(.9rem,2vw,1rem);font-weight:600;display:block}.reviews-panel .review-form .rating-input select{color:#e0e0e0;cursor:pointer;background:#111;border:1px solid #1a1a1a;border-radius:6px;padding:clamp(8px,2vw,10px) clamp(12px,3vw,15px);font-size:clamp(.9rem,2vw,1rem)}.reviews-panel .review-form .rating-input select:focus{border-color:gold;outline:none}.reviews-panel .review-form textarea{color:#e0e0e0;resize:vertical;background:#111;border:1px solid #1a1a1a;border-radius:8px;width:100%;margin-bottom:15px;padding:clamp(12px,2.5vw,15px);font-size:clamp(.9rem,2vw,1rem)}.reviews-panel .review-form textarea:focus{border-color:gold;outline:none}.reviews-panel .review-form .submit-review-btn{color:#0a0a0a;cursor:pointer;background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);border:none;border-radius:8px;padding:clamp(10px,2.5vw,12px) clamp(25px,5vw,30px);font-size:clamp(.9rem,2vw,1rem);font-weight:700;transition:all .3s}.reviews-panel .review-form .submit-review-btn:hover{transform:translateY(-2px);box-shadow:0 0 20px #ffd70033}.reviews-panel .reviews-list .no-reviews{text-align:center;color:#a0a0a0;padding:clamp(30px,6vw,40px);font-size:clamp(.9rem,2vw,1rem);font-style:italic}.reviews-panel .reviews-list .review-item{border-bottom:1px solid #1a1a1a;padding:clamp(20px,4vw,25px) 0}.reviews-panel .reviews-list .review-item:last-child{border-bottom:none}.reviews-panel .reviews-list .review-item .review-header{flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:10px;display:flex}.reviews-panel .reviews-list .review-item .review-header .reviewer-name{color:gold;font-size:clamp(.9rem,2vw,1rem);font-weight:700}.reviews-panel .reviews-list .review-item .review-header .review-date{color:#a0a0a0;font-size:clamp(.8rem,1.8vw,.9rem)}.reviews-panel .reviews-list .review-item .review-rating{gap:3px;margin-bottom:10px;display:flex}.reviews-panel .reviews-list .review-item .review-rating span{color:#1a1a1a;font-size:clamp(1rem,2.5vw,1.2rem)}.reviews-panel .reviews-list .review-item .review-rating span.filled{color:gold}.reviews-panel .reviews-list .review-item .review-comment{color:#a0a0a0;margin:0;font-size:clamp(.9rem,2vw,1rem);line-height:1.6}.shipping-panel ul{margin-bottom:clamp(20px,4vw,25px)}.shipping-panel ul li{color:#e0e0e0;padding:clamp(10px,2vw,12px) 0;font-size:clamp(.9rem,2vw,1rem)}.shipping-panel ul li strong{color:gold}.shipping-panel .shipping-note{color:#a0a0a0;background:#ffd7000d;border-left:4px solid gold;border-radius:0 8px 8px 0;padding:clamp(15px,3vw,20px);font-size:clamp(.9rem,2vw,1rem);line-height:1.6}.shipping-panel .shipping-note strong{color:gold}.storage-info{background:#ff6b6b0d;border:1px solid #ff6b6b33;border-radius:8px;margin-top:clamp(20px,4vw,25px);padding:clamp(15px,3vw,20px)}.storage-info h4{color:#ff6b6b;margin-top:0;margin-bottom:10px;font-size:clamp(1rem,2.5vw,1.1rem)}.storage-info p{margin-bottom:0}@media print{.product-page{color:#000;background:#fff}.product-page .product-tabs,.product-page .product-actions,.product-page .trust-badges{display:none}.product-page .product-container{max-width:100%}}@media (prefers-reduced-motion:reduce){.product-page *{transition:none!important;animation:none!important}}:root{--dark-base:#212121;--dark-primary:#121212;--dark-secondary:#1a1a1a;--dark-tertiary:#242424;--dark-accent:#2a2a2a;--dark-surface:#2d2d2d;--gold-base:#f2cc0f;--gold-primary:gold;--gold-secondary:#d9b60d;--gold-light:#f8e076;--gold-dark:#b3950a;--gold-gradient:linear-gradient(135deg, #f2cc0f 0%, #f8e076 100%);--gold-subtle:#f2cc0f1a;--gold-glow:#ffd7004d;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--info:#3b82f6;--text-primary:#fff;--text-secondary:#e0e0e0;--text-muted:#a0a0a0;--text-inverse:#121212;--border-light:#333;--border-medium:#404040;--border-gold:#f2cc0f;--border-gold-subtle:#f2cc0f4d;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-xxl:3rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--shadow-subtle:0 2px 8px #0006;--shadow-medium:0 4px 16px #00000080;--shadow-strong:0 8px 32px #0009;--shadow-gold:0 0 20px #f2cc0f4d;--shadow-glow:0 0 30px #f2cc0f40;--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.5s cubic-bezier(.4, 0, .2, 1)}.cart-page{background:var(--dark-primary);color:var(--text-primary);min-height:100vh;font-family:Poppins,sans-serif;line-height:1.6}.cart-page *{box-sizing:border-box}.cart-loading{justify-content:center;align-items:center;gap:var(--space-md);flex-direction:column;min-height:60vh;display:flex}.cart-loading div{font-size:3rem;animation:1s linear infinite spin}.cart-loading p{color:var(--text-muted);font-size:1.1rem}.cart-empty{min-height:70vh;padding:var(--space-xl);justify-content:center;align-items:center;display:flex}.empty-content{text-align:center;max-width:500px}.empty-cart-icon{margin-bottom:var(--space-lg);font-size:5rem;animation:3s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.btn-primary{background:var(--gold-gradient);color:var(--text-inverse);border:1px solid var(--gold-base);transition:all var(--transition-base);padding:var(--space-md) var(--space-xl);border-radius:var(--radius-md);cursor:pointer;font-size:1rem;font-weight:600}.btn-primary:hover:not(:disabled){box-shadow:var(--shadow-gold), var(--shadow-medium);transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.cart-container{max-width:1400px;padding:var(--space-xl);margin-top:70px}@media (width<=768px){.cart-container{padding:var(--space-md)}}.cart-header{margin-bottom:var(--space-xxl);padding-bottom:var(--space-lg);border-bottom:1px solid var(--border-gold);position:relative}.cart-header:after{content:"";background:var(--gold-gradient);width:100px;height:3px;position:absolute;bottom:-2px;left:0}.cart-header h1{background:var(--gold-gradient);-webkit-text-fill-color:transparent;margin-bottom:var(--space-sm);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700}@media (width<=768px){.cart-header h1{font-size:2rem}}.cart-header p{color:var(--text-secondary);font-size:1.1rem}.cart-content{gap:var(--space-xxl);grid-template-columns:1fr 400px;display:grid}@media (width<=1024px){.cart-content{gap:var(--space-xl);grid-template-columns:1fr}}.cart-items{gap:var(--space-lg);flex-direction:column;display:flex}.cart-item{background:var(--dark-tertiary);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:var(--space-lg);transition:all var(--transition-base);margin-top:32px;animation:.4s ease-out slideIn}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.cart-item:hover{border-color:var(--border-gold);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.product-item{gap:var(--space-lg);grid-template-columns:100px 1fr auto auto auto auto;align-items:center;display:grid}@media (width<=1024px){.product-item{gap:var(--space-md);grid-template-columns:80px 1fr auto;grid-template-areas:"image details details""image price quantity""image total remove"}}@media (width<=640px){.product-item{grid-template-columns:70px 1fr;grid-template-areas:"image details""price quantity""total remove"}}.item-image{border-radius:var(--radius-md);border:2px solid var(--border-gold);flex-shrink:0;width:100px;height:100px;overflow:hidden}@media (width<=1024px){.item-image{grid-area:image;width:80px;height:80px}}@media (width<=640px){.item-image{width:70px;height:70px}}.item-image img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-base)}.item-image img:hover{transform:scale(1.05)}@media (width<=1024px){.item-details{grid-area:details}}.item-details h3{margin-bottom:var(--space-xs);color:var(--text-primary);font-size:1.1rem;font-weight:600;line-height:1.4}.item-meta{color:var(--gold-primary);margin-bottom:var(--space-xs);font-size:.9rem}.concentration-tag{background:var(--gold-subtle);color:var(--gold-light);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);border:1px solid var(--border-gold-subtle);font-size:.8rem;font-weight:500;display:inline-block}.item-price-section{text-align:center}@media (width<=1024px){.item-price-section{text-align:left;grid-area:price}}.unit-price{color:var(--gold-light);font-size:1.1rem;font-weight:700}.item-quantity{align-items:center;gap:var(--space-sm);display:flex}@media (width<=1024px){.item-quantity{grid-area:quantity}}.qty-btn{background:var(--dark-accent);width:32px;height:32px;color:var(--text-primary);border:1px solid var(--border-medium);cursor:pointer;transition:all var(--transition-base);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.qty-btn:hover:not(:disabled){background:var(--gold-primary);color:var(--text-inverse);border-color:var(--gold-primary);transform:scale(1.1)}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.qty-value{text-align:center;min-width:40px;font-size:1rem;font-weight:600}.item-total{text-align:right}@media (width<=1024px){.item-total{grid-area:total}}.line-total{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:700}.remove-btn{width:40px;height:40px;color:var(--error);cursor:pointer;transition:all var(--transition-base);background:#ef44441a;border:1px solid #ef44444d;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex}@media (width<=1024px){.remove-btn{grid-area:remove}}.remove-btn:hover{border-color:var(--error);background:#ef444433;transform:scale(1.1)}.cart-secondary-actions{margin-top:var(--space-xxl);padding-top:var(--space-lg);border-top:1px solid var(--border-medium);justify-content:space-between;align-items:center;display:flex}@media (width<=640px){.cart-secondary-actions{gap:var(--space-md);flex-direction:column}}.btn-continue{color:var(--gold-primary);border:2px solid var(--gold-primary);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);background:0 0;font-weight:600}.btn-continue:hover{background:var(--gold-subtle);transform:translateY(-1px)}.btn-clear{color:var(--text-secondary);border:1px solid var(--border-medium);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);background:0 0;font-weight:600}.btn-clear:hover{background:var(--dark-accent);color:var(--error);border-color:var(--error)}.cart-summary{background:var(--dark-secondary);border:1px solid var(--border-gold);border-radius:var(--radius-xl);padding:var(--space-xxl);box-shadow:var(--shadow-subtle);height:fit-content;top:var(--space-xl);position:sticky}@media (width<=1024px){.cart-summary{order:-1;position:static}}@media (width<=640px){.cart-summary{padding:var(--space-lg)}}.cart-summary h3{margin-bottom:var(--space-lg);background:var(--gold-gradient);-webkit-text-fill-color:transparent;padding-bottom:var(--space-md);border-bottom:1px solid var(--border-medium);-webkit-background-clip:text;background-clip:text;font-size:1.5rem}.summary-row{padding:var(--space-sm) 0;color:var(--text-secondary);justify-content:space-between;align-items:center;display:flex}.summary-row span:last-child{color:var(--text-primary);font-weight:500}.summary-row.grand-total{margin-top:var(--space-md);padding-top:var(--space-md);border-top:2px solid var(--border-gold);color:var(--gold-primary);font-size:1.2rem;font-weight:700}.summary-row.grand-total span:last-child{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem}.free-shipping{font-weight:700;color:var(--success)!important}.free-shipping-progress{margin:var(--space-md) 0;padding:var(--space-md);background:var(--dark-tertiary);border-radius:var(--radius-lg);border:1px solid var(--border-medium)}.progress-bar{background:var(--dark-accent);width:100%;height:8px;margin-bottom:var(--space-sm);border-radius:9999px;overflow:hidden}.progress-fill{background:var(--gold-gradient);border-radius:9999px;height:100%;transition:width .5s}.free-shipping-progress p{text-align:center;color:var(--gold-light);margin:0;font-size:.9rem;font-weight:500}.btn-checkout{background:var(--gold-gradient);width:100%;color:var(--text-inverse);border:1px solid var(--gold-base);transition:all var(--transition-base);padding:var(--space-lg);border-radius:var(--radius-lg);margin-top:var(--space-lg);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;font-size:1.1rem;font-weight:700}.btn-checkout:hover:not(:disabled){box-shadow:var(--shadow-gold), var(--shadow-medium);transform:translateY(-2px)}.btn-checkout:active{transform:translateY(0)}@media (width>=768px){.cart-items{max-height:600px;padding-right:var(--space-sm);overflow-y:auto}.cart-items::-webkit-scrollbar{width:6px}.cart-items::-webkit-scrollbar-track{background:var(--dark-tertiary);border-radius:9999px}.cart-items::-webkit-scrollbar-thumb{background:var(--border-gold-subtle);border-radius:9999px}.cart-items::-webkit-scrollbar-thumb:hover{background:var(--gold-primary)}}:root{--dark-base:#212121;--dark-secondary:#1a1a1a;--gold-primary:#f2cc0f;--text-primary:#fff;--text-secondary:#e0e0e0;--text-muted:#a0a0a0;--error:#ef4444;--border-medium:#404040}.login-page{background:#212121;flex-direction:column;min-height:100vh;display:flex}.login-container{flex:1;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.login-form{background:#1a1a1a;border:1px solid #f2cc0f33;border-radius:16px;width:100%;max-width:420px;margin-top:4rem;padding:2.5rem;box-shadow:0 8px 32px #0006}@media (width<=480px){.login-form{padding:1.5rem}}.form-title{color:#f2cc0f;text-align:center;background:linear-gradient(135deg,#f2cc0f 0%,#ffd942 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}@media (width<=480px){.form-title{font-size:1.5rem}}.form-subtitle{color:#e0e0e0;text-align:center;margin-bottom:2rem;font-size:.95rem}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.form-group input{color:#fff;background:#ffffff0d;border:1px solid #404040;border-radius:8px;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.form-group input::placeholder{color:#a0a0a0}.form-group input:focus{border-color:#f2cc0f;outline:none;box-shadow:0 0 0 3px #f2cc0f1a}.form-group input:disabled{opacity:.5;cursor:not-allowed}.password-group .password-input-wrapper{align-items:center;display:flex;position:relative}.password-group .password-input-wrapper input{padding-right:48px}.password-group .password-input-wrapper .password-toggle{cursor:pointer;color:#a0a0a0;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:8px;font-size:1.25rem;transition:all .2s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.password-group .password-input-wrapper .password-toggle:hover{color:#f2cc0f;background:#f2cc0f1a}.password-group .password-input-wrapper .password-toggle:focus-visible{outline-offset:2px;outline:2px solid #f2cc0f}.password-group .password-input-wrapper .password-toggle:disabled{opacity:.3;cursor:not-allowed}.form-options{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}@media (width<=480px){.form-options{flex-direction:column;align-items:flex-start}}.checkbox-label{color:#e0e0e0;cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.checkbox-label input[type=checkbox]{accent-color:#f2cc0f;width:18px;height:18px}.btn-gold{cursor:pointer;color:#121212;background:linear-gradient(135deg,#f2cc0f 0%,#d6ae00 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-gold:disabled{opacity:.6;cursor:not-allowed}.btn-gold.btn-large{width:100%;padding:1rem 1.5rem;font-size:1.1rem}.btn-text{color:#e0e0e0;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:.9rem;transition:color .2s}.btn-text:hover{color:#f2cc0f;text-decoration:underline}.btn-text:disabled{opacity:.5;cursor:not-allowed}.btn-text.btn-gold-text{color:#f2cc0f;font-weight:600}.form-actions{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.form-actions .btn-gold{width:100%}.form-switch{color:#e0e0e0;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.95rem;display:flex}.form-switch .btn-text{color:#f2cc0f;font-weight:600}.form-switch .btn-text:hover{text-decoration:underline}.form__error{color:#ef4444;margin-top:.25rem;font-size:.85rem}:root{--dark-base:#212121;--dark-primary:#121212;--dark-secondary:#1a1a1a;--dark-tertiary:#242424;--dark-accent:#2a2a2a;--dark-surface:#2d2d2d;--gold-base:#f2cc0f;--gold-primary:gold;--gold-secondary:#d9b60d;--gold-light:#f8e076;--gold-dark:#b3950a;--gold-gradient:linear-gradient(135deg, #f2cc0f 0%, #f8e076 100%);--gold-subtle:#f2cc0f1a;--gold-glow:#ffd7004d;--gold-strong:#f2cc0f80;--stripe-purple:#635bff;--success:#10b981;--error:#ef4444;--text-primary:#fff;--text-secondary:#e0e0e0;--text-muted:#a0a0a0;--text-inverse:#121212;--border-light:#333;--border-medium:#404040;--border-gold:#f2cc0f;--border-gold-subtle:#f2cc0f4d;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-xxl:3rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--shadow-subtle:0 2px 8px #0006;--shadow-medium:0 4px 16px #00000080;--shadow-gold:0 0 20px #f2cc0f4d;--shadow-glow:0 0 30px #f2cc0f40;--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.5s cubic-bezier(.4, 0, .2, 1)}.place-order-page{background:var(--dark-primary);color:var(--text-primary);min-height:100vh;font-family:Poppins,sans-serif;line-height:1.6}.place-order-page *{box-sizing:border-box}.place-order-container[style*=flex]{justify-content:center;align-items:center;gap:var(--space-md);flex-direction:column;min-height:60vh;display:flex}.place-order-container div[style*="animation: spin"]{border:4px solid var(--border-medium);border-top-color:var(--gold-base);border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}.place-order-container h2{color:var(--gold-primary);margin-bottom:var(--space-sm)}.place-order-container p{color:var(--text-muted)}.place-order-container{max-width:1400px;padding:var(--space-xl);margin:0 auto}@media (width<=768px){.place-order-container{padding:var(--space-md)}}@media (width<=480px){.place-order-container{padding:var(--space-sm)}}.page-title{background:linear-gradient(135deg,#f2cc0f 0%,#f8e076 100%);-webkit-text-fill-color:transparent;margin-bottom:var(--space-xxl);text-align:center;text-transform:uppercase;letter-spacing:2px;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:600}@media (width<=768px){.page-title{margin-bottom:var(--space-xl);font-size:clamp(1.6rem,4vw,2rem)}}@media (width<=480px){.page-title{letter-spacing:1px;font-size:1.5rem}}.order-grid{gap:var(--space-xxl);grid-template-columns:1fr 450px;align-items:start;display:grid}@media (width<=1024px){.order-grid{gap:var(--space-xl);grid-template-columns:1fr}}.delivery-info{background:var(--dark-secondary);border:1px solid var(--border-medium);border-radius:var(--radius-xl);padding:var(--space-xxl)}@media (width<=768px){.delivery-info{padding:var(--space-lg)}}@media (width<=480px){.delivery-info{padding:var(--space-md)}}.delivery-info h2{margin-bottom:var(--space-lg);color:var(--gold-primary);text-transform:uppercase;letter-spacing:1px;padding-bottom:var(--space-md);border-bottom:1px solid var(--border-gold);font-size:clamp(1.3rem,4vw,1.5rem)}@media (width<=480px){.delivery-info h2{margin-bottom:var(--space-md);padding-bottom:var(--space-sm);font-size:1.2rem}}form{gap:var(--space-sm);flex-direction:column;display:flex}.form-row{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}@media (width<=640px){.form-row{gap:var(--space-sm);grid-template-columns:1fr}}input,select{width:100%;padding:clamp(.75rem, 2vw, var(--space-md));background:var(--dark-tertiary);border:1px solid var(--border-light);border-radius:var(--radius-md);color:var(--text-primary);transition:all var(--transition-base);margin-bottom:var(--space-sm);box-sizing:border-box;font-size:clamp(.9rem,2vw,1rem)}@media (width<=480px){input,select{padding:.65rem;font-size:.9rem}}input::placeholder{color:var(--text-muted)}input:focus,select:focus{border-color:var(--gold-primary);box-shadow:0 0 0 3px var(--gold-glow);outline:none}input:hover:not(:focus),select:hover:not(:focus){border-color:var(--border-medium)}.country-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F2CC0F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-md) center;padding-right:var(--space-xl);cursor:pointer;background-size:1.25rem}@media (width<=480px){.country-select{padding-right:var(--space-lg);background-size:1rem}}.section-subtitle{color:var(--text-primary);margin-top:var(--space-lg);margin-bottom:var(--space-md);text-transform:uppercase;letter-spacing:.5px;font-size:clamp(1rem,3vw,1.2rem);font-weight:600}@media (width<=480px){.section-subtitle{margin-top:var(--space-md);margin-bottom:var(--space-sm)}}.payment-methods{margin-top:var(--space-xl)}@media (width<=480px){.payment-methods{margin-top:var(--space-lg)}}.payment-methods h3{color:var(--text-primary);margin-bottom:var(--space-md);text-transform:uppercase;letter-spacing:.5px;font-size:clamp(1rem,3vw,1.2rem);font-weight:600}.payment-option{align-items:center;gap:var(--space-md);background:var(--dark-tertiary);border:2px solid var(--border-gold);padding:clamp(1rem, 3vw, var(--space-lg));border-radius:var(--radius-md);box-shadow:var(--shadow-gold);transition:all var(--transition-base);cursor:default;flex-wrap:wrap;display:flex}@media (width<=480px){.payment-option{gap:var(--space-sm);padding:var(--space-md)}}.payment-option:hover{box-shadow:var(--shadow-glow);transform:translateY(-2px)}.payment-option:before{content:"💳";font-size:clamp(1.5rem,4vw,2rem)}.payment-option:after{content:"🔒";opacity:.7;margin-left:auto;font-size:clamp(1.2rem,3vw,1.5rem)}@media (width<=480px){.payment-option:after{margin-left:0}}.payment-option .payment-label{gap:var(--space-xs);flex-direction:column;flex:1;display:flex}.payment-option .main-label{color:var(--gold-primary);font-size:clamp(.9rem,2.5vw,1.1rem);font-weight:700}.payment-option .sub-label{color:var(--text-muted);font-size:clamp(.75rem,2vw,.9rem)}.place-order-btn{width:100%;padding:clamp(.9rem, 2.5vw, var(--space-lg));margin-top:var(--space-xl);color:var(--text-inverse);border-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all var(--transition-base);justify-content:center;align-items:center;gap:var(--space-sm);background:linear-gradient(135deg,#f2cc0f 0%,#f8e076 100%);border:none;font-size:clamp(.9rem,2.5vw,1.1rem);font-weight:700;display:flex;box-shadow:0 4px 15px #ffd7004d}@media (width<=480px){.place-order-btn{padding:var(--space-md);margin-top:var(--space-lg);font-size:.9rem}}.place-order-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #ffd70066}.place-order-btn:active{transform:translateY(0)}.place-order-btn:disabled{opacity:.5;cursor:not-allowed;background:var(--border-medium);box-shadow:none;transform:none}.place-order-btn .spinner{border:3px solid #0000004d;border-top-color:var(--text-inverse);border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}form>p:last-of-type{text-align:center;color:var(--text-muted);margin-top:var(--space-md);font-size:clamp(.75rem,2vw,.85rem)}.cart-total{background:var(--dark-secondary);border:1px solid var(--border-gold);border-radius:var(--radius-xl);padding:var(--space-xxl);box-shadow:var(--shadow-subtle);height:fit-content;top:var(--space-xl);position:sticky}@media (width<=1024px){.cart-total{order:-1;position:static}}@media (width<=768px){.cart-total{padding:var(--space-lg)}}@media (width<=480px){.cart-total{padding:var(--space-md)}}.cart-total h2{margin-bottom:var(--space-lg);background:linear-gradient(135deg,#f2cc0f 0%,#f8e076 100%);-webkit-text-fill-color:transparent;padding-bottom:var(--space-md);border-bottom:1px solid var(--border-medium);text-transform:uppercase;letter-spacing:1px;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:600}@media (width<=480px){.cart-total h2{margin-bottom:var(--space-md);padding-bottom:var(--space-sm)}}.cart-items-summary{margin-bottom:var(--space-lg);max-height:400px;padding-right:var(--space-xs);scrollbar-width:thin;scrollbar-color:var(--border-gold-subtle) var(--dark-tertiary);overflow-y:auto}@media (width<=480px){.cart-items-summary{max-height:300px}}.cart-items-summary::-webkit-scrollbar{width:6px}.cart-items-summary::-webkit-scrollbar-track{background:var(--dark-tertiary);border-radius:var(--radius-full)}.cart-items-summary::-webkit-scrollbar-thumb{background:var(--border-gold-subtle);border-radius:var(--radius-full)}.cart-items-summary::-webkit-scrollbar-thumb:hover{background:var(--gold-primary)}.summary-item{justify-content:space-between;align-items:center;gap:var(--space-sm);padding:var(--space-md) 0;border-bottom:1px solid var(--border-light);flex-wrap:wrap;display:flex}.summary-item:last-child{border-bottom:none}@media (width<=480px){.summary-item{align-items:flex-start;gap:var(--space-sm);flex-direction:column}}.summary-item .item-info{align-items:center;gap:var(--space-md);flex:1;min-width:0;display:flex}@media (width<=480px){.summary-item .item-info{width:100%}}.summary-item .item-image{border-radius:var(--radius-md);border:1px solid var(--border-gold);flex-shrink:0;width:60px;height:60px;overflow:hidden}@media (width<=480px){.summary-item .item-image{width:50px;height:50px}}.summary-item .item-image img{object-fit:cover;width:100%;height:100%}.summary-item .item-name{color:var(--text-primary);margin-bottom:var(--space-xs);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}@media (width<=480px){.summary-item .item-name{white-space:normal;word-break:break-word}}.summary-item .item-details{color:var(--text-muted);font-size:clamp(.8rem,2vw,.9rem)}.summary-item .item-price{color:var(--gold-primary);white-space:nowrap;font-size:clamp(.9rem,2.5vw,1.1rem);font-weight:700}@media (width<=480px){.summary-item .item-price{white-space:normal}}.total-row{padding:var(--space-sm) 0;color:var(--text-secondary);justify-content:space-between;align-items:center;gap:var(--space-xs);flex-wrap:wrap;font-size:clamp(.9rem,2vw,1rem);display:flex}.total-row span:last-child{color:var(--text-primary);font-weight:500}.total-row.grand-total{margin-top:var(--space-md);padding-top:var(--space-md);border-top:2px solid var(--border-gold);color:var(--gold-primary);font-size:clamp(1rem,2.5vw,1.2rem);font-weight:700}.total-row.grand-total span:last-child{background:linear-gradient(135deg,#f2cc0f 0%,#f8e076 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:600}@media (width<=1024px){.order-grid{grid-template-columns:1fr}.cart-total{order:-1;position:static}}@media (width<=640px){.page-title{font-size:1.8rem}.delivery-info,.cart-total{padding:var(--space-lg)}.payment-option{padding:var(--space-md)}.payment-option:before{font-size:1.5rem}.payment-option .main-label{font-size:1rem}.payment-option .sub-label{font-size:.8rem}.place-order-btn{padding:var(--space-md);font-size:1rem}}@media (width<=480px){.page-title{font-size:1.5rem}.delivery-info,.cart-total{padding:var(--space-md);border-radius:var(--radius-lg)}.delivery-info h2{font-size:1.2rem}.form-row{gap:var(--space-sm)}.payment-option{text-align:center;flex-direction:column}.payment-option:before{font-size:1.8rem}.payment-option:after{margin-left:0}.payment-option .payment-label{align-items:center}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.payment-option:hover,.place-order-btn:hover:not(:disabled){transform:none}}input:focus-visible,select:focus-visible,.place-order-btn:focus-visible{outline:2px solid var(--gold-primary);outline-offset:2px}@media print{.place-order-page{color:#000;background:#fff}.place-order-btn,.payment-methods{display:none}.cart-items-summary::-webkit-scrollbar{display:none}.delivery-info,.cart-total{break-inside:avoid;border:1px solid #ccc}.summary-item{break-inside:avoid}}@media (height<=500px) and (orientation:landscape){.place-order-container{padding:var(--space-md)}.order-grid{gap:var(--space-lg)}.cart-items-summary{max-height:200px}.delivery-info,.cart-total{padding:var(--space-md)}}.orders-page{color:#fff;background:#0a0a0a;min-height:100vh}.orders-container{max-width:1200px;margin:0 auto;padding:40px 20px}@media (width<=768px){.orders-container{padding:30px 16px}}@media (width<=480px){.orders-container{padding:20px 12px}}.orders-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-bottom:30px;display:flex}@media (width<=480px){.orders-header{flex-direction:column;align-items:flex-start}}.orders-header .orders-title{text-transform:uppercase;font-size:clamp(24px,6vw,32px);font-weight:700}.orders-header .orders-title span{color:#666}.orders-header .orders-title .gold{color:#d4af37;margin-left:10px}.orders-header .btn-refresh{color:#fff;cursor:pointer;white-space:nowrap;background:#1a1a1a;border:1px solid #333;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:clamp(.85rem,2vw,.95rem);transition:all .3s;display:flex}@media (width<=480px){.orders-header .btn-refresh{justify-content:center;width:100%}}.orders-header .btn-refresh:hover{color:#000;background:#d4af37;border-color:#d4af37}.orders-stats{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px;display:grid}@media (width<=1024px){.orders-stats{grid-template-columns:repeat(2,1fr);gap:15px}}@media (width<=480px){.orders-stats{grid-template-columns:1fr;gap:12px}}.orders-stats .stat-card{text-align:center;background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:clamp(15px,3vw,20px);transition:all .3s}.orders-stats .stat-card:hover{border-color:#d4af37;transform:translateY(-2px)}.orders-stats .stat-card .stat-value{color:#d4af37;margin-bottom:5px;font-size:clamp(24px,5vw,28px);font-weight:700;display:block}.orders-stats .stat-card .stat-label{color:#888;text-transform:uppercase;letter-spacing:.5px;font-size:clamp(10px,2vw,12px)}.orders-filter{flex-wrap:wrap;gap:10px;margin-bottom:30px;display:flex}@media (width<=480px){.orders-filter{gap:8px}}.orders-filter .filter-btn{color:#888;cursor:pointer;white-space:nowrap;background:#1a1a1a;border:1px solid #333;border-radius:20px;padding:8px 16px;font-size:clamp(.8rem,2vw,.9rem);transition:all .3s}@media (width<=480px){.orders-filter .filter-btn{padding:6px 12px;font-size:.8rem}}.orders-filter .filter-btn:hover,.orders-filter .filter-btn.active{color:#000;background:#d4af37;border-color:#d4af37}@media (width<=480px){.orders-list{gap:15px}}.order-card{background:#1a1a1a;border:1px solid #333;border-radius:16px;transition:all .3s;overflow:hidden}.order-card:hover{border-color:#444;transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.order-card.paid{border-left:4px solid #22c55e}.order-card.new{border-color:#d4af37;animation:2s infinite pulse}.order-card__header{background:#111;border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:20px;display:flex}@media (width<=768px){.order-card__header{flex-direction:column;align-items:flex-start;gap:12px}}@media (width<=480px){.order-card__header{padding:15px}}.order-card__header .order-card__meta{flex-direction:column;gap:4px;display:flex}.order-card__header .order-card__meta .order-card__id{color:#888;font-size:clamp(12px,2.5vw,14px)}.order-card__header .order-card__meta .order-card__id strong{color:#fff;font-size:clamp(14px,3vw,16px)}.order-card__header .order-card__meta .order-card__id .new-badge{color:#000;background:#d4af37;border-radius:4px;margin-left:10px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.order-card__header .order-card__meta .order-card__date{color:#666;font-size:clamp(11px,2vw,12px)}.order-card__header .order-card__status{text-transform:uppercase;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:clamp(10px,2vw,12px);font-weight:600;display:flex}.order-card__header .order-card__status.status-delivered{color:#22c55e;background:#22c55e20}.order-card__header .order-card__status.status-shipped{color:#3b82f6;background:#3b82f620}.order-card__header .order-card__status.status-processing{color:#f59e0b;background:#f59e0b20}.order-card__header .order-card__status.status-paid{color:#10b981;background:#10b98120}.order-card__header .order-card__status.status-pending{color:#6b7280;background:#6b728020}.order-card__items{padding:20px}@media (width<=480px){.order-card__items{padding:15px}}.order-item{border-bottom:1px solid #333;gap:16px;padding:16px 0;display:flex}.order-item:last-child{border-bottom:none}.order-item:first-child{padding-top:0}@media (width<=768px){.order-item{flex-direction:column}}.order-item__image{background:#222;border:1px solid #333;border-radius:8px;flex-shrink:0;width:80px;height:80px;overflow:hidden}@media (width<=768px){.order-item__image{width:100%;height:200px}}@media (width<=480px){.order-item__image{height:180px}}.order-item__image img{object-fit:cover;width:100%;height:100%;display:block}.order-item__details{flex-direction:column;flex:1;justify-content:center;display:flex}.order-item__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}@media (width<=480px){.order-item__header{flex-direction:column;gap:6px}}.order-item__header h3{margin-bottom:4px;font-size:clamp(14px,3vw,16px);font-weight:600}.order-item__header .order-item__category{color:#888;font-size:clamp(11px,2vw,12px)}.order-item__header .order-item__price-total{color:#d4af37;font-size:clamp(16px,4vw,18px);font-weight:700}.order-item__specs{flex-wrap:wrap;gap:8px;display:flex}.order-item__specs .spec-badge{color:#888;background:#222;border-radius:4px;padding:4px 10px;font-size:clamp(10px,2vw,12px)}.order-item__specs .spec-badge.gold{color:#d4af37;background:#d4af3720}.order-card__footer{background:#111;border-top:1px solid #333;justify-content:space-between;align-items:flex-start;padding:20px;display:flex}@media (width<=768px){.order-card__footer{flex-direction:column;gap:20px}}@media (width<=480px){.order-card__footer{padding:15px}}.order-card__footer .order-card__info{flex:1}.order-card__footer .order-card__info .info-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;font-size:clamp(12px,2.5vw,14px);display:flex}@media (width<=480px){.order-card__footer .order-card__info .info-row{flex-direction:column;align-items:flex-start;gap:5px}}.order-card__footer .order-card__info .info-row span:first-child{color:#888;min-width:100px}@media (width<=480px){.order-card__footer .order-card__info .info-row span:first-child{min-width:auto}}.order-card__footer .order-card__info .info-row .payment-badge{border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}.order-card__footer .order-card__info .info-row .payment-badge.paid{color:#22c55e;background:#22c55e20}.order-card__footer .order-card__info .info-row .payment-badge.pending{color:#f59e0b;background:#f59e0b20}.order-card__footer .order-card__info .info-row .tracking-code{word-break:break-all;background:#222;border-radius:4px;padding:4px 8px;font-family:monospace;font-size:clamp(10px,2vw,12px)}.order-card__footer .order-total{text-align:right}@media (width<=768px){.order-card__footer .order-total{text-align:left}}.order-card__footer .order-total__label{color:#888;text-transform:uppercase;font-size:clamp(10px,2vw,12px);display:block}.order-card__footer .order-total__amount{color:#d4af37;font-size:clamp(20px,5vw,24px);font-weight:700}.order-address{color:#888;background:#0f0f0f;border-top:1px solid #333;flex-wrap:wrap;align-items:center;gap:10px;padding:16px 20px;font-size:clamp(11px,2.5vw,13px);display:flex}@media (width<=480px){.order-address{flex-direction:column;align-items:flex-start;gap:8px;padding:12px 15px}}.order-address svg{color:#d4af37;flex-shrink:0}.orders-empty{text-align:center;padding:clamp(40px,10vw,80px) 20px}.orders-empty__icon{margin-bottom:20px;font-size:clamp(48px,12vw,64px)}.orders-empty h2{margin-bottom:10px;font-size:clamp(20px,5vw,24px)}.orders-empty p{color:#888;margin-bottom:30px;font-size:clamp(.9rem,2.5vw,1rem)}.btn-gold{color:#000;cursor:pointer;background:#d4af37;border:none;border-radius:8px;padding:clamp(10px,2.5vw,12px) clamp(20px,5vw,30px);font-size:clamp(.9rem,2vw,1rem);font-weight:600;transition:all .3s}.btn-gold:hover{background:#e5c158;transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.btn-gold:hover{transform:none}}.orders-loader{justify-content:center;align-items:center;min-height:400px;display:flex}.orders-loader__spinner{border:3px solid #333;border-top-color:#d4af37;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@media (width<=480px){.orders-loader__spinner{width:40px;height:40px}}.orders-error{text-align:center;color:#ef4444;padding:clamp(40px,10vw,80px) 20px}.orders-error p{color:#fff;margin:20px 0;font-size:clamp(.9rem,2.5vw,1rem)}@media (width<=360px){.orders-filter{grid-template-columns:repeat(2,1fr);display:grid}.orders-filter .filter-btn{text-align:center;white-space:normal}.order-card__footer .order-card__info .info-row{flex-direction:column;align-items:flex-start;gap:5px}.order-item__header{flex-direction:column;gap:6px}}@media (height<=500px) and (orientation:landscape){.orders-container{padding:20px 16px}.orders-stats{grid-template-columns:repeat(4,1fr)}.order-item__image{height:120px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.order-card.new{animation:none}.btn-gold:hover,.orders-stats .stat-card:hover,.order-card:hover{transform:none}}@media (prefers-contrast:high){.order-card{border-width:2px}.btn-gold{border:2px solid #d4af37}.order-card__status{border:1px solid}}@media print{.orders-header .btn-refresh,.orders-filter,.btn-gold{display:none!important}.orders-page{color:#000;background:#fff}.order-card{break-inside:avoid;border:1px solid #ccc}.order-card__status{border:1px solid #ccc;color:#000!important;background:0 0!important}.btn-gold{display:none}}:root{--gold-primary:#d4af37;--gold-secondary:gold;--gold-accent:wheat;--dark-bg:#0f0f0f;--dark-card:#1a1a1a;--dark-border:#2a2a2a;--dark-text:#e0e0e0;--dark-gray:#404040;--light-gray:#666;--gradient-gold:linear-gradient(135deg, #d4af37 0%, gold 100%);--gradient-dark:linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);--shadow-sm:0 4px 6px #0000004d;--shadow-md:0 10px 25px #00000080;--shadow-lg:0 20px 40px #000000b3;--border-radius:10px;--transition:all .3s ease}.research-page{background:var(--dark-bg);color:var(--dark-text);min-height:100vh;font-family:Montserrat,Inter,-apple-system,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (width<=768px){.container{padding:0 16px}}@media (width<=480px){.container{padding:0 12px}}.section-padding{padding:80px 0}@media (width<=768px){.section-padding{padding:60px 0}}@media (width<=480px){.section-padding{padding:40px 0}}.research-hero{border-bottom:1px solid var(--dark-border);background:linear-gradient(135deg,#1a1a1a 0%,#0f0f0f 100%);padding:120px 0 80px;position:relative;overflow:hidden}@media (width<=768px){.research-hero{padding:100px 0 60px}}@media (width<=480px){.research-hero{padding:80px 0 40px}}.research-hero:before{content:"";background:radial-gradient(circle at 20% 80%,#d4af371a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#ffd7000d 0%,#0000 50%);position:absolute;inset:0}.research-hero:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--gold-primary) 50%, transparent 100%);height:1px;position:absolute;bottom:0;left:0;right:0}.research-hero .container{z-index:1;position:relative}.research-hero .hero-badge{color:var(--gold-secondary);letter-spacing:1px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#d4af371a;border:1px solid #d4af374d;border-radius:50px;margin-bottom:30px;padding:8px 24px;font-size:14px;font-weight:600;animation:.6s ease-out fadeInUp;display:inline-block}@media (width<=480px){.research-hero .hero-badge{margin-bottom:20px;padding:6px 18px;font-size:12px}}.research-hero h1{background:linear-gradient(to right, var(--gold-primary), var(--gold-secondary));color:#0000;text-shadow:0 2px 10px #d4af3733;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:clamp(2rem,6vw,3.5rem);font-weight:800;line-height:1.2;animation:.6s ease-out .2s both fadeInUp}.research-hero .hero-subtitle{color:#e0e0e0cc;max-width:600px;margin-bottom:50px;font-size:clamp(1rem,3vw,1.25rem);line-height:1.6;animation:.6s ease-out .4s both fadeInUp}@media (width<=768px){.research-hero .hero-subtitle{margin-bottom:40px}}.research-hero .hero-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:30px;margin-top:60px;display:grid}@media (width<=768px){.research-hero .hero-stats{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px}}@media (width<=480px){.research-hero .hero-stats{gap:15px}}.research-hero .hero-stats .stat{text-align:center;border-radius:var(--border-radius);border:1px solid var(--dark-border);transition:var(--transition);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1acc;padding:25px;animation:.6s ease-out .6s both fadeInUp}@media (width<=768px){.research-hero .hero-stats .stat{padding:20px}}@media (width<=480px){.research-hero .hero-stats .stat{padding:15px}}.research-hero .hero-stats .stat:hover{border-color:var(--gold-primary);transform:translateY(-5px);box-shadow:0 10px 20px #d4af371a}.research-hero .hero-stats .stat:hover .stat-value{background:linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-secondary) 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.research-hero .hero-stats .stat .stat-value{color:var(--gold-primary);transition:var(--transition);margin-bottom:10px;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:800}.research-hero .hero-stats .stat .stat-label{color:#e0e0e0b3;text-transform:uppercase;letter-spacing:1px;font-size:clamp(.75rem,2vw,.9rem)}.section-header{text-align:center;margin-bottom:60px}@media (width<=768px){.section-header{margin-bottom:40px}}.section-header .section-title{color:var(--dark-text);margin-bottom:20px;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:800}.section-header .section-title .text-gradient{background:linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-secondary) 100%);color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.section-header .section-title .text-gradient:after{content:"";background:linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-secondary) 100%);border-radius:2px;width:80px;height:3px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.section-header .section-subtitle{color:#e0e0e0b3;max-width:600px;margin:0 auto;font-size:clamp(.95rem,2.5vw,1.1rem);line-height:1.6}.studies-section{background:var(--dark-bg)}.studies-section .studies-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;display:grid}@media (width<=768px){.studies-section .studies-grid{grid-template-columns:1fr;gap:20px}}.studies-section .study-card{background:var(--dark-card);border-radius:var(--border-radius);border:1px solid var(--dark-border);transition:var(--transition);padding:30px;animation:.6s ease-out both fadeInUp;position:relative;overflow:hidden}.studies-section .study-card:first-child{animation-delay:.1s}.studies-section .study-card:nth-child(2){animation-delay:.2s}.studies-section .study-card:nth-child(3){animation-delay:.3s}.studies-section .study-card:nth-child(4){animation-delay:.4s}@media (width<=768px){.studies-section .study-card{padding:20px}}.studies-section .study-card:before{content:"";background:linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-secondary) 100%);width:4px;height:100%;transition:transform .4s;position:absolute;top:0;left:0;transform:translate(-100%)}.studies-section .study-card:hover{border-color:var(--gold-primary);box-shadow:var(--shadow-lg);transform:translateY(-10px)}.studies-section .study-card:hover:before{transform:translate(0)}.studies-section .study-card:hover .study-badge{background:linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-secondary) 100%);color:var(--dark-bg)}.studies-section .study-card:hover .btn-outline{background:linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-secondary) 100%);color:var(--dark-bg);border-color:#0000}.studies-section .study-card .study-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:20px;display:flex}.studies-section .study-card .study-header h3{color:var(--dark-text);flex:1;margin-right:15px;font-size:clamp(1.1rem,3vw,1.3rem);font-weight:700;line-height:1.4}.studies-section .study-card .study-header .study-badge{color:var(--gold-primary);transition:var(--transition);white-space:nowrap;background:#d4af371a;border:1px solid #d4af374d;border-radius:50px;padding:6px 15px;font-size:12px;font-weight:600}.studies-section .study-card .study-meta{border-bottom:1px solid var(--dark-border);grid-template-columns:1fr 1fr;gap:15px;margin-bottom:25px;padding-bottom:20px;display:grid}@media (width<=480px){.studies-section .study-card .study-meta{gap:10px}}.studies-section .study-card .study-meta .meta-item .meta-label{color:#e0e0e099;text-transform:uppercase;letter-spacing:1px;margin-bottom:5px;font-size:12px;display:block}.studies-section .study-card .study-meta .meta-item .meta-value{color:var(--gold-accent);font-size:clamp(.85rem,2vw,.95rem);font-weight:500}.studies-section .study-card .study-abstract{color:#e0e0e0cc;margin-bottom:25px;font-size:clamp(.85rem,2vw,.95rem);line-height:1.6}.studies-section .study-card .study-highlights{margin-bottom:25px}.studies-section .study-card .study-highlights h4{color:var(--gold-primary);margin-bottom:15px;font-size:clamp(.95rem,2.5vw,1.1rem);font-weight:600}.studies-section .study-card .study-highlights ul{padding:0;list-style:none}.studies-section .study-card .study-highlights ul li{color:#e0e0e0e6;word-break:break-word;margin-bottom:10px;padding-left:25px;font-size:clamp(.85rem,2vw,.95rem);line-height:1.5;position:relative}.studies-section .study-card .study-highlights ul li:before{content:"✦";color:var(--gold-primary);font-size:14px;font-weight:700;position:absolute;top:2px;left:0}.studies-section .study-card .btn-outline{justify-content:center;width:100%;margin-top:10px}.studies-section .study-card .btn-outline .btn-icon{margin-right:8px}.methodology-section{background:linear-gradient(180deg, var(--dark-bg) 0%, #111 100%);border-top:1px solid var(--dark-border);border-bottom:1px solid var(--dark-border)}.methodology-section .methodology-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:60px;display:grid}@media (width<=768px){.methodology-section .methodology-grid{grid-template-columns:1fr;gap:20px;margin-top:40px}}.methodology-section .method-card{border-radius:var(--border-radius);text-align:center;border:1px solid var(--dark-border);transition:var(--transition);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1acc;padding:40px 25px}@media (width<=768px){.methodology-section .method-card{padding:30px 20px}}.methodology-section .method-card:hover{border-color:var(--gold-primary);transform:translateY(-10px);box-shadow:0 20px 40px #00000080}.methodology-section .method-card:hover .method-icon{background:#d4af3733;transform:scale(1.1)}.methodology-section .method-card .method-icon{transition:var(--transition);width:70px;height:70px;color:var(--gold-primary);background:#d4af371a;border:2px solid #d4af374d;border-radius:50%;margin-bottom:25px;font-size:clamp(2rem,5vw,2.5rem);line-height:70px;display:inline-block}@media (width<=768px){.methodology-section .method-card .method-icon{width:60px;height:60px;font-size:1.8rem;line-height:60px}}.methodology-section .method-card h3{color:var(--dark-text);margin-bottom:15px;font-size:clamp(1.1rem,3vw,1.3rem);font-weight:700}.methodology-section .method-card p{color:#e0e0e0b3;font-size:clamp(.85rem,2vw,.95rem);line-height:1.6}.research-disclaimer .disclaimer-card{border-radius:var(--border-radius);border-left:4px solid var(--gold-primary);border:1px solid var(--dark-border);background:#1a1a1ae6;align-items:center;gap:30px;padding:40px;display:flex;position:relative;overflow:hidden}@media (width<=768px){.research-disclaimer .disclaimer-card{text-align:center;flex-direction:column;gap:20px;padding:30px 20px}}.research-disclaimer .disclaimer-card:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--gold-primary) 50%, transparent 100%);height:1px;position:absolute;top:0;left:0;right:0}.research-disclaimer .disclaimer-card .disclaimer-icon{color:var(--gold-primary);flex-shrink:0;font-size:clamp(2.5rem,6vw,3rem);animation:2s ease-in-out infinite pulseGold}.research-disclaimer .disclaimer-card .disclaimer-content h3{color:var(--gold-primary);margin-bottom:15px;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:700}.research-disclaimer .disclaimer-card .disclaimer-content p{color:#e0e0e0cc;font-size:clamp(.85rem,2vw,.95rem);line-height:1.7}.btn{cursor:pointer;transition:var(--transition);letter-spacing:.5px;border:2px solid #0000;border-radius:50px;align-items:center;padding:12px 24px;font-size:clamp(12px,2vw,14px);font-weight:600;text-decoration:none;display:inline-flex}.btn-outline{border-color:var(--gold-primary);color:var(--gold-primary);background:0 0}.btn-outline:hover{background:linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-secondary) 100%);color:var(--dark-bg);border-color:#0000}.btn-sm{padding:8px 20px;font-size:13px}@keyframes pulseGold{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.text-shimmer{background:linear-gradient(90deg, var(--gold-primary) 0%, var(--gold-secondary) 50%, var(--gold-primary) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite shimmer}.gold-glow{box-shadow:0 0 20px #d4af374d}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.research-hero .hero-stats .stat:hover,.studies-section .study-card:hover,.methodology-section .method-card:hover{transform:none}.text-shimmer,.research-disclaimer .disclaimer-card .disclaimer-icon{animation:none}}@media print{.research-page{color:#000;background:#fff}.research-hero{background:#fff;border:1px solid #ccc}.research-hero h1{color:#000!important;-webkit-text-fill-color:black!important;background:0 0!important}.btn,.hero-stats,.method-card,.study-card .btn-outline{display:none!important}.disclaimer-card{border:1px solid #ccc}}@media (width<=360px){.research-hero .hero-stats{grid-template-columns:1fr}.studies-section .study-card .study-header{flex-direction:column;align-items:flex-start}.studies-section .study-card .study-header h3{margin-right:0}.studies-section .study-card .study-meta{grid-template-columns:1fr}.methodology-section .method-card{padding:20px 15px}}@media (height<=500px) and (orientation:landscape){.research-hero{padding:80px 0 40px}.research-hero .hero-stats{margin-top:30px}.section-padding{padding:40px 0}.studies-section .study-card{padding:20px}}:root{--dark-bg:#0a0a0a;--darker-bg:#050505;--dark-card:#111;--dark-border:#1a1a1a;--dark-text:#e0e0e0;--dark-text-secondary:#a0a0a0;--gold-primary:gold;--gradient-gold:linear-gradient(135deg, #e4ce55f8 0%, #ffed4e 50%, #c9a227);--bp-sm:480px;--bp-md:768px;--bp-lg:1024px;--bp-xl:1200px}.consultation-page{background:var(--dark-bg);color:var(--dark-text);min-height:100vh}.consultation-page .section-padding{padding:3rem 1rem}@media (width>=768px){.consultation-page .section-padding{padding:4rem 1.5rem}}@media (width>=1024px){.consultation-page .section-padding{padding:6rem 2rem}}.consultation-page .dark-section{background:var(--darker-bg)}.consultation-page .text-gradient{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.consultation-hero{text-align:center;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);padding:100px 1rem 60px;position:relative}@media (width>=768px){.consultation-hero{padding:120px 1.5rem 80px}}@media (width>=1024px){.consultation-hero{padding:140px 2rem 100px}}.consultation-hero .container{z-index:2;max-width:1200px;margin:0 auto;position:relative}.consultation-hero .hero-badge{border:1px solid var(--gold-primary);color:var(--gold-primary);text-transform:uppercase;letter-spacing:1px;background:#ffd7001a;border-radius:50px;margin-bottom:1.5rem;padding:.4rem .8rem;font-size:.75rem;display:inline-block}@media (width>=768px){.consultation-hero .hero-badge{margin-bottom:2rem;padding:.5rem 1rem;font-size:.9rem}}.consultation-hero h1{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:1.75rem;font-weight:800;line-height:1.2}@media (width>=480px){.consultation-hero h1{font-size:2.25rem}}@media (width>=768px){.consultation-hero h1{margin-bottom:1.25rem;font-size:3rem}}@media (width>=1024px){.consultation-hero h1{font-size:3.75rem}}@media (width>=1200px){.consultation-hero h1{font-size:4.5rem}}.consultation-hero .hero-subtitle{color:var(--dark-text-secondary);max-width:600px;margin:0 auto 2rem;padding:0 .5rem;font-size:1rem;line-height:1.6}@media (width>=768px){.consultation-hero .hero-subtitle{margin-bottom:2.5rem;font-size:1.15rem}}@media (width>=1024px){.consultation-hero .hero-subtitle{margin-bottom:3rem;font-size:1.3rem}}.consultation-hero .hero-benefits{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:800px;margin:0 auto;display:flex}@media (width>=480px){.consultation-hero .hero-benefits{gap:1.5rem}}@media (width>=768px){.consultation-hero .hero-benefits{gap:2rem}}.consultation-hero .hero-benefits .benefit{flex-direction:column;flex:calc(50% - .5rem);align-items:center;gap:.4rem;min-width:120px;max-width:160px;display:flex}@media (width>=480px){.consultation-hero .hero-benefits .benefit{flex:0 auto;min-width:auto;max-width:none}}.consultation-hero .hero-benefits .benefit .benefit-icon{color:var(--gold-primary);font-size:1.5rem}@media (width>=768px){.consultation-hero .hero-benefits .benefit .benefit-icon{font-size:2rem}}.consultation-hero .hero-benefits .benefit .benefit-text{color:var(--dark-text-secondary);text-align:center;font-size:.8rem}@media (width>=768px){.consultation-hero .hero-benefits .benefit .benefit-text{white-space:nowrap;font-size:.9rem}}.consultation-form-section .form-wrapper{max-width:900px;margin:0 auto;padding:0 .5rem}@media (width>=768px){.consultation-form-section .form-wrapper{padding:0 1rem}}.consultation-form-section .form-intro{text-align:center;margin-bottom:2rem}@media (width>=768px){.consultation-form-section .form-intro{margin-bottom:3rem}}.consultation-form-section .form-intro h2{color:var(--gold-primary);margin-bottom:.75rem;font-size:1.75rem}@media (width>=768px){.consultation-form-section .form-intro h2{margin-bottom:1rem;font-size:2.25rem}}@media (width>=1024px){.consultation-form-section .form-intro h2{font-size:2.5rem}}.consultation-form-section .form-intro p{color:var(--dark-text-secondary);max-width:600px;margin:0 auto;padding:0 .5rem;font-size:.95rem;line-height:1.6}@media (width>=768px){.consultation-form-section .form-intro p{font-size:1rem}}.consultation-form-section .consultation-form .form-section{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:12px;margin-bottom:1.5rem;padding:1.25rem}@media (width>=480px){.consultation-form-section .consultation-form .form-section{padding:1.5rem}}@media (width>=768px){.consultation-form-section .consultation-form .form-section{margin-bottom:2rem;padding:2rem}}.consultation-form-section .consultation-form .form-section h3{color:var(--gold-primary);border-bottom:1px solid var(--dark-border);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem}@media (width>=768px){.consultation-form-section .consultation-form .form-section h3{margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.3rem}}.consultation-form-section .consultation-form .form-section .section-description{color:var(--dark-text-secondary);margin-bottom:1rem;font-size:.9rem;line-height:1.5}@media (width>=768px){.consultation-form-section .consultation-form .form-section .section-description{margin-bottom:1.5rem;font-size:.95rem}}.consultation-form-section .consultation-form .form-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.consultation-form-section .consultation-form .form-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.consultation-form-section .consultation-form .form-group{margin-bottom:1.25rem}@media (width>=768px){.consultation-form-section .consultation-form .form-group{margin-bottom:1.5rem}}.consultation-form-section .consultation-form .form-group:last-child{margin-bottom:0}.consultation-form-section .consultation-form .form-group.full-width{grid-column:1/-1}.consultation-form-section .consultation-form .form-group label{color:var(--dark-text);margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:block}@media (width>=768px){.consultation-form-section .consultation-form .form-group label{margin-bottom:.5rem;font-size:.95rem}}.consultation-form-section .consultation-form .form-group label[for]{cursor:pointer}.consultation-form-section .consultation-form .form-group input[type=text],.consultation-form-section .consultation-form .form-group input[type=email],.consultation-form-section .consultation-form .form-group input[type=tel],.consultation-form-section .consultation-form .form-group textarea,.consultation-form-section .consultation-form .form-group select{border:1px solid var(--dark-border);width:100%;color:var(--dark-text);background:#ffffff0d;border-radius:8px;padding:.65rem .875rem;font-size:.95rem;transition:all .3s}@media (width>=768px){.consultation-form-section .consultation-form .form-group input[type=text],.consultation-form-section .consultation-form .form-group input[type=email],.consultation-form-section .consultation-form .form-group input[type=tel],.consultation-form-section .consultation-form .form-group textarea,.consultation-form-section .consultation-form .form-group select{padding:.75rem 1rem;font-size:1rem}}.consultation-form-section .consultation-form .form-group input[type=text]:focus,.consultation-form-section .consultation-form .form-group input[type=email]:focus,.consultation-form-section .consultation-form .form-group input[type=tel]:focus,.consultation-form-section .consultation-form .form-group textarea:focus,.consultation-form-section .consultation-form .form-group select:focus{border-color:var(--gold-primary);background:#ffffff14;outline:none}.consultation-form-section .consultation-form .form-group input[type=text]::placeholder,.consultation-form-section .consultation-form .form-group input[type=email]::placeholder,.consultation-form-section .consultation-form .form-group input[type=tel]::placeholder,.consultation-form-section .consultation-form .form-group textarea::placeholder{color:var(--dark-text-secondary);opacity:.7}.consultation-form-section .consultation-form .form-group textarea{resize:vertical;min-height:80px;font-family:Poppins,sans-serif}@media (width>=768px){.consultation-form-section .consultation-form .form-group textarea{min-height:100px}}.consultation-form-section .consultation-form .radio-group{flex-direction:column;gap:.5rem;display:flex}@media (width>=768px){.consultation-form-section .consultation-form .radio-group{gap:.75rem}}.consultation-form-section .consultation-form .radio-group .radio-label{cursor:pointer;background:#ffffff05;border-radius:8px;align-items:center;gap:.75rem;padding:.6rem .75rem;font-size:.9rem;transition:all .3s;display:flex}@media (width>=768px){.consultation-form-section .consultation-form .radio-group .radio-label{padding:.75rem;font-size:1rem}}.consultation-form-section .consultation-form .radio-group .radio-label:hover{background:#ffffff0d}.consultation-form-section .consultation-form .radio-group .radio-label input[type=radio]{display:none}.consultation-form-section .consultation-form .radio-group .radio-label input[type=radio]:checked+.radio-custom{background:var(--gradient-gold);border-color:var(--gold-primary)}.consultation-form-section .consultation-form .radio-group .radio-label input[type=radio]:checked+.radio-custom:after{transform:scale(1)}.consultation-form-section .consultation-form .radio-group .radio-label .radio-custom{border:2px solid var(--dark-border);border-radius:50%;flex-shrink:0;width:18px;height:18px;transition:all .3s;position:relative}@media (width>=768px){.consultation-form-section .consultation-form .radio-group .radio-label .radio-custom{width:20px;height:20px}}.consultation-form-section .consultation-form .radio-group .radio-label .radio-custom:after{content:"";background:var(--dark-bg);border-radius:50%;width:8px;height:8px;transition:transform .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}@media (width>=768px){.consultation-form-section .consultation-form .radio-group .radio-label .radio-custom:after{width:10px;height:10px}}.consultation-form-section .consultation-form .checkbox-grid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (width>=480px){.consultation-form-section .consultation-form .checkbox-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.consultation-form-section .consultation-form .checkbox-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}.consultation-form-section .consultation-form .checkbox-grid .checkbox-label{cursor:pointer;background:#ffffff05;border-radius:8px;align-items:center;gap:.75rem;padding:.6rem .75rem;font-size:.9rem;transition:all .3s;display:flex}@media (width>=768px){.consultation-form-section .consultation-form .checkbox-grid .checkbox-label{padding:.75rem;font-size:1rem}}.consultation-form-section .consultation-form .checkbox-grid .checkbox-label:hover{background:#ffffff0d}.consultation-form-section .consultation-form .checkbox-grid .checkbox-label input[type=checkbox]{display:none}.consultation-form-section .consultation-form .checkbox-grid .checkbox-label input[type=checkbox]:checked+.checkbox-custom{background:var(--gradient-gold);border-color:var(--gold-primary)}.consultation-form-section .consultation-form .checkbox-grid .checkbox-label input[type=checkbox]:checked+.checkbox-custom:after{transform:translate(-50%,-50%)scale(1)}.consultation-form-section .consultation-form .checkbox-grid .checkbox-label .checkbox-custom{border:2px solid var(--dark-border);border-radius:4px;flex-shrink:0;width:18px;height:18px;transition:all .3s;position:relative}@media (width>=768px){.consultation-form-section .consultation-form .checkbox-grid .checkbox-label .checkbox-custom{width:20px;height:20px}}.consultation-form-section .consultation-form .checkbox-grid .checkbox-label .checkbox-custom:after{content:"✓";color:var(--dark-bg);font-size:10px;font-weight:700;transition:transform .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}@media (width>=768px){.consultation-form-section .consultation-form .checkbox-grid .checkbox-label .checkbox-custom:after{font-size:12px}}.consultation-form-section .consultation-form .form-submit{text-align:center;margin-top:2rem}@media (width>=768px){.consultation-form-section .consultation-form .form-submit{margin-top:3rem}}.consultation-form-section .consultation-form .form-submit .privacy-note{text-align:left;background:#ffd7000d;border-radius:8px;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}@media (width>=768px){.consultation-form-section .consultation-form .form-submit .privacy-note{margin-bottom:2rem}}.consultation-form-section .consultation-form .form-submit .privacy-note input[type=checkbox]{width:18px;height:18px;accent-color:var(--gold-primary);flex-shrink:0;margin-top:.25rem}.consultation-form-section .consultation-form .form-submit .privacy-note label{color:var(--dark-text-secondary);cursor:pointer;font-size:.85rem;line-height:1.5}@media (width>=768px){.consultation-form-section .consultation-form .form-submit .privacy-note label{font-size:.9rem}}.process-section .process-steps{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=480px){.process-section .process-steps{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.process-section .process-steps{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.process-section .process-steps .process-step{text-align:center;background:var(--dark-card);border:1px solid var(--dark-border);border-radius:12px;padding:1.5rem;transition:all .3s}@media (width>=768px){.process-section .process-steps .process-step{padding:2rem}}.process-section .process-steps .process-step:hover{border-color:var(--gold-primary);transform:translateY(-5px)}.process-section .process-steps .process-step .step-number{background:var(--gradient-gold);width:40px;height:40px;color:var(--dark-bg);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.25rem;font-weight:700;display:flex}@media (width>=768px){.process-section .process-steps .process-step .step-number{width:50px;height:50px;margin-bottom:1.5rem;font-size:1.5rem}}.process-section .process-steps .process-step h3{color:var(--gold-primary);margin-bottom:.75rem;font-size:1.1rem}@media (width>=768px){.process-section .process-steps .process-step h3{margin-bottom:1rem;font-size:1.3rem}}.process-section .process-steps .process-step p{color:var(--dark-text-secondary);font-size:.9rem;line-height:1.6}@media (width>=768px){.process-section .process-steps .process-step p{font-size:.95rem}}.consultation-faq .faq-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.consultation-faq .faq-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.consultation-faq .faq-grid .faq-item{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:12px;padding:1.25rem;transition:all .3s}@media (width>=768px){.consultation-faq .faq-grid .faq-item{padding:2rem}}.consultation-faq .faq-grid .faq-item:hover{border-color:var(--gold-primary)}.consultation-faq .faq-grid .faq-item h3{color:var(--gold-primary);margin-bottom:.75rem;font-size:1.1rem;line-height:1.3}@media (width>=768px){.consultation-faq .faq-grid .faq-item h3{margin-bottom:1rem;font-size:1.2rem}}.consultation-faq .faq-grid .faq-item p{color:var(--dark-text-secondary);font-size:.9rem;line-height:1.6}@media (width>=768px){.consultation-faq .faq-grid .faq-item p{font-size:.95rem}}.consultation-page .btn{cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}@media (width>=480px){.consultation-page .btn{width:auto}}@media (width>=768px){.consultation-page .btn{padding:.75rem 1.5rem;font-size:1rem}}.consultation-page .btn-primary{background:var(--gradient-gold);color:var(--dark-bg);border:none}.consultation-page .btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 20px #ffd70033}.consultation-page .btn-lg{padding:.875rem 1.75rem;font-size:1rem}@media (width>=768px){.consultation-page .btn-lg{padding:1rem 2rem;font-size:1.1rem}}.consultation-page .btn-icon{font-size:1.1rem}@media (width>=768px){.consultation-page .btn-icon{font-size:1.2rem}}.consultation-page .section-header{text-align:center;margin-bottom:2.5rem}@media (width>=768px){.consultation-page .section-header{margin-bottom:3rem}}@media (width>=1024px){.consultation-page .section-header{margin-bottom:4rem}}.consultation-page .section-header .section-title{margin-bottom:.75rem;font-size:1.75rem;font-weight:700}@media (width>=768px){.consultation-page .section-header .section-title{margin-bottom:1rem;font-size:2.5rem}}@media (width>=1024px){.consultation-page .section-header .section-title{font-size:3rem}}@media (width>=1200px){.consultation-page .section-header .section-title{font-size:3.5rem}}.consultation-page .section-header .section-subtitle{color:var(--dark-text-secondary);max-width:600px;margin:0 auto;padding:0 .5rem;font-size:1rem;line-height:1.6}@media (width>=768px){.consultation-page .section-header .section-subtitle{font-size:1.15rem}}@media (width>=1024px){.consultation-page .section-header .section-subtitle{font-size:1.2rem}}.policy-page{color:#e0e0e0;background:#050505;min-height:100vh;padding:clamp(40px,8vw,80px) clamp(16px,4vw,40px);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}@media (width<=480px){.policy-page{padding:clamp(100px,6vw,40px) clamp(12px,3vw,16px)}}.policy-container{background:#111;border:1px solid #1a1a1a;border-radius:20px;max-width:min(900px,95%);margin:0 auto;padding:clamp(30px,6vw,60px)}@media (width<=480px){.policy-container{border-radius:12px;padding:clamp(20px,5vw,30px)}}.policy-container h1{background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:800;line-height:1.2}.policy-container .last-updated{color:#a0a0a0;border-bottom:1px solid #1a1a1a;margin-bottom:clamp(30px,5vw,40px);padding-bottom:clamp(20px,4vw,30px);font-size:clamp(.85rem,2vw,.95rem)}section{margin-bottom:clamp(30px,5vw,40px)}section:last-of-type{margin-bottom:0}section h2{color:gold;align-items:center;gap:10px;margin-bottom:clamp(15px,3vw,20px);font-size:clamp(1.2rem,3vw,1.5rem);font-weight:700;display:flex}@media (width<=480px){section h2{flex-wrap:wrap}}section h3{color:#ffed4e;margin:clamp(20px,4vw,25px) 0 clamp(12px,2vw,15px);font-size:clamp(1rem,2.5vw,1.2rem);font-weight:600}section h4{color:#e0e0e0;margin-bottom:clamp(8px,2vw,12px);font-size:clamp(.95rem,2vw,1.1rem);font-weight:600}section p{color:#a0a0a0;margin-bottom:clamp(15px,3vw,20px);font-size:clamp(.9rem,2vw,1rem);line-height:1.8}section p strong{color:#e0e0e0}section ul{margin-bottom:clamp(15px,3vw,20px);padding:0;list-style:none}section ul li{color:#a0a0a0;margin-bottom:clamp(10px,2vw,12px);padding-left:clamp(25px,5vw,30px);font-size:clamp(.9rem,2vw,1rem);line-height:1.6;position:relative}section ul li:before{content:"›";color:gold;font-size:1.2rem;font-weight:700;position:absolute;left:0}section a{color:gold;border-bottom:1px solid #0000;text-decoration:none;transition:all .3s}section a:hover{border-bottom-color:gold}.highlight-box{background:#ffd7000d;border:1px solid #ffd70033;border-radius:12px;margin-bottom:clamp(30px,5vw,40px);padding:clamp(20px,4vw,30px)}.highlight-box h2{color:#ffed4e;margin-top:0}.highlight-box p{margin-bottom:0}.highlight-box.warning{background:#ff47570d;border-color:#ff47574d}.highlight-box.warning h2{color:#ff4757}.shipping-table{border:1px solid #1a1a1a;border-radius:12px;flex-direction:column;gap:0;margin:clamp(20px,4vw,25px) 0;display:flex;overflow:hidden}.shipping-table .shipping-row{border-bottom:1px solid #1a1a1a;grid-template-columns:2fr 1fr 1.5fr 1.5fr;align-items:center;gap:clamp(10px,2vw,15px);padding:clamp(12px,2.5vw,16px) clamp(15px,3vw,20px);display:grid}@media (width<=768px){.shipping-table .shipping-row{grid-template-columns:1fr 1fr;gap:10px}}@media (width<=480px){.shipping-table .shipping-row{grid-template-columns:1fr;padding:15px}}.shipping-table .shipping-row:last-child{border-bottom:none}.shipping-table .shipping-row.header{color:gold;background:#ffd7001a;font-size:clamp(.85rem,2vw,.95rem);font-weight:700}@media (width<=768px){.shipping-table .shipping-row.header{display:none}}.shipping-table .shipping-row:not(.header){color:#a0a0a0;font-size:clamp(.85rem,2vw,.95rem)}.shipping-table .shipping-row:not(.header) span:first-child{color:#e0e0e0;font-weight:600}@media (width<=768px){.shipping-table .shipping-row:not(.header) span:before{content:attr(data-label);color:gold;margin-bottom:4px;font-size:.75rem;display:block}}.process-steps{grid-template-columns:repeat(4,1fr);gap:clamp(15px,3vw,20px);margin:clamp(25px,5vw,30px) 0;display:grid}@media (width<=768px){.process-steps{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.process-steps{grid-template-columns:1fr}}.process-steps .step{text-align:center;background:#050505;border:1px solid #1a1a1a;border-radius:12px;padding:clamp(20px,4vw,25px);transition:all .3s}.process-steps .step:hover{border-color:gold;transform:translateY(-3px)}.process-steps .step .step-number{color:#0a0a0a;background:linear-gradient(135deg,#e4ce55f8 0%,#ffed4e 50%,#c9a227);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 15px;font-size:1.2rem;font-weight:800;display:flex}.process-steps .step h4{color:gold;margin-bottom:10px}.process-steps .step p{margin-bottom:0;font-size:clamp(.85rem,2vw,.9rem)}.policy-table{border-collapse:collapse;width:100%;margin:clamp(20px,4vw,25px) 0;font-size:clamp(.85rem,2vw,.95rem)}@media (width<=480px){.policy-table{display:block;overflow-x:auto}.policy-table thead{display:none}}.policy-table thead tr{background:#ffd7001a}.policy-table thead th{text-align:left;color:gold;border-bottom:2px solid #1a1a1a;padding:clamp(12px,2.5vw,15px);font-weight:700}.policy-table tbody tr{border-bottom:1px solid #1a1a1a}@media (width<=480px){.policy-table tbody tr{border:1px solid #1a1a1a;border-radius:8px;margin-bottom:15px;padding:15px;display:block}}.policy-table tbody tr:last-child{border-bottom:none}.policy-table tbody td{color:#a0a0a0;padding:clamp(12px,2.5vw,15px)}@media (width<=480px){.policy-table tbody td{border-bottom:1px solid #1a1a1a80;padding:8px 0;display:block}.policy-table tbody td:last-child{border-bottom:none}.policy-table tbody td:before{content:attr(data-label);color:gold;margin-bottom:4px;font-size:.75rem;font-weight:600;display:block}}.policy-table tbody td:first-child{color:#e0e0e0;font-weight:600}.contact-section{background:#ffd7000d;border:1px solid #ffd70033;border-radius:12px;margin-top:clamp(40px,6vw,50px);padding:clamp(25px,5vw,30px)}.contact-section h2{margin-top:0}.contact-section p{margin-bottom:0}@media print{.policy-page{color:#000;background:#fff;padding:20px}.policy-page .policy-container{border:1px solid #ccc;max-width:100%}.policy-page h1,.policy-page h2,.policy-page h3{color:#000!important;-webkit-text-fill-color:black!important;background:0 0!important}.highlight-box,.contact-section{background:#f5f5f5;border:1px solid #ccc}.process-steps .step,.shipping-table .shipping-row{break-inside:avoid}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.process-steps .step:hover{transform:none}}a:focus-visible,button:focus-visible{outline-offset:2px;outline:2px solid gold}@media (width<=360px){.policy-page{padding:clamp(100px,8vw,120px) clamp(8px,2vw,12px)}.policy-container{padding:15px}section h2{font-size:1.1rem}section h3{font-size:1rem}.shipping-table .shipping-row{gap:8px;padding:12px}.process-steps .step{padding:15px}.process-steps .step .step-number{width:32px;height:32px;font-size:1rem}}@media (height<=500px) and (orientation:landscape){.policy-page{padding:clamp(80px,8vw,100px) clamp(16px,4vw,40px)}.policy-container{padding:clamp(20px,4vw,30px)}.process-steps{grid-template-columns:repeat(4,1fr)}.process-steps .step{padding:15px}}@media (prefers-color-scheme:dark){.policy-page{background:#050505}}@media (prefers-contrast:high){.policy-container,.highlight-box,.contact-section{border-width:2px}section a{text-decoration:underline}}.policy-container::-webkit-scrollbar{width:8px;height:8px}.policy-container::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px}.policy-container::-webkit-scrollbar-thumb{background:#ffd7004d;border-radius:4px}.policy-container::-webkit-scrollbar-thumb:hover{background:#ffd70080}:root{--color-bg-primary:#0a0a0a;--color-bg-secondary:#111;--color-bg-tertiary:#1a1a1a;--color-border:#2a2a2a;--color-gold:gold;--color-gold-light:#ffed4e;--color-gold-dark:#c9a227;--color-gold-glow:#ffd70026;--color-text-primary:#fff;--color-text-secondary:#a0a0a0;--color-text-muted:#666;--color-success:#10b981;--color-danger:#ef4444;--color-warning:#f59e0b;--radius-sm:6px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 6px #0006;--shadow-lg:0 10px 25px #00000080;--shadow-gold:0 0 20px #ffd70026;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.35s ease;--sidebar-width:320px;--sidebar-collapsed:80px}.profile-page{background:var(--color-bg-primary);min-height:100vh;color:var(--color-text-primary);padding-top:80px}@media (width<=768px){.profile-page{padding-top:70px}}.profile-container{max-width:1400px;min-height:calc(100vh - 80px);margin:0 auto;display:flex}@media (width<=1024px){.profile-container{flex-direction:column}}.profile-sidebar{width:var(--sidebar-width);background:var(--color-bg-secondary);border-right:1px solid var(--color-border);height:fit-content;max-height:calc(100vh - 80px);padding:2rem;position:sticky;top:160px;overflow-y:auto}@media (width<=1024px){.profile-sidebar{border-right:none;border-bottom:1px solid var(--color-border);width:100%;padding:1.5rem;position:static}}@media (width<=480px){.profile-sidebar{padding:1rem}}.profile-sidebar h2{text-align:center;background:linear-gradient(135deg, var(--color-gold), var(--color-gold-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:1rem;margin-bottom:.5rem;font-size:clamp(1.2rem,4vw,1.5rem)}.profile-sidebar .user-email{text-align:center;color:var(--color-text-secondary);word-break:break-all;margin-bottom:.25rem;font-size:clamp(.8rem,2vw,.9rem)}.profile-sidebar .member-since{text-align:center;color:var(--color-text-muted);margin-bottom:1.5rem;font-size:clamp(.7rem,1.8vw,.8rem)}.profile-avatar-container{flex-direction:column;justify-content:center;align-items:center;margin-bottom:1rem;display:flex;position:relative}.profile-avatar{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--color-gold), var(--color-gold-light));border:3px solid #0000;width:120px;height:120px;padding:3px;position:relative;overflow:hidden}@media (width<=768px){.profile-avatar{width:100px;height:100px}}@media (width<=480px){.profile-avatar{width:80px;height:80px}}.profile-avatar img{object-fit:cover;border-radius:var(--radius-full);background:var(--color-bg-secondary);width:100%;height:100%;transition:opacity var(--transition-fast)}.profile-avatar img.preview-mode{opacity:.9}.profile-avatar .avatar-overlay{border-radius:var(--radius-full);opacity:0;transition:opacity var(--transition-base);cursor:pointer;color:var(--color-text-primary);background:#0009;border:none;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;display:flex;position:absolute;inset:3px}.profile-avatar .avatar-overlay:hover,.profile-avatar .avatar-overlay:focus{opacity:1}.profile-avatar .avatar-overlay .camera-icon{font-size:clamp(1.2rem,3vw,1.5rem)}.profile-avatar .avatar-overlay .overlay-text{text-transform:uppercase;letter-spacing:.5px;font-size:clamp(.65rem,1.5vw,.75rem);font-weight:600}.avatar-actions{justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.avatar-actions .btn-avatar-save,.avatar-actions .btn-avatar-cancel{border-radius:var(--radius-full);cursor:pointer;width:36px;height:36px;transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;font-size:1rem;display:flex}@media (width<=480px){.avatar-actions .btn-avatar-save,.avatar-actions .btn-avatar-cancel{width:32px;height:32px;font-size:.9rem}}.avatar-actions .btn-avatar-save:disabled,.avatar-actions .btn-avatar-cancel:disabled{opacity:.5;cursor:not-allowed}.avatar-actions .btn-avatar-save{background:var(--color-success);color:#fff}.avatar-actions .btn-avatar-save:hover:not(:disabled){transform:scale(1.1);box-shadow:0 0 15px #10b98166}.avatar-actions .btn-avatar-cancel{background:var(--color-bg-tertiary);color:var(--color-text-secondary);border:1px solid var(--color-border)}.avatar-actions .btn-avatar-cancel:hover:not(:disabled){background:var(--color-danger);color:#fff;border-color:var(--color-danger)}.profile-menu{flex-direction:column;gap:.5rem;margin-top:2rem;display:flex}@media (width<=480px){.profile-menu{gap:.25rem}}.profile-menu button{border-radius:var(--radius-md);color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);text-align:left;background:0 0;border:1px solid #0000;align-items:center;gap:.875rem;width:100%;padding:.875rem 1rem;font-size:clamp(.85rem,2vw,.95rem);display:flex;position:relative}@media (width<=480px){.profile-menu button{padding:.75rem .875rem}}.profile-menu button:hover{background:var(--color-bg-tertiary);color:var(--color-text-primary)}.profile-menu button.active{background:var(--color-gold-glow);color:var(--color-gold);border-color:#ffd70033}.profile-menu button.active:before{content:"";background:linear-gradient(to bottom, var(--color-gold), var(--color-gold-dark));border-radius:0 2px 2px 0;width:3px;height:60%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.profile-menu button .badge{background:var(--color-gold);color:var(--color-bg-primary);border-radius:var(--radius-full);text-align:center;min-width:20px;margin-left:auto;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.profile-menu button.logout-btn{color:var(--color-danger);border-color:#ef444433;margin-top:1rem}.profile-menu button.logout-btn:hover{border-color:var(--color-danger);background:#ef44441a}.profile-content{flex:1;min-height:600px;padding:1.5rem;position:relative}@media (width>=768px){.profile-content{padding:2rem}}@media (width>=1024px){.profile-content{padding:2.5rem}}@media (width<=1024px){.profile-content{min-height:auto}}@media (width<=480px){.profile-content{padding:1rem}}.profile-section{animation:.4s ease-out fadeIn}.profile-section .section-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}@media (width<=768px){.profile-section .section-header{flex-direction:column;align-items:flex-start;gap:1rem}}.profile-section .section-header h3{background:linear-gradient(135deg, var(--color-gold), var(--color-gold-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.3rem,4vw,1.75rem);font-weight:700}.profile-section .section-header .order-count{color:var(--color-text-secondary);font-size:clamp(.8rem,2vw,.9rem)}.btn-gold,.btn-dark{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:clamp(.85rem,2vw,.9rem);font-weight:600;display:inline-flex}.btn-gold:disabled,.btn-dark:disabled{opacity:.6;cursor:not-allowed}.btn-gold{background:linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-light) 50%, var(--color-gold-dark) 100%);color:var(--color-bg-primary);box-shadow:0 4px 15px #ffd70033}.btn-gold:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ffd7004d}.btn-dark{background:var(--color-bg-tertiary);color:var(--color-text-primary);border:1px solid var(--color-border)}.btn-dark:hover:not(:disabled){border-color:var(--color-gold);color:var(--color-gold)}.profile-form{width:100%;max-width:600px}@media (width<=640px){.profile-form{max-width:100%}}.profile-form .address-section{border-top:1px solid var(--color-border);margin-top:1.5rem;padding-top:1.5rem}.profile-form .address-section h4{color:var(--color-gold);margin-bottom:1rem;font-size:clamp(.95rem,2.5vw,1.1rem)}.profile-form .form-group{margin-bottom:1.25rem}.profile-form .form-group.required label:after{content:" *";color:var(--color-danger)}.profile-form .form-group label{color:var(--color-text-secondary);margin-bottom:.5rem;font-size:clamp(.85rem,2vw,.9rem);font-weight:500;display:block}.profile-form .form-group input{background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;color:var(--color-text-primary);transition:all var(--transition-fast);box-sizing:border-box;padding:.875rem 1rem;font-size:clamp(.9rem,2vw,.95rem)}@media (width<=480px){.profile-form .form-group input{padding:.75rem}}.profile-form .form-group input:focus{border-color:var(--color-gold);box-shadow:0 0 0 3px var(--color-gold-glow);outline:none}.profile-form .form-group input::placeholder{color:var(--color-text-muted)}.profile-form .form-group input:disabled{opacity:.6;cursor:not-allowed}.profile-form .form-group input.disabled{background:var(--color-bg-primary);color:var(--color-text-muted)}.profile-form .form-group .help-text{color:var(--color-text-muted);margin-top:.5rem;font-size:.8rem;display:block}.profile-form .form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=640px){.profile-form .form-row{grid-template-columns:1fr;gap:.75rem}}.profile-form .form-actions{border-top:1px solid var(--color-border);gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}@media (width<=640px){.profile-form .form-actions{flex-direction:column}.profile-form .form-actions button{width:100%}}.info-display .info-row{border-bottom:1px solid var(--color-border);flex-wrap:wrap;padding:.875rem 0;display:flex}.info-display .info-row:last-child{border-bottom:none}@media (width<=480px){.info-display .info-row{flex-direction:column;gap:.5rem}}.info-display .info-row span{width:120px;color:var(--color-text-secondary);flex-shrink:0;font-size:clamp(.85rem,2vw,.9rem)}@media (width<=480px){.info-display .info-row span{width:auto}}.info-display .info-row p{color:var(--color-text-primary);word-break:break-word;flex:1}.orders-list{flex-direction:column;gap:1.5rem;display:flex}.order-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:transform var(--transition-base), box-shadow var(--transition-base);padding:1.5rem}.order-card:hover{box-shadow:var(--shadow-gold), var(--shadow-lg);transform:translateY(-2px)}@media (width<=640px){.order-card{padding:1rem}}.order-card .order-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}@media (width<=640px){.order-card .order-header{flex-direction:column;align-items:flex-start;gap:.75rem}}.order-card .order-header>div:first-child{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.order-card .order-header .order-id{color:var(--color-gold);font-size:clamp(.95rem,2.5vw,1.1rem);font-weight:700}.order-card .order-header .order-date{color:var(--color-text-secondary);font-size:clamp(.8rem,2vw,.9rem)}.order-card .order-header .order-status{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;padding:.4rem .875rem;font-size:clamp(.7rem,1.8vw,.8rem);font-weight:600}.order-card .order-header .order-status.pending{color:var(--color-warning);background:#f59e0b26}.order-card .order-header .order-status.paid,.order-card .order-header .order-status.completed,.order-card .order-header .order-status.delivered{color:var(--color-success);background:#10b98126}.order-card .order-header .order-status.processing,.order-card .order-header .order-status.shipped{color:#3b82f6;background:#3b82f626}.order-card .order-header .order-status.cancelled,.order-card .order-header .order-status.refunded{color:var(--color-danger);background:#ef444426}.order-card .order-items{margin-bottom:1rem}.order-card .order-item{align-items:center;gap:1rem;padding:.75rem 0;display:flex}@media (width<=480px){.order-card .order-item{flex-wrap:wrap}}.order-card .order-item .item-icon{border-radius:var(--radius-sm);background:var(--color-bg-tertiary);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.order-card .order-item .item-details{flex:1;min-width:0}.order-card .order-item .item-details .item-name{color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-weight:600;overflow:hidden}@media (width<=480px){.order-card .order-item .item-details .item-name{white-space:normal;word-break:break-word}}.order-card .order-item .item-details .item-meta{color:var(--color-text-secondary);font-size:clamp(.75rem,2vw,.85rem)}.order-card .order-item .item-price{color:var(--color-gold);flex-shrink:0;font-size:clamp(.95rem,2.5vw,1.1rem);font-weight:700}.order-card .order-footer{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}@media (width<=640px){.order-card .order-footer{flex-direction:column;align-items:flex-start;gap:.75rem}}.order-card .order-footer .payment-status{align-items:center;gap:.5rem;font-size:clamp(.85rem,2vw,.9rem);font-weight:600;display:flex}.order-card .order-footer .payment-status.paid{color:var(--color-success)}.order-card .order-footer .payment-status.pending{color:var(--color-warning)}.order-card .order-footer .order-total{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.order-card .order-footer .order-total span:first-child{color:var(--color-text-secondary);font-size:clamp(.85rem,2vw,.9rem)}.order-card .order-footer .order-total strong{color:var(--color-gold);font-size:clamp(1.1rem,3vw,1.25rem)}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}@media (width<=480px){.empty-state{padding:2rem 1rem}}.empty-state .empty-icon{opacity:.5;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,4rem)}.empty-state p{color:var(--color-text-secondary);margin-bottom:1.5rem;font-size:clamp(.9rem,2vw,1rem)}.empty-state .btn-gold{margin-top:1rem}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:60vh;display:flex}.loading-container p{color:var(--color-text-secondary)}.loading-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;border-radius:var(--radius-lg);background:#0a0a0acc;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.spinner{border:3px solid var(--color-border);border-top-color:var(--color-gold);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.spinner-sm{border:2px solid var(--color-border);border-top-color:var(--color-gold);border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}.profile-sidebar::-webkit-scrollbar{width:6px}.profile-sidebar::-webkit-scrollbar-track{background:0 0}.profile-sidebar::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.profile-sidebar::-webkit-scrollbar-thumb:hover{background:var(--color-gold)}button:focus-visible,input:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.order-card:hover,.btn-gold:hover:not(:disabled){transform:none}}@media print{.profile-sidebar,.profile-menu,.btn-gold,.btn-dark{display:none!important}.profile-content{width:100%!important;margin-left:0!important}.order-card{break-inside:avoid;page-break-inside:avoid}}@media (width<=360px){.profile-page{padding-top:60px}.profile-sidebar{padding:.75rem}.profile-avatar{width:70px;height:70px}.profile-menu button{gap:.5rem;padding:.65rem .75rem}.profile-content,.order-card{padding:.75rem}.order-card .order-item{gap:.75rem}.order-card .order-item .item-icon{width:32px;height:32px;font-size:1rem}}@media (height<=500px) and (orientation:landscape){.profile-page{padding-top:70px}.profile-sidebar{max-height:calc(100vh - 70px);overflow-y:auto}.profile-avatar{width:80px;height:80px}.profile-menu{margin-top:1rem}}
