:root{--ah-background: #0b0d11;--ah-background-dark: #08090d;--ah-foreground: #e8eaed;--ah-foreground-bright: #ffffff;--ah-card: #12151c;--ah-card-alpha: rgba(18, 21, 28, .65);--ah-card-dark: rgba(18, 21, 28, .75);--ah-accent-gold: #3d6fd4;--ah-accent-gold-bright: #4d82e8;--ah-accent-red: #2850a8;--ah-accent-red-dark: #1a3570;--ah-accent-red-bright: #3d6fd4;--ah-border: rgba(140, 155, 180, .08);--ah-border-hover: rgba(140, 155, 180, .25);--ah-border-accent: rgba(140, 155, 180, .12);--ah-text-muted: rgba(140, 155, 180, .6);--ah-text-muted-light: rgba(160, 175, 200, .7);--ah-text-subtle: rgba(232, 234, 237, .75);--ah-text-bright: rgba(232, 234, 237, .95);--ah-btn-primary: #2850a8;--ah-btn-primary-text: #e8eaed;--ah-glow-gold: rgba(40, 80, 168, .2);--ah-glow-gold-intense: rgba(61, 111, 212, .35);--ah-glow-red: rgba(40, 80, 168, .2);--ah-shadow-card: 0 8px 60px rgba(0, 0, 0, .6);--ah-section-padding: 96px;--ah-container-max: 1280px;--ah-radius: 12px;--ah-radius-lg: 16px;--ah-radius-xl: 20px;--ah-check-stroke: #3d6fd4;--ah-pill-text: rgba(232, 234, 237, .85);--ah-cta-bg-start: #0b0d11;--ah-cta-bg-end: #08090d;--ah-cta-glow: rgba(40, 80, 168, .15);--ah-price-card-bg: rgba(18, 21, 28, .85);--ah-price-card-border: rgba(61, 111, 212, .35);--ah-price-card-shadow: rgba(40, 80, 168, .2);--ah-cta-btn-bg: #2850a8;--ah-cta-btn-text: #e8eaed;--ah-cta-btn-shadow: rgba(40, 80, 168, .3);--ah-thumb-border: rgba(61, 111, 212, .25);--ah-thumb-bg: rgba(18, 21, 28, .8);--ah-separator-line: rgba(140, 155, 180, .1);--ah-font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif}.ah-page{background:linear-gradient(180deg,var(--ah-background) 0%,var(--ah-background-dark) 100%);color:var(--ah-foreground);font-family:var(--ah-font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ah-grain{position:fixed;top:0;left:0;right:0;bottom:0;opacity:.03;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.ah-container{max-width:var(--ah-container-max)!important;width:100%!important;margin:0 auto!important;padding:0 16px!important;box-sizing:border-box!important}@media(min-width:640px){.ah-container{padding:0 24px!important}}@media(min-width:1024px){.ah-container{padding:0 32px!important}}.ah-title{font-size:36px;font-weight:900;letter-spacing:-.025em;line-height:1.1;color:var(--ah-foreground-bright)}@media(min-width:640px){.ah-title{font-size:48px}}@media(min-width:1024px){.ah-title{font-size:60px}}.ah-subtitle{font-size:18px;color:var(--ah-text-bright);line-height:1.6}@media(min-width:640px){.ah-subtitle{font-size:20px}}.ah-section-title{font-size:30px;font-weight:700;color:var(--ah-foreground)}@media(min-width:640px){.ah-section-title{font-size:36px}}.ah-text-muted{color:var(--ah-text-muted)}.ah-text-gold{color:var(--ah-accent-gold)}.ah-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-size:18px;font-weight:700;border-radius:var(--ah-radius);background-color:var(--ah-btn-primary);color:var(--ah-btn-primary-text);border:1px solid rgba(61,111,212,.4);box-shadow:0 0 20px var(--ah-glow-gold);transition:all .3s ease-out;cursor:pointer;text-decoration:none}.ah-btn-primary:hover{transform:scale(1.05);box-shadow:0 0 35px var(--ah-glow-gold-intense),0 0 15px var(--ah-glow-gold);border-color:#3d6fd4b3}.ah-btn-primary:active{transform:scale(1)}.ah-card{background-color:var(--ah-card-alpha);border:1px solid var(--ah-border-accent);border-radius:var(--ah-radius-xl);padding:24px;transition:all .3s ease}.ah-card:hover{border-color:var(--ah-border-hover);box-shadow:0 0 20px var(--ah-glow-gold)}.ah-card-dark{background-color:var(--ah-card-dark)}.ah-badge-discount{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:6px 12px;border-radius:9999px;color:var(--ah-accent-gold);background-color:#2850a826;border:1px solid rgba(40,80,168,.35);box-shadow:0 0 8px #3d6fd41a;animation:ah-pulse-subtle 2s ease-in-out infinite}.ah-badge-loops{display:inline-block;font-size:12px;padding:2px 8px;border-radius:9999px;background-color:#12151ccc;color:var(--ah-text-muted-light)}.ah-price-original{font-size:20px;font-weight:700;text-decoration:line-through;color:#e8eaed73}@media(min-width:640px){.ah-price-original{font-size:24px}}.ah-price-sale{font-size:40px;font-weight:900;color:var(--ah-accent-red-bright)}@media(min-width:640px){.ah-price-sale{font-size:48px}}.ah-price-label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--ah-text-subtle)}.ah-price-accent-bar{width:2px;height:28px;border-radius:9999px;background-color:var(--ah-accent-gold-bright)}.ah-player{display:flex;align-items:center;gap:12px;padding:12px;background-color:var(--ah-card-dark);border:1px solid transparent;border-radius:var(--ah-radius);transition:all .3s ease}.ah-player.is-playing{border-color:var(--ah-border-hover);box-shadow:0 0 25px #2850a833}.ah-player-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--ah-btn-primary);color:var(--ah-btn-primary-text);border:none;cursor:pointer;transition:all .2s ease;flex-shrink:0}.ah-player-btn:hover{transform:scale(1.05)}.ah-player-btn.is-playing{background-color:var(--ah-accent-red);color:var(--ah-foreground)}.ah-player-btn:disabled{background-color:#12151ccc;color:#8c9bb44d;cursor:not-allowed;opacity:.5}.ah-waveform{flex:1 1 auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:2px!important;height:32px!important;min-height:32px!important;max-height:32px!important;cursor:pointer!important;padding:0 4px!important;box-sizing:border-box!important}.ah-waveform-bar{flex:1 1 auto!important;max-width:5px!important;min-width:2px!important;border-radius:2px!important;min-height:4px!important;height:50%!important;background-color:#8c9bb426!important;transition:background-color .15s ease!important}.ah-waveform-bar.is-active{background-color:#c8d2e6e6!important}.ah-waveform-bar.is-playing{background-color:#8c9bb44d!important}.ah-player.is-playing .ah-waveform-bar:not(.is-active){background-color:#8c9bb440!important}.ah-player--master{padding:12px 16px!important}.ah-scrubber{position:relative!important;height:6px!important;min-height:6px!important;background-color:#1e232dcc!important;border-radius:9999px!important;overflow:hidden!important;cursor:pointer!important;width:100%!important;box-sizing:border-box!important}.ah-scrubber-fill{position:absolute!important;top:0!important;left:0!important;height:100%!important;width:0!important;background-color:#2850a8!important;border-radius:9999px!important;transition:width .1s linear!important}.ah-player-duration{font-size:12px;color:var(--ah-text-muted);flex-shrink:0}.ah-player-label{font-size:12px;font-weight:500;color:var(--ah-text-muted-light)}.ah-hero-pricing-cta{display:flex;flex-direction:column;align-items:center;gap:24px;margin-bottom:24px}.ah-hero-pricing{display:flex;flex-direction:column;align-items:center;gap:2px}.ah-hero-player{max-width:100%!important;width:100%!important;margin:0 auto}@media(min-width:1024px){.ah-hero-pricing-cta{flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:40px}.ah-hero-pricing{align-items:flex-start}.ah-hero-player{margin:0!important}.ah-hero .ah-container>div:nth-child(2){gap:64px!important}.ah-hero .ah-badge-discount{margin-left:0!important;margin-right:auto!important}.ah-hero .ah-subtitle{margin-left:0!important;margin-right:0!important}}.ah-hero-section{width:100vw!important;max-width:100vw!important;margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;position:relative!important}.ah-hero-grid{display:grid!important;grid-template-columns:1fr!important;gap:32px!important;align-items:center!important;width:100%!important}@media(min-width:1024px){.ah-hero-grid{grid-template-columns:1fr 1fr!important;gap:48px!important}}.ah-hero-content{text-align:center!important;order:2!important}@media(min-width:1024px){.ah-hero-content{text-align:left!important;order:1!important}.ah-hero-content .ah-subtitle{margin-left:0!important;margin-right:0!important}.ah-hero-content .ah-btn-primary{margin-left:0!important}.ah-hero-content .ah-badge-discount{margin-left:0!important;margin-right:auto!important}}.ah-hero-image-wrapper{display:flex!important;justify-content:center!important;order:1!important}@media(min-width:1024px){.ah-hero-image-wrapper{justify-content:flex-end!important;order:2!important}}.ah-hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:80px 0 64px;overflow:hidden}.ah-hero-glow{position:absolute;border-radius:50%;filter:blur(150px);pointer-events:none}.ah-hero-glow--top{top:80px;left:40px;width:384px;height:384px;background-color:var(--ah-accent-gold);opacity:.06}.ah-hero-glow--bottom{bottom:80px;right:40px;width:496px;height:496px;background-color:var(--ah-accent-gold);opacity:.04;filter:blur(180px)}.ah-hero-image{position:relative;max-width:384px;width:100%}@media(min-width:1024px){.ah-hero-image{max-width:448px}}@media(min-width:1280px){.ah-hero-image{max-width:512px}}.ah-hero-image img{width:100%;height:auto;border-radius:var(--ah-radius-xl);filter:brightness(1.05) contrast(1.05);box-shadow:var(--ah-shadow-card),0 0 80px var(--ah-glow-red);transition:transform .7s ease}.ah-hero-image:hover img{transform:scale(1.02)}.ah-hero-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--ah-radius-xl);pointer-events:none;z-index:1;opacity:.3;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.15) 45%,rgba(255,255,255,.25) 50%,rgba(255,255,255,.15) 55%,transparent 60%);background-size:200% 100%;animation:ah-shimmer 4s ease-in-out infinite}.ah-hero-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--ah-radius-xl);pointer-events:none;z-index:2;box-shadow:inset 0 0 40px 20px #0b0d1180}.ah-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:50;padding:1px 16px;background-color:#0b0d11f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--ah-border);transform:translateY(100%);transition:transform .3s ease}.ah-sticky-bar.is-visible{transform:translateY(0)}.ah-sticky-bar-content{display:flex;align-items:center;justify-content:space-between;gap:16px}.ah-sticky-bar-info{display:none}@media(min-width:640px){.ah-sticky-bar-info{display:block}}.ah-sticky-bar-title{font-weight:700;color:var(--ah-foreground)}.ah-sticky-bar-subtitle{font-size:14px;color:var(--ah-text-muted)}.ah-sticky-bar-badge{display:none;align-items:center;gap:4px;font-size:12px;font-weight:600;padding:4px 8px;border-radius:9999px;color:var(--ah-accent-gold);background-color:#2850a826}@media(min-width:640px){.ah-sticky-bar-badge{display:flex}}.ah-benefits{padding:var(--ah-section-padding) 0;position:relative;background:linear-gradient(180deg,var(--ah-background) 0%,var(--ah-background-dark) 100%)}.ah-benefit-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:12px;border-radius:var(--ah-radius-xl);background-color:#12151c80;border:1px solid var(--ah-border)}@media(min-width:640px){.ah-benefit-card{flex-direction:row;align-items:flex-start;gap:12px;padding:12px 16px}}.ah-benefit-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--ah-radius);background-color:#2850a826;color:var(--ah-accent-red);flex-shrink:0}@media(min-width:640px){.ah-benefit-icon{width:44px;height:44px}}.ah-benefit-title{font-weight:700;font-size:14px;color:var(--ah-foreground);margin-bottom:2px}@media(min-width:640px){.ah-benefit-title{font-size:15px}}.ah-benefit-desc{font-size:12px;color:var(--ah-text-muted);line-height:1.4}@media(min-width:640px){.ah-benefit-desc{font-size:13px}}.ah-reviews{padding:var(--ah-section-padding) 0;background-color:#12151c80}.ah-review-card{padding:24px;border-radius:var(--ah-radius-xl);background-color:#12151ccc;border:1px solid var(--ah-border)}.ah-review-quote{position:relative;padding-left:0;color:var(--ah-foreground);font-weight:500;line-height:1.6}.ah-review-quote-icon{width:32px;height:32px;color:#3d6fd466;margin-bottom:12px}.ah-review-author{display:flex;align-items:center;gap:12px;padding-top:12px;border-top:1px solid rgba(61,111,212,.1);margin-top:12px}.ah-review-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;background-color:#2850a833;color:var(--ah-accent-red)}.ah-review-name{font-weight:600;color:var(--ah-foreground)}.ah-review-role{font-size:14px;color:var(--ah-text-muted)}.ah-faq{padding:var(--ah-section-padding) 0;background:linear-gradient(180deg,var(--ah-background) 0%,var(--ah-background-dark) 100%)}.ah-faq-item{border-radius:var(--ah-radius-xl);background-color:var(--ah-card);border:1px solid var(--ah-border);overflow:hidden;margin-bottom:16px}.ah-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;font-weight:600;color:var(--ah-foreground);background:transparent;border:none;cursor:pointer;text-align:left;transition:background-color .2s ease}.ah-faq-question:hover{background-color:#2850a80d}.ah-faq-icon{width:20px;height:20px;color:var(--ah-text-muted);transition:transform .2s ease;flex-shrink:0}.ah-faq-item.is-open .ah-faq-icon{transform:rotate(180deg)}.ah-faq-answer{padding:0 24px 20px;color:var(--ah-text-muted-light);line-height:1.6;display:none}.ah-faq-item.is-open .ah-faq-answer{display:block}.ah-creator{padding:var(--ah-section-padding) 0;background-color:#12151c80}.ah-creator-image{width:192px;height:192px;border-radius:16px;object-fit:cover;border:4px solid rgba(61,111,212,.2)}@media(min-width:1024px){.ah-creator-image{width:224px;height:224px}}.ah-marquee-container{overflow:hidden;padding-top:40px;margin-top:48px;border-top:1px solid var(--ah-border)}.ah-marquee{display:flex;gap:48px;width:max-content;animation:ah-marquee 30s linear infinite}.ah-marquee-item{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.ah-marquee-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;border:2px solid rgba(61,111,212,.2);background-color:var(--ah-card)}@media(min-width:768px){.ah-marquee-avatar{width:96px;height:96px}}.ah-marquee-avatar img{width:100%;height:100%;object-fit:cover}.ah-marquee-name{font-size:14px;font-weight:500;color:var(--ah-text-muted);white-space:nowrap;text-align:center}@keyframes ah-pulse-subtle{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes ah-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes ah-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes ah-glow{0%{box-shadow:0 0 20px #2850a84d}to{box-shadow:0 0 40px #3d6fd480}}@keyframes ah-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes ah-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ah-animate-pulse{animation:ah-pulse-subtle 2s ease-in-out infinite}.ah-animate-shimmer{animation:ah-shimmer 4s ease-in-out infinite}.ah-animate-glow{animation:ah-glow 2s ease-in-out infinite alternate}.ah-animate-float{animation:ah-float 6s ease-in-out infinite}.ah-animate-fade-in{animation:ah-fade-in .3s ease-out}.ah-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:640px){.ah-grid-2{gap:24px}}.ah-grid-3{display:grid;grid-template-columns:repeat(1,1fr);gap:20px}@media(min-width:768px){.ah-grid-3{grid-template-columns:repeat(3,1fr)}}.ah-text-center{text-align:center}.ah-mb-4{margin-bottom:16px}.ah-mb-6{margin-bottom:24px}.ah-mb-8{margin-bottom:32px}.ah-mb-12{margin-bottom:48px}.ah-mt-4{margin-top:16px}.ah-mt-6{margin-top:24px}.ah-mt-8{margin-top:32px}.ah-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/4/assets/boom-bap-v2-theme.css.map */
