.App{box-sizing:border-box;display:flex;flex-direction:column;margin-inline:auto;max-width:2000px;min-height:100vh;min-height:100dvh;position:relative}.App,.App .main-content{overflow-x:clip;width:100%}.App .main-content{flex:1 1;max-width:100%;padding-top:var(--header-h)}.App .main-content.fmdo-full{padding-top:0}.landing-header{background-color:#fff;box-shadow:0 2px 5px #0000001a;left:0;position:fixed;right:0;top:0;transition:box-shadow .3s ease-in-out;width:100%;z-index:1100}.margin-top-72{top:72px}.header{background:#fff!important;box-shadow:none!important;color:#000!important;margin-inline:auto!important;max-width:var(--content-wide);min-height:var(--header-h);position:static!important;width:100%}.toolbar{gap:var(--gap-sm);height:var(--header-h);justify-content:space-between;min-height:var(--header-h)!important;padding-inline:var(--gutter)!important;width:100%}.logo-container,.toolbar{align-items:center;display:flex}.logo-container{flex:0 0 auto;height:100%;min-height:var(--header-h);padding:0}.logo-container a{align-items:center;display:flex;height:100%;min-height:44px}.logo-container img{aspect-ratio:auto;display:block;height:calc(var(--header-h) - 22px);object-fit:contain;width:auto}.nav-links{align-items:center;display:flex;flex:1 1 auto;gap:clamp(.35rem,1vw,1.1rem);justify-content:center;min-width:0}@media(max-width:1000px){.nav-links{display:none}}.nav-link{align-items:center;border-radius:8px;color:#000;cursor:pointer;display:inline-flex;font-size:clamp(.8125rem,.72rem + .35vw,.95rem);font-weight:700;gap:4px;line-height:1.2;margin:0;padding:11px clamp(6px,.7vw,12px);position:relative;text-decoration:none;transition:color .25s ease,background-color .25s ease;white-space:nowrap}.nav-link:after{background:currentColor;border-radius:2px;bottom:2px;content:"";height:2px;left:clamp(6px,.7vw,12px);position:absolute;right:clamp(6px,.7vw,12px);transform:scaleX(0);transform-origin:center;transition:transform .28s ease}@media(hover:hover)and (pointer:fine){.nav-link:hover{text-decoration:none}.nav-link:hover:after{transform:scaleX(1)}}.nav-link:focus-within .dropdown-menu,.nav-link:hover .dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.dropdown-menu{background:#fff;border-radius:var(--radius);box-shadow:0 12px 28px #00000024;left:50%;min-width:200px;opacity:0;padding:8px;pointer-events:none;position:absolute;top:100%;transform:translate(-50%,-8px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;visibility:hidden}.dropdown-menu:focus-within,.dropdown-menu:hover{opacity:1;pointer-events:auto;transform:translate(-50%);visibility:visible}.dropdown-menu .dropdown-item{border-radius:8px;color:#000;display:block;font-size:.9rem;padding:10px 14px;text-decoration:none;transition:background-color .22s ease;white-space:nowrap}@media(hover:hover)and (pointer:fine){.dropdown-menu .dropdown-item:hover{background-color:#0000000d;text-decoration:none}}.nav-links>.nav-link:last-of-type .dropdown-menu,.nav-links>.nav-link:nth-last-of-type(2) .dropdown-menu{left:auto;right:0;transform:translateY(-8px)}.nav-links>.nav-link:last-of-type .dropdown-menu:focus-within,.nav-links>.nav-link:last-of-type .dropdown-menu:hover,.nav-links>.nav-link:nth-last-of-type(2) .dropdown-menu:focus-within,.nav-links>.nav-link:nth-last-of-type(2) .dropdown-menu:hover{transform:translate(0)}.nav-link:focus-within .dropdown-menu,.nav-link:hover .dropdown-menu{transform:translate(-50%)}.nav-links>.nav-link:last-of-type:focus-within .dropdown-menu,.nav-links>.nav-link:last-of-type:hover .dropdown-menu,.nav-links>.nav-link:nth-last-of-type(2):focus-within .dropdown-menu,.nav-links>.nav-link:nth-last-of-type(2):hover .dropdown-menu{transform:translate(0)}.auth-links{align-items:center;background-color:#fff;display:flex;flex:0 0 auto;gap:clamp(6px,.7vw,10px);justify-content:flex-end}@media(max-width:1000px){.auth-links{display:none}}.auth-links .custom-button{font-size:clamp(.75rem,.68rem + .25vw,.875rem);padding:8px clamp(12px,1vw,18px)!important;white-space:nowrap}@media(hover:hover)and (pointer:fine){.auth-links .header-auth-button:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}.header-mobile-bar{align-items:center;display:flex;gap:var(--gap-sm);justify-content:space-between;width:100%}.menu-toggle{color:#000!important;flex:0 0 auto;height:44px;width:44px}.drawer-list{display:flex;flex-direction:column;height:100%;overflow-y:auto;overscroll-behavior:contain;padding:0;width:min(86vw,320px)}.drawer-header{align-items:center;background:#fff;border-bottom:1px solid #00000014;display:flex;gap:var(--gap-sm);justify-content:space-between;padding:12px 16px;position:sticky;top:0;z-index:2}.drawer-logo-container{align-items:center;display:flex;height:40px;position:static;top:auto}.drawer-logo-container a{display:block;height:100%}.drawer-logo-container img{display:block;height:100%;object-fit:contain;width:auto}.close-icon{color:#000;cursor:pointer;flex:0 0 auto;height:40px;left:auto!important;position:static!important;top:auto!important;width:40px}.drawer-nav{flex:1 1 auto;padding:8px 12px 16px!important}.drawer-list .drawer-item{border-radius:var(--radius-sm);gap:8px;justify-content:space-between;min-height:48px;padding:10px 14px;text-align:left;transition:background-color .25s ease}.drawer-list .drawer-item .MuiListItemText-primary{font-size:1rem;font-weight:600}@media(hover:hover)and (pointer:fine){.drawer-list .drawer-item:hover{background-color:#0000000a}}.drawer-list .drawer-item.active{background-color:#f0f0f0}.drawer-list .drawer-item.drawer-item--action{justify-content:center;padding:6px 14px}.drawer-list .drawer-item.drawer-item--action .custom-button{width:100%}.drawer-list .drawer-subitem{background-color:#0000;border-radius:var(--radius-sm);min-height:44px;padding:8px 14px 8px 28px}.drawer-list .drawer-subitem .MuiListItemText-primary{color:#333;font-size:.9375rem}@media(hover:hover)and (pointer:fine){.drawer-list .drawer-subitem:hover{background-color:#0000000a}}.custom-button{background-color:#ff0;border:1px solid #000;box-shadow:none;color:#000;font-size:clamp(.8125rem,.76rem + .28vw,.9375rem);height:auto!important;-webkit-hyphens:auto;hyphens:auto;line-height:1.3!important;max-width:100%;min-height:42px;overflow:hidden;overflow-wrap:break-word;position:relative;text-align:center;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out;white-space:normal;z-index:1}@media(max-width:480px){.custom-button{padding:10px 16px!important}}.custom-button.white-bg{background-color:#fff;color:#000}.custom-button.pink-bg{background-color:pink;color:#000}.custom-button:before{background-color:#0000;content:"";height:100%;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:right;transition:transform .4s ease-in-out,background-color .4s ease-in-out;width:100%;z-index:-1}@media(hover:hover)and (pointer:fine){.custom-button:hover{box-shadow:0 15px 25px #0003;color:#000;transform:scale(1.05)}.custom-button:hover:before{background-color:#eee;transform:scaleX(1);transform-origin:left}.custom-button:hover.white-bg{background-color:gray;color:#000}.custom-button:hover.pink-bg{background-color:#000;color:#000}}.custom-button:active{transform:scale(.98)}.custom-button .MuiCircularProgress-root,.custom-button span,.custom-button svg{position:relative;z-index:1}.seventh-section{background:linear-gradient(135deg,#1c0a00 25%,#ff7dff 180%);color:#fff;padding-block:var(--section-y)}.seventh-section .MuiContainer-root{max-width:980px}.seventh-section .section-title{text-wrap:balance;font-size:var(--fs-h2);font-weight:700;line-height:var(--lh-heading);margin-bottom:var(--gap-lg);text-align:center}.seventh-section .faq-item{background-color:#fff;border-radius:var(--radius);box-shadow:0 4px 6px #0000001a;color:#000;margin-bottom:var(--gap-sm);padding:clamp(.625rem,.45rem + .7vw,1rem) clamp(.875rem,.6rem + 1vw,1.375rem);transition:box-shadow .25s ease,transform .25s ease}@media(hover:hover)and (pointer:fine){.seventh-section .faq-item:hover{box-shadow:0 8px 18px #00000029}}.seventh-section .faq-item .faq-question{align-items:center;cursor:pointer;display:flex;gap:var(--gap-sm);justify-content:space-between;padding:0;text-align:left}.seventh-section .faq-item .faq-question .MuiTypography-root,.seventh-section .faq-item .faq-question h3{flex:1 1 auto;font-size:var(--fs-h6);font-weight:700;line-height:1.4;min-width:0}.seventh-section .faq-item .faq-question .MuiIconButton-root{color:#000;flex:0 0 auto;height:40px;width:40px}.seventh-section .faq-item .faq-answer{padding:10px 0 4px;text-align:left}.seventh-section .faq-item .faq-answer .MuiTypography-root,.seventh-section .faq-item .faq-answer p{font-size:var(--fs-small);line-height:var(--lh-body)}.seventh-section .faq-item .faq-answer .faq-bullets{margin-top:6px;padding:0}.seventh-section .faq-item .faq-answer .faq-bullets li{display:list-item;font-size:var(--fs-small);line-height:var(--lh-body);list-style-type:disc;margin-left:20px;padding:2px 0 2px 4px}.main-page{--overlap:clamp(40px,5vw,80px);text-align:center}.main-page .seventh-section{padding-bottom:calc(var(--section-y) + var(--overlap));position:relative;z-index:1}.main-page .overlap-wrapper{background:#fff;border-radius:var(--radius-lg);box-shadow:0 10px 30px #0000001f;margin-inline:auto;margin-bottom:calc(var(--overlap)*-1);margin-top:calc(var(--overlap)*-1);max-width:min(1100px,92%);padding:clamp(1.25rem,.6rem + 2.6vw,3.25rem);position:relative;top:0;width:100%;z-index:2}.main-page .advice-section{align-items:center;display:flex;flex-wrap:wrap;gap:var(--gap);justify-content:space-between;padding:0;text-align:left}@media(max-width:768px){.main-page .advice-section{align-items:stretch;flex-direction:column;text-align:center}}.main-page .advice-title{font-size:var(--fs-h4);font-weight:700;line-height:var(--lh-heading);margin-bottom:6px}.main-page .advice-description{font-size:var(--fs-body);margin-bottom:0}.main-page .advice-button{background:linear-gradient(135deg,#1c0a00 25%,#ff7dff 180%);color:#fff;min-width:150px;padding:10px 20px}@media(hover:hover)and (pointer:fine){.main-page .advice-button:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}@media(max-width:768px){.main-page .advice-button{width:100%}}.main-page .footer{background:#000;color:#fff;margin-top:0;padding:calc(var(--section-y) + var(--overlap)) var(--gutter) var(--gap-sm);position:relative;text-align:center;z-index:1}.main-page .footer .footer-divider{margin-bottom:var(--gap)!important}.main-page .footer>*{margin-inline:auto;max-width:var(--content-max)}.main-page .footer .footer-logo-container{align-items:center;display:flex;flex-wrap:wrap;gap:var(--gap);justify-content:space-between;margin-bottom:var(--gap-lg)}@media(max-width:768px){.main-page .footer .footer-logo-container{flex-direction:column;text-align:center}}.main-page .footer .footer-logo-container .footer-brand-block{align-items:center;display:flex;flex-direction:row;gap:clamp(14px,1.8vw,24px);max-width:620px}.main-page .footer .footer-logo-container .footer-brand-block .footer-brand-blurb{color:#ffffff8c;font-size:.85rem;line-height:1.6;max-width:320px;text-align:left}@media(max-width:768px){.main-page .footer .footer-logo-container .footer-brand-block{align-items:center;flex-direction:column}.main-page .footer .footer-logo-container .footer-brand-block .footer-brand-blurb{text-align:center}}.main-page .footer .footer-logo-container .footer-logo-fm{align-items:center;display:flex;flex:0 0 auto;height:auto;justify-content:flex-start;width:clamp(160px,17vw,230px)}.main-page .footer .footer-logo-container .footer-logo-fm a{display:block;width:100%}.main-page .footer .footer-logo-container .footer-logo-fm img{display:block;height:auto;object-fit:contain;width:100%}@media(max-width:768px){.main-page .footer .footer-logo-container .footer-logo-fm{justify-content:center}}.main-page .footer .footer-logo-container .footer-logo-social{align-items:center;display:flex;gap:clamp(10px,1.4vw,18px);justify-content:center}.main-page .footer .footer-logo-container .footer-logo-social a{align-items:center;border-radius:50%;display:inline-flex;height:44px;justify-content:center;transition:background-color .25s ease;width:44px}@media(hover:hover)and (pointer:fine){.main-page .footer .footer-logo-container .footer-logo-social a:hover{background-color:#ffffff1a}}.main-page .footer .footer-logo-container .footer-logo-social img{height:26px;object-fit:contain;transition:transform .3s ease;width:26px}.main-page .footer .footer-logo-container .footer-logo-social a:hover img{transform:scale(1.1)}.main-page .footer .footer-content{text-align:left}.main-page .footer .footer-content .footer-links{grid-gap:var(--gap-lg) var(--gap);align-items:start;display:grid;gap:var(--gap-lg) var(--gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,160px),1fr))}.main-page .footer .footer-content .footer-links>div{margin:0;min-width:0}.main-page .footer .footer-content .footer-links>div .MuiTypography-h6,.main-page .footer .footer-content .footer-links>div h6{font-size:var(--fs-h6);font-weight:700;line-height:1.35;margin-bottom:14px}.main-page .footer .footer-content .footer-links>div .MuiTypography-root:not(.MuiTypography-h6),.main-page .footer .footer-content .footer-links>div p{align-items:center;color:#c3c3c3;cursor:pointer;display:flex;font-size:var(--fs-small);line-height:1.4;margin-bottom:2px;max-width:100%;min-height:34px;transition:color .22s ease;width:fit-content}@media(hover:hover)and (pointer:fine){.main-page .footer .footer-content .footer-links>div .MuiTypography-root:not(.MuiTypography-h6):hover,.main-page .footer .footer-content .footer-links>div p:hover{color:#fff;text-decoration:underline}}.main-page .footer .footer-content .footer-links>div a{align-items:center;display:flex;max-width:100%;min-height:34px;text-decoration:none;width:fit-content}.main-page .footer .footer-content .footer-links>div a .MuiTypography-root{min-height:auto}@media(hover:none),(pointer:coarse){.main-page .footer .footer-content .footer-links>div .MuiTypography-root:not(.MuiTypography-h6),.main-page .footer .footer-content .footer-links>div a,.main-page .footer .footer-content .footer-links>div p{min-height:44px}}.main-page .footer .footer-copyright{color:#c3c3c3;font-size:var(--fs-xs);margin-top:12px;text-align:left}@media(max-width:768px){.main-page .footer .footer-copyright{text-align:center}}.main-page .footer .footer-bottom{color:#fff;font-size:var(--fs-small);padding:10px 0;text-align:center}.first-section-landing-page{background:linear-gradient(90deg,#1c0a00 48%,#ff7dff 160%);color:#fff;overflow:hidden;padding-block:var(--section-y)}.first-section-landing-page .content-wrapper{margin:0 auto;max-width:820px;text-align:left}.first-section-landing-page .content-wrapper,.first-section-landing-page .content-wrapper>div{align-items:flex-start;display:flex;flex-direction:column;gap:clamp(.75rem,.5rem + 1vw,1.25rem)}.first-section-landing-page .content-wrapper>div{width:100%}.first-section-landing-page .title{text-wrap:balance;font-size:var(--fs-h1);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-tight);margin:0;overflow-wrap:break-word;padding:0}.first-section-landing-page .title .highlight{font-size:var(--fs-display);line-height:var(--lh-tight)}.first-section-landing-page .subtitle{font-size:var(--fs-h4);line-height:1.45;margin:0;max-width:42ch;padding:0}.first-section-landing-page .description{font-size:var(--fs-body);line-height:var(--lh-body);margin:0;opacity:.92;padding:0}.first-section-landing-page .try-once-button{color:#000;font-weight:700;padding:0;text-align:left}@media(hover:hover)and (pointer:fine){.first-section-landing-page .try-once-button .try-once-button-landing:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}.first-section-landing-page .platform-logos{align-items:center;justify-content:flex-start;margin:clamp(.5rem,1vw,1rem) 0 0;width:100%}.first-section-landing-page .platform-logos .platform-icon{aspect-ratio:1;height:auto;object-fit:contain;transition:transform .3s ease;width:clamp(52px,13vw,130px)}@media(hover:hover)and (pointer:fine){.first-section-landing-page .platform-logos .platform-icon:hover{transform:scale(1.1)}}.first-section-landing-page .see-platforms-button{display:flex;justify-content:flex-start;margin-top:clamp(.5rem,1.2vw,1rem)}@media(hover:hover)and (pointer:fine){.first-section-landing-page .see-platforms-button .see-platforms-button-landing:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}@media(max-width:480px){.first-section-landing-page .see-platforms-button,.first-section-landing-page .see-platforms-button .custom-button,.first-section-landing-page .try-once-button,.first-section-landing-page .try-once-button .custom-button{width:100%}}.second-section{background:linear-gradient(90deg,#ff7dff -17%,#ffe7ff 20%);overflow:hidden;padding-block:var(--section-y);position:relative}.second-section .second-section-heading{margin-bottom:var(--gap-lg);padding:0;text-align:center}.second-section .second-section-heading .second-section-heading-svg{align-items:center;display:flex;flex-wrap:wrap;gap:clamp(8px,1vw,14px);justify-content:center}.second-section .second-section-heading .music-sign{flex:0 0 auto;height:auto;margin:0;width:clamp(32px,5vw,50px)}.second-section .second-section-heading .section-title{text-wrap:balance;font-size:var(--fs-h3);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-heading);overflow-wrap:break-word}.second-section .second-section-heading .section-title .highlight{font-size:var(--fs-h2)}.second-section .second-section-heading .section-description{font-size:var(--fs-h5);font-weight:700;margin:clamp(.5rem,1.4vw,1rem) 0 0;padding:0;text-align:center}.second-section .scrolling-wrapper{position:relative;width:100%}.second-section .scrolling-wrapper.paused .cube-container{animation-play-state:paused}.second-section .scrolling-wrapper .cube-container{align-items:center;animation:slide 55s linear infinite alternate;display:flex;gap:clamp(10px,1.2vw,20px);padding-inline:var(--gutter);width:max-content}.second-section .scrolling-wrapper .cube{animation:wave 2s ease-in-out infinite;border-radius:var(--radius);color:#fff;flex:0 0 auto;position:relative;width:clamp(260px,70vw,400px)}.second-section .scrolling-wrapper .cube:nth-child(odd){animation-delay:1s}.second-section .scrolling-wrapper .cube:nth-child(2n){animation-delay:10s}.second-section .scrolling-wrapper .cube .iframe-container{aspect-ratio:400/250;border-radius:var(--radius);overflow:hidden;padding-top:0;position:relative;width:100%}.second-section .scrolling-wrapper .cube .iframe-container iframe{border:0;border-radius:var(--radius);height:100%;inset:0;position:absolute;width:100%}@media(max-width:768px){.second-section .scrolling-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none}.second-section .scrolling-wrapper::-webkit-scrollbar{display:none}.second-section .scrolling-wrapper .cube-container{animation:none}.second-section .scrolling-wrapper .cube{animation:none;scroll-snap-align:center}}@keyframes wave{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(min(0px,100vw - 100%))}}.third-section{background:linear-gradient(73deg,#ff7dff -93%,#1c0a00 59%);color:#fff;overflow:hidden;padding-block:var(--section-y);position:relative}.third-section .content{margin-left:0;max-width:620px;position:relative;text-align:left;z-index:2}.third-section .content .third-section-heading{align-items:center;display:flex;gap:clamp(12px,1.5vw,20px);margin-bottom:var(--gap-lg)}.third-section .content .icon-sign{color:#fff;flex:0 0 auto;height:auto;margin:0;width:clamp(32px,5vw,50px)}.third-section .content .section-title{text-wrap:balance;font-size:var(--fs-h2);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-heading);margin:0;overflow-wrap:break-word}.third-section .content .features{display:flex;flex-direction:column;gap:var(--gap)}.third-section .content .features .feature-item{align-items:flex-start;display:flex;gap:clamp(12px,1.5vw,20px)}.third-section .content .features .feature-item .feature-icon{flex:0 0 auto;height:auto;margin:2px 0 0;width:clamp(28px,4vw,40px)}.third-section .content .features .feature-item .feature-text{display:flex;flex-direction:column;min-width:0}.third-section .content .features .feature-item .feature-text .MuiTypography-h6,.third-section .content .features .feature-item .feature-text h6{font-size:var(--fs-h6);font-weight:700;line-height:1.35;margin:0}.third-section .content .features .feature-item .feature-text .MuiTypography-body2,.third-section .content .features .feature-item .feature-text p{font-size:var(--fs-small);line-height:1.5;margin:4px 0 0;opacity:.9}.third-section .image-container{bottom:-6%;display:flex;justify-content:flex-end;pointer-events:none;position:absolute;right:-8%;width:min(54%,760px);z-index:1}.third-section .image-container .side-image{height:auto;max-width:100%;width:100%}@media(max-width:1000px){.third-section .image-container{bottom:auto;justify-content:center;margin-top:var(--gap-lg);position:static;right:auto;width:100%}.third-section .image-container .side-image{width:min(100%,560px)}}.fourth-section{background:linear-gradient(90deg,#ffe7ff,#fff);color:#000;overflow:hidden;padding:var(--section-y) var(--gutter);position:relative}.fourth-section .image-container{bottom:-6%;display:flex;justify-content:flex-start;left:-6%;pointer-events:none;position:absolute;width:min(48%,700px);z-index:1}.fourth-section .image-container .laptop-image{height:auto;max-width:100%;width:100%}.fourth-section .content{margin-left:auto;max-width:720px;position:relative;text-align:left;z-index:2}.fourth-section .content .heading{align-items:center;display:flex;gap:clamp(12px,1.5vw,20px);margin-bottom:var(--gap)}.fourth-section .content .heading .icon{flex:0 0 auto;height:auto;margin:0;width:clamp(30px,4vw,40px)}.fourth-section .content .heading .section-title{text-wrap:balance;font-size:var(--fs-h2);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-heading);margin:0;overflow-wrap:break-word}.fourth-section .content .subtitle{font-size:var(--fs-h5);line-height:1.45;margin:0 0 var(--gap-sm)}.fourth-section .content .description{font-size:var(--fs-body);line-height:var(--lh-body);margin:0 0 var(--gap-lg)}.fourth-section .content .cta-button{background:linear-gradient(90deg,#1c0a00 48%,#ff7dff 160%);color:#fff}@media(hover:hover)and (pointer:fine){.fourth-section .content .cta-button:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}@media(max-width:1000px){.fourth-section{align-items:center;display:flex;flex-direction:column;gap:var(--gap-lg)}.fourth-section .image-container{bottom:auto;justify-content:center;left:auto;position:static;width:100%}.fourth-section .image-container .laptop-image{width:min(100%,520px)}.fourth-section .content{margin-left:0;max-width:100%;text-align:center}.fourth-section .content .heading{justify-content:center}}@media(max-width:480px){.fourth-section .content .cta-button{width:100%}}.fifth-section{align-items:center;background:linear-gradient(90deg,#1c0a00 48%,#ff7dff 160%);color:#fff;display:flex;justify-content:center;overflow:hidden;padding-block:var(--section-y);position:relative}.fifth-section .content-container{align-items:center;display:flex;flex-direction:column;max-width:var(--content-max);padding-inline:var(--gutter);width:100%;z-index:2}.fifth-section .fifth-header{align-items:center;display:flex;flex-wrap:wrap;gap:clamp(10px,2.5vw,40px);justify-content:center;margin-bottom:var(--gap-lg)}.fifth-section .fifth-header .icon{flex:0 0 auto;height:auto;margin:0;width:clamp(30px,5vw,70px)}.fifth-section .fifth-header .support-icon{flex:0 0 auto;height:auto;margin:0;width:clamp(28px,3.5vw,40px)}.fifth-section .fifth-header .section-title{text-wrap:balance;font-size:var(--fs-h2);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-heading);margin:0;max-width:850px;overflow-wrap:break-word}.fifth-section .content{align-items:flex-start;display:flex;gap:var(--gap-lg);justify-content:space-between;margin-top:var(--gap);width:100%}.fifth-section .content .logos-container{align-items:center;display:flex;flex:1 1 300px;justify-content:center;margin-top:var(--gap);min-width:0}.fifth-section .content .text-content{flex:2 1 380px;min-width:0;padding-left:0;text-align:left}.fifth-section .content .text-content .subsection-title{align-items:center;display:flex;font-size:var(--fs-h5);font-weight:700;gap:10px;line-height:1.35;margin-bottom:var(--gap)}.fifth-section .content .text-content .subsection-title img{flex:0 0 auto;margin:0}.fifth-section .content .text-content .enhance-video-content{list-style:none;margin:0 0 var(--gap-lg);padding:0}.fifth-section .content .text-content .enhance-video-content li{margin-bottom:var(--gap)}.fifth-section .content .text-content .enhance-video-content li:last-child{margin-bottom:0}.fifth-section .content .text-content .enhance-video-content li .bullet{align-items:baseline;display:flex;font-size:1.5rem;gap:8px;justify-content:flex-end;line-height:1.2;margin:0 0 6px}.fifth-section .content .text-content .enhance-video-content li .bullet .MuiTypography-h6,.fifth-section .content .text-content .enhance-video-content li .bullet h6{font-size:var(--fs-h6);font-weight:700;line-height:1.35;margin:0}.fifth-section .content .text-content .enhance-video-content li .text{display:flex;justify-content:flex-end}.fifth-section .content .text-content .enhance-video-content li .text .MuiTypography-root,.fifth-section .content .text-content .enhance-video-content li .text p{font-size:var(--fs-small);line-height:var(--lh-body);margin:0;max-width:517px;text-align:right}.fifth-section .content .text-content .additional-content{margin-bottom:var(--gap)}.fifth-section .circle{--circle-size:clamp(190px,34vw,320px);--ring:calc(var(--circle-size)*0.34);border-radius:50%;box-shadow:0 0 20px #0003;flex:0 0 auto;height:var(--circle-size);position:relative;width:var(--circle-size)}.fifth-section .circle .logo-icon{animation:fifth-float 6s ease-in-out infinite;animation-delay:0s;animation-delay:var(--delay,0s);background-color:#fff;border-radius:50%;height:clamp(36px,7.5vw,62px);left:50%;margin:0;object-fit:contain;padding:4px;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(0deg) translateY(calc(var(--ring)*-1)) rotate(0deg);transform:translate(-50%,-50%) rotate(var(--angle,0deg)) translateY(calc(var(--ring)*-1)) rotate(calc(var(--angle, 0deg)*-1));width:clamp(36px,7.5vw,62px)}.fifth-section .circle .logo-icon:first-child{--angle:0deg;--delay:0s}.fifth-section .circle .logo-icon:nth-child(2){--angle:45deg;--delay:0.4s}.fifth-section .circle .logo-icon:nth-child(3){--angle:90deg;--delay:0.8s}.fifth-section .circle .logo-icon:nth-child(4){--angle:135deg;--delay:1.2s}.fifth-section .circle .logo-icon:nth-child(5){--angle:180deg;--delay:1.6s}.fifth-section .circle .logo-icon:nth-child(6){--angle:225deg;--delay:2s}.fifth-section .circle .logo-icon:nth-child(8){--angle:270deg;--delay:2.4s}.fifth-section .circle .logo-icon:nth-child(9){--angle:315deg;--delay:2.8s}.fifth-section .circle .logo-icon:nth-child(7){--ring:0px;animation-delay:1s;height:clamp(42px,8.5vw,72px);width:clamp(42px,8.5vw,72px)}.fifth-section .circle .logo-icon:first-child{background-color:blue}.fifth-section .fifth-section-second-box{align-items:center;display:flex;flex-direction:column;margin-top:var(--gap-lg);max-width:800px;text-align:center}.fifth-section .fifth-section-second-box .subsection-title{align-items:center;display:flex;font-size:var(--fs-h5);font-weight:700;gap:10px;justify-content:center;line-height:1.35;margin:0 0 var(--gap-sm)}.fifth-section .fifth-section-second-box .additional-content{font-size:var(--fs-body);line-height:var(--lh-body);margin:0;max-width:600px;text-align:center}.fifth-section .fifth-section-second-box .fifth-section-second-btn{display:flex;justify-content:center;margin-top:var(--gap);width:100%}.fifth-section .fifth-section-second-box .fifth-section-second-btn .cta-button{background:linear-gradient(90deg,#ffabff,#ffabff 0,#fff 50%,#ffabff 132%,#ffabff 0);color:#000}@media(hover:hover)and (pointer:fine){.fifth-section .fifth-section-second-box .fifth-section-second-btn .cta-button:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}@media(max-width:1000px){.fifth-section .content{align-items:center;flex-direction:column;margin-top:0}.fifth-section .content .logos-container{flex:0 0 auto;margin-bottom:var(--gap)}.fifth-section .content .text-content{flex:1 1 auto;width:100%}.fifth-section .content .text-content .subsection-title{justify-content:center;text-align:center}.fifth-section .content .text-content .enhance-video-content li .bullet,.fifth-section .content .text-content .enhance-video-content li .text{justify-content:flex-start}.fifth-section .content .text-content .enhance-video-content li .text .MuiTypography-root,.fifth-section .content .text-content .enhance-video-content li .text p{text-align:left}}@media(max-width:480px){.fifth-section .fifth-section-second-box .fifth-section-second-btn .custom-button{width:100%}}@keyframes fifth-float{0%,to{transform:translate(-50%,-50%) rotate(0deg) translateY(calc(var(--ring)*-1)) rotate(0deg) scale(1);transform:translate(-50%,-50%) rotate(var(--angle,0deg)) translateY(calc(var(--ring)*-1)) rotate(calc(var(--angle, 0deg)*-1)) scale(1)}50%{transform:translate(-50%,-50%) rotate(0deg) translateY(calc(var(--ring)*-1 - 6px)) rotate(0deg) scale(1.04);transform:translate(-50%,-50%) rotate(var(--angle,0deg)) translateY(calc(var(--ring)*-1 - 6px)) rotate(calc(var(--angle, 0deg)*-1)) scale(1.04)}}.sixth-page{background:linear-gradient(45deg,#ff7dff -120%,#fff);overflow-x:clip;padding-block:var(--section-y-sm) var(--section-y);position:relative;text-align:center}.sixth-page .pricing-icon-container{align-items:center;display:flex;justify-content:center;position:relative;top:0}.sixth-page .pricing-icon-container .pricing-icon{height:auto;width:clamp(170px,22vw,240px)}.sixth-page .pricing-icon-container .pricing-title{color:#000;font-size:var(--fs-h3);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.sixth-page .cards-container{grid-gap:var(--gap);align-items:stretch;display:grid;gap:var(--gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));justify-content:center;margin-inline:auto;margin-top:calc(clamp(24px,3vw,56px)*-1);max-width:1320px;padding-inline:var(--gutter)}.sixth-page .cards-container .card{align-items:center;display:flex;flex-direction:column;gap:var(--gap-sm);height:auto;justify-content:flex-start}@media(min-width:601px){.sixth-page .cards-container .card{min-height:clamp(300px,34vw,400px)}}.sixth-page .cards-container .card{border-radius:var(--radius-xl);box-shadow:0 4px 8px #0000001a;color:#fff;cursor:pointer;margin:0;padding:clamp(1.25rem,.9rem + 1.4vw,2rem);text-align:center;transition:transform .3s ease-in-out,box-shadow .6s ease-in-out}@media(hover:hover)and (pointer:fine){.sixth-page .cards-container .card:hover{box-shadow:0 8px 16px #0003;transform:translateY(-10px)}}.sixth-page .cards-container .card.solo{background:linear-gradient(135deg,#6b4baa,#aa4b6b)}.sixth-page .cards-container .card.starter{background:linear-gradient(135deg,#4b5aaa,#7d4baa 120%)}.sixth-page .cards-container .card.career{background:linear-gradient(135deg,#1c0a00 25%,#ff7dff 180%)}@media(min-width:769px){.sixth-page .cards-container .card.career{min-height:clamp(330px,37vw,430px)}}.sixth-page .cards-container .card.label{background:linear-gradient(45deg,#966f89,#61544e 142%)}.sixth-page .cards-container .card .plan-title{text-wrap:balance;font-family:ClimateCrisis-Variable;font-size:var(--fs-h4);font-weight:700;-webkit-hyphens:auto;hyphens:auto;letter-spacing:1px;line-height:1.25;margin:0;overflow-wrap:break-word;padding:0;text-align:center}.sixth-page .cards-container .card .plan-price{font-size:var(--fs-small);font-weight:700;line-height:1.35;margin:0;opacity:.9}.sixth-page .cards-container .card .plan-price .plan-price-detail{display:block;font-size:var(--fs-xs);font-weight:400;margin-top:4px;opacity:.85}.sixth-page .cards-container .card .plan-description{font-size:var(--fs-small);line-height:var(--lh-body);margin:0 0 auto}.sixth-page .cards-container .card .plan-button-wrap{margin-top:var(--gap-sm);width:100%}.sixth-page .cards-container .card .plan-button{font-size:clamp(.72rem,.6rem + .32vw,.9rem);line-height:1.25;margin-top:var(--gap-sm);min-width:0;padding-inline:10px;white-space:normal;width:100%}@media(hover:hover)and (pointer:fine){.sixth-page .cards-container .card .plan-button:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}.sixth-page .full-plans-container{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:4px;margin-top:var(--gap-lg);position:relative}.sixth-page .full-plans-container .full-plans-link{color:#000;cursor:pointer;font-size:var(--fs-h6);margin:0;position:relative;text-decoration:none;transition:color .25s ease}@media(hover:hover)and (pointer:fine){.sixth-page .full-plans-container .full-plans-link:hover{color:#ff7dff}}.sixth-page .full-plans-container .see-full-icon{bottom:auto;height:auto;position:static;width:clamp(110px,12vw,150px)}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.first-section-pricing{align-items:center;background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 120%);display:flex;justify-content:center;overflow:hidden;position:relative;text-align:center}.first-section-pricing .content-wrapper{animation:slideInLeft 1s ease-in-out;color:#fff;margin:0 auto;max-width:800px;padding:calc(var(--section-y) + 1rem) var(--gutter);position:relative;z-index:2}.first-section-pricing .content-wrapper .pricing-title{font-size:var(--fs-h1);font-weight:700;line-height:var(--lh-tight);margin:0 0 var(--gap-sm)}.first-section-pricing .content-wrapper .pricing-description{font-size:var(--fs-body);line-height:var(--lh-body);margin:0 auto var(--gap);max-width:60ch}.first-section-pricing .content-wrapper .pricing-button{background-color:#fff;color:#000;font-weight:700;transition:transform .3s ease,background .3s ease}@media(hover:hover)and (pointer:fine){.first-section-pricing .content-wrapper .pricing-button:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000;transform:scale(1.05)}}.first-section-pricing .background-svg{animation:slideInRight 1s ease-in-out;height:auto;pointer-events:none;position:absolute;width:clamp(120px,20vw,300px);z-index:1}.first-section-pricing .background-svg.top-left{left:0;top:-3%}.first-section-pricing .background-svg.bottom-right{bottom:-6%;opacity:.15;right:0}@media(max-width:600px){.first-section-pricing .background-svg{opacity:.35}.first-section-pricing .background-svg.bottom-right{opacity:.12}}@keyframes fadeZoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.pricing-section{animation:fadeZoomIn .8s ease forwards;animation-delay:.3s;background-color:#fff;margin:auto;max-width:var(--content-wide);opacity:0;padding:var(--section-y-sm) var(--gutter);transform:scale(.9)}.pricing-section .section-divider{margin:var(--gap-lg) 0}.pricing-section .pricing-table-wrap{max-width:100%;width:100%}@media(max-width:1000px){.pricing-section .pricing-table-wrap{display:none}}.pricing-section .pricing-table{border-collapse:collapse;font-family:Arial,sans-serif;margin-bottom:var(--gap-lg);min-width:880px;table-layout:fixed;text-align:left;width:100%}.pricing-section .pricing-table .selected{background:linear-gradient(188deg,#1c0a00 -145%,#ffabff 88%);color:#fff;font-weight:700}.pricing-section .pricing-table thead th{font-family:ClimateCrisis-Variable;font-size:clamp(.95rem,.55rem + 1.1vw,1.5rem);font-weight:700;line-height:1.2;padding:12px 10px;vertical-align:bottom;white-space:pre-line}.pricing-section .pricing-table thead th:first-child{width:28%}.pricing-section .pricing-table thead th:not(:first-child){text-align:center;width:18%}.pricing-section .pricing-table thead .plan-price-row th{font-family:Montserrat-VariableFont_wght;font-size:clamp(.75rem,.6rem + .45vw,1rem);font-weight:600;line-height:1.35;padding-bottom:16px;padding-top:0;vertical-align:top}.pricing-section .pricing-table thead .plan-price-row th .price-detail{font-size:var(--fs-xs);font-weight:400;margin-top:4px;opacity:.75}.pricing-section .pricing-table tbody tr{border-radius:var(--radius-lg);overflow:hidden}.pricing-section .pricing-table tbody tr.highlighted-row{background:linear-gradient(90deg,#e1e1e1 -14%,#f2b2f2 100%,#e0bbf4 0)}.pricing-section .pricing-table tbody tr.section-title td{font-family:ClimateCrisis-Variable;font-size:var(--fs-h6)}.pricing-section .pricing-table tbody tr td{font-family:Montserrat-VariableFont_wght;font-size:clamp(.875rem,.72rem + .5vw,1.25rem);line-height:1.4;padding:clamp(.75rem,.5rem + .8vw,1.25rem) 10px;position:relative;vertical-align:middle}.pricing-section .pricing-table tbody tr td:first-child{border-bottom-left-radius:15px;border-top-left-radius:15px}.pricing-section .pricing-table tbody tr td:not(:first-child){text-align:center}.pricing-section .pricing-table tbody tr td:last-child{border-bottom-right-radius:15px;border-top-right-radius:15px}.pricing-section .pricing-table tbody tr td img{display:block;height:auto;margin:0 auto;width:clamp(20px,2vw,30px)}.pricing-section .pricing-table tbody tr td .subtext{color:#7d7d7d;display:block;font-size:var(--fs-xs);margin-top:4px}.pricing-section .pricing-table tbody tr td .not-included{color:#b6b6b6;-webkit-user-select:none;user-select:none}.pricing-section .pricing-cards-mobile{display:none}@media(max-width:1000px){.pricing-section .pricing-cards-mobile{-webkit-overflow-scrolling:touch;display:flex;gap:var(--gap-sm);overflow-x:auto;padding:4px 0 var(--gap-sm);scroll-padding-inline:0;scroll-snap-type:x mandatory;scrollbar-width:none}.pricing-section .pricing-cards-mobile::-webkit-scrollbar{display:none}}.pricing-section .pricing-cards-mobile .plan-card{background:#f5f5f5;border-radius:var(--radius);box-shadow:0 2px 10px #0000000f;color:#000;display:flex;flex:0 0 min(92%,380px);flex-direction:column;padding:clamp(.875rem,.6rem + 1.2vw,1.25rem);scroll-snap-align:center}.pricing-section .pricing-cards-mobile .plan-card.selected-card{background:linear-gradient(188deg,#1c0a00 -145%,#ffabff 88%);color:#fff;font-weight:700}.pricing-section .pricing-cards-mobile .plan-card h2{font-family:ClimateCrisis-Variable;font-size:var(--fs-h5);line-height:1.25;margin:0 0 4px}.pricing-section .pricing-cards-mobile .plan-card .plan-card-price{color:inherit;font-size:var(--fs-small);font-weight:600;line-height:1.35;margin:0 0 var(--gap-sm);opacity:.85}.pricing-section .pricing-cards-mobile .plan-card .plan-card-price .price-detail{display:block;font-size:var(--fs-xs);font-weight:400;margin-top:4px;opacity:.85}.pricing-section .pricing-cards-mobile .plan-card .card-section{margin-bottom:var(--gap-sm)}.pricing-section .pricing-cards-mobile .plan-card .card-section h3{font-size:var(--fs-body);font-weight:700;margin:0 0 6px}.pricing-section .pricing-cards-mobile .plan-card .card-section .card-feature{align-items:center;border-bottom:1px solid #ddd;display:flex;font-size:var(--fs-small);gap:10px;justify-content:space-between;padding:7px 0}.pricing-section .pricing-cards-mobile .plan-card .card-section .card-feature p{color:inherit;flex:1 1 auto;font-size:var(--fs-small);line-height:1.4;margin:0;min-width:0}.pricing-section .pricing-cards-mobile .plan-card .card-section .card-feature p .subtext{display:block;font-size:var(--fs-xs);line-height:1.3;margin-top:2px;opacity:.7}.pricing-section .pricing-cards-mobile .plan-card .card-section .card-feature>:not(p){flex:0 0 auto;text-align:right}.pricing-section .pricing-cards-mobile .plan-card .card-section .card-feature .not-included{opacity:.45;-webkit-user-select:none;user-select:none}.pricing-section .pricing-cards-mobile .plan-card .card-section .card-feature img{height:auto;width:20px}.pricing-section .pricing-cards-mobile .plan-card .pricing-buttons{margin-top:auto}.pricing-section .pricing-buttons{grid-gap:var(--gap-sm);display:grid;gap:var(--gap-sm);justify-content:center;margin-top:var(--gap)}@media(hover:hover)and (pointer:fine){.pricing-section .pricing-buttons .pricing-buttons-second:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}.pricing-section .pricing-buttons button{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 120%);color:#fff;max-width:100%;transition:background .3s ease;width:100%}.pricing-section .pricing-buttons-table{grid-gap:0;display:grid;gap:0;grid-template-columns:28% repeat(4,1fr);margin-top:var(--gap)}@media(max-width:1000px){.pricing-section .pricing-buttons-table{display:none}}@media(hover:hover)and (pointer:fine){.pricing-section .pricing-buttons-table .pricing-buttons-second:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}.pricing-section .pricing-buttons-table button{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 120%);color:#fff;font-size:clamp(.7rem,.55rem + .4vw,.9rem);justify-self:center;line-height:1.25;max-width:100%;min-width:0;padding-inline:8px;transition:background .3s ease;white-space:normal;width:calc(100% - var(--gap-sm))}.pricing-section .pricing-buttons-table button:first-child{grid-column:2}.featured-playlists{background:linear-gradient(90deg,#1c0a00 48%,#ff7dff 160%);color:#fff;overflow:hidden;padding:var(--section-y) 0;position:relative;text-align:center}.featured-playlists .bottom-right-decoration,.featured-playlists .top-left-decoration{animation:zoomOut 1.5s ease-out;animation-fill-mode:forwards;height:auto;opacity:0;pointer-events:none;position:absolute}.featured-playlists .top-left-decoration{left:clamp(-115px,-8vw,-30px);top:clamp(-64px,-4vw,-30px);width:clamp(150px,26vw,409px)}.featured-playlists .bottom-right-decoration{bottom:clamp(-70px,-5vw,-30px);right:clamp(-98px,-7vw,-30px);width:clamp(150px,21vw,326px)}.featured-playlists .content{animation:slideUp 1s ease-out;margin:0 auto;max-width:1000px;min-width:0;padding:var(--gap-sm) var(--gutter);position:relative;width:100%;z-index:2}.featured-playlists .content .title-wrapper{align-items:center;display:flex;gap:clamp(4px,1vw,10px);justify-content:center}.featured-playlists .content .title-wrapper .side-decoration{animation:slideUp 1s ease-out;flex:0 0 auto;height:auto;margin:0;width:clamp(20px,3.5vw,50px)}.featured-playlists .content .title-wrapper .title{font-size:clamp(2rem,1rem + 6vw,5.5rem);line-height:var(--lh-tight);margin-bottom:10px}.featured-playlists .content .sub-title,.featured-playlists .content .title-wrapper .title{text-wrap:balance;animation:slideUp 1s ease-out;font-weight:700;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.featured-playlists .content .sub-title{font-size:var(--fs-h1);line-height:var(--lh-heading);margin-bottom:var(--gap-sm)}.featured-playlists .content .description{animation:slideUp 1s ease-out;font-size:var(--fs-body);line-height:var(--lh-body);margin:auto;max-width:650px;padding:var(--gap-sm) 0;text-align:center}.featured-playlists .content .cta-button{animation:slideUp 1s ease-out;margin-top:var(--gap-sm)}@media(hover:hover)and (pointer:fine){.featured-playlists .content .cta-button:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}.feature-second-page{animation:fadeInZoom 1s ease-in-out;background:linear-gradient(90deg,#ff7dff -17%,#ffe7ff 20%);padding:var(--section-y) var(--gutter);text-align:center}.feature-second-page .feature-second-page-header{align-items:center;animation:slideInUp 1s ease-in-out;display:flex;gap:clamp(10px,1.5vw,15px);justify-content:center;margin:0 auto var(--gap-lg);max-width:1000px}@media(max-width:768px){.feature-second-page .feature-second-page-header{flex-direction:column;text-align:center}}.feature-second-page .feature-second-page-header .icon{animation:fadeInZoom 1.2s ease-in-out;flex:0 0 auto;height:auto;margin:0;width:clamp(30px,4vw,40px)}.feature-second-page .feature-second-page-header .title{text-wrap:balance;font-size:var(--fs-h2);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-heading);margin-bottom:6px;overflow-wrap:break-word;text-align:left}@media(max-width:768px){.feature-second-page .feature-second-page-header .title{text-align:center}}.feature-second-page .feature-second-page-header .subtitle{color:#777;font-size:var(--fs-h5);text-align:left}@media(max-width:768px){.feature-second-page .feature-second-page-header .subtitle{text-align:center}}.feature-second-page .playlists{grid-gap:var(--gap);display:grid;gap:var(--gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));margin:var(--gap-lg) auto;max-width:1000px}.feature-second-page .playlists .playlist-box{animation:fadeInZoom 1.4s ease-in-out;background-color:indigo;border-radius:15px;color:#fff;display:flex;flex-direction:column;gap:10px;height:auto;padding:clamp(.875rem,.6rem + 1vw,1.25rem);transition:transform .3s ease,box-shadow .3s ease}@media(hover:hover)and (pointer:fine){.feature-second-page .playlists .playlist-box:hover{box-shadow:0 10px 20px #0003;cursor:pointer;transform:translateY(-10px)}}.feature-second-page .playlists .playlist-box .playlist-cover-box{width:100%}.feature-second-page .playlists .playlist-box iframe{border:0;border-radius:12px;display:block;height:200px;margin-top:0!important;width:100%}.feature-second-page .playlists .playlist-box .playlist-name,.feature-second-page .playlists .playlist-box h6{font-size:var(--fs-body);line-height:1.35;margin:0;text-align:center}.feature-second-page .submit-button{animation:slideInUp 1.6s ease-in-out;background:linear-gradient(90deg,#1c0a00 48%,#ff7dff 160%);color:#fff}@media(hover:hover)and (pointer:fine){.feature-second-page .submit-button:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.third-section-featured{align-items:center;background-color:#fff;display:flex;gap:var(--gap-lg);justify-content:space-between;padding:var(--section-y) var(--gutter)}.third-section-featured .text-content{animation:fadeInUp 1s ease-in-out;flex:1 1 380px;max-width:50%;min-width:0}.third-section-featured .text-content .title{font-size:var(--fs-h2);margin-bottom:6px}.third-section-featured .text-content .highlight,.third-section-featured .text-content .title{text-wrap:balance;font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-heading);overflow-wrap:break-word}.third-section-featured .text-content .highlight{color:#000;font-size:var(--fs-h1);margin-bottom:var(--gap-sm)}.third-section-featured .text-content .description{color:#555;font-size:var(--fs-body);line-height:var(--lh-body);margin-bottom:var(--gap-sm)}.third-section-featured .text-content .cta-button{background:linear-gradient(90deg,#1c0a00 48%,#ff7dff 160%);color:#fff;font-size:var(--fs-body);font-weight:700;margin-top:var(--gap-sm)}@media(hover:hover)and (pointer:fine){.third-section-featured .text-content .cta-button:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}.third-section-featured .images{animation:fadeInUp 1s ease-in-out;aspect-ratio:3/2.35;flex:1 1 340px;max-width:50%;min-width:0;position:relative}.third-section-featured .images .phone-image{height:auto;position:absolute;right:auto;transition:transform .35s ease;width:32%}.third-section-featured .images .phone-image:first-child{left:0;top:14%;transform:rotate(-4deg)}.third-section-featured .images .phone-image:nth-child(2){left:34%;top:0;transform:rotate(0deg);z-index:2}.third-section-featured .images .phone-image:nth-child(3){left:68%;top:18%;transform:rotate(4deg)}@media(hover:hover)and (pointer:fine){.third-section-featured .images:hover .phone-image:nth-child(2){transform:translateY(-8px)}}@media(max-width:768px){.third-section-featured{flex-direction:column}.third-section-featured .text-content{flex:1 1 auto;max-width:100%;text-align:center}.third-section-featured .images{flex:1 1 auto;margin-top:var(--gap);max-width:min(100%,460px);width:100%}}.music-streaming-section{align-items:center;background:linear-gradient(90deg,#fff,#ffb8ff);display:flex;justify-content:center;padding:var(--section-y) var(--gutter);text-align:center}.music-streaming-section .content-container{max-width:800px}.music-streaming-section .section-title{text-wrap:balance;color:#000;font-size:var(--fs-h2);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-heading);margin-bottom:var(--gap-sm);overflow-wrap:break-word}.music-streaming-section .section-description{color:#313131;font-size:var(--fs-body);font-weight:700;line-height:var(--lh-body);margin-bottom:var(--gap)}.music-streaming-section .join-button{background:linear-gradient(137deg,#1c0a00 40%,#a34e98);border-radius:20px;color:#fff;font-size:var(--fs-body);padding:10px 20px}@media(hover:hover)and (pointer:fine){.music-streaming-section .join-button:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}.music-streaming-second-section{background:linear-gradient(90deg,#a34e98 -33%,#1c0a00 137%);border-bottom:20px solid #fff;padding:var(--section-y-sm) 0}.music-streaming-second-section .platform-item{align-items:center;margin:auto;max-width:900px;padding:var(--gap) 0}.music-streaming-second-section .platform-item .logo-container{align-items:center;display:flex;justify-content:center;max-width:250px}.music-streaming-second-section .platform-item .logo-container .platform-logo{height:auto;max-width:90%;object-fit:contain;width:clamp(90px,14vw,160px)}@media(max-width:768px){.music-streaming-second-section .platform-item .logo-container{margin-inline:auto;max-width:100%}}.music-streaming-second-section .platform-item .item-container{max-width:600px;min-width:0}.music-streaming-second-section .platform-item .item-container .platform-title{text-wrap:balance;color:#fff;font-size:var(--fs-h3);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-heading);overflow-wrap:break-word}.music-streaming-second-section .platform-item .item-container .platform-description,.music-streaming-second-section .platform-item .item-container .platform-features,.music-streaming-second-section .platform-item .item-container .platform-strength{color:#ddd;font-size:var(--fs-small);line-height:var(--lh-body);margin-bottom:10px}@media(max-width:768px){.music-streaming-second-section .platform-item .item-container{text-align:center}}.music-streaming-second-section .platform-item .learn-more-button{margin-top:10px}@media(hover:hover)and (pointer:fine){.music-streaming-second-section .platform-item .learn-more-button:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}.music-streaming-second-section .platform-divider{background:linear-gradient(90deg,#c242bb 30%,#fff 40%,#c242bb 90%);height:2px;margin:var(--gap-sm) auto;max-width:800px}.about-second-section{align-items:center;color:#000;display:flex;flex-direction:column;padding:var(--section-y) var(--gutter)}.about-second-section .content-section{display:flex;margin:0 auto;max-width:var(--content-max);min-height:550px;width:100%}.about-second-section .content-box{display:flex;flex-direction:row;gap:var(--gap-lg);margin:var(--gap-lg) 0;position:relative;width:100%}.about-second-section .side-menu{align-items:flex-start;display:flex;flex:1 1 220px;flex-direction:column;min-width:0;padding-right:0}.about-second-section .side-menu .menu-title{font-size:var(--fs-h6);font-weight:700;margin-bottom:10px}.about-second-section .side-menu .menu-item{align-items:center;border-radius:var(--radius-sm);cursor:pointer;display:flex;font-size:var(--fs-small);line-height:1.4;margin-bottom:4px;min-height:44px;padding:10px 14px 10px 10px;position:relative;transition:background-color .22s ease;width:100%}@media(hover:hover)and (pointer:fine){.about-second-section .side-menu .menu-item:hover{background-color:#0000000a}}.about-second-section .side-menu .menu-item.active{color:#000;font-weight:700}.about-second-section .side-menu .menu-item .active-line{background-color:#000;height:2px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:clamp(24px,4vw,60px)}.about-second-section .content{border-radius:8px;flex:2 1 420px;min-width:0;padding:var(--gap-sm)}.about-second-section .content .content-title-row{align-items:baseline;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:var(--gap-sm)}.about-second-section .content .content-title{text-wrap:balance;font-size:var(--fs-h3);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-heading);margin-bottom:0;overflow-wrap:break-word}.about-second-section .content .content-page-indicator{color:#7d7d7d;font-size:var(--fs-xs);font-weight:600;white-space:nowrap}.about-second-section .content .content-subtitle{font-size:var(--fs-h5);font-weight:700;line-height:1.4;margin:var(--gap-sm) 0 10px}.about-second-section .content .content-text{font-size:var(--fs-body);line-height:var(--lh-body);margin-bottom:15px}.about-second-section .content .content-list{font-size:var(--fs-body);line-height:var(--lh-body);margin:0 0 15px;padding-left:1.25em}.about-second-section .content .content-list li{margin-bottom:6px}.about-second-section .content .content-quote{border-left:3px solid #000;font-size:var(--fs-body);font-style:italic;line-height:var(--lh-body);margin:0 0 15px;padding-left:14px}.about-second-section .content .content-closing{font-size:var(--fs-h6);font-weight:700;line-height:1.5;margin:var(--gap-sm) 0 15px}.about-second-section .content .org-diagram{align-items:center;display:flex;flex-direction:column;gap:6px;margin:var(--gap-sm) 0 20px;padding:var(--gap-sm) 0}.about-second-section .content .org-diagram .org-node{background-color:#f5f5f5;border:1px solid #000;border-radius:var(--radius-sm);max-width:380px;padding:12px 18px;text-align:center;width:100%}.about-second-section .content .org-diagram .org-node-title{font-size:var(--fs-body);font-weight:700;line-height:1.35}.about-second-section .content .org-diagram .org-node-subtitle{font-size:var(--fs-xs);margin-top:2px;opacity:.75}.about-second-section .content .org-diagram .org-arrow{font-size:var(--fs-h5);line-height:1}.about-second-section .content .social-links{display:flex;flex-wrap:wrap;gap:4px;justify-content:flex-start}.about-second-section .content .social-links a{align-items:center;border-radius:50%;display:inline-flex;height:44px;justify-content:center;margin-right:0;transition:background-color .25s ease;width:44px}@media(hover:hover)and (pointer:fine){.about-second-section .content .social-links a:hover{background-color:#0000000f}}.about-second-section .content .social-links a img{height:24px;width:24px}.about-second-section .navigation-buttons{display:flex;flex-wrap:wrap;gap:var(--gap-sm);justify-content:center;margin-top:var(--gap-sm)}.about-second-section .navigation-buttons .nav-button{background-color:#fff;border:1px solid #000;border-radius:var(--radius-sm);color:#000;cursor:pointer;font-size:var(--fs-small);font-weight:700;margin:0;min-height:44px;padding:10px 20px}.about-second-section .navigation-buttons .nav-button:disabled{cursor:not-allowed;opacity:.5}.about-second-section .navigation-buttons .nav-button:hover:not(:disabled){background-color:#000;color:#fff}@media(max-width:1200px){.about-second-section .content-section{flex-direction:column;min-height:0}.about-second-section .content-box{flex-direction:column;gap:var(--gap)}.about-second-section .side-menu{flex:1 1 auto;margin-bottom:var(--gap-sm);width:100%}.about-second-section .side-menu .menu-item{padding-left:16px}.about-second-section .side-menu .menu-item .active-line{border-radius:2px;height:22px;left:0;right:auto;top:50%;width:3px}.about-second-section .content{flex:1 1 auto;padding-inline:0;width:100%}}.about-section{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#fff;padding:var(--section-y) var(--gutter);text-align:center}.about-section .about-content{margin:0 auto;max-width:900px}.about-section .about-content .MuiTypography-h1,.about-section .about-content h1{text-wrap:balance;font-size:var(--fs-h1);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-tight);margin-bottom:var(--gap-sm);overflow-wrap:break-word}.about-section .about-content p{font-size:var(--fs-body);line-height:var(--lh-body);margin-bottom:var(--gap-lg)}.about-section .about-content .cta-button{background-color:#fff;border-radius:50px;color:#000;font-size:var(--fs-body);padding:10px 30px}@media(hover:hover)and (pointer:fine){.about-section .about-content .cta-button:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}.legal-documents-section{align-items:center;animation:fadeInZoom .5s ease-in-out;color:#000;display:flex;flex-direction:column;padding:var(--section-y-sm) var(--gutter);transition:transform .3s ease,opacity .3s ease}.legal-documents-section .content-section{display:flex;flex-direction:row;gap:var(--gap-lg);margin:0 auto;max-width:var(--content-max);min-height:550px;width:100%}@media(max-width:1000px){.legal-documents-section .content-section{flex-direction:column;gap:var(--gap);min-height:0;padding:0;width:100%}}.legal-documents-section .side-menu{align-items:flex-start;display:flex;flex:1 1 260px;flex-direction:column;max-width:320px;min-width:0;padding-right:0}@media(max-width:1000px){.legal-documents-section .side-menu{flex:1 1 auto;margin-bottom:var(--gap-sm);max-width:100%}}.legal-documents-section .side-menu .menu-title{font-size:var(--fs-h6);font-weight:700;margin-bottom:10px}.legal-documents-section .side-menu .menu-item{align-items:center;border-radius:var(--radius-sm);cursor:pointer;display:flex;font-size:var(--fs-small);line-height:1.4;margin-bottom:4px;min-height:44px;padding:10px 14px 10px 10px;position:relative;transition:background-color .22s ease;width:100%}@media(hover:hover)and (pointer:fine){.legal-documents-section .side-menu .menu-item:hover{background-color:#0000000a}}.legal-documents-section .side-menu .menu-item.active{color:#000;font-weight:700}.legal-documents-section .side-menu .menu-item.active .active-line{background-color:#000;height:2px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:clamp(24px,4vw,60px)}@media(max-width:1000px){.legal-documents-section .side-menu .menu-item{padding-left:16px}.legal-documents-section .side-menu .menu-item.active .active-line{border-radius:2px;height:22px;left:0;right:auto;top:50%;width:3px}}.legal-documents-section .content{border-radius:8px;flex:2 1 420px;margin:0 auto;max-width:800px;min-width:0;padding:var(--gap-sm)}@media(max-width:1000px){.legal-documents-section .content{flex:1 1 auto;max-width:100%;padding-inline:0}}.legal-documents-section .content .content-title{text-wrap:balance;font-size:var(--fs-h3);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-heading);margin-bottom:var(--gap-sm);overflow-wrap:break-word}.legal-documents-section .content .content-text{font-size:var(--fs-body);line-height:var(--lh-body);margin-bottom:15px}.legal-documents-section .content ol,.legal-documents-section .content ul{margin-bottom:15px;padding-left:22px}.legal-documents-section .content ol li,.legal-documents-section .content ul li{font-size:var(--fs-body);line-height:var(--lh-body);margin-bottom:8px}.legal-documents-section .content table{-webkit-overflow-scrolling:touch;display:block;max-width:100%;overflow-x:auto;width:100%}.legal-documents-section .content .navigation-buttons{display:flex;flex-wrap:wrap;gap:var(--gap-sm);justify-content:center;margin-top:var(--gap-sm)}.legal-documents-section .content .navigation-buttons .nav-button{background-color:#fff;border:1px solid #000;border-radius:var(--radius-sm);color:#000;cursor:pointer;font-size:var(--fs-small);font-weight:700;margin:0;min-height:44px;padding:10px 20px}.legal-documents-section .content .navigation-buttons .nav-button:disabled{cursor:not-allowed;opacity:.5}.legal-documents-section .content .navigation-buttons .nav-button:hover:not(:disabled){background-color:#000;color:#fff}.legal-documents-section .content .contact-us{margin-top:var(--gap-lg)}.legal-documents-section .content .contact-us .contact-title{font-size:var(--fs-h5);font-weight:700;margin-bottom:var(--gap-sm)}.legal-documents-section .content .contact-us .contact-info,.legal-documents-section .content .contact-us .contact-text{font-size:var(--fs-body);line-height:var(--lh-body);margin-bottom:15px}.legal-documents-section .content .contact-us .social-links{display:flex;flex-wrap:wrap;gap:4px;justify-content:flex-start}.legal-documents-section .content .contact-us .social-links a{align-items:center;border-radius:50%;display:inline-flex;height:44px;justify-content:center;margin-right:0;transition:background-color .25s ease;width:44px}@media(hover:hover)and (pointer:fine){.legal-documents-section .content .contact-us .social-links a:hover{background-color:#0000000f}}.legal-documents-section .content .contact-us .social-links a img{height:24px;width:24px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.music-marketing-section{align-items:center;background:linear-gradient(135deg,#1c0a00 25%,#ff7dff 180%);display:flex;justify-content:center;overflow:hidden;padding:var(--section-y) var(--gutter);position:relative}.music-marketing-section .left-svg,.music-marketing-section .right-svg{animation:zoomOut 1.5s ease-out;animation-fill-mode:forwards;height:auto;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:clamp(110px,20vw,300px)}.music-marketing-section .left-svg{left:0}.music-marketing-section .right-svg{right:0;width:clamp(100px,17vw,250px)}.music-marketing-section .content{animation:slideUp 1s ease-out;color:#fff;max-width:600px;position:relative;text-align:center;z-index:1}.music-marketing-section .content .MuiTypography-h3,.music-marketing-section .content h3{text-wrap:balance;font-size:var(--fs-h1);font-weight:400;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-heading);margin-bottom:var(--gap-sm);overflow-wrap:break-word}.music-marketing-section .content .MuiTypography-h3 .highlight,.music-marketing-section .content h3 .highlight{font-size:var(--fs-display);font-weight:700}.music-marketing-section .content .MuiTypography-body1,.music-marketing-section .content p{font-size:var(--fs-body);line-height:var(--lh-body);margin-bottom:var(--gap)}@media(hover:hover)and (pointer:fine){.music-marketing-section .content .apply-button:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}@media(max-width:600px){.music-marketing-section .left-svg,.music-marketing-section .right-svg{opacity:.4}.music-marketing-section .left-svg{top:8%;transform:none}.music-marketing-section .right-svg{bottom:4%;top:auto;transform:none}}.music-marketing-second-section{align-items:center;background:linear-gradient(120deg,#ffbfff 2%,#fff 40%);display:flex;gap:var(--gap-lg);justify-content:center;padding:var(--section-y) var(--gutter);position:relative}.music-marketing-second-section .videos{display:flex;flex:0 1 auto;flex-direction:column;gap:var(--gap-sm);justify-content:space-between;margin-right:0;min-width:0}.music-marketing-second-section .videos .video-wrapper{align-items:center;animation:zoomIn 1s ease forwards;aspect-ratio:16/9;border-radius:var(--radius);box-shadow:0 4px 8px #0000001a;display:flex;height:auto;justify-content:center;overflow:hidden;width:clamp(220px,28vw,360px)}.music-marketing-second-section .videos .video-wrapper .thumbnail-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}@media(hover:hover)and (pointer:fine){.music-marketing-second-section .videos .video-wrapper:hover .thumbnail-image{transform:scale(1.05)}}.music-marketing-second-section .videos .top-video{margin-bottom:0;position:relative;right:0}@media(min-width:1201px){.music-marketing-second-section .videos .top-video{right:clamp(0px,3vw,70px)}}.music-marketing-second-section .content{animation:fadeIn 1.5s ease forwards;color:#000;flex:1 1 380px;max-width:650px;min-width:0}.music-marketing-second-section .content .MuiTypography-h3,.music-marketing-second-section .content h3{text-wrap:balance;font-size:var(--fs-h2);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-heading);margin-bottom:var(--gap-sm);overflow-wrap:break-word}.music-marketing-second-section .content .description{font-size:var(--fs-body);line-height:var(--lh-body);margin-bottom:var(--gap-sm)}.music-marketing-second-section .content .cta-button{background:linear-gradient(135deg,#1c0a00 25%,#ff7dff 180%);color:#fff;cursor:pointer;transition:background-color .3s ease}@media(hover:hover)and (pointer:fine){.music-marketing-second-section .content .cta-button:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}@media(max-width:768px){.music-marketing-second-section{flex-direction:column}.music-marketing-second-section .videos{align-items:center;width:100%}.music-marketing-second-section .videos .video-wrapper{width:min(100%,420px)}.music-marketing-second-section .videos .top-video{right:0}.music-marketing-second-section .content{flex:1 1 auto;max-width:100%;text-align:center}}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes rotateIcon{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.music-marketing-third-section{align-items:center;animation:fadeIn 1.2s ease-in-out;background-color:#fcedff;display:flex;gap:var(--gap-lg);justify-content:space-around;overflow:hidden;padding:var(--section-y) var(--gutter)}.music-marketing-third-section .content{animation:fadeIn 1.5s ease-in-out;color:#000;flex:1 1 320px;max-width:35%;min-width:0}.music-marketing-third-section .content h2{text-wrap:balance;font-size:var(--fs-h2);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-heading);margin-bottom:var(--gap-sm);overflow-wrap:break-word}.music-marketing-third-section .content p{font-size:var(--fs-body);line-height:var(--lh-body);margin:.85rem 0}.music-marketing-third-section .image-container{animation:zoomIn 1.5s ease-in-out;flex:1 1 340px;max-width:45%;min-width:0;position:relative;text-align:center}.music-marketing-third-section .image-container:before{aspect-ratio:1;background-color:#a3939a;border-radius:50%;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:min(84%,340px);z-index:0}.music-marketing-third-section .image-container>img{aspect-ratio:4/3.4;border-radius:12px;height:auto;object-fit:cover;position:relative;width:100%;z-index:1}.music-marketing-third-section .image-container .icons{inset:0;left:0;position:absolute;top:0;transform:none}.music-marketing-third-section .image-container .icons img{height:clamp(38px,7vw,80px);object-fit:contain;position:absolute;transition:transform .5s ease;width:clamp(38px,7vw,80px);z-index:2}@media(hover:hover)and (pointer:fine){.music-marketing-third-section .image-container .icons:hover img:hover{animation:rotateIcon .6s linear infinite}}.music-marketing-third-section .image-container .icons .icon-play{left:-5%;top:4%}.music-marketing-third-section .image-container .icons .icon-infinite{left:44%;top:-7%}.music-marketing-third-section .image-container .icons .icon-music{left:8%;top:56%}.music-marketing-third-section .image-container .icons .icon-wifi{right:-6%;top:40%}.music-marketing-third-section .image-container .icons .icon-camera{bottom:-7%;left:54%}@media(max-width:768px){.music-marketing-third-section{flex-direction:column}.music-marketing-third-section .content{flex:1 1 auto;max-width:100%;text-align:center}.music-marketing-third-section .image-container{flex:1 1 auto;margin-top:var(--gap);max-width:min(100%,420px)}}@keyframes waveMotion{0%{transform:translateX(0)}50%{transform:translateX(10px)}to{transform:translateX(0)}}@keyframes zoomOut{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.music-marketing-fourth-section{overflow:hidden}.music-marketing-fourth-section .left-section{align-items:flex-start;animation:zoomOut 1.2s ease-in-out forwards;display:flex;height:clamp(200px,26vw,300px);justify-content:center;left:0;position:relative}.music-marketing-fourth-section .left-section .icon-meta,.music-marketing-fourth-section .left-section .icon-play,.music-marketing-fourth-section .left-section .icon-wifi{animation:zoomOut 1.5s ease-in-out forwards;height:clamp(34px,4.5vw,50px);object-fit:contain;position:absolute;transition:transform .3s ease;width:clamp(34px,4.5vw,50px)}@media(hover:hover)and (pointer:fine){.music-marketing-fourth-section .left-section .icon-meta:hover,.music-marketing-fourth-section .left-section .icon-play:hover,.music-marketing-fourth-section .left-section .icon-wifi:hover{transform:scale(1.1)}}.music-marketing-fourth-section .left-section .icon-play{left:22%;top:4%}.music-marketing-fourth-section .left-section .icon-meta{left:44%;top:0}.music-marketing-fourth-section .left-section .icon-wifi{left:66%;top:8%}.music-marketing-fourth-section .left-section .wave-line{animation:waveMotion 4s ease-in-out infinite;height:auto;left:0;position:absolute;top:26%;width:85%}.music-marketing-fourth-section .right-section{animation:fadeIn 1.5s ease-in-out forwards;background-color:#fce7ff;border-radius:16px;padding:clamp(1.25rem,.9rem + 1.5vw,2.5rem)!important}.music-marketing-fourth-section .right-section .MuiTypography-h4,.music-marketing-fourth-section .right-section h2{text-wrap:balance;animation:zoomOut 1.2s ease-in-out forwards;font-size:var(--fs-h2);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-heading);margin-bottom:var(--gap-sm);overflow-wrap:break-word}.music-marketing-fourth-section .right-section .MuiTypography-root:not(.MuiTypography-h4),.music-marketing-fourth-section .right-section p{animation:zoomOut 1.5s ease-in-out forwards;font-size:var(--fs-body);line-height:var(--lh-body);margin-bottom:.9rem}.music-marketing-fourth-section .right-section .cta-button{animation:zoomOut 1.5s ease-in-out forwards;background:linear-gradient(135deg,#1c0a00 25%,#ff7dff 180%);color:#fff;transition:background-color .3s ease,transform .3s ease}@media(hover:hover)and (pointer:fine){.music-marketing-fourth-section .right-section .cta-button:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000;transform:scale(1.05)}}@media(max-width:768px){.music-marketing-fourth-section .left-section{left:auto;min-height:180px;order:1}.music-marketing-fourth-section .right-section{order:2}}.legal-forms-second-section{animation:fadeInZoom .5s ease-in-out;background-color:#fff;border-radius:8px;margin:0 auto;max-width:800px;padding:var(--gap);transition:transform .3s ease,opacity .3s ease;width:100%}.legal-forms-second-section h2{font-size:var(--fs-h3);font-weight:700;line-height:var(--lh-heading);margin-bottom:var(--gap-sm);text-align:center}.legal-forms-second-section .form-row{display:flex;gap:var(--gap-sm);margin-bottom:16px}.legal-forms-second-section .form-row>div{flex:1 1;min-width:0;transition:transform .3s ease,opacity .3s ease;width:auto}@media(max-width:768px){.legal-forms-second-section .form-row{flex-direction:column;gap:10px}.legal-forms-second-section .form-row>div{flex:1 1 auto;width:100%}}@media(hover:none),(pointer:coarse){.legal-forms-second-section .MuiInputBase-input,.legal-forms-second-section input,.legal-forms-second-section select,.legal-forms-second-section textarea{font-size:16px!important}}.legal-forms-second-section .MuiInputBase-root,.legal-forms-second-section input:not([type=file]),.legal-forms-second-section select{min-height:44px}.legal-forms-second-section input[type=file]{max-width:100%}.legal-forms-second-section .form-row input:focus,.legal-forms-second-section .form-row select:focus{box-shadow:0 0 5px #0003;transform:scale(1.02)}.legal-forms-second-section .legal-form-button{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#fff}@media(max-width:768px){.legal-forms-second-section .legal-form-button{width:100%}}.legal-forms-second-section .legal-form-button:hover{opacity:.9;transition:opacity .3s ease}.artist-form-section{animation:fadeInZoom .5s ease-in-out;background-color:#fff;border-radius:8px;margin:0 auto;max-width:800px;padding:var(--gap);transition:transform .3s ease,opacity .3s ease;width:100%}.artist-form-section h2{font-size:var(--fs-h3);font-weight:700;line-height:var(--lh-heading);margin-bottom:var(--gap-sm);text-align:center}.artist-form-section .form-row{display:flex;gap:var(--gap-sm);margin-bottom:16px}.artist-form-section .form-row>div{flex:1 1;min-width:0;transition:transform .3s ease,opacity .3s ease;width:auto}@media(max-width:768px){.artist-form-section .form-row{flex-direction:column;gap:10px}.artist-form-section .form-row>div{flex:1 1 auto;width:100%}}@media(hover:none),(pointer:coarse){.artist-form-section .MuiInputBase-input,.artist-form-section input,.artist-form-section select,.artist-form-section textarea{font-size:16px!important}}.artist-form-section .MuiInputBase-root,.artist-form-section input:not([type=file]),.artist-form-section select{min-height:44px}.artist-form-section input[type=file]{max-width:100%}.artist-form-section .form-row input:focus,.artist-form-section .form-row select:focus{box-shadow:0 0 5px #0003;transform:scale(1.02)}.artist-form-section .artist-form-button{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#fff}@media(max-width:768px){.artist-form-section .artist-form-button{width:100%}}.playlist-form-section{animation:fadeInZoom .5s ease-in-out;background-color:#fff;border-radius:8px;margin:0 auto;max-width:800px;padding:var(--gap);transition:transform .3s ease,opacity .3s ease;width:100%}.playlist-form-section h2{font-size:var(--fs-h3);font-weight:700;line-height:var(--lh-heading);margin-bottom:var(--gap-sm);text-align:center}.playlist-form-section .form-row{display:flex;gap:var(--gap-sm);margin-bottom:16px}.playlist-form-section .form-row>div{flex:1 1;min-width:0;transition:transform .3s ease,opacity .3s ease;width:auto}@media(max-width:768px){.playlist-form-section .form-row{flex-direction:column;gap:10px}.playlist-form-section .form-row>div{flex:1 1 auto;width:100%}}@media(hover:none),(pointer:coarse){.playlist-form-section .MuiInputBase-input,.playlist-form-section input,.playlist-form-section select,.playlist-form-section textarea{font-size:16px!important}}.playlist-form-section .MuiInputBase-root,.playlist-form-section input:not([type=file]),.playlist-form-section select{min-height:44px}.playlist-form-section input[type=file]{max-width:100%}.playlist-form-section .form-row input:focus,.playlist-form-section .form-row select:focus{box-shadow:0 0 5px #0003;transform:scale(1.02)}.playlist-form-section .playlist-form-button{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#fff}@media(max-width:768px){.playlist-form-section .playlist-form-button{width:100%}}@keyframes fadeInZoom{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.marketing-form-section{animation:fadeInZoom .5s ease-in-out;background-color:#fff;border-radius:8px;margin:0 auto;max-width:800px;padding:var(--gap);transition:transform .3s ease,opacity .3s ease;width:100%}.marketing-form-section h2{font-size:var(--fs-h3);font-weight:700;line-height:var(--lh-heading);margin-bottom:var(--gap-sm);text-align:center}.marketing-form-section .form-row{display:flex;gap:var(--gap-sm);margin-bottom:16px}.marketing-form-section .form-row>div{flex:1 1;min-width:0;transition:transform .3s ease,opacity .3s ease;width:auto}@media(max-width:768px){.marketing-form-section .form-row{flex-direction:column;gap:10px}.marketing-form-section .form-row>div{flex:1 1 auto;width:100%}}@media(hover:none),(pointer:coarse){.marketing-form-section .MuiInputBase-input,.marketing-form-section input,.marketing-form-section select,.marketing-form-section textarea{font-size:16px!important}}.marketing-form-section .MuiInputBase-root,.marketing-form-section input:not([type=file]),.marketing-form-section select{min-height:44px}.marketing-form-section input[type=file]{max-width:100%}.marketing-form-section .form-row input:focus,.marketing-form-section .form-row select:focus{box-shadow:0 0 5px #0003;transform:scale(1.02)}.marketing-form-section .form-row:last-of-type>div{flex:1 1 100%}.marketing-form-section .marketing-form-button{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#fff}@media(max-width:768px){.marketing-form-section .marketing-form-button{width:100%}}.sell-music-section{align-items:center;display:flex;min-height:clamp(420px,62vh,720px);overflow:hidden;position:relative}.sell-music-section .background-video{height:100%;inset:0;object-fit:cover;position:absolute;width:100%;z-index:0}.sell-music-section .content-overlay{align-items:center;display:flex;justify-content:center;padding-block:var(--section-y);position:relative;width:100%;z-index:1}.sell-music-section .content-overlay .content-container{text-align:left}.sell-music-section .content-overlay .content-container .title{color:#fff;font-size:var(--fs-display);font-weight:700;line-height:var(--lh-tight);margin:0}.sell-music-section .content-overlay .content-container .title-no-fees{color:#fff;font-size:var(--fs-h1);font-weight:700;line-height:var(--lh-tight);margin-top:clamp(6px,1vw,12px)}.sell-music-section .content-overlay .content-container .description{color:#fff;font-size:var(--fs-body);font-weight:700;line-height:var(--lh-body);margin-top:var(--gap-sm);max-width:500px}.sell-music-section .content-overlay .content-container .cta-button{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#fff;font-size:var(--fs-body);font-weight:700}@media(hover:hover)and (pointer:fine){.sell-music-section .content-overlay .content-container .cta-button:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}@media(max-width:480px){.sell-music-section .content-overlay .content-container .cta-button{width:100%}}.sell-your-music .second-section{background:linear-gradient(135deg,#1c0a00 28%,#ff7dff 160%);color:#fff;overflow:visible;padding:var(--section-y) var(--gutter);position:relative}.sell-your-music .second-section .text-content{padding-block:var(--gap-lg);text-align:left}.sell-your-music .second-section .text-content .section-heading{text-wrap:balance;color:#fff;font-size:var(--fs-h2);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-heading);margin-bottom:var(--gap-sm);max-width:700px;overflow-wrap:break-word}.sell-your-music .second-section .text-content .section-description{color:#ccc;font-size:var(--fs-body);line-height:var(--lh-body);margin-bottom:var(--gap-sm);max-width:700px}.sell-your-music .second-section .text-content .tools-grid{grid-gap:var(--gap);align-items:stretch;display:grid;gap:var(--gap);grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));margin-top:var(--gap-lg)}.sell-your-music .second-section .text-content .tools-grid .tool-card{background:linear-gradient(135deg,#fff,#ffb8ff);border-radius:16px;box-shadow:0 4px 15px #0000001a;color:#333;cursor:pointer;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;min-height:130px;padding:clamp(1.125rem,.8rem + 1.2vw,1.875rem);text-align:left;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.sell-your-music .second-section .text-content .tools-grid .tool-card .MuiTypography-h5,.sell-your-music .second-section .text-content .tools-grid .tool-card h6{font-size:var(--fs-h6);font-weight:700;line-height:1.3;margin-bottom:2px}.sell-your-music .second-section .text-content .tools-grid .tool-card .MuiTypography-body1{font-size:var(--fs-small)!important;line-height:1.5}@media(hover:hover)and (pointer:fine){.sell-your-music .second-section .text-content .tools-grid .tool-card:hover{box-shadow:0 10px 20px #0003;transform:translateY(-10px)}}.sell-your-music .second-section .image-wrapper{overflow:visible;position:absolute;right:clamp(20px,8vw,160px);top:-70px;width:min(34vw,450px);z-index:10}.sell-your-music .second-section .image-wrapper .floating-image{border-radius:20px;height:auto;width:100%}@media(max-width:1000px){.sell-your-music .second-section .image-wrapper{display:none}}.sell-your-music .bottom-section{background:linear-gradient(135deg,#fff,#ffb8ff 80%);border-radius:20px;box-shadow:0 4px 15px #0000001a;margin:calc(clamp(40px,6vw,85px)*-1) auto 0;max-width:1250px;padding:clamp(1.5rem,1rem + 2.2vw,4.375rem) clamp(1.25rem,.8rem + 2vw,2.5rem);position:relative;z-index:100}.sell-your-music .bottom-section .bottom-content{align-items:center;display:flex;gap:var(--gap-lg);justify-content:center}@media(max-width:768px){.sell-your-music .bottom-section .bottom-content{flex-direction:column;gap:var(--gap)}}.sell-your-music .bottom-section .bottom-content .bottom-image{border-radius:20px;height:auto;width:50%}@media(max-width:768px){.sell-your-music .bottom-section .bottom-content .bottom-image{width:100%}}.sell-your-music .bottom-section .bottom-content .text-content-bottom{padding-left:var(--gap-lg);width:50%}@media(max-width:768px){.sell-your-music .bottom-section .bottom-content .text-content-bottom{padding-left:0;width:100%}}.sell-your-music .bottom-section .bottom-content .text-content-bottom .MuiTypography-h4,.sell-your-music .bottom-section .bottom-content .text-content-bottom h4{text-wrap:balance;color:#333;font-size:var(--fs-h3);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-heading);margin:0 auto var(--gap-sm);max-width:400px;overflow-wrap:break-word;text-align:center}.sell-your-music .bottom-section .bottom-content .text-content-bottom .MuiTypography-body2,.sell-your-music .bottom-section .bottom-content .text-content-bottom p{color:#555;font-size:var(--fs-body);font-weight:700;line-height:var(--lh-body);margin-bottom:var(--gap-sm);text-align:center}.sell-your-music .bottom-section .bottom-content .text-content-bottom .cta-button{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#fff;font-size:var(--fs-body);font-weight:700}@media(hover:hover)and (pointer:fine){.sell-your-music .bottom-section .bottom-content .text-content-bottom .cta-button:hover{background:linear-gradient(135deg,#1c0a00 48%,#ff7dff 151%);color:#000}}.sell-your-third-section{align-items:center;background:linear-gradient(135deg,#1c0a00 28%,#ff7dff 160%);display:flex;justify-content:center;margin-top:calc(clamp(30px,4vw,70px)*-1);padding:var(--section-y) var(--gutter);position:relative;z-index:1}.sell-your-third-section .trusted-content{padding-top:var(--gap-lg);text-align:center}.sell-your-third-section .trusted-content .trusted-heading{color:#fff;font-size:var(--fs-h2);font-weight:700;line-height:var(--lh-heading);margin-bottom:var(--gap-lg)}.sell-your-third-section .trusted-content .artist-showcase{align-items:stretch;display:flex;gap:clamp(8px,1.2vw,20px);justify-content:center;position:relative}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container{border-radius:30px;cursor:pointer;display:flex;flex:0 0 auto;flex-direction:column;margin:0;min-height:clamp(420px,44vw,550px);text-align:center;transition:width .3s ease;width:clamp(58px,6vw,80px)}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container.active{height:auto;width:clamp(240px,30vw,350px)}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card{background-color:#fff;border-radius:50px;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;text-align:center;transition:all .3s ease;width:100%}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card .artist-details{display:flex;flex-direction:column;height:100%}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card .artist-image{height:auto;margin:0 auto;object-fit:contain;padding:24px 10px 10px;transition:width .3s ease;width:clamp(52px,5.5vw,80px)}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card.expanded .artist-image{border-radius:16px;width:clamp(150px,20vw,250px)}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card .card-content{display:flex;flex:1 1 auto;flex-direction:column;padding:8px!important}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card .card-content .CardHeading{align-items:center;display:flex;font-size:var(--fs-xs);font-weight:700;height:auto;justify-content:center;line-height:1.3;min-height:72px;overflow-wrap:break-word;padding-bottom:8px}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card .card-content .description{font-size:var(--fs-small);line-height:var(--lh-body);padding:10px 4px;text-align:left}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card .card-content .read-more-hint{font-size:var(--fs-xs);line-height:1.4;padding-top:40px}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card .card-content .social-icons{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:10px}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card .card-content .social-icons img{height:20px;width:20px}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card .card-content .social-icons.row-icons{flex-direction:column;margin-bottom:16px;margin-top:auto}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card .card-content .social-icons.column-icons{flex-direction:row}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card.expanded .social-icons{display:flex;flex-direction:row;gap:12px;justify-content:center;margin-top:auto;padding-bottom:8px}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card.expanded .social-icons a{align-items:center;border-radius:50%;display:inline-flex;height:40px;justify-content:center;margin:4px 0;transition:background-color .25s ease;width:40px}@media(hover:hover)and (pointer:fine){.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card.expanded .social-icons a:hover{background-color:#0000000f}}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card.expanded .social-icons a img{height:24px;width:24px}.sell-your-third-section .trusted-content .artist-showcase:first-child .artist-card{background:linear-gradient(180deg,#66ffdb,#fff)}.sell-your-third-section .trusted-content .artist-showcase:nth-child(2) .artist-card{background:linear-gradient(180deg,#bb87ff,#fff)}@media(max-width:1000px){.sell-your-third-section .trusted-content .artist-showcase{align-items:stretch;flex-direction:column;gap:var(--gap-sm)}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container{border-radius:var(--radius-lg);min-height:0;transition:none;width:100%}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container.active{width:100%}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card{border-radius:var(--radius-lg)}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card .artist-details{height:auto}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card .artist-image{border-radius:12px;padding:0;width:64px}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card.expanded .artist-image{margin-bottom:4px;width:min(70%,260px)}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card .card-content{padding:0!important}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card .card-content .CardHeading{font-size:var(--fs-body);min-height:0;padding-bottom:4px}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card .card-content .description{padding:8px 0 0;text-align:center}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container .artist-card .card-content .social-icons.row-icons{flex-direction:row;margin:8px 0 0}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container:not(.active) .artist-card .artist-details{align-items:center;flex-direction:row;gap:14px;padding:12px 16px;text-align:left}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container:not(.active) .artist-card .artist-details .artist-image{flex:0 0 auto}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container:not(.active) .artist-card .artist-details .card-content{align-items:flex-start;flex:1 1 auto;flex-direction:column;gap:2px;justify-content:center;min-width:0}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container:not(.active) .artist-card .artist-details .card-content .CardHeading{justify-content:flex-start;text-align:left}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container:not(.active) .artist-card .artist-details .card-content .read-more-hint{opacity:.75;padding-top:0}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container:not(.active) .artist-card .artist-details .card-content .social-icons.row-icons{flex-direction:row;justify-content:flex-start;margin:6px 0 0}.sell-your-third-section .trusted-content .artist-showcase .color-bar-container.active .artist-card .artist-details{align-items:center;padding:var(--gap)}}.sell-your-fourth-section{background:linear-gradient(90deg,#ffa0ff -27%,#ffe7ff 77%);color:#333;padding:var(--section-y) var(--gutter)}.sell-your-fourth-section .section-heading{text-wrap:balance;color:#000;font-size:var(--fs-h2);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:var(--lh-heading);margin-bottom:var(--gap-lg);overflow-wrap:break-word;text-align:center}.sell-your-fourth-section .custom-accordion{background-color:#0000;box-shadow:none;margin:0 auto!important;max-width:1000px}.sell-your-fourth-section .custom-accordion .MuiAccordion-root{margin:0 auto;max-width:1000px}.sell-your-fourth-section .custom-accordion .accordion-heading{color:#000;font-size:var(--fs-h6);font-weight:700;line-height:1.4}.sell-your-fourth-section .custom-accordion .MuiAccordionSummary-root{background:linear-gradient(90deg,#ffafff -27%,#ffe7ff 77%);box-shadow:none;color:#000;font-size:var(--fs-h6);margin:auto;max-width:1000px;padding:10px clamp(.75rem,.5rem + 1vw,1.25rem);text-align:left}.sell-your-fourth-section .custom-accordion .MuiAccordionSummary-root .MuiAccordionSummary-content{margin-block:10px;min-width:0}.sell-your-fourth-section .custom-accordion .accordion-details{background:linear-gradient(135deg,#1c0a00 28%,#ff7dff 160%);border-radius:20px;box-shadow:0 4px 15px #0000001a;margin:10px auto auto;max-width:1000px;padding:clamp(.875rem,.6rem + 1.2vw,1.25rem)}.sell-your-fourth-section .custom-accordion .accordion-details .accordion-content{align-items:center;display:flex;gap:var(--gap-sm)}@media(max-width:768px){.sell-your-fourth-section .custom-accordion .accordion-details .accordion-content{flex-direction:column;gap:var(--gap-sm);text-align:center}}.sell-your-fourth-section .custom-accordion .accordion-details .accordion-content .accordion-image{border-radius:10px;flex:0 0 auto;height:auto;margin-right:0;width:clamp(80px,10vw,100px)}.sell-your-fourth-section .custom-accordion .accordion-details .accordion-content .accordion-description{color:#fff;flex:1 1 auto;font-size:var(--fs-small);line-height:var(--lh-body);min-width:0}.sell-your-fourth-section .custom-accordion .accordion-details .accordion-content .social-icons{align-items:center;display:flex;flex:0 0 auto;gap:4px;margin-left:auto}@media(max-width:768px){.sell-your-fourth-section .custom-accordion .accordion-details .accordion-content .social-icons{margin-left:0}}.sell-your-fourth-section .custom-accordion .accordion-details .accordion-content .social-icons a{align-items:center;border-radius:50%;display:inline-flex;height:40px;justify-content:center;transition:background-color .25s ease;width:40px}@media(hover:hover)and (pointer:fine){.sell-your-fourth-section .custom-accordion .accordion-details .accordion-content .social-icons a:hover{background-color:#ffffff24}}.sell-your-fourth-section .custom-accordion .accordion-details .accordion-content .social-icons img{height:24px;width:24px}.sell-your-fourth-section .MuiAccordionSummary-expandIconWrapper.Mui-expanded{transform:rotate(0deg)}.sell-your-fourth-section .MuiAccordionSummary-expandIconWrapper{color:#000;font-size:1.5rem}.sell-your-fourth-section .MuiAccordion-root:before{display:none}html.fmdo-html{max-width:100%;overflow-x:hidden}body.fmdo-body{background:#0d0d0d;color:#e0e0e0;cursor:none;font-family:Poppins,Segoe UI,system-ui,sans-serif;max-width:100vw;overflow-x:hidden}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}body.fmdo-body .confetti-piece{animation:fmdo-confetti-fall linear forwards;border-radius:2px;height:14px;opacity:.9;pointer-events:none;position:fixed;top:-14px;width:9px;z-index:10000}@keyframes fmdo-confetti-fall{0%{opacity:1;transform:translateY(0) rotate(0deg)}85%{opacity:1}to{opacity:0;transform:translateY(110vh) rotate(2turn)}}@keyframes fmdo-sale-pulse{0%,to{transform:scale(1) rotate(-8deg)}25%{transform:scale(1.3) rotate(8deg)}50%{transform:scale(1.15) rotate(-5deg)}75%{transform:scale(1.28) rotate(6deg)}}@keyframes fmdo-offer-drain{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes fmdo-july-pulse{0%,to{box-shadow:0 4px 16px #c83c0066}50%{box-shadow:0 4px 28px #ff5000b3}}.fmdo-page{--black:#0d0d0d;--bg:#0d0d0d;--bg2:#0d0d0d;--card-bg:#0f1a14;--teal:#0f4c4c;--green:#1a7a4a;--neon:#4ade80;--white:#fff;--muted:#888;--dim:#555;--border:#1a1a1a;background:#0d0d0d;color:#e0e0e0;font-family:Poppins,Segoe UI,system-ui,sans-serif}.fmdo-page *,.fmdo-page :after,.fmdo-page :before{box-sizing:border-box;margin:0;padding:0}.fmdo-page img{display:block;max-width:100%}.fmdo-page a{color:inherit;text-decoration:none}.fmdo-page button{background:none;border:none;cursor:none;font-family:inherit;outline:none}.fmdo-page .section-inner{margin:0 auto;max-width:1120px}.fmdo-page .eyebrow{color:var(--neon);display:block;font-size:.72rem;letter-spacing:3px;margin-bottom:.9rem;text-align:center;text-transform:uppercase}.fmdo-page .section-title{color:var(--white);font-size:clamp(1.9rem,4vw,3rem);font-weight:800;letter-spacing:-1px;line-height:1.1;margin-bottom:1rem;text-align:center}.fmdo-page .section-title em{color:var(--neon);font-style:normal}.fmdo-page .section-lead{color:var(--muted);font-size:1.05rem;line-height:1.6;margin:0 auto 3rem;max-width:620px;text-align:center}.fmdo-page .reveal{opacity:0;transform:translateY(40px)}.fmdo-page .btn-primary{background:var(--green);border-radius:30px;color:var(--white);display:inline-block;font-size:1rem;font-weight:600;padding:.85rem 2.2rem;transition:background .2s,transform .2s,color .2s}.fmdo-page .btn-primary:hover{background:var(--neon);color:var(--black);transform:translateY(-2px)}.fmdo-page .btn-secondary{background:#0000;border:1px solid var(--green);border-radius:30px;color:var(--neon);display:inline-block;font-size:1rem;font-weight:600;padding:.85rem 2.2rem;transition:background .2s,transform .2s}.fmdo-page .btn-secondary:hover{background:#1a7a4a26;transform:translateY(-2px)}.fmdo-page #cursor-glow{background:radial-gradient(circle,#1a7a4a2e 0,#0000 70%);height:300px;transition:opacity .3s;width:300px;z-index:9998}.fmdo-page #cursor-dot,.fmdo-page #cursor-glow{border-radius:50%;left:0;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%)}.fmdo-page #cursor-dot{background:#4ade80;height:10px;width:10px;z-index:10001}.fmdo-page #cursor-ring{border:1.5px solid #4ade808c;border-radius:50%;height:38px;left:0;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%);width:38px;z-index:10000}.fmdo-page #sale-bar{background:linear-gradient(90deg,#072828,#0f4c4c 25%,#1a7a4a 50%,#0f4c4c 75%,#072828);border-bottom:1px solid #4ade8033;color:#fff;font-size:.95rem;font-weight:500;left:0;letter-spacing:.8px;padding:.85rem 1rem;position:fixed;right:0;text-align:center;top:0;z-index:101}.fmdo-page #sale-bar strong{color:#4ade80;font-size:1.05rem;font-weight:800;letter-spacing:1px}.fmdo-page #sale-bar .sale-pulse{animation:fmdo-sale-pulse 1.2s ease-in-out infinite;display:inline-block;filter:drop-shadow(0 0 6px rgba(255,120,0,.9)) drop-shadow(0 0 14px rgba(255,60,0,.6));font-size:1.35rem;vertical-align:middle}.fmdo-page .sale-mob{display:none}.fmdo-page #offer-popup-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b8;display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:fixed;transition:opacity .4s ease;z-index:9999}.fmdo-page #offer-popup-overlay.visible{opacity:1;pointer-events:auto}.fmdo-page #offer-popup-card{background:linear-gradient(145deg,#081a10,#0a1f14 40%,#071510);border:1.5px solid #4ade8059;border-radius:24px;box-shadow:0 0 60px #4ade802e,0 24px 60px #000000b3;max-width:420px;opacity:0;padding:2.4rem 2.8rem 2rem;position:relative;text-align:center;transform:scale(.82) translateY(24px);transition:transform .45s cubic-bezier(.34,1.56,.64,1),opacity .4s ease;width:90%;z-index:1}.fmdo-page #offer-popup-overlay.visible #offer-popup-card{opacity:1;transform:scale(1) translateY(0)}.fmdo-page .offer-popup-fire{animation:fmdo-sale-pulse 1.2s ease-in-out infinite;display:block;font-size:2.6rem;margin-bottom:.5rem}.fmdo-page .offer-popup-label{color:var(--neon);display:block;font-size:.72rem;letter-spacing:3px;margin-bottom:.5rem;text-transform:uppercase}.fmdo-page .offer-popup-title{color:#fff;font-size:clamp(1.5rem,5vw,2rem);font-weight:900;letter-spacing:-.5px;line-height:1.1;margin-bottom:.3rem}.fmdo-page .offer-popup-title em{color:var(--neon);font-style:normal}.fmdo-page .offer-popup-sub{color:#999;font-size:.9rem;line-height:1.5;margin-bottom:1.4rem}.fmdo-page .offer-popup-deal{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center;margin-bottom:1.5rem}.fmdo-page .offer-popup-chip{background:#4ade801a;border:1px solid #4ade8040;border-radius:30px;color:var(--neon);font-size:.82rem;font-weight:600;padding:.38rem 1rem}.fmdo-page .offer-popup-progress{background:#4ade801f;border-radius:3px;height:3px;margin-bottom:1.2rem;overflow:hidden}.fmdo-page .offer-popup-progress-bar{animation:fmdo-offer-drain 5.6s linear forwards;background:var(--neon);border-radius:3px;height:100%;transform-origin:left;width:100%}.fmdo-page .offer-popup-dismiss{color:#555;font-size:.78rem}.fmdo-page #fmdo-navbar{left:0;padding:1.1rem 4rem;position:fixed;right:0;top:52px;top:var(--fmdo-salebar-h,52px);transition:background .4s ease,border-color .4s ease,box-shadow .4s ease;z-index:100}.fmdo-page .nav-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1120px}.fmdo-page #fmdo-navbar.scrolled{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#080d08f5;border-bottom:1px solid #1a7a4a59;box-shadow:0 4px 24px #0009}.fmdo-page .nav-logo img{height:46px;width:auto}.fmdo-page .nav-links{align-items:center;display:flex;gap:2.2rem}.fmdo-page .nav-links a{color:var(--muted);font-size:.88rem;transition:color .2s}.fmdo-page .nav-links a:hover{color:var(--white)}.fmdo-page .nav-links .nav-cta{border:1px solid var(--green);border-radius:20px;color:var(--neon);font-size:.85rem;padding:.45rem 1.2rem;transition:background .2s,color .2s}.fmdo-page .nav-links .nav-cta:hover{background:var(--green);color:var(--white)}.fmdo-page .nav-burger{background:none;cursor:pointer;display:none;flex-direction:column;gap:5px;justify-content:center;min-height:44px;min-width:44px;padding:10px 8px;z-index:200}.fmdo-page .nav-burger span{background:var(--white);border-radius:2px;display:block;height:2px;transition:transform .3s ease,opacity .3s ease;width:24px}.fmdo-page .nav-burger.open span:first-child{transform:translateY(7px) rotate(45deg)}.fmdo-page .nav-burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.fmdo-page .nav-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.fmdo-page #mobile-menu{align-items:center;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);background:#080d08f7;display:flex;flex-direction:column;gap:2.2rem;inset:0;justify-content:center;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease;z-index:98}.fmdo-page #mobile-menu.open{opacity:1;pointer-events:all}.fmdo-page #mobile-menu a{color:var(--white);font-size:1.9rem;font-weight:700;letter-spacing:-.5px;text-align:center;transition:color .2s}.fmdo-page #mobile-menu a:hover{color:var(--neon)}.fmdo-page #mobile-menu .mobile-cta{border:1px solid var(--green);border-radius:30px;color:var(--neon);font-size:1rem;margin-top:.4rem;padding:.85rem 2.4rem;transition:background .2s,color .2s}.fmdo-page #mobile-menu .mobile-cta:hover{background:var(--green);color:var(--white)}.fmdo-page #hero{align-items:center;background:radial-gradient(ellipse at 50% 40%,#06140d 0,#0d0d0d 70%);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:10.5rem 4rem 4rem;position:relative}.fmdo-page .hero-inner{max-width:920px;position:relative;text-align:center;z-index:1}.fmdo-page .hero-badge{border:1px solid #4ade8040;border-radius:20px;color:var(--neon);display:inline-block;font-size:.75rem;letter-spacing:3px;margin-bottom:1.5rem;opacity:0;padding:.35rem 1rem;text-transform:uppercase;transform:translateY(10px)}.fmdo-page .hero-h1{color:var(--white);font-size:clamp(1.8rem,6vw,4.2rem);font-weight:900;letter-spacing:-2px;line-height:1.07;margin-bottom:1.3rem}.fmdo-page .hero-h1 em{color:var(--neon);font-style:normal}.fmdo-page .hero-h1 .q{color:var(--neon)}.fmdo-page .hero-sub{color:var(--muted);font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;margin:0 auto 2rem;max-width:620px;opacity:0;transform:translateY(20px)}.fmdo-page .hero-btns{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;opacity:0;transform:translateY(20px)}.fmdo-page .hero-glow-line{background:linear-gradient(90deg,#0000,var(--neon),#0000);bottom:0;height:2px;left:0;opacity:0;position:absolute;right:0;z-index:1}.fmdo-page .hero-video-wrap{inset:0;overflow:hidden;position:absolute;z-index:0}.fmdo-page #hero-video{height:100%;inset:0;object-fit:cover;pointer-events:none;position:absolute;user-select:none;-webkit-user-select:none;width:100%}.fmdo-page .hero-video-overlay{background:linear-gradient(180deg,#080808b3 0,#08080894 45%,#0d0d0deb);inset:0;position:absolute}.fmdo-page #stats{background:var(--bg2);border-bottom:1px solid #111;border-top:1px solid #111;padding:3rem 4rem}.fmdo-page .stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1120px}.fmdo-page .stat-item{text-align:center}.fmdo-page .stat-num{color:var(--neon);font-size:clamp(1.8rem,5vw,3.2rem);font-weight:900;line-height:1}.fmdo-page .stat-label{color:var(--muted);font-size:.85rem;letter-spacing:1.5px;margin-top:.6rem;text-transform:uppercase}.fmdo-page #why{background:var(--black);padding:4.5rem 4rem}.fmdo-page .why-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(3,1fr);margin-top:1rem}.fmdo-page .why-card{background:var(--card-bg);border:1px solid var(--border);border-radius:14px;padding:2rem 1.6rem;transition:border-color .25s,box-shadow .25s,transform .25s}.fmdo-page .why-card:hover{border-color:var(--green);box-shadow:0 0 24px #1a7a4a26;transform:translateY(-4px)}.fmdo-page .why-icon{align-items:center;background:#1a7a4a1f;border:1px solid #1a7a4a66;border-radius:12px;display:flex;font-size:1.4rem;height:46px;justify-content:center;margin-bottom:1.1rem;width:46px}.fmdo-page .why-title{color:var(--white);font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.fmdo-page .why-desc{color:var(--muted);font-size:.92rem;line-height:1.55}.fmdo-page #platforms{background:var(--bg);overflow:hidden;padding:3.5rem 0}.fmdo-page .platforms-label{color:var(--neon);font-size:.72rem;letter-spacing:3px;margin-bottom:.9rem;text-align:center;text-shadow:0 0 10px #4ade80b3,0 0 24px #4ade8059;text-transform:uppercase}.fmdo-page .platforms-sub{color:var(--white);font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:800;letter-spacing:-1px;line-height:1.15;margin-bottom:2.5rem;text-align:center}.fmdo-page .marquee-container{margin:0 auto;max-width:760px;overflow:hidden}.fmdo-page .marquee-wrapper{display:flex;flex-direction:column;gap:1.4rem}.fmdo-page .marquee-row{-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 15%,#000 85%,#0000);mask-image:linear-gradient(90deg,#0000 0,#000 15%,#000 85%,#0000);overflow:hidden;width:100%}.fmdo-page .marquee-inner{display:flex;gap:1.2rem;width:max-content;will-change:transform}.fmdo-page .dsp-chip{align-items:center;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 2px 12px #0006;display:flex;flex-shrink:0;gap:.85rem;padding:1rem 1.8rem;transition:border-color .25s,box-shadow .25s,transform .25s;white-space:nowrap}.fmdo-page .dsp-chip:hover{border-color:var(--green);box-shadow:0 0 20px #1a7a4a66;transform:translateY(-2px)}.fmdo-page .dsp-chip img{filter:brightness(1) saturate(1.1);height:42px;object-fit:contain;width:42px}.fmdo-page .dsp-chip span{color:#ccc;font-size:1rem;font-weight:600}.fmdo-page #pricing{background:radial-gradient(ellipse 28% 45% at 50% -3%,#8b5cf61f 0,#0000 68%),radial-gradient(ellipse 72% 65% at 50% 8%,#6d28d90f 0,#0000 65%),var(--bg2);padding:5rem 4rem;position:relative}.fmdo-page .pricing-grid{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:2.5rem;position:relative}.fmdo-page .price-card{background:#0a0f0b;border:1.5px solid #ffffff12;border-radius:22px;display:flex;flex-direction:column;overflow:hidden;padding:1.8rem 2.4rem;position:relative;transition:border-color .3s,transform .3s,box-shadow .3s}.fmdo-page .price-card:after{content:"";height:2px;left:0;position:absolute;right:0;top:0}.fmdo-page .price-card:hover{transform:translateY(-10px)}.fmdo-page .price-card.starter{background:linear-gradient(155deg,#080f2e,#0f1d5c 25%,#2e2399 55%,#5b21b6 80%,#4c1d95);border-color:#8b5cf6b3;box-shadow:0 0 85px #7c3aed8c,0 0 180px #7c3aed33,0 28px 65px #000000bf;padding-top:calc(1.8rem + 42px);transform:translateY(-20px) scale(1.05);z-index:2}.fmdo-page .price-card.starter:after{background:linear-gradient(90deg,#0000,#a78bfa,#0000);height:3px;opacity:1}.fmdo-page .price-card.starter:hover{border-color:#a78bfa;box-shadow:0 36px 100px #000c,0 0 110px #7c3aed99,0 0 200px #7c3aed38;transform:translateY(-28px) scale(1.055)}.fmdo-page .price-card.starter .price-amt{color:#fff}.fmdo-page .price-card.starter .price-features li:before{color:#c4b5fd}.fmdo-page .starter-popular-row{align-items:center;display:flex;gap:.6rem;margin-bottom:1.4rem}.fmdo-page .starter-popular-row .price-badge{margin-bottom:0}.fmdo-page .starter-green-dot{background:#4ade80;border-radius:50%;box-shadow:0 0 7px #4ade80;flex-shrink:0;height:10px;width:10px}.fmdo-page .price-card.starter .price-note{color:#fff9;margin-bottom:1rem}.fmdo-page .price-card.starter .price-original{color:#ffffff6b}.fmdo-page .price-card.starter .price-gst{color:#ffffff73}.fmdo-page .price-card.starter .price-divider{border-top-color:#ffffff24}.fmdo-page .price-card.starter .starter-trust{color:#ffffff73}.fmdo-page .price-card.starter .price-amt{font-size:4.4rem;letter-spacing:-3px}.fmdo-page .starter-save-pill{border:1.5px solid #4ade80;border-radius:20px;color:#4ade80;display:inline-block;font-size:.75rem;font-weight:700;padding:3px 10px}.fmdo-page .starter-monthly{color:#4ade80;font-size:.85rem;font-weight:700;margin:.15rem 0 1.1rem}.fmdo-page .starter-countdown{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:30px;color:#aaa;display:flex;font-size:.78rem;gap:.5rem;margin-bottom:1.2rem;overflow:hidden;padding:10px 18px;white-space:nowrap}.fmdo-page .countdown-time{color:#fff;font-size:.88rem;font-weight:900;letter-spacing:1px;margin-left:.15rem}.fmdo-page .starter-claim-btn{background:linear-gradient(135deg,#7c3aed,#9333ea)!important;border:none!important;border-radius:12px!important;box-shadow:0 0 22px #7c3aed80;color:#fff!important;display:block!important;font-size:1.05rem!important;font-weight:900!important;letter-spacing:.3px;padding:15px 24px!important;text-align:center;text-decoration:none;transition:all .3s}.fmdo-page .starter-claim-btn:hover{box-shadow:0 0 38px #7c3aedb8!important;transform:translateY(-2px)}.fmdo-page .starter-trust{color:#666;display:flex;font-size:.72rem;justify-content:center;margin-top:.9rem}.fmdo-page .price-off-ribbon{background:linear-gradient(180deg,#e74c3c,#c0392b);box-shadow:0 3px 10px #00000073,inset 0 0 0 1px #ffffff1f;color:#fff;font-size:.78rem;font-weight:900;letter-spacing:2px;line-height:1;padding:10px 0;pointer-events:none;position:absolute;right:-46px;text-align:center;text-shadow:0 1px 3px #00000080;text-transform:uppercase;top:20px;transform:rotate(45deg);width:176px;z-index:10}.fmdo-page .price-off-ribbon:after,.fmdo-page .price-off-ribbon:before{border:5px solid darkred;content:"";position:absolute;top:100%}.fmdo-page .price-off-ribbon:before{border-bottom-color:#0000;border-right-color:#0000;left:0}.fmdo-page .price-off-ribbon:after{border-bottom-color:#0000;border-left-color:#0000;right:0}.fmdo-page .price-card.featured{background:linear-gradient(160deg,#0a1810,#060d08);border-color:#1a7a4a61;box-shadow:0 0 28px #1a7a4a1a;overflow:hidden}.fmdo-page .price-card.featured:after{background:linear-gradient(90deg,#0000,var(--neon),#0000);opacity:.5}.fmdo-page .price-card.featured:hover{border-color:var(--green);box-shadow:0 24px 70px #0009,0 0 40px #4ade8029}.fmdo-page .price-card.label-card{background:linear-gradient(160deg,#0a1810,#060d08);border-color:#1a7a4a61}.fmdo-page .price-card.label-card:after{background:linear-gradient(90deg,#0000,var(--neon),#0000);opacity:.5}.fmdo-page .price-card.label-card:hover{border-color:var(--green);box-shadow:0 24px 70px #0009,0 0 40px #4ade8029}.fmdo-page .price-card.label-card .price-amt,.fmdo-page .price-card.label-card .price-features li:before{color:var(--neon)}.fmdo-page .price-card.label-card .price-btn.ghost{border-color:#4ade8080;color:var(--neon)}.fmdo-page .price-card.label-card .price-btn.ghost:hover{background:#4ade801a;border-color:var(--green)}.fmdo-page .price-card.featured,.fmdo-page .price-card.label-card{filter:brightness(.55) saturate(.7);opacity:.38;transition:border-color .3s,transform .3s,box-shadow .3s,opacity .4s,filter .4s}.fmdo-page .price-card.featured:hover,.fmdo-page .price-card.label-card:hover{filter:brightness(.88) saturate(1);opacity:.72}.fmdo-page .july-ribbon{animation:fmdo-july-pulse 2s ease-in-out infinite;background:linear-gradient(90deg,#b83000,#ff4500 28%,#ff6820 55%,#ff4500 78%,#b83000);border:none;border-radius:22px 22px 0 0;color:#fff;font-size:.8rem;font-weight:900;left:0;letter-spacing:.18em;margin:0;padding:12px 24px;pointer-events:none;position:absolute;right:0;text-align:center;text-transform:uppercase;top:0;transform:none;width:auto;z-index:10}.fmdo-page .price-badge{align-self:flex-start;border:1px solid #4ade8066;border-radius:20px;color:var(--neon);display:inline-block;font-size:.62rem;letter-spacing:2.5px;margin-bottom:1.6rem;padding:4px 14px;text-transform:uppercase}.fmdo-page .price-card.starter .price-badge{background:#8b5cf633;border-color:#8b5cf680;color:#fff;font-weight:700;letter-spacing:1.5px}.fmdo-page .price-card.featured .price-badge,.fmdo-page .price-card.label-card .price-badge{border-color:#4ade8066;color:var(--neon)}.fmdo-page .price-name{color:var(--white);font-size:1.6rem;font-weight:900;letter-spacing:-.5px;margin-bottom:1.6rem}.fmdo-page .price-original-row{align-items:center;display:flex;gap:.6rem;margin-bottom:.4rem}.fmdo-page .price-original{color:var(--dim);font-size:1.2rem;font-weight:600;text-decoration:line-through;text-decoration-color:#ff5000b3;text-decoration-thickness:2px}.fmdo-page .price-sale-tag{background:#ff500024;border:1px solid #ff500059;border-radius:6px;color:#ff7043;display:inline-block;font-size:.62rem;font-weight:800;letter-spacing:1.5px;padding:2px 8px;text-transform:uppercase}.fmdo-page .price-amt{color:var(--neon);font-size:3.6rem;font-weight:900;letter-spacing:-2px;line-height:1;margin-bottom:.3rem}.fmdo-page .price-amt sup{font-size:1.4rem;font-weight:700;letter-spacing:0;vertical-align:super}.fmdo-page .price-amt span{color:var(--muted);font-size:.95rem;font-weight:500;letter-spacing:0}.fmdo-page .price-amt.custom{font-size:2.6rem}.fmdo-page .price-note{color:var(--dim);font-size:.78rem;letter-spacing:.3px;margin-bottom:2.2rem}.fmdo-page .price-gst{color:var(--dim);font-size:.7rem;letter-spacing:.3px;margin-bottom:.4rem}.fmdo-page .price-divider{border:none;border-top:1px solid #ffffff0f;margin:0 0 2rem}.fmdo-page .price-features{flex-grow:1;list-style:none;margin:0 0 2.4rem;padding:0}.fmdo-page .price-features li{align-items:flex-start;border-bottom:1px solid #ffffff0a;color:#b0b0b0;display:flex;font-size:.93rem;gap:.75rem;line-height:1.45;padding:.65rem 0}.fmdo-page .price-features li:last-child{border-bottom:none}.fmdo-page .price-features li:before{color:var(--neon);content:"✓";flex-shrink:0;font-size:.8rem;font-weight:800;margin-top:2px}.fmdo-page .price-btn{border-radius:30px;font-size:1rem;font-weight:700;letter-spacing:.3px;padding:1.05rem;text-align:center;transition:all .25s}.fmdo-page .price-btn.solid{background:var(--green);box-shadow:0 4px 20px #1a7a4a59;color:#fff}.fmdo-page .price-btn.solid:hover{background:var(--neon);box-shadow:0 6px 28px #4ade8066;color:#000;transform:scale(1.02)}.fmdo-page .price-btn.ghost{background:#0000;border:1.5px solid #1a7a4a99;color:var(--neon)}.fmdo-page .price-btn.ghost:hover{background:#1a7a4a1f;border-color:var(--green);transform:scale(1.02)}.fmdo-page #testimonials{background:var(--black);overflow:hidden;padding:4.5rem 0 2rem}.fmdo-page #testimonials .section-inner{margin-bottom:3rem;padding-left:4rem;padding-right:4rem}.fmdo-page .testi-slider-wrap{margin:0 auto;max-width:900px;padding:0 3.5rem 3rem;position:relative}.fmdo-page .testi-viewport{overflow:hidden}.fmdo-page .testi-track{display:flex;will-change:transform}.fmdo-page .testi-slide{box-sizing:border-box;flex:0 0 33.3333%;padding:0 .7rem;position:relative;z-index:1}.fmdo-page .testi-slide.is-center{z-index:2}.fmdo-page .testi-slide-inner{border-radius:18px;cursor:pointer;height:340px;overflow:hidden;position:relative;transition:transform .5s ease,box-shadow .5s ease,opacity .5s ease,filter .5s ease}.fmdo-page .testi-slide.is-center .testi-slide-inner{box-shadow:0 32px 72px #000000d9,0 0 44px #4ade8033;filter:brightness(1);opacity:1;transform:scale(1.1)}.fmdo-page .testi-slide.is-side .testi-slide-inner{filter:brightness(.5);opacity:.38;transform:scale(.82)}.fmdo-page .testi-slide.is-center .testi-slide-inner:hover{box-shadow:0 40px 80px #000000e6,0 0 56px #4ade8047;transform:scale(1.13) translateY(-5px)}.fmdo-page .testi-slide-inner img{display:block;height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.fmdo-page .testi-slide-overlay{background:linear-gradient(0deg,#000000f2 0,#00000080 55%,#0000);bottom:0;left:0;padding:3rem 1.3rem 1.3rem;position:absolute;right:0;z-index:2}.fmdo-page .testi-slide-name{color:var(--white);font-size:.95rem;font-weight:700;line-height:1.25;margin-bottom:.25rem}.fmdo-page .testi-slide-label{font-size:.65rem;letter-spacing:1.8px;margin-bottom:.3rem;text-transform:uppercase}.fmdo-page .testi-slide-type{border-radius:20px;display:inline-block;font-size:.6rem;font-weight:600;letter-spacing:1.2px;padding:.15rem .5rem;text-transform:uppercase}.fmdo-page .testi-slide-type-label{border:1px solid #f59e0b73;color:#f59e0b}.fmdo-page .testi-slide-type-artist{border:1px solid #38bdf873;color:#38bdf8}.fmdo-page .testi-tap-hint{background:#0000008c;border:1px solid #ffffff1f;border-radius:20px;color:#ffffffa6;font-size:.62rem;padding:.22rem .55rem;pointer-events:none;position:absolute;right:.75rem;top:.75rem;z-index:2}.fmdo-page .testi-arrow{align-items:center;background:#ffffff0d;border:1px solid #ffffff24;border-radius:50%;color:var(--white);cursor:pointer;display:flex;font-size:1.1rem;height:38px;justify-content:center;position:absolute;top:50%;transform:translateY(-60%);transition:background .2s,border-color .2s;width:38px;z-index:5}.fmdo-page .testi-arrow:hover{background:#4ade801f;border-color:#4ade8059}.fmdo-page .testi-prev{left:0}.fmdo-page .testi-next{right:0}.fmdo-page .testi-dots{display:flex;gap:8px;justify-content:center;margin-top:1.6rem}.fmdo-page .testi-dot{background:#fff3;border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:background .3s,transform .3s,width .3s;width:8px}.fmdo-page .testi-dot.active{background:var(--neon);border-radius:4px;transform:scale(1.2);width:20px}.fmdo-page .testi-modal{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease;z-index:1000}.fmdo-page .testi-modal.open{opacity:1;pointer-events:all}.fmdo-page .testi-modal-overlay{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#000000e0;inset:0;position:absolute}.fmdo-page .testi-modal-box{background:#111;border:1px solid #ffffff14;border-radius:22px;box-shadow:0 40px 80px #000000d9;display:flex;max-height:88vh;max-width:660px;overflow:hidden;position:relative;transform:translateY(20px) scale(.96);transition:transform .35s cubic-bezier(.34,1.56,.64,1);width:92vw;z-index:1}.fmdo-page .testi-modal.open .testi-modal-box{transform:translateY(0) scale(1)}.fmdo-page .testi-modal-photo-col{flex:0 0 220px;overflow:hidden;position:relative}.fmdo-page .testi-modal-photo-col img{display:block;height:100%;object-fit:cover;width:100%}.fmdo-page .testi-modal-body{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:2rem 1.8rem}.fmdo-page .testi-modal-close{align-items:center;background:#0009;border:1px solid #ffffff26;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.95rem;height:34px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background .2s;width:34px;z-index:10}.fmdo-page .testi-modal-close:hover{background:#ffffff1f}.fmdo-page .testi-modal-name{color:var(--white);font-size:1.25rem;font-weight:800;margin-bottom:.15rem}.fmdo-page .testi-modal-role{font-size:.7rem;letter-spacing:1.8px;margin-bottom:.5rem;text-transform:uppercase}.fmdo-page .testi-modal-years{color:#fff6;font-size:.82rem;margin-bottom:1.4rem}.fmdo-page .testi-modal-text{color:#ffffffb8;flex:1 1;font-size:.93rem;line-height:1.78}.fmdo-page #faq{background:var(--black);padding:2.5rem 4rem 4.5rem}.fmdo-page .faq-list{margin:1rem auto 0;max-width:820px}.fmdo-page .faq-item{border-bottom:1px solid var(--border)}.fmdo-page .faq-q{align-items:center;background:none;color:var(--white);cursor:none;display:flex;font-size:1.05rem;font-weight:600;gap:1rem;justify-content:space-between;padding:1.4rem 0;text-align:left;width:100%}.fmdo-page .faq-q:hover{color:var(--neon)}.fmdo-page .faq-icon{color:var(--green);flex-shrink:0;font-size:1.4rem;transition:transform .3s}.fmdo-page .faq-item.open .faq-icon{color:var(--neon);transform:rotate(45deg)}.fmdo-page .faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}.fmdo-page .faq-a-inner{color:var(--muted);font-size:.95rem;line-height:1.7;padding:0 0 1.4rem}.fmdo-page .faq-a-inner ul{margin:.6rem 0 0;padding-left:1.2rem}.fmdo-page .faq-a-inner li{margin-bottom:.35rem}.fmdo-page #cta{background:linear-gradient(180deg,#050f08,#0d0d0d);border-top:1px solid #1a7a4a26;overflow:hidden;padding:5rem 4rem;position:relative;text-align:center}.fmdo-page .cta-sweep-line{background:linear-gradient(90deg,#0000,var(--neon),#0000);height:1px;left:0;position:absolute;top:0;width:0}.fmdo-page .cta-inner{position:relative;z-index:1}.fmdo-page .cta-h2{color:var(--white);font-size:clamp(2rem,5vw,3.6rem);font-weight:900;letter-spacing:-1.5px;margin-bottom:1rem;opacity:0;transform:scale(.92)}.fmdo-page .cta-h2 em{color:var(--neon);font-style:normal}.fmdo-page .cta-sub{color:var(--muted);margin-bottom:2.5rem}.fmdo-page .btn-large,.fmdo-page .cta-sub{font-size:1.1rem;opacity:0;transform:translateY(20px)}.fmdo-page .btn-large{padding:1rem 2.8rem}.fmdo-page #footer{background:#0d0d0d;border-top:1px solid var(--border);padding:4rem 4rem 2rem}.fmdo-page .footer-top{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr 1.2fr;margin:0 auto;max-width:1120px}.fmdo-page .footer-partners{display:flex;flex-direction:column;gap:1.3rem;padding-left:1.5rem}.fmdo-page .footer-partners h4{color:var(--muted);font-size:1.35rem;font-style:italic;font-weight:800;letter-spacing:0;margin-bottom:0;text-transform:none}.fmdo-page .footer-partner-img{display:block;height:52px;opacity:.8;transition:opacity .2s;width:auto}.fmdo-page .footer-partner-img:hover{opacity:1}.fmdo-page .footer-partner-img.umg{filter:brightness(0) invert(1)}.fmdo-page .footer-brand img{height:auto;margin-bottom:0;width:120px}.fmdo-page .footer-brand p{color:var(--dim);font-size:.86rem;line-height:1.6;max-width:240px}.fmdo-page .footer-col h4{color:var(--white);font-size:.78rem;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.fmdo-page .footer-col a{color:#aaa;display:block;font-size:.84rem;margin-bottom:.6rem;transition:color .2s}.fmdo-page .footer-col a:hover{color:var(--neon)}.fmdo-page .footer-bottom{border-top:1px solid var(--border);margin:3rem auto 0;max-width:1120px;padding-top:1.5rem;text-align:center}.fmdo-page .footer-copy{color:#555;font-size:.82rem;line-height:1.6}.fmdo-page .footer-copy strong{color:var(--muted);font-weight:600}.fmdo-page #whatsapp-float{align-items:center;background:#25d366;border-radius:50%;bottom:28px;box-shadow:0 4px 16px #25d36673;display:flex;height:56px;justify-content:center;position:fixed;right:28px;text-decoration:none;transition:transform .2s,box-shadow .2s;width:56px;z-index:9999}.fmdo-page #whatsapp-float:hover{box-shadow:0 6px 24px #25d366a6;transform:scale(1.12)}.fmdo-page section[id]{scroll-margin-top:115px}@media(max-width:1024px){.fmdo-page #fmdo-navbar{padding:1rem 2rem}.fmdo-page #cta,.fmdo-page #faq,.fmdo-page #hero,.fmdo-page #pricing,.fmdo-page #stats,.fmdo-page #testimonials .section-inner,.fmdo-page #why{padding-left:2rem;padding-right:2rem}.fmdo-page .why-grid{grid-template-columns:1fr 1fr}.fmdo-page .pricing-grid{grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:480px}.fmdo-page .price-card.featured,.fmdo-page .price-card.label-card{filter:none;opacity:1}.fmdo-page .stats-grid{gap:2.5rem;grid-template-columns:1fr 1fr}.fmdo-page .footer-top{grid-template-columns:1fr 1fr 1fr}.fmdo-page .footer-partners{align-items:center;flex-direction:row;flex-wrap:wrap;gap:2rem;grid-column:span 3}.fmdo-page #footer{padding:3rem 2rem 2rem}}@media(max-width:768px){.fmdo-page .nav-links{display:none}.fmdo-page .nav-burger{display:flex}.fmdo-page #fmdo-navbar{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#080d08f2;border-bottom:1px solid #1a7a4a2e;padding:1rem 1.5rem}.fmdo-page .nav-logo img{height:38px}.fmdo-page .marquee-container{max-width:100%}.fmdo-page #hero{padding:9.5rem 1.5rem 3rem}.fmdo-page .hero-h1{letter-spacing:-1.5px}.fmdo-page .hero-video-overlay{background:linear-gradient(180deg,#080808d1 0,#080808b8 45%,#0d0d0df5)}.fmdo-page #why{padding-bottom:4rem;padding-top:4rem}.fmdo-page #faq{padding-bottom:4rem;padding-top:2rem}.fmdo-page #stats{padding-bottom:2.5rem;padding-top:2.5rem}.fmdo-page #platforms{padding-bottom:3.5rem;padding-top:3.5rem}.fmdo-page #testimonials{padding-bottom:1.5rem;padding-top:4rem}.fmdo-page #testimonials .section-inner{margin-bottom:2rem}.fmdo-page #cta,.fmdo-page #pricing{padding-bottom:4rem;padding-top:4rem}.fmdo-page .hero-btns{align-items:center;flex-direction:column}.fmdo-page .hero-btns .btn-primary,.fmdo-page .hero-btns .btn-secondary{max-width:300px;text-align:center;width:100%}.fmdo-page #cta,.fmdo-page #faq,.fmdo-page #pricing,.fmdo-page #stats,.fmdo-page #testimonials .section-inner,.fmdo-page #why{padding-left:1.5rem;padding-right:1.5rem}.fmdo-page .why-grid{gap:1rem;grid-template-columns:1fr}.fmdo-page .stats-grid{gap:2rem;grid-template-columns:1fr 1fr}.fmdo-page .footer-top{grid-template-columns:1fr 1fr;text-align:center}.fmdo-page .footer-partners{align-items:center;flex-direction:row;flex-wrap:wrap;gap:1.5rem;grid-column:span 2;justify-content:center}.fmdo-page .footer-brand img{margin-left:auto;margin-right:auto}.fmdo-page .footer-brand p{max-width:100%}.fmdo-page .footer-col a{text-align:center}.fmdo-page .price-card.starter{box-shadow:0 0 40px #7c3aed4d;transform:none}.fmdo-page .price-card.starter:hover{box-shadow:0 16px 60px #0009,0 0 60px #7c3aed6b;transform:translateY(-8px)}.fmdo-page .section-lead{font-size:.97rem;margin-bottom:2rem}.fmdo-page .testi-slide{flex:0 0 100%}.fmdo-page .testi-slider-wrap{padding:0 2.5rem 2.5rem}.fmdo-page .testi-modal-box{flex-direction:column}.fmdo-page .testi-modal-photo-col{flex:0 0 200px}}@media(max-width:480px){.fmdo-page #sale-bar{font-size:.75rem;letter-spacing:.2px;padding:.6rem .75rem}.fmdo-page .sale-full{display:none}.fmdo-page .sale-mob{display:inline}.fmdo-page #fmdo-navbar{padding:.85rem 1.2rem;top:38px;top:var(--fmdo-salebar-h,38px)}.fmdo-page #hero{padding:8rem 1.2rem 2.5rem}.fmdo-page .hero-h1{letter-spacing:-1px;line-height:1.1}.fmdo-page .hero-sub{font-size:.97rem}.fmdo-page #cta,.fmdo-page #faq,.fmdo-page #pricing,.fmdo-page #stats,.fmdo-page #testimonials .section-inner,.fmdo-page #why{padding-left:1.2rem;padding-right:1.2rem}.fmdo-page .testi-slide{flex:0 0 100%}.fmdo-page .testi-slider-wrap{padding:0 2.5rem 2.5rem}.fmdo-page .testi-modal-box{flex-direction:column}.fmdo-page .testi-modal-photo-col{flex:0 0 200px}.fmdo-page .stats-grid{gap:1.5rem;grid-template-columns:1fr 1fr}.fmdo-page .pricing-grid{max-width:100%}.fmdo-page .footer-top{grid-template-columns:1fr}.fmdo-page .footer-partners{align-items:center;flex-direction:column;gap:1rem;grid-column:span 1;justify-content:center}.fmdo-page .footer-partner-img{height:36px}.fmdo-page #footer{padding:2.5rem 1.2rem 1.5rem}.fmdo-page section[id]{scroll-margin-top:90px}.fmdo-page .faq-q{font-size:.95rem;padding:1.1rem 0}.fmdo-page #mobile-menu a{font-size:1.5rem}.fmdo-page .nav-logo img{height:30px}.fmdo-page #hero{padding-top:7.5rem}.fmdo-page .price-amt{font-size:clamp(2rem,8vw,3.6rem);letter-spacing:-1px}.fmdo-page .price-name{font-size:1.25rem;margin-bottom:1.1rem}.fmdo-page .price-card{padding:1.4rem 1.6rem}.fmdo-page .price-card.starter{padding-top:calc(1.4rem + 42px)}.fmdo-page .marquee-container{max-width:100%}.fmdo-page .testi-slider-wrap{max-width:100%;padding:0 2rem 2rem}.fmdo-page .testi-slide-inner{height:300px}.fmdo-page #cta,.fmdo-page #why{padding-bottom:2.5rem;padding-top:2.5rem}.fmdo-page #faq{padding-bottom:2.5rem;padding-top:1.2rem}.fmdo-page #stats{padding-bottom:1.8rem;padding-top:1.8rem}.fmdo-page #platforms{padding-bottom:2rem;padding-top:2rem}.fmdo-page #testimonials{padding-bottom:1rem;padding-top:2.5rem}.fmdo-page #pricing{padding-bottom:2.5rem;padding-top:2.5rem}.fmdo-page .starter-countdown{font-size:.7rem;gap:.35rem;padding:8px 12px}.fmdo-page .countdown-time{font-size:.78rem}.fmdo-page .starter-monthly{font-size:.8rem}.fmdo-page .offer-popup-chip{font-size:.75rem;padding:.3rem .85rem}.fmdo-page .btn-primary,.fmdo-page .btn-secondary{padding:.9rem 2rem}.fmdo-page .section-title{letter-spacing:-.5px}}@media(max-width:360px){.fmdo-page .hero-badge{font-size:.65rem;padding:.28rem .8rem}.fmdo-page .starter-countdown{flex-wrap:wrap;justify-content:center;text-align:center;white-space:normal}.fmdo-page .price-card{padding:1.2rem 1.1rem}.fmdo-page .price-name{font-size:1.15rem}.fmdo-page .price-btn{font-size:.9rem;padding:.9rem}.fmdo-page .starter-claim-btn{font-size:.95rem!important;padding:12px 16px!important}.fmdo-page .stat-num{font-size:clamp(1.6rem,8vw,2.5rem)}.fmdo-page .stat-label{font-size:.78rem}.fmdo-page .why-icon{font-size:1.2rem;height:40px;width:40px}.fmdo-page .why-title{font-size:1.05rem}.fmdo-page #mobile-menu a{font-size:1.35rem}.fmdo-page .footer-col h4{font-size:.72rem}.fmdo-page .footer-col a{font-size:.8rem}}@media(hover:none){.fmdo-page #cursor-dot,.fmdo-page #cursor-glow,.fmdo-page #cursor-ring{display:none}.fmdo-page .faq-q,.fmdo-page button{cursor:auto}}@media(prefers-reduced-motion:reduce){.fmdo-page .reveal{opacity:1!important;transform:none!important}}@media(hover:none){body.fmdo-body{cursor:auto}}.fmdo-app-modal{align-items:flex-start;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#0f17128c;cursor:auto;display:flex;font-family:Poppins,Segoe UI,system-ui,sans-serif;inset:0;justify-content:center;overflow-y:auto;padding:3rem 1rem;position:fixed;z-index:2000}.fmdo-app-modal.b2b-standalone{backdrop-filter:none;-webkit-backdrop-filter:none;background:#0d0d0d}.fmdo-app-modal *{box-sizing:border-box;cursor:auto}.fmdo-app-modal .app-card{background:#fff;border:1px solid #e6e8eb;border-radius:16px;box-shadow:0 20px 60px #0f171259;margin:0;max-width:540px;padding:2rem 1.8rem 1.8rem;position:relative;width:100%}.fmdo-app-modal .app-card h3{color:#1a1f24;font-size:1.4rem;font-weight:700;margin:0 0 .2rem}.fmdo-app-modal .app-card .app-sub{color:#6b7280;font-size:.88rem;margin:0 0 1.3rem}.fmdo-app-modal .app-close{background:none;border:none;color:#9aa1a9;cursor:pointer;font-size:1.6rem;line-height:1;position:absolute;right:1.1rem;top:1rem}.fmdo-app-modal .app-close:hover{color:#1a1f24}.fmdo-app-modal .app-field{margin-bottom:1rem}.fmdo-app-modal .app-row{display:flex;gap:.9rem}.fmdo-app-modal .app-row .app-field{flex:1 1}.fmdo-app-modal .app-field label{color:#4b5563;display:block;font-size:.82rem;font-weight:500;margin-bottom:.35rem}.fmdo-app-modal .app-field label .req{color:#e11d48}.fmdo-app-modal .app-field input,.fmdo-app-modal .app-field textarea{background:#f7f8fa;border:1px solid #dfe3e8;border-radius:10px;color:#1a1f24;font-family:inherit;font-size:.92rem;padding:.7rem .85rem;transition:border-color .2s,box-shadow .2s,background .2s;width:100%}.fmdo-app-modal .app-field input::placeholder{color:#9aa1a9}.fmdo-app-modal .app-field input:focus,.fmdo-app-modal .app-field textarea:focus{background:#fff;border-color:#1a7a4a;box-shadow:0 0 0 3px #1a7a4a1f;outline:none}.fmdo-app-modal .app-field input[type=file]{background:#f7f8fa;color:#6b7280;font-size:.82rem;padding:.5rem}.fmdo-app-modal .app-field input[type=file]::file-selector-button{background:#fff;border:1px solid #dfe3e8;border-radius:8px;color:#1a1f24;font-family:inherit;font-size:.8rem;margin-right:.6rem;padding:.35rem .7rem}.fmdo-app-modal .app-field textarea{min-height:60px;resize:vertical}.fmdo-app-modal .app-error{color:#dc2626;font-size:.85rem;margin:.4rem 0 .2rem}.fmdo-app-modal .app-actions{display:flex;gap:.8rem;margin-top:1.2rem}.fmdo-app-modal .app-btn{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-family:inherit;font-size:.95rem;font-weight:600;padding:.85rem 1rem;transition:opacity .2s,transform .15s,box-shadow .2s}.fmdo-app-modal .app-btn:active{transform:scale(.98)}.fmdo-app-modal .app-btn-primary{background:linear-gradient(135deg,#1a7a4a,#22a05a);box-shadow:0 4px 14px #1a7a4a4d;color:#fff}.fmdo-app-modal .app-btn-primary:hover{box-shadow:0 6px 18px #1a7a4a66}.fmdo-app-modal .app-btn-ghost{background:#fff;border:1px solid #dfe3e8;color:#6b7280;flex:0 0 auto;padding:.85rem 1.3rem}.fmdo-app-modal .app-btn-ghost:hover{background:#f7f8fa}.fmdo-app-modal .app-btn:disabled{opacity:.55;pointer-events:none}.fmdo-app-modal .app-saved-note{background:#ecfdf3;border:1px solid #abefc6;border-radius:10px;color:#067647;font-size:.86rem;margin-bottom:1rem;padding:.7rem .9rem}@media(max-width:520px){.fmdo-app-modal .app-row{flex-direction:column;gap:0}.fmdo-app-modal .app-card{padding:1.6rem 1.2rem}}.fmdo-checkout{--accent:#4ade80;--accent-rgb:74,222,128;align-items:center;background:radial-gradient(ellipse 70% 55% at 50% -5%,rgba(var(--accent-rgb),.2) 0,#0000 70%),#0d0d0d;color:#e0e0e0;display:flex;font-family:Poppins,Segoe UI,system-ui,sans-serif;justify-content:center;min-height:100vh;padding:2.4rem 1.2rem}.fmdo-checkout *{box-sizing:border-box}.fmdo-checkout a{color:inherit;text-decoration:none}.fmdo-checkout .plan-card{background:#0f1a14;border:1px solid rgba(var(--accent-rgb),.35);border-radius:22px;box-shadow:0 30px 80px #00000080;max-width:460px;padding:2.6rem 2.2rem 2.2rem;text-align:center;width:100%}.fmdo-checkout .plan-eyebrow{color:var(--accent);font-size:.72rem;letter-spacing:3px;margin:0 0 .9rem;text-transform:uppercase}.fmdo-checkout .plan-name{color:#fff;font-size:2rem;font-weight:800;margin:0 0 .4rem}.fmdo-checkout .plan-price{color:var(--accent);font-size:2.6rem;font-weight:800;margin:0 0 .3rem}.fmdo-checkout .plan-price sup{font-size:1.3rem;position:relative;top:-.9em}.fmdo-checkout .plan-price span{color:#888;font-size:1rem;font-weight:500}.fmdo-checkout .plan-note{color:#9aa1a9;font-size:.92rem;margin:0 0 1.6rem}.fmdo-checkout .plan-features{grid-gap:.6rem;display:grid;gap:.6rem;list-style:none;margin:0 0 2rem;padding:0;text-align:left}.fmdo-checkout .plan-features li{color:#c7ccd1;font-size:.92rem;padding-left:1.5rem;position:relative}.fmdo-checkout .plan-features li:before{color:var(--accent);content:"✓";font-weight:700;left:0;position:absolute}.fmdo-checkout .plan-error{background:#3a1414;border:1px solid #6b2020;border-radius:10px;color:#ffb4b4;font-size:.88rem;margin-bottom:1.2rem;padding:.8rem 1rem}.fmdo-checkout .plan-cta{background:var(--accent);border:none;border-radius:14px;box-shadow:0 8px 26px rgba(var(--accent-rgb),.35);color:#0d0d0d;cursor:pointer;display:block;font-family:inherit;font-size:1.05rem;font-weight:700;padding:1.05rem;transition:transform .15s,box-shadow .2s;width:100%}.fmdo-checkout .plan-cta:hover{box-shadow:0 12px 32px rgba(var(--accent-rgb),.45);transform:translateY(-2px)}.fmdo-checkout .plan-cta:disabled{opacity:.6;pointer-events:none}.fmdo-checkout .success-block h2{color:#fff;font-size:1.4rem;font-weight:800;margin:1.1rem 0 .5rem}.fmdo-checkout .success-block p{color:#9aa1a9;font-size:.92rem;line-height:1.55;margin:0 0 .6rem}.fmdo-checkout .success-icon{align-items:center;background:var(--accent);border-radius:50%;color:#0d0d0d;display:flex;font-size:2rem;font-weight:800;height:64px;justify-content:center;margin:0 auto;width:64px}.fmdo-checkout .success-pid{color:#6b7280;display:block;font-size:.78rem;margin-bottom:1.4rem}.fmdo-checkout .plan-back{color:#6b7280;display:inline-block;font-size:.85rem;margin-top:1.6rem}.fmdo-checkout .plan-back:hover{color:var(--accent)}@font-face{font-family:ClimateCrisis-Variable;font-style:normal;font-weight:400;src:url(/static/media/ClimateCrisis-Variable.ed72c8cad172d1e880d6.ttf) format("truetype")}@font-face{font-family:BRLNSR;font-style:normal;font-weight:400;src:url(/static/media/BRLNSR.dc095e60ae5e90312573.TTF) format("truetype")}@font-face{font-family:Montserrat-VariableFont_wght;font-style:normal;font-weight:400;src:url(/static/media/Montserrat-VariableFont_wght.7e687123cd4528224ce5.ttf) format("truetype")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ClimateCrisis-Variable,BRLNSR,Montserrat-VariableFont_wght,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:ClimateCrisis-Variable,BRLNSR,Montserrat-VariableFont_wght,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.section{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-up.is-visible{opacity:1;transform:translateY(0)}.fade-in-left.is-visible,.fade-in-right.is-visible{opacity:1;transform:translateX(0)}.fade-in-up{transform:translateY(20px)}.fade-in-left{transform:translateX(-20px)}.fade-in-right{transform:translateX(20px)}:root{--gutter:clamp(1rem,0.55rem + 2.2vw,2.5rem);--section-y:clamp(2.5rem,1.4rem + 5vw,5rem);--section-y-sm:clamp(1.75rem,1rem + 3.5vw,3.25rem);--gap-xs:clamp(0.375rem,0.3rem + 0.4vw,0.625rem);--gap-sm:clamp(0.625rem,0.5rem + 0.6vw,1rem);--gap:clamp(1rem,0.7rem + 1.2vw,1.75rem);--gap-lg:clamp(1.5rem,1rem + 2.2vw,2.75rem);--fs-display:clamp(1.875rem,1.05rem + 4.1vw,4rem);--fs-h1:clamp(1.625rem,1.05rem + 2.9vw,3rem);--fs-h2:clamp(1.4rem,1rem + 2vw,2.5rem);--fs-h3:clamp(1.25rem,1rem + 1.25vw,2rem);--fs-h4:clamp(1.125rem,1rem + 0.7vw,1.5rem);--fs-h5:clamp(1.0625rem,1rem + 0.4vw,1.25rem);--fs-h6:clamp(1rem,0.96rem + 0.25vw,1.125rem);--fs-body:clamp(0.9375rem,0.9rem + 0.25vw,1.0625rem);--fs-small:clamp(0.8125rem,0.79rem + 0.2vw,0.9375rem);--fs-xs:clamp(0.75rem,0.73rem + 0.15vw,0.8125rem);--lh-tight:1.18;--lh-heading:1.25;--lh-body:1.65;--radius-sm:10px;--radius:clamp(12px,0.6vw + 10px,18px);--radius-lg:clamp(18px,1.4vw + 14px,35px);--radius-xl:clamp(22px,2vw + 16px,40px);--content-max:1200px;--content-wide:1450px;--header-h:64px}@media(max-width:768px){:root{--header-h:60px}}@media(max-width:480px){:root{--header-h:56px}}html{-webkit-text-size-adjust:100%;scroll-padding-top:76px;scroll-padding-top:calc(var(--header-h) + 12px)}body{overflow-x:hidden}.site-scope :where(img,svg,video,canvas,iframe){max-width:100%}.site-scope :where(img,video){height:auto}.site-scope :where(p,li,h1,h2,h3,h4,h5,h6,span,td,th,a){overflow-wrap:break-word}.site-scope :where(h1,h2,h3,h4,h5,h6){line-height:1.25;line-height:var(--lh-heading)}.site-scope :where(p){line-height:1.65;line-height:var(--lh-body)}.site-scope :where(table){max-width:100%}.site-scope :where(button,[role=button],a.nav-link,.MuiIconButton-root){touch-action:manipulation}.site-scope .MuiContainer-root{padding-inline:clamp(1rem,.55rem + 2.2vw,2.5rem);padding-inline:var(--gutter)}.site-scope .MuiGrid-container{max-width:100%}.u-scroll-x{-webkit-overflow-scrolling:touch;overflow-x:auto;scrollbar-width:thin}.u-scroll-x::-webkit-scrollbar{height:6px}.u-scroll-x::-webkit-scrollbar-thumb{background:#00000040;border-radius:999px}.site-scope .react-awesome-reveal,.site-scope [class*=animate__]{max-width:100%}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}
/*# sourceMappingURL=main.b7e51285.css.map*/