{"product_id":"spotify-foundation-campaign","title":"Spotify Foundation Campaign","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eFoundation Campaign — Imperium Network\u003c\/title\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,600;0,9..144,700;1,9..144,400\u0026amp;family=Inter:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}\n    :root{\n      --bg:#070707;--bg-lift:#0d0d0d;--bg-card:#111111;\n      --gold:#C9A84C;--gold-hi:#E8CB7A;--gold-lo:#A07D30;\n      --white:#FFFFFF;--w80:rgba(255,255,255,.80);--w60:rgba(255,255,255,.60);\n      --w35:rgba(255,255,255,.35);--w08:rgba(255,255,255,.07);\n      --border:rgba(201,168,76,.18);--bhi:rgba(201,168,76,.42);\n      --pad-x:clamp(20px,5vw,56px);--pad-y:clamp(40px,6.5vw,68px);\n      --r:8px;--hh:60px;\n    }\n    html{scroll-behavior:smooth}\n    body{background:var(--bg);color:var(--white);font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased}\n    h1,h2,h3{font-family:'Fraunces',Georgia,serif;line-height:1.1;letter-spacing:-.022em}\n\n    \/* UTILITY *\/\n    .gold-grad{background:linear-gradient(135deg,var(--gold-hi) 0%,var(--gold) 55%,var(--gold-lo) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}\n    .eyebrow{display:flex;align-items:center;gap:10px;font-size:10px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:12px}\n    .eyebrow::before{content:'';display:block;width:20px;height:1px;background:var(--gold);flex-shrink:0}\n\n    \/* HEADER *\/\n    #page-header{width:100%;height:var(--hh);background:rgba(7,7,7,.98);border-bottom:1px solid var(--border);position:relative;z-index:50}\n    .header-inner{max-width:1200px;margin:0 auto;height:100%;padding:0 var(--pad-x);display:grid;grid-template-columns:1fr auto 1fr;align-items:center}\n    .h-left{justify-self:start}\n    .h-center{justify-self:center}\n    .h-right{justify-self:end}\n    .header-logo{height:28px;width:auto;display:block;max-width:200px;object-fit:contain}\n    .logo-text{font-family:'Fraunces',serif;font-size:15px;font-weight:700;background:linear-gradient(135deg,var(--gold-hi),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.04em}\n    .cart-btn{background:none;border:none;cursor:pointer;padding:8px;position:relative;color:var(--white);display:flex;align-items:center;transition:color .2s ease}\n    .cart-btn:hover{color:var(--gold)}\n    .cart-badge{position:absolute;top:2px;right:2px;width:16px;height:16px;border-radius:50%;background:var(--gold);color:#070707;font-size:9px;font-weight:700;display:none;align-items:center;justify-content:center}\n    .cart-badge.show{display:flex}\n\n    \/* CART OVERLAY *\/\n    #cart-overlay{position:fixed;inset:0;z-index:400;background:rgba(0,0,0,.6);opacity:0;pointer-events:none;transition:opacity .35s ease}\n    #cart-overlay.open{opacity:1;pointer-events:all}\n\n    \/* CART SIDEBAR (from LEFT) *\/\n    #cart-sidebar{position:fixed;top:0;left:0;bottom:0;width:min(85vw,360px);z-index:500;background:#0f0f0f;border-right:1px solid var(--border);transform:translateX(-100%);transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}\n    #cart-sidebar.open{transform:translateX(0)}\n    .sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:20px var(--pad-x);border-bottom:1px solid var(--w08);flex-shrink:0}\n    .sidebar-title{font-family:'Fraunces',serif;font-size:18px;font-weight:700;color:var(--white)}\n    .sidebar-close{background:none;border:none;cursor:pointer;color:var(--w60);font-size:18px;padding:4px;line-height:1;transition:color .2s}\n    .sidebar-close:hover{color:var(--white)}\n    .sidebar-body{flex:1;overflow-y:auto;padding:24px var(--pad-x)}\n    .cart-empty-msg{font-size:15px;color:var(--w60);text-align:center;padding:48px 0}\n    .cart-items{list-style:none;display:flex;flex-direction:column;gap:16px}\n    .cart-item{display:flex;gap:14px;align-items:flex-start;padding-bottom:16px;border-bottom:1px solid var(--w08)}\n    .cart-item-img{width:56px;height:56px;border-radius:6px;background:var(--bg-card);border:1px solid var(--w08);overflow:hidden;flex-shrink:0}\n    .cart-item-img img{width:100%;height:100%;object-fit:cover}\n    .cart-item-title{font-size:14px;font-weight:600;color:var(--white);margin-bottom:4px}\n    .cart-item-price{font-size:13px;color:var(--gold)}\n    .sidebar-footer{padding:20px var(--pad-x);border-top:1px solid var(--w08);flex-shrink:0}\n    .sidebar-checkout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:linear-gradient(135deg,var(--gold-hi),var(--gold));color:#070707;font-family:'Inter',sans-serif;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:none;border-radius:var(--r);cursor:pointer;text-decoration:none;box-shadow:0 0 24px rgba(201,168,76,.3),0 4px 14px rgba(0,0,0,.5);transition:all .22s ease}\n    .sidebar-checkout-btn:hover{box-shadow:0 0 40px rgba(201,168,76,.48),0 6px 20px rgba(0,0,0,.6);transform:translateY(-1px)}\n    .sidebar-view-cart{display:block;text-align:center;margin-top:12px;font-size:12px;color:var(--w60);text-decoration:underline;cursor:pointer;background:none;border:none;width:100%}\n    .sidebar-view-cart:hover{color:var(--white)}\n\n    \/* DOT GRID background on all sections *\/\n    #atf,.s,.s-alt,.final-cta{background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:28px 28px}\n    .s-alt{background-color:var(--bg-lift);background-image:radial-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:28px 28px}\n\n    \/* ATF *\/\n    #atf{min-height:calc(100svh - var(--hh));display:flex;flex-direction:column;justify-content:center;padding:clamp(40px,7vw,72px) var(--pad-x) clamp(60px,10vw,90px);position:relative;overflow:hidden;background-color:var(--bg)}\n    #atf::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 65% 50% at 12% 20%,rgba(201,168,76,.07) 0%,transparent 60%),radial-gradient(ellipse 40% 30% at 80% 78%,rgba(201,168,76,.04) 0%,transparent 55%)}\n    #atf-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}\n    .atf-content{position:relative;z-index:1}\n    .atf-pill{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);border:1px solid var(--border);padding:7px 14px;border-radius:100px;margin-bottom:20px;width:fit-content}\n    .atf-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);animation:blink 2.6s ease-in-out infinite}\n    @keyframes blink{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.65)}}\n    #atf h1{font-size:clamp(36px,8vw,82px);font-weight:700;max-width:820px;margin-bottom:20px}\n    .atf-body{font-size:clamp(15px,2.2vw,18px);color:var(--w60);max-width:520px;margin-bottom:30px;line-height:1.78}\n    .atf-body p+p{margin-top:13px}\n    .atf-signals{display:flex;flex-wrap:wrap;gap:10px 22px}\n    .signal{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--w60)}\n    .signal-mark{width:18px;height:18px;border-radius:50%;background:rgba(201,168,76,.1);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold)}\n    .scroll-cue{position:absolute;bottom:28px;left:var(--pad-x);display:flex;align-items:center;gap:10px;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--w35);z-index:1}\n    .cue-line{width:32px;height:1px;background:var(--w35);overflow:hidden;position:relative}\n    .cue-line::after{content:'';position:absolute;inset:0;background:var(--gold);animation:sweep 2.4s ease-in-out infinite}\n    @keyframes sweep{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}\n\n    \/* STICKY BAR *\/\n    #sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px var(--pad-x);padding-bottom:calc(11px + env(safe-area-inset-bottom,0px));background:rgba(7,7,7,.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);transform:translateY(110%);transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .55s ease,border-top-color .55s ease}\n    #sticky-bar.visible{transform:translateY(0)}\n    #sticky-bar.glow{box-shadow:0 -5px 40px rgba(201,168,76,.26),0 -1px 0 rgba(201,168,76,.50);border-top-color:rgba(201,168,76,.48)}\n    .bar-info{flex:1;min-width:0}\n    .bar-label{font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--w35)}\n    .bar-name{font-family:'Fraunces',serif;font-size:14px;font-weight:600;color:var(--white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n\n    \/* BUTTONS *\/\n    .btn{display:inline-flex;align-items:center;gap:8px;text-decoration:none;border:none;cursor:pointer;font-family:'Inter',sans-serif;font-weight:700;letter-spacing:.07em;text-transform:uppercase;transition:all .22s ease;flex-shrink:0;border-radius:var(--r)}\n    .btn-sm{font-size:11px;padding:12px 20px;background:linear-gradient(135deg,var(--gold-hi) 0%,var(--gold) 100%);color:#070707;box-shadow:0 0 20px rgba(201,168,76,.28),0 4px 14px rgba(0,0,0,.5)}\n    .btn-sm:hover{box-shadow:0 0 36px rgba(201,168,76,.46),0 6px 20px rgba(0,0,0,.65);transform:translateY(-1px)}\n    .btn-sm:active{transform:translateY(0)}\n    .btn-lg{font-size:12px;padding:17px 34px;background:linear-gradient(135deg,var(--gold-hi) 0%,var(--gold) 100%);color:#070707;box-shadow:0 0 30px rgba(201,168,76,.34),0 8px 24px rgba(0,0,0,.62)}\n    .btn-lg:hover{box-shadow:0 0 50px rgba(201,168,76,.54),0 12px 30px rgba(0,0,0,.72);transform:translateY(-2px)}\n    .btn-lg:active{transform:translateY(0)}\n    .btn-loading{opacity:.7;pointer-events:none}\n\n    \/* SECTIONS *\/\n    .s{padding:var(--pad-y) var(--pad-x);background-color:var(--bg)}\n    .s-alt{padding:var(--pad-y) var(--pad-x)}\n    .s-head{max-width:660px;margin-bottom:32px}\n    .s-title{font-size:clamp(26px,5.5vw,50px);font-weight:700;margin-bottom:10px}\n    .s-sub{font-size:clamp(14px,2vw,16px);color:var(--w60);line-height:1.78;max-width:500px}\n\n    \/* S1 BOT FREE *\/\n    .veri-steps{display:flex;flex-direction:column}\n    .veri-step{display:grid;grid-template-columns:46px 1fr;gap:0 20px;padding:24px 0;border-bottom:1px solid var(--w08)}\n    .veri-step:first-child{border-top:1px solid var(--w08)}\n    .veri-num-col{display:flex;flex-direction:column;align-items:center}\n    .veri-num{width:38px;height:38px;border-radius:50%;border:1px solid var(--border);background:rgba(201,168,76,.06);display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-size:14px;font-weight:700;color:var(--gold);flex-shrink:0}\n    .veri-connector{flex:1;width:1px;min-height:16px;background:linear-gradient(to bottom,var(--border),transparent);margin-top:8px}\n    .veri-body{padding-top:4px;padding-bottom:4px}\n    .veri-layer{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:7px}\n    .veri-title{font-family:'Fraunces',serif;font-size:clamp(17px,2.8vw,23px);font-weight:700;color:var(--white);margin-bottom:8px}\n    .veri-desc{font-size:14px;color:var(--w60);line-height:1.74;margin-bottom:12px}\n    .tags{display:flex;flex-wrap:wrap;gap:7px}\n    .tag{font-size:10px;font-weight:600;letter-spacing:.05em;padding:4px 11px;border-radius:100px;border:1px solid var(--border);color:var(--gold);background:rgba(201,168,76,.05)}\n    .rep-note{margin-top:32px;padding:18px 20px;border:1px solid var(--border);border-radius:var(--r);background:rgba(201,168,76,.04);display:flex;gap:14px;align-items:flex-start;max-width:580px}\n    .rep-note-icon{font-size:18px;flex-shrink:0;margin-top:1px}\n    .rep-note-copy{font-size:13px;color:var(--w60);line-height:1.65}\n    .rep-note-copy strong{display:block;font-size:14px;color:var(--white);font-family:'Fraunces',serif;margin-bottom:4px}\n\n    \/* S2 DELIVERABLES *\/\n    .deliverables{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:22px}\n    @media(min-width:540px){.deliverables{grid-template-columns:1fr 1fr}}\n    @media(min-width:880px){.deliverables{grid-template-columns:1fr 1fr 1fr}}\n    .d-card{background:var(--w08);border:1px solid rgba(255,255,255,.05);border-radius:var(--r);padding:18px 16px;transition:border-color .22s ease}\n    .d-card:hover{border-color:var(--border)}\n    .d-icon{font-size:20px;margin-bottom:10px}\n    .d-title{font-family:'Fraunces',serif;font-size:16px;font-weight:600;color:var(--white);margin-bottom:5px}\n    .d-desc{font-size:13px;color:var(--w60);line-height:1.64}\n    .guarantee{background:linear-gradient(135deg,rgba(201,168,76,.08) 0%,rgba(201,168,76,.03) 100%);border:1px solid rgba(201,168,76,.28);border-radius:var(--r);padding:20px 18px;margin-bottom:20px}\n    .guar-head{display:flex;align-items:center;gap:10px;margin-bottom:9px}\n    .guar-icon{font-size:20px}\n    .guar-title{font-family:'Fraunces',serif;font-size:clamp(15px,2.4vw,20px);font-weight:700;color:var(--gold)}\n    .guar-body{font-size:13px;color:var(--w60);line-height:1.72}\n    .price-row{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:18px 20px;background:var(--bg);border:1px solid var(--border);border-radius:var(--r)}\n    .price-label{font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--w35);margin-bottom:4px}\n    .price-num{font-family:'Fraunces',serif;font-size:clamp(30px,6vw,50px);font-weight:700;line-height:1}\n    .price-note{font-size:12px;color:var(--w35);margin-top:5px}\n\n    \/* S3 CAROUSEL *\/\n    .carousel-outer{width:100vw;margin-left:calc(-1 * var(--pad-x));overflow:hidden;cursor:grab;position:relative}\n    .carousel-outer:active{cursor:grabbing}\n    .carousel-track{display:flex;gap:14px;padding:4px var(--pad-x);will-change:transform;user-select:none;-webkit-user-select:none}\n    .c-card{flex-shrink:0;width:clamp(136px,36vw,194px);aspect-ratio:9\/16;border-radius:12px;background:var(--bg-card);border:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;overflow:hidden}\n    .c-card img{width:100%;height:100%;object-fit:cover;display:block}\n    .c-placeholder{display:flex;flex-direction:column;align-items:center;gap:10px;opacity:.22;pointer-events:none;text-align:center;padding:16px}\n    .c-placeholder svg{color:var(--gold)}\n    .c-placeholder span{font-size:9px;letter-spacing:.07em;text-transform:uppercase;color:var(--w35);line-height:1.5}\n\n    \/* S4 TIMELINE *\/\n    .timeline{display:flex;flex-direction:column;position:relative}\n    .timeline::before{content:'';position:absolute;left:18px;top:20px;bottom:20px;width:2px;background:linear-gradient(to bottom,var(--gold) 0%,rgba(201,168,76,.06) 100%)}\n    .tl-item{display:grid;grid-template-columns:40px 1fr;gap:0 22px;padding-bottom:36px}\n    .tl-item:last-child{padding-bottom:0}\n    .tl-dot{width:40px;height:40px;border-radius:50%;background:var(--bg-lift);border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-size:15px;font-weight:700;color:var(--gold);flex-shrink:0;position:relative;z-index:1}\n    .s:not(.s-alt) .tl-dot{background:var(--bg)}\n    .tl-body{padding-top:6px}\n    .tl-timing{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);background:rgba(201,168,76,.08);padding:4px 10px;border-radius:100px;margin-bottom:9px}\n    .tl-title{font-family:'Fraunces',serif;font-size:clamp(17px,2.8vw,23px);font-weight:700;color:var(--white);margin-bottom:8px}\n    .tl-desc{font-size:14px;color:var(--w60);line-height:1.74}\n\n    \/* S5 FAQ *\/\n    .faq-item{border-bottom:1px solid var(--w08)}\n    .faq-item:first-child{border-top:1px solid var(--w08)}\n    .faq-q{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 0;cursor:pointer;list-style:none;font-family:'Fraunces',serif;font-size:clamp(15px,2.2vw,18px);font-weight:600;color:var(--white);line-height:1.32;user-select:none;-webkit-user-select:none}\n    .faq-q::-webkit-details-marker{display:none}\n    .faq-q::marker{display:none}\n    .faq-toggle{width:26px;height:26px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;transition:transform .22s ease,background .22s ease;color:var(--gold)}\n    details[open]\u003e.faq-q .faq-toggle{transform:rotate(45deg);background:rgba(201,168,76,.1);border-color:var(--bhi)}\n    .faq-a{padding:0 0 18px;font-size:14px;color:var(--w60);line-height:1.76;max-width:600px}\n\n    \/* FINAL CTA *\/\n    .final-cta{background-color:var(--bg-lift);text-align:center;padding:clamp(52px,9vw,88px) var(--pad-x) calc(clamp(52px,9vw,88px) + 80px)}\n    .final-eyebrow{display:flex;align-items:center;justify-content:center;gap:12px;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}\n    .final-eyebrow span{opacity:.35}\n    .final-cta h2{font-size:clamp(26px,5.5vw,56px);font-weight:700;margin-bottom:14px}\n    .final-cta\u003ep{font-size:clamp(14px,2vw,17px);color:var(--w60);max-width:440px;margin:0 auto 28px;line-height:1.72}\n    .final-fine{margin-top:14px;font-size:12px;color:var(--w35)}\n\n    \/* FOOTER *\/\n    .site-footer{background:#050505;border-top:1px solid rgba(255,255,255,.06);padding:clamp(40px,6vw,60px) var(--pad-x) clamp(28px,4vw,44px)}\n    .footer-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:32px}\n    @media(min-width:600px){.footer-grid{grid-template-columns:1fr 1fr 2fr;gap:24px}}\n    .footer-col-title{font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#555;margin-bottom:14px}\n    .footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}\n    .footer-links a{font-size:13px;color:#666;text-decoration:none;transition:color .2s}\n    .footer-links a:hover{color:#999}\n    .footer-social{display:flex;gap:16px;align-items:center}\n    .footer-social a{color:#666;transition:color .2s;display:flex}\n    .footer-social a:hover{color:#999}\n    .footer-social svg{width:20px;height:20px}\n    .footer-disclaimer-text{font-size:12px;color:#555;line-height:1.72}\n    .footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:22px;font-size:11px;color:#444;text-align:center}\n\n    @media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}\n  \u003c\/style\u003e\n\n\n\n\u003c!-- HEADER (not fixed, scrolls away) --\u003e\n\u003cheader id=\"page-header\"\u003e\n  \u003cdiv class=\"header-inner\"\u003e\n    \u003cdiv class=\"h-left\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"h-center\"\u003e\n      \u003c!--\n        REPLACE src with your Shopify logo CDN URL.\n        In Shopify liquid: {{ 'imperium-logo.png' | asset_url }}\n        Logo is 2749x455px RGBA transparent.\n        If the image fails to load, \"IMPERIUM\" text shows as fallback.\n      --\u003e\n      \u003cimg src=\"LOGO_URL_HERE\" alt=\"Imperium Network\" class=\"header-logo\" onerror=\"this.style.display='none';document.getElementById('logo-fallback').style.display='block'\"\u003e\n      \u003cspan class=\"logo-text\" id=\"logo-fallback\" style=\"display:none\"\u003eIMPERIUM\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"h-right\"\u003e\n      \u003cbutton id=\"cart-btn\" class=\"cart-btn\" aria-label=\"Open cart\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M6 2L3 6v14a2 2 0 002 2h14a2 2 0 002-2V6l-3-4z\"\u003e\u003c\/path\u003e\n          \u003cline x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"\u003e\u003c\/line\u003e\n          \u003cpath d=\"M16 10a4 4 0 01-8 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cspan id=\"cart-badge\" class=\"cart-badge\"\u003e0\u003c\/span\u003e\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/header\u003e\n\n\u003c!-- CART OVERLAY --\u003e\n\u003cdiv id=\"cart-overlay\"\u003e\u003c\/div\u003e\n\n\u003c!-- CART SIDEBAR (slides in from left) --\u003e\n\u003caside id=\"cart-sidebar\"\u003e\n  \u003cdiv class=\"sidebar-head\"\u003e\n    \u003cspan class=\"sidebar-title\"\u003eYour Cart\u003c\/span\u003e\n    \u003cbutton id=\"cart-close\" class=\"sidebar-close\" aria-label=\"Close cart\"\u003e×\u003c\/button\u003e\n  \u003c\/div\u003e\n  \u003cdiv id=\"sidebar-body\" class=\"sidebar-body\"\u003e\n    \u003cp class=\"cart-empty-msg\"\u003eYour cart is empty.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv id=\"sidebar-footer\" class=\"sidebar-footer\" style=\"display:none\"\u003e\n    \u003ca href=\"\/checkout\" class=\"sidebar-checkout-btn\"\u003e\n      Checkout\n      \u003csvg width=\"12\" height=\"12\" viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpath d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/a\u003e\n    \u003cbutton class=\"sidebar-view-cart\" onclick=\"window.location.href='\/cart'\"\u003eView full cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/aside\u003e\n\n\u003c!-- ATF --\u003e\n\u003csection id=\"atf\"\u003e\n  \u003ccanvas id=\"atf-canvas\"\u003e\u003c\/canvas\u003e\n  \u003cdiv class=\"atf-content\"\u003e\n    \u003cdiv class=\"atf-pill\"\u003e\n      \u003cdiv class=\"atf-dot\"\u003e\u003c\/div\u003e\n      Imperium Network · Spotify Promotion\n    \u003c\/div\u003e\n    \u003ch1\u003e\n      You've Seen\u003cbr\u003e\n      the \u003cem class=\"gold-grad\"\u003eFake\u003c\/em\u003e\u003cbr\u003e\n      Promotions.\u003cbr\u003e\n      This Is What\u003cbr\u003e\n      Real Looks Like.\n    \u003c\/h1\u003e\n    \u003cdiv class=\"atf-body\"\u003e\n      \u003cp\u003eFake streams. Numbers that vanish in 48 hours. Playlists with thousands of followers and zero real listeners.\u003c\/p\u003e\n      \u003cp\u003eIf you've been doing your research, you already know what's out there. We're not going to pitch you. We're going to show you exactly how we work, every step, every check, every guarantee, and let you decide.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"atf-signals\"\u003e\n      \u003cdiv class=\"signal\"\u003e\n        \u003cdiv class=\"signal-mark\"\u003e\n          \u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M2 5l2.5 2.5L8 3\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        Zero bot streams\n      \u003c\/div\u003e\n      \u003cdiv class=\"signal\"\u003e\n        \u003cdiv class=\"signal-mark\"\u003e\n          \u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M2 5l2.5 2.5L8 3\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        Placements guaranteed\n      \u003c\/div\u003e\n      \u003cdiv class=\"signal\"\u003e\n        \u003cdiv class=\"signal-mark\"\u003e\n          \u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M2 5l2.5 2.5L8 3\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        Rerun or refund promise\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"scroll-cue\"\u003e\n    \u003cdiv class=\"cue-line\"\u003e\u003c\/div\u003e\n    See how it works\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- STICKY BAR --\u003e\n\u003cdiv id=\"sticky-bar\"\u003e\n  \u003cdiv class=\"bar-info\"\u003e\n    \u003cdiv class=\"bar-label\"\u003eSpotify Promotion\u003c\/div\u003e\n    \u003cdiv class=\"bar-name\"\u003eFoundation Campaign · $69\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cbutton class=\"btn btn-sm\" onclick=\"addToCartAndCheckout(this)\"\u003e\n    Start Now\n    \u003csvg width=\"12\" height=\"12\" viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpath d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003c!-- S1: BOT FREE --\u003e\n\u003csection class=\"s\" id=\"s1\" data-section\u003e\n  \u003cdiv class=\"s-head\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003eVerification Process\u003c\/div\u003e\n    \u003ch2 class=\"s-title\"\u003eWe Stake Our\u003cbr\u003eReputation On\u003cbr\u003eEvery Placement.\u003c\/h2\u003e\n    \u003cp class=\"s-sub\"\u003eEvery playlist in our network passes through a three-layer verification process before a single song is pitched. No shortcuts. No exceptions.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"veri-steps\"\u003e\n    \u003cdiv class=\"veri-step\"\u003e\n      \u003cdiv class=\"veri-num-col\"\u003e\n        \u003cdiv class=\"veri-num\"\u003e01\u003c\/div\u003e\n        \u003cdiv class=\"veri-connector\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"veri-body\"\u003e\n        \u003cdiv class=\"veri-layer\"\u003eLayer One\u003c\/div\u003e\n        \u003cdiv class=\"veri-title\"\u003eCurator Proof of Growth\u003c\/div\u003e\n        \u003cp class=\"veri-desc\"\u003eEvery curator applying to our network must show exactly how their playlist grows. Organic growth has a paper trail: social media campaigns, influencer collaborations, editorial features. No proof, no access. No exceptions.\u003c\/p\u003e\n        \u003cdiv class=\"tags\"\u003e\n          \u003cspan class=\"tag\"\u003eSocial Media Ads\u003c\/span\u003e\n          \u003cspan class=\"tag\"\u003eInfluencer Collabs\u003c\/span\u003e\n          \u003cspan class=\"tag\"\u003eOrganic Content\u003c\/span\u003e\n          \u003cspan class=\"tag\"\u003eEditorial Coverage\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"veri-step\"\u003e\n      \u003cdiv class=\"veri-num-col\"\u003e\n        \u003cdiv class=\"veri-num\"\u003e02\u003c\/div\u003e\n        \u003cdiv class=\"veri-connector\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"veri-body\"\u003e\n        \u003cdiv class=\"veri-layer\"\u003eLayer Two\u003c\/div\u003e\n        \u003cdiv class=\"veri-title\"\u003eImperium Playlist Analyzer\u003c\/div\u003e\n        \u003cp class=\"veri-desc\"\u003eWe built our own internal software specifically for this. The Imperium Playlist Analyzer runs dozens of checks on every playlist: follower growth patterns, listener geography, engagement ratios, skip rates, and more. Any suspicious signal gets flagged. Flagged playlists don't make it through.\u003c\/p\u003e\n        \u003cdiv class=\"tags\"\u003e\n          \u003cspan class=\"tag\"\u003eGrowth Pattern Analysis\u003c\/span\u003e\n          \u003cspan class=\"tag\"\u003eListener Geography\u003c\/span\u003e\n          \u003cspan class=\"tag\"\u003eEngagement Ratios\u003c\/span\u003e\n          \u003cspan class=\"tag\"\u003eSkip Rate Monitoring\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"veri-step\"\u003e\n      \u003cdiv class=\"veri-num-col\"\u003e\n        \u003cdiv class=\"veri-num\"\u003e03\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"veri-body\"\u003e\n        \u003cdiv class=\"veri-layer\"\u003eLayer Three\u003c\/div\u003e\n        \u003cdiv class=\"veri-title\"\u003eManual Team Review\u003c\/div\u003e\n        \u003cp class=\"veri-desc\"\u003eA member of our team personally cross-references the curator submission against the Analyzer output. If the data doesn't align, even slightly, that playlist is out. Human eyes are the final filter, because software alone is never enough and we know it.\u003c\/p\u003e\n        \u003cdiv class=\"tags\"\u003e\n          \u003cspan class=\"tag\"\u003eHuman Verification\u003c\/span\u003e\n          \u003cspan class=\"tag\"\u003eData Cross-Reference\u003c\/span\u003e\n          \u003cspan class=\"tag\"\u003eManual Sign-Off\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"rep-note\"\u003e\n    \u003cdiv class=\"rep-note-icon\"\u003e🛡\u003c\/div\u003e\n    \u003cdiv class=\"rep-note-copy\"\u003e\n      \u003cstrong\u003eWhy this matters for your account\u003c\/strong\u003e\n      Spotify monitors streaming behavior closely. A single bot-heavy playlist can flag your artist account, not just the campaign. Our three-layer process exists to protect your music and your Spotify standing, not just to make a sale.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- S2: WHAT YOU GET --\u003e\n\u003csection class=\"s s-alt\" id=\"s2\" data-section\u003e\n  \u003cdiv class=\"s-head\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003eThe Campaign\u003c\/div\u003e\n    \u003ch2 class=\"s-title\"\u003eYour First\u003cbr\u003eProven Campaign.\u003c\/h2\u003e\n    \u003cp class=\"s-sub\"\u003eNo vague promises. No stream count guarantees that mean nothing. Here's exactly what's included.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"deliverables\"\u003e\n    \u003cdiv class=\"d-card\"\u003e\n      \u003cdiv class=\"d-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cdiv class=\"d-title\"\u003eGenre-Matched Pitching\u003c\/div\u003e\n      \u003cp class=\"d-desc\"\u003eYour song pitched to curators specifically matched to your genre and sub-genre. We don't spray and pray.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"d-card\"\u003e\n      \u003cdiv class=\"d-icon\"\u003e✅\u003c\/div\u003e\n      \u003cdiv class=\"d-title\"\u003e2–4 Guaranteed Placements\u003c\/div\u003e\n      \u003cp class=\"d-desc\"\u003eMinimum two to four confirmed placements in real, active playlists with genuine listeners. Not inflated follower counts.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"d-card\"\u003e\n      \u003cdiv class=\"d-icon\"\u003e📅\u003c\/div\u003e\n      \u003cdiv class=\"d-title\"\u003eFull 4-Week Campaign\u003c\/div\u003e\n      \u003cp class=\"d-desc\"\u003eYour song stays in active pitching for the full duration. Not a one-day submission blast.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"d-card\"\u003e\n      \u003cdiv class=\"d-icon\"\u003e📩\u003c\/div\u003e\n      \u003cdiv class=\"d-title\"\u003ePer-Placement Email Updates\u003c\/div\u003e\n      \u003cp class=\"d-desc\"\u003eEvery confirmed placement sends you a notification. You know the moment it happens, not at the end of the campaign.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"d-card\"\u003e\n      \u003cdiv class=\"d-icon\"\u003e📊\u003c\/div\u003e\n      \u003cdiv class=\"d-title\"\u003eLive Spotify Tracking\u003c\/div\u003e\n      \u003cp class=\"d-desc\"\u003eMonitor results in real time on your Spotify for Artists dashboard. Verifiable by you, always.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"d-card\"\u003e\n      \u003cdiv class=\"d-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cdiv class=\"d-title\"\u003eAccount-Safe Promotion\u003c\/div\u003e\n      \u003cp class=\"d-desc\"\u003eOnly verified, bot-free playlists. Organic curator placement, fully within Spotify's terms of service.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"guarantee\"\u003e\n    \u003cdiv class=\"guar-head\"\u003e\n      \u003cdiv class=\"guar-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cdiv class=\"guar-title\"\u003eZero Placements? We Rerun or Refund. Full Stop.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"guar-body\"\u003eIf your campaign ends without a single confirmed placement, we either rerun at no cost or issue a full refund, your choice. No forms, no argument, no waiting. We offer this because in our campaign history it hasn't happened. The guarantee is proof we stand behind every campaign we run.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"price-row\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"price-label\"\u003eOne-Time Campaign\u003c\/div\u003e\n      \u003cdiv class=\"price-num gold-grad\"\u003e$69\u003c\/div\u003e\n      \u003cdiv class=\"price-note\"\u003e4-week Spotify promotion · No subscription\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn btn-sm\" onclick=\"addToCartAndCheckout(this)\"\u003e\n      Start Your Campaign\n      \u003csvg width=\"12\" height=\"12\" viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpath d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- S3: RESULTS CAROUSEL\n  TO ADD REAL IMAGES: remove .c-placeholder div inside each .c-card,\n  add \u003cimg src=\"YOUR_CDN_URL\" alt=\"...\"\u003e instead.\n  Cards are 9:16 portrait. Stack 2-3 Trustpilot reviews into one image.\n--\u003e\n\u003csection class=\"s\" id=\"s3\" data-section\u003e\n  \u003cdiv class=\"s-head\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003eResults\u003c\/div\u003e\n    \u003ch2 class=\"s-title\"\u003eReal Artists.\u003cbr\u003eReal Playlists.\u003cbr\u003eReal Numbers.\u003c\/h2\u003e\n    \u003cp class=\"s-sub\" style=\"margin-bottom:0\"\u003eDon't take our word for it.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv style=\"height:28px\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"carousel-outer\" id=\"carouselOuter\"\u003e\n    \u003cdiv class=\"carousel-track\" id=\"carouselTrack\"\u003e\n      \u003cdiv class=\"c-card\"\u003e\u003cdiv class=\"c-placeholder\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 28 28\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\"\u003e\u003crect x=\"2\" y=\"2\" width=\"24\" height=\"24\" rx=\"3\"\u003e\u003c\/rect\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M2 20l6-6 5 5 3-3 9 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003cspan\u003eSpotify for Artists\u003cbr\u003eScreenshot\u003c\/span\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n      \u003cdiv class=\"c-card\"\u003e\u003cdiv class=\"c-placeholder\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 28 28\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\"\u003e\u003cpath d=\"M14 2l2.8 8.6H26l-7.4 5.4 2.8 8.6L14 19.4l-7.4 5.2 2.8-8.6L2 10.6h9.2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003cspan\u003eTrustpilot\u003cbr\u003eReviews\u003c\/span\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n      \u003cdiv class=\"c-card\"\u003e\u003cdiv class=\"c-placeholder\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 28 28\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\"\u003e\u003crect x=\"2\" y=\"2\" width=\"24\" height=\"24\" rx=\"3\"\u003e\u003c\/rect\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M2 20l6-6 5 5 3-3 9 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003cspan\u003eSpotify for Artists\u003cbr\u003eScreenshot\u003c\/span\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n      \u003cdiv class=\"c-card\"\u003e\u003cdiv class=\"c-placeholder\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 28 28\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\"\u003e\u003cpath d=\"M14 2l2.8 8.6H26l-7.4 5.4 2.8 8.6L14 19.4l-7.4 5.2 2.8-8.6L2 10.6h9.2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003cspan\u003eTrustpilot\u003cbr\u003eReviews\u003c\/span\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n      \u003cdiv class=\"c-card\"\u003e\u003cdiv class=\"c-placeholder\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 28 28\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\"\u003e\u003crect x=\"2\" y=\"2\" width=\"24\" height=\"24\" rx=\"3\"\u003e\u003c\/rect\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M2 20l6-6 5 5 3-3 9 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003cspan\u003eSpotify for Artists\u003cbr\u003eScreenshot\u003c\/span\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n      \u003cdiv class=\"c-card\"\u003e\u003cdiv class=\"c-placeholder\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 28 28\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\"\u003e\u003cpath d=\"M14 2l2.8 8.6H26l-7.4 5.4 2.8 8.6L14 19.4l-7.4 5.2 2.8-8.6L2 10.6h9.2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003cspan\u003eTrustpilot\u003cbr\u003eReviews\u003c\/span\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- S4: HOW IT WORKS --\u003e\n\u003csection class=\"s s-alt\" id=\"s4\" data-section\u003e\n  \u003cdiv class=\"s-head\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003eThe Process\u003c\/div\u003e\n    \u003ch2 class=\"s-title\"\u003eFrom Order\u003cbr\u003eto First Placement.\u003c\/h2\u003e\n    \u003cp class=\"s-sub\"\u003eNo black box. Here's exactly what happens, and when.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"timeline\"\u003e\n    \u003cdiv class=\"tl-item\"\u003e\n      \u003cdiv class=\"tl-dot\"\u003e1\u003c\/div\u003e\n      \u003cdiv class=\"tl-body\"\u003e\n        \u003cspan class=\"tl-timing\"\u003eDay 1\u003c\/span\u003e\n        \u003cdiv class=\"tl-title\"\u003ePlace Your Order \u0026amp; Fill the Brief\u003c\/div\u003e\n        \u003cp class=\"tl-desc\"\u003eAfter checkout, you'll receive a short campaign brief form by email. It takes about 5 minutes: genre, sub-genre, mood, and your artist links. This is how we match your song correctly from day one.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tl-item\"\u003e\n      \u003cdiv class=\"tl-dot\"\u003e2\u003c\/div\u003e\n      \u003cdiv class=\"tl-body\"\u003e\n        \u003cspan class=\"tl-timing\"\u003eDays 1–3\u003c\/span\u003e\n        \u003cdiv class=\"tl-title\"\u003eWe Prepare \u0026amp; Begin Pitching\u003c\/div\u003e\n        \u003cp class=\"tl-desc\"\u003eWithin 1–3 days of receiving your completed brief, our team matches your song to verified curators in the network. Pitching starts immediately. No waiting for a batch submission window.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tl-item\"\u003e\n      \u003cdiv class=\"tl-dot\"\u003e3\u003c\/div\u003e\n      \u003cdiv class=\"tl-body\"\u003e\n        \u003cspan class=\"tl-timing\"\u003eDays 3–28\u003c\/span\u003e\n        \u003cdiv class=\"tl-title\"\u003ePlacements \u0026amp; Real-Time Updates\u003c\/div\u003e\n        \u003cp class=\"tl-desc\"\u003eYour first placement can arrive as early as 3–5 days from your order. You'll receive an email for every confirmed placement. No waiting until the end. Track everything live on your Spotify for Artists dashboard as it happens.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- S5: FAQ --\u003e\n\u003csection class=\"s\" id=\"s5\" data-section\u003e\n  \u003cdiv class=\"s-head\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003eHonest Answers\u003c\/div\u003e\n    \u003ch2 class=\"s-title\"\u003eQuestions Artists\u003cbr\u003eActually Ask.\u003c\/h2\u003e\n    \u003cp class=\"s-sub\"\u003eNot the easy ones. The real ones.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"faq-list\"\u003e\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary class=\"faq-q\"\u003eHow do I actually know the playlists are real and not bots?\u003cspan class=\"faq-toggle\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 11 11\" fill=\"none\"\u003e\u003cpath d=\"M5.5 1v9M1 5.5h9\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cp class=\"faq-a\"\u003eEvery playlist goes through our three-layer verification: curator proof of organic growth, our Playlist Analyzer checking dozens of parameters, and a manual team review. A playlist that fails any layer doesn't make it into our network. If a fake one slipped through and produced zero real placements, we rerun or refund. That guarantee is only possible because of how seriously we take the verification process.\u003c\/p\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary class=\"faq-q\"\u003eCan Spotify flag or penalize my account for using a promotion service?\u003cspan class=\"faq-toggle\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 11 11\" fill=\"none\"\u003e\u003cpath d=\"M5.5 1v9M1 5.5h9\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cp class=\"faq-a\"\u003eThis is the right question to ask, and most promotion companies won't give you a straight answer. Spotify's terms prohibit artificial streaming: bots, click farms, stream manipulation. Organic playlist placement is not prohibited. It's the same as a blog review, a radio feature, or a recommendation from another artist. Every playlist in our network grows through legitimate means. We won't promise zero risk, because no one can. We will tell you our process is built specifically to keep your account safe.\u003c\/p\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary class=\"faq-q\"\u003eHow many streams will my song get?\u003cspan class=\"faq-toggle\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 11 11\" fill=\"none\"\u003e\u003cpath d=\"M5.5 1v9M1 5.5h9\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cp class=\"faq-a\"\u003eWe won't give you a number, because anyone who does is either guessing or selling bots. Streams depend on the active listener base of each playlist your song lands in, and that varies. What we guarantee is 2–4 placements in real playlists with real listeners. The streams that come from that are genuine, from people who chose to press play.\u003c\/p\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary class=\"faq-q\"\u003eWhat happens if I don't get any placements at all?\u003cspan class=\"faq-toggle\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 11 11\" fill=\"none\"\u003e\u003cpath d=\"M5.5 1v9M1 5.5h9\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cp class=\"faq-a\"\u003eWe rerun the campaign or issue a full refund, your choice. No forms, no argument, no waiting. We're willing to make this guarantee because our verification process makes zero placements essentially impossible. In our campaign history, it hasn't happened. The guarantee isn't a safety net we expect to use. It's proof that we stand behind every campaign we run.\u003c\/p\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary class=\"faq-q\"\u003eHow quickly will I see my first placement?\u003cspan class=\"faq-toggle\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 11 11\" fill=\"none\"\u003e\u003cpath d=\"M5.5 1v9M1 5.5h9\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cp class=\"faq-a\"\u003eThe first confirmed placement typically arrives 3–5 days from when you submit your campaign brief form, not from the order date. The full campaign runs for four weeks, so placements continue arriving across the entire duration. You'll receive an email the moment each one is confirmed, so you're never waiting in silence.\u003c\/p\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary class=\"faq-q\"\u003eWill my song be placed in playlists that actually match my genre?\u003cspan class=\"faq-toggle\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 11 11\" fill=\"none\"\u003e\u003cpath d=\"M5.5 1v9M1 5.5h9\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cp class=\"faq-a\"\u003eGenre matching is part of the pitch process, not an afterthought. When you fill out your campaign brief, you specify your genre and sub-genre. We only pitch to curators whose playlists match. A pop song in a metal playlist serves nobody, not the curator, not the listeners, and not your career. Genre-specific placement is how real streaming translates to real engagement.\u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"final-cta\" id=\"final-cta\"\u003e\n  \u003cdiv class=\"final-eyebrow\"\u003e\n\u003cspan\u003e·\u003c\/span\u003e Your First Proven Campaign \u003cspan\u003e·\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003ch2\u003eThe Safest First Step\u003cbr\u003eYour Music Career\u003cbr\u003eCan Take on \u003cem class=\"gold-grad\"\u003eSpotify.\u003c\/em\u003e\n\u003c\/h2\u003e\n  \u003cp\u003e2–4 guaranteed placements. Real playlists. Real listeners. Four weeks. No bots, no black box, no risk.\u003c\/p\u003e\n  \u003cbutton class=\"btn btn-lg\" onclick=\"addToCartAndCheckout(this)\"\u003e\n    Start Your Campaign — $69\n    \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M2 7h10M8 3l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/button\u003e\n  \u003cp class=\"final-fine\"\u003eOne-time campaign · No subscription · Rerun or refund guaranteed\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c!-- FOOTER --\u003e\n\u003cfooter class=\"site-footer\"\u003e\n  \u003cdiv class=\"footer-grid\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"footer-col-title\"\u003eMenu\u003c\/div\u003e\n      \u003cul class=\"footer-links\"\u003e\n        \u003cli\u003e\u003ca href=\"https:\/\/affiliate.imperiumnetpromo.com\/\" target=\"_blank\" rel=\"noopener\"\u003eAffiliate Program\u003c\/a\u003e\u003c\/li\u003e\n        \u003cli\u003e\u003ca href=\"https:\/\/imperiumnetpromo.com\/pages\/notice-of-non-affiliation-and-disclaimer\" target=\"_blank\" rel=\"noopener\"\u003eDisclaimer\u003c\/a\u003e\u003c\/li\u003e\n        \u003cli\u003e\u003ca href=\"https:\/\/imperiumnetpromo.com\/pages\/contact-us\" target=\"_blank\" rel=\"noopener\"\u003eContact Us\u003c\/a\u003e\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"footer-col-title\"\u003eFollow Us\u003c\/div\u003e\n      \u003cdiv class=\"footer-social\"\u003e\n        \u003ca href=\"https:\/\/www.facebook.com\/imperiumnetwork\/\" target=\"_blank\" rel=\"noopener\" aria-label=\"Facebook\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/a\u003e\n        \u003ca href=\"https:\/\/www.instagram.com\/imperiumusicpromo\/\" target=\"_blank\" rel=\"noopener\" aria-label=\"Instagram\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"footer-col-title\"\u003eDisclaimer\u003c\/div\u003e\n      \u003cp class=\"footer-disclaimer-text\"\u003eThe names Spotify, SoundCloud, YouTube, Apple Music, etc. as well as related names, marks, emblems and images are registered trademarks of their respective owners. We are NOT affiliated, associated, authorized, endorsed by, or in any way officially connected with above companies or any of their affiliates.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"footer-bottom\"\u003e© \u003cspan id=\"fyear\"\u003e\u003c\/span\u003e Imperium Network. All rights reserved.\u003c\/div\u003e\n\u003c\/footer\u003e\n\n\u003cscript\u003e\n(function(){\n'use strict';\n\n\/* SHOPIFY VARIANT ID - product 53992073855295 *\/\nvar VID = 53992073855295;\n\n\/* ADD TO CART + DIRECT CHECKOUT *\/\nwindow.addToCartAndCheckout = function(btn){\n  if(btn){ btn.classList.add('btn-loading'); btn.textContent='Adding...'; }\n  fetch('\/cart\/add.js',{\n    method:'POST',\n    headers:{'Content-Type':'application\/json'},\n    body:JSON.stringify({items:[{id:VID,quantity:1}]})\n  })\n  .then(function(r){ if(!r.ok) throw new Error(); window.location.href='\/checkout'; })\n  .catch(function(){ window.location.href='\/cart\/'+VID+':1'; });\n};\n\n\/* FOOTER YEAR *\/\nvar fy=document.getElementById('fyear'); if(fy) fy.textContent=new Date().getFullYear();\n\n\/* CART SIDEBAR *\/\nvar sidebar=document.getElementById('cart-sidebar');\nvar overlay=document.getElementById('cart-overlay');\nvar cartBtn=document.getElementById('cart-btn');\nvar closeBtn=document.getElementById('cart-close');\nvar sbBody=document.getElementById('sidebar-body');\nvar sbFooter=document.getElementById('sidebar-footer');\nvar badge=document.getElementById('cart-badge');\n\nfunction fmt(c){ return '$'+(c\/100).toFixed(2); }\n\nfunction renderCart(cart){\n  if(!cart||cart.item_count===0){\n    sbBody.innerHTML='\u003cp class=\"cart-empty-msg\"\u003eYour cart is empty.\u003c\/p\u003e';\n    if(sbFooter) sbFooter.style.display='none';\n    return;\n  }\n  var h='\u003cul class=\"cart-items\"\u003e';\n  cart.items.forEach(function(it){\n    h+='\u003cli class=\"cart-item\"\u003e';\n    h+='\u003cdiv class=\"cart-item-img\"\u003e'+(it.image?'\u003cimg src=\"'+it.image+'\" alt=\"'+it.title+'\"\u003e' : '')+'\u003c\/div\u003e';\n    h+='\u003cdiv class=\"cart-item-info\"\u003e\u003cdiv class=\"cart-item-title\"\u003e'+it.title+'\u003c\/div\u003e\u003cdiv class=\"cart-item-price\"\u003e'+fmt(it.price)+'\u003c\/div\u003e\u003c\/div\u003e';\n    h+='\u003c\/li\u003e';\n  });\n  h+='\u003c\/ul\u003e';\n  sbBody.innerHTML=h;\n  if(sbFooter) sbFooter.style.display='block';\n}\n\nfunction updateBadge(n){\n  if(!badge) return;\n  if(n\u003e0){ badge.textContent=n\u003e9?'9+':n; badge.classList.add('show'); }\n  else { badge.classList.remove('show'); }\n}\n\nfunction openCart(){\n  sidebar.classList.add('open');\n  overlay.classList.add('open');\n  document.body.style.overflow='hidden';\n  fetch('\/cart.js').then(function(r){return r.json();}).then(function(c){renderCart(c);updateBadge(c.item_count);}).catch(function(){sbBody.innerHTML='\u003cp class=\"cart-empty-msg\"\u003eYour cart is empty.\u003c\/p\u003e';});\n}\n\nfunction closeCart(){\n  sidebar.classList.remove('open');\n  overlay.classList.remove('open');\n  document.body.style.overflow='';\n}\n\nif(cartBtn) cartBtn.addEventListener('click',openCart);\nif(closeBtn) closeBtn.addEventListener('click',closeCart);\nif(overlay)  overlay.addEventListener('click',closeCart);\n\n\/* Initial cart badge count *\/\nfetch('\/cart.js').then(function(r){return r.json();}).then(function(c){updateBadge(c.item_count);}).catch(function(){});\n\n\/* STICKY BAR *\/\nvar bar=document.getElementById('sticky-bar');\nvar atf=document.getElementById('atf');\nvar gt=null;\n\nif(bar\u0026\u0026atf){\n  new IntersectionObserver(function(e){\n    e.forEach(function(en){ en.isIntersecting?bar.classList.remove('visible'):bar.classList.add('visible'); });\n  },{threshold:0.08}).observe(atf);\n\n  function glow(){\n    bar.classList.add('glow'); clearTimeout(gt);\n    gt=setTimeout(function(){bar.classList.remove('glow');},1700);\n  }\n\n  new IntersectionObserver(function(e){\n    e.forEach(function(en){ if(en.isIntersecting\u0026\u0026bar.classList.contains('visible')) glow(); });\n  },{threshold:0.26}).observe(document.querySelector('[data-section]')||atf);\n\n  document.querySelectorAll('[data-section]').forEach(function(s){\n    new IntersectionObserver(function(e){\n      e.forEach(function(en){ if(en.isIntersecting\u0026\u0026bar.classList.contains('visible')) glow(); });\n    },{threshold:0.26}).observe(s);\n  });\n}\n\n\/* PARTICLE NETWORK (ATF canvas only) *\/\n(function(){\n  var canvas=document.getElementById('atf-canvas');\n  if(!canvas) return;\n  var ctx=canvas.getContext('2d');\n  var W,H,pts,aid;\n  var MOB=window.innerWidth\u003c768;\n  var N=MOB?26:52, DIST=MOB?95:125, SPD=0.32, frame=0;\n\n  function resize(){ W=canvas.width=canvas.offsetWidth; H=canvas.height=canvas.offsetHeight; }\n\n  function rand(a,b){return a+Math.random()*(b-a);}\n\n  function init(){\n    resize(); pts=[];\n    for(var i=0;i\u003cN;i++) pts.push({x:rand(0,W),y:rand(0,H),vx:rand(-SPD,SPD),vy:rand(-SPD,SPD),r:rand(.8,1.7),o:rand(.12,.22)});\n  }\n\n  function draw(){\n    aid=requestAnimationFrame(draw);\n    if(++frame%2!==0) return;\n    ctx.clearRect(0,0,W,H);\n    pts.forEach(function(p){\n      p.x+=p.vx; p.y+=p.vy;\n      if(p.x\u003c0)p.x=W; if(p.x\u003eW)p.x=0;\n      if(p.y\u003c0)p.y=H; if(p.y\u003eH)p.y=0;\n    });\n    for(var i=0;i\u003cpts.length;i++){\n      for(var j=i+1;j\u003cpts.length;j++){\n        var dx=pts[i].x-pts[j].x, dy=pts[i].y-pts[j].y;\n        var d=Math.sqrt(dx*dx+dy*dy);\n        if(d\u003cDIST){\n          ctx.beginPath();\n          ctx.moveTo(pts[i].x,pts[i].y);\n          ctx.lineTo(pts[j].x,pts[j].y);\n          ctx.strokeStyle='rgba(255,255,255,'+(1-d\/DIST)*0.05+')';\n          ctx.lineWidth=0.6; ctx.stroke();\n        }\n      }\n      ctx.beginPath();\n      ctx.arc(pts[i].x,pts[i].y,pts[i].r,0,Math.PI*2);\n      ctx.fillStyle='rgba(255,255,255,'+pts[i].o+')';\n      ctx.fill();\n    }\n  }\n\n  init(); draw();\n  new ResizeObserver(function(){resize();init();}).observe(canvas.parentElement);\n  document.addEventListener('visibilitychange',function(){ document.hidden?cancelAnimationFrame(aid):draw(); });\n})();\n\n\/* INFINITE CAROUSEL *\/\n(function(){\n  var outer=document.getElementById('carouselOuter');\n  var track=document.getElementById('carouselTrack');\n  if(!outer||!track) return;\n  var orig=Array.from(track.querySelectorAll('.c-card'));\n  orig.forEach(function(c){ track.appendChild(c.cloneNode(true)); });\n  var GAP=14,SPD=0.44,pos=0,paused=false,dragging=false,dsx=0,dsp=0,cw=0,lw=0;\n\n  function init(){\n    var c=track.querySelector('.c-card');\n    if(!c) return;\n    cw=c.getBoundingClientRect().width+GAP;\n    lw=orig.length*cw;\n    requestAnimationFrame(tick);\n  }\n\n  function tick(){\n    if(!paused\u0026\u0026lw\u003e0){ pos+=SPD; if(pos\u003e=lw) pos-=lw; track.style.transform='translateX(-'+pos+'px)'; }\n    requestAnimationFrame(tick);\n  }\n\n  outer.addEventListener('touchstart',function(e){ paused=dragging=true; dsx=e.touches[0].clientX; dsp=pos; },{passive:true});\n  outer.addEventListener('touchmove',function(e){ if(!dragging||!lw) return; var d=dsx-e.touches[0].clientX; pos=((dsp+d)%lw+lw)%lw; track.style.transform='translateX(-'+pos+'px)'; },{passive:true});\n  outer.addEventListener('touchend',function(){ dragging=paused=false; });\n  outer.addEventListener('mousedown',function(e){ paused=dragging=true; dsx=e.clientX; dsp=pos; e.preventDefault(); });\n  document.addEventListener('mousemove',function(e){ if(!dragging||!lw) return; var d=dsx-e.clientX; pos=((dsp+d)%lw+lw)%lw; track.style.transform='translateX(-'+pos+'px)'; });\n  document.addEventListener('mouseup',function(){ dragging=paused=false; });\n  document.addEventListener('visibilitychange',function(){ paused=document.hidden; });\n  if(document.readyState==='complete') init(); else window.addEventListener('load',init);\n})();\n\n})();\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Imperium Network","offers":[{"title":"Default Title","offer_id":53992073855295,"sku":"C6Y1J4Q8","price":69.0,"currency_code":"USD","in_stock":true}],"url":"https:\/\/imperiumnetpromo.com\/products\/spotify-foundation-campaign","provider":"Imperium Network","version":"1.0","type":"link"}