*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--volt: #CCFF00;--volt-hover: #d4ff33;--bg-primary: #0A0A0A;--bg-secondary: #080808;--bg-tertiary: #0F0F0F;--bg-footer: #050505;--text-primary: #E8E8E3;--text-muted: rgba(232, 232, 227, .6);--text-dim: rgba(232, 232, 227, .4);--text-faint: rgba(232, 232, 227, .3);--text-ghost: rgba(232, 232, 227, .15);--border-volt: rgba(204, 255, 0, .1);--border-volt-strong: rgba(204, 255, 0, .2);--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-display: "Space Grotesk", system-ui, sans-serif;--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-in-out: cubic-bezier(.77, 0, .175, 1)}html{scroll-behavior:smooth}body.hivolt-body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.font-display{font-family:var(--font-display)}.volt-line{height:2px;background:var(--volt);display:inline-block}.volt-diagonal{width:100%;overflow:hidden}.volt-diagonal:after{content:"";display:block;height:1px;width:100%;background:linear-gradient(90deg,var(--volt) 0%,var(--volt) 30%,transparent 100%);transform:rotate(-1deg)}.btn-volt{display:inline-flex;align-items:center;justify-content:center;background:var(--volt);color:var(--bg-primary);font-family:var(--font-display);font-weight:700;font-size:.875rem;padding:1rem 2.5rem;letter-spacing:.05em;transition:all .15s ease;animation:voltPulse 2.5s ease-in-out infinite}.btn-volt:hover{background:var(--volt-hover)}.btn-volt:active{transform:scale(.97)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(232,232,227,.15);color:#e8e8e3cc;font-family:var(--font-display);font-weight:500;font-size:.875rem;padding:1rem 2rem;letter-spacing:.05em;transition:all .15s ease}.btn-outline:hover{border-color:#cf06;color:var(--volt)}@keyframes voltPulse{0%,to{box-shadow:0 0 20px #ccff004d}50%{box-shadow:0 0 30px #ccff0080,0 0 60px #cf03}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes chargeBar{0%{width:0}}.animate-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .5s var(--ease-out),transform .5s var(--ease-out)}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.animate-delay-1{transition-delay:.1s}.animate-delay-2{transition-delay:.2s}.animate-delay-3{transition-delay:.3s}.animate-delay-4{transition-delay:.4s}.hivolt-header{position:fixed;top:0;left:0;right:0;z-index:50;transition:background .3s ease}.hivolt-header.scrolled{background:#0a0a0af2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.hivolt-header__bar{height:2px;background:var(--volt)}.hivolt-header__inner{display:flex;align-items:center;justify-content:space-between;height:4rem}@media(min-width:768px){.hivolt-header__inner{height:5rem}}.hivolt-header__logo{display:flex;align-items:center;gap:.75rem}.hivolt-header__logo img{width:2.25rem;height:2.25rem}@media(min-width:768px){.hivolt-header__logo img{width:2.75rem;height:2.75rem}}.hivolt-header__logo-text{font-family:var(--font-display);font-weight:700;font-size:1.5rem;letter-spacing:-.02em;color:#fff}@media(min-width:768px){.hivolt-header__logo-text{font-size:1.7rem}}.hivolt-header__logo-text .volt{color:var(--volt)}.hivolt-header__nav{display:none;align-items:center;gap:2rem}@media(min-width:768px){.hivolt-header__nav{display:flex}}.hivolt-header__nav a{font-size:.875rem;font-weight:500;color:var(--text-muted);transition:color .15s ease}.hivolt-header__nav a:hover{color:var(--volt)}.hivolt-header__actions{display:flex;align-items:center;gap:1rem}.hivolt-header__cart{position:relative;padding:.5rem;color:var(--text-muted);transition:color .15s ease}.hivolt-header__cart:hover{color:var(--volt)}.hivolt-header__cart-count{position:absolute;top:-2px;right:-2px;background:var(--volt);color:var(--bg-primary);font-family:var(--font-display);font-weight:700;font-size:9px;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.hivolt-header__cta{background:var(--volt);color:var(--bg-primary);font-family:var(--font-display);font-weight:700;font-size:.875rem;padding:.625rem 1.5rem;transition:all .15s ease}.hivolt-header__cta:hover{background:var(--volt-hover)}.hivolt-header__cta:active{transform:scale(.97)}.hivolt-hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden;padding-bottom:5rem;padding-top:8rem}.hivolt-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hivolt-hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.3}.hivolt-hero__overlay-r{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0a0a0a,#0a0a0ae6,#0a0a0a99)}.hivolt-hero__overlay-t{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0A0A0A,transparent,rgba(10,10,10,.7))}.hivolt-hero__grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:flex-end}@media(min-width:1024px){.hivolt-hero__grid{grid-template-columns:7fr 5fr}}.hivolt-hero__content{position:relative;z-index:10}.hivolt-hero__tag{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;animation:slideInLeft .5s var(--ease-out) forwards}.hivolt-hero__tag span{font-family:var(--font-display);font-size:11px;letter-spacing:.35em;color:var(--volt);text-transform:uppercase}.hivolt-hero__title{font-family:var(--font-display);font-weight:700;font-size:clamp(3.2rem,8vw,6.5rem);color:#fff;line-height:.9;letter-spacing:-.03em;animation:fadeInUp .7s var(--ease-out) .1s both}.hivolt-hero__title .volt{color:var(--volt);position:relative;display:inline-block}.hivolt-hero__title .volt:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:var(--volt)}.hivolt-hero__title .dim{color:#e8e8e34d}.hivolt-hero__desc{font-size:1rem;color:var(--text-muted);line-height:1.7;max-width:32rem;margin-top:1.5rem;animation:fadeIn .6s ease .3s both}@media(min-width:768px){.hivolt-hero__desc{font-size:1.125rem}}.hivolt-hero__buttons{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;animation:fadeInUp .5s var(--ease-out) .4s both}@media(min-width:640px){.hivolt-hero__buttons{flex-direction:row}}.hivolt-hero__creds{display:flex;align-items:center;gap:1rem;padding-top:.5rem;animation:fadeIn .5s ease .6s both}.hivolt-hero__creds span{font-size:.75rem;color:var(--text-dim);font-family:var(--font-display)}.hivolt-hero__product{display:flex;justify-content:center;position:relative;z-index:10;animation:fadeIn .8s var(--ease-out) .2s both}@media(min-width:1024px){.hivolt-hero__product{justify-content:flex-end}}.hivolt-hero__product-glow{position:absolute;top:-4rem;right:-4rem;bottom:-4rem;left:-4rem;background:#ccff0008;filter:blur(60px);border-radius:50%}.hivolt-hero__product img{position:relative;width:16rem;filter:drop-shadow(0 25px 50px rgba(0,0,0,.5))}@media(min-width:768px){.hivolt-hero__product img{width:18rem}}@media(min-width:1024px){.hivolt-hero__product img{width:20rem}}.hivolt-stats{position:relative;background:var(--bg-primary);overflow:hidden;padding:4rem 0}@media(min-width:768px){.hivolt-stats{padding:5rem 0}}.hivolt-stats__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(min-width:1024px){.hivolt-stats__grid{grid-template-columns:repeat(4,1fr);gap:0}}@media(min-width:1024px){.hivolt-stats__item+.hivolt-stats__item{border-left:1px solid var(--border-volt);padding-left:2rem}}.hivolt-stats__value{font-family:var(--font-display);font-weight:700;font-size:clamp(2rem,5vw,3.5rem);letter-spacing:-.02em;color:#fff}.hivolt-stats__value.volt{color:var(--volt)}.hivolt-stats__label{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.hivolt-stats__label span{font-size:10px;color:var(--text-dim);letter-spacing:.2em;font-family:var(--font-display)}.hivolt-section{padding:7rem 0}@media(min-width:768px){.hivolt-section{padding:9rem 0}}.hivolt-section--alt{background:var(--bg-secondary)}.hivolt-section--tertiary{background:var(--bg-tertiary)}.section-tag{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.section-tag span{font-family:var(--font-display);font-size:11px;letter-spacing:.35em;color:var(--volt);text-transform:uppercase}.section-title{font-family:var(--font-display);font-weight:700;line-height:.92;letter-spacing:-.02em;color:#fff}.section-title .volt{color:var(--volt)}.hivolt-problem__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.hivolt-problem__grid{grid-template-columns:8fr 4fr}}.hivolt-problem__title{font-size:clamp(2.5rem,5vw,4.5rem)}.hivolt-problem__support{color:#e8e8e380;line-height:1.7}@media(min-width:1024px){.hivolt-problem__support{display:flex;align-items:flex-end}}.hivolt-problem__cards{display:grid;grid-template-columns:1fr;gap:1px;background:var(--border-volt);margin-top:5rem}@media(min-width:768px){.hivolt-problem__cards{grid-template-columns:repeat(3,1fr)}}.hivolt-problem__card{background:var(--bg-primary);padding:2rem 2.5rem;position:relative}.hivolt-problem__card-accent{position:absolute;top:0;left:2rem;width:1.5rem;height:2px;background:var(--volt)}.hivolt-problem__card-age{font-family:var(--font-display);font-weight:700;font-size:clamp(4rem,8vw,6rem);color:#ccff0014;line-height:1;margin-bottom:1rem;letter-spacing:-.02em}.hivolt-problem__card-text{color:var(--text-muted);line-height:1.7;font-size:.9375rem}.hivolt-science{position:relative;overflow:hidden}.hivolt-science__bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.15}.hivolt-science__bg img{width:100%;height:100%;object-fit:cover}.hivolt-science__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#080808,#080808d9,#080808)}.hivolt-science__grid{display:grid;grid-template-columns:1fr;gap:4rem;position:relative;z-index:10}@media(min-width:1024px){.hivolt-science__grid{grid-template-columns:7fr 5fr}}.hivolt-science__title{font-size:clamp(2.5rem,4vw,3.5rem)}.hivolt-science__desc{color:var(--text-muted);line-height:1.7;font-size:1.125rem;margin-top:2rem;max-width:36rem}.supp-facts{border:1px solid var(--border-volt-strong);background:#0a0a0a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-top:3rem}.supp-facts__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid var(--border-volt-strong)}.supp-facts__header-title{font-family:var(--font-display);font-weight:700;color:#fff;font-size:.875rem;letter-spacing:.05em}.supp-facts__header-serving{font-size:11px;color:var(--text-dim);font-family:var(--font-display)}.supp-facts__row{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;border-bottom:1px solid rgba(232,232,227,.05)}.supp-facts__row:last-child{border-bottom:none}.supp-facts__row-name{color:#e8e8e3b3;font-size:.875rem}.supp-facts__row-value{font-family:var(--font-display);font-weight:700;font-size:.875rem;color:#fff}.supp-facts__row-value.volt{color:var(--volt)}.supp-facts__footer{padding:1.25rem;border-top:1px solid rgba(204,255,0,.1)}.supp-facts__footer p{font-size:11px;color:var(--text-faint)}.hivolt-science__numbers{display:flex;flex-direction:column;gap:4rem}@media(min-width:1024px){.hivolt-science__numbers{padding-top:6rem}}.science-number__value{font-family:var(--font-display);font-weight:700;font-size:clamp(3rem,6vw,5rem);color:var(--volt);line-height:1;letter-spacing:-.02em}.science-number__label{font-family:var(--font-display);font-weight:700;color:#fff;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;margin-top:.75rem}.science-number__desc{color:var(--text-dim);font-size:.875rem;margin-top:.25rem}.hivolt-benefits__timeline{position:relative;max-width:48rem;padding-left:2.5rem}@media(min-width:768px){.hivolt-benefits__timeline{padding-left:3.5rem}}.hivolt-benefits__line{position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--volt),rgba(204,255,0,.4),transparent)}.hivolt-benefits__phase{margin-bottom:4rem;position:relative}.hivolt-benefits__diamond{position:absolute;left:-2.5rem;top:.25rem;width:12px;height:12px;background:var(--volt);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}@media(min-width:768px){.hivolt-benefits__diamond{left:-3.5rem}}.hivolt-benefits__phase-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:1rem}.hivolt-benefits__week{font-family:var(--font-display);font-weight:700;color:var(--volt);font-size:.75rem;letter-spacing:.2em}.hivolt-benefits__phase-title{font-family:var(--font-display);font-weight:700;color:#fff;font-size:1.25rem;letter-spacing:-.01em}@media(min-width:768px){.hivolt-benefits__phase-title{font-size:1.5rem}}.hivolt-benefits__list{list-style:none;margin-bottom:1.25rem}.hivolt-benefits__list li{display:flex;align-items:flex-start;gap:.75rem;color:#e8e8e3a6;font-size:.9375rem;margin-bottom:.625rem}.hivolt-benefits__list li:before{content:"";width:6px;height:6px;background:var(--volt);flex-shrink:0;margin-top:.5rem}.hivolt-benefits__charge{display:flex;align-items:center;gap:.75rem}.hivolt-benefits__charge-track{height:3px;flex:1;max-width:180px;background:#1a1a1a}.hivolt-benefits__charge-fill{height:100%;background:var(--volt);width:0;transition:width 1.2s var(--ease-out)}.hivolt-benefits__charge-label{font-family:var(--font-display);font-size:.75rem;color:var(--volt);letter-spacing:.1em}.hivolt-lifestyle__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.hivolt-lifestyle__grid{grid-template-columns:5fr 7fr}}.hivolt-lifestyle__image{position:relative}.hivolt-lifestyle__image-border{position:absolute;top:-1rem;left:-1rem;width:100%;height:100%;border:1px solid var(--border-volt-strong)}.hivolt-lifestyle__image img{position:relative;width:100%}.hivolt-lifestyle__image-accent{position:absolute;bottom:-1rem;left:0;width:4rem;height:2px;background:var(--volt)}.hivolt-lifestyle__content{padding-left:0}@media(min-width:1024px){.hivolt-lifestyle__content{padding-left:2rem}}.hivolt-lifestyle__title{font-size:clamp(2rem,3.5vw,2.8rem);margin-bottom:2rem}.hivolt-lifestyle__desc{color:var(--text-muted);line-height:1.7;font-size:1.125rem;margin-bottom:2rem;max-width:32rem}.hivolt-lifestyle__features{display:flex;flex-direction:column;gap:1rem}.hivolt-lifestyle__feature{display:flex;align-items:center;gap:.75rem}.hivolt-lifestyle__feature-dot{width:6px;height:2px;background:var(--volt);flex-shrink:0}.hivolt-lifestyle__feature span{color:#e8e8e3b3;font-size:.9375rem}.hivolt-testimonials__grid{display:grid;grid-template-columns:1fr;gap:1px;background:var(--border-volt)}@media(min-width:768px){.hivolt-testimonials__grid{grid-template-columns:repeat(2,1fr)}}.hivolt-testimonial{background:var(--bg-primary);padding:2rem 2.5rem;position:relative}.hivolt-testimonial__accent{position:absolute;top:0;left:2rem;width:1.5rem;height:2px;background:var(--volt)}.hivolt-testimonial__text{color:#e8e8e3bf;line-height:1.7;font-size:.9375rem;margin-bottom:1.5rem}.hivolt-testimonial__footer{display:flex;align-items:center;justify-content:space-between}.hivolt-testimonial__name{font-family:var(--font-display);font-weight:700;color:#fff;font-size:.75rem;letter-spacing:.05em}.hivolt-pricing__cards{display:grid;grid-template-columns:1fr;gap:1px;background:var(--border-volt);margin-bottom:3rem}@media(min-width:768px){.hivolt-pricing__cards{grid-template-columns:repeat(3,1fr)}}.hivolt-pricing__card{background:var(--bg-primary);padding:2rem;text-align:left;position:relative;transition:background .2s ease;cursor:pointer}.hivolt-pricing__card:hover{background:#0a0a0acc}.hivolt-pricing__card.active{background:#ccff000a}.hivolt-pricing__card-bar{position:absolute;top:0;left:0;right:0;height:3px;background:var(--volt);display:none}.hivolt-pricing__card.active .hivolt-pricing__card-bar{display:block}.hivolt-pricing__card-badge{font-family:var(--font-display);font-size:10px;letter-spacing:.3em;color:var(--volt)}.hivolt-pricing__card-badge.dim{color:var(--text-faint)}.hivolt-pricing__card-name{font-family:var(--font-display);font-weight:700;font-size:1.125rem;color:#fff;margin-top:.5rem}.hivolt-pricing__card-price{margin-top:1rem}.hivolt-pricing__card-price .amount{font-family:var(--font-display);font-weight:700;font-size:2.5rem;line-height:1}.hivolt-pricing__card-price .amount.volt{color:var(--volt)}.hivolt-pricing__card-price .period{color:var(--text-dim);font-size:.875rem;margin-left:.25rem}.hivolt-pricing__card-price .original{color:#e8e8e333;font-size:.875rem;text-decoration:line-through;margin-left:.5rem}.hivolt-pricing__card-detail{font-size:11px;color:var(--text-faint);margin-top:.5rem;font-family:var(--font-display)}.hivolt-pricing__card-save{display:inline-block;border:1px solid rgba(204,255,0,.3);color:var(--volt);font-size:10px;font-family:var(--font-display);padding:.125rem .5rem;letter-spacing:.1em;margin-top:1rem}.hivolt-purchase{border:1px solid rgba(204,255,0,.15);background:#0a0a0acc;padding:2rem 2.5rem}.hivolt-purchase__inner{display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.hivolt-purchase__inner{flex-direction:row;align-items:center;justify-content:space-between}}.hivolt-purchase__product{display:flex;align-items:center;gap:1.5rem}.hivolt-purchase__product img{width:5rem;height:auto;display:none}@media(min-width:640px){.hivolt-purchase__product img{display:block}}.hivolt-purchase__name{font-family:var(--font-display);font-weight:700;font-size:1.125rem;color:#fff;letter-spacing:-.01em}.hivolt-purchase__meta{color:var(--text-dim);font-size:.875rem;margin-top:.25rem}.hivolt-purchase__price-row{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}.hivolt-purchase__price{font-family:var(--font-display);font-weight:700;font-size:1.5rem;color:var(--volt)}.hivolt-purchase__original{color:#e8e8e340;text-decoration:line-through;font-size:.875rem}.hivolt-purchase__daily{font-size:11px;color:var(--text-faint);font-family:var(--font-display)}.hivolt-purchase__btn{width:100%;white-space:nowrap}@media(min-width:1024px){.hivolt-purchase__btn{width:auto}}.hivolt-trust{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;padding-top:2rem}@media(min-width:768px){.hivolt-trust{grid-template-columns:repeat(4,1fr)}}.hivolt-trust__item{display:flex;align-items:center;gap:.5rem}.hivolt-trust__item svg{width:1rem;height:1rem;color:#cf09;flex-shrink:0}.hivolt-trust__item span{font-size:.75rem;color:#e8e8e380;font-family:var(--font-display)}.hivolt-guarantee__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.hivolt-guarantee__grid{grid-template-columns:3fr 9fr}}.hivolt-guarantee__badge{display:flex;justify-content:center}@media(min-width:1024px){.hivolt-guarantee__badge{justify-content:flex-start}}.hivolt-guarantee__hex{width:8rem;height:8rem;border:2px solid var(--volt);display:flex;align-items:center;justify-content:center;clip-path:polygon(50% 0%,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%)}.hivolt-guarantee__hex-number{font-family:var(--font-display);font-weight:700;font-size:2.5rem;color:var(--volt);line-height:1}.hivolt-guarantee__hex-label{font-family:var(--font-display);font-size:9px;color:var(--volt);letter-spacing:.2em}.hivolt-guarantee__title{font-size:clamp(2rem,3.5vw,2.8rem)}.hivolt-guarantee__desc{color:var(--text-muted);font-size:1.125rem;margin-top:1.5rem;line-height:1.7;max-width:42rem}.hivolt-faq{max-width:48rem}.hivolt-faq__title{font-size:clamp(2rem,3.5vw,2.8rem);margin-bottom:3rem}.hivolt-faq__list{display:flex;flex-direction:column;gap:1px;background:var(--border-volt)}.hivolt-faq__item{background:var(--bg-tertiary)}.hivolt-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;text-align:left;transition:background .15s ease}.hivolt-faq__question:hover{background:#ccff0005}.hivolt-faq__question-text{font-family:var(--font-display);font-weight:500;color:#fff;font-size:.9375rem;padding-right:2rem;transition:color .15s ease}.hivolt-faq__question:hover .hivolt-faq__question-text{color:var(--volt)}.hivolt-faq__icon{color:var(--volt);font-size:1.125rem;font-family:var(--font-display);flex-shrink:0;transition:transform .2s ease}.hivolt-faq__item.open .hivolt-faq__icon{transform:rotate(45deg)}.hivolt-faq__answer{max-height:0;overflow:hidden;transition:max-height .3s var(--ease-out),padding .3s var(--ease-out)}.hivolt-faq__item.open .hivolt-faq__answer{max-height:500px;padding:0 1.5rem 1.25rem}.hivolt-faq__answer-accent{width:1rem;height:2px;background:var(--volt);margin-bottom:.75rem}.hivolt-faq__answer-text{color:var(--text-muted);line-height:1.7;font-size:.9375rem}.hivolt-cta{position:relative;overflow:hidden}.hivolt-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05}.hivolt-cta__bg img{width:100%;height:100%;object-fit:cover}.hivolt-cta__content{position:relative;z-index:10;max-width:48rem}.hivolt-cta__title{font-size:clamp(2.5rem,6vw,5rem);line-height:.9;letter-spacing:-.03em}.hivolt-cta__desc{color:#e8e8e380;font-size:1.125rem;margin-top:2rem;max-width:32rem}.hivolt-cta__btn{margin-top:2.5rem}.hivolt-cta__fine{font-size:11px;color:#e8e8e340;margin-top:1.5rem;font-family:var(--font-display);letter-spacing:.1em}.hivolt-footer{padding:3rem 0;background:var(--bg-footer)}.hivolt-footer__inner{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.hivolt-footer__inner{flex-direction:row;align-items:center;justify-content:space-between}}.hivolt-footer__logo{display:flex;align-items:center;gap:.75rem}.hivolt-footer__logo img{width:1.75rem;height:1.75rem}.hivolt-footer__logo-text{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:#fff;letter-spacing:-.01em}.hivolt-footer__logo-text .volt{color:var(--volt)}.hivolt-footer__links{display:flex;align-items:center;gap:1.5rem}.hivolt-footer__links a{font-size:.75rem;color:var(--text-faint);font-family:var(--font-display);letter-spacing:.1em;transition:color .15s ease}.hivolt-footer__links a:hover{color:var(--volt)}.hivolt-footer__bottom{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(232,232,227,.05)}.hivolt-footer__disclaimer{font-size:11px;color:var(--text-ghost);line-height:1.7;max-width:48rem}.hivolt-footer__copyright{font-size:11px;color:var(--text-ghost);margin-top:.75rem}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:100;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-drawer-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:420px;background:var(--bg-primary);z-index:101;transform:translate(100%);transition:transform .3s var(--ease-out);display:flex;flex-direction:column;border-left:1px solid var(--border-volt)}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-volt)}.cart-drawer__title{font-family:var(--font-display);font-weight:700;color:#fff;font-size:.875rem;letter-spacing:.1em}.cart-drawer__close{color:var(--text-muted);font-size:1.5rem;padding:.25rem;transition:color .15s ease}.cart-drawer__close:hover{color:var(--volt)}.cart-drawer__shipping{padding:1rem 1.5rem;border-bottom:1px solid rgba(232,232,227,.05)}.cart-drawer__shipping-text{font-size:.75rem;color:var(--text-muted);margin-bottom:.5rem;font-family:var(--font-display)}.cart-drawer__shipping-text .volt{color:var(--volt);font-weight:700}.cart-drawer__shipping-bar{height:3px;background:#1a1a1a;width:100%}.cart-drawer__shipping-fill{height:100%;background:var(--volt);transition:width .5s var(--ease-out)}.cart-drawer__items{flex:1;overflow-y:auto;padding:1.5rem}.cart-drawer__empty{text-align:center;padding:4rem 2rem;color:var(--text-dim)}.cart-drawer__item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(232,232,227,.05)}.cart-drawer__item img{width:4rem;height:4rem;object-fit:cover;background:#111}.cart-drawer__item-info{flex:1}.cart-drawer__item-title{font-family:var(--font-display);font-weight:600;color:#fff;font-size:.875rem}.cart-drawer__item-price{color:var(--volt);font-family:var(--font-display);font-weight:700;font-size:.875rem;margin-top:.25rem}.cart-drawer__item-qty{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.cart-drawer__item-qty button{width:1.5rem;height:1.5rem;border:1px solid var(--border-volt-strong);color:#fff;font-size:.75rem;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease}.cart-drawer__item-qty button:hover{border-color:var(--volt)}.cart-drawer__item-qty span{font-family:var(--font-display);font-size:.875rem;color:#fff}.cart-drawer__footer{padding:1.5rem;border-top:1px solid var(--border-volt)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-drawer__subtotal-label{font-family:var(--font-display);font-size:.75rem;color:var(--text-dim);letter-spacing:.1em}.cart-drawer__subtotal-value{font-family:var(--font-display);font-weight:700;color:var(--volt);font-size:1.25rem}.cart-drawer__checkout{width:100%;padding:1rem}.shopify-section--header{position:sticky;top:0;z-index:50}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hivolt-theme.css.map */
