*,:before,:after{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-o-font-smoothing:antialiased;margin:0;padding:0}:root{--color-black:#080810;--color-dark:#0d0d1a;--color-purple:#7a30d8;--color-purple-2:#9747ff;--color-yellow:#f5ef52;--color-white:#fff;--color-white-80:#fffc;--color-white-60:#fff9;--color-white-30:#ffffff4d;--color-white-12:#ffffff1f;--color-white-06:#ffffff0f;--fs-display:clamp(3.5rem, 8vw, 8rem);--fs-h1:clamp(2.8rem, 6.5vw, 6.5rem);--fs-h2:clamp(2.2rem, 4.5vw, 4.5rem);--fs-h3:clamp(1.6rem, 3vw, 3rem);--fs-h4:clamp(1.3rem, 2vw, 2rem);--fs-h5:clamp(1.1rem, 1.6vw, 1.6rem);--fs-h6:clamp(.95rem, 1.4vw, 1.4rem);--fs-h7:clamp(.7rem, 1vw, .85rem);--fs-body:clamp(.95rem, 1.2vw, 1.1rem);--fs-sm:.875rem;--fs-xs:.75rem;--sp-tiny:.25rem;--sp-xs:.5rem;--sp-sm:1rem;--sp-md:1.5rem;--sp-lg:2.5rem;--sp-xl:4rem;--sp-2xl:6rem;--sp-3xl:9rem;--sp-4xl:12rem;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-in-expo:cubic-bezier(.87, 0, .13, 1);--ease-smooth:cubic-bezier(.4, 0, .2, 1);--z-loader:1000;--z-nav:900;--z-mobile:800;--z-hero:10;--z-2:2;--z-1:1}html{scroll-behavior:smooth;overscroll-behavior:none}body{background:var(--color-black);color:var(--color-white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{padding:0;list-style:none}select{-webkit-appearance:none}.page-wrapper,.main-wrapper{overflow:hidden}.container-large{max-width:1280px;margin:0 auto}.padding-global{padding-left:clamp(1.5rem,5vw,5rem);padding-right:clamp(1.5rem,5vw,5rem)}.padding-section-large{padding-top:var(--sp-3xl);padding-bottom:var(--sp-3xl)}.padding-section-medium{padding-top:var(--sp-2xl);padding-bottom:var(--sp-2xl)}.padding-section-small{padding-top:var(--sp-xl);padding-bottom:var(--sp-xl)}.full-height{height:100%;min-height:100vh}.z-index-2{z-index:var(--z-2);position:relative}.overflow-hidden{overflow:hidden}.display-inlineflex{display:inline-flex}.w-layout-grid{display:grid}.margin-bottom.margin-xsmall{margin-bottom:var(--sp-xs)}.margin-bottom.margin-small{margin-bottom:var(--sp-sm)}.margin-bottom.margin-large{margin-bottom:var(--sp-lg)}.margin-top.margin-medium{margin-top:var(--sp-md)}.button-group{gap:var(--sp-sm);flex-wrap:wrap;display:flex}.home-page-loader{background:var(--color-black);z-index:var(--z-loader);transition:opacity .5s var(--ease-out-expo), visibility .5s;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.home-page-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.loader-logo-wrap{animation:loaderSpin 1.2s var(--ease-out-expo) both;opacity:0}.loader-logo-img{width:80px;height:auto}@keyframes loaderSpin{0%{opacity:0;transform:rotate(90deg)scale(.2)}to{opacity:1;transform:rotate(0)scale(1)}}.announcement-banner{z-index:calc(var(--z-nav) + 1);background:var(--color-purple);justify-content:center;align-items:center;min-height:44px;padding:.6rem 3rem;display:flex;position:sticky;top:0}.announcement-banner__content{text-align:center;flex:1}.announcement-banner__link{font-size:var(--fs-sm);color:var(--color-white);font-weight:400;transition:opacity .2s}.announcement-banner__link:hover{opacity:.8}.announcement-banner__link strong{font-weight:700}.announcement-banner__close{color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex;position:absolute;right:1rem}.announcement-banner__close:hover{background:#fff3}.navbar2-component{z-index:var(--z-nav);height:72px;transition:background .4s var(--ease-smooth), box-shadow .4s;pointer-events:auto;background:0 0;align-items:center;padding:0 clamp(1.5rem,4vw,4rem);display:flex;position:fixed;top:0;left:0;right:0}.navbar2-component.is-scrolled{-webkit-backdrop-filter:blur(24px)saturate(180%);background:#080810d9;box-shadow:0 1px #ffffff0f}.navbar2-component.is-light-scrolled{-webkit-backdrop-filter:blur(24px)saturate(180%)!important;background:#fcfbfae6!important;box-shadow:0 1px #0808100f!important}.is-light-header .navbar2-dropdown-toggle{color:#080810!important}.is-light-header .navbar2-dropdown-toggle:hover{color:#7a30d8!important;background:#7a30d80d!important}.is-light-header .menu-icon-line{background:#080810!important}.is-light-header .navbar2-menu-button:hover{background:#7a30d80d!important}.navbar2-component.is-yellow-header{box-shadow:0 1px #0808100f;background:#f5ef52!important}.is-yellow-header .navbar2-dropdown-toggle{color:#080810!important}.is-yellow-header .navbar2-dropdown-toggle:hover{color:#7a30d8!important;background:#7a30d80d!important}.is-yellow-header .menu-icon-line{background:#080810!important}.is-yellow-header .navbar2-menu-button:hover{background:#7a30d80d!important}.is-yellow-header #cta-nav-demo{color:#fff!important;background:#7a30d8!important}.is-yellow-header #cta-nav-demo:hover{background:#5a1fc8!important}.navbar2-container{justify-content:space-between;align-items:center;gap:2rem;width:100%;display:flex}.navbar2-logo-link{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.smartly-logo{color:var(--color-white);letter-spacing:.05em;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.smartly-logo-icon{color:var(--color-white);flex-shrink:0}.smartly-logo-text{font-family:Inter,sans-serif}.yellow-btn{transition:transform .2s var(--ease-out-expo), box-shadow .2s;border-radius:100px;font-weight:700;box-shadow:0 4px 20px #f5ef5226;background:var(--color-yellow)!important;color:var(--color-black)!important}.yellow-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #f5ef5259;background:#f7f363!important}.navbar2-menu{align-items:center;gap:.25rem;display:flex}.navbar2-menu-dropdown{position:relative}.navbar2-dropdown-toggle{font-size:var(--fs-sm);color:var(--color-white-80);cursor:pointer;border-radius:6px;align-items:center;gap:.35rem;padding:.5rem .75rem;font-weight:500;transition:color .2s,background .2s;display:flex}.navbar2-dropdown-toggle:hover{color:var(--color-white);background:var(--color-white-06)}.dropdown-chevron{width:14px;height:14px;transition:transform .3s var(--ease-out-expo);flex-shrink:0}.navbar2-menu-dropdown.is-open .dropdown-chevron{transform:rotate(180deg)}.navbar2-dropdown-list{opacity:0;pointer-events:none;transform-origin:0 0;min-width:480px;transition:opacity .25s var(--ease-out-expo), transform .25s var(--ease-out-expo);z-index:100;background:#fff;border:1px solid #7a30d81f;border-radius:16px;padding:1.5rem;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(8px)scale(.98);box-shadow:0 20px 50px #0000001a}.navbar2-dropdown-list:before{content:"";background:0 0;height:12px;position:absolute;top:-12px;left:0;right:0}.navbar2-menu-dropdown.is-open .navbar2-dropdown-list{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.navbar2-dropdown-inner{flex-direction:column;gap:.5rem;display:flex}.navbar2-dropdown-section-title{font-size:var(--fs-xs);color:#08081066;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-weight:600}.navbar2-dropdown-link{border-radius:8px;align-items:flex-start;gap:.75rem;padding:.6rem .5rem;transition:background .2s;display:flex}.navbar2-dropdown-link:hover{background:#7a30d80d}.navbar2-dropdown-icon{flex-shrink:0;margin-top:.1rem;font-size:1.1rem}.navbar2-dropdown-text strong{font-size:var(--fs-sm);color:#080810;font-weight:600;display:block}.navbar2-dropdown-text small{font-size:var(--fs-xs);color:#08081099}.navbar2-link{font-size:var(--fs-sm);color:var(--color-white-80);border-radius:6px;padding:.5rem .75rem;font-weight:500;transition:color .2s,background .2s}.navbar2-link:hover{color:var(--color-white);background:var(--color-white-06)}.navbar2-button-wrapper{align-items:center;gap:.5rem;display:flex}@media (max-width:768px){.is-hide-mob{display:none!important}.navbar2-menu{display:none}}.button{font-family:inherit;font-size:var(--fs-sm);cursor:pointer;white-space:nowrap;border-radius:100px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background .25s,box-shadow .25s,transform .2s;display:inline-flex;position:relative;overflow:hidden}.button-text-mask{flex-direction:column;height:1.2em;display:flex;overflow:hidden}.button-text-top,.button-text-bottom{transition:transform .4s var(--ease-out-expo);display:block}.button:hover .button-text-top,.button:hover .button-text-bottom{transform:translateY(-100%)}.button.is-alternate{background:var(--color-white);color:var(--color-black)}.button.is-alternate:hover{background:#e8e8e8;transform:translateY(-1px);box-shadow:0 8px 32px #0000004d}.button.is-navbar{background:var(--color-white);color:var(--color-black);font-size:var(--fs-xs);padding:.6rem 1.25rem}.button.is-navbar:hover{background:#e8e8e8}.button.is-medium{background:var(--color-white);color:var(--color-black)}.button.is-medium:hover{background:#e8e8e8;transform:translateY(-1px)}.button.is-xl{font-size:var(--fs-body);padding:1rem 2rem}.button.is-outline-white{color:var(--color-white);background:0 0;border:1px solid #ffffff4d}.button.is-outline-white:hover{background:var(--color-white-06);border-color:#ffffff80}.navbar2-menu-button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:none}.navbar2-menu-button:hover{background:var(--color-white-06)}.menu-icon{flex-direction:column;gap:5px;width:22px;display:flex}.menu-icon-line{background:var(--color-white);height:1.5px;transition:transform .3s var(--ease-out-expo), opacity .3s;border-radius:2px;display:block}.navbar2-menu-button.is-active .menu-icon-line.top{transform:translateY(6.5px)rotate(45deg)}.navbar2-menu-button.is-active .menu-icon-line.mid{opacity:0;transform:scaleX(0)}.navbar2-menu-button.is-active .menu-icon-line.bot{transform:translateY(-6.5px)rotate(-45deg)}@media (max-width:768px){.navbar2-menu-button{display:flex}}.mobile-nav-panel{z-index:var(--z-mobile);transition:transform .4s var(--ease-out-expo);background:#0a0a14;flex-direction:column;padding:2rem 1.5rem;display:flex;position:fixed;inset:72px 0 0;transform:translate(100%)}.mobile-nav-panel.is-open{transform:translate(0)}.mobile-nav-panel__inner{flex-direction:column;gap:.25rem;display:flex}.mobile-nav-panel__link{color:var(--color-white-80);border-bottom:1px solid #ffffff0f;padding:.75rem 0;font-size:1.5rem;font-weight:600;transition:color .2s}.mobile-nav-panel__link:hover{color:var(--color-white)}.mobile-nav-panel__cta{align-self:flex-start;margin-top:1.5rem}.home-bg-transition{pointer-events:none;z-index:0;background:#7a30d800;position:absolute;inset:0}.home-bg-transition-v2{background:var(--color-purple);opacity:.15;pointer-events:none;height:2px;position:absolute;left:0;right:0}.heading-style-h2.is-home{letter-spacing:-.03em;color:var(--color-white);z-index:100;font-size:clamp(2.6rem,5.8vw,6rem);font-weight:900;line-height:1.15;position:relative}@media (min-width:992px){.heading-style-h2.is-home{white-space:nowrap;font-size:clamp(2.6rem,4.5vw,4.8rem)}}.heading-style-h5{font-size:var(--fs-h3);letter-spacing:-.02em;font-weight:800;line-height:1.1}.heading-style-h6{font-size:var(--fs-h4);letter-spacing:-.02em;font-weight:700;line-height:1.2}.heading-style-h7{font-size:var(--fs-h7);letter-spacing:.1em;text-transform:uppercase;font-weight:700}.heading-h2{font-size:var(--fs-h2);letter-spacing:-.025em;font-weight:800;line-height:1.1}.heading-display{font-size:var(--fs-display);letter-spacing:-.04em;font-weight:900;line-height:1}.text-size-large{font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.4}.text-size-medium{color:var(--color-white-80);font-size:clamp(.95rem,1.2vw,1.1rem);line-height:1.6}.text-size-tiny{font-size:var(--fs-xs)}.text-weight-bold{font-weight:700}.text-weight-medium{font-weight:500}.text-color-yellow{color:var(--color-yellow)}.text-color-purple{color:var(--color-purple)}.text-color-white-100{color:var(--color-white-80)}.text-rich-text p{font-size:var(--fs-body);color:var(--color-white-60);line-height:1.7}.eyebrow{background:#7a30d826;border:1px solid #7a30d859;border-radius:100px;align-items:center;gap:.5rem;padding:.3rem .85rem;display:inline-flex}.home-hero-section{background:linear-gradient(140deg,#3b0e8c 0%,#5a1fc8 40%,#7a30d8 100%);flex-direction:column;justify-content:center;min-height:100vh;padding-top:116px;display:flex;position:relative;overflow:hidden}.hero-two-col-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;min-height:calc(100vh - 130px);padding:3rem 0 4rem;display:grid}.hero-left-col{justify-content:center;align-items:center;display:flex;position:relative}.hero-img-backdrop{filter:blur(32px);z-index:0;background:radial-gradient(#7a30d88c 0%,#501eb44d 50%,#0000 80%);border-radius:32px;position:absolute;inset:-20px}.hero-img-card-outer{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#6428c859;border:1px solid #b478ff40;border-radius:28px;width:100%;max-width:520px;padding:14px;position:relative;box-shadow:0 40px 100px #00000080,0 0 60px #7a30d866}.hero-img-card-shadow{z-index:0;background:#3c148280;border-radius:28px;position:absolute;inset:20px -20px -20px 20px}.hero-img-card-inner{z-index:1;aspect-ratio:4/3;border-radius:18px;position:relative;overflow:hidden}.hero-img-card-inner img{object-fit:cover;border-radius:18px;width:100%;height:100%}.hero-badge{-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:20;white-space:nowrap;background:#080814bf;border:1px solid #ffffff26;border-radius:14px;align-items:center;gap:.6rem;padding:.6rem .9rem;display:flex;position:absolute;box-shadow:0 12px 40px #00000080}.hero-badge-tl{top:-18px;left:-18px}.hero-badge-br{bottom:-18px;right:-18px}.hero-badge-tr{top:30%;right:-22px}.hero-badge-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.hero-badge-dot.green{background:#22c55e;box-shadow:0 0 6px #22c55e}.hero-badge-dot.yellow{background:var(--color-yellow);box-shadow:0 0 6px var(--color-yellow)}.hero-badge-dot.purple{background:var(--color-purple-2);box-shadow:0 0 6px var(--color-purple-2)}.hero-badge-text{color:var(--color-white);letter-spacing:.01em;font-size:.7rem;font-weight:700}.hero-badge-sub{color:#ffffff80;margin-top:1px;font-size:.6rem;display:block}.hero-badge-icon{font-size:1rem;line-height:1}.hero-right-col{flex-direction:column;align-items:flex-start;gap:2rem;display:flex}.hero-eyebrow-tag{color:#ffffffd9;letter-spacing:.02em;align-items:center;gap:.6rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero-eyebrow-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2.5s ease-in-out infinite eyebrowPulse;box-shadow:0 0 0 3px #22c55e40}@keyframes eyebrowPulse{0%,to{box-shadow:0 0 0 3px #22c55e40}50%{box-shadow:0 0 0 7px #22c55e14}}.hero-heading-new{letter-spacing:-.03em;color:var(--color-white);margin:0;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(2.6rem,4.5vw,4.8rem);font-weight:900;line-height:1.05}.hero-desc-new{color:#ffffffb8;max-width:520px;margin:0;font-size:clamp(.95rem,1.3vw,1.15rem);line-height:1.65}.hero-cta-row{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.hero-cta-primary{background:var(--color-yellow);color:#0a0a0a;cursor:pointer;transition:transform .2s var(--ease-out-expo), box-shadow .2s;border:none;border-radius:100px;align-items:center;gap:.65rem;padding:.85rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 8px 28px #f5ef524d}.hero-cta-primary:hover{background:#f7f363;transform:translateY(-2px);box-shadow:0 14px 36px #f5ef5273}.hero-cta-secondary{color:#ffffffbf;align-items:center;gap:.5rem;padding:.85rem 0;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.hero-cta-secondary:hover{color:var(--color-white)}.hero-cta-secondary svg{opacity:.6;transition:transform .2s,opacity .2s}.hero-cta-secondary:hover svg{opacity:1;transform:translate(3px)}.hero-stats-row{border-top:1px solid #ffffff1a;align-items:center;gap:2rem;width:100%;padding-top:.5rem;display:flex}.hero-stat{flex-direction:column;gap:2px;display:flex}.hero-stat-num{color:var(--color-white);letter-spacing:-.02em;font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:800}.hero-stat-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:500}.hero-stat-divider{background:#ffffff1f;width:1px;height:36px}.hero-canvas-bg{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}@media (max-width:1024px){.hero-two-col-grid{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-right-col{align-items:center}.hero-desc-new{text-align:center}.hero-left-col{order:-1}.hero-img-card-outer{max-width:420px;margin:0 auto}.hero-badge-tl{top:-12px;left:-12px}.hero-badge-br{bottom:-12px;right:-12px}.hero-badge-tr{display:none}}@media (max-width:600px){.hero-stats-row{gap:1rem}.hero-heading-new{font-size:2.4rem}.hero-badge{display:none}.hero-cta-row{flex-direction:column;align-items:center;width:100%}.hero-cta-primary{justify-content:center;width:100%}}.hero-section-sticky{width:100%;position:relative;overflow:visible}.hero-section-title-wrapper{text-align:center;margin-bottom:2rem}.hero-word-wrap{margin:0 .15em;display:inline-flex;overflow:hidden}.hero-word{opacity:0;display:inline-block}.hero-text-block-centered{text-align:center;z-index:5;max-width:720px;margin:0 auto 3.5rem;padding:0 1rem;position:relative}.hero-section-desc-wrap{opacity:0;margin-bottom:2rem}.hero-section-desc-wrap p{color:#ffffffd9;font-size:clamp(1rem,1.35vw,1.25rem);font-weight:400;line-height:1.6}#hero-cta-wrap{opacity:0}.cta-talk-btn{align-items:center;gap:.75rem;padding:.9rem 2rem;font-size:.95rem;display:inline-flex}.hero-visual-composition{aspect-ratio:16/10;opacity:0;width:100%;max-width:820px;margin:0 auto 4rem;position:relative}.video-container-card{z-index:1;background:#9747ff26;border-radius:28px;width:100%;height:100%;padding:8px;position:relative;box-shadow:0 40px 100px #0009,0 0 80px #7a30d84d}.video-wrapper{border-radius:20px;width:100%;height:100%;overflow:hidden}.beach-runner-video{object-fit:cover;opacity:.8;width:100%;height:100%}.hero-float-card{-webkit-backdrop-filter:blur(24px)saturate(180%);z-index:10;background:#0a0a14a6;border:1px solid #ffffff1f;border-radius:18px;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s;position:absolute;box-shadow:0 30px 80px #000000b3,inset 0 1px #ffffff0d}.hero-float-card:hover{border-color:#ffffff40;box-shadow:0 40px 100px #000000d9,0 0 30px #9747ff40,inset 0 1px #ffffff1a}.hero-float-card-top{width:220px;padding:.75rem 1rem;top:5%;right:-8%}.hero-float-card-left{flex-direction:column;gap:.85rem;width:360px;padding:1rem;display:flex;bottom:-4%;left:-14%}.hero-float-card-right{width:300px;padding:1rem;bottom:-8%;right:-12%}.media-card-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.5rem;display:flex}.media-card-title-wrap{color:var(--color-white);align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:flex}.media-icon{color:#fff9}.chevron-down-icon{color:#fff6}.media-card-list{flex-direction:column;gap:.2rem;display:flex}.media-item{color:#ffffffb3;cursor:pointer;border-radius:6px;align-items:center;gap:.6rem;padding:.4rem .5rem;font-size:.75rem;transition:background .2s,color .2s;display:flex}.media-item:hover{color:var(--color-white);background:#ffffff0d}.check-icon{color:#10b981;flex-shrink:0}.creatives-preview-container{justify-content:space-between;gap:.75rem;display:flex}.creative-aspect-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;padding:.5rem;display:flex}.aspect-9-16{width:44%}.aspect-1-1{width:52%}.aspect-label{color:#ffffff59;letter-spacing:.05em;margin-bottom:.3rem;font-size:.6rem;font-weight:600}.creative-content-box{background:#090912;border-radius:8px;flex-direction:column;flex:1;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem;display:flex}.creative-brand{letter-spacing:.05em;text-transform:uppercase;color:#ffffffe6;font-size:.6rem;font-weight:700}.creative-sneaker-img{object-fit:contain;width:80%;height:auto;transition:transform .4s var(--ease-out-expo)}.creative-aspect-card:hover .creative-sneaker-img{transform:scale(1.1)rotate(-5deg)}.creative-shop-btn{color:var(--color-white);text-align:center;background:#ffffff1a;border-radius:4px;width:100%;padding:.25rem .5rem;font-size:.55rem;font-weight:600;transition:background .2s}.creative-shop-btn:hover{background:#fff3}.timeline-editor-container{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:.4rem;padding:.5rem;display:flex;position:relative}.timeline-controls{color:#ffffff80;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-bottom:.35rem;font-size:.65rem;display:flex}.timeline-play-btn{color:var(--color-white);justify-content:center;align-items:center;display:flex}.timeline-timecode{font-variant-numeric:tabular-nums;letter-spacing:.02em}.timeline-tracks{flex-direction:column;gap:.3rem;display:flex;position:relative}.timeline-playhead{background:var(--color-yellow);z-index:5;pointer-events:none;width:1.5px;position:absolute;top:0;bottom:0;left:60%}.timeline-playhead:before{content:"";background:var(--color-yellow);border-radius:50%;width:5px;height:5px;position:absolute;top:-2px;left:-2px}.timeline-track{align-items:center;height:16px;display:flex}.track-name{color:#fff6;align-items:center;gap:.3rem;width:90px;font-size:.55rem;display:flex}.track-icon{opacity:.5}.track-blocks{background:#ffffff05;border-radius:4px;flex:1;height:100%;position:relative;overflow:hidden}.track-block{border-radius:4px;height:100%;position:absolute;top:0}.video-block{background:linear-gradient(90deg,#6b21a8,#9333ea);border-left:2px solid #c084fc}.audio-block,.audio-block-2{background:linear-gradient(90deg,#0f766e,#14b8a6);border-left:2px solid #2dd4bf}.text-block{color:#fffc;background:linear-gradient(90deg,#1d4ed8,#3b82f6);border-left:2px solid #60a5fa;align-items:center;padding-left:.25rem;font-size:.45rem;display:flex}.pba-header{border-bottom:1px solid #ffffff14;margin-bottom:.6rem;padding-bottom:.6rem}.pba-label{text-transform:uppercase;color:#ffffff59;letter-spacing:.05em;margin-bottom:.35rem;font-size:.55rem;font-weight:700;display:block}.pba-status-row{align-items:center;gap:.6rem;display:flex}.pba-toggle-switch{cursor:pointer;background:#ffffff26;border-radius:100px;width:32px;height:18px;transition:background .3s;position:relative}.pba-toggle-switch.active{background:#10b981}.pba-toggle-thumb{background:var(--color-white);border-radius:50%;width:12px;height:12px;transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute;top:3px;left:3px}.pba-toggle-switch.active .pba-toggle-thumb{transform:translate(14px)}.pba-status-text{color:var(--color-white);font-size:.8rem;font-weight:700}.pba-settings-body{flex-direction:column;gap:.75rem;display:flex}.pba-setting-section{flex-direction:column;gap:.35rem;display:flex}.pba-setting-label{color:#ffffff73;font-size:.6rem;font-weight:600}.pba-pills-row{gap:.4rem;display:flex}.pba-pill{color:#ffffffa6;background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;padding:.3rem .6rem;font-size:.6rem;font-weight:600;transition:all .2s}.pba-pill.active,.pba-pill:hover{background:var(--color-white);color:var(--color-black);border-color:var(--color-white)}.pba-event-selector{background:#ffffff08;border:1px solid #ffffff0f;border-radius:6px;align-items:center;gap:.4rem;padding:.3rem .4rem;display:flex}.pba-event-val{color:#fff6;font-size:.6rem}.pba-channel-icons{flex:1;align-items:center;gap:.2rem;display:flex}.channel-icon{background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:.6rem;line-height:1;display:inline-flex}.pba-clear-btn{color:#ffffff59;font-size:.8rem}.pba-clear-btn:hover{color:var(--color-white)}.pba-mode-accordion{flex-direction:column;gap:.3rem;display:flex}.pba-mode-item{background:#ffffff03;border:1px solid #ffffff0d;border-radius:6px;overflow:hidden}.pba-mode-item.active{border-color:#ffffff1a}.pba-mode-header{cursor:pointer;align-items:center;gap:.4rem;padding:.4rem;display:flex}.pba-mode-bullet{background:#fff3;border-radius:50%;width:5px;height:5px}.pba-mode-item.active .pba-mode-bullet{background:#a855f7}.pba-mode-name{color:#ffffffb3;flex:1;font-size:.65rem;font-weight:600}.pba-mode-body{color:#ffffff59;padding:0 .4rem .4rem 1.3rem;font-size:.55rem}.hero-section-icon-wrapper{z-index:2;flex-direction:column;align-items:center;display:flex;position:absolute;bottom:-2rem;left:0}.hero-section-icon-holder{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.hero-section-icon-ring{background:var(--color-purple);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;animation:8s linear infinite iconSpin;display:flex;position:relative}.hero-section-icon-svg{width:16px;height:16px;color:var(--color-white)}@keyframes iconSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-section-icon-pulse{border:1px solid var(--color-purple);border-radius:50%;width:90%;height:90%;animation:2s ease-out infinite iconPulse;position:absolute}@keyframes iconPulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(2.3)}}.hero-section-progress-line{background:#ffffff1a;width:1px;height:60px;position:relative;overflow:hidden}.hero-section-progress-bar{background:var(--color-white);height:50%;animation:2s ease-in-out infinite progressScroll;position:absolute;top:-100%;left:0;right:0}@keyframes progressScroll{0%{top:-100%}to{top:200%}}@media (max-width:1100px){.hero-float-card-top{right:-2%}.hero-float-card-left{left:-6%}.hero-float-card-right{right:-4%}}@media (max-width:950px){.hero-visual-composition{max-width:720px;margin-bottom:2rem}.hero-float-card-top{width:200px;right:0}.hero-float-card-left{width:320px;left:-2%}.hero-float-card-right{width:270px;right:-1%}}@media (max-width:768px){.home-hero-section{height:auto;min-height:auto;padding-top:92px;padding-bottom:4rem}.hero-section-title-wrapper{margin-bottom:1.5rem}.hero-text-block-centered{margin-bottom:2.5rem}.hero-visual-composition{aspect-ratio:auto;flex-direction:column;gap:1.5rem;max-width:100%;height:auto;padding:0;display:flex}.video-container-card{aspect-ratio:16/10;border-radius:20px;height:auto}.hero-float-card{position:relative;box-shadow:0 15px 40px #0006;width:100%!important;inset:auto!important;transform:none!important}.hero-float-card:hover{transform:translateY(-4px)!important}.hero-section-icon-wrapper{margin:3rem auto 0;position:relative;bottom:auto}}.hero-section-progress-line-v2,.hero-section-progress-line-v3{background:#ffffff1a;width:1px;height:120px;margin:0 auto;position:relative;overflow:hidden}.hero-section-progress-bar-v2,.hero-section-progress-bar-v3{background:linear-gradient(to bottom, transparent, var(--color-yellow));height:50%;animation:2s ease-in-out infinite progressScroll;position:absolute;top:-100%;left:0;right:0}.home-power-section{background:var(--color-purple);align-items:center;min-height:100vh;display:flex;position:relative}.home-bg-transition--2{opacity:0;z-index:0;background:var(--color-purple)!important}.power-section-content{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.power-connector-wrapper{z-index:10;flex-direction:column;align-items:center;display:flex;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.power-connector-large-circle{background-color:var(--color-yellow);border:4px solid var(--color-purple);width:130px;height:130px;transition:transform .3s var(--ease-out-expo);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 20px #0000004d}.power-connector-large-circle:hover{transform:scale(1.05)}.power-connector-bolt-large{width:56px;height:56px;color:var(--color-black);transform:rotate(35deg)}.power-connector-line{background-color:var(--color-yellow);width:3px;height:170px;position:relative;overflow:hidden}.power-connector-bar{background:var(--color-white);height:100%;position:absolute;top:-100%;left:0;right:0}.power-connector-small-circle{background-color:var(--color-yellow);border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 4px 10px #0003}.power-connector-bolt-small{width:18px;height:18px;color:var(--color-black);transform:rotate(35deg)}.power-section-sticky-wrapper{text-align:center;padding:0;position:relative}.power-section-heading-wrapper{margin-bottom:2rem}.power-heading{letter-spacing:-.04em;font-size:clamp(2.5rem,5vw,5rem);font-weight:900;line-height:1}.power-section-head-wrapper{max-width:600px;margin:0 auto 3rem;position:relative}.power-organic-line{width:100%;color:var(--color-purple);opacity:.3;animation:4s ease-in-out infinite alternate pathDraw}@keyframes pathDraw{0%{opacity:.15}to{opacity:.4}}.power-section-big-power{transition:all 1s var(--ease-out-expo);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.4)rotate(-180deg)}.power-section-big-power.is-active{transform:translate(-50%,-50%)scale(1.2)rotate(0)}.power-big-icon-svg{width:80px;height:80px;color:var(--color-yellow);filter:drop-shadow(0 0 30px #f5ef5299)}.home-card-component{opacity:0;pointer-events:none;z-index:10;width:100%;height:max-content;margin:0 auto;position:absolute;left:0;right:0;transform:scale(.8)}.home-card-component.is-visible{opacity:1;pointer-events:auto;transform:scale(1)}.dashboard-grid-top{grid-template-columns:1.1fr 1fr 1.3fr 1.2fr;gap:16px;height:380px;margin-bottom:16px;display:grid}.dg-col{flex-direction:column;gap:16px;height:100%;display:flex}.dg-card{background:#fff;border-radius:20px;padding:1.2rem;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.card-conversion{color:#111;background:#fff;flex-direction:column;flex:1;gap:.5rem;padding:1.5rem;display:flex}.conv-header{color:#555;justify-content:space-between;font-size:.8rem;font-weight:600;display:flex}.conv-val{font-size:2.2rem;font-weight:800;line-height:1}.conv-change.positive{color:#3b82f6;font-size:.85rem;font-weight:600}.conv-chart-wrap{height:60px;margin-top:.5rem}.conv-chart{width:100%;height:100%}.card-icons-row{background:#fff;justify-content:space-between;align-items:center;padding:1rem;display:flex}.p-icon{color:#555;background:#eee;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.65rem;font-weight:700;display:inline-flex}.card-yellow-sound{background:var(--color-yellow);color:#111;flex-direction:column;flex:1;justify-content:space-between;min-height:140px;padding:1.5rem;display:flex}.ys-top{justify-content:space-between;display:flex}.ys-top h2{letter-spacing:-.03em;font-size:1.8rem;font-weight:800;line-height:1}.ys-btn{color:#111;cursor:pointer;background:#fff;border:none;border-radius:20px;align-self:flex-start;margin-top:1rem;padding:.4rem 1rem;font-size:.8rem;font-weight:700}.ys-btn.white-btn{color:#111;background:#fff}.ys-icon{color:#fff;background:#ff4500;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.6rem;display:flex}.ys-icon.snap{color:#111;background:#fffc00}.card-trigger-table{color:#111;background:#fff;flex-direction:column;flex:1;gap:.75rem;display:flex}.tt-header{color:#777;border-bottom:1px solid #eee;justify-content:space-between;padding-bottom:.2rem;font-size:.7rem;font-weight:600;display:flex}.tt-row{align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.tt-toggle{background:#9c27b0;border-radius:6px;width:24px;height:12px;position:relative}.tt-toggle:after{content:"";background:#fff;border-radius:50%;width:8px;height:8px;position:absolute;top:2px;right:2px}.tt-status.success{color:#10b981;margin-left:auto}.card-tall-image{height:100%;min-height:300px;padding:0}.dg-tall-img{object-fit:cover;width:100%;height:100%}.dg-tall-overlay{flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:absolute;inset:0}.dg-tall-overlay h2{color:#fff;text-align:center;font-size:3rem;font-weight:800;line-height:1}.dg-tall-overlay .ys-btn{align-self:center;margin-top:1rem}.card-purple-pill{color:#fff;background:linear-gradient(135deg,#a463f2 0%,#873ce3 100%);border-radius:12px;justify-content:center;align-items:center;padding:1rem 1.5rem;font-size:.9rem;font-weight:600;display:flex}.dg-row-split{flex:1;grid-template-columns:1fr 1fr;gap:16px;display:grid}.card-cyan-sound{color:#111;background:#00d2ff;flex-direction:column;justify-content:space-between;height:100%;padding:1rem;display:flex}.white-text{color:#fff}.cyan-img{width:80%;margin:-10px auto 0;display:block}.card-analytics-table{color:#111;background:#fff;flex-direction:column;gap:.5rem;height:100%;padding:.75rem;display:flex}.at-row{border-bottom:1px solid #f5f5f5;justify-content:space-between;align-items:center;padding-bottom:.2rem;font-size:.65rem;font-weight:600;display:flex}.at-row:last-child{border-bottom:none}.at-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.5rem;display:flex}.at-icon.tiktok{background:#000}.at-icon.snap{color:#000;background:#fffc00}.at-icon.meta{background:#1877f2}.at-icon.youtube{background:red}.at-flag{color:#10b981}.dashboard-grid-bottom{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}.dg-bottom-card{background:linear-gradient(135deg,#a463f2 0%,#873ce3 100%);border:1px solid #fff3;border-radius:20px;flex-direction:column;justify-content:space-between;height:220px;padding:1.5rem;display:flex}.dgb-icon{justify-content:center;align-self:flex-end;align-items:center;width:60px;height:60px;display:flex}.dg-bottom-card p{color:#ffffffe6;max-width:90%;margin:0;font-size:.95rem;font-weight:500;line-height:1.5}@media (max-width:991px){.dashboard-grid-top{grid-template-columns:1fr 1fr;height:auto}.dashboard-grid-bottom{grid-template-columns:1fr}}@media (max-width:479px){.dashboard-grid-top{grid-template-columns:1fr;height:auto}.dg-row-split{grid-template-columns:1fr}}.home-horiz-word{position:relative;overflow:hidden}.horiz-word-top-holder{z-index:2;flex-direction:column;align-items:center;padding:2rem 0;display:flex;position:relative}.horiz-word-bottom-holder{position:relative}.horiz-word-sticky-wrapper{justify-content:center;align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.horiz-word-sticky-wrapper.is-z-index{z-index:2}.horiz-word-component{width:100%;max-width:1280px;padding:0 clamp(1.5rem,5vw,5rem);position:relative}.horiz-word-content{transform:translate(100vw)}.horiz-word-content.is-visible{animation:horizSlideIn 1s var(--ease-out-expo) forwards}@keyframes horizSlideIn{to{opacity:1;transform:translate(0)}}.horiz-word-heading-holder{margin-bottom:1.5rem}.horiz-word-component .text-size-medium{max-width:560px;color:var(--color-white-60);font-size:clamp(1rem,1.3vw,1.2rem);line-height:1.7}.horiz-word-star,.horiz-word-stars{opacity:0;transition:all .6s var(--ease-out-expo);position:absolute;transform:scale(.4)}.horiz-word-star{top:-2rem;right:2rem}.horiz-word-stars{bottom:-1rem;right:8rem}.horiz-word-star.is-visible,.horiz-word-stars.is-visible{opacity:1;transform:scale(1)}.power-section-icon-holder-v3{flex-direction:column;align-items:center;gap:0;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.home-section-holder{position:relative}.section-home-section{position:relative;overflow:hidden}.is-opacity-animation{opacity:0;transition:opacity .8s var(--ease-out-expo)}.is-opacity-animation.is-visible{opacity:1}.header19-component{width:100%}.header19-content{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(3rem,6vw,7rem)}@media (max-width:900px){.header19-content{grid-template-columns:1fr}.header19-content-right.is-right-align{order:-1}.header19-image-wrapper{order:1}}.header19-content-right{max-width:520px}.header19-content-right.is-mob-first{order:2}@media (max-width:900px){.header19-content-right.is-mob-first{order:-1}}.header19-text-holder{margin:.75rem 0}.header19-image-wrapper{border-radius:24px;position:relative;overflow:visible}.header19-image{border-radius:20px;width:100%;display:block;box-shadow:0 30px 80px #00000080}.layout2-content-right-1,.layout2-content-right-2{border:1px solid #ffffff14;border-radius:16px;position:absolute;overflow:hidden;box-shadow:0 20px 60px #00000080}.layout2-content-right-1{width:55%;bottom:-30px;right:-30px}.layout2-content-right-2{width:50%;top:-25px;left:-25px}.layout2-image{border-radius:14px;width:100%}.section-home-creative{background:var(--color-dark);position:relative;overflow:hidden}.section-home-creative:before{content:"";pointer-events:none;background:radial-gradient(at 30%,#7a30d81f 0%,#0000 60%);position:absolute;inset:0}.home-creative-component{width:100%}.heading-style-h5{margin-bottom:2.5rem}.home-creative-content{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;display:grid}@media (max-width:900px){.home-creative-content{grid-template-columns:1fr}}.home-creative-slider-wrap{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:260px;padding:2.5rem;display:flex;position:relative}.home-creative-slide{flex-direction:column;gap:1.5rem;display:none}.home-creative-slide.is-active{animation:slideIn .4s var(--ease-out-expo);display:flex}@keyframes slideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.home-creative-slide-wrapper{flex-direction:column;gap:.75rem;display:flex}.home-creative-slide-wrapper .text-size-tiny{color:var(--color-white-30);text-transform:uppercase;letter-spacing:.1em;font-size:var(--fs-xs);font-weight:600}.creative-slider-dots{gap:.5rem;margin-top:1.5rem;display:flex}.creative-dot{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:8px;height:8px;transition:background .3s,transform .3s}.creative-dot.is-active{background:var(--color-yellow);transform:scale(1.3)}.creative-arrow{width:36px;height:36px;color:var(--color-white);cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;bottom:2.5rem;right:2.5rem}.creative-arrow--prev{right:4.5rem}.creative-arrow:hover{background:#ffffff29}.home-creative-images{height:400px;position:relative}.home-creative-image-main{z-index:1;border-radius:16px;width:100%;position:absolute;top:0;left:0;right:0;box-shadow:0 30px 80px #00000080}.home-creative-image-2{z-index:3;border-radius:12px;width:45%;animation:6s ease-in-out infinite floatOsc;position:absolute;bottom:-20px;right:-15px;box-shadow:0 16px 48px #0006}.home-creative-image-3{z-index:2;border-radius:12px;width:40%;animation:7s ease-in-out infinite floatOscReverse;position:absolute;bottom:20px;left:-20px;box-shadow:0 16px 48px #0006}.home-creative-image-4{z-index:2;border-radius:12px;width:38%;animation:8s ease-in-out 1s infinite floatOsc;position:absolute;top:-20px;right:-20px;box-shadow:0 16px 48px #0006}.section-brands-home{background:var(--color-black);position:relative;overflow:hidden}.brands-header{text-align:center;margin-bottom:0}.eyebrow-brands{font-size:var(--fs-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--color-purple);margin-bottom:1rem;font-weight:600;display:inline-block}.brands-heading{letter-spacing:-.03em;color:var(--color-white);font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.1}.brands-heading em{color:var(--color-yellow);font-style:normal}.brands-swiper-wrapper{margin-top:3rem;position:relative;overflow:hidden}.brands-track{transition:transform .6s var(--ease-out-expo);gap:1rem;display:flex}.brands-content{cursor:pointer;height:380px;transition:flex .6s var(--ease-out-expo), height .6s var(--ease-out-expo);border-radius:20px;flex:0 0 calc(25% - .75rem);position:relative;overflow:hidden}.brands-content.is-active{flex:0 0 calc(35% - .75rem);height:460px}.brands-box{border:1px solid #ffffff14;border-radius:20px;width:100%;height:100%;position:relative;overflow:hidden}.brands-card-img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease-out-expo)}.brands-box:hover .brands-card-img{transform:scale(1.05)}.brands-card-overlay{background:linear-gradient(#0000 0%,#0006 50%,#000000e6 100%);position:absolute;inset:0}.brands-card-content{padding:1.75rem;position:absolute;bottom:0;left:0;right:0}.brands-card-logo{font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--color-white-60);margin-bottom:.5rem;font-weight:700}.brands-card-stat{letter-spacing:-.03em;color:var(--color-yellow);font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1}.brands-card-label{font-size:var(--fs-sm);color:var(--color-white-80);margin-top:.25rem}.brands-dots-wrapper{justify-content:center;margin-top:2rem;display:flex}.brands-dots{gap:.5rem;display:flex}.brands-dot{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:8px;height:8px;transition:background .3s,transform .3s}.brands-dot.is-active{background:var(--color-yellow);transform:scale(1.4)}@media (max-width:900px){.brands-content,.brands-content.is-active{flex:0 0 calc(80% - .75rem)}}.stats-section{background:var(--color-purple);position:relative;overflow:hidden}.stats-section:before{content:"";pointer-events:none;background:radial-gradient(at 100% 0,#ffffff1a 0%,#0000 60%);position:absolute;inset:0}.stats-section-header{text-align:center;margin-bottom:var(--sp-3xl)}.stats-section-header .heading-h2{color:var(--color-white)}.stats-section-header .text-size-medium{color:#ffffffb3}.stats-grid-4{background:#ffffff14;border:1px solid #ffffff1a;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:2px;display:grid;overflow:hidden}@media (max-width:768px){.stats-grid-4{grid-template-columns:repeat(2,1fr)}}.stat-item{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#7a30d899;padding:2.5rem 2rem;transition:background .3s}.stat-item:hover{background:#7a30d8cc}.stat-item-number{letter-spacing:-.04em;color:var(--color-yellow);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1}.stat-item-label{font-size:var(--fs-sm);color:#ffffffb3;margin-top:.5rem;font-weight:500}.brand-strip{background:var(--color-dark);border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:1.5rem 0;position:relative;overflow:hidden}.brand-strip-label{font-size:var(--fs-xs);color:var(--color-white-30);text-transform:uppercase;letter-spacing:.1em;z-index:2;font-weight:600;position:absolute;top:50%;left:2rem;transform:translateY(-50%)}.brand-strip-track-wrapper{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%)}.brand-strip-track{align-items:center;gap:2rem;width:max-content;padding:0 2rem;animation:30s linear infinite marqueeScroll;display:flex}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-name{color:var(--color-white-60);white-space:nowrap;cursor:default;font-size:.9rem;font-weight:600;transition:color .2s}.brand-name:hover{color:var(--color-white)}.brand-sep{color:var(--color-yellow);font-size:.75rem}.process-section{background:var(--color-dark)}.process-header{text-align:center;margin-bottom:var(--sp-3xl)}.process-timeline{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:20px;grid-template-columns:repeat(3,1fr);gap:2px;display:grid;overflow:hidden}@media (max-width:900px){.process-timeline{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.process-timeline{grid-template-columns:1fr}}.process-step-wrap{background:var(--color-dark);padding:2.5rem 2rem;transition:background .3s;position:relative;overflow:hidden}.process-step-wrap:hover{background:#14142a}.process-step-wrap:before{content:"";background:var(--color-purple);transform-origin:0;height:2px;transition:transform .4s var(--ease-out-expo);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.process-step-wrap:hover:before{transform:scaleX(1)}.process-step-num{font-size:var(--fs-h5);color:var(--color-purple);opacity:.4;font-variant-numeric:tabular-nums;margin-bottom:1rem;font-weight:900}.process-step-title{color:var(--color-white);margin-bottom:.75rem;font-size:clamp(1.1rem,1.5vw,1.35rem);font-weight:700}.process-step-desc{font-size:var(--fs-sm);color:var(--color-white-60);line-height:1.6}.testimonials-section{background:var(--color-black);position:relative;overflow:hidden}.testimonials-section:before{content:"";pointer-events:none;background:radial-gradient(at 50% 100%,#7a30d826 0%,#0000 60%);position:absolute;inset:0}.testimonials-header{text-align:center;margin-bottom:var(--sp-3xl)}.eyebrow-white{font-size:var(--fs-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--color-purple);margin-bottom:1rem;font-weight:700;display:inline-block}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (max-width:768px){.testimonials-grid{grid-template-columns:1fr}}.testimonial10-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:2.5rem;transition:border-color .3s,transform .3s,box-shadow .3s}.testimonial10-card:hover{border-color:#7a30d866;box-shadow:0 20px 60px #0006,0 0 0 1px #7a30d81a}.testimonial10-stars{color:var(--color-yellow);letter-spacing:2px;margin-bottom:1rem;font-size:1rem}.testimonial10-quote{color:var(--color-white-80);margin-bottom:1.75rem;font-size:clamp(.9rem,1.2vw,1.05rem);font-style:italic;line-height:1.7}.testimonial10-author{align-items:center;gap:1rem;display:flex}.testimonial10-avatar{width:48px;height:48px;color:var(--color-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:flex}.testimonial10-name{font-weight:700;font-size:var(--fs-sm);color:var(--color-white)}.testimonial10-company{font-size:var(--fs-xs);color:var(--color-white-60)}.tilt-card{transform-style:preserve-3d;transition:transform .1s,box-shadow .3s}.cta-section-final{background:var(--color-black);text-align:center;position:relative;overflow:hidden}.cta-bg-mesh{pointer-events:none;position:absolute;inset:0}.cta-orb{filter:blur(100px);border-radius:50%;position:absolute}.cta-orb-1{background:radial-gradient(circle,#7a30d859 0%,#0000 70%);width:600px;height:600px;animation:8s ease-in-out infinite alternate orbDrift1;top:-200px;left:50%;transform:translate(-50%)}.cta-orb-2{background:radial-gradient(circle,#6366f140 0%,#0000 70%);width:400px;height:400px;animation:10s ease-in-out infinite alternate orbDrift2;bottom:-100px;left:-100px}.cta-orb-3{background:radial-gradient(circle,#f5ef5226 0%,#0000 70%);width:350px;height:350px;animation:12s ease-in-out infinite alternate orbDrift3;top:50%;right:-100px}@keyframes orbDrift1{0%{transform:translate(-50%)scale(1)}to{transform:translate(-50%)scale(1.2)}}@keyframes orbDrift2{0%{transform:translate(0)}to{transform:translate(50px,-50px)}}@keyframes orbDrift3{0%{transform:translate(0)}to{transform:translate(-50px,30px)}}.cta-final-component{z-index:2;max-width:760px;margin:0 auto;position:relative}.cta-final-eyebrow{font-size:var(--fs-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--color-purple);margin-bottom:1.5rem;font-weight:700}.cta-final-heading{letter-spacing:-.04em;color:var(--color-white);margin-bottom:2rem;font-size:clamp(3rem,7vw,7rem);font-weight:900;line-height:1}.cta-yellow-italic{color:var(--color-yellow);font-style:italic;display:block}.cta-final-sub{color:var(--color-white-60);max-width:560px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.7}.cta-final-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.cta-contact-links{justify-content:center;align-items:center;gap:.75rem;display:flex}.cta-contact-link{font-size:var(--fs-sm);color:var(--color-white-60);transition:color .2s}.cta-contact-link:hover{color:var(--color-white)}.cta-contact-link.is-passive{cursor:default}.cta-contact-divider{color:var(--color-white-30)}.footer2-component{background:var(--color-black);border-top:1px solid #ffffff0f;position:relative;overflow:hidden}.footer2-bg-grid{pointer-events:none;background-image:repeating-linear-gradient(0deg,#0000,#0000 39px,#ffffff08 39px 40px),repeating-linear-gradient(90deg,#0000,#0000 39px,#ffffff08 39px 40px);position:absolute;inset:0}.footer2-inner{z-index:2;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:3rem;max-width:1280px;margin:0 auto;padding:4rem clamp(1.5rem,5vw,5rem);display:grid;position:relative}@media (max-width:900px){.footer2-inner{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:600px){.footer2-inner{grid-template-columns:1fr}}.footer2-logo-link{margin-bottom:1rem;display:inline-flex}.footer2-logo{width:auto;height:28px}.footer2-brand-desc{font-size:var(--fs-sm);color:var(--color-white-60);max-width:300px;margin-bottom:1.5rem;line-height:1.7}.footer2-social{gap:.75rem;display:flex}.footer2-social-link{width:36px;height:36px;color:var(--color-white-60);background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.footer2-social-link:hover{background:var(--color-purple);color:var(--color-white)}.footer2-social-link svg{width:16px;height:16px}.footer2-col-title{font-size:var(--fs-sm);color:var(--color-white);margin-bottom:1.25rem;font-weight:700}.footer2-links{flex-direction:column;gap:.6rem;display:flex}.footer2-links a{font-size:var(--fs-sm);color:var(--color-white-60);transition:color .2s}.footer2-links a:hover{color:var(--color-white)}.footer2-available-badge{font-size:var(--fs-xs);color:#10b981;background:#10b9811a;border:1px solid #10b9814d;border-radius:100px;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.4rem .85rem;font-weight:600;display:inline-flex}.footer2-badge-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}.footer2-bottom{z-index:2;border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1280px;margin:0 auto;padding:1.5rem clamp(1.5rem,5vw,5rem);display:flex;position:relative}.footer2-copy{font-size:var(--fs-xs);color:var(--color-white-30)}.footer2-legal{gap:1.5rem;display:flex}.footer2-legal a{font-size:var(--fs-xs);color:var(--color-white-30);transition:color .2s}.footer2-legal a:hover{color:var(--color-white)}.reveal-up{opacity:0;transition:opacity .8s var(--ease-out-expo), transform .8s var(--ease-out-expo);transform:translateY(60px)}.reveal-up.is-visible{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.glass-card-dark{-webkit-backdrop-filter:blur(20px);background:#ffffff0a;border:1px solid #ffffff14}body:before{content:"";opacity:.028;pointer-events:none;z-index:9999;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)' opacity='1'/%3E%3C/svg%3E");position:fixed;inset:0}.hero-canvas-bg,.cta-particles-canvas{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-black)}::-webkit-scrollbar-thumb{background:#7a30d880;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-purple)}.power-flip-container{z-index:5;width:95vw;max-width:1600px;height:80vh;min-height:680px;margin:0 auto;position:relative;overflow:visible}.power-flip-card{width:100%;height:100%;position:relative}.power-flip-front,.power-flip-back{justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:visible}.power-flip-front{z-index:2}.power-flip-back{z-index:1;opacity:0}.mind-silhouette-wrapper{justify-content:center;align-items:center;width:100%;max-width:600px;height:600px;display:flex;position:relative}.mind-silhouette-svg{width:100%;height:100%;overflow:visible}.mind-brain-circle{width:250px;height:250px;transition:transform .3s var(--ease-out-expo);background-color:#ffea00;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:40%;left:48%;transform:translate(-50%,-50%)}.mind-brain-circle:hover{transform:translate(-50%,-50%)scale(1.05)}.mind-brain-logo{object-fit:contain;width:120px;height:auto}.home-chaos-container{z-index:5;width:100%;max-width:1050px;height:680px;margin:0 auto;position:relative;overflow:visible}.chaos-scribble-wrapper{z-index:1;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.chaos-scribble-svg{width:100%;height:100%;max-height:680px;overflow:visible}.floating-card-element{z-index:3;filter:grayscale(.88)contrast(1.05);transition:transform .5s var(--ease-out-expo), filter .4s ease, box-shadow .4s ease, z-index .1s;position:absolute}.floating-card-element:hover{filter:grayscale(0)contrast();z-index:15;box-shadow:0 20px 45px #0009;transform:scale(1.06)rotate(0)!important}.card-budget{background:var(--color-white);width:195px;color:var(--color-black);border-radius:16px;flex-direction:column;padding:1.25rem;display:flex;box-shadow:0 10px 30px #00000040}.card-budget-badge{color:#00000080;text-transform:uppercase;background:#0000000a;border-radius:100px;align-self:flex-start;margin-bottom:.5rem;padding:.25rem .6rem;font-size:.65rem;font-weight:700}.card-budget-val{letter-spacing:-.02em;color:#111116;font-size:1.6rem;font-weight:900;line-height:1}.card-budget-label{color:#0006;margin-top:.2rem;margin-bottom:1.25rem;font-size:.7rem;font-weight:600}.card-budget-chart-wrap{align-items:center;gap:.75rem;display:flex;position:relative}.budget-chart-svg{width:44px;height:44px}.chart-text{flex-direction:column;display:flex}.chart-spend-val{color:#111116;font-size:.8rem;font-weight:800;line-height:1.2}.chart-spend-lbl{color:#0006;font-size:.6rem;font-weight:500}.pinterest-badge-float{color:var(--color-white);background:#e60023;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute;bottom:-8px;right:-8px;box-shadow:0 4px 10px #e6002366}.chaos-card-img{object-fit:cover;width:100%;height:100%;display:block}.image-grayscale{filter:grayscale()contrast(1.1)}.image-grayscale-dark{filter:grayscale()brightness(.7)contrast(1.2)}.image-card-overlay{background:linear-gradient(#0000 0%,#0003 40%,#000000d9 100%);flex-direction:column;justify-content:flex-end;padding:.85rem 1rem;display:flex;position:absolute;inset:0}.image-card-title{color:var(--color-white);font-size:.85rem;font-weight:700;line-height:1.25}.image-card-subtitle{color:#ffffffa6;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.15rem;font-size:.6rem;font-weight:700}.image-card-btn{color:var(--color-white);background:0 0;border:1px solid #ffffff40;border-radius:4px;align-self:flex-start;margin-top:.35rem;padding:.2rem .5rem;font-size:.6rem;font-weight:700;transition:all .2s}.image-card-btn:hover{background:var(--color-white);color:var(--color-black);border-color:var(--color-white)}.card-image-sunglasses{border-radius:12px;width:190px;height:130px;box-shadow:0 10px 30px #0000004d}.card-image-model{border-radius:12px;width:140px;height:190px;box-shadow:0 10px 30px #0000004d}.card-play{background:#000;border:1px solid #ffffff14;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:0 10px 25px #00000059}.play-btn-circle{width:38px;height:38px;color:var(--color-white);background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;display:flex}.card-image-soul{border-radius:12px;width:180px;height:160px;box-shadow:0 10px 30px #0000004d}.meta-badge-float{color:var(--color-white);background:#0080fb;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 4px 10px #0080fb59}.card-analytics{background:var(--color-white);width:180px;color:var(--color-black);border-radius:14px;flex-direction:column;gap:.5rem;padding:.85rem;display:flex;box-shadow:0 10px 30px #00000040}.analytics-row{border-bottom:1px solid #0000000a;align-items:center;gap:.5rem;padding-bottom:.25rem;display:flex}.analytics-row:last-child{border-bottom:none;padding-bottom:0}.analytics-icon{background:#0000000a;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.8rem;display:inline-flex}.analytics-val{color:#111116;flex:1;font-size:.75rem;font-weight:700}.analytics-change{font-size:.65rem;font-weight:700}.analytics-change.positive{color:#10b981}.analytics-change.negative{color:#ef4444}.card-image-sneaker{border-radius:12px;width:170px;height:170px;box-shadow:0 10px 30px #0000004d}.google-badge-float{background:var(--color-white);color:#4285f4;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:-6px;left:-6px;box-shadow:0 4px 10px #00000026}.card-chart{background:var(--color-white);width:180px;color:var(--color-black);border-radius:14px;flex-direction:column;padding:.85rem 1rem;display:flex;box-shadow:0 10px 30px #00000040}.card-chart-title{color:#0006;text-transform:uppercase;letter-spacing:.02em;font-size:.65rem;font-weight:700}.card-chart-val{color:#111116;font-size:1.25rem;font-weight:900}.card-chart-graphic{width:100%;height:40px;margin-top:.25rem}.chart-graphic-svg{width:100%;height:100%;overflow:visible}.card-image-beach{border-radius:12px;width:170px;height:220px;box-shadow:0 10px 30px #0000004d}.chaos-pill-question{color:var(--color-white);z-index:10;white-space:nowrap;transition:transform .4s var(--ease-out-expo), background-color .3s, color .3s;cursor:pointer;background:#000;border:1px solid #ffffff0f;border-radius:100px;padding:.7rem 1.4rem;font-size:.9rem;font-weight:700;position:absolute;box-shadow:0 10px 25px #00000080}.chaos-pill-question:hover{background-color:var(--color-yellow);color:var(--color-black);transform:scale(1.05)rotate(0)!important}#cc-budget{top:18%;left:13%;transform:rotate(10deg)}#cc-sunglasses{top:8%;left:33%;transform:rotate(-6deg)}#cc-model{top:12%;right:41%;transform:rotate(14deg)}#cc-play{top:22%;right:35%;transform:rotate(10deg)}#cc-soul{top:10%;right:13%;transform:rotate(-10deg)}#cc-analytics{top:40%;right:10%;transform:rotate(8deg)}#cc-sneaker{bottom:25%;left:11%;transform:rotate(-8deg)}#cc-chart{bottom:10%;left:18%;transform:rotate(-6deg)}#cc-beach{bottom:12%;right:19%;transform:rotate(12deg)}#cp-q1{top:48%;left:13%;transform:rotate(-6deg)}#cp-q2{bottom:28%;left:11%;transform:rotate(-3deg)}#cp-q3{top:32%;right:13%;transform:rotate(4deg)}#cp-q4{bottom:42%;right:19%;transform:rotate(-4deg)}@media (max-width:900px){.home-chaos-container{flex-wrap:wrap;justify-content:center;gap:1.5rem;height:auto;padding:2rem 1rem;display:flex}.chaos-scribble-wrapper{display:none}.floating-card-element{filter:none;max-width:260px;width:calc(50% - 1rem)!important;height:180px!important;position:relative!important;inset:auto!important;transform:none!important}.chaos-pill-question{margin:.25rem;position:relative!important;inset:auto!important;transform:none!important}.chaos-questions-wrapper{flex-wrap:wrap;justify-content:center;width:100%;margin-top:1.5rem;display:flex}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.flex-col{flex-direction:column;display:flex}.w-full{width:100%}.saas-hero{text-align:center;background:linear-gradient(135deg,#6d28d9 0%,#9333ea 50%,#7c3aed 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.saas-hero-heading{color:#fff;letter-spacing:-.02em;z-index:10;margin-bottom:24px;font-size:120px;font-weight:800;line-height:1.1;position:relative}@media (max-width:991px){.saas-hero-heading{font-size:80px}}@media (max-width:479px){.saas-hero-heading{font-size:56px}}.saas-hero-desc{color:#ffffffe6;z-index:10;max-width:800px;margin:0 auto 48px;font-size:24px;font-weight:400;position:relative}.saas-hero-cta{color:#6d28d9;z-index:10;background-color:#fff;border-radius:100px;justify-content:center;align-items:center;padding:18px 36px;font-size:18px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex;position:relative}.saas-hero-cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.saas-star{color:#f5ef52;z-index:5;position:absolute}.saas-hanging-icon{z-index:5;background:linear-gradient(#ffffff80,#0000);width:2px;height:150px;position:absolute;top:0;left:50%;transform:translate(-50%)}.saas-hanging-circle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:absolute;bottom:-40px;left:50%;transform:translate(-50%)}.saas-marquee-wrapper{color:#fff;background-color:#6d28d9;align-items:center;width:100%;display:flex;overflow:hidden}.saas-marquee-content{white-space:nowrap;letter-spacing:-.02em;will-change:transform;gap:4rem;font-size:150px;font-weight:800;display:flex}@media (max-width:991px){.saas-marquee-content{font-size:100px}}@media (max-width:479px){.saas-marquee-content{font-size:64px}}@keyframes floatStar1{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(10px,-15px)rotate(15deg)}}@keyframes floatStar2{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(-10px,-10px)rotate(-10deg)}}@keyframes floatStar3{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(5px,15px)rotate(5deg)}}@keyframes hangingFloat{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-10px)}}.hero-star-1{animation:6s ease-in-out infinite floatStar1}.hero-star-2{animation:7s ease-in-out infinite floatStar2}.hero-star-3{animation:5s ease-in-out infinite floatStar3}#hero-hanging-icon{animation:4s ease-in-out infinite hangingFloat}#horiz-1{background-color:var(--color-purple)}.light-mode-rest{color:#111!important;background-color:#fff!important}.light-mode-rest .section-home-creative,.light-mode-rest .section-brands-home,.light-mode-rest .stats-section,.light-mode-rest .cta-section,.light-mode-rest footer,.light-mode-rest .home-horiz-word{background:#fff!important}.light-mode-rest h1,.light-mode-rest h2,.light-mode-rest h3,.light-mode-rest h4,.light-mode-rest h5,.light-mode-rest h6,.light-mode-rest .heading-style-h5,.light-mode-rest .heading-style-h6,.light-mode-rest .heading-display,.light-mode-rest .brands-heading,.light-mode-rest .stat-number,.light-mode-rest .cta-heading,.light-mode-rest p,.light-mode-rest .text-rich-text p,.light-mode-rest .brands-card-label,.light-mode-rest .text-size-medium{color:#111!important}.light-mode-rest .eyebrow-brands,.light-mode-rest .text-color-purple{color:var(--color-purple)!important}.light-mode-rest .button.is-medium{color:#fff!important;background-color:#111!important;border-color:#111!important}.light-mode-rest .creative-dot,.light-mode-rest .brands-dot{background:#0003!important}.light-mode-rest .creative-dot.is-active,.light-mode-rest .brands-dot.is-active{background:var(--color-purple)!important}.light-mode-rest .creative-arrow{color:#111!important;background:#0000000d!important}.light-mode-rest .creative-arrow:hover{background:#0000001a!important}.light-mode-rest .home-creative-slider-wrap{border-color:#0000001a!important}.light-mode-rest svg{color:#111}.light-mode-rest .layout2-content-right-1,.light-mode-rest .layout2-content-right-2{border-color:#0000001a!important}.services-hero-layout{grid-template-columns:1fr 1fr!important;gap:4rem!important}.services-dashboard-container{aspect-ratio:580/400;-webkit-backdrop-filter:blur(12px);background:#08081473;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:580px;position:relative;overflow:hidden;box-shadow:0 30px 70px #00000080,inset 0 0 40px #7a30d826}.services-dashboard-container:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.dashboard-center-node{text-align:center;z-index:10;background:radial-gradient(circle,#7a30d899 0%,#080814f2 70%);border:2px solid #b478ff73;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:110px;height:110px;padding:8px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 30px #7a30d880,inset 0 0 15px #ffffff1a}.dashboard-center-logo{margin-bottom:2px;font-size:1.5rem;line-height:1}.dashboard-center-text{color:var(--color-white);letter-spacing:.05em;text-transform:uppercase;font-size:.55rem;font-weight:800}.dashboard-center-status{color:#22c55e;letter-spacing:.02em;align-items:center;gap:2px;margin-top:1px;font-size:.45rem;font-weight:700;display:inline-flex}.dashboard-center-status:before{content:"";background:#22c55e;border-radius:50%;width:4px;height:4px;display:inline-block;box-shadow:0 0 4px #22c55e}.dashboard-card-node{z-index:5;background:#0a0a12d9;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:4px;width:195px;padding:10px 12px;font-family:Space Grotesk,Inter,monospace;font-size:.65rem;transition:border-color .3s,box-shadow .3s;display:flex;position:absolute;box-shadow:0 15px 35px #0006}.dashboard-card-node:hover{border-color:#fff3;box-shadow:0 20px 45px #7a30d840}.dashboard-card-header{letter-spacing:.05em;text-transform:uppercase;color:#fff6;justify-content:space-between;align-items:center;font-size:.55rem;font-weight:700;display:flex}.dashboard-card-title{color:var(--color-yellow)}.dashboard-card-main{color:var(--color-white);margin-top:2px;font-size:.8rem;font-weight:700}.dashboard-card-sub{color:#ffffff8c;font-size:.58rem}.node-top-left{top:15px;left:15px}.node-top-right{top:15px;right:15px}.node-bottom-left{bottom:15px;left:15px}.node-bottom-right{bottom:15px;right:15px}.dashboard-badge-pill{color:#22c55e;background:#22c55e1f;border:1px solid #22c55e40;border-radius:100px;width:fit-content;margin-top:3px;padding:2px 6px;font-size:.52rem;font-weight:700;display:inline-block}.dashboard-code-box{color:#38bdf8;background:#05050a;border:1px solid #ffffff0f;border-radius:6px;margin-top:2px;padding:4px 6px;font-size:.55rem}@media (max-width:1024px){.services-hero-layout{grid-template-columns:1fr!important;gap:3rem!important}.services-dashboard-container{margin:0 auto}}@media (max-width:600px){.services-dashboard-container{aspect-ratio:auto;height:480px;padding:10px}.dashboard-card-node{width:145px;padding:8px 10px;font-size:.6rem}.dashboard-card-main{font-size:.7rem}.dashboard-center-node{width:90px;height:90px}.node-top-left{top:10px;left:10px}.node-top-right{top:10px;right:10px}.node-bottom-left{bottom:10px;left:10px}.node-bottom-right{bottom:10px;right:10px}}body.banner-closed .home-hero-section,body.banner-closed .main-wrapper{padding-top:72px!important}#smartly-creative-showcase,.light-mode-rest #smartly-creative-showcase{color:#fff!important;background:#7a30d8!important}#smartly-creative-showcase h2,.light-mode-rest #smartly-creative-showcase h2,#smartly-creative-showcase h3,.light-mode-rest #smartly-creative-showcase h3,#smartly-creative-showcase h4,.light-mode-rest #smartly-creative-showcase h4,#smartly-creative-showcase p,.light-mode-rest #smartly-creative-showcase p{color:#fff!important}@keyframes showcaseFloatTiktok{0%,to{transform:translateY(0)rotate(-4deg)}50%{transform:translateY(-10px)rotate(-3deg)}}@keyframes showcaseFloatPinterest{0%,to{transform:translateY(0)rotate(3deg)}50%{transform:translateY(-8px)rotate(4deg)}}@keyframes showcaseFloatSnapchat{0%,to{transform:translateY(0)rotate(6deg)}50%{transform:translateY(-12px)rotate(5deg)}}@keyframes showcaseFloatGoogle{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-9px)rotate(-3deg)}}#smartly-creative-showcase .card-tiktok{animation:6s ease-in-out infinite showcaseFloatTiktok}#smartly-creative-showcase .card-pinterest{animation:6.5s ease-in-out infinite showcaseFloatPinterest}#smartly-creative-showcase .card-snapchat{animation:7s ease-in-out infinite showcaseFloatSnapchat}#smartly-creative-showcase .card-google{animation:5.5s ease-in-out infinite showcaseFloatGoogle}@media (min-width:992px){#smartly-creative-showcase .showcase-float-card:hover{cursor:pointer;z-index:15!important;animation-play-state:paused!important;transform:scale(1.06)translateY(-5px)!important;box-shadow:0 35px 70px #0006!important}}#smartly-creative-showcase .showcase-arrow-btn:hover{color:#1e293b!important;background-color:#f8fafc!important;transform:translateY(-50%)scale(1.05)!important;box-shadow:0 10px 25px #0000001a!important}#smartly-creative-showcase .showcase-cta-btn:hover{background-color:#6d28d9!important;transform:scale(1.02)!important;box-shadow:0 10px 25px #6d28d959!important}@media (max-width:991px){#smartly-creative-showcase{padding:6rem 1.5rem!important}#smartly-creative-showcase .showcase-container{flex-direction:column!important;gap:3.5rem!important;min-height:auto!important}#smartly-creative-showcase .showcase-cards-wrapper{flex-flow:wrap!important;justify-content:center!important;align-items:center!important;gap:2rem!important;width:100%!important;height:auto!important;padding:1rem 0!important;display:flex!important;position:relative!important;inset:auto!important}#smartly-creative-showcase .showcase-float-card{margin:0!important;animation:none!important;position:relative!important;inset:auto!important;transform:none!important;box-shadow:0 15px 35px #00000026!important}#smartly-creative-showcase .showcase-float-card:hover{transform:scale(1.03)!important}}@media (max-width:576px){#smartly-creative-showcase .showcase-cards-wrapper{flex-direction:column!important;gap:1.5rem!important}}#smartly-creative-showcase .showcase-center-card h3,.light-mode-rest #smartly-creative-showcase .showcase-center-card h3,#smartly-creative-showcase .showcase-center-card div,.light-mode-rest #smartly-creative-showcase .showcase-center-card div{color:#000!important}#smartly-creative-showcase .showcase-float-card{transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .6s,box-shadow .3s!important}.showcase-cards-wrapper.state-1 .card-tiktok,.showcase-cards-wrapper.state-1 .card-pinterest,.showcase-cards-wrapper.state-1 .card-snapchat,.showcase-cards-wrapper.state-1 .card-google{opacity:1!important}.showcase-cards-wrapper.state-2 .card-google{z-index:12!important;opacity:1!important;transform:scale(1.15)rotate(-3deg)translate(-10px,-15px)!important;box-shadow:0 35px 70px #0000004d!important}.showcase-cards-wrapper.state-2 .card-pinterest{z-index:12!important;opacity:1!important;transform:scale(1.12)rotate(2deg)translate(15px,-10px)!important}.showcase-cards-wrapper.state-2 .card-snapchat,.showcase-cards-wrapper.state-2 .card-tiktok{opacity:.35!important;transform:scale(.85)!important}.showcase-cards-wrapper.state-3 .card-tiktok{z-index:12!important;opacity:1!important;transform:scale(1.15)rotate(-2deg)translate(15px,10px)!important}.showcase-cards-wrapper.state-3 .card-snapchat{z-index:12!important;opacity:1!important;transform:scale(1.12)rotate(4deg)translate(-15px,15px)!important}.showcase-cards-wrapper.state-3 .card-google,.showcase-cards-wrapper.state-3 .card-pinterest{opacity:.35!important;transform:scale(.85)!important}
