:root{--hf-primary:#22c55e;--hf-primary-rgb:34,197,94;--hf-primary-hover:#16a34a;--hf-ink:#0b1120;--hf-ink-hover:#1f2937;--hf-gray-50:#f9fafb;--hf-gray-100:#f3f4f6;--hf-gray-200:#e5e7eb;--hf-gray-300:#d1d5db;--hf-gray-400:#9ca3af;--hf-gray-500:#6b7280;--hf-gray-600:#4b5563;--hf-gray-700:#374151;--hf-gray-900:#111827;--hf-danger:#ef4444;--hf-warning:#f59e0b;--hf-info:#3b82f6;--hf-success:#22c55e;--hf-radius:0.75rem;--hf-radius-lg:1rem;--hf-font-sans:var(--primary-font,"Be Vietnam Pro",system-ui,-apple-system,"Segoe UI",sans-serif);--hf-shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--primary-color:#22c55e;--primary-color-rgb:34,197,94;--bs-primary:#22c55e;--bs-primary-rgb:34,197,94}body{color:var(--hf-gray-900)}.hf-header{position:sticky;top:0;z-index:1030;background-color:#fff;border-bottom:1px solid transparent;transition:box-shadow .25s ease,border-color .25s ease}.hf-header.is-scrolled{border-bottom-color:var(--hf-gray-100);box-shadow:0 4px 20px -8px rgba(15,23,42,.12)}.hf-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:76px}.hf-header__logo{display:inline-flex;align-items:center;flex-shrink:0}.hf-header__logo img{display:block}.hf-header__nav{display:none}@media (min-width:992px){.hf-header__nav{display:block;flex:1 1 auto}}.hf-header .hf-menu{display:flex;align-items:center;justify-content:center;gap:2rem;margin:0;padding:0;list-style:none}.hf-header .hf-menu>li{position:relative}.hf-header .hf-menu>li>a{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 0;color:var(--hf-gray-700);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease}.hf-header .hf-menu>li>a svg{width:15px;height:15px}.hf-header .hf-menu>li.active>a,.hf-header .hf-menu>li:hover>a{color:var(--hf-primary)}.hf-header .hf-menu .has-dropdown>.tp-submenu{position:absolute;top:100%;inset-inline-start:0;z-index:30;min-width:220px;margin:0;padding:.5rem;list-style:none;background:#fff;border:1px solid var(--hf-gray-100);border-radius:var(--hf-radius);box-shadow:0 12px 28px -10px rgba(15,23,42,.18);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.hf-header .hf-menu .has-dropdown>.tp-submenu li>a{display:block;padding:.5rem .75rem;border-radius:.5rem;color:var(--hf-gray-700);font-size:.85rem;font-weight:500;text-decoration:none;transition:background-color .15s ease,color .15s ease}.hf-header .hf-menu .has-dropdown>.tp-submenu li>a:hover{background-color:var(--hf-gray-50);color:var(--hf-primary)}.hf-header .hf-menu .has-dropdown:hover>.tp-submenu{opacity:1;visibility:visible;transform:translateY(0)}.hf-header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}@media (min-width:992px){.hf-header__actions{gap:.75rem}}.hf-header__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--hf-gray-700);transition:background-color .18s ease,color .18s ease}.hf-header__icon:hover{background-color:var(--hf-gray-50);color:var(--hf-primary)}.hf-header__badge{position:absolute;top:4px;inset-inline-end:2px;min-width:17px;height:17px;padding:0 4px;border-radius:9999px;background-color:var(--hf-primary);color:#fff;font-size:.65rem;font-weight:700;line-height:17px;text-align:center}@media (min-width:992px){.hf-header__burger{display:none}}.hf-header__account{position:relative}.hf-header__account-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.3rem .5rem;border:1px solid var(--hf-gray-200);border-radius:9999px;background:#fff;color:var(--hf-gray-700);font-size:.85rem;font-weight:600;cursor:pointer;transition:border-color .18s ease,background-color .18s ease}.hf-header__account-toggle:hover{background-color:var(--hf-gray-50)}.hf-header__avatar{display:inline-flex;width:30px;height:30px;border-radius:50%;overflow:hidden;background:var(--hf-gray-100)}.hf-header__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hf-header__account-caret{width:14px;height:14px;transition:transform .2s ease}.hf-header__account.is-open .hf-header__account-caret{transform:rotate(180deg)}.hf-header__account-menu{position:absolute;top:calc(100% + 8px);inset-inline-end:0;z-index:40;min-width:200px;padding:.4rem;background:#fff;border:1px solid var(--hf-gray-100);border-radius:var(--hf-radius);box-shadow:0 12px 28px -10px rgba(15,23,42,.2);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.hf-header__account-menu a{display:block;padding:.55rem .75rem;border-radius:.5rem;color:var(--hf-gray-700);font-size:.85rem;font-weight:500;text-decoration:none;transition:background-color .15s ease,color .15s ease}.hf-header__account-menu a:hover{background-color:var(--hf-gray-50);color:var(--hf-primary)}.hf-header__account-logout{margin-top:.25rem;border-top:1px solid var(--hf-gray-100);color:var(--hf-danger)!important}.hf-header__account.is-open .hf-header__account-menu{opacity:1;visibility:visible;transform:translateY(0)}.hf-btn{gap:.375rem;padding:.6rem 1.25rem;border-radius:9999px;font-size:.875rem;white-space:nowrap;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.hf-btn--ghost{border:1px solid var(--hf-gray-200)}.hf-btn--ghost:hover{border-color:var(--hf-gray-300);background:var(--hf-gray-50);color:var(--hf-gray-900)}.hf-btn--primary{border:1px solid var(--hf-primary);box-shadow:0 6px 14px -6px rgba(var(--hf-primary-rgb),.5)}.hf-btn--block{width:100%}.hf-btn.hf-btn--glass,.hf-btn.hf-btn--outline-white,.hf-btn.hf-btn--primary{color:#fff}.hf-btn.hf-btn--ghost{color:var(--hf-gray-700)}.hf-btn.hf-btn--white{color:#047857}.hf-btn.hf-btn--outline-white:hover{color:#fff}.hf-offcanvas.offcanvas__area{width:320px;max-width:85vw;display:flex;flex-direction:column;background:#fff;box-shadow:-8px 0 30px rgba(0,0,0,.12);overflow:hidden}.hf-offcanvas__head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--hf-gray-100);flex-shrink:0}.hf-offcanvas__logo-img{height:32px;width:auto;-o-object-fit:contain;object-fit:contain}.hf-offcanvas__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;background:none;border-radius:.5rem;color:var(--hf-gray-500);cursor:pointer;transition:background .2s,color .2s}.hf-offcanvas__close .icon{width:20px;height:20px}.hf-offcanvas__close:hover{background:var(--hf-gray-100);color:var(--hf-gray-900)}.hf-offcanvas__nav{flex:1;overflow-y:auto;padding:.5rem 1.25rem}.hf-offcanvas__menu{list-style:none;margin:0;padding:0}.hf-offcanvas__menu li{border-bottom:1px solid var(--hf-gray-100)}.hf-offcanvas__menu li:last-child{border-bottom:0}.hf-offcanvas__menu a{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.9rem 0;font-size:1rem;font-weight:600;color:var(--hf-gray-700);transition:color .2s}.hf-offcanvas__menu a .icon{width:16px;height:16px;color:var(--hf-gray-400)}.hf-offcanvas__menu a:hover{color:var(--hf-primary)}.hf-offcanvas__menu .tp-submenu{list-style:none;margin:0;padding-left:1rem}.hf-offcanvas__menu .tp-submenu a{font-size:.9375rem;font-weight:500;padding:.6rem 0}.hf-offcanvas__actions{flex-shrink:0;display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;border-top:1px solid var(--hf-gray-100)}.hf-footer{padding:3.5rem 0 2rem;background-color:var(--hf-ink);color:var(--hf-gray-300);border-top:1px solid hsla(0,0%,100%,.08);font-family:var(--hf-font-sans)}.hf-footer__top{margin-bottom:2.5rem}.hf-footer a{color:var(--hf-gray-400);text-decoration:none;transition:color .18s ease}.hf-footer a:hover{color:var(--hf-primary)}.hf-footer ul{list-style:none;padding-inline-start:0}.hf-footer .tp-footer-widget .footer-widget-title,.hf-footer .tp-footer-widget-title,.hf-footer .widget-title{margin-bottom:1rem;color:#fff;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.hf-footer__brand{margin-bottom:2rem}@media (min-width:992px){.hf-footer__brand{margin-bottom:0;padding-inline-end:2rem}}.hf-footer__logo{display:inline-flex;margin-bottom:1.25rem}.hf-footer__about{margin-bottom:1.25rem;color:var(--hf-gray-400);font-size:.875rem;line-height:1.7}.hf-footer__contact{display:flex;flex-direction:column;gap:.625rem;margin:0 0 1.5rem;padding:0;list-style:none}.hf-footer__contact li{display:flex;align-items:flex-start;gap:.5rem;color:var(--hf-gray-400);font-size:.875rem;line-height:1.5}.hf-footer__contact svg{flex-shrink:0;width:15px;height:15px;margin-top:2px;color:var(--hf-primary)}.hf-footer__contact a{color:var(--hf-gray-400);text-decoration:none;transition:color .18s ease}.hf-footer__contact a:hover{color:var(--hf-primary)}.hf-footer__contact-label{color:var(--hf-gray-500)}.hf-footer__social{display:flex;gap:.75rem}.hf-footer__social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:hsla(0,0%,100%,.08);color:#fff;transition:background-color .18s ease}.hf-footer__social a:hover{background-color:var(--hf-primary)}.hf-footer__social a img,.hf-footer__social a svg{width:17px;height:17px}.hf-footer__col{margin-bottom:2rem}@media (min-width:992px){.hf-footer__col{margin-bottom:0}}.hf-footer__heading{margin-bottom:1rem;color:#fff;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.hf-footer__heading--stacked{margin-top:1.75rem}.hf-footer__menu{margin:0;padding:0;list-style:none}.hf-footer__menu li{margin-bottom:.75rem}.hf-footer__menu a{color:var(--hf-gray-400);font-size:.9rem;text-decoration:none;transition:color .18s ease}.hf-footer__menu a:hover{color:var(--hf-primary)}.hf-footer__bottom{display:flex;flex-direction:column;gap:.75rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.08)}@media (min-width:768px){.hf-footer__bottom{flex-direction:row;align-items:center;justify-content:space-between}}.hf-footer__copyright{color:var(--hf-gray-500);font-size:.8rem}.hf-footer__copyright p{margin:0}.hf-footer__policy .hf-footer__policy-menu{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;margin:0;padding:0;list-style:none}.hf-footer__policy a{color:var(--hf-gray-500);font-size:.8rem;text-decoration:none;transition:color .18s ease}.hf-footer__policy a:hover{color:var(--hf-gray-300)}.hf-auth{display:flex;min-height:100vh;font-family:var(--hf-font-sans)}.hf-auth__brand{display:none;position:relative;flex-direction:column;justify-content:space-between;overflow:hidden;padding:clamp(1.75rem,4vh,2.5rem);background-color:var(--hf-ink)}@media (min-width:992px){.hf-auth__brand{display:flex;flex:0 0 42%;max-width:42%}}@media (min-width:1200px){.hf-auth__brand{padding:clamp(2rem,4.5vh,3.5rem)}}.hf-auth__glow{position:absolute;width:24rem;height:24rem;border-radius:50%;filter:blur(64px);pointer-events:none}.hf-auth__glow--top{top:-10rem;inset-inline-end:-5rem;background-color:rgba(var(--hf-primary-rgb),.08)}.hf-auth__glow--bottom{bottom:-10rem;inset-inline-start:-5rem;background-color:rgba(var(--hf-primary-rgb),.05)}.hf-auth__brand-top,.hf-auth__quote{position:relative;z-index:1}.hf-auth__brand-logo{display:inline-block;margin-bottom:clamp(1rem,3.5vh,2.25rem)}.hf-auth__brand-logo img{height:40px;width:auto;-o-object-fit:contain;object-fit:contain}.hf-auth__brand-title{margin-bottom:clamp(.5rem,1.5vh,1rem);color:#fff;font-size:clamp(1.5rem,3.4vh,1.875rem);font-weight:700;line-height:1.375}@media (min-width:1200px){.hf-auth__brand-title{font-size:clamp(1.75rem,4vh,2.25rem)}}.hf-auth__brand-title .hf-accent{color:var(--hf-primary)}.hf-auth__brand-lead{margin-bottom:clamp(1rem,3vh,1.75rem);color:var(--hf-gray-400);line-height:1.625}.hf-auth__perks{display:flex;flex-direction:column;gap:clamp(.5rem,1.6vh,.875rem);margin:0 0 clamp(1rem,3vh,1.75rem);padding:0;list-style:none}.hf-auth__perk{display:flex;align-items:center;gap:.75rem;color:var(--hf-gray-300);font-size:.875rem}.hf-auth__perk-icon{display:inline-flex;flex:0 0 2rem;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;background-color:rgba(var(--hf-primary-rgb),.2);color:var(--hf-primary)}.hf-auth__perk-icon svg{width:15px;height:15px}.hf-auth__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}.hf-auth__stat{padding:clamp(.5rem,1.4vh,.75rem);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--hf-radius);background-color:hsla(0,0%,100%,.05);text-align:center}.hf-auth__stat-value{margin:0;color:#fff;font-size:.875rem;font-weight:700}.hf-auth__stat-label{margin:.125rem 0 0;color:var(--hf-gray-500);font-size:.75rem}.hf-auth__quote{margin:clamp(1rem,2.5vh,1.5rem) 0 0;padding:clamp(.875rem,2vh,1.25rem);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--hf-radius-lg);background-color:hsla(0,0%,100%,.05)}.hf-auth__quote blockquote{margin:0 0 .75rem;padding:0;border:0;background:none;color:var(--hf-gray-300);font-size:.875rem;font-style:normal;line-height:1.625}.hf-auth__quote blockquote:after,.hf-auth__quote blockquote:before{content:none}.hf-auth__quote-author{display:flex;align-items:center;gap:.75rem}.hf-auth__avatar{display:inline-flex;flex:0 0 2.25rem;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background-color:var(--hf-primary);color:#fff;font-size:.875rem;font-weight:700}.hf-auth__quote-name{display:block;color:#fff;font-size:.875rem;font-weight:600}.hf-auth__quote-role{display:block;color:var(--hf-gray-400);font-size:.75rem}.hf-auth__panel{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;min-width:0;padding:3rem 1.5rem;background-color:#fff}.hf-auth__mobile-logo{display:block;margin-bottom:2rem}.hf-auth__mobile-logo img{height:36px;width:auto;-o-object-fit:contain;object-fit:contain}@media (min-width:992px){.hf-auth__mobile-logo{display:none}}.hf-auth__form{width:100%;max-width:28rem}.hf-auth__heading{margin-bottom:.25rem;color:var(--hf-gray-900);font-size:1.5rem;font-weight:700}@media (min-width:768px){.hf-auth__heading{font-size:1.875rem}}.hf-auth__subheading{margin-bottom:2rem;color:var(--hf-gray-400);font-size:.875rem}.hf-auth__divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;color:var(--hf-gray-400);font-size:.75rem}.hf-auth__divider:after,.hf-auth__divider:before{content:"";flex:1 1 auto;height:1px;background-color:var(--hf-gray-100)}.hf-auth a{color:var(--hf-primary);font-weight:600;text-decoration:none}.hf-auth a:hover{text-decoration:underline}.hf-auth .form-group{position:relative;margin-bottom:1.25rem}.hf-auth .form-label{display:block;margin-bottom:.375rem;color:var(--hf-gray-700);font-size:.875rem;font-weight:600}.hf-auth .form-control{width:100%;padding:.875rem 1rem;border:1px solid var(--hf-gray-200);border-radius:var(--hf-radius);background-color:var(--hf-gray-50);color:var(--hf-gray-900);font-size:.875rem;line-height:1.5;transition:border-color .2s ease,box-shadow .2s ease}.hf-auth .form-control::-moz-placeholder{color:var(--hf-gray-400)}.hf-auth .form-control::placeholder{color:var(--hf-gray-400)}.hf-auth .form-control:focus{outline:none;border-color:var(--hf-primary);box-shadow:0 0 0 3px rgba(var(--hf-primary-rgb),.3)}.hf-auth .form-control.is-invalid{border-color:var(--hf-danger)}.hf-auth .form-control.is-invalid:focus{box-shadow:0 0 0 3px rgba(239,68,68,.2)}.hf-auth .form-control.ps-5{padding-inline-start:2.75rem!important}.hf-auth .auth-input-icon{position:absolute;inset-inline-start:1rem;top:50%;transform:translateY(-50%);z-index:3;padding:0;border:0;background:transparent;color:var(--hf-gray-400);pointer-events:none}.hf-auth .auth-input-icon svg{width:16px;height:16px;stroke-width:1.75}.hf-auth .input-group{position:relative;display:block}.hf-auth .input-password-toggle{position:absolute;inset-inline-end:0;top:0;z-index:3;display:inline-flex;align-items:center;height:100%;padding:0 1rem;color:var(--hf-gray-400);cursor:pointer}.hf-auth .input-password-toggle:hover{color:var(--hf-gray-600)}.hf-auth .input-password-toggle svg{width:17px;height:17px}.hf-auth .form-check{display:flex;align-items:flex-start;gap:.75rem;min-height:auto;margin:0;padding:0}.hf-auth .form-check-input{flex:0 0 1.25rem;width:1.25rem;height:1.25rem;margin:.0625rem 0 0;border:2px solid var(--hf-gray-300);border-radius:.25rem;cursor:pointer}.hf-auth .form-check-input:checked{border-color:var(--hf-primary);background-color:var(--hf-primary)}.hf-auth .form-check-input:focus{border-color:var(--hf-primary);box-shadow:0 0 0 3px rgba(var(--hf-primary-rgb),.25)}.hf-auth .form-check-label{margin:0;color:var(--hf-gray-600);font-size:.875rem;font-weight:400;line-height:1.4;cursor:pointer}.hf-auth .btn-auth-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;border:0;border-radius:var(--hf-radius);background-color:var(--hf-ink);box-shadow:var(--hf-shadow-lg);color:#fff;font-size:.875rem;font-weight:700;transition:background-color .2s ease}.hf-auth .btn-auth-submit:focus,.hf-auth .btn-auth-submit:hover{background-color:var(--hf-ink-hover);color:#fff}.hf-auth .btn-auth-submit svg{width:16px;height:16px}.hf-auth .d-grid{margin-top:.25rem}.hf-auth .alert{margin-bottom:1.25rem;padding:.875rem 1rem;border:0;border-radius:var(--hf-radius);font-size:.875rem}.hf-auth .alert-success{background-color:rgba(34,197,94,.1);color:#15803d}.hf-auth .alert-danger{background-color:rgba(239,68,68,.1);color:#b91c1c}.hf-auth .alert-warning{background-color:rgba(245,158,11,.1);color:#b45309}.hf-auth .invalid-feedback,.hf-auth .text-danger{display:block;margin-top:.375rem;color:var(--hf-danger)!important;font-size:.75rem}.hf-auth .invalid-feedback[hidden],.hf-auth .text-danger[hidden]{display:none}.hf-auth .row.g-0{align-items:center}.hf-auth .form-group+.hf-password-strength{margin-top:-1rem;margin-bottom:1.25rem}.hf-auth .mt-3.text-center{margin-top:1.5rem!important;color:var(--hf-gray-400);font-size:.875rem}.hf-auth .mt-3.text-center .text-decoration-underline{text-decoration:none!important}.hf-auth .mt-3.text-center .text-decoration-underline:hover{text-decoration:underline!important}.hf-auth .btn-social-login-wrapper,.hf-auth .social-login{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.hf-auth .btn-social-login-wrapper .btn,.hf-auth .btn-social-login-wrapper a,.hf-auth .social-login .btn,.hf-auth .social-login a{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:.75rem;border:1px solid var(--hf-gray-200);border-radius:var(--hf-radius);background-color:#fff;color:var(--hf-gray-700);font-size:.875rem;font-weight:500}.hf-auth .btn-social-login-wrapper .btn:hover,.hf-auth .btn-social-login-wrapper a:hover,.hf-auth .social-login .btn:hover,.hf-auth .social-login a:hover{background-color:var(--hf-gray-50);text-decoration:none}.hf-auth .iti{display:block;width:100%}.hf-auth .iti__flag-container{padding:0}.hf-auth .iti__selected-flag{padding:0 .5rem 0 .75rem;border-inline-end:1px solid var(--hf-gray-200);border-start-start-radius:var(--hf-radius);border-end-start-radius:var(--hf-radius);background-color:var(--hf-gray-100)}.hf-auth .iti__country-list{margin-top:.25rem;border:1px solid var(--hf-gray-200);border-radius:var(--hf-radius);box-shadow:0 12px 24px -8px rgba(0,0,0,.15);font-size:.875rem}.hf-auth .iti__country.iti__highlight{background-color:rgba(var(--hf-primary-rgb),.1)}.hf-password-strength{display:none;align-items:center;gap:.5rem;margin-top:.5rem}.hf-password-strength.is-visible{display:flex}.hf-password-strength__bars{display:flex;flex:1 1 auto;gap:.25rem}.hf-password-strength__bar{flex:1 1 0;height:4px;border-radius:9999px;background-color:var(--hf-gray-200);transition:background-color .2s ease}.hf-password-strength__label{font-size:.75rem;font-weight:600}.hf-password-strength[data-score="1"] .hf-password-strength__bar.is-on{background-color:#f87171}.hf-password-strength[data-score="2"] .hf-password-strength__bar.is-on{background-color:#facc15}.hf-password-strength[data-score="3"] .hf-password-strength__bar.is-on{background-color:#60a5fa}.hf-password-strength[data-score="4"] .hf-password-strength__bar.is-on{background-color:#22c55e}.hf-password-strength[data-score="1"] .hf-password-strength__label{color:#f87171}.hf-password-strength[data-score="2"] .hf-password-strength__label{color:#eab308}.hf-password-strength[data-score="3"] .hf-password-strength__label{color:#3b82f6}.hf-password-strength[data-score="4"] .hf-password-strength__label{color:#22c55e}.hf-hero{position:relative;padding:3.5rem 0 2.5rem;overflow:hidden}@media (min-width:992px){.hf-hero{padding:6rem 0 5rem}}.hf-hero__glow{position:absolute;top:-12%;inset-inline-end:-10%;z-index:-1;width:720px;height:720px;max-width:80vw;border-radius:50%;background:rgba(var(--hf-primary-rgb),.06);filter:blur(80px);pointer-events:none}.hf-hero__grid{display:grid;gap:2rem;align-items:center}@media (min-width:992px){.hf-hero__grid{grid-template-columns:1fr 1fr;gap:3rem}}.hf-hero__text{max-width:36rem}.hf-hero__badge{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.375rem .85rem;border:1px solid rgba(var(--hf-primary-rgb),.2);border-radius:9999px;background:rgba(var(--hf-primary-rgb),.1);color:var(--hf-primary);font-size:.875rem;font-weight:500}.hf-hero__badge svg{width:14px;height:14px}.hf-hero__title{margin-bottom:1rem;color:var(--hf-gray-900);font-size:clamp(1.85rem,5vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.02em}.hf-hero__lead{margin-bottom:1.5rem;color:var(--hf-gray-600);font-size:1rem;line-height:1.7}.hf-hero__actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}@media (min-width:480px){.hf-hero__actions{flex-direction:row}}.hf-hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1.5rem;border-top:1px solid var(--hf-gray-100)}.hf-hero__stat-value{margin:0;color:var(--hf-gray-900);font-size:clamp(1.5rem,4vw,1.875rem);font-weight:800}.hf-hero__stat-label{margin:.15rem 0 0;color:var(--hf-gray-500);font-size:.8rem}.hf-hero__mosaic{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:.5rem;height:220px}@media (min-width:640px){.hf-hero__mosaic{gap:.75rem;height:360px}}@media (min-width:992px){.hf-hero__mosaic{height:520px}}.hf-hero__mosaic-main{grid-row:span 2;border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px -18px rgba(15,23,42,.3)}@media (min-width:992px){.hf-hero__mosaic-main{border-radius:1.5rem}}.hf-hero__mosaic-tile{border-radius:1rem;overflow:hidden;box-shadow:0 12px 28px -14px rgba(15,23,42,.28)}.hf-hero__mosaic-tile--top{display:none}@media (min-width:640px){.hf-hero__mosaic-tile--top{display:block}}.hf-hero__mosaic-tile--bottom{grid-row:span 2}@media (min-width:640px){.hf-hero__mosaic-tile--bottom{grid-row:span 1}}.hf-hero__mosaic img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hf-marquee{display:flex;width:100%;padding:.85rem 0;overflow:hidden;background:var(--hf-ink);color:var(--hf-primary);white-space:nowrap}.hf-marquee__track{display:flex;align-items:center;gap:2.5rem;width:-moz-max-content;width:max-content;padding-inline-end:2.5rem;animation:hf-marquee 28s linear infinite}.hf-marquee__item{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.hf-marquee__item svg{width:14px;height:14px;flex-shrink:0}.hf-marquee__dot{margin-inline-start:2.5rem;opacity:.3}@keyframes hf-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hf-btn--lg{padding:.8rem 1.5rem;border-radius:.85rem;font-size:.95rem}.hf-accent{color:var(--hf-primary)}.hf-section-head{margin-bottom:2rem}@media (min-width:768px){.hf-section-head{margin-bottom:3.5rem}}.hf-section-head--center{max-width:48rem;margin-inline:auto;text-align:center}.hf-eyebrow{margin-bottom:.75rem;color:var(--hf-primary);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em}.hf-section-title{color:var(--hf-gray-900);font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;line-height:1.2;letter-spacing:.01em}.hf-section-title--sm{font-size:clamp(1.25rem,3vw,1.875rem)}.hf-section-sub{margin-top:.75rem;color:var(--hf-gray-500);font-size:.95rem;line-height:1.6}.hf-stars{display:inline-flex;gap:.15rem;color:#facc15}.hf-stars svg{width:15px;height:15px}.hf-link-arrow{display:inline-flex;align-items:center;gap:.375rem;color:var(--hf-primary);font-size:.9rem;font-weight:600;text-decoration:none;white-space:nowrap}.hf-link-arrow svg{width:15px;height:15px}.hf-link-arrow:hover{text-decoration:underline;text-underline-offset:4px}.hf-btn--glass{border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1);color:#fff}.hf-btn--glass:hover{background:hsla(0,0%,100%,.2);color:#fff}.hf-services{padding:3rem 0;background:#f0fdf4}@media (min-width:768px){.hf-services{padding:6rem 0}}.hf-services__italic{margin:0 0 .5rem;color:var(--hf-gray-500);font-size:.9rem;font-style:italic}.hf-services__desc{margin:0;color:var(--hf-gray-600);font-size:.9rem;line-height:1.7}.hf-services__grid{display:grid;gap:2rem;align-items:center}@media (min-width:992px){.hf-services__grid{grid-template-columns:1fr 1fr;gap:3.5rem}}.hf-services__features{display:grid;gap:1rem}@media (min-width:640px){.hf-services__features{grid-template-columns:1fr 1fr}}.hf-services__media{position:relative}.hf-services__media>img{width:100%;height:240px;-o-object-fit:cover;object-fit:cover;border-radius:1rem;box-shadow:0 20px 40px -18px rgba(15,23,42,.3)}@media (min-width:640px){.hf-services__media>img{height:380px}}@media (min-width:992px){.hf-services__media>img{height:520px;border-radius:1.5rem}}.hf-services__quote{position:absolute;bottom:-1rem;inset-inline-start:1rem;max-width:240px;padding:1rem;background:#fff;border:1px solid var(--hf-gray-100);border-radius:1rem;box-shadow:0 18px 36px -16px rgba(15,23,42,.25)}@media (min-width:768px){.hf-services__quote{bottom:-1.5rem;inset-inline-start:-1.5rem}}.hf-services__quote p{margin:.5rem 0 0;color:var(--hf-gray-900);font-size:.78rem;line-height:1.5;font-weight:500}.hf-feature-card{padding:1.25rem;background:#fff;border:1px solid #ecfdf3;border-radius:1rem;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:box-shadow .2s ease}.hf-feature-card:hover{box-shadow:0 12px 24px -14px rgba(15,23,42,.18)}.hf-feature-card__icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-bottom:.75rem;border-radius:.75rem;background:rgba(var(--hf-primary-rgb),.1);color:var(--hf-primary)}.hf-feature-card__icon svg{width:20px;height:20px}.hf-feature-card__title{margin:0 0 .375rem;color:var(--hf-gray-900);font-size:.95rem;font-weight:700}.hf-feature-card__desc{margin:0;color:var(--hf-gray-500);font-size:.82rem;line-height:1.6}.hf-bestseller{padding:3rem 0;background:#fff}@media (min-width:768px){.hf-bestseller{padding:6rem 0}}.hf-bestseller__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}@media (min-width:992px){.hf-bestseller__grid{grid-template-columns:repeat(4,1fr)}}.hf-gift-card{overflow:hidden;background:var(--hf-gray-50);border-radius:1rem;transition:box-shadow .2s ease}.hf-gift-card:hover{box-shadow:0 18px 32px -18px rgba(15,23,42,.22)}.hf-gift-card:hover .hf-gift-card__media img{transform:scale(1.08)}.hf-gift-card__media{aspect-ratio:1/1;overflow:hidden}.hf-gift-card__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.hf-gift-card__body{padding:1rem}.hf-gift-card__title{margin:0 0 .25rem;color:var(--hf-gray-900);font-size:.95rem;font-weight:700}.hf-gift-card__price{margin:0 0 .85rem;color:var(--hf-gray-500);font-size:.82rem}.hf-gift-card__price span{color:var(--hf-primary);font-weight:700}.hf-gift-card__btn{display:block;padding:.55rem;border:2px solid var(--hf-gray-900);border-radius:.75rem;color:var(--hf-gray-900);font-size:.82rem;font-weight:600;text-align:center;text-decoration:none;transition:background-color .2s ease,color .2s ease}.hf-gift-card__btn:hover{background:var(--hf-gray-900);color:#fff}.hf-categories{padding:3rem 0;background:var(--hf-gray-50);border-block:1px solid var(--hf-gray-100)}@media (min-width:768px){.hf-categories{padding:6rem 0}}.hf-categories__head{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.75rem}@media (min-width:640px){.hf-categories__head{flex-direction:row;align-items:flex-end;justify-content:space-between}}@media (min-width:768px){.hf-categories__head{margin-bottom:2.5rem}}.hf-categories__grid{display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.hf-categories__grid{gap:1.25rem}}@media (min-width:992px){.hf-categories__grid{grid-template-columns:repeat(4,1fr)}}.hf-cat-card{position:relative;display:block;overflow:hidden;border-radius:1rem;text-decoration:none;box-shadow:0 1px 3px rgba(15,23,42,.08);transition:box-shadow .3s ease}.hf-cat-card:hover{box-shadow:0 22px 40px -18px rgba(15,23,42,.32)}.hf-cat-card:hover img{transform:scale(1.1)}.hf-cat-card:hover .hf-cat-card__title{transform:translateY(-4px)}.hf-cat-card__media{aspect-ratio:3/4}@media (min-width:640px){.hf-cat-card__media{aspect-ratio:4/5}}.hf-cat-card__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .7s ease}.hf-cat-card__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75),rgba(0,0,0,.1) 55%,transparent)}.hf-cat-card__title{position:absolute;inset-inline-start:0;bottom:0;width:100%;margin:0;padding:1rem;color:#fff;font-size:1.05rem;font-weight:700;transition:transform .3s ease}@media (min-width:640px){.hf-cat-card__title{font-size:1.25rem;padding:1.25rem}}.hf-tabs{padding:3rem 0;background:#fff}@media (min-width:768px){.hf-tabs{padding:6rem 0}}.hf-tabs__bar{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem}@media (min-width:768px){.hf-tabs__bar{margin-bottom:3rem}}.hf-tabs__btn{padding:.7rem 1.5rem;border:2px solid var(--hf-gray-200);border-radius:9999px;background:#fff;color:var(--hf-gray-500);font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.hf-tabs__btn:hover{border-color:rgba(var(--hf-primary-rgb),.4);color:var(--hf-primary)}.hf-tabs__btn.is-active{background:var(--hf-primary);border-color:var(--hf-primary);color:#fff}.hf-tabs__panel{display:none}.hf-tabs__panel.is-active{display:block}.hf-tabs__foot{margin-top:2rem;text-align:center}.hf-product-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}@media (min-width:992px){.hf-product-grid{grid-template-columns:repeat(3,1fr)}}.hf-product-card{display:block;padding:.85rem;border:1px solid var(--hf-gray-100);border-radius:1rem;background:#fff;text-decoration:none;transition:box-shadow .3s ease,border-color .3s ease}.hf-product-card:hover{border-color:var(--hf-gray-200);box-shadow:0 20px 40px -15px rgba(0,0,0,.1)}.hf-product-card:hover .hf-product-card__media img{transform:scale(1.05)}.hf-product-card:hover .hf-product-card__cart{opacity:1;transform:translateY(0)}.hf-product-card__media{position:relative;aspect-ratio:4/3;margin-bottom:.75rem;overflow:hidden;border-radius:.75rem;background:var(--hf-gray-50)}.hf-product-card__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.hf-product-card__badge{position:absolute;top:.5rem;inset-inline-start:.5rem;padding:.1rem .4rem;border-radius:.375rem;background:#ef4444;color:#fff;font-size:.65rem;font-weight:700}.hf-product-card__cart{position:absolute;bottom:.5rem;inset-inline-end:.5rem;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:hsla(0,0%,100%,.9);color:var(--hf-gray-900);box-shadow:0 8px 18px -8px rgba(15,23,42,.4);opacity:0;transform:translateY(8px);transition:all .25s ease}.hf-product-card__cart svg{width:14px;height:14px}.hf-product-card__cart:hover{background:var(--hf-primary);color:#fff}.hf-product-card__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:.375rem}.hf-product-card__rating{display:inline-flex;align-items:center;gap:.2rem;color:var(--hf-gray-600);font-size:.75rem}.hf-product-card__rating svg{width:12px;height:12px;color:#facc15}.hf-product-card__sold{color:var(--hf-gray-400);font-size:.65rem}.hf-product-card__title{margin:0 0 .375rem;color:var(--hf-gray-900);font-size:.85rem;font-weight:700;line-height:1.4}.hf-product-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.4rem}.hf-product-card__from{color:var(--hf-primary);font-size:.85rem;font-weight:700}.hf-product-card__original{color:var(--hf-gray-400);font-size:.75rem;text-decoration:line-through}.hf-strengths{padding:3rem 0;background:var(--hf-ink);overflow:hidden}@media (min-width:768px){.hf-strengths{padding:6rem 0}}.hf-strengths__title{color:#fff;font-size:clamp(1.5rem,5vw,3rem);font-weight:700}.hf-strengths__grid{display:grid;gap:1rem}@media (min-width:640px){.hf-strengths__grid{grid-template-columns:1fr 1fr}}.hf-strength-card{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;border:1px solid hsla(0,0%,100%,.1);border-radius:1rem;background:hsla(0,0%,100%,.05);transition:background-color .2s ease}@media (min-width:768px){.hf-strength-card{padding:1.75rem}}.hf-strength-card:hover{background:hsla(0,0%,100%,.08)}.hf-strength-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.hf-strength-card__num{color:rgba(var(--hf-primary-rgb),.25);font-size:2.5rem;font-weight:900;line-height:1}.hf-strength-card__thumb{width:4rem;height:4rem;border-radius:.75rem;overflow:hidden;flex-shrink:0;opacity:.85}@media (min-width:768px){.hf-strength-card__thumb{width:5rem;height:5rem}}.hf-strength-card__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hf-strength-card__head{display:flex;align-items:center;gap:.65rem}.hf-strength-card__icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;flex-shrink:0;background:rgba(var(--hf-primary-rgb),.2);color:var(--hf-primary)}.hf-strength-card__icon svg{width:16px;height:16px}.hf-strength-card__name{margin:0;color:#fff;font-size:1rem;font-weight:700;line-height:1.2}@media (min-width:768px){.hf-strength-card__name{font-size:1.25rem}}.hf-strength-card__sub{margin:.15rem 0 0;color:rgba(var(--hf-primary-rgb),.6);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.hf-strength-card__desc{margin:0;color:var(--hf-gray-400);font-size:.85rem;line-height:1.6}.hf-reviews{padding:3rem 0;background:#fff}@media (min-width:768px){.hf-reviews{padding:6rem 0}}.hf-reviews__carousel{position:relative}.hf-reviews__viewport{overflow:hidden;border-radius:1rem}.hf-reviews__track{display:flex;transition:transform .45s cubic-bezier(.4,0,.2,1)}.hf-reviews__slide{flex:0 0 100%;display:grid;gap:1rem}@media (min-width:640px){.hf-reviews__slide{grid-template-columns:1fr 1fr}}.hf-reviews__nav{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid var(--hf-gray-200);border-radius:50%;background:#fff;color:var(--hf-gray-600);box-shadow:0 8px 18px -10px rgba(15,23,42,.25);cursor:pointer;z-index:2;transition:color .2s ease,border-color .2s ease}.hf-reviews__nav:hover{color:var(--hf-primary);border-color:var(--hf-primary)}.hf-reviews__nav svg{width:18px;height:18px}.hf-reviews__nav--prev{inset-inline-start:-.75rem}@media (min-width:768px){.hf-reviews__nav--prev{inset-inline-start:-1.25rem}}.hf-reviews__nav--next{inset-inline-end:-.75rem}@media (min-width:768px){.hf-reviews__nav--next{inset-inline-end:-1.25rem}}.hf-reviews__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.hf-reviews__dot{width:.5rem;height:.5rem;padding:0;border:0;border-radius:9999px;background:var(--hf-gray-300);cursor:pointer;transition:all .3s ease}.hf-reviews__dot:hover{background:var(--hf-gray-400)}.hf-reviews__dot.is-active{width:2rem;background:var(--hf-primary)}.hf-review-card{display:flex;flex-direction:column;gap:1rem;height:100%;margin:0;padding:1.25rem;border:1px solid var(--hf-gray-100);border-radius:1rem;background:var(--hf-gray-50)}@media (min-width:640px){.hf-review-card{padding:1.75rem}}.hf-review-card blockquote{flex:1;margin:0;padding:0;border:0;background:none;color:var(--hf-gray-700);font-size:.95rem;line-height:1.7;font-style:normal}.hf-review-card blockquote:after,.hf-review-card blockquote:before{content:none}.hf-review-card__author{display:flex;align-items:center;gap:.75rem;padding-top:.75rem;border-top:1px solid var(--hf-gray-100)}.hf-review-card__avatar{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:50%;background:rgba(var(--hf-primary-rgb),.15);color:var(--hf-primary);font-weight:700}.hf-review-card__name{display:flex;align-items:center;gap:.4rem;color:var(--hf-gray-900);font-size:.85rem;font-weight:600}.hf-review-card__name img{border-radius:2px}.hf-review-card__role{display:block;color:var(--hf-gray-400);font-size:.75rem}.hf-partners{padding:2.5rem 0;background:var(--hf-gray-50);border-block:1px solid var(--hf-gray-100)}@media (min-width:768px){.hf-partners{padding:5rem 0}}.hf-partners__diagram{display:none}@media (min-width:768px){.hf-partners__diagram{display:flex;align-items:center;max-width:64rem;margin-inline:auto}}.hf-partners__col{display:flex;flex-direction:column;gap:1.5rem;flex-shrink:0;width:190px}.hf-partners__center{position:relative;flex:1;align-self:stretch;min-width:0}.hf-partners__lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.hf-partners__hub{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:92px;height:92px;border:2px solid rgba(var(--hf-primary-rgb),.4);border-radius:1rem;background:#fff;box-shadow:0 18px 36px -16px rgba(15,23,42,.3);display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:1}.hf-partners__hub img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:.5rem}@media (min-width:768px){.hf-partners__mobile{display:none}}.hf-partners__mobile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.5rem}.hf-partners__mobile-item{display:flex;flex-direction:column;align-items:center;gap:.375rem}.hf-partners__mobile-logo{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border:1px solid var(--hf-gray-200);border-radius:.75rem;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.06)}.hf-partners__mobile-name{color:var(--hf-gray-600);font-size:.6rem;font-weight:500;text-align:center;line-height:1.2}.hf-partners__mobile-hub{display:flex;justify-content:center}.hf-partners__mobile-hub img{width:5rem;height:5rem;-o-object-fit:contain;object-fit:contain;padding:.5rem;border:2px solid rgba(var(--hf-primary-rgb),.4);border-radius:1rem;background:#fff;box-shadow:0 18px 36px -16px rgba(15,23,42,.3)}.hf-partner-card{display:flex;align-items:center;gap:.75rem;height:72px;padding:0 1rem;border:1px solid var(--hf-gray-200);border-radius:.75rem;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.06);transition:box-shadow .2s ease}.hf-partner-card:hover{box-shadow:0 10px 22px -12px rgba(15,23,42,.22)}.hf-partner-card__logo{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0}.hf-partner-card__name{color:var(--hf-gray-800);font-size:.875rem;font-weight:600}.hf-partner-card__lazada{display:flex;align-items:center;width:2rem;height:2rem;overflow:hidden}.hf-partner-card__lazada img{height:2rem;width:auto;max-width:none}.hf-cta{padding:2.5rem 0;background:#f0fdf4}@media (min-width:768px){.hf-cta{padding:4rem 0}}.hf-cta__card{display:grid;overflow:hidden;border-radius:1.25rem;background:var(--hf-ink);box-shadow:0 30px 60px -25px rgba(15,23,42,.55)}@media (min-width:992px){.hf-cta__card{grid-template-columns:3fr 2fr;border-radius:2.5rem}}.hf-cta__text{position:relative;padding:1.75rem;overflow:hidden}@media (min-width:768px){.hf-cta__text{padding:3rem}}.hf-cta__bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:right;object-position:right;opacity:.25}.hf-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,17,32,.95),rgba(11,17,32,.85) 45%,rgba(11,17,32,.6))}.hf-cta__glow{position:absolute;top:0;left:0;width:20rem;height:20rem;border-radius:50%;background:rgba(var(--hf-primary-rgb),.08);filter:blur(80px);transform:translate(-50%,-50%)}.hf-cta__inner{position:relative;z-index:1}.hf-cta__title{margin:0 0 1rem;color:#fff;font-size:clamp(1.75rem,5vw,3rem);font-weight:800;line-height:1.15}.hf-cta__lead{margin:0 0 1.25rem;max-width:36rem;color:var(--hf-gray-300);font-size:1rem;line-height:1.7}.hf-cta__stats{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.hf-cta__stat{padding:.5rem 1rem;border:1px solid hsla(0,0%,100%,.1);border-radius:.75rem;background:hsla(0,0%,100%,.08);text-align:center}.hf-cta__stat-value{margin:0;color:var(--hf-primary);font-size:1rem;font-weight:800;line-height:1}.hf-cta__stat-label{margin:.15rem 0 0;color:var(--hf-gray-400);font-size:.7rem}.hf-cta__actions{display:flex;flex-direction:column;gap:.75rem}@media (min-width:480px){.hf-cta__actions{flex-direction:row}}.hf-cta__media{position:relative;display:none}@media (min-width:992px){.hf-cta__media{display:block}}.hf-cta__media>img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 20%;object-position:center 20%}.hf-cta__media-fade{position:absolute;inset:0;background:linear-gradient(to right,var(--hf-ink),rgba(11,17,32,.1) 45%,transparent)}.hf-cta__feedback{position:absolute;bottom:1.25rem;left:55%;transform:translateX(-50%);margin:0;padding:.75rem 1rem;width:-moz-max-content;width:max-content;max-width:90%;background:hsla(0,0%,100%,.55);backdrop-filter:blur(8px);border-radius:1rem;box-shadow:0 18px 36px -16px rgba(15,23,42,.4)}.hf-cta__feedback blockquote{margin:.4rem 0;padding:0;border:0;background:none;color:var(--hf-gray-900);font-size:.78rem;font-weight:600;line-height:1.4;white-space:nowrap;font-style:normal}.hf-cta__feedback blockquote:after,.hf-cta__feedback blockquote:before{content:none}.hf-cta__feedback figcaption{display:flex;align-items:center;gap:.35rem;color:var(--hf-gray-600);font-size:.7rem}.hf-cta__feedback figcaption img{border-radius:2px}.hf-about-hero{position:relative;padding:3.5rem 0 2.5rem;overflow:hidden;background:linear-gradient(135deg,#ecfdf5,#f0fdf4 45%,rgba(209,250,229,.5))}@media (min-width:992px){.hf-about-hero{padding:7rem 0 5rem}}.hf-about-hero__grid{display:grid;gap:2rem;align-items:center}@media (min-width:992px){.hf-about-hero__grid{grid-template-columns:1fr 1fr;gap:4rem}}.hf-about-hero__title{margin:0 0 1rem;color:var(--hf-primary);font-size:clamp(2.25rem,6vw,3.75rem);font-weight:800;line-height:1.05;letter-spacing:-.02em}.hf-about-hero__quote{margin:0 0 1.5rem;color:var(--hf-gray-800);font-size:clamp(1.1rem,2.4vw,1.5rem);font-weight:500;line-height:1.4}.hf-about-hero__facts{display:flex;gap:1.25rem;padding:.4rem 0 .4rem 1rem;border-inline-start:4px solid rgba(var(--hf-primary-rgb),.3)}.hf-about-hero__fact-label{margin:0 0 .15rem;color:var(--hf-gray-500);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.hf-about-hero__fact-value{margin:0;color:var(--hf-gray-900);font-size:.95rem;font-weight:700}.hf-about-hero__fact-divider{width:1px;background:var(--hf-gray-300);align-self:stretch}.hf-about-hero__media{position:relative}.hf-about-hero__media img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:1.5rem;box-shadow:0 30px 60px -25px rgba(15,23,42,.4);position:relative;z-index:1}.hf-about-hero__media-shape{position:absolute;inset:0;z-index:0;background:rgba(var(--hf-primary-rgb),.1);border-radius:2rem;transform:rotate(2deg) scale(1.05)}.hf-about-story{padding:3rem 0;background:#fff}@media (min-width:768px){.hf-about-story{padding:6rem 0}}.hf-about-story__grid{display:grid;gap:2rem;align-items:center}@media (min-width:992px){.hf-about-story__grid{grid-template-columns:1fr 1fr;gap:4rem}}.hf-about-story__badge{display:inline-block;margin-bottom:1.25rem;padding:.4rem .85rem;border:1px solid #bbf7d0;border-radius:9999px;background:#f0fdf4;color:var(--hf-primary);font-size:.8rem;font-weight:700;box-shadow:0 1px 2px rgba(15,23,42,.05)}.hf-about-story__heading{margin:0 0 1.25rem;color:var(--hf-gray-900);font-size:clamp(1.4rem,3vw,1.875rem);font-weight:700}.hf-about-story__body{position:relative}.hf-about-story__mark{position:absolute;top:-1.5rem;inset-inline-start:-.75rem;color:#d1fae5;font-size:4rem;line-height:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hf-about-story__lead{position:relative;z-index:1;margin:0 0 1rem;color:var(--hf-gray-700);font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.hf-about-story__desc{margin:0;color:var(--hf-gray-600);font-size:.95rem;line-height:1.7}.hf-about-story__media img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:1.5rem;box-shadow:0 24px 44px -20px rgba(15,23,42,.35)}@media (min-width:640px){.hf-about-story__media img{aspect-ratio:1/1}}.hf-about-strengths{padding:3rem 0;background:#f0fdf4}@media (min-width:768px){.hf-about-strengths{padding:6rem 0}}.hf-about-strengths__grid{display:grid;gap:1rem}@media (min-width:768px){.hf-about-strengths__grid{grid-template-columns:1fr 1fr;gap:1.5rem}}.hf-about-strength{padding:1.5rem;background:#fff;border:1px solid #ecfdf3;border-radius:1.25rem;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}@media (min-width:768px){.hf-about-strength{padding:2.5rem}}.hf-about-strength:hover{background:rgba(209,250,229,.35);border-color:#a7f3d0;box-shadow:0 14px 28px -16px rgba(15,23,42,.18)}.hf-about-strength:hover .hf-about-strength__icon{background:var(--hf-primary);color:#fff}.hf-about-strength__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:1rem;border:1px solid #d1fae5;border-radius:1rem;background:#f0fdf4;color:var(--hf-primary);box-shadow:0 1px 2px rgba(15,23,42,.05);transition:background-color .3s ease,color .3s ease}@media (min-width:768px){.hf-about-strength__icon{width:3.5rem;height:3.5rem}}.hf-about-strength__icon svg{width:22px;height:22px}.hf-about-strength__title{margin:0 0 .1rem;color:var(--hf-gray-900);font-size:clamp(1.05rem,2.2vw,1.5rem);font-weight:700}.hf-about-strength__en{margin:0 0 .75rem;color:var(--hf-primary);font-size:.75rem;font-weight:600}.hf-about-strength__desc{margin:0;color:var(--hf-gray-600);font-size:.95rem;line-height:1.7}.hf-about-products{padding:3rem 0;background:#fff;border-block:1px solid var(--hf-gray-100)}@media (min-width:768px){.hf-about-products{padding:6rem 0}}.hf-about-products__cta{margin-top:.5rem}.hf-about-products__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}@media (min-width:992px){.hf-about-products__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.hf-about-product{display:block;text-decoration:none}.hf-about-product:hover .hf-about-product__media img{transform:scale(1.05)}.hf-about-product:hover .hf-about-product__name{color:var(--hf-primary)}.hf-about-product__media{position:relative;aspect-ratio:4/3;margin-bottom:.75rem;overflow:hidden;border-radius:.85rem;background:var(--hf-gray-50)}.hf-about-product__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .7s ease}.hf-about-product__badge{position:absolute;top:.75rem;inset-inline-start:.75rem;padding:.15rem .6rem;border-radius:9999px;background:hsla(0,0%,100%,.9);backdrop-filter:blur(4px);color:var(--hf-gray-800);font-size:.7rem;font-weight:700;box-shadow:0 1px 3px rgba(15,23,42,.1)}.hf-about-product__name{margin:0 0 .1rem;color:var(--hf-gray-900);font-size:.95rem;font-weight:700}.hf-about-product__price{margin:0;color:var(--hf-primary);font-size:1rem;font-weight:700}.hf-about-process{padding:3rem 0;background:#fafaf9}@media (min-width:768px){.hf-about-process{padding:6rem 0}}.hf-about-process__track{position:relative}.hf-about-process__line{display:none}@media (min-width:992px){.hf-about-process__line{display:block;position:absolute;top:2.5rem;inset-inline:10%;height:2px;background:var(--hf-gray-200);z-index:0}}.hf-about-process__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 1.25rem}@media (min-width:992px){.hf-about-process__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.hf-about-step{display:flex;flex-direction:column;align-items:center;text-align:center}.hf-about-step__badge{position:relative;display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin-bottom:.85rem;border:4px solid #fafaf9;border-radius:50%;background:#fff;color:var(--hf-primary);box-shadow:0 8px 18px -8px rgba(15,23,42,.25)}@media (min-width:768px){.hf-about-step__badge{width:5rem;height:5rem;margin-bottom:1.25rem}}.hf-about-step__badge svg{width:26px;height:26px}.hf-about-step__num{position:absolute;top:-.35rem;inset-inline-end:-.35rem;display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:50%;background:var(--hf-primary);color:#fff;font-size:.75rem;font-weight:700;box-shadow:0 2px 6px rgba(15,23,42,.2)}.hf-about-step__title{margin:0 0 .25rem;color:var(--hf-gray-900);font-size:1rem;font-weight:700}.hf-about-step__desc{margin:0;color:var(--hf-gray-600);font-size:.85rem;line-height:1.4}.hf-about-platforms{padding:2.5rem 0;background:#fff;border-block:1px solid var(--hf-gray-100);text-align:center}@media (min-width:768px){.hf-about-platforms{padding:5rem 0}}.hf-about-platforms__eyebrow{margin:0 0 1.25rem;color:var(--hf-gray-400);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em}.hf-about-platforms__list{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}@media (min-width:768px){.hf-about-platforms__list{gap:2.5rem}}.hf-about-platforms__item{padding:.5rem 1rem;border:1px solid var(--hf-gray-100);border-radius:.85rem;background:var(--hf-gray-50);color:var(--hf-gray-800);font-size:clamp(1rem,3vw,1.5rem);font-weight:800;transition:color .3s ease,background-color .3s ease,border-color .3s ease}@media (min-width:768px){.hf-about-platforms__item{padding:.75rem 1.5rem}}.hf-about-platforms__item:hover{color:var(--hf-primary);background:#f0fdf4;border-color:#d1fae5}.hf-about-platforms__note{margin:1.25rem 0 0;color:var(--hf-gray-500);font-size:.85rem;font-weight:500}.hf-about-cta{padding:3rem 0;background:var(--hf-ink);color:#fff}@media (min-width:768px){.hf-about-cta{padding:5rem 0}}.hf-about-cta__inner{max-width:48rem;margin-inline:auto;text-align:center}.hf-about-cta__title{margin:0 0 1rem;color:#fff;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;line-height:1.25}.hf-about-cta__desc{margin:0 0 2rem;color:var(--hf-gray-400);font-size:.95rem;line-height:1.7}.hf-about-cta__pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem}.hf-about-cta__pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid hsla(0,0%,100%,.1);border-radius:9999px;background:hsla(0,0%,100%,.1);color:var(--hf-gray-300);font-size:.875rem}.hf-about-cta__pill svg{width:14px;height:14px;color:var(--hf-primary);flex-shrink:0}.hf-about-cta__actions{display:flex;flex-direction:column;gap:.75rem;justify-content:center}@media (min-width:480px){.hf-about-cta__actions{flex-direction:row}}.hf-contact-hero{padding:3.5rem 0 1.5rem;background:linear-gradient(180deg,#f0fdf4,#fff 60%)}@media (min-width:768px){.hf-contact-hero{padding:5.5rem 0 3rem}}.hf-contact-hero__inner{max-width:40rem;margin-inline:auto;text-align:center}.hf-contact-hero__badge{display:inline-flex;align-items:center;gap:.375rem;margin-bottom:1rem;padding:.3rem .85rem;border:1px solid #bbf7d0;border-radius:9999px;background:#fff;color:var(--hf-primary);font-size:.75rem;font-weight:600;box-shadow:0 1px 2px rgba(15,23,42,.05)}.hf-contact-hero__badge svg{width:13px;height:13px}.hf-contact-hero__title{margin:0 0 .85rem;color:var(--hf-gray-900);font-size:clamp(1.6rem,5vw,3rem);font-weight:700;line-height:1.15}.hf-contact-hero__desc{margin:0;color:var(--hf-gray-500);font-size:.95rem;line-height:1.7}.hf-contact-info{padding:0 0 2rem}@media (min-width:768px){.hf-contact-info{padding:0 0 2.5rem}}.hf-contact-info__grid{display:grid;gap:1rem;grid-template-columns:1fr;max-width:64rem;margin-inline:auto}@media (min-width:768px){.hf-contact-info__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width:992px){.hf-contact-info__grid{grid-template-columns:repeat(4,1fr)}}.hf-contact-card{display:block;padding:1.5rem;border:1px solid var(--hf-gray-100);border-radius:1.5rem;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04);text-decoration:none;transition:box-shadow .2s ease}.hf-contact-card:hover{box-shadow:0 14px 28px -16px rgba(15,23,42,.18)}.hf-contact-card__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:1rem;border-radius:1rem}.hf-contact-card__icon svg{width:22px;height:22px}.hf-contact-card__title{margin:0 0 .35rem;color:var(--hf-gray-400);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.hf-contact-card__value{margin:0 0 .25rem;color:var(--hf-gray-900);font-size:.9rem;font-weight:700;line-height:1.4;word-break:break-word}.hf-contact-card__sub{margin:0;color:var(--hf-gray-400);font-size:.85rem}.hf-contact-form-area{padding:1.5rem 0 3rem}@media (min-width:768px){.hf-contact-form-area{padding:2.5rem 0 5rem}}.hf-contact-form-area__grid{display:grid;gap:2rem;max-width:72rem;margin-inline:auto;align-items:start}@media (min-width:992px){.hf-contact-form-area__grid{grid-template-columns:1fr 1fr;gap:3.5rem}}.hf-contact-formbox__heading{margin:0 0 .25rem;color:var(--hf-gray-900);font-size:clamp(1.25rem,3vw,1.875rem);font-weight:700}.hf-contact-formbox__subtitle{margin:0 0 1.25rem;color:var(--hf-gray-500);font-size:.875rem}.hf-contact-alert{margin-bottom:1rem;padding:.75rem 1rem;border-radius:var(--hf-radius);font-size:.85rem}.hf-contact-alert--error{background:rgba(239,68,68,.1);color:#b91c1c}.hf-contact-alert--success{background:rgba(34,197,94,.1);color:#15803d}.hf-form{display:flex;flex-direction:column;gap:.875rem}.hf-form__row{display:grid;gap:.75rem}@media (min-width:640px){.hf-form__row{grid-template-columns:1fr 1fr}}.hf-form__label{display:block;margin-bottom:.375rem;color:var(--hf-gray-700);font-size:.75rem;font-weight:600}.hf-form__label span{color:var(--hf-danger)}.hf-form__control{width:100%;padding:.65rem .9rem;border:1px solid var(--hf-gray-200);border-radius:var(--hf-radius);background:var(--hf-gray-50);color:var(--hf-gray-900);font-size:.875rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.hf-form__control::-moz-placeholder{color:var(--hf-gray-400)}.hf-form__control::placeholder{color:var(--hf-gray-400)}.hf-form__control:focus{outline:none;border-color:var(--hf-primary);box-shadow:0 0 0 3px rgba(var(--hf-primary-rgb),.3);background:#fff}.hf-form__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%239ca3af' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;padding-inline-end:2.5rem}.hf-form__textarea{resize:vertical;min-height:6rem}.hf-form__submit{width:100%;margin-top:.25rem}.hf-contact-side{display:flex;flex-direction:column;gap:1.25rem}.hf-contact-side__map{display:none;height:13rem;border:1px solid var(--hf-gray-100);border-radius:1.5rem;overflow:hidden;box-shadow:0 1px 3px rgba(15,23,42,.06)}@media (min-width:768px){.hf-contact-side__map{display:block}}.hf-contact-side__map iframe{display:block;width:100%;height:100%}.hf-contact-side__social{padding:1.25rem;border:1px solid var(--hf-gray-100);border-radius:1.5rem;background:var(--hf-gray-50)}@media (min-width:768px){.hf-contact-side__social{padding:1.5rem}}.hf-contact-side__social h3{margin:0 0 .85rem;color:var(--hf-gray-900);font-size:.95rem;font-weight:700}.hf-contact-side__social-links{display:flex;gap:.625rem}.hf-contact-side__social-links a{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.85rem;border:1px solid var(--hf-gray-100);background:#fff;color:var(--hf-gray-500);box-shadow:0 1px 2px rgba(15,23,42,.05);transition:background-color .2s ease,color .2s ease,border-color .2s ease}.hf-contact-side__social-links a:hover{background:var(--hf-primary);color:#fff;border-color:transparent}.hf-contact-side__social-links a img,.hf-contact-side__social-links a svg{width:17px;height:17px}.hf-faq-hero{padding:4rem 0 3rem;background:linear-gradient(180deg,#f0fdf4,#fff 70%)}@media (min-width:768px){.hf-faq-hero{padding:6.5rem 0 4rem}}.hf-faq-hero__inner{max-width:42rem;margin-inline:auto;text-align:center}.hf-faq-hero__badge{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.35rem .95rem;border:1px solid #bbf7d0;border-radius:9999px;background:#fff;color:var(--hf-primary);font-size:.85rem;font-weight:600;box-shadow:0 1px 2px rgba(15,23,42,.05)}.hf-faq-hero__badge svg{width:15px;height:15px}.hf-faq-hero__title{margin:0 0 1rem;color:var(--hf-gray-900);font-size:clamp(1.75rem,5vw,3rem);font-weight:700}.hf-faq-hero__desc{margin:0 0 2rem;color:var(--hf-gray-500);font-size:1.05rem;line-height:1.6}.hf-faq-hero__search{position:relative;max-width:32rem;margin-inline:auto}.hf-faq-hero__search svg{position:absolute;inset-inline-start:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--hf-gray-400)}.hf-faq-hero__search input{width:100%;padding:.95rem 1.25rem .95rem 3rem;border:1px solid var(--hf-gray-200);border-radius:1rem;background:#fff;color:var(--hf-gray-800);font-size:.95rem;box-shadow:0 8px 20px -12px rgba(15,23,42,.2);transition:border-color .2s ease,box-shadow .2s ease}.hf-faq-hero__search input::-moz-placeholder{color:var(--hf-gray-400)}.hf-faq-hero__search input::placeholder{color:var(--hf-gray-400)}.hf-faq-hero__search input:focus{outline:none;border-color:var(--hf-primary);box-shadow:0 0 0 3px rgba(var(--hf-primary-rgb),.3)}.hf-faq{padding:0 0 4rem}@media (min-width:768px){.hf-faq{padding:0 0 7rem}}.hf-faq__browse{display:flex;flex-direction:column;gap:1.5rem;max-width:72rem;margin-inline:auto}@media (min-width:992px){.hf-faq__browse{flex-direction:row;gap:2rem}}.hf-faq__sidebar{display:flex;flex-direction:row;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}@media (min-width:992px){.hf-faq__sidebar{position:sticky;top:6rem;flex-direction:column;width:16rem;flex-shrink:0;overflow:visible;padding-bottom:0;align-self:flex-start}}.hf-faq__cat{display:inline-flex;align-items:center;gap:.65rem;flex-shrink:0;padding:.75rem 1rem;border:0;border-radius:1rem;background:var(--hf-gray-50);color:var(--hf-gray-600);font-size:.875rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.hf-faq__cat svg{width:17px;height:17px;color:var(--hf-cat-color,var(--hf-primary))}.hf-faq__cat:hover{background:var(--hf-gray-100)}.hf-faq__cat.is-active{background:var(--hf-primary);color:#fff;box-shadow:0 8px 18px -8px rgba(var(--hf-primary-rgb),.4)}.hf-faq__cat.is-active svg{color:#fff}.hf-faq__panels{flex:1;min-width:0}.hf-faq__panel{display:none;flex-direction:column;gap:.75rem}.hf-faq__panel.is-active{display:flex}.hf-faq__results{max-width:48rem;margin-inline:auto}.hf-faq__count{margin:0 0 1.5rem;color:var(--hf-gray-400);font-size:.875rem}.hf-faq__results-list{display:flex;flex-direction:column;gap:.75rem}.hf-faq__result-cat{margin:0 0 .35rem .25rem;color:var(--hf-primary);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.hf-faq__empty{padding:3rem 0;text-align:center}.hf-faq__empty p{margin:0 0 .75rem;color:var(--hf-gray-400);font-size:1.05rem}.hf-faq__empty button{border:0;background:none;color:var(--hf-primary);font-weight:600;cursor:pointer}.hf-faq__empty button:hover{text-decoration:underline}.hf-faq-item{border:1px solid var(--hf-gray-100);border-radius:1rem;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04);overflow:hidden;transition:box-shadow .2s ease}.hf-faq-item:hover{box-shadow:0 12px 24px -16px rgba(15,23,42,.18)}.hf-faq-item__q{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.15rem 1.4rem;border:0;background:none;text-align:start;cursor:pointer;color:var(--hf-gray-800);font-size:1rem;font-weight:600;line-height:1.4;font-family:inherit}.hf-faq-item__chevron{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;flex-shrink:0;border-radius:50%;background:var(--hf-gray-50);color:var(--hf-gray-500);transition:transform .25s ease}.hf-faq-item__chevron svg{width:16px;height:16px}.hf-faq-item__a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.hf-faq-item__a p{overflow:hidden;margin:0;padding:0 1.4rem;color:var(--hf-gray-500);font-size:.95rem;line-height:1.7}.hf-faq-item.is-open .hf-faq-item__chevron{transform:rotate(180deg)}.hf-faq-item.is-open .hf-faq-item__a{grid-template-rows:1fr}.hf-faq-item.is-open .hf-faq-item__a p{padding-top:1rem;padding-bottom:1.4rem;border-top:1px solid var(--hf-gray-50)}.hf-faq-cta{padding:3.5rem 0;background:var(--hf-ink);color:#fff}@media (min-width:768px){.hf-faq-cta{padding:5rem 0}}.hf-faq-cta__inner{max-width:36rem;margin-inline:auto;text-align:center}.hf-faq-cta__icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin-bottom:1.5rem;border-radius:1.25rem;background:rgba(var(--hf-primary-rgb),.2);color:var(--hf-primary)}.hf-faq-cta__icon svg{width:32px;height:32px}.hf-faq-cta__title{margin:0 0 1rem;color:#fff;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.hf-faq-cta__desc{margin:0 0 2rem;color:var(--hf-gray-400);font-size:1rem;line-height:1.7}.hf-faq-cta__actions{display:flex;flex-direction:column;gap:.75rem;justify-content:center}@media (min-width:480px){.hf-faq-cta__actions{flex-direction:row}}.hf-faq-cta .hf-btn{border-radius:9999px}.hf-btn--white{background:#fff;color:#047857;border:1px solid #fff}.hf-btn--white:hover{background:#f0fdf4;color:#047857}.hf-btn--outline-white{background:transparent;color:#fff;border:1px solid hsla(0,0%,100%,.4)}.hf-btn--outline-white:hover{background:hsla(0,0%,100%,.1);color:#fff}.hf-blog-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .6rem;border-radius:9999px;background:#dcfce7;color:#15803d;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.hf-blog-tag svg{width:9px;height:9px}.hf-blog-tag--overlay{position:absolute;bottom:.65rem;inset-inline-start:.75rem}.hf-blog-read{display:inline-flex;align-items:center;gap:.25rem;color:var(--hf-gray-400);font-size:.75rem}.hf-blog-read svg{width:11px;height:11px}.hf-blog__more{display:inline-flex;align-items:center;gap:.35rem;color:var(--hf-primary);font-size:.85rem;font-weight:600}.hf-blog__more svg{width:14px;height:14px}.hf-blog__date{color:var(--hf-gray-400);font-size:.75rem}.hf-blog__inner{max-width:64rem;margin-inline:auto}.hf-blog__head{padding:3.5rem 0 2rem}@media (min-width:768px){.hf-blog__head{padding:6rem 0 2.5rem}}.hf-blog__title{margin:.4rem 0 .65rem;color:var(--hf-gray-900);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700}.hf-blog__subtitle{margin:0;max-width:32rem;color:var(--hf-gray-500);font-size:.9rem;line-height:1.6}.hf-blog__meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem}.hf-blog__grid-wrap{padding:3rem 0;background:var(--hf-gray-50)}@media (min-width:768px){.hf-blog__grid-wrap{padding:4rem 0}}.hf-blog__grid-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:1.5rem}.hf-blog__grid-title{margin:.25rem 0 0;color:var(--hf-gray-900);font-size:1.25rem;font-weight:700}.hf-blog__count{color:var(--hf-gray-400);font-size:.875rem}.hf-blog__grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width:640px){.hf-blog__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.hf-blog__grid{grid-template-columns:repeat(3,1fr)}}.hf-blog__arrow{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background:#dcfce7;color:var(--hf-primary);transition:background-color .2s ease}.hf-blog__arrow svg{width:13px;height:13px}.hf-blog-featured{display:grid;overflow:hidden;border:1px solid var(--hf-gray-200);border-radius:.85rem;background:#fff;text-decoration:none;transition:border-color .3s ease,box-shadow .3s ease}@media (min-width:768px){.hf-blog-featured{grid-template-columns:2fr 3fr}}.hf-blog-featured:hover{border-color:#4ade80;box-shadow:0 20px 40px -20px rgba(15,23,42,.22)}.hf-blog-featured:hover img{transform:scale(1.05)}.hf-blog-featured:hover .hf-blog-featured__title{color:var(--hf-primary)}.hf-blog-featured__media{position:relative;overflow:hidden;height:12rem}@media (min-width:768px){.hf-blog-featured__media{height:auto}}.hf-blog-featured__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.hf-blog-featured__body{display:flex;flex-direction:column;justify-content:center;padding:1.5rem}.hf-blog-featured__title{margin:0 0 .6rem;color:var(--hf-gray-900);font-size:1.2rem;font-weight:700;line-height:1.35;transition:color .2s ease}.hf-blog-featured__desc{margin:0 0 1rem;color:var(--hf-gray-500);font-size:.9rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hf-blog-featured__foot{display:flex;align-items:center;justify-content:space-between}.hf-blog-secondary{display:grid;gap:1.25rem;margin-top:1.25rem}@media (min-width:768px){.hf-blog-secondary{grid-template-columns:repeat(2,1fr)}}.hf-blog-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--hf-gray-200);border-radius:.85rem;background:#fff;text-decoration:none;transition:border-color .3s ease,box-shadow .3s ease}.hf-blog-card:hover{border-color:#4ade80;box-shadow:0 16px 32px -18px rgba(15,23,42,.2)}.hf-blog-card:hover img{transform:scale(1.05)}.hf-blog-card:hover .hf-blog-card__title{color:var(--hf-primary)}.hf-blog-card:hover .hf-blog__arrow{background:#bbf7d0}.hf-blog-card__media{position:relative;overflow:hidden;height:11rem}.hf-blog-card__media--sm{height:10rem}.hf-blog-card__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.hf-blog-card__body{display:flex;flex-direction:column;flex:1;padding:1.25rem}.hf-blog-card__title{margin:0 0 .5rem;color:var(--hf-gray-900);font-size:1rem;font-weight:700;line-height:1.35;transition:color .2s ease}.hf-blog-card__title--sm{font-size:.9rem}.hf-blog-card__desc,.hf-blog-card__title--sm{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hf-blog-card__desc{margin:0 0 .85rem;flex:1;color:var(--hf-gray-500);font-size:.85rem;line-height:1.6}.hf-blog-card__foot{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid var(--hf-gray-100)}.hf-blog-card__stack{display:flex;flex-direction:column;gap:.15rem}.hf-blog-card__stack .hf-blog__date{font-size:.65rem}.hf-blog-cta{margin-top:3rem;padding:2.5rem 1.5rem;border-radius:1.25rem;text-align:center;background:linear-gradient(135deg,#16a34a,#22c55e)}.hf-blog-cta__eyebrow{margin:0 0 .5rem;color:#bbf7d0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em}.hf-blog-cta__title{margin:0 0 .5rem;color:#fff;font-size:1.5rem;font-weight:700}.hf-blog-cta__desc{margin:0 auto 1.5rem;max-width:28rem;color:#dcfce7;font-size:.9rem;line-height:1.6}.hf-blog-cta__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.5rem;border-radius:9999px;background:#fff;color:#047857;font-size:.875rem;font-weight:700;text-decoration:none;transition:background-color .2s ease}.hf-blog-cta__btn svg{width:15px;height:15px}.hf-blog-cta__btn:hover{background:#f0fdf4}.hf-post{padding-bottom:4rem}.hf-post__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;padding:1.75rem 0 .75rem;color:var(--hf-gray-400);font-size:.85rem}.hf-post__breadcrumb a{color:var(--hf-gray-400);text-decoration:none}.hf-post__breadcrumb a:hover{color:var(--hf-primary)}.hf-post__breadcrumb svg{width:13px;height:13px}.hf-post__breadcrumb-cat{color:var(--hf-primary)!important;font-weight:500}.hf-post__breadcrumb-current{color:var(--hf-gray-600);display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.hf-post__header{max-width:72rem;margin-inline:auto;padding-top:.75rem}.hf-post__tag{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:1rem;color:var(--hf-primary);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.hf-post__tag svg{width:11px;height:11px}.hf-post__title{margin:0 0 1.25rem;max-width:48rem;color:var(--hf-gray-900);font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;line-height:1.25}.hf-post__author{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.hf-post__avatar{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:#dcfce7;color:var(--hf-primary);font-weight:700}.hf-post__author-name{margin:0;color:var(--hf-gray-800);font-size:.875rem;font-weight:600}.hf-post__author-role{margin:0;color:var(--hf-gray-400);font-size:.75rem}.hf-post__author-meta{display:flex;align-items:center;gap:.6rem;margin-inline-start:.75rem;color:var(--hf-gray-400);font-size:.75rem}.hf-post__author-meta span{display:inline-flex;align-items:center;gap:.25rem}.hf-post__author-meta svg{width:11px;height:11px}.hf-post__dot{width:4px;height:4px;border-radius:50%;background:var(--hf-gray-300)}.hf-post__hero{margin-bottom:2rem;border-radius:1.25rem;overflow:hidden;max-height:420px}.hf-post__hero img{width:100%;height:100%;max-height:420px;-o-object-fit:cover;object-fit:cover}.hf-post__layout{display:grid;gap:1.5rem;max-width:72rem;margin-inline:auto}@media (min-width:992px){.hf-post__layout{grid-template-columns:40px 1fr 300px;gap:2rem;align-items:start}}.hf-post__share{display:none}@media (min-width:992px){.hf-post__share{display:flex;flex-direction:column;align-items:center;gap:.75rem;position:sticky;top:6rem}}.hf-post__share-label{color:var(--hf-gray-400);font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600}.hf-post__share-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid var(--hf-gray-200);border-radius:50%;background:#fff;color:var(--hf-gray-500);cursor:pointer;transition:all .2s ease}.hf-post__share-btn svg{width:15px;height:15px}.hf-post__share-btn--fb:hover{background:#2563eb;color:#fff;border-color:transparent}.hf-post__share-btn--tw:hover{background:#0f172a;color:#fff;border-color:transparent}.hf-post__share-btn--copy:hover{background:var(--hf-gray-700);color:#fff;border-color:transparent}.hf-post__share-btn.is-copied{background:var(--hf-primary);color:#fff;border-color:transparent}.hf-post__body{min-width:0}.hf-post__toc{margin-bottom:2rem;border:1px solid var(--hf-gray-200);border-radius:.85rem;overflow:hidden}.hf-post__toc summary{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;background:var(--hf-gray-50);cursor:pointer;list-style:none;color:var(--hf-gray-800);font-size:.875rem;font-weight:700}.hf-post__toc summary svg{width:16px;height:16px;color:var(--hf-gray-400);transition:transform .2s ease}.hf-post__toc summary::-webkit-details-marker{display:none}.hf-post__toc[open] summary svg{transform:rotate(180deg)}.hf-post__toc ol{margin:0;padding:1rem 1.25rem;list-style:none;display:flex;flex-direction:column;gap:.5rem}.hf-post__toc ol a{display:flex;gap:.5rem;color:var(--hf-gray-600);font-size:.875rem;text-decoration:none}.hf-post__toc ol a:hover{color:var(--hf-primary)}.hf-post__toc ol a span{color:var(--hf-gray-400);font-weight:500}.hf-post__back{margin-top:2rem}.hf-post__back a{display:inline-flex;align-items:center;gap:.5rem;color:var(--hf-gray-500);font-size:.875rem;font-weight:600;text-decoration:none}.hf-post__back a:hover{color:var(--hf-primary)}.hf-post__back a svg{width:15px;height:15px}.hf-post__sidebar{display:none}@media (min-width:992px){.hf-post__sidebar{display:block;position:sticky;top:6rem}}.hf-post__cta{padding:1.5rem;margin-bottom:1.5rem;border-radius:1.25rem;background:var(--hf-ink);color:#fff}.hf-post__cta-eyebrow{margin:0 0 .5rem;color:var(--hf-primary);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.hf-post__cta-title{margin:0 0 .5rem;font-size:1rem;font-weight:700;line-height:1.35}.hf-post__cta-desc{margin:0 0 1rem;color:var(--hf-gray-400);font-size:.8rem;line-height:1.6}.hf-post__cta-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.7rem;border-radius:.75rem;background:var(--hf-primary);color:#fff;font-size:.85rem;font-weight:700;text-decoration:none;transition:background-color .2s ease}.hf-post__cta-btn svg{width:14px;height:14px}.hf-post__cta-btn:hover{background:var(--hf-primary-hover)}.hf-post__related-title{margin:0 0 1rem;color:var(--hf-gray-500);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.hf-post__related-item{display:flex;gap:.75rem;margin-bottom:1rem;text-decoration:none}.hf-post__related-item:hover .hf-post__related-name{color:var(--hf-primary)}.hf-post__related-item:hover img{transform:scale(1.05)}.hf-post__related-thumb{width:5rem;height:4rem;flex-shrink:0;border-radius:.75rem;overflow:hidden}.hf-post__related-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.hf-post__related-body{min-width:0}.hf-post__related-cat{display:block;color:var(--hf-primary);font-size:.7rem;font-weight:600;margin-bottom:.15rem}.hf-post__related-name{display:block;color:var(--hf-gray-800);font-size:.85rem;font-weight:600;line-height:1.35;transition:color .2s ease;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hf-post__related-read{display:inline-flex;align-items:center;gap:.25rem;margin-top:.25rem;color:var(--hf-gray-400);font-size:.7rem}.hf-post__related-read svg{width:10px;height:10px}.hf-post__bottom-cta{max-width:72rem;margin:3rem auto 0;padding:2.5rem 1.5rem;border-radius:1.25rem;text-align:center;background:linear-gradient(135deg,#16a34a,#10b981)}.hf-post__bottom-cta-eyebrow{margin:0 0 .5rem;color:#bbf7d0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em}.hf-post__bottom-cta-title{margin:0 0 .5rem;color:#fff;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700}.hf-post__bottom-cta-desc{margin:0 auto 1.5rem;max-width:28rem;color:#dcfce7;font-size:.9rem;line-height:1.6}.hf-post__bottom-cta-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.hf-post__bottom-cta-actions .hf-btn{border-radius:9999px}.hf-post__content{color:var(--hf-gray-600);font-size:.95rem;line-height:1.75}.hf-post__content h2{margin:2.5rem 0 1rem;color:var(--hf-gray-900);font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;line-height:1.35;scroll-margin-top:6rem}.hf-post__content h3{margin:1.75rem 0 .75rem;color:var(--hf-gray-900);font-size:1.15rem;font-weight:700}.hf-post__content p{margin:0 0 1.25rem;text-align:justify}.hf-post__content a{color:var(--hf-primary);text-decoration:underline}.hf-post__content ol,.hf-post__content ul{margin:0 0 1.25rem;padding:0;list-style:none;display:flex;flex-direction:column;gap:.6rem}.hf-post__content ul li{position:relative;padding-inline-start:1.25rem}.hf-post__content ul li:before{content:"";position:absolute;inset-inline-start:0;top:.6rem;width:8px;height:8px;border-radius:50%;background:var(--hf-primary)}.hf-post__content ol{counter-reset:hf-ol}.hf-post__content ol li{counter-increment:hf-ol;position:relative;padding-inline-start:2.25rem;min-height:1.5rem}.hf-post__content ol li:before{content:counter(hf-ol);position:absolute;inset-inline-start:0;top:0;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--hf-primary);color:#fff;font-size:.75rem;font-weight:700}.hf-post__content .hf-post-callout{margin:1.5rem 0;padding:1rem 1.25rem;border-inline-start:4px solid var(--hf-primary);border-radius:0 .75rem .75rem 0;background:#f0fdf4}.hf-post__content .hf-post-callout p{margin:0;color:var(--hf-gray-700);font-size:.9rem}.hf-post__content .hf-post-highlight{margin:1.5rem 0;padding:1rem 1.25rem;border:1px solid var(--hf-gray-200);border-radius:.75rem;background:var(--hf-gray-50)}.hf-post__content .hf-post-highlight__label{margin:0 0 .5rem;color:var(--hf-primary);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.hf-post__content .hf-post-highlight p:not(.hf-post-highlight__label){margin:0;color:var(--hf-gray-700);font-size:.9rem}.hf-post__content .hf-post-figure{margin:2rem 0}.hf-post__content .hf-post-figure img{width:100%;max-height:320px;-o-object-fit:cover;object-fit:cover;border-radius:1.25rem}.hf-post__content .hf-post-figure figcaption{margin-top:.5rem;text-align:center;color:var(--hf-gray-400);font-size:.75rem;font-style:italic}.hf-blog__pagination{display:flex;gap:.375rem;margin-top:2.5rem}.hf-blog__page,.hf-blog__pagination{align-items:center;justify-content:center}.hf-blog__page{display:inline-flex;min-width:2.25rem;height:2.25rem;padding:0 .5rem;border-radius:.75rem;border:1px solid var(--hf-gray-200);background:#fff;color:var(--hf-gray-600);font-size:.875rem;font-weight:600;transition:all .2s}.hf-blog__page .icon{width:16px;height:16px}.hf-blog__page:hover{border-color:var(--hf-primary);color:var(--hf-primary)}.hf-blog__page.is-active{background:var(--hf-primary);border-color:var(--hf-primary);color:#fff}.hf-blog__page.is-disabled{opacity:.35;pointer-events:none}.hf-blog__page-dots{width:2.25rem;text-align:center;color:var(--hf-gray-400)}.hf-product{background:var(--hf-gray-50);padding-bottom:4rem}.hf-product__bar{background:#fff;border-bottom:1px solid var(--hf-gray-100);padding:1.75rem 0 .75rem}.hf-product__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem;font-size:.8125rem;color:var(--hf-gray-400)}.hf-product__breadcrumb a{color:var(--hf-gray-400);transition:color .2s}.hf-product__breadcrumb a:hover{color:var(--hf-primary)}.hf-product__breadcrumb .icon{width:13px;height:13px}.hf-product__breadcrumb-current{color:var(--hf-gray-700);font-weight:500;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.hf-product__card{margin-top:2rem;background:#fff;border:1px solid var(--hf-gray-100);border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.06);overflow:hidden;display:grid;grid-template-columns:1fr}@media (min-width:992px){.hf-product__card{grid-template-columns:1fr 1fr}}.hf-product__gallery{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;border-bottom:1px solid var(--hf-gray-100)}@media (min-width:768px){.hf-product__gallery{padding:2rem}}@media (min-width:992px){.hf-product__gallery{border-bottom:0;border-right:1px solid var(--hf-gray-100)}}.hf-product__thumbs{display:flex;flex-direction:column;gap:.625rem;max-height:480px;overflow-y:auto;flex-shrink:0;scrollbar-width:thin}.hf-product__thumb{width:72px;height:72px;border-radius:.75rem;overflow:hidden;border:2px solid var(--hf-gray-100);background:none;padding:0;cursor:pointer;flex-shrink:0;transition:border-color .2s,box-shadow .2s}.hf-product__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hf-product__thumb:hover{border-color:var(--hf-gray-300)}.hf-product__thumb.is-active{border-color:var(--hf-primary);box-shadow:0 4px 6px rgb(var(--hf-primary-rgb)/20%)}.hf-product__main{flex:1;min-width:0;border-radius:1rem;overflow:hidden;background:var(--hf-gray-50);aspect-ratio:1/1}.hf-product__main img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hf-product__info{display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem}@media (min-width:768px){.hf-product__info{padding:2rem}}.hf-product__name{font-size:1.25rem;font-weight:700;color:var(--hf-gray-900);line-height:1.35;margin:0 0 .25rem}@media (min-width:768px){.hf-product__name{font-size:1.5rem}}.hf-product__name-en{font-size:.875rem;color:var(--hf-gray-400);margin:0}.hf-product__rating{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.hf-product .hf-stars{display:inline-flex;color:#facc15}.hf-product .hf-stars .icon{width:13px;height:13px}.hf-product__rating-text{font-size:.75rem;color:var(--hf-gray-400)}.hf-product__stock{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;color:#059669;background:#ecfdf5;padding:.125rem .625rem;border-radius:999px}.hf-product__stock .icon{width:10px;height:10px}.hf-product__attr-label{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--hf-gray-500);margin:0 0 .5rem}.hf-product__attr-label .icon{width:13px;height:13px;color:var(--hf-gray-400)}.hf-product__pills{display:flex;flex-wrap:wrap;gap:.5rem}.hf-product__pill{display:inline-flex;align-items:center;gap:.375rem;border:1px solid var(--hf-gray-200);border-radius:.75rem;padding:.375rem .875rem;font-size:.875rem;color:var(--hf-gray-700);background:var(--hf-gray-50);transition:border-color .2s}.hf-product__pill img{border-radius:2px}.hf-product__pill:hover{border-color:var(--hf-gray-400)}.hf-product__pill--active{border:2px solid var(--hf-primary);color:var(--hf-primary);font-weight:600;background:#f0fdf4}.hf-product__pill--active:hover{border-color:var(--hf-primary)}.hf-product__size{padding:.375rem .875rem;border-radius:.75rem;border:1px solid var(--hf-gray-200);font-size:.875rem;font-weight:500;color:var(--hf-gray-600);background:#fff;cursor:pointer;transition:all .2s}.hf-product__size:hover{border-color:rgb(var(--hf-primary-rgb)/50%)}.hf-product__size.is-active{background:var(--hf-primary);border-color:var(--hf-primary);color:#fff;box-shadow:0 4px 6px rgb(var(--hf-primary-rgb)/20%)}.hf-product__price{background:#f0fdf4;border:1px solid #dcfce7;border-radius:1rem;padding:1rem 1.25rem}.hf-product__price-label{font-size:.75rem;color:var(--hf-gray-500);font-weight:500;margin:0 0 .125rem}.hf-product__price-value{font-size:1.875rem;font-weight:800;color:var(--hf-primary);line-height:1;margin:0}.hf-product__price-value span{font-size:.875rem;font-weight:400;color:var(--hf-gray-400)}.hf-product__price-note{font-size:.75rem;color:var(--hf-gray-400);margin:.375rem 0 0}.hf-product__specs{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.hf-product__specs span{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--hf-gray-500)}.hf-product__specs .icon{width:13px;height:13px;color:var(--hf-primary);flex-shrink:0}.hf-product__form{margin:0}.hf-product__buy{display:flex;gap:.75rem;align-items:stretch}.hf-product__qty{display:flex;align-items:center;border:1px solid var(--hf-gray-200);border-radius:.75rem;overflow:hidden;flex-shrink:0}.hf-product__qty-btn{width:40px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:var(--hf-gray-600);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-self:stretch;transition:background .2s}.hf-product__qty-btn:hover{background:var(--hf-gray-50)}.hf-product__qty-input{width:48px;border:0;border-left:1px solid var(--hf-gray-200);border-right:1px solid var(--hf-gray-200);text-align:center;font-size:.9375rem;font-weight:600;color:var(--hf-gray-900);padding:.75rem 0}.hf-product__qty-input:focus{outline:none}.hf-product__qty-input::-webkit-inner-spin-button,.hf-product__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.hf-product__qty-input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.hf-product__add{flex:1}.hf-product__file{width:100%}.hf-product__secure{text-align:center;font-size:.75rem;color:var(--hf-gray-400);margin:0}.hf-product__accordions{margin-top:1.5rem;background:#fff;border:1px solid var(--hf-gray-100);border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:0 1.5rem}@media (min-width:768px){.hf-product__accordions{padding:0 2rem}}.hf-product__acc{border-bottom:1px solid var(--hf-gray-100)}.hf-product__acc:last-child{border-bottom:0}.hf-product__acc summary{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;cursor:pointer;list-style:none;font-weight:600;color:var(--hf-gray-700)}.hf-product__acc summary::-webkit-details-marker{display:none}.hf-product__acc summary>span{display:inline-flex;align-items:center;gap:.625rem}.hf-product__acc summary .icon{width:16px;height:16px;color:var(--hf-primary)}.hf-product__acc summary:hover>span{color:var(--hf-primary)}.hf-product__acc[open] summary .hf-product__acc-chevron{transform:rotate(180deg)}.hf-product__acc-chevron{width:18px!important;height:18px!important;color:var(--hf-gray-400)!important;transition:transform .3s;flex-shrink:0}.hf-product__acc-body{padding-bottom:1.25rem}.hf-product__desc-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.hf-product__desc-grid{grid-template-columns:1fr 1fr;gap:2rem}}.hf-product__acc-title{font-size:.875rem;font-weight:700;color:var(--hf-gray-900);margin:0 0 .75rem}.hf-product__acc-note{font-size:.875rem;color:var(--hf-gray-400);margin:0 0 1rem}.hf-product__desc-text{font-size:.875rem;line-height:1.7;color:var(--hf-gray-500);margin:0 0 1.25rem}.hf-product__features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.hf-product__features li{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:var(--hf-gray-600)}.hf-product__check{width:20px;height:20px;border-radius:999px;background:#f0fdf4;color:var(--hf-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.125rem}.hf-product__check .icon{width:11px;height:11px}.hf-product__spec-table{border:1px solid var(--hf-gray-100);border-radius:.75rem;overflow:hidden}.hf-product__spec-row{display:flex;border-bottom:1px solid var(--hf-gray-50)}.hf-product__spec-row:last-child{border-bottom:0}.hf-product__spec-label{width:8rem;flex-shrink:0;padding:.625rem 1rem;font-size:.75rem;font-weight:600;color:var(--hf-gray-400);background:var(--hf-gray-50)}.hf-product__spec-value{padding:.625rem 1rem;font-size:.875rem;color:var(--hf-gray-700)}.hf-product__tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.75rem}.hf-product__tags span{font-size:.75rem;background:var(--hf-gray-100);color:var(--hf-gray-400);padding:.25rem .625rem;border-radius:999px}.hf-product__price-table{border:1px solid var(--hf-gray-100);border-radius:.75rem;overflow:hidden;max-width:36rem}.hf-product__pt-head,.hf-product__pt-row{display:grid;grid-template-columns:1fr 1fr 1fr;padding:.625rem 1rem}.hf-product__pt-head{background:var(--hf-gray-50);border-bottom:1px solid var(--hf-gray-100)}.hf-product__pt-head span{font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--hf-gray-400)}.hf-product__pt-head span:nth-child(2){text-align:center}.hf-product__pt-head span:nth-child(3){text-align:right}.hf-product__pt-row{border-bottom:1px solid var(--hf-gray-50);transition:background .2s}.hf-product__pt-row:last-child{border-bottom:0}.hf-product__pt-row:hover{background:rgba(240,253,244,.4)}.hf-product__pt-row span{font-size:.875rem}.hf-product__pt-row span:first-child{color:var(--hf-gray-700);font-weight:500}.hf-product__pt-row span:nth-child(2){text-align:center;font-weight:700;color:var(--hf-gray-400)}.hf-product__pt-row span:nth-child(2).is-primary{color:var(--hf-primary)}.hf-product__pt-row span:nth-child(3){text-align:right;color:var(--hf-gray-400)}.hf-product__pt-tip{margin-top:.75rem;max-width:36rem;padding:.875rem;background:#f0fdf4;border:1px solid #dcfce7;border-radius:.75rem;font-size:.875rem;font-weight:500;color:#15803d}.hf-product__ship-list{display:flex;flex-direction:column;gap:.75rem}.hf-product__ship-item{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem;background:var(--hf-gray-50);border-radius:.75rem}.hf-product__ship-icon{width:36px;height:36px;background:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:var(--hf-primary);flex-shrink:0;box-shadow:0 1px 2px rgba(0,0,0,.06)}.hf-product__ship-icon .icon{width:16px;height:16px}.hf-product__ship-label{font-size:.75rem;color:var(--hf-gray-400);margin:0 0 .125rem}.hf-product__ship-value{font-size:.875rem;font-weight:600;color:var(--hf-gray-700);margin:0}.hf-product__countries{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.hf-product__countries span{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;background:#fff;border:1px solid var(--hf-gray-100);color:var(--hf-gray-600);padding:.375rem .75rem;border-radius:.75rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.hf-product__countries img{border-radius:2px}.hf-product__dropship{padding:.875rem;background:#eff6ff;border:1px solid #dbeafe;border-radius:.75rem}.hf-product__dropship p{margin:0;font-size:.75rem;color:#2563eb}.hf-product__dropship-title{font-size:.875rem!important;font-weight:600;color:#1d4ed8!important;margin-bottom:.125rem!important}.hf-product__file-boxes{display:flex;flex-direction:column;gap:.75rem}.hf-product__file-box{padding:.875rem;background:var(--hf-gray-50);border-radius:.75rem}.hf-product__file-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--hf-gray-400);margin:0 0 .5rem}.hf-product__file-formats{display:flex;flex-wrap:wrap;gap:.5rem}.hf-product__file-formats span{font-size:.75rem;background:#fff;border:1px solid var(--hf-gray-200);color:var(--hf-gray-700);font-weight:500;padding:.25rem .75rem;border-radius:.5rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.hf-product__file-res{font-size:.875rem;font-weight:600;color:var(--hf-gray-700);margin:0}.hf-product__notes{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.hf-product__notes li{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:var(--hf-gray-600)}.hf-product__note-num{width:20px;height:20px;border-radius:999px;background:#fffbeb;color:#f59e0b;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.125rem;font-size:.75rem;font-weight:700}.hf-product__related{margin-top:2.5rem}.hf-product__related-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.hf-product__related-head h2{font-size:1.125rem;font-weight:700;color:var(--hf-gray-900);margin:0}.hf-product__related-head a{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:var(--hf-primary)}.hf-product__related-head a:hover{text-decoration:underline}.hf-product__related-head a .icon{width:14px;height:14px}.hf-product__related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:768px){.hf-product__related-grid{grid-template-columns:repeat(4,1fr)}}.hf-product__related-card{display:block;background:#fff;border:1px solid var(--hf-gray-100);border-radius:1rem;overflow:hidden;transition:box-shadow .2s,border-color .2s}.hf-product__related-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.08);border-color:rgb(var(--hf-primary-rgb)/20%)}.hf-product__related-card:hover .hf-product__related-media img{transform:scale(1.05)}.hf-product__related-card:hover .hf-product__related-name{color:var(--hf-primary)}.hf-product__related-media{aspect-ratio:1;overflow:hidden;background:var(--hf-gray-50)}.hf-product__related-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.hf-product__related-body{padding:.75rem}.hf-product__related-name{font-size:.875rem;font-weight:600;color:var(--hf-gray-900);line-height:1.35;margin:0 0 .25rem;transition:color .2s;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hf-product__related-price{font-size:.875rem;font-weight:700;color:var(--hf-primary);margin:0}.hf-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border-radius:.75rem;border:2px solid transparent;cursor:pointer;transition:all .2s;text-decoration:none}.hf-btn .icon{width:16px;height:16px}.hf-btn--lg{padding:.875rem 1.5rem;font-size:.875rem}.hf-btn--primary{background:var(--hf-primary);color:#fff;border-color:var(--hf-primary);box-shadow:0 10px 15px -3px rgb(var(--hf-primary-rgb)/25%)}.hf-btn--primary:hover{background:var(--hf-primary-hover);border-color:var(--hf-primary-hover);color:#fff}.hf-btn--ghost{background:#fff;color:var(--hf-gray-700);border-color:var(--hf-gray-200);font-weight:600}.hf-btn--ghost:hover{border-color:var(--hf-primary);color:var(--hf-primary)}.hf-shop{background:var(--hf-gray-50)}.hf-shop__hero{background:#fff;border-bottom:1px solid var(--hf-gray-100);padding:2rem 0 1.5rem}.hf-shop__breadcrumb{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--hf-gray-400);margin-bottom:1rem}.hf-shop__breadcrumb a:hover{color:var(--hf-primary)}.hf-shop__breadcrumb .icon{width:14px;height:14px}.hf-shop__breadcrumb span{color:var(--hf-gray-700);font-weight:500}.hf-shop__hero-row{display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.hf-shop__hero-row{flex-direction:row;align-items:flex-end;justify-content:space-between}}.hf-shop__title{font-size:1.875rem;font-weight:700;color:var(--hf-gray-900);margin:0}@media (min-width:768px){.hf-shop__title{font-size:2.25rem}}.hf-shop__tagline{color:var(--hf-primary);font-weight:600;font-size:.875rem;margin:.25rem 0 0}.hf-shop__subtagline{color:var(--hf-gray-400);font-size:.75rem;margin:.125rem 0 0}.hf-shop__search{position:relative;width:100%}@media (min-width:768px){.hf-shop__search{width:20rem}}.hf-shop__search>.icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--hf-gray-400)}.hf-shop__search input{width:100%;padding:.625rem 2.5rem;border-radius:.75rem;border:1px solid var(--hf-gray-200);background:var(--hf-gray-50);font-size:.875rem;color:var(--hf-gray-700);transition:border-color .2s,box-shadow .2s}.hf-shop__search input:focus{outline:none;border-color:var(--hf-primary);box-shadow:0 0 0 3px rgb(var(--hf-primary-rgb)/20%);background:#fff}.hf-shop__search-clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);border:0;background:none;color:var(--hf-gray-400);cursor:pointer;display:flex}.hf-shop__search-clear:hover{color:var(--hf-gray-600)}.hf-shop__search-clear .icon{width:14px;height:14px}.hf-shop__chips{margin-top:1rem}@media (min-width:992px){.hf-shop__chips{display:none}}.hf-shop__chips-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--hf-gray-400);margin:0 0 .5rem}.hf-shop__chips-row{display:flex;flex-wrap:wrap;gap:.5rem}.hf-shop__chip{padding:.375rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid var(--hf-gray-200);background:#fff;color:var(--hf-gray-600);cursor:pointer;transition:all .2s}.hf-shop__chip:hover{border-color:rgb(var(--hf-primary-rgb)/40%);color:var(--hf-primary)}.hf-shop__chip.is-active{background:var(--hf-primary);border-color:var(--hf-primary);color:#fff;box-shadow:0 1px 2px rgb(var(--hf-primary-rgb)/30%)}.hf-shop__main{padding:2rem 0 2.5rem}@media (min-width:768px){.hf-shop__main{padding:2.5rem 0 3rem}}.hf-shop__layout{display:flex;gap:2rem}.hf-shop__sidebar{display:none;width:14rem;flex-shrink:0}@media (min-width:992px){.hf-shop__sidebar{display:block}}.hf-shop__sidebar-card{background:#fff;border:1px solid var(--hf-gray-100);border-radius:1rem;padding:1.25rem;position:sticky;top:6rem}.hf-shop__sidebar-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--hf-gray-400);margin:0 0 .75rem}.hf-shop__cats{display:flex;flex-direction:column;gap:.25rem}.hf-shop__cat{display:flex;align-items:center;gap:.625rem;width:100%;text-align:left;padding:.5rem .75rem;border-radius:.75rem;font-size:.875rem;border:0;background:none;color:var(--hf-gray-600);cursor:pointer;transition:all .2s}.hf-shop__cat:hover{background:var(--hf-gray-50);color:var(--hf-gray-900)}.hf-shop__cat.is-active{background:rgb(var(--hf-primary-rgb)/10%);color:var(--hf-primary);font-weight:600}.hf-shop__cat.is-active .hf-shop__cat-dot{background:var(--hf-primary)}.hf-shop__cat-dot{width:6px;height:6px;border-radius:999px;background:transparent;flex-shrink:0}.hf-shop__cat-count{margin-left:auto;font-size:.75rem;color:var(--hf-gray-400)}.hf-shop__content{flex:1;min-width:0}.hf-shop__toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.hf-shop__count{font-size:.875rem;color:var(--hf-gray-400);margin:0}.hf-shop__count strong{color:var(--hf-gray-700)}.hf-shop__sort{font-size:.875rem;border:1px solid var(--hf-gray-200);color:var(--hf-gray-600);border-radius:.75rem;padding:.5rem .75rem;background:#fff;cursor:pointer}.hf-shop__sort:focus{outline:none;border-color:var(--hf-primary);box-shadow:0 0 0 3px rgb(var(--hf-primary-rgb)/20%)}.hf-shop__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width:768px){.hf-shop__grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (min-width:1200px){.hf-shop__grid{grid-template-columns:repeat(4,1fr)}}.hf-shop__card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--hf-gray-100);border-radius:1rem;overflow:hidden;transition:box-shadow .3s,border-color .3s}.hf-shop__card:hover{box-shadow:var(--hf-shadow-lg);border-color:rgb(var(--hf-primary-rgb)/20%)}.hf-shop__card:hover .hf-shop__card-media img{transform:scale(1.05)}.hf-shop__card:hover .hf-shop__card-name{color:var(--hf-primary)}.hf-shop__card-media{aspect-ratio:1;overflow:hidden;background:var(--hf-gray-50)}.hf-shop__card-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.hf-shop__card-body{padding:.75rem;display:flex;flex-direction:column;flex:1}@media (min-width:768px){.hf-shop__card-body{padding:1rem}}.hf-shop__card-meta{display:flex;align-items:center;gap:.375rem;margin-bottom:.375rem}.hf-shop__badge{font-size:.625rem;font-weight:700;padding:.125rem .5rem;border-radius:999px;background:#d1fae5;color:#047857}.hf-shop__card-cat{font-size:.625rem;color:var(--hf-gray-400);display:none}@media (min-width:640px){.hf-shop__card-cat{display:block}}.hf-shop__card-name{font-weight:700;font-size:.8125rem;color:var(--hf-gray-900);line-height:1.35;margin:0 0 .25rem;transition:color .2s;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (min-width:640px){.hf-shop__card-name{font-size:.875rem}}.hf-shop__card-name-en{font-size:.625rem;color:var(--hf-gray-400);margin:0 0 .5rem;display:none;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media (min-width:640px){.hf-shop__card-name-en{display:block}}.hf-shop__card-foot{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem}.hf-shop__card-price{font-size:.8125rem;font-weight:700;color:var(--hf-primary);line-height:1.2;margin:0}.hf-shop__card-price span{font-size:.5625rem;font-weight:400;color:var(--hf-gray-400);margin-left:.125rem}@media (min-width:640px){.hf-shop__card-price{font-size:.875rem}}.hf-shop__card-sizes{font-size:.625rem;color:var(--hf-gray-400);white-space:nowrap}.hf-shop__empty{text-align:center;padding:5rem 0}.hf-shop__empty .icon{width:48px;height:48px;color:var(--hf-gray-200);margin:0 auto 1rem}.hf-shop__empty p{color:var(--hf-gray-400);font-size:1.125rem;margin:0}.hf-shop__empty button{margin-top:1rem;border:0;background:none;color:var(--hf-primary);font-weight:600;font-size:.875rem;cursor:pointer}.hf-shop__empty button:hover{text-decoration:underline}.hf-shop__pagination{margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:.375rem}.hf-shop__page{min-width:2.25rem;height:2.25rem;padding:0 .5rem;border-radius:.75rem;border:1px solid var(--hf-gray-200);background:#fff;color:var(--hf-gray-600);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.hf-shop__page:hover:not(:disabled){border-color:var(--hf-primary);color:var(--hf-primary)}.hf-shop__page:disabled{opacity:.3;cursor:not-allowed}.hf-shop__page.is-active{background:var(--hf-primary);border-color:var(--hf-primary);color:#fff;box-shadow:0 1px 2px rgb(var(--hf-primary-rgb)/30%)}.hf-shop__page-dots{width:2.25rem;text-align:center;color:var(--hf-gray-400);font-size:.875rem}.hf-shop__oem{background:#fff;border-top:1px solid var(--hf-gray-100);padding:3rem 0}@media (min-width:768px){.hf-shop__oem{padding:5rem 0}}.hf-shop__oem-inner{max-width:56rem;margin:0 auto}.hf-shop__oem-head{text-align:center;margin-bottom:2rem}@media (min-width:768px){.hf-shop__oem-head{margin-bottom:3rem}}.hf-shop__oem-head h2{font-size:1.5rem;font-weight:700;color:var(--hf-gray-900);margin:0 0 .75rem}@media (min-width:768px){.hf-shop__oem-head h2{font-size:2.25rem}}.hf-shop__oem-head p{color:var(--hf-gray-500);font-size:.875rem;line-height:1.7;max-width:42rem;margin:0 auto}@media (min-width:768px){.hf-shop__oem-head p{font-size:1rem}}.hf-shop__oem-eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:999px;background:#f0fdf4;border:1px solid #bbf7d0;color:var(--hf-primary);font-weight:700;font-size:.75rem;margin-bottom:1rem}.hf-shop__oem-eyebrow .icon{width:13px;height:13px}.hf-shop__oem-cards{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}@media (min-width:640px){.hf-shop__oem-cards{grid-template-columns:repeat(3,1fr)}}.hf-shop__oem-card{background:var(--hf-gray-50);border:1px solid var(--hf-gray-100);border-radius:1rem;padding:1.25rem}.hf-shop__oem-card h3{font-weight:700;color:var(--hf-gray-900);font-size:.875rem;margin:0 0 .25rem}.hf-shop__oem-card p{color:var(--hf-gray-500);font-size:.75rem;line-height:1.6;margin:0}.hf-shop__oem-icon{width:40px;height:40px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.hf-shop__oem-icon .icon{width:20px;height:20px}.hf-shop__oem-icon--emerald{background:#ecfdf5;color:#059669}.hf-shop__oem-icon--blue{background:#eff6ff;color:#2563eb}.hf-shop__oem-icon--violet{background:#f5f3ff;color:#7c3aed}.hf-shop__oem-actions{display:flex;flex-direction:column;gap:.75rem;justify-content:center;align-items:center}@media (min-width:640px){.hf-shop__oem-actions{flex-direction:row}}.hf-shop__oem-actions .hf-btn{width:100%}@media (min-width:640px){.hf-shop__oem-actions .hf-btn{width:auto}}.hf-shop__oem-note{text-align:center;font-size:.75rem;color:var(--hf-gray-400);margin:1.25rem 0 0}.hf-shop__oem-note strong{color:var(--hf-gray-600)}
/* hf-shop anchor controls */.hf-shop__search-clear{align-items:center;text-decoration:none}.hf-shop__chip{display:inline-block;text-decoration:none;white-space:nowrap}.hf-shop__cat{text-decoration:none}.hf-shop__empty a{display:inline-block;margin-top:1rem;border:0;background:none;color:var(--hf-primary);font-weight:600;font-size:.875rem;cursor:pointer;text-decoration:none}.hf-shop__empty a:hover{text-decoration:underline}.hf-shop__page{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.hf-shop__page.is-disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.hf-shop__suggest{position:absolute;top:calc(100% + .375rem);left:0;right:0;z-index:30;max-height:22rem;overflow-y:auto;background:#fff;border:1px solid var(--hf-gray-200);border-radius:.75rem;box-shadow:0 10px 30px rgb(0 0 0/10%);padding:.25rem}.hf-shop__suggest-item{display:flex;align-items:center;gap:.625rem;padding:.5rem;border-radius:.5rem;text-decoration:none;color:var(--hf-gray-700)}.hf-shop__suggest-item img,.hf-shop__suggest-thumb{width:40px;height:40px;border-radius:.5rem;object-fit:cover;background:var(--hf-gray-100);flex-shrink:0}.hf-shop__suggest-item:hover,.hf-shop__suggest-item.is-active{background:var(--hf-gray-50)}.hf-shop__suggest-text{display:flex;flex-direction:column;gap:.125rem;min-width:0}.hf-shop__suggest-name{font-size:.8125rem;font-weight:600;color:var(--hf-gray-900);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hf-shop__suggest-price{font-size:.75rem;color:var(--hf-primary);font-weight:600}.hf-shop__suggest-status{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:0;padding:.875rem;font-size:.8125rem;color:var(--hf-gray-400)}.hf-shop__suggest-spinner{width:14px;height:14px;border:2px solid var(--hf-gray-200);border-top-color:var(--hf-primary);border-radius:999px;animation:hf-shop-spin .6s linear infinite}@media (prefers-reduced-motion:reduce){.hf-shop__suggest-spinner{animation-duration:2s}}.hf-shop__suggest-foot{display:block;width:100%;margin-top:.25rem;padding:.5rem .75rem;border:0;border-top:1px solid var(--hf-gray-100);background:none;color:var(--hf-gray-500);font-size:.75rem;text-align:center;cursor:pointer}.hf-shop__suggest-foot kbd{display:inline-block;padding:.0625rem .3125rem;margin:0 .125rem;border:1px solid var(--hf-gray-200);border-bottom-width:2px;border-radius:.25rem;background:var(--hf-gray-50);color:var(--hf-gray-700);font-family:inherit;font-size:.6875rem;font-weight:600}.hf-shop__suggest-foot:hover{color:var(--hf-primary)}@keyframes hf-shop-spin{to{transform:rotate(360deg)}}
/* handfill: btn-loading spinner colour — see assets/sass/components/_product.scss */.btn-loading::after{color:var(--tp-btn-color,#8a8f98)}.tp-product-add-cart-btn-large,.tp-product-list-add-to-cart-btn,.tp-btn,.tp-checkout-btn,.hf-btn--primary,.btn-primary,.btn-secondary,.btn-success,.btn-danger,.btn-dark{--tp-btn-color:var(--tp-common-white)}.tp-btn-white,.tp-btn-border,.tp-btn-border-2,.hf-btn--ghost,.btn-light,.btn-warning,.btn-info,.btn-link,.btn-outline-primary,.btn-outline-secondary,.btn-outline-success,.btn-outline-danger,.btn-outline-dark,.tp-cart-plus,.tp-cart-minus{--tp-btn-color:var(--tp-common-black)}

/* handfill:product-specs — build của assets/sass/components/_product-specs.scss (sass --style=compressed), nối tay vì máy này chưa build được vite */.hf-price{background:#f0fdf4;border:1px solid #dcfce7;border-radius:1rem;padding:1rem 1.25rem;margin:1.25rem 0 0}.hf-price__label{font-size:.75rem;color:var(--hf-gray-500);font-weight:500;margin:0 0 .125rem}.hf-price__row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.375rem;margin:0}.hf-price__value{font-size:1.875rem;font-weight:800;line-height:1.1;color:var(--hf-primary)}.hf-price__unit{font-size:.875rem;color:var(--hf-gray-500)}.hf-price__original-value{font-size:.875rem;color:var(--hf-gray-400)}.hf-price__note{font-size:.75rem;color:var(--hf-gray-500);margin:.25rem 0 0}.hf-design-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-top:.625rem;padding:.875rem 1rem;border:1px solid var(--hf-gray-200);border-radius:.75rem;background:#fff;color:var(--hf-gray-700);font-size:.9375rem;font-weight:500;transition:border-color .2s,color .2s}.hf-design-btn:hover,.hf-design-btn:focus-visible{border-color:var(--hf-primary);color:var(--hf-primary)}.hf-design-btn .icon{width:16px;height:16px}.hf-product-details-description{margin:.5rem 0 1rem}.hf-specs{display:flex;flex-direction:column;gap:.875rem;margin:0 0 1.25rem}.hf-specs__label{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--hf-gray-500);margin:0 0 .5rem}.hf-specs__label .icon,.hf-specs__label svg{width:13px;height:13px;color:var(--hf-gray-400)}.hf-specs__pills{display:flex;flex-wrap:wrap;gap:.5rem}.hf-specs__pill{display:inline-flex;align-items:center;gap:.375rem;border:1px solid var(--hf-gray-200);border-radius:.75rem;padding:.375rem .875rem;font-size:.875rem;line-height:1.4;color:var(--hf-gray-700);background:var(--hf-gray-50)}.hf-specs__pill--accent{border:2px solid var(--hf-primary);color:var(--hf-primary);font-weight:600;background:#f0fdf4}.hf-specs__flag{border-radius:2px;flex-shrink:0}.hf-acc{background:#fff;border:1px solid var(--hf-gray-100);border-radius:1.25rem;overflow:hidden;margin:3rem 0 0}.hf-acc__item+.hf-acc__item{border-top:1px solid var(--hf-gray-100)}.hf-acc__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.75rem;cursor:pointer;list-style:none}.hf-acc__head::-webkit-details-marker{display:none}.hf-acc__head:hover{background:var(--hf-gray-50)}.hf-acc__title{display:flex;align-items:center;gap:.625rem;font-size:1rem;font-weight:700;color:var(--hf-gray-900)}.hf-acc__title .icon{width:18px;height:18px;color:var(--hf-primary)}.hf-acc__chevron{width:18px;height:18px;color:var(--hf-gray-400);flex-shrink:0;transition:transform .2s}.hf-acc__item[open] .hf-acc__chevron{transform:rotate(180deg)}.hf-acc__body{padding:0 1.75rem 1.75rem}.hf-acc__body--split{display:grid;gap:1.5rem}@media(min-width: 992px){.hf-acc__body--split{grid-template-columns:1fr 1fr;align-items:start}}.hf-acc__note{font-size:.875rem;color:var(--hf-gray-500);margin:0 0 1rem}.hf-acc__subtitle{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--hf-gray-500);margin:0 0 .625rem}.hf-acc__subtitle--plain{font-size:.9375rem;text-transform:none;letter-spacing:0;color:var(--hf-gray-900)}.hf-acc__tip{display:flex;align-items:flex-start;gap:.5rem;margin:1rem 0 0;padding:.875rem 1rem;border-radius:.75rem;background:#f0fdf4;color:#15803d;font-size:.875rem;font-weight:500}.hf-acc__tip .icon{width:16px;height:16px;flex-shrink:0;margin-top:.125rem}.hf-tiers-wrap{overflow-x:auto}.hf-tiers{width:100%;max-width:30rem;border-collapse:collapse;border:1px solid var(--hf-gray-100);border-radius:.875rem;overflow:hidden}.hf-tiers th{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--hf-gray-400);padding:.625rem 1rem;text-align:left;border-bottom:1px solid var(--hf-gray-100);white-space:nowrap}.hf-tiers td{padding:.75rem 1rem;font-size:.875rem;color:var(--hf-gray-700);vertical-align:middle}.hf-tiers tbody tr+tr td{border-top:1px solid var(--hf-gray-100)}.hf-tiers th.hf-tiers__right,.hf-tiers td.hf-tiers__right{text-align:right}.hf-tiers__row{transition:background-color .15s}.hf-tiers__row.is-active{background:#f0fdf4}.hf-tiers__row.is-active .hf-tiers__qty{font-weight:700;color:var(--hf-gray-900)}.hf-tiers__qty{white-space:nowrap;font-weight:500;color:var(--hf-gray-900)}.hf-tiers__unit{color:var(--hf-gray-400);font-weight:400}.hf-tiers__badge{display:inline-block;margin-left:.375rem;padding:.0625rem .4375rem;border-radius:999px;background:var(--hf-primary);color:#fff;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;vertical-align:1px}.hf-tiers__price{font-weight:700;color:var(--hf-gray-400);white-space:nowrap}.hf-tiers__price--off{color:var(--hf-gray-900)}.hf-tiers__off{display:inline-block;padding:.125rem .5rem;border-radius:999px;background:#f0fdf4;color:#15803d;font-size:.75rem;font-weight:700}.hf-tiers__dash{color:var(--hf-gray-300)}.hf-ship{display:flex;flex-direction:column;gap:.625rem}.hf-ship__item{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;border-radius:.75rem;background:var(--hf-gray-50)}.hf-ship__icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.625rem;background:#fff;flex-shrink:0}.hf-ship__icon .icon{width:16px;height:16px;color:var(--hf-primary)}.hf-ship__label{display:block;font-size:.75rem;color:var(--hf-gray-500)}.hf-ship__value{display:block;font-size:.9375rem;font-weight:600;color:var(--hf-gray-900)}.hf-flags{display:flex;flex-wrap:wrap;gap:.5rem}.hf-flags__item{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border:1px solid var(--hf-gray-200);border-radius:999px;font-size:.8125rem;color:var(--hf-gray-700)}.hf-flags__item img{border-radius:2px}.hf-flags__item--more .icon{width:14px;height:14px;color:var(--hf-primary)}.hf-dropship{margin-top:1.25rem;padding:1rem 1.25rem;border-radius:.875rem;background:#eff6ff}.hf-dropship__title{font-size:.9375rem;font-weight:700;color:#1d4ed8;margin:0 0 .25rem}.hf-dropship__text{font-size:.875rem;color:#1d4ed8;margin:0}.hf-files{display:flex;flex-direction:column;gap:.75rem}.hf-files__box{padding:1rem 1.25rem;border-radius:.875rem;background:var(--hf-gray-50)}.hf-files__value{margin:0;font-size:.9375rem;font-weight:600;color:var(--hf-gray-900)}.hf-notes{list-style:none;padding:0;margin:0}.hf-notes li{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:var(--hf-gray-700);padding:.375rem 0}.hf-notes__num{flex-shrink:0;width:1.25rem;font-weight:700;color:#f59e0b}.hf-notes__cta{display:inline-flex;align-items:center;gap:.375rem;margin-top:.75rem;font-size:.875rem;font-weight:600;color:var(--hf-primary)}.hf-notes__cta .icon{width:15px;height:15px}.hf-reviews{margin-top:3rem}.hf-price__was{font-size:.9375rem;color:var(--hf-gray-400);text-decoration:line-through}.hf-meta{display:flex;flex-wrap:wrap;gap:.375rem 1.25rem;margin:.75rem 0 0;font-size:.8125rem;color:var(--hf-gray-500)}.hf-meta__item{display:inline-flex;align-items:center;gap:.375rem}.hf-meta__item .icon{width:14px;height:14px;color:var(--hf-primary)}
