@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap);body{font-family:Inter,sans-serif;font-weight:500;margin:0;overflow-x:hidden}@font-face{font-family:CircularPro;font-style:normal;font-weight:400;src:url(/static/media/lineto-circular-pro-book.34a92937f9b97195c270.ttf) format("truetype")}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--purple:#5423e7;--yellow:#ffc233;--menu:#fff9;--menu-hover:#fff;--text-primary:#121217;--text-secondary:#6c6c89;--text-tertiary:#fff;--text-purple1:#7047eb;--text-purple2:#cf75ff;--text-red:#d50b3e;--text-blue:#0075ad;--text-green:#1e874c;--text-orange:#eb3a00;--text-yellow:#ffc233;--text-gray:grey}.nav-top-conent{align-items:center;background:var(--yellow);box-sizing:border-box;display:flex;height:70px;justify-content:center;position:static;width:100vw}.nav-top-conent p{color:var(--text-primary1);color:var(--text-primary);font-size:14px;font-weight:500;text-decoration:none}.read-more-btn{background:#fff;border-radius:20px;color:var(--text-primary1);display:inline-block;font-size:14px;font-weight:500;padding:10px 20px}@media (max-width:520px){a.nav-top-conent{font-size:12px;padding:0 5px}}.main-nav{align-items:center;background:var(--purple);box-sizing:border-box;display:flex;justify-content:space-between;left:0;margin:0 auto;padding:18px 40px;position:-webkit-sticky;position:sticky;top:0;transition:transform .3s ease;width:100vw;z-index:1000}.main-nav.nav-hidden{transform:translateY(-100%)}.nav-logo{flex:0 0 auto}.nav-center{display:flex;flex:1 1;justify-content:space-around}.nav-menu{align-items:center;display:flex;gap:24px;list-style:none;margin:0;padding:0}.nav-menu>li{position:relative}.nav-menu li a{align-items:center;color:var(--menu);display:flex;font-size:15px;font-weight:500;gap:4px;padding:6px 12px;text-decoration:none;transition:color .2s}.nav-menu a:hover{color:var(--menu-hover)}.chevron{transition:transform .2s}.dropdown:hover .chevron{transform:rotate(90deg)}.dropdown-menu{background:var(--purple);box-shadow:0 8px 24px #00000014;display:none;font-size:15px;left:0;list-style:none;padding:0;position:absolute;top:100%;width:100vw;z-index:100}.dropdown-menu:hover,.dropdown:hover .dropdown-menu{display:block}.dropdown-menu-inner{display:flex;margin:0 auto;max-width:1400px;padding:30px 40px}.dropdown-list{border-right:1px solid #ffffff1a;list-style:none;margin:0;padding:0;width:40%}.dropdown-content{padding-left:40px;width:60%}.dropdown-content-inner{align-items:center;display:flex;gap:30px}.dropdown-image{border-radius:8px;height:auto;transition:transform .3s ease;width:200px}.dropdown-extended-description{flex:1 1;font-family:CircularPro;padding-top:10px}.dropdown-extended-description h3{color:var(--menu-hover);font-size:24px;font-weight:500;margin:0 0 16px}.dropdown-extended-description p{color:var(--menu);font-size:15px;line-height:1.6;margin:0;opacity:.9}.dropdown-menu a{align-items:flex-start;border-radius:0;color:var(--menu);display:flex;flex-direction:column;font-size:16px;gap:4px;padding:16px 20px;text-align:left;transition:all .4s ease}.dropdown-item{align-items:flex-start!important;display:flex;text-align:left}.dropdown-menu a:hover{background-color:#ffffff1a;color:var(--menu-hover)}.dropdown-title{font-size:15px;font-weight:500}.dropdown-description{color:var(--menu);font-size:13px;font-weight:400;line-height:1.4;opacity:.7}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slideOut{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slideDown{0%{max-height:0;opacity:0;transform:translateY(-10px)}to{max-height:1000px;opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{max-height:1000px;opacity:1;transform:translateY(0)}to{max-height:0;opacity:0;transform:translateY(-10px)}}@media (max-width:1230px){.main-nav{height:76px;padding:16px 24px}.nav-top-conent{display:none}.main-nav{backface-visibility:hidden;-webkit-backface-visibility:hidden;left:0;padding:18px 20px;position:fixed;top:0;transition:none;will-change:transform;z-index:999}.main-nav,.main-nav.nav-hidden{transform:none!important}.nav-center{-webkit-overflow-scrolling:touch;background:var(--purple);display:none;height:calc(100vh - 76px);left:0;overflow-y:auto;position:fixed;top:76px;width:100vw;z-index:999}.nav-center.mobile-active{animation:slideIn .5s forwards;display:flex;flex-direction:column;justify-content:flex-start}.nav-center.mobile-inactive{animation:slideOut .5s forwards}.nav-center::-webkit-scrollbar{display:none}.nav-center{-ms-overflow-style:none;scrollbar-width:none}.nav-menu{flex-direction:column;gap:10px;margin-bottom:0;min-height:-webkit-min-content;min-height:min-content;width:100%}.nav-menu a{font-size:24px;padding:15px 0;text-align:center;width:100%}.dropdown-menu{background:#0000;box-shadow:none;max-height:0;opacity:0;overflow:hidden;padding:0;position:relative;transform:translateY(-10px);transition:none;width:100%}.dropdown.active .dropdown-menu{animation:slideDown .6s cubic-bezier(.33,1,.68,1) forwards;display:block}.dropdown.closing .dropdown-menu{animation:slideUp .5s cubic-bezier(.4,0,.2,1) forwards;display:block}.dropdown-menu-inner{animation:fadeIn .4s cubic-bezier(.33,1,.68,1) forwards;animation-delay:.15s;flex-direction:column;opacity:0;padding:0;transform:translateY(-10px)}.dropdown.active .dropdown-menu-inner{opacity:1;transform:translateY(0);transition:all .4s cubic-bezier(.33,1,.68,1);transition-delay:.15s}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-list{border-right:none;width:100%}.dropdown-content{display:none;padding-left:0;width:100%}.burger-menu{display:block;z-index:1000}.nav-signin{margin:10px 0 0;text-align:left}.nav-get-started{justify-content:center;text-align:center;width:100%}.nav-actions{flex-direction:column;width:100%}.dropdown-menu a{padding:12px 16px}.dropdown-description{font-size:14px;text-align:left}}.nav-actions{display:flex;flex:0 0 auto;flex-direction:column;gap:16px}.language-switcher{align-items:center;background:#0000;border:1px solid #e0dfff;border-radius:4px;color:#e0dfff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:32px;justify-content:center;min-width:40px;padding:6px 12px;transition:all .2s ease}.language-switcher:hover{background:#e0dfff;color:var(--purple);transform:translateY(-1px)}.language-switcher:active{transform:translateY(0)}.language-switcher:disabled{cursor:not-allowed;opacity:.6;transform:none}.language-switcher:disabled:hover{background:#0000;color:#e0dfff;transform:none}.nav-signin{color:#e0dfff;font-family:Inter,sans-serif;font-size:15px;font-weight:500;padding:6px 12px;text-decoration:none;transition:color .2s}.nav-signin:hover{color:#fff}@media (min-width:1231px){.dropdown,.nav-center{position:static}.dropdown>a:after{background:#0000;bottom:-20px;content:"";height:20px;left:0;position:absolute;width:100%}.dropdown-menu{background:var(--purple);border-radius:0;border-top:1px solid #555;box-sizing:border-box;color:#fff;display:block;left:0;opacity:0;padding:30px 40px;position:fixed;top:76px;transition:opacity .3s ease,visibility .3s ease,top .3s ease;visibility:hidden;width:100vw;z-index:999}.dropdown-menu.at-top{top:146px}.dropdown-menu:hover,.dropdown:hover .dropdown-menu{opacity:1;visibility:visible}.dropdown:hover .chevron{transform:rotate(90deg)}.nav-actions{align-items:center;flex-direction:row;gap:16px}.language-switcher{font-size:13px;height:36px;min-width:44px}}.dropdown-menu li{list-style:none;margin:0;padding:0;width:100%}.nav-get-started{align-items:center;background:#fff;border-radius:40px;box-shadow:0 2px 8px #5a32ea14;color:var(--text-primary);display:flex;font-size:15px;font-weight:500;gap:8px;padding:10px 28px;text-decoration:none;transition:gap .2s}.nav-get-started:hover{gap:12px}.burger-menu{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;background:none;border:none;color:var(--menu);cursor:pointer;display:none;height:24px;outline:none;padding:0;position:relative;-webkit-user-select:none;user-select:none;width:24px}.burger-menu:focus{outline:none}.burger-menu .middle-line,.burger-menu:after,.burger-menu:before{background:currentColor;border-radius:2px;content:"";height:2px;left:0;position:absolute;transition:transform .3s ease,opacity .3s ease;width:24px}.burger-menu:before{top:4px}.burger-menu:after{bottom:4px}.burger-menu .middle-line{top:50%;transform:translateY(-50%)}.burger-menu.active:before{transform:translateY(7px) rotate(45deg)}.burger-menu.active:after{transform:translateY(-7px) rotate(-45deg)}.burger-menu.active .middle-line{opacity:0;transform:translateY(-50%) scale(0)}@media (max-width:1230px){.main-nav{padding:16px 24px}.nav-center{display:none;transition:transform .3s ease}.nav-center.mobile-active{background:#5423e7;box-shadow:0 8px 24px #00000026;display:block;left:0;padding:24px;position:absolute;right:0;top:100%;transform:translateY(0)}.nav-menu{align-items:flex-start;flex-direction:column;gap:20px;width:100%}.nav-menu a{color:#fffd!important;font-size:18px;padding:16px;width:100%}.dropdown-menu{box-shadow:none;display:none;margin-top:8px;min-width:100%;opacity:1;padding:0 0 0 16px;position:static;transform:none;visibility:visible}.dropdown.active .dropdown-menu{display:block}.dropdown.active .chevron{transform:rotate(90deg)}.burger-menu{display:block;margin-left:auto;margin-right:16px;padding:12px}.nav-signin{color:#fff!important;font-size:15px;padding:12px}.nav-get-started{text-wrap:nowrap;font-size:15px;padding:8px 16px;width:165px}.dropdown-menu a{padding:12px 16px}.dropdown-description{font-size:12px}}.footer{background-color:var(--purple);color:#fff;padding:80px 20px 40px}.footer-top{margin:0 auto;max-width:1200px}.footer-head .spanTop{color:var(--text-yellow);font-size:14px;font-weight:500;letter-spacing:2px;text-transform:uppercase}.footer-head-content{align-items:end;display:flex;flex-direction:row;justify-content:space-between}.footer-head h1{font-family:CircularPro;font-size:56px;font-weight:500;line-height:1.2;margin-top:20px}.footer-top-img{align-items:center;display:flex;justify-content:center}.footer-laptop{height:auto;margin:0 auto;width:70%}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr repeat(4,1fr);margin:80px auto 0;max-width:1200px;padding:0 20px}.footer-logo{grid-column:1}.footer-logo .emoji{font-size:24px}.footer-section{display:flex;flex-direction:column}.footer-section h4{color:#fff;font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:20px;text-transform:uppercase}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:#ffffffb3;font-size:14px;line-height:1.4;text-decoration:none;transition:color .2s ease}.footer-section ul li a:hover{color:#fff}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;color:#ffffffb3;display:flex;flex-direction:row;font-size:13px;gap:5px;justify-content:center;margin:60px auto 0;max-width:1200px;padding-top:30px;text-align:center}.footer-bottom a{color:#c20029;text-decoration:none;transition:color .2s ease}.footer-bottom a:hover{color:#fff}.footer-addresses{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr repeat(4,1fr);margin:40px auto 0;max-width:1200px;padding:0 20px}.footer-addresses .footer-section h4{color:#fff;font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:20px;text-transform:uppercase}.footer-addresses .footer-section ul li{color:#ffffffb3;font-size:13px;line-height:1.4;margin-bottom:12px}.stripe-link{text-decoration:underline}@media (max-width:1200px){.footer-content{grid-template-columns:repeat(3,1fr)}.footer-logo{grid-column:1/-1;margin-bottom:20px;text-align:center}}@media (max-width:768px){.footer{padding:60px 5px 30px}.footer-addresses,.footer-content{gap:30px;grid-template-columns:repeat(2,1fr)}.footer-addresses>div:first-child,.footer-addresses>div:nth-child(4),.footer-addresses>div:nth-child(5){display:none}.footer-head-content{align-items:start;flex-direction:column;gap:20px;margin-bottom:20px}.footer-head h1{font-size:40px}.footer-logo{grid-column:1/-1}}@media (max-width:420px){.footer-head h1{font-size:35px}}@media (max-width:350px){.footer-content{grid-template-columns:1fr}.footer-section{text-align:center}.footer-head h1{font-size:29px}.footer-logo{margin-bottom:40px}}.welcome-section{align-items:center;background:var(--purple);box-sizing:border-box;display:flex;flex-direction:column;gap:60px;min-height:calc(100vh - 140px);overflow-x:hidden;padding:100px 40px}.welcome-container{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:80vw}.welcome-content{max-width:800px}.welcome-content h1{color:var(--text-tertiary);font-family:CircularPro;font-size:80px;font-weight:400;line-height:1.1;margin:0 0 24px;text-align:left}@media (max-width:1700px){.welcome-content h1{font-size:70px}}.welcome-content p{color:var(--menu);font-size:18px;line-height:1.5;margin:0 0 40px;max-width:520px}div.startButton1{display:inline-block;position:relative}a.startButton1{text-decoration:none}button.startButton{text-wrap:nowrap;align-items:center;background-color:#fff;border:none;border-radius:40px;color:var(--text-primary);cursor:pointer;display:flex;font-size:18px;font-weight:500;gap:5px;justify-content:center;padding:18px 36px;position:relative;transition:all .3s cubic-bezier(.4,1.5,.5,1);z-index:2}div.startButton1:hover button.startButton{background-color:#ffc233;gap:10px;transform:translate(-7px,-7px)}div.startButton2{background-color:#ffd266;border-radius:40px;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.welcome-image{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.dashboard-preview{height:auto;max-width:1000px;transform:translate(0);width:200%}@media (max-width:1700px){.dashboard-preview{transform:translate(50px);width:150%}}@media (max-width:1000px){.dashboard-preview{transform:translate(0);width:100%}}@media (max-width:1024px){.welcome-container{gap:40px;grid-template-columns:1fr;text-align:left}.welcome-content{max-width:100%}.welcome-content h1{font-size:48px}.welcome-content p{font-size:18px;margin:50px 0}.brands-slider{gap:30px}.brand-logo{max-width:160px;min-width:100px}div.startButton1{margin:0 auto}}@media (max-width:768px){.welcome-section{padding:40px 24px}.welcome-content h1{font-size:36px}.welcome-content p{font-size:16px}button.startButton{font-size:16px;padding:10px 20px}.welcome-brands-container{padding:0 24px}.welcome-brands h3{font-size:16px;margin-bottom:30px;text-align:left}.brands-slider{gap:24px;justify-content:center}.brand-logo{max-width:120px;min-width:80px}}.welcome-brands-container{align-items:center;display:flex;flex-direction:row;gap:40px;justify-content:space-between;margin:0 auto;max-width:80vw}.welcome-brands h3{color:var(--menu);font-size:14px;font-weight:400;letter-spacing:1.5px}.brands-slider{flex-wrap:wrap;gap:35px;justify-content:space-between}.brand-logo,.brands-slider{align-items:center;display:flex}.brand-logo{flex:1 1;justify-content:center;max-width:150px;min-width:100px;opacity:.9;transition:opacity .3s ease}.brand-logo:hover{opacity:1}.brand-logo img{filter:brightness(0) invert(1);height:auto;object-fit:contain;width:100%}@media (max-width:540px){.welcome-brands-container{flex-direction:column;padding:0 24px}}section.new-section-container{margin:0 auto;padding:160px 0;width:60vw}.new-section{align-items:center;display:flex;flex-direction:row;gap:10%;justify-content:center;margin:0 auto}.new-section-container-left{width:50%}.new-section-container-right{width:40%}.small-heading{font-size:14px;font-weight:500;letter-spacing:1px;margin-bottom:20px;text-transform:uppercase}.big-heading{color:var(--text-primary);font-family:CircularPro,sans-serif;font-size:56px;font-weight:400;line-height:1.1;margin-bottom:0;text-align:left}.section-paragraph{color:var(--text-secondary);font-size:18px;font-weight:400;letter-spacing:.04em;line-height:1.6}.span-bold{color:var(--text-primary);font-weight:500}@media (max-width:1600px){section.new-section-container{padding:80px 0;width:80vw}}@media (max-width:1000px){.big-heading{font-size:40px;margin:0 0 30px}.new-section{flex-direction:column}.new-section-container-left,.new-section-container-right{width:100%}}@media (max-width:400px){.big-heading{font-size:32px}}.why-serenity-container{margin:0 auto;padding:160px 0;width:60vw}h4.small-heading{font-size:14px;font-weight:500;letter-spacing:2px;margin-bottom:20px;text-transform:uppercase}h2.big-heading{font-family:CircularPro,sans-serif;font-size:48px;font-weight:400;margin-bottom:30px}.button-container{display:flex;justify-content:center;margin-top:40px}.why-serenity-button{background-color:var(--text-purple1);border:1px solid var(--text-purple1);border-radius:100px;color:#fff;display:inline-block;font-size:16px;font-weight:500;padding:15px 30px;text-decoration:none;transition:all .3s ease}.why-serenity-button:hover{background-color:#fff;border:1px solid var(--text-primary);box-shadow:0 4px 12px #0000001a;color:var(--text-primary)}@media (max-width:1600px){.why-serenity-container{padding:80px 0;width:80vw}}@media (max-width:1400px){h2.big-heading{font-size:40px}}@media (max-width:900px){h2.big-heading{font-size:32px}}@media (max-width:650px){h2.big-heading{font-size:25px}.why-serenity-button{font-size:14px;padding:12px 25px}}@media (max-width:500px){h2.big-heading{font-size:20px}.why-serenity-button{font-size:13px;padding:10px 20px}}.split-section{display:flex;width:100%}.split-section--small{max-height:50vh}.split-section--big{max-height:100vh}.split-section--biggest{height:95vh}.split-section__left,.split-section__right{align-items:center;display:flex;flex:1 1;justify-content:center;overflow:hidden;padding:2rem}.split-section__content{align-items:center;display:flex;height:95%;justify-content:center;max-width:100%}.split-section__image{border-radius:12px;height:auto;max-height:90%;max-width:90%;object-fit:contain;object-position:center;width:auto}@media screen and (max-width:768px){.split-section{flex-direction:column}.split-section__left,.split-section__right{width:100%}.split-section__image{max-height:500px;max-width:100%;padding:0;width:auto!important}.split-section--small{min-height:auto}.split-section--big{min-height:1000px;width:100%}.split-section--biggest{height:auto;max-width:100%}.split-section__content{height:auto}}@media (max-width:450px){.split-section__left,.split-section__right{padding:0!important}}.feature-grid{display:flex;justify-content:center;padding:4rem 0;width:100%}.feature-grid__container{grid-gap:0;display:grid;gap:0}.feature-grid__container--six{grid-template-columns:repeat(3,1fr);max-width:1200px!important}.feature-grid__container--four{grid-template-columns:repeat(2,1fr);max-width:900px}.feature-card{border-radius:12px;display:flex;flex-direction:column;gap:1rem;padding:2rem;position:relative;transition:all .3s ease}.feature-card:hover{background-color:var(--hover-bg-color);box-shadow:0 20px 40px #0000001a;transform:translateY(-4px)}.feature-card__small-heading{font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.feature-card__big-heading{color:var(--text-primary);font-family:CircularPro,sans-serif;font-size:38px;font-weight:600;line-height:1.2;margin:.5rem 0}.feature-card__content{color:var(--text-secondary);font-size:18px;line-height:1.6;margin:0}@media screen and (max-width:1300px){.feature-grid__container--six{grid-template-columns:repeat(2,1fr)}.feature-card{aspect-ratio:auto}}@media screen and (max-width:1024px){.feature-grid__container--six{grid-template-columns:repeat(2,1fr)}.feature-grid__container--four{max-width:800px}}@media screen and (max-width:880px){.feature-grid__container--four,.feature-grid__container--six{grid-template-columns:1fr}.feature-grid{padding:2rem 1rem}.feature-card{aspect-ratio:auto;min-height:320px;transition:all .5s ease}.feature-card:hover{background-color:initial;box-shadow:none;transform:none}.feature-card.card-in-view{background-color:var(--hover-bg-color);box-shadow:0 20px 40px #0003,0 -20px 40px #0000001a;transform:translateY(-4px)}.feature-card__big-heading{font-size:32px}}@media screen and (max-width:400px){.feature-card__big-heading{font-size:25px}.feature-card__content{font-size:16px}}.blacknwhite-wrapper,.thisTurnsBlackOnBlackSection{transition:all .6s ease}.thisTurnsBlackOnBlackSection.activeScroll,.thisTurnsBlackOnBlackSectionHover:hover.activeScroll{background-color:#000!important}.thisTurnsBlackOnBlackSectionText.activeScroll{color:#000!important}.blacknwhite-wrapper .dashboard-intro{background-color:#fff;padding:160px 0;transition:background-color .6s ease}.blacknwhite-wrapper.activeScroll .dashboard-intro{background-color:#000}.blacknwhite-wrapper .section-title{color:var(--text-primary);font-family:CircularPro,sans-serif;font-size:56px;font-weight:400;line-height:1.1;margin-bottom:0;text-align:left;transition:color .6s ease}.blacknwhite-wrapper.activeScroll .section-title{color:#fff}.blacknwhite-wrapper .section-description{color:var(--text-secondary);font-size:18px;font-weight:400;letter-spacing:.04em;line-height:1.6;transition:color .6s ease}.blacknwhite-wrapper.activeScroll .section-description{color:#fff9}.blacknwhite-wrapper .span-bold-custom{color:var(--text-primary);font-weight:500;transition:color .6s ease}.blacknwhite-wrapper.activeScroll .span-bold-custom{color:#fff}.blacknwhite-wrapper .blacknwhite-container{display:flex;height:50vh}.blacknwhite-wrapper .blacknwhite-left{align-items:center;background-color:#f3e5ff;display:flex;flex:1 1;justify-content:center;padding:4rem;position:relative;transition:background-color .6s ease}.blacknwhite-wrapper.activeScroll .picBack1{background-color:#cf75ff}.blacknwhite-wrapper.activeScroll .picBack2{background-color:#e5b5fe}.blacknwhite-wrapper .blacknwhite-right{align-items:center;background-color:#fff;display:flex;flex:1 1;justify-content:center;padding:4rem;transition:background-color .6s ease}.blacknwhite-wrapper.activeScroll .blacknwhite-right{background-color:#000}.blacknwhite-wrapper .blacknwhite-right1{align-items:center;background-color:#fff;display:flex;flex:1 1;justify-content:center;padding:4rem;transition:background-color .6s ease}.blacknwhite-wrapper.activeScroll .blacknwhite-right1{background-color:#000}.blacknwhite-wrapper .content-wrapper h2{color:var(--text-primary);font-family:CircularPro,sans-serif;font-size:38px;font-weight:400;line-height:1.1;margin:20px 0;text-align:left;transition:color .6s ease}.blacknwhite-wrapper.activeScroll .content-wrapper h2{color:#fff}.blacknwhite-wrapper .feature-item{color:var(--text-secondary);font-size:18px;font-weight:400;letter-spacing:.04em;line-height:1.6;transition:color .6s ease}.pContent{max-width:80%}.blacknwhite-wrapper.activeScroll .feature-item{color:#fff9}.blacknwhite-wrapper .feature-item .highlight{color:var(--text-primary);font-weight:500;transition:color .6s ease}.blacknwhite-wrapper.activeScroll .feature-item .highlight{color:#fff}.dashboard-header{margin:0 auto;width:60vw}.section-label{color:var(--text-purple2);font-size:14px;font-weight:500;letter-spacing:2px;text-transform:uppercase}.dashboard-header-splitter{align-items:flex-start;display:flex;gap:10%;justify-content:space-between;margin-top:40px}.dashboard-header-left{width:50%}.dashboard-header-right{width:40%}.feature-list{display:flex;flex-direction:column;gap:7px}.dashboard-image1,.dashboard-image2{border-radius:10px 10px 0 0;bottom:0;box-shadow:0 4px 20px #0000001a;height:auto;max-width:72%;position:absolute}.slide-indicator{color:var(--text-purple2);font-size:14px;font-weight:500;letter-spacing:2px;margin-bottom:40px;text-transform:uppercase;transition:color .6s ease}@media (max-width:1600px){.blacknwhite-wrapper .dashboard-intro{padding:80px 0}.dashboard-header{width:80vw}}@media (max-width:1490px){.dashboard-image1{max-width:75%}.dashboard-image2{max-width:85%}}@media (max-width:1240px){.blacknwhite-wrapper .feature-item{color:var(--text-secondary);font-size:16px;font-weight:400;letter-spacing:.04em;line-height:1.6;transition:color .6s ease}}@media (max-width:1000px){.blacknwhite-wrapper .content-wrapper h2{font-size:40px;margin:20px 0 30px}.blacknwhite-wrapper .section-title{font-size:40px;margin:0 0 30px}.blacknwhite-wrapper .blacknwhite-container{background:linear-gradient(180deg,#f3e5ff 50%,#000 0);flex-direction:column;height:auto}.blacknwhite-container1{flex-direction:column-reverse!important}.blacknwhite-right1{justify-content:center}.pContent{max-width:100%}.blacknwhite-wrapper .blacknwhite-left,.blacknwhite-wrapper .blacknwhite-right{padding:2rem}.dashboard-image1,.dashboard-image2{border-radius:10px;position:relative}}@media (max-width:850px){.dashboard-header-splitter{flex-direction:column}.dashboard-header-left,.dashboard-header-right{width:100%}}@media (max-width:650px){.blacknwhite-right1{padding:2rem!important}}@media (max-width:450px){.blacknwhite-wrapper .content-wrapper h2,.blacknwhite-wrapper .section-title{font-size:32px}.blacknwhite-left{padding:10px!important}}.comments-section{align-items:center;display:flex;flex-direction:column;padding:80px 0;width:100%}.comments-grid{display:grid;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px;padding:0 20px}.comment-card{display:flex;flex-direction:column;gap:20px;padding:40px;transition:all .3s ease}.comment-text{color:#1a1a1a;font-size:18px;line-height:1.6;margin-bottom:20px}.comment-author{align-items:center;display:flex;gap:15px}.author-photo{border-radius:50%;height:50px;object-fit:cover;width:50px}.author-info{display:flex;flex-direction:column}.author-name{color:#1a1a1a;font-size:16px;font-weight:600}.author-occupation{color:#666;font-size:14px}@media (max-width:1024px){.comments-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.comments-grid{grid-template-columns:1fr}.comment-card{padding:30px}}.selection-split-section{background:#fff;padding:80px 0}.selection-content{grid-gap:60px;align-items:flex-start;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:100vw}.selection-list{display:flex;flex-direction:column;margin:0 0 0 auto;width:60%}.selection-item{border-bottom:1px solid var(--text-primary);cursor:pointer;padding:35px 24px;transition:all .3s ease}.selection-item:hover{background-color:#7047eb0a}.selection-header{align-items:center;display:flex;gap:16px}.selection-number{color:var(--purple);font-size:14px;font-weight:600;opacity:.7}.selection-title{align-items:center;display:flex;flex:1 1;font-size:26px;font-weight:600;justify-content:space-between;margin:0}.arrow{transition:transform .3s ease}.arrow.rotate{transform:rotate(90deg)}.selection-text{color:var(--text-secondary);font-size:18px;height:0;line-height:1.6;margin-top:0;opacity:0;overflow:hidden;transition:height .4s ease,opacity .4s ease,margin-top .4s ease}.selection-text.open{height:var(--text-height);margin-top:16px;opacity:1}.selection-text .highlight{color:var(--text-primary);font-weight:500}.selection-image{align-items:center;display:flex;height:100%;justify-content:center;padding:0 40px;position:relative;top:50%;transform:translateY(-50%);transition:background-color .4s ease .2s;width:100%}.active-image{border-radius:12px;height:auto;max-width:100%;object-fit:contain;opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease;will-change:opacity,transform}.active-image.enter{opacity:1;transform:translateY(0);transition:opacity .4s ease .2s,transform .4s ease}.active-image.exit{opacity:0;transform:translateY(-20px);transition:opacity 70ms ease,transform .2s ease}@media (max-width:1495px){.selection-list{width:70%;width:85%}}@media (max-width:1024px){.selection-content{gap:40px;grid-template-columns:1fr}.selection-image{order:-1;position:relative;top:0;transform:none}.selection-list{width:100%}}@media (max-width:768px){.selection-split-section{padding:60px 0}.selection-item{padding:20px}.selection-title{font-size:16px}.selection-text{font-size:14px}}.input-form-wrapper{background:#fff;border-radius:12px;box-shadow:0 4px 90px #0000001a;margin:80px auto;max-width:800px;padding:2.5rem}.input-form-heading{border-bottom:1px solid #0000001a;margin-bottom:2.5rem;padding-bottom:1.5rem;text-align:center}.input-form-heading h2{color:#00f;font-family:CircularPro;font-size:2.25rem;font-weight:500;letter-spacing:-.02em;margin-bottom:1rem}.input-form-heading p{color:var(--text-primary);font-size:1.1rem;line-height:1.5;margin:0 auto;max-width:600px;opacity:.9}.input-form{max-width:100%}.submit-status{border-radius:8px;font-size:.95rem;margin-bottom:1.5rem;padding:1rem}.submit-status .status-message{margin-bottom:.5rem;text-align:center}.submit-status .error-details{background:#0000000d;border-radius:4px;color:inherit;font-family:monospace;font-size:.85rem;margin-top:.5rem;opacity:.85;padding:.75rem;white-space:pre-wrap;word-break:break-word}.submit-status.success{background-color:#f6ffed;border:1px solid #b7eb8f;color:#52c41a}.submit-status.error{background-color:#fff2f0;border:1px solid #ffccc7;color:#ff4d4f}.form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}@media (max-width:768px){.input-form-page{padding:2rem 1rem}.input-form-wrapper{margin:0 auto;padding:1.5rem}.input-form-heading{margin-bottom:2rem;padding-bottom:1.25rem}.input-form-heading h2{font-size:1.75rem;margin-bottom:.75rem}.input-form-heading p{font-size:1rem;line-height:1.4}.form-row{flex-direction:column;gap:1rem}.submit-status{font-size:.9rem}.submit-status .error-details{font-size:.8rem}}.form-group{display:flex;flex:1 1;flex-direction:column}.form-group label{color:var(--text-primary);font-size:.9rem;font-weight:500;margin-bottom:.5rem}.form-group input{border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:.75rem;transition:all .3s ease}.form-group input:focus{border-color:var(--purple);box-shadow:0 0 0 2px #5423e71a;outline:none}.form-group input.error{border-color:#ff4d4f}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.error-message{color:#ff4d4f;font-size:.8rem;margin-top:.25rem}.submit-button{background:var(--purple);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:1rem;padding:1rem;position:relative;transition:all .3s ease;width:100%}.submit-button:hover:not(:disabled){background:#4517c9}.submit-button:active:not(:disabled){transform:translateY(1px)}.submit-button:disabled{background:#a8a8a8;cursor:not-allowed;opacity:.7}.success-screen{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:2rem;text-align:center}.success-screen svg{animation:scaleIn .5s ease-out;height:90px;margin-bottom:1.5rem;width:90px}.success-screen h3{animation:fadeInUp .5s ease-out .2s both;color:var(--text-primary);font-family:CircularPro;font-size:1.75rem;margin-bottom:1rem}.success-screen p{animation:fadeInUp .5s ease-out .4s both;color:var(--text-primary);font-size:1.1rem;margin-bottom:.75rem;opacity:.9}.success-screen .telegram-contact{animation:fadeInUp .5s ease-out .6s both;font-size:1rem;margin-top:1rem}.success-screen .telegram-contact a{color:var(--purple);font-weight:500;text-decoration:none}.success-screen .telegram-contact a:hover{text-decoration:underline}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.success-screen svg{height:70px;margin-bottom:1rem;width:70px}.success-screen h3{font-size:1.5rem;margin-bottom:.75rem}.success-screen p{font-size:1rem;margin-bottom:.5rem}.success-screen .telegram-contact{font-size:.9rem;margin-top:.75rem}}@media (max-width:480px){.success-screen svg{height:60px;width:60px}}.video-container{align-items:center;border-radius:8px;display:flex;justify-content:center;margin:0 auto;max-width:800px;overflow:hidden;position:relative;width:100%}.video-container iframe,.video-container video{border:none;display:block;height:100%;max-height:90vh;object-fit:contain;width:100%}.video-container:hover .custom-controls{opacity:1}.custom-controls{bottom:0;left:0;opacity:0;padding:20px;position:absolute;right:0;transition:opacity .3s ease}@media (max-width:768px){.video-container{border-radius:8px;width:100%}.video-container iframe,.video-container video{height:auto;max-width:90vw;padding:1rem 0}}.content-div{margin:0 auto;text-align:left;width:70%}.content-div-heading{color:var(--text-primary);font-family:CircularPro;font-size:56px;font-weight:600;font-weight:500;letter-spacing:1px;line-height:1.2}.content-div-text{color:var(--text-primary);font-size:18px;line-height:1.6;margin:40px 0;white-space:pre-line}@media (max-width:1300px){.content-div-heading{font-size:48px}.content-div-text{font-size:16px}}@media (max-width:768px){.content-div{padding:1.5rem;width:90%}.content-div-heading{font-size:40px}}@media (max-width:500px){.content-div{padding:3rem 1.5rem;width:95%}.content-div-heading{font-size:32px}}.demo-cashback{margin:80px auto;max-width:1200px;padding:2rem;width:100%}.demo-cashback-heading{color:var(--text-primary);font-family:CircularPro;font-size:56px;font-weight:500;letter-spacing:1px;line-height:1.2;margin:0 auto;text-align:center}.card.shadow.p-4.mb-5{border:none;box-shadow:0 4px 16px #0000001a;padding:2rem}.customize{color:#1e3557;font-size:28px;font-weight:700;margin-bottom:.5rem}.fill{color:#333;font-size:16px;font-weight:400;line-height:1.4;margin-bottom:1.5rem}.form-label{color:#1e3557;display:block;font-weight:600;margin-bottom:4px}.form-control{background-color:#fff;border:1px solid #9ea7b6;border-radius:4px;box-sizing:border-box;font-size:15px;max-width:100%;min-height:40px;min-width:100%;padding:.75rem 1rem;resize:none;width:100%}.form-control:focus{border-color:#1e3557;box-shadow:0 0 0 3px #1e355726;outline:none}textarea.form-control{height:100px;max-height:100px;min-height:100px}.btn{background-color:initial;border:1px solid #0000;border-radius:.25rem;cursor:pointer;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;transition:background-color .15s ease-in-out,border-color .15s ease-in-out;-webkit-user-select:none;user-select:none}.btn-primary1{background-color:#0051ff;border-color:#0051ff;font-size:16px;font-weight:600;padding:.75rem 1rem}.btn-primary1:hover{background-color:#003bbf;border-color:#0035b8}.overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.popup{background:#fbfbfb;border-radius:10px;box-shadow:0 4px 8px #0003;padding:20px;position:relative;text-align:center;width:400px}.popup .close-popup{color:#000;cursor:pointer;font-size:24px;left:10px;position:absolute;top:-5px}.popup .success-icon{align-items:center;display:flex;justify-content:center;margin-bottom:10px}.popup h2{color:#333;margin-top:10px}.popup p{color:#404040;font-size:16px;line-height:20px;margin:15px 0}.popup .btn{background:#000000de;border:1px solid #000000de;border-radius:5px;color:#fff;cursor:pointer;display:block;font-size:16px;margin:20px auto;padding:12px;text-decoration:none;width:80%}.loader-wrapper{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999999}.loader{animation:spin 2s linear infinite;border:8px solid #f3f3f3;border-radius:50%;border-top-color:#777;display:block;height:80px;width:80px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container{margin-left:auto;margin-right:auto;max-width:1140px;padding-left:15px;padding-right:15px;width:100%}@media (max-width:575.98px){.container{max-width:100%}}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.col-lg-6,.col-md-6{padding-left:15px;padding-right:15px;width:100%}@media (min-width:768px){.col-md-6{flex:0 0 50%;max-width:50%}}@media (min-width:992px){.col-lg-6{flex:0 0 50%;max-width:50%}}.d-flex{display:flex}.flex-column{flex-direction:column}.align-items-center{align-items:center}.justify-content-center{justify-content:center}.text-center{text-align:center}.w-100{width:100%}.mb-2{margin-bottom:1rem}.mb-5{margin-bottom:3rem}.mt-5{margin-top:3rem}.p-4{padding:1.5rem}.card{background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.shadow{box-shadow:0 4px 8px #0000000d}.checkout-example{align-items:center;background-color:var(--purple);display:flex;flex-direction:column;margin:0 auto;padding:16px 0;width:100%}.checkout-example-heading{color:#fff;font-family:CircularPro;font-size:45px;margin-bottom:10px}.checkout-example-description{color:#ffffffdd;font-size:20px;margin-bottom:10px}.checkout-demo-note{color:#ffffffaa;font-size:16px;margin-bottom:20px;text-align:center}.highlight-button{animation:pulse 2s infinite;background:#ffffffe6;border-radius:4px;color:var(--purple);font-weight:600;padding:2px 8px}.checkout-selector{display:flex;gap:2rem;margin-bottom:16px;width:80%}.checkout-option{background:#ffffffdd;border:2px solid #0000;border-radius:12px;color:var(--text-primary);cursor:pointer;flex:1 1;padding:1.5rem;position:relative;text-align:center;transition:all .3s ease}.checkout-option:hover{transform:translateY(-2px)}.checkout-option.active{background-color:#fff;border-radius:12px 12px 0 0;color:var(--purple);transform:translateY(17px)}.checkout-option.active:after{border-bottom:6px solid #fff;border-bottom-right-radius:16px;border-right:6px solid #fff;left:-18px;transform-origin:top right}.checkout-option.active:after,.checkout-option.active:before{background:var(--purple);bottom:-7px;content:"";height:16px;opacity:0;position:absolute;width:16px}.checkout-option.active:before{border-bottom:6px solid #fff;border-bottom-left-radius:16px;border-left:6px solid #fff;right:-18px;transform-origin:top left}.checkout-option.active:after,.checkout-option.active:before{animation:showCorner .01s ease-in-out .3s forwards}.checkout-option h3{font-family:CircularPro;margin-bottom:8px}.checkout-option-description{color:#333;font-size:14px;line-height:1.4;margin:0}.checkout-display{background:#fff;border-radius:12px;min-height:500px;overflow:hidden;width:100%}@media (max-width:768px){.checkout-example-heading{font-size:35px}.checkout-example-description{font-size:18px;text-align:center}.checkout-selector{flex-direction:column;gap:1rem;width:90%}.checkout-option{padding:1rem;width:100%}.checkout-option.active{border-radius:12px;transform:translateY(0)}.checkout-option.active:after,.checkout-option.active:before{display:none}}@media (max-width:480px){.checkout-example{padding:1rem}.checkout-example-heading{font-size:30px}.checkout-example-description{font-size:16px}}@keyframes showCorner{0%{opacity:0}to{opacity:1}}.checkout-1{padding:2rem}.checkout-1 h2{color:var(--purple);margin-bottom:1rem}.checkout1-container{display:flex;gap:4rem;margin:0 auto;max-width:1200px;padding:2rem}.checkout1-content{flex:1 1;max-width:650px}.checkout1-nav{color:#666;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:2rem}.express-checkout h2{font-size:1rem}.payment-buttons{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.payment-buttons button{align-items:center;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;height:42px;justify-content:center;padding:1rem}.payment-buttons button img{height:auto;max-width:80px;object-fit:contain;width:100%}.shop-pay img{max-width:70px}.amazon-pay img{max-width:65px}.apple-pay img{max-width:50px}.paypal img{max-width:60px}.divider{margin:2rem 0;position:relative}.divider span{background:#fff;color:#666;font-size:.8rem;padding:0 1rem;position:relative;z-index:1}.divider:before{background:#ddd;content:"";height:1px;left:0;position:absolute;right:0;top:50%;z-index:0}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.section-header h2{font-size:1rem;margin:0}.account-link{font-size:.9rem}.account-link a{color:#000;text-decoration:none}.form-group{margin-bottom:2rem}input[type=email],input[type=tel],input[type=text],select{border:1px solid #ddd;border-radius:4px;font-size:1rem;margin-bottom:1rem;padding:.75rem;width:100%}.checkbox{align-items:center;display:flex;gap:.5rem;margin-top:.5rem}.checkbox label{color:#666;font-size:.9rem}.form-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-grid .full,.location-group{grid-column:1/-1}.location-group{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:2fr 2fr 1fr}.continue-button{background:#000;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin:2rem 0;padding:1rem;white-space:nowrap;width:100%}.checkout1-footer{border-top:1px solid #ddd;display:flex;gap:1rem;margin-top:2rem;padding-top:2rem}.checkout1-footer a{color:#666;font-size:.9rem;text-decoration:none}.checkout1-sidebar{align-self:flex-start;background:#fafafa;border-radius:4px;padding:2rem;width:380px}.product-info{margin-bottom:2rem;position:relative}.product-image-price-row{align-items:flex-start;display:flex;gap:1rem;margin-bottom:2rem}.product-description{flex:1 1}.product-description h3{font-size:.9rem;font-weight:500;margin:0 0 .5rem}.product-description p{font-size:.9rem}.product-price{align-self:flex-start;font-weight:500}.product-image{background:#eee;border:1px solid #ddd;border-radius:8px;height:64px;position:relative;width:64px}.product-image img{border-radius:8px;height:100%;object-fit:cover;width:100%}.quantity{align-items:center;background:#666;border-radius:50%;color:#fff;display:flex;height:20px;justify-content:center;position:absolute;right:-8px;top:-8px;width:20px}.gift-card{display:flex;gap:.5rem;margin-bottom:2rem}.gift-card input{flex:1 1}.gift-card button{background:#eee;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;padding:.75rem 1rem}.subtotal{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.shipping-note{color:#666;font-size:.8rem;margin-bottom:2rem}.total-row{align-items:center}.price{align-items:baseline;display:flex;gap:.5rem}.price small{color:#666;font-size:.8rem}.price span{font-size:1.2rem;font-weight:500}.shipping-calc{color:#666;font-size:.9rem;text-align:right}@media (max-width:968px){.checkout1-container{flex-direction:column-reverse;gap:2rem;padding:1rem}.checkout1-sidebar{width:100%}.payment-buttons{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.checkout-1,.checkout1-container{padding:.5rem!important}.checkout1-container{gap:1rem!important}.checkout1-sidebar{padding:1rem!important}.checkout1-content{padding:0!important}.form-grid,.location-group,.payment-buttons{grid-template-columns:1fr}.product-info{margin-bottom:1.5rem}.product-image-price-row{flex-wrap:wrap;gap:0;margin-bottom:0}.product-image{order:1}.product-price{align-self:center;font-size:.9rem;font-weight:600;margin-left:auto;order:2}.product-description{flex:1 1 100%;margin-top:.75rem;order:3}.product-description h3{font-size:.85rem;line-height:1.3}.product-description p{font-size:.85rem}}.membership-box{background-color:#f5f7ff;border:1px solid #00f;border-radius:12px;margin:20px 0;padding:20px}.membership-checkbox{align-items:flex-start;display:flex;gap:10px;margin-bottom:12px}.membership-checkbox input[type=checkbox]{border:2px solid #4169e1;border-radius:4px;cursor:pointer;height:18px;margin-top:4px;width:18px}.membership-checkbox label{color:#4169e1;font-size:18px;font-weight:600;line-height:1.4}.membership-box p{color:#333;font-size:14px;line-height:1.6;margin:0}.thankyou1-container{background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:800px;min-height:100vh;padding:2rem}.thankyou1-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:3rem}.success-icon{margin-bottom:2rem;text-align:center}.checkmark{animation:bounceIn .6s ease-out;background:#28a745;border-radius:50%;display:inline-block;font-size:2.5rem;height:80px;line-height:80px;width:80px}.thankyou1-content h1{color:#333;font-size:2.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.order-confirmation{color:#666;font-size:1.1rem;margin-bottom:1rem;text-align:center}.serenity-confirmation{color:#667eea;font-size:1rem;font-weight:500;margin-bottom:2rem;text-align:center}.order-details{border-top:1px solid #e9ecef;margin-bottom:2rem;padding-top:2rem}.order-details h2{color:#333;font-size:1.5rem;margin-bottom:1rem}.order-info{background:#f8f9fa;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.order-email,.order-number{display:flex;justify-content:space-between;margin-bottom:.5rem}.order-email span:first-child,.order-number span:first-child{color:#666;font-weight:600}.purchased-item{align-items:center;border:1px solid #e9ecef;border-radius:8px;display:flex;margin-bottom:1.5rem;padding:1.5rem}.purchased-item img{border-radius:8px;height:80px;margin-right:1rem;object-fit:cover;width:80px}.item-details{flex:1 1}.item-details h3{color:#333;font-size:1.1rem;margin-bottom:.5rem}.item-details p{color:#666;font-size:.9rem;margin:.2rem 0}.item-price{font-size:1.2rem}.subscription-confirmation{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;margin-bottom:1.5rem;padding:1.5rem}.subscription-icon{font-size:2rem;margin-right:1rem}.subscription-details h3{font-size:1.2rem;margin-bottom:.5rem}.subscription-details p{font-size:.9rem;margin:.2rem 0;opacity:.9}.shipping-info{border-top:1px solid #e9ecef;margin-bottom:2rem;padding-top:2rem}.shipping-info h2{color:#333;font-size:1.5rem;margin-bottom:1rem}.delivery-estimate,.shipping-address{background:#f8f9fa;border-radius:8px;margin-bottom:1rem;padding:1rem}.delivery-estimate p,.shipping-address p{color:#555;margin:.3rem 0}.action-buttons{margin-top:2rem}.continue-shopping,.track-order{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.track-order{background:#667eea;color:#fff}.track-order:hover{background:#5a67d8;transform:translateY(-1px)}.continue-shopping{background:#0000;border:2px solid #667eea;color:#667eea}.continue-shopping:hover{background:#667eea;color:#fff;transform:translateY(-1px)}@media (max-width:768px){.thankyou1-container{padding:1rem}.thankyou1-content{padding:2rem 1.5rem}.thankyou1-content h1{font-size:2rem}.action-buttons,.purchased-item{flex-direction:column}.purchased-item{text-align:center}.purchased-item img{margin-bottom:1rem;margin-right:0}}.checkout-2{padding:2rem}.checkout-2 h2{color:var(--purple);margin-bottom:1rem}.checkout2-container{display:flex;gap:2rem;margin:0 auto;max-width:1200px;padding:2rem}.checkout2-content{flex:1 1}.express-checkout{margin-bottom:2rem}.express-checkout h2{color:#333;font-size:1.25rem;margin-bottom:1rem}.paypal-button{align-items:center;background:#a9dbfc;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:.75rem;width:100%}.paypal-button img{height:24px}.checkout-steps{display:flex;flex-direction:column;gap:2rem}.checkout-step{background-color:#f5f5f5;border-radius:12px;display:flex;gap:1rem;padding:20px}.step-number{align-items:center;background:#333;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.875rem;height:24px;justify-content:center;width:24px}.step-content{flex:1 1}.step-content h3{font-size:1.125rem;margin-bottom:1rem}.discount-text{color:#666;margin-bottom:1rem}.email-input-container{display:flex;gap:.5rem;margin-bottom:1rem}.email-input-container input{flex:1 1;padding:.75rem}.arrow-button,.email-input-container input{background-color:#fff;border:1px solid #ddd;border-radius:4px;height:40px}.arrow-button{cursor:pointer;padding:.75rem 1rem}.terms-text{color:#666;font-size:.875rem}.terms-text a{color:#333;text-decoration:underline}.checkout2-sidebar{background:#f5f5f5;border-radius:12px;padding:2rem;width:380px}.cart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.cart-header h2{color:#333;font-size:1.25rem}.cart-total{font-size:1.25rem;font-weight:600}.cart-item{border-bottom:1px solid #eee;gap:2rem;padding:1rem 0;position:relative}.product-image-row{margin-bottom:.75rem}.item-image{border-radius:4px;height:80px;object-fit:cover;width:80px}.item-price{display:block;font-size:1rem;margin-bottom:.5rem}.product-description{margin-bottom:.75rem}.product-description h4{font-size:1rem;font-weight:500;margin:0 0 .5rem}.product-description p{color:#666;font-size:.875rem;margin:0}.product-controls{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem}.item-info h4{font-size:1rem;margin-bottom:.25rem}.item-info p{font-size:.875rem;margin-bottom:.5rem}.quantity-controls{align-items:center;display:flex;gap:.5rem}.quantity-controls button{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:.25rem .5rem}.subscription-popup{max-width:400px}.popup-header h2{font-size:1.5rem}.popup-header p{font-size:1rem}.remove-item{background:none;border:none;color:#999;cursor:pointer;padding:.25rem;position:absolute;right:0;top:0}.promo-code{display:flex;gap:.5rem;height:40px;margin:1rem 0}.promo-code input{background:#f5f5f5;flex:1 1;padding:.75rem}.promo-code button,.promo-code input{background-color:#fff;border:1px solid #ddd;border-radius:4px;height:40px}.promo-code button{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.2rem 1.5rem}.order-summary{margin:1.5rem 0}.summary-row{color:#666;margin-bottom:.75rem}.summary-row.total{border-top:1px solid #eee;color:#333;font-size:1.125rem;padding-top:.75rem}.tax-notice{align-items:center;background:#f5f5f5;border-radius:4px;color:#666;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem}.save-info,.tax-notice{margin-bottom:1.5rem}.save-info h3{font-size:1rem;margin-bottom:.5rem}.save-info p{color:#666;font-size:.875rem;margin-bottom:1rem}.password-input{align-items:center;display:flex;position:relative}.password-input input{background-color:#fff;border:1px solid #ddd;border-radius:4px;height:40px;padding:.75rem 2.5rem .75rem .75rem;width:100%}.toggle-password{background:none;border:none;color:#666;cursor:pointer;position:absolute;right:.75rem}.place-order-button{background:#333;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:1rem;transition:background-color .2s;white-space:nowrap;width:100%}.place-order-button:hover{background:#444}@media screen and (max-width:768px){.checkout2-container{flex-direction:column;gap:1rem;padding:1rem}.checkout2-sidebar{order:-1;padding:4px;width:100%}.cart-item{gap:.5rem;padding:15px}.product-image-row{margin-bottom:.5rem}.item-image{height:80px;width:80px}.item-price{font-size:.9rem;font-weight:600;margin-bottom:.5rem}.product-description h4{font-size:.9rem;line-height:1.3;margin-bottom:.25rem}.product-description p{font-size:.85rem;margin-bottom:.5rem}.product-controls{align-items:flex-start;flex-direction:column;gap:.5rem}.quantity-controls,.remove-item{align-self:flex-start}.arrow-button{align-self:stretch}.promo-code{align-items:center;display:flex;justify-content:center}.promo-code button{width:10%}.promo-code input{margin-bottom:0}.checkout-step{flex-direction:column;gap:.5rem}.step-number{align-self:flex-start}.step-content{padding-left:2rem}.express-checkout{margin-bottom:1.5rem}.paypal-button{padding:.5rem}.paypal-button img{height:20px}.tax-notice{align-items:flex-start;text-align:left}.password-input,.tax-notice{flex-direction:column}.toggle-password{top:50%;transform:translateY(-50%)}.checkout2-container{padding-bottom:80px}}@media screen and (max-width:380px){.cart-header{align-items:flex-start;flex-direction:column;gap:.5rem}.item-info h4{font-size:.9rem}.item-info p{font-size:.8rem}.summary-row{font-size:.9rem}.step-content h3,.summary-row.total{font-size:1rem}.discount-text{font-size:.9rem}.terms-text{font-size:.8rem}}.thankyou2-container{background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;position:relative}.subscription-popup-overlay{align-items:center;animation:fadeIn .3s ease-out;background:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.subscription-popup{animation:slideInUp .4s ease-out;background:#fff;border-radius:16px;box-shadow:0 10px 25px #0003;max-width:500px;padding:2rem;position:relative;width:90%}.close-popup{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background .2s;width:30px}.close-popup:hover{background:#f0f0f0}.popup-header{margin-bottom:1.5rem;text-align:center}.savings-badge{font-size:3rem;margin-bottom:1rem}.popup-header h2{color:#333;font-size:1.8rem;margin-bottom:.5rem}.popup-header p{color:#666;font-size:1.1rem}.popup-benefits{margin-bottom:1.5rem}.benefit-item{font-size:1rem;margin-bottom:.75rem}.benefit-icon{color:#28a745;font-weight:700;margin-right:.75rem;width:20px}.popup-pricing{margin-bottom:1.5rem;text-align:center}.price{color:#333;display:block;font-size:1.5rem;font-weight:600;margin-bottom:.25rem}.cancel-note{color:#666;font-size:.9rem}.popup-actions{display:flex;flex-direction:column;gap:.75rem}.join-now{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 1.5rem;transition:transform .2s}.join-now:hover{transform:translateY(-1px)}.maybe-later{background:#0000;border:none;color:#666;cursor:pointer;font-size:.9rem;padding:.75rem;text-decoration:underline}.thankyou2-content{margin:0 auto;max-width:600px;padding:2rem}.success-header{margin-bottom:2rem;text-align:center}.success-icon{margin-bottom:1.5rem}.checkmark-circle{align-items:center;animation:bounceIn .6s ease-out;background:#28a745;border-radius:50%;display:inline-flex;height:80px;justify-content:center;width:80px}.checkmark{color:#fff;font-size:2rem;font-weight:700}.success-header h1{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.success-header p{color:#666;font-size:1.1rem}.order-summary-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:2rem}.order-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.order-header h2{color:#333;font-size:1.5rem}.order-number{color:#666;font-family:monospace;font-size:.9rem}.customer-info{margin-bottom:1.5rem}.info-item{display:flex;justify-content:space-between;margin-bottom:.5rem}.label{color:#666;font-weight:500}.value{color:#333}.product-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;margin-bottom:1rem;padding:1rem}.product-item img{border-radius:6px;height:60px;margin-right:1rem;object-fit:cover;width:60px}.product-info{flex:1 1}.product-info h3{color:#333;font-size:1rem;margin-bottom:.25rem}.product-info p{color:#666;font-size:.9rem;margin-bottom:.25rem}.quantity{color:#666}.product-price{color:#333;font-weight:600}.order-totals{border-top:1px solid #e9ecef;padding-top:1rem}.total-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.final-total{border-top:1px solid #e9ecef;color:#333;font-size:1.1rem;font-weight:600;margin-top:.5rem;padding-top:.5rem}.membership-status{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:flex;margin-top:1rem;padding:1rem}.membership-icon{font-size:1.5rem;margin-right:.75rem}.membership-text h3{font-size:1rem;margin-bottom:.25rem}.membership-text p{font-size:.85rem;margin:0;opacity:.9}.next-steps{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:1.5rem}.step-item{align-items:center;display:flex;margin-bottom:1rem}.step-item:last-child{margin-bottom:0}.step-icon{font-size:1.5rem;margin-right:1rem;text-align:center;width:40px}.step-content h3{color:#333;font-size:1rem;margin-bottom:.25rem}.step-content p{color:#666;font-size:.9rem;margin:0}.action-buttons{gap:1rem;justify-content:center}.primary-button,.secondary-button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.primary-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.primary-button:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.secondary-button{background:#0000;border:2px solid #667eea;color:#667eea}.secondary-button:hover{background:#667eea;color:#fff;transform:translateY(-1px)}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:.9;transform:scale(1.05)}70%{opacity:1;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.thankyou2-content{padding:1rem}.subscription-popup{margin:1rem;padding:1.5rem}.success-header h1{font-size:2rem}.action-buttons,.order-header{flex-direction:column}.order-header{align-items:flex-start;gap:.5rem}.step-item{flex-direction:column;margin-bottom:1.5rem;text-align:center}.step-icon{margin-bottom:.5rem;margin-right:0}}.cart-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}h1{font-size:24px;font-weight:600;margin-bottom:30px}.cart-layout{display:flex;gap:30px}.cart-main{flex:1 1}.cart-header{font-size:12px;font-weight:600;padding:15px 0}.cart-header,.cart-item{border-bottom:1px solid #e0e0e0;display:grid;grid-template-columns:2fr 1fr 1fr 1fr}.cart-item{align-items:center;padding:20px 0}.col-product{display:flex;gap:20px}.product-image{align-items:center;background:#f8f8f8;display:flex;height:120px;justify-content:center;width:120px}.product-image img{max-height:100%;max-width:100%;object-fit:contain}.product-details{flex:1 1;position:relative}.product-title{color:#333;font-size:14px;margin-bottom:8px}.product-meta{color:#666;font-size:13px;line-height:1.4}.remove-btn{background:none;border:none;color:#999;cursor:pointer;font-size:20px;padding:0;position:absolute;right:0;top:0}.col-price,.col-subtotal{color:#333;font-size:14px}.col-quantity{border:1px solid #ddd;border-radius:3px;width:-webkit-fit-content;width:fit-content}.col-quantity,.qty-btn{align-items:center;display:flex}.qty-btn{background:none;border:none;color:#666;cursor:pointer;font-size:16px;height:32px;justify-content:center;width:32px}.qty-btn:first-child{border-right:1px solid #ddd}.qty-btn:last-child{border-left:1px solid #ddd}.col-quantity input{border:none;color:#333;font-size:14px;height:32px;margin-bottom:0;padding:0;text-align:center;width:40px}.cart-actions{display:flex;justify-content:space-between;margin-top:30px}.coupon{display:flex;gap:10px}.coupon input{border:1px solid #ddd;font-size:14px;min-width:200px;padding:8px 12px}.action-buttons button,.coupon button{cursor:pointer;font-size:13px;font-weight:600;padding:8px 20px}.coupon button{background:#fff;border:1px solid #000}.action-buttons{display:flex;gap:10px}.action-buttons .update{background:#ff6b6b;border:none;color:#fff}.action-buttons .continue{background:#fff;border:1px solid #000}.cart-sidebar{width:380px}.shipping-banner{background:#000;color:#fff;font-size:14px;margin-bottom:15px;padding:12px}.cart-summary{background:#f8f8f8;padding:20px}.cart-summary h2{font-size:16px;font-weight:600;margin-bottom:20px}.summary-row{display:flex;font-size:14px;justify-content:space-between;margin-bottom:15px}.summary-row.shipping{align-items:flex-start}.shipping-info{color:#666;font-size:13px;text-align:right}.shipping-location{margin-top:8px}.change-address{background:none;border:none;color:#06c;cursor:pointer;font-size:13px;margin-left:8px;padding:0;text-decoration:underline}.summary-row.total{border-top:1px solid #ddd;font-weight:600;margin-top:15px;padding-top:15px}.shipping-eligible{align-items:center;color:#2ecc71;display:flex;font-size:13px;gap:8px;margin:15px 0}.check{font-weight:700}.checkout-buttons{display:flex;flex-direction:column;gap:12px;margin-top:20px}.checkout-buttons button{align-items:center;display:flex;font-size:14px;gap:8px;justify-content:center;padding:12px}.checkout-buttons button,.place-order-btn{border:none;cursor:pointer;font-weight:600;width:100%}.place-order-btn{background:#333!important;border-radius:8px;color:#fff!important;font-size:16px!important;padding:15px 20px!important;transition:all .3s ease;white-space:nowrap}.place-order-btn:hover{background:#555!important;box-shadow:0 4px 12px #0003;transform:translateY(-1px)}.amazon-pay{background:#ffd814}.credit-card{background:#06c;color:#fff;padding-bottom:24px!important;position:relative}.card-types{bottom:-12px;display:flex;gap:8px;justify-content:center;left:0;position:absolute;right:0}.card-types img{height:20px}.paypal{background:#0070ba}.paypal img{height:24px}.divider{color:#666;font-size:13px;margin:8px 0;text-align:center}.klarna{background:#ffb3c7}@media (max-width:768px){.cart-layout{flex-direction:column}.cart-sidebar{width:100%}.cart-header,.cart-item{grid-template-columns:2fr 1fr}.cart-header .col-quantity,.cart-header .col-subtotal,.col-quantity,.col-subtotal{display:none}.cart-actions{flex-direction:column;gap:15px}.coupon{gap:10px}.action-buttons,.coupon{flex-direction:column;width:100%}.coupon input{width:100%}}@media (max-width:480px){.col-product{align-items:center;flex-direction:column;text-align:center}.product-details{width:100%}.remove-btn{margin-top:10px;position:static}.cart-header{display:none}.col-price{text-align:center}}.thankyou3-container{background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;position:relative}.thankyou3-content{color:#333;margin:0 auto;max-width:800px;padding:2rem}.success-section{margin-bottom:3rem;text-align:center}.success-animation{margin-bottom:2rem}.checkmark-wrapper{display:inline-block}.checkmark-circle{height:100px;position:relative;width:100px}.checkmark-svg{stroke-width:2;stroke:#fff;stroke-miterlimit:10;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;border-radius:50%;box-shadow:inset 0 0 0 #7ac142;display:block;height:100px;width:100px}.checkmark-circle-bg{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#7ac142;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark-check{stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;transform-origin:50% 50%}.success-section h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px #0000001a}.success-message{font-size:1.2rem;opacity:.9}.order-confirmation{margin-bottom:3rem}.confirmation-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;box-shadow:0 8px 32px #0000001a;color:#333;padding:2rem}.card-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.card-header h2{color:#333;font-size:1.5rem}.order-id{background:#f8f9fa;border-radius:6px;color:#666;font-family:monospace;font-size:.9rem;padding:.5rem 1rem}.order-items{margin-bottom:2rem}.item{align-items:center;background:#f8f9fa;border-radius:12px;display:flex;margin-bottom:1rem;padding:1rem}.item:last-child{margin-bottom:0}.item img{border-radius:8px;height:70px;margin-right:1rem;object-fit:cover;width:70px}.item-info{flex:1 1}.item-info h3{color:#333;font-size:1.1rem;margin-bottom:.5rem}.item-info p{color:#666;font-size:.9rem;margin-bottom:.25rem}.quantity{color:#888;font-size:.8rem}.item-price{color:#333;font-size:1.1rem;font-weight:600}.order-summary{border-top:1px solid #e9ecef;margin-bottom:2rem;padding-top:1rem}.summary-line{display:flex;font-size:1rem;justify-content:space-between;margin-bottom:.5rem}.summary-line.discount{color:#28a745}.summary-line.total{border-top:1px solid #e9ecef;font-size:1.2rem;font-weight:600;margin-top:.5rem;padding-top:.5rem}.membership-confirmation{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;padding:1.5rem}.membership-badge{align-items:center;display:flex}.badge-icon{font-size:2rem;margin-right:1rem}.badge-text h3{font-size:1.2rem;margin-bottom:.25rem}.badge-text p{font-size:.9rem;margin:0;opacity:.9}.status-timeline{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:16px;margin-bottom:3rem;padding:2rem}.timeline-item{align-items:center;display:flex;margin-bottom:1.5rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-item:not(:last-child):after{background:#ffffff4d;content:"";height:30px;left:20px;position:absolute;top:40px;width:2px}.timeline-item.completed:after{background:#28a745}.timeline-item.active:after{background:linear-gradient(180deg,#28a745 50%,#ffffff4d 0)}.timeline-icon{align-items:center;border-radius:50%;display:flex;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;margin-right:1rem;width:40px}.timeline-item.completed .timeline-icon{background:#28a745;color:#fff}.timeline-item.active .timeline-icon{background:#ffc107;color:#333}.timeline-item:not(.completed):not(.active) .timeline-icon{background:#fff3;color:#ffffffb3}.timeline-content h3{font-size:1.1rem;margin-bottom:.25rem}.timeline-content p{font-size:.9rem;margin:0;opacity:.8}.action-section{display:flex;gap:1rem;justify-content:center}.primary-action,.secondary-action{border:none;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.primary-action{background:#ffffffe6;color:#667eea}.primary-action:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.secondary-action{background:#0000;border:2px solid #ffffff80;color:#fff}.secondary-action:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.subscription-offer-overlay{align-items:center;animation:fadeIn .4s ease-out;background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.subscription-offer{animation:slideInScale .5s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;width:90%}.offer-content{color:#333;padding:2rem}.offer-header{margin-bottom:2rem;text-align:center}.offer-icon{font-size:3rem;margin-bottom:1rem}.offer-header h2{color:#333;font-size:2rem;margin-bottom:.5rem}.offer-header p{color:#666;font-size:1.1rem}.savings-highlight{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;margin-bottom:2rem;padding:1.5rem;text-align:center}.savings-amount{font-size:3rem;font-weight:700;margin-bottom:.25rem}.savings-text{font-size:1.1rem;opacity:.9}.offer-features{margin-bottom:2rem}.feature{align-items:center;display:flex;font-size:1rem;margin-bottom:1rem}.feature-icon{font-size:1.2rem;margin-right:.75rem;width:24px}.offer-pricing{margin-bottom:2rem;text-align:center}.price-info .price{color:#333;display:block;font-size:2rem;font-weight:700;margin-bottom:.25rem}.price-note{color:#666;font-size:.9rem}.offer-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.accept-offer,.decline-offer{border:none;border-radius:12px;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.accept-offer{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.accept-offer:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.decline-offer{background:#0000;border:2px solid #e9ecef;color:#666}.decline-offer:hover{background:#f8f9fa;border-color:#dee2e6}.offer-guarantee{align-items:center;color:#666;display:flex;font-size:.9rem;justify-content:center}.guarantee-icon{margin-right:.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInScale{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 30px #7ac142}}@media (max-width:768px){.thankyou3-content{padding:1rem}.success-section h1{font-size:2.2rem}.confirmation-card{padding:1.5rem}.card-header{align-items:flex-start;gap:.5rem}.card-header,.item{flex-direction:column}.item{padding:1.5rem 1rem;text-align:center}.item img{margin-bottom:1rem;margin-right:0}.action-section{flex-direction:column}.offer-content{padding:1.5rem}.offer-header h2{font-size:1.5rem}.savings-amount{font-size:2.5rem}}.direct-response-page{background:linear-gradient(180deg,#fff,#f7f7f8);font-family:Inter,sans-serif;min-height:100vh;padding-top:0}.dr-container{margin:0 auto;max-width:1000px;padding:30px 20px}.dr-hero{margin-bottom:0;text-align:center}.dr-headline{color:var(--text-primary);font-size:clamp(32px,5vw,48px);font-weight:700;line-height:1.2;margin-bottom:0}.dr-headline .highlight{-webkit-text-fill-color:#0000;background:#7047eb;-webkit-background-clip:text;background-clip:text}.dr-vsl-section{margin:40px 0}.vsl-container{align-items:center;aspect-ratio:16/9;background:#000;border-radius:20px;display:flex;justify-content:center;overflow:hidden;position:relative}.vsl-video{border-radius:20px;height:100%;object-fit:cover;width:100%}.dr-cta-section{margin:20px 0;text-align:center}.dr-main-cta{align-items:center;background:linear-gradient(135deg,#d50b3e,#7047eb);border-radius:50px;box-shadow:0 10px 30px #d40b3e4d;color:#fff;display:inline-flex;font-size:20px;font-weight:700;gap:10px;margin-bottom:20px;padding:20px 40px;text-decoration:none;transition:all .3s ease}.dr-main-cta:hover{box-shadow:0 15px 40px #d40b3e66;color:#fff;text-decoration:none;transform:translateY(-3px)}.cta-subtext{margin-top:20px}.cta-subtext p{color:var(--text-secondary);margin:8px 0}.risk-free{font-size:14px;opacity:.8}@media (max-width:768px){.dr-container{padding:40px 15px}.dr-headline{font-size:28px}.dr-main-cta{font-size:18px;padding:18px 30px}}@media (max-width:540px){.dr-container{margin-top:-20px;padding:0 15px}.dr-headline{font-size:18px}.dr-main-cta{font-size:14px;gap:5px;padding:10px 20px}.cta-subtext{margin-top:10px}.cta-subtext p,.risk-free{font-size:12px}}:root{--background-color:#18181b;--text-color:#a1a1aa;--card-background-color:hsla(0,0%,100%,.015);--card-border-color:#ffffff1a;--card-box-shadow-1:#0000000d;--card-box-shadow-1-y:3px;--card-box-shadow-1-blur:6px;--card-box-shadow-2:#0000001a;--card-box-shadow-2-y:8px;--card-box-shadow-2-blur:15px;--card-label-color:#fff;--card-icon-color:#d4d4d8;--card-icon-background-color:#ffffff14;--card-icon-border-color:#ffffff1f;--card-shine-opacity:.1;--card-shine-gradient:conic-gradient(from 205deg at 50% 50%,#00ffc800 0deg,#00ffc8 25deg,#00ffc840 295deg,#00ffc800 360deg);--card-line-color:#2a2b2c;--card-tile-color:#00ffc814;--card-hover-border-color:#fff3;--card-hover-box-shadow-1:#0000000a;--card-hover-box-shadow-1-y:5px;--card-hover-box-shadow-1-blur:10px;--card-hover-box-shadow-2:#0000004d;--card-hover-box-shadow-2-y:15px;--card-hover-box-shadow-2-blur:25px;--card-hover-icon-color:#00ffc8;--card-hover-icon-background-color:#00ffc826;--card-hover-icon-border-color:#00ffc84d}.animated-card{background:#1c1c1f;background-color:#18181b;background-color:var(--background-color);border-radius:15px;box-shadow:0 3px 6px #0000000d,0 8px 15px #0000001a,0 0 0 1px #ffffff1a;box-shadow:0 var(--card-box-shadow-1-y) var(--card-box-shadow-1-blur) var(--card-box-shadow-1),0 var(--card-box-shadow-2-y) var(--card-box-shadow-2-blur) var(--card-box-shadow-2),0 0 0 1px var(--card-border-color);cursor:pointer;min-height:200px;padding:56px 16px 16px;position:relative;transition:box-shadow .25s;width:320px}.animated-card:before{background-color:hsla(0,0%,100%,.015);background-color:var(--card-background-color);border-radius:15px;content:"";inset:0;position:absolute}.animated-card .icon{display:table;padding:8px;position:relative;z-index:2}.animated-card .icon:after{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#ffffff14;background-color:var(--card-icon-background-color);border:1px solid #ffffff1f;border:1px solid var(--card-icon-border-color);border-radius:50%;content:"";inset:4.5px;position:absolute;transition:background-color .25s,border-color .25s}.animated-card .icon svg{color:#d4d4d8;color:var(--card-icon-color);display:block;height:24px;position:relative;transform:translateZ(0);transition:color .25s;width:24px;z-index:1}.animated-card h4{color:#fff;color:var(--card-label-color);font-family:inherit;font-size:18px;font-weight:600;line-height:1.4;margin:12px 0 4px;position:relative;z-index:2}.animated-card p{color:#a1a1aa;color:var(--text-color);font-size:14px;line-height:1.7;margin:0;position:relative;z-index:2}.animated-card .shine{border-radius:inherit;inset:0;opacity:0;overflow:hidden;position:absolute;transition:opacity .5s;z-index:1}.animated-card .shine:before{background-image:conic-gradient(from 205deg at 50% 50%,#00ffc800 0deg,#00ffc8 25deg,#00ffc840 295deg,#00ffc800 1turn);background-image:var(--card-shine-gradient);border-radius:50%;bottom:55%;content:"";filter:blur(35px);left:50%;opacity:.1;opacity:var(--card-shine-opacity);padding-bottom:150%;position:absolute;transform:translateX(-50%);width:150%}.animated-card .background{border-radius:inherit;inset:0;-webkit-mask-image:radial-gradient(circle at 60% 5%,#000 0,#000 15%,#0000 60%);mask-image:radial-gradient(circle at 60% 5%,#000 0,#000 15%,#0000 60%);overflow:hidden;position:absolute}.animated-card .tiles{opacity:0;transition:opacity .25s}.animated-card .tile{animation-duration:8s;animation-iteration-count:infinite;background-color:#00ffc814;background-color:var(--card-tile-color);opacity:0;position:absolute}.animated-card .tile.tile-10,.animated-card .tile.tile-4,.animated-card .tile.tile-6{animation-delay:-2s}.animated-card .tile.tile-3,.animated-card .tile.tile-5,.animated-card .tile.tile-8{animation-delay:-4s}.animated-card .tile.tile-2,.animated-card .tile.tile-9{animation-delay:-6s}.animated-card .tile.tile-1{height:10%;left:0;top:0;width:22.5%}.animated-card .tile.tile-2{height:10%;left:22.5%;top:0;width:27.5%}.animated-card .tile.tile-3{height:10%;left:50%;top:0;width:27.5%}.animated-card .tile.tile-4{height:10%;left:77.5%;top:0;width:22.5%}.animated-card .tile.tile-5{height:22.5%;left:0;top:10%;width:22.5%}.animated-card .tile.tile-6{height:22.5%;left:22.5%;top:10%;width:27.5%}.animated-card .tile.tile-7{height:22.5%;left:50%;top:10%;width:27.5%}.animated-card .tile.tile-8{height:22.5%;left:77.5%;top:10%;width:22.5%}.animated-card .tile.tile-9{height:22.5%;left:50%;top:32.5%;width:27.5%}.animated-card .tile.tile-10{height:22.5%;left:77.5%;top:32.5%;width:22.5%}@keyframes tile{0%,12.5%,to{opacity:1}25%,82.5%{opacity:0}}.animated-card .line{inset:0;opacity:0;position:absolute;transition:opacity .35s}.animated-card .line:after,.animated-card .line:before{background-color:#2a2b2c;background-color:var(--card-line-color);content:"";position:absolute;transition:transform .35s}.animated-card .line:before{height:1px;left:0;right:0;transform:scaleX(0);transform-origin:0 50%}.animated-card .line:after{bottom:0;top:0;transform:scaleY(0);transform-origin:50% 0;width:1px}.animated-card .line.line-1:before{top:10%}.animated-card .line.line-1:after{left:22.5%}.animated-card .line.line-1:after,.animated-card .line.line-1:before{transition-delay:.3s}.animated-card .line.line-2:before{top:32.5%}.animated-card .line.line-2:after{left:50%}.animated-card .line.line-2:after,.animated-card .line.line-2:before{transition-delay:.15s}.animated-card .line.line-3:before{top:55%}.animated-card .line.line-3:after{right:22.5%}.animated-card:hover{box-shadow:0 3px 6px #0000000a,0 15px 25px #0000004d,0 0 0 1px #fff3;box-shadow:0 3px 6px var(--card-hover-box-shadow-1),0 var(--card-hover-box-shadow-2-y) var(--card-hover-box-shadow-2-blur) var(--card-hover-box-shadow-2),0 0 0 1px var(--card-hover-border-color)}.animated-card:hover .icon:after{background-color:#00ffc826;background-color:var(--card-hover-icon-background-color);border-color:#00ffc84d;border-color:var(--card-hover-icon-border-color)}.animated-card:hover .icon svg{color:#00ffc8;color:var(--card-hover-icon-color)}.animated-card:hover .shine{opacity:1;transition-delay:0s;transition-duration:.5s}.animated-card:hover .tiles{opacity:1;transition-delay:.25s}.animated-card:hover .tile{animation-name:tile}.animated-card:hover .line{opacity:1;transition-duration:.15s}.animated-card:hover .line:before{transform:scaleX(1)}.animated-card:hover .line:after{transform:scaleY(1)}.animated-card:hover .line.line-1:after,.animated-card:hover .line.line-1:before{transition-delay:0s}.animated-card:hover .line.line-2:after,.animated-card:hover .line.line-2:before{transition-delay:.15s}.animated-card:hover .line.line-3:after,.animated-card:hover .line.line-3:before{transition-delay:.3s}.animated-card.observer-hovered{box-shadow:0 3px 6px #0000000a,0 15px 25px #0000004d,0 0 0 1px #fff3;box-shadow:0 3px 6px var(--card-hover-box-shadow-1),0 var(--card-hover-box-shadow-2-y) var(--card-hover-box-shadow-2-blur) var(--card-hover-box-shadow-2),0 0 0 1px var(--card-hover-border-color)}.animated-card.observer-hovered .icon:after{background-color:#00ffc826;background-color:var(--card-hover-icon-background-color);border-color:#00ffc84d;border-color:var(--card-hover-icon-border-color)}.animated-card.observer-hovered .icon svg{color:#00ffc8;color:var(--card-hover-icon-color)}.animated-card.observer-hovered .shine{opacity:1;transition-delay:0s;transition-duration:.5s}.animated-card.observer-hovered .tiles{opacity:1;transition-delay:.25s}.animated-card.observer-hovered .tile{animation-name:tile}.animated-card.observer-hovered .line{opacity:1;transition-duration:.15s}.animated-card.observer-hovered .line:before{transform:scaleX(1)}.animated-card.observer-hovered .line:after{transform:scaleY(1)}.animated-card.observer-hovered .line.line-1:after,.animated-card.observer-hovered .line.line-1:before{transition-delay:0s}.animated-card.observer-hovered .line.line-2:after,.animated-card.observer-hovered .line.line-2:before{transition-delay:.15s}.animated-card.observer-hovered .line.line-3:after,.animated-card.observer-hovered .line.line-3:before{transition-delay:.3s}.floating-nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#000000f2;border-bottom:1px solid #ffffff1a;box-shadow:0 2px 20px #0000004d;left:0;position:fixed;right:0;top:0;width:100%;z-index:1000}.nav-container{-ms-overflow-style:none;align-items:center;display:flex;flex-direction:row;gap:4px;justify-content:center;margin:0;max-width:none;overflow-x:auto;padding:12px 20px;scrollbar-width:none;width:100%}.nav-container::-webkit-scrollbar{display:none}.nav-item{align-items:center;background:#0000;border:none;border-radius:8px;color:#ffffffb3;cursor:pointer;display:flex;flex-shrink:0;font-size:13px;font-weight:500;min-width:110px;overflow:hidden;padding:8px 12px;position:relative;text-align:center;transition:all .3s ease;white-space:nowrap}.nav-item:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.nav-item:hover:before{left:100%}.nav-item:hover{background:#ffffff1a;box-shadow:0 5px 15px #0003;color:#ffffffe6;transform:translateY(-2px)}.nav-item.active{background:#ffffff26;box-shadow:0 8px 25px #0000004d,inset 0 1px 0 #fff3;color:#fff;transform:translateY(-2px)}.nav-item.active:after{background:linear-gradient(45deg,#00ffc8,#00d4aa);border-radius:3px 3px 0 0;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80%}.nav-icon{align-items:center;display:flex;flex-shrink:0;height:16px;justify-content:center;margin-right:6px;width:16px}.nav-icon svg{stroke:currentColor;fill:none;height:100%;width:100%}.nav-label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:.5px;white-space:nowrap}@media (max-width:1200px){.nav-container{gap:3px;padding:10px 15px}.nav-item{font-size:12px;min-width:95px;padding:6px 8px}.nav-icon{height:14px;margin-right:4px;width:14px}}@media (max-width:768px){.floating-nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#000000f2}.mobile-nav-header{justify-content:space-between;padding:12px 20px;width:100%}.mobile-nav-header,.nav-logo{align-items:center;display:flex}.nav-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00ffc8,#00d4aa);-webkit-background-clip:text;background-clip:text;color:#00ffc8;font-size:20px;font-weight:700}.nav-logo-img{height:32px;width:auto}.burger-btn{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;height:30px;justify-content:center;padding:8px;position:relative;width:30px}.burger-btn span{background:#fffc;height:2px;margin:2px 0;transform-origin:center;transition:all .3s ease;width:20px}.burger-btn.open span:first-child{transform:translateY(6px) rotate(45deg)}.burger-btn.open span:nth-child(2){opacity:0}.burger-btn.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-overlay{animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1001}.mobile-nav-content{animation:slideInRight .3s ease-out;background:linear-gradient(135deg,#000,#1a1a1a 50%,#000);display:flex;flex-direction:column;height:100%;width:100%}.mobile-nav-header-overlay{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:20px}.mobile-nav-header-overlay h2{color:#fff;font-size:24px;font-weight:700;margin:0}.close-btn{background:none;border:none;border-radius:50%;color:#fffc;cursor:pointer;font-size:24px;padding:8px;transition:all .3s ease}.close-btn:hover{background:#ffffff1a;color:#fff}.mobile-nav-items{display:flex;flex:1 1;flex-direction:column;gap:5px;overflow-y:auto;padding:30px 20px}.mobile-nav-item{align-items:center;background:#0000;border:none;border-radius:12px;color:#fffc;cursor:pointer;display:flex;font-size:16px;font-weight:500;overflow:hidden;padding:18px 20px;position:relative;text-align:left;transition:all .3s ease}.mobile-nav-item:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.mobile-nav-item:hover:before{left:100%}.mobile-nav-item:hover{background:#ffffff14;color:#fff;transform:translateX(5px)}.mobile-nav-item.active{background:#00ffc81a;border-left:4px solid #00ffc8;color:#00ffc8}.mobile-nav-icon{align-items:center;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-right:15px;width:20px}.mobile-nav-icon svg{stroke:currentColor;fill:none;height:100%;width:100%}.mobile-nav-label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:.5px}.nav-container{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}}@media (max-width:480px){.mobile-nav-header{padding:10px 15px}.nav-logo{font-size:18px}.mobile-nav-header-overlay{padding:15px}.mobile-nav-header-overlay h2{font-size:20px}.mobile-nav-items{padding:20px 15px}.mobile-nav-item{font-size:15px;padding:16px 15px}.mobile-nav-icon{height:18px;margin-right:12px;width:18px}}@media (max-width:360px){.mobile-nav-header{align-items:center!important;display:flex!important;justify-content:space-between!important;padding:8px 12px;width:100%!important}.nav-logo{flex:1 1;font-size:16px}.burger-btn{align-items:center!important;background:none!important;border:none!important;cursor:pointer!important;display:flex!important;flex-direction:column!important;flex-shrink:0!important;height:28px!important;justify-content:center!important;padding:4px!important;width:28px!important}.burger-btn span{background:#ffffffe6!important;display:block!important;height:2px!important;margin:1.5px 0!important;transition:all .3s ease!important;width:18px!important}.mobile-nav-items{padding:15px 10px}.mobile-nav-item{font-size:14px;padding:14px 12px}.mobile-nav-icon{height:16px;margin-right:10px;width:16px}}.nav-item.transitioning{background:#fff3;transform:scale(1.05)}.checkout-btn{align-items:center;background:linear-gradient(135deg,#00ffc8,#00dd9a);border:none;border-radius:8px;box-shadow:0 2px 8px #00ffc84d;color:#000;cursor:pointer;display:flex;font-size:13px;font-weight:600;margin-left:8px;min-width:120px;overflow:hidden;padding:10px 16px;position:relative;text-align:center;transition:all .3s ease;white-space:nowrap}.checkout-btn:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.checkout-btn:hover:before{left:100%}.checkout-btn:hover{background:linear-gradient(135deg,#00dd9a,#00ffc8);box-shadow:0 4px 12px #00ffc866;transform:translateY(-1px)}.checkout-icon{align-items:center;display:flex;flex-shrink:0;height:16px;justify-content:center;margin-right:6px;width:16px}.checkout-icon svg{stroke:currentColor;fill:none;height:100%;width:100%}.checkout-label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:.5px}.mobile-checkout-btn{align-items:center;background:linear-gradient(135deg,#00ffc8,#00dd9a);border:none;border-radius:12px;box-shadow:0 4px 12px #00ffc84d;color:#000;cursor:pointer;display:flex;font-size:16px;font-weight:600;margin-top:20px;overflow:hidden;padding:18px 20px;position:relative;text-align:left;transition:all .3s ease}.mobile-checkout-btn:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.mobile-checkout-btn:hover:before{left:100%}.mobile-checkout-btn:hover{background:linear-gradient(135deg,#00dd9a,#00ffc8);box-shadow:0 6px 16px #00ffc866;transform:translateX(5px)}.webi-footer{background:linear-gradient(135deg,#000,#1a1a1a 50%,#000);border-top:1px solid #ffffff1a;color:#fff;padding:60px 0 0;position:relative}.webi-footer:before{background:linear-gradient(90deg,#0000,#00ffc8 50%,#0000);content:"";height:2px;left:0;position:absolute;right:0;top:0}.webi-footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr 1fr 1fr 1fr;margin-bottom:40px}.footer-logo-img{height:40px;margin-bottom:15px}.webi-footer-section h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00ffc8,#00d4aa);-webkit-background-clip:text;background-clip:text;color:#00ffc8;font-size:1.8rem;font-weight:700;margin-bottom:15px}.webi-footer-section h4{color:#fff;font-size:1.1rem;font-weight:600;letter-spacing:1px;margin-bottom:20px;text-align:left;text-transform:uppercase}.webi-footer-section p{color:#b0b0b0;line-height:1.6;margin-bottom:20px}.webi-footer-section ul{list-style:none;margin:0;padding:0;text-align:left}.webi-footer-section ul li{margin-bottom:12px}.webi-footer-section ul li a{color:#b0b0b0;padding-left:0;position:relative;text-decoration:none;transition:all .3s ease}.webi-footer-section ul li a:hover{color:#00ffc8;padding-left:10px}.webi-footer-section ul li a:before{background:#00ffc8;content:"";height:2px;left:-15px;position:absolute;top:50%;transform:translateY(-50%);transition:width .3s ease;width:0}.webi-footer-section ul li a:hover:before{width:8px}.webi-footer-addresses{grid-gap:60px;border-bottom:1px solid #ffffff1a;border-top:1px solid #ffffff1a;display:grid;gap:60px;grid-template-columns:1fr 1fr;padding:40px 0}.webi-address-section h4{color:#00ffc8;font-size:1.1rem;font-weight:600;letter-spacing:1px;margin-bottom:15px;text-transform:uppercase}.webi-address-section p{color:#b0b0b0;line-height:1.6;margin:0}.webi-footer-bottom{align-items:center;display:flex;font-size:.9rem;justify-content:space-between;padding:30px 0}.webi-footer-bottom p{color:#888;margin:0}.webi-footer-bottom a{color:#00ffc8;font-weight:500;text-decoration:none;transition:all .3s ease}.webi-footer-bottom a:hover{color:#00d4aa;text-shadow:0 0 10px #00ffc84d}@media (max-width:1024px){.webi-footer-content{gap:30px;grid-template-columns:2fr 1fr 1fr}.webi-footer-section:nth-child(4),.webi-footer-section:nth-child(5){grid-column:span 1}}@media (max-width:768px){.webi-footer{padding:40px 0 0}.webi-footer-content{gap:20px;grid-template-columns:1fr 1fr}.webi-footer-section:first-child{grid-column:1/-1}.webi-footer-addresses{gap:30px;grid-template-columns:1fr}.webi-footer-bottom{flex-direction:column;gap:15px;text-align:center}}@media (max-width:480px){.webi-footer-section h3{font-size:1.5rem}.webi-footer-section h4{font-size:.9rem}.webi-footer-content{gap:15px;grid-template-columns:1fr 1fr}.webi-footer-section:first-child{grid-column:1/-1;margin-bottom:20px;text-align:center}}.host-section{background:linear-gradient(180deg,#000,#222 50%,#000);overflow:hidden;padding:100px 0;position:relative}.host-section:before{background:none;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes hostBackgroundMove{0%{transform:translateX(-5px) translateY(-3px)}to{transform:translateX(5px) translateY(3px)}}.host-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 2fr;z-index:2}.host-content,.host-image{position:relative}.host-image img{border-radius:20px;box-shadow:0 20px 40px #0000004d;height:auto;max-width:400px;transition:transform .3s ease;width:100%}.host-image:hover img{box-shadow:0 25px 50px #0006;transform:scale(1.05)}.host-info h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:15px}.host-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00ffc8,#00d4aa);-webkit-background-clip:text;background-clip:text;font-weight:800}.host-info h3{color:#b0b0b0;font-size:1.3rem;font-weight:400;margin-bottom:30px}.host-achievements{margin:30px 0}.achievement-item{align-items:flex-start;background:#ffffff0d;border-left:4px solid #00ffc8;border-radius:12px;display:flex;margin-bottom:20px;padding:15px;transition:all .3s ease}.achievement-item:hover{background:#ffffff14;transform:translateX(5px)}.check-icon{align-items:center;background:#00ffc833;border-radius:50%;color:#00ffc8;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:30px;justify-content:center;margin-right:15px;width:30px}.achievement-highlight{color:#00ffc8;font-weight:600}.host-quote{background:#00ffc81a;border-left:5px solid #00ffc8;border-radius:15px;margin:40px 0;padding:30px;position:relative}.host-quote:before{color:#00ffc8;content:'"';font-family:Georgia,serif;font-size:3rem;left:20px;position:absolute;top:-10px}.host-quote p{color:#f0f0f0;font-size:1.2rem;font-style:italic;line-height:1.6;margin:0}.quote-highlight{color:#00ffc8;font-style:normal;font-weight:600}.host-cta-btn{background:linear-gradient(135deg,#00ffc8,#00d4aa);border:none;border-radius:50px;box-shadow:0 10px 25px #00ffc84d,inset 0 1px 0 #fff3;color:#000;cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:1px;padding:18px 40px;text-transform:uppercase;transition:all .3s ease}.host-cta-btn:hover{background:linear-gradient(135deg,#00d4aa,#00ffc8)}.host-cta-btn:active{transform:translateY(1px)}@media (max-width:768px){.host-content{gap:40px;grid-template-columns:1fr;text-align:center}.host-info h2{font-size:2rem}.achievement-item{flex-direction:column;text-align:left}.check-icon{margin-bottom:10px;margin-right:0}.host-quote p{font-size:1.1rem}}.networth-section{background:linear-gradient(180deg,#000,#222 50%,#000);overflow:hidden;padding:100px 0;position:relative}.networth-section:before{background:none;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes networthBackgroundMove{0%{transform:translateX(-10px) translateY(-5px)}to{transform:translateX(10px) translateY(5px)}}.networth-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 2fr;position:relative;z-index:2}.networth-animation,.wealth-builder{align-items:center;display:flex;justify-content:center}.wealth-builder{height:300px;position:relative;width:300px}.wealth-chart{padding:40px;position:relative}.wealth-bars{align-items:end;display:flex;gap:8px;height:120px;justify-content:center}.wealth-bar{animation:growBar 3s ease-out infinite;background:linear-gradient(180deg,#00ffc8,#00d4aa);border-radius:8px 8px 0 0;box-shadow:0 0 20px #00ffc84d;width:16px}.wealth-bar-1{animation-delay:.2s;height:20%}.wealth-bar-2{animation-delay:.4s;height:35%}.wealth-bar-3{animation-delay:.6s;height:55%}.wealth-bar-4{animation-delay:.8s;height:80%}.wealth-bar-5{animation-delay:1s;height:100%}@keyframes growBar{0%,20%{opacity:.7;transform:scaleY(0)}40%{opacity:1;transform:scaleY(1)}80%,to{opacity:.9;transform:scaleY(1)}}.wealth-arrow{align-items:center;animation:pulse 2s ease-in-out infinite;background:#00ffc833;border-radius:50%;color:#00ffc8;display:flex;height:40px;justify-content:center;position:absolute;right:-10px;top:-10px;width:40px}@keyframes pulse{0%,to{box-shadow:0 0 20px #00ffc84d;transform:scale(1)}50%{box-shadow:0 0 30px #00ffc880;transform:scale(1.1)}}.networth-text h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;font-size:2.8rem;font-weight:700;margin-bottom:15px}.networth-text h3{color:#00ffc8;font-size:1.5rem;font-weight:400;margin-bottom:25px}.networth-text p{color:#b0b0b0;font-size:1.1rem;line-height:1.7;margin-bottom:30px}.networth-benefits{margin:30px 0}.benefit-item{align-items:center;color:#fff;display:flex;font-size:1.1rem;gap:15px;margin-bottom:15px;padding:12px 0;transition:all .3s ease}.benefit-item:hover{color:#00ffc8;padding-left:10px}.benefit-icon{align-items:center;background:#00ffc826;border:1px solid #00ffc84d;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;min-width:40px;width:40px}.benefit-icon svg{stroke-width:2;color:#00ffc8;height:20px;width:20px}@media (max-width:768px){.networth-content{gap:40px;grid-template-columns:1fr;text-align:center}.networth-text h2{font-size:2.2rem}.wealth-builder{height:250px;width:250px}.wealth-bars{height:100px}.dollar-sign{font-size:1.5rem}}.webi-container{background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;margin:0;overflow-x:hidden;padding:0}.hero-section{align-items:center;background:linear-gradient(135deg,#000,#1a1a1a 25%,#002d26 50%,#1e1e2e 75%,#000);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:80px 0;position:relative;text-align:center}.hero-section:before{animation:backgroundMove 20s ease-in-out infinite alternate;background:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff0d 0,#0000 50%),radial-gradient(circle at 40% 80%,#ffffff14 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:800px;padding:0 20px;position:relative;z-index:10}.hero-section canvas{pointer-events:none}.hero-section *{pointer-events:auto}.hero-title{margin:0 auto 40px;max-width:1000px;text-align:center}.hero-main-title{color:#fff;font-weight:800;margin-bottom:16px;text-shadow:0 2px 4px #0000004d}.hero-main-title,.hero-subtitle{font-size:clamp(18px,2.5vw,28px);line-height:1.4}.hero-subtitle{color:#ffffffe6;font-weight:500;margin:0 auto;max-width:900px}.webinar-date-standalone{align-items:center;color:#ffffffe6;display:flex;font-size:18px;font-weight:500;justify-content:center;margin:32px auto;max-width:600px;text-align:center}.countdown-section{margin:40px auto;max-width:600px;text-align:center}.countdown-label{color:#fff;font-size:18px;font-weight:600;letter-spacing:1px;margin-bottom:24px;text-transform:uppercase}.countdown-display,.countdown-label{align-items:center;display:flex;justify-content:center}.countdown-display{flex-wrap:wrap;gap:16px}.countdown-item{background:linear-gradient(145deg,#1a1a1a,#2d2d2d);border:2px solid #333;border-radius:16px;box-shadow:0 8px 25px #0000004d,inset 0 1px 1px #ffffff1a;min-width:100px;overflow:hidden;padding:20px 24px;position:relative;transition:all .4s ease}.countdown-item:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.countdown-item:hover:before{left:100%}.countdown-item:hover{border-color:#555;box-shadow:0 15px 35px #0006,inset 0 1px 1px #ffffff26;transform:translateY(-4px) scale(1.05)}.countdown-number{color:#fff;display:block;font-family:Google Sans Code,monospace;font-size:36px;font-weight:800;line-height:1;text-shadow:0 0 10px #ffffff4d,0 2px 4px #00000080}.countdown-unit{color:#ccc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:700;letter-spacing:1px;margin-top:8px;text-transform:uppercase}.countdown-separator{color:#666;font-size:28px;font-weight:300;margin:0 8px}@media (max-width:768px){.countdown-label{font-size:16px;margin-bottom:20px}.countdown-display{flex-wrap:wrap;gap:8px;justify-content:center}.countdown-item{min-width:70px;padding:12px 16px}.countdown-number{font-size:24px}.countdown-unit{font-size:9px}.countdown-separator{font-size:20px;margin:0 2px}}@media (max-width:480px){.countdown-display{gap:6px}.countdown-item{min-width:60px;padding:10px 12px}.countdown-number{font-size:20px}.countdown-unit{font-size:8px}.countdown-separator{font-size:18px;margin:0 1px}}.graph-section{background:#000;padding:80px 0}.graph-header{margin-bottom:50px;text-align:center}.graph-header h2{color:#fff;font-size:42px;font-weight:700;margin-bottom:15px}.graph-header .subtitle{color:#00ffc8;font-size:24px;font-weight:600;margin-bottom:20px}.graph-header .description{color:#fffc;font-size:18px;line-height:1.6;margin:0 auto;max-width:800px}.highlight-text{color:#00ffc8;font-weight:600}.graph-container{background:#121212;border:1px solid #ffffff26;border-radius:20px;margin:0 auto;max-width:900px;padding:40px}.simple-chart{align-items:center;display:flex;justify-content:center}.simple-chart canvas{border-radius:12px;height:auto;max-width:100%}.graph-features-compact{display:flex;flex-direction:column;gap:20px;margin-left:auto;margin-right:auto;margin-top:40px;max-width:700px}.phase-item{align-items:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;display:flex;gap:20px;padding:20px;transition:all .3s ease}.phase-item:hover{background:#ffffff0d;border-color:#00ffc84d;transform:translateX(5px)}.phase-number{align-items:center;background:linear-gradient(135deg,#00ffc8,#00d4aa);border-radius:50%;color:#000;display:flex;flex-shrink:0;font-size:16px;font-weight:700;height:35px;justify-content:center;width:35px}.phase-text{display:flex;flex-direction:column;gap:5px}.phase-text strong{color:#fff;font-size:16px;font-weight:600}.phase-text span{color:#fffc;font-size:14px;line-height:1.4}.opportunity-section{background:linear-gradient(180deg,#000,#000 50%,#222);padding:80px 0}.opportunity-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 2fr;margin:0 auto;max-width:1000px}.letter-animation{align-items:flex-end;display:flex;justify-content:center;min-height:350px;padding-bottom:20px;position:relative}.letter-image{height:200px;position:relative;transform:translateY(40px);width:200px}.animated-mail{height:150px;position:absolute;transition:.4s;width:200px}.animated-mail .body{border-color:#0000 #0000 #666;border-style:solid;border-width:0 0 100px 200px;bottom:0;height:0;position:absolute;width:0;z-index:2}.animated-mail .top-fold{border-color:#00ffc8 #0000 #0000;border-style:solid;border-width:50px 100px 0;height:0;position:absolute;top:50px;transform-origin:50% 0;transition:transform .4s .4s,z-index .2s .4s;width:0;z-index:2}.animated-mail .back-fold{background:#00ffc8;bottom:0;height:100px;position:absolute;width:200px;z-index:0}.animated-mail .left-fold{border-color:#0000 #0000 #0000 #555;border-style:solid;border-width:50px 0 50px 100px;bottom:0;height:0;position:absolute;width:0;z-index:2}.animated-mail .letter{background:#fff;bottom:0;height:60px;left:20px;overflow:hidden;position:absolute;transition:.4s .2s;width:160px;z-index:1}.animated-mail .letter .letter-border{background:repeating-linear-gradient(90deg,#0000,#0000 2px,#00ffc8 0,#00ffc8 4px);height:10px;width:100%}.animated-mail .letter .letter-title{background:#00ffc8;height:10px;margin-left:5px;margin-top:10px;width:40%}.animated-mail .letter .letter-context{background:#00ffc8;height:5px;margin-left:5px;margin-top:10px;width:20%}.animated-mail .letter .letter-stamp{background:#999;border-radius:100%;height:30px;margin-left:120px;margin-top:20px;opacity:.3;width:30px}.shadow{background:radial-gradient(#00000080,#0000,#0000);border-radius:100%;height:30px;left:50%;position:absolute;top:180px;transform:translateX(-50%);transition:.4s;width:400px}.letter-image.animated .animated-mail{transform:translateY(-50px)}.letter-image.animated .animated-mail .top-fold{transform:rotateX(180deg);transition:transform .4s,z-index .2s;z-index:0}.letter-image.animated .animated-mail .letter{height:180px}.letter-image.animated .shadow{width:250px}.opportunity-text h2{color:#fff;font-size:36px;font-weight:700;line-height:1.2;margin:0 0 15px}.opportunity-text h3{color:#00ffc8;font-size:24px;font-weight:600;line-height:1.3;margin:0 0 25px}.opportunity-text p{color:#999;font-size:18px;line-height:1.6;margin:0 0 30px}.opportunity-btn{background:#0000;border:2px solid #ffffff4d;border-radius:8px;color:#ffffffe6;cursor:pointer;font-family:Courier New,monospace;font-size:18px;font-weight:700;letter-spacing:2px;min-width:180px;overflow:hidden;padding:16px 32px;position:relative;text-transform:uppercase;transition:all .3s ease}.opportunity-btn:hover{background:#ffffff0d;border-color:#fff9;box-shadow:0 8px 25px #ffffff1a;color:#fff;transform:translateY(-2px)}.opportunity-btn:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.opportunity-btn:hover:before{left:100%}.growth-section{background:#000;padding:80px 0}.growth-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 2fr;margin:0 auto;max-width:1000px}.growth-animation{align-items:flex-end;display:flex;justify-content:flex-end;min-height:300px;padding-bottom:40px;padding-right:80px;position:relative}#loader{background-color:initial;height:8.1em;margin:0;position:relative;transform:scale(1.5) translateX(2em);width:8.1em}#hill{background-color:initial;border-left:.25em solid #fff;left:2em;top:0;transform:rotate(45deg)}#hill,#hill:after{height:7.1em;position:absolute;width:7.1em}#hill:after{background-color:#000;content:"";left:0}#box{animation:push 2.5s cubic-bezier(.79,0,.47,.97) infinite;background-color:initial;border:.25em solid #00ffc8;border-radius:15%;bottom:5em;box-shadow:0 0 20px #00ffc84d;height:1em;left:1em;position:absolute;transform:translateY(-1em) rotate(-45deg);width:1em}@keyframes push{0%{transform:translateY(-1em) rotate(-45deg)}5%{transform:translateY(-1em) rotate(-50deg)}20%{transform:translate(1em,-2em) rotate(47deg)}25%{transform:translate(1em,-2em) rotate(45deg)}30%{transform:translate(1em,-2em) rotate(40deg)}45%{transform:translate(2em,-3em) rotate(137deg)}50%{transform:translate(2em,-3em) rotate(135deg)}55%{transform:translate(2em,-3em) rotate(130deg)}70%{transform:translate(3em,-4em) rotate(217deg)}75%{transform:translate(3em,-4em) rotate(220deg)}to{transform:translateY(-1em) rotate(-225deg)}}.growth-text h2{color:#fff;font-size:36px;font-weight:700;line-height:1.2;margin:0 0 15px}.growth-text h3{color:#00ffc8;font-size:24px;font-weight:600;line-height:1.3;margin:0 0 25px}.growth-text p{color:#999;font-size:18px;line-height:1.6;margin:0 0 30px}.value-section{background:linear-gradient(180deg,#222,#000 50%,#000);padding:80px 0}.running-text-marquee{align-items:center;background:#000000e6;border-bottom:1px solid #fff3;border-top:1px solid #fff3;display:flex;height:50px;width:100%}.marquee-content{color:#fff;font-size:14px;font-weight:600;letter-spacing:2px;padding:0 20px;text-transform:uppercase}.value-section h2{color:#fff;font-size:36px;margin-bottom:50px;text-align:center}@media (max-width:450px){.value-section h2{font-size:30px;margin-bottom:30px}}.value-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.proof-section{background:#000;padding:80px 0}.proof-section h2{color:#fff;font-size:36px;margin-bottom:50px;text-align:center}.testimonial-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.testimonial{background:#121212;border:1px solid #ffffff26;border-radius:15px;padding:30px;position:relative}.testimonial-result{color:#fff;font-size:24px;font-weight:700;margin-bottom:15px}.testimonial p{color:#999;font-size:16px;font-style:italic;line-height:1.6;margin-bottom:15px}.testimonial-author{color:#999;font-weight:600}.testimonial-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:10px}.star-rating{display:flex;gap:2px}.star{color:#0f0;font-size:18px;opacity:0;text-shadow:0 0 10px #00ff0080;transform:scale(0) rotate(-180deg);transition:all .3s ease}.animate-stars .star{animation:starEntrance .6s ease-out forwards,starGlow 2s ease-in-out .6s infinite alternate;opacity:1;transform:scale(1) rotate(0deg)}.animate-stars .star:first-child{animation-delay:0s,.6s;transition-delay:0s}.animate-stars .star:nth-child(2){animation-delay:.1s,.7s;transition-delay:.1s}.animate-stars .star:nth-child(3){animation-delay:.2s,.8s;transition-delay:.2s}.animate-stars .star:nth-child(4){animation-delay:.3s,.9s;transition-delay:.3s}.animate-stars .star:nth-child(5){animation-delay:.4s,1s;transition-delay:.4s}@keyframes starEntrance{0%{filter:brightness(.5);opacity:0;transform:scale(0) rotate(-180deg)}50%{filter:brightness(1.5);transform:scale(1.2) rotate(-90deg)}to{filter:brightness(1);opacity:1;transform:scale(1) rotate(0deg)}}@keyframes starGlow{0%{color:#0f0;text-shadow:0 0 10px #00ff0080}to{color:#0d0;text-shadow:0 0 15px #0f0c}}.verified-badge{align-items:center;background:#00ffc81a;border:1px solid #00ffc84d;border-radius:12px;color:#00ffc8;display:flex;font-size:12px;font-weight:600;gap:5px;padding:4px 8px}.verified-badge svg{color:#00ffc8;flex-shrink:0}.registration-section{background:#000;padding:80px 0}.registration-box{background:#121212;border:1px solid #ffffff26;border-radius:20px;margin:0 auto;max-width:600px;padding:40px;text-align:center}.registration-box h2{font-size:32px;margin-bottom:30px}.price-section{margin-bottom:30px}.current-price{color:gold;font-size:36px;font-weight:700;margin-bottom:10px}.register-btn{background:#ffffffe6;border:none;border-radius:8px;color:#1a1a1a;cursor:pointer;font-family:Courier New,monospace;font-size:16px;font-weight:600;letter-spacing:1px;overflow:hidden;padding:16px;position:relative;text-transform:none;transition:all .3s ease;width:100%}.register-btn:hover:not(:disabled){background:#fff;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.register-btn:disabled{cursor:not-allowed;opacity:.7}.guarantees{margin-top:30px}.guarantee-item span{color:#fff;font-weight:500}.problem-section{background:#000;padding:80px 0}.problem-section h2{color:#fff;font-size:36px;margin-bottom:50px;text-align:center}@media (max-width:450px){.problem-section h2{font-size:30px;margin-bottom:30px}}.problem-list{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:800px}.problem-item{align-items:center;background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;display:flex;gap:25px;overflow:hidden;padding:30px;position:relative;transition:all .3s ease}@media (max-width:450px){.problem-item{align-items:flex-start;flex-direction:column;gap:15px;padding:15px}.problem-indicator{display:none}}.problem-item:before{background:linear-gradient(90deg,#0000,#ff444408,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.problem-item:hover:before{left:100%}.problem-item:hover{background:#ffffff0a;border-color:#ff444426;transform:translateX(5px)}.problem-number{align-items:center;background:#ff44441a;border:1px solid #f443;border-radius:50%;color:#f44;display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:50px;justify-content:center;position:relative;width:50px;z-index:1}.problem-content{flex:1 1;position:relative;z-index:1}.problem-content h3{color:#fff;font-size:20px;font-weight:600;margin:0 0 8px}.problem-content p{color:#b0b0b0;font-size:15px;line-height:1.6;margin:0}.problem-indicator{color:#f44;flex-shrink:0;height:32px;position:relative;width:32px;z-index:1}.problem-indicator svg{stroke:currentColor;fill:none;height:100%;width:100%}.solution-section{background:#000;padding:80px 0}.solution-section h2{color:#fff;font-size:36px;margin-bottom:50px;text-align:center}.solution-content{align-items:center;display:flex;flex-direction:column;gap:60px}.solution-features{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:1200px;width:100%}.solution-feature{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;display:flex;gap:20px;overflow:hidden;padding:30px;position:relative;transition:all .3s ease}.solution-feature:before{background:linear-gradient(90deg,#0000,#00ffc80d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.solution-feature:hover:before{left:100%}.solution-feature:hover{background:#ffffff0d;border-color:#00ffc833;box-shadow:0 8px 25px #00ffc81a;transform:translateY(-2px)}.solution-feature-icon{align-items:center;background:#00ffc81a;border:1px solid #00ffc833;border-radius:12px;color:#00ffc8;display:flex;flex-shrink:0;height:50px;justify-content:center;position:relative;transition:all .3s ease;width:50px;z-index:1}.solution-feature:hover .solution-feature-icon{background:#00ffc833;border-color:#00ffc866;color:#00ffc8;transform:scale(1.05)}.solution-feature-icon svg{stroke:currentColor;fill:none;height:24px;width:24px}.solution-feature-content{position:relative;z-index:1}.solution-feature-content h3{color:#fff;font-size:20px;font-weight:600;margin:0 0 12px}.solution-feature-content p{color:#b0b0b0;font-size:15px;line-height:1.6;margin:0}.solution-stats{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;justify-content:center}.stat-item{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex:1 1;max-width:280px;min-width:200px;overflow:hidden;padding:35px 25px;position:relative;text-align:center;transition:all .3s ease}.stat-item:before{background:linear-gradient(90deg,#0000,#00ffc80d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.stat-item:hover:before{left:100%}.stat-item:hover{background:#ffffff0d;border-color:#00ffc833;box-shadow:0 8px 25px #00ffc81a;transform:translateY(-3px)}.stat-number{color:#00ffc8;font-size:42px;font-weight:700;margin-bottom:12px;text-shadow:0 0 20px #00ffc84d}.stat-label,.stat-number{position:relative;z-index:1}.stat-label{color:#b0b0b0;font-size:15px;font-weight:500;line-height:1.4}.faq-section{background:#000;padding:80px 0}.faq-section h2{color:#fff;font-size:36px;margin-bottom:50px;text-align:center}.faq-list{margin:0 auto;max-width:900px}.faq-item{border-bottom:1px solid #ffffff1a;margin-bottom:0}.faq-question{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:25px 0;transition:all .3s ease;-webkit-user-select:none;user-select:none}.faq-question:hover{padding-left:10px}.faq-question.active{color:#00ffc8}.faq-question h3{color:#fff;flex:1 1;font-size:20px;font-weight:600;margin:0;transition:color .3s ease}.faq-question.active h3{color:#00ffc8}.faq-chevron{color:#666;flex-shrink:0;height:24px;margin-left:20px;transition:all .3s ease;width:24px}.faq-question.active .faq-chevron{color:#00ffc8;transform:rotate(180deg)}.faq-chevron svg{height:100%;width:100%}.faq-answer{max-height:0;overflow:hidden;padding:0;transition:max-height .4s ease,padding .4s ease}.faq-answer.open{max-height:200px;padding:0 0 25px}.faq-answer p{color:#b0b0b0;font-size:16px;line-height:1.7;margin:0;padding-right:44px}.highlight{color:#00ffc8;font-weight:600}@media (max-width:768px){.hero-section{min-height:100vh;padding:60px 0}.hero-title{font-size:32px}.hero-subtitle{font-size:18px}.value-grid{grid-template-columns:1fr;justify-items:center}.growth-content{gap:40px;grid-template-columns:1fr;text-align:left}.growth-animation{align-items:center;display:flex;justify-content:center;margin-bottom:-80px;padding-bottom:0}.growth-text h2{font-size:28px}.growth-text h3{font-size:20px}.growth-text p{font-size:16px}.solution-content,.testimonial-grid{grid-template-columns:1fr}.solution-content{gap:40px}.opportunity-content{gap:30px;grid-template-columns:1fr;text-align:center}.placeholder-letter{font-size:80px}.opportunity-text h2{font-size:28px}.opportunity-text h3{font-size:20px}.graph-container{padding:20px}.registration-box{margin:0 20px;padding:30px 20px}}@media (prefers-reduced-motion:reduce){.hero-section{background:linear-gradient(135deg,#1a1a1a,#2d2d3a 50%,#000)}.hero-section:before{animation:none}@keyframes backgroundMove{0%,to{transform:translate(0) scale(1)}}}.webi-container img,.webi-container video{loading:lazy}html{scroll-behavior:smooth}@media (max-width:768px){.graph-features-compact{margin-top:30px;max-width:100%;padding:0}.phase-item{flex-direction:column;gap:15px;padding:25px 15px;text-align:center}.phase-number{height:40px;width:40px}.phase-number,.phase-text strong{font-size:18px}.phase-text span{font-size:15px}}.risk-disclaimer{background:linear-gradient(180deg,#000,#222 50%,#000);padding:40px 0}.disclaimer-content{margin:0 auto;max-width:800px;text-align:center}.disclaimer-content h4{color:#fff;font-size:18px;font-weight:600;letter-spacing:1px;margin-bottom:20px;text-transform:uppercase}.disclaimer-content p{color:#999;font-size:13px;font-weight:400;line-height:1.6;margin:0}@media (max-width:768px){.risk-disclaimer{padding:30px 0}.disclaimer-content{padding:0 20px}.disclaimer-content h4{font-size:16px;margin-bottom:15px}.disclaimer-content p{font-size:12px;line-height:1.5}}.webi-checkout-container{background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;margin:0;min-height:100vh;overflow-x:hidden;padding:0}.container{margin:0 auto;max-width:1200px;padding:0 20px}.checkout-hero{background:linear-gradient(135deg,#000,#1a1a1a 25%,#002d26 50%,#1e1e2e 75%,#000);overflow:hidden;padding:100px 0;position:relative;text-align:center}.checkout-hero:before{animation:backgroundMove 20s ease-in-out infinite alternate;background:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff0d 0,#0000 50%),radial-gradient(circle at 40% 80%,#ffffff14 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes backgroundMove{0%{transform:translate(0) scale(1)}to{transform:translate(-10px,-10px) scale(1.02)}}.checkout-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:clamp(32px,5vw,48px);font-weight:800;margin-bottom:20px;position:relative;text-shadow:0 2px 4px #0000004d;z-index:2}.checkout-hero p{color:#00ffc8;font-size:clamp(16px,2vw,22px);font-weight:500;margin:0;position:relative;z-index:2}.checkout-section{background:linear-gradient(180deg,#000,#222 50%,#000);padding:100px 0;position:relative}.checkout-box{background:linear-gradient(145deg,#1a1a1a,#2d2d2d);border:1px solid #ffffff26;border-radius:25px;box-shadow:0 20px 40px #0000004d,inset 0 1px 1px #ffffff1a;margin:0 auto;max-width:600px;overflow:hidden;padding:50px;position:relative;text-align:center}.checkout-box:before{background:linear-gradient(90deg,#0000,#00ffc80d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .8s ease;width:100%}.checkout-box:hover:before{left:100%}.checkout-box h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:clamp(28px,4vw,36px);font-weight:700;margin-bottom:30px;position:relative;z-index:1}.price-section{margin-bottom:40px;position:relative;z-index:1}.current-price{animation:priceGlow 3s ease-in-out infinite alternate;color:#00ffc8;font-family:Google Sans Code,monospace;font-size:clamp(32px,5vw,48px);font-weight:800;margin-bottom:15px;text-shadow:0 0 20px #00ffc84d}@keyframes priceGlow{0%{text-shadow:0 0 20px #00ffc84d}to{text-shadow:0 0 30px #00ffc880}}.checkout-form{margin:40px 0;position:relative;z-index:1}.email-input{background:#fffffff2;border:2px solid #ffffff26;border-radius:16px;box-shadow:0 8px 25px #0000001a,inset 0 1px 1px #ffffff1a;color:#333;font-size:16px;margin-bottom:25px;padding:18px 24px;transition:all .3s ease;width:100%}.email-input:focus{border-color:#00ffc8;box-shadow:0 0 0 3px #00ffc833,0 8px 25px #00000026;outline:none;transform:translateY(-2px)}.email-input::placeholder{color:#666;font-weight:500}.continue-btn{background:linear-gradient(135deg,#00ffc8,#00d4aa);border:none;border-radius:16px;box-shadow:0 10px 25px #00ffc84d,inset 0 1px 0 #fff3;color:#000;cursor:pointer;font-family:Courier New,monospace;font-size:18px;font-weight:700;letter-spacing:1px;overflow:hidden;padding:18px 24px;position:relative;text-transform:uppercase;transition:all .3s ease;width:100%}.continue-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.continue-btn:hover:not(:disabled){background:linear-gradient(135deg,#00d4aa,#00ffc8);box-shadow:0 15px 35px #00ffc866,inset 0 1px 0 #ffffff4d;transform:translateY(-3px)}.continue-btn:hover:not(:disabled):before{left:100%}.continue-btn:active{transform:translateY(-1px)}.continue-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.guarantees{margin-top:40px;position:relative;z-index:1}.guarantee-item{align-items:center;background:#ffffff08;border:1px solid #00ffc833;border-radius:12px;color:#fff;display:flex;font-size:16px;font-weight:500;gap:12px;justify-content:flex-start;margin:15px 0;overflow:hidden;padding:12px 20px;position:relative;text-align:left;transition:all .3s ease}.guarantee-item:before{background:linear-gradient(90deg,#0000,#00ffc80d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.guarantee-item:hover{background:#ffffff0d;border-color:#00ffc866;color:#00ffc8;transform:translateY(-2px)}.guarantee-item:hover:before{left:100%}.guarantee-icon{color:#00ffc8;flex-shrink:0;height:20px;width:20px}.payment-section{margin-top:30px;position:relative;z-index:1}.payment-section p{color:#fff;font-size:16px}.back-button,.payment-section p{font-weight:500;margin-bottom:25px}.back-button{background:#ffffff0d;border:1px solid #ffffff4d;border-radius:12px;color:#fffc;cursor:pointer;overflow:hidden;padding:12px 24px;position:relative;transition:all .3s ease}.back-button:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.back-button:hover{background:#ffffff14;border-color:#ffffff80;box-shadow:0 4px 12px #ffffff1a;color:#fff;transform:translateY(-2px)}.back-button:hover:before{left:100%}.payment-success{background:linear-gradient(135deg,#00ffc8,#00d4aa);border:1px solid #fff3;border-radius:20px;box-shadow:0 15px 35px #00ffc84d,inset 0 1px 0 #fff3;color:#000;margin-top:25px;overflow:hidden;padding:40px;position:relative;text-align:center}.payment-success:before{animation:successShine 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes successShine{0%{left:-100%}to{left:100%}}.payment-success h3{font-size:clamp(20px,3vw,28px);font-weight:800;margin:0 0 20px}.payment-success p{color:#000;font-weight:600}.success-benefits-list{background:#0000001a;border-radius:15px;box-shadow:inset 0 2px 8px #00000026;list-style:none;margin:25px auto;max-width:320px;padding:25px;text-align:left}.success-benefits-list li{align-items:center;border-bottom:1px solid #0000000d;color:#000;display:flex;font-size:15px;font-weight:600;margin:12px 0;padding:8px 0;transition:all .2s ease}.success-benefits-list li:last-child{border-bottom:none}.success-benefits-list li:before{color:#00a087;content:"✓";flex-shrink:0;font-size:16px;font-weight:800;margin-right:10px}.payment-error{background:linear-gradient(135deg,#ff4757,#ff3838);border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 10px 25px #ff47574d,inset 0 1px 0 #fff3;color:#fff;margin-top:20px;padding:20px;text-align:center}.stripe-form{margin-top:25px;position:relative;z-index:1}.card-element-container{background:#fffffff2;border:2px solid #ffffff26;border-radius:16px;box-shadow:0 8px 25px #0000001a,inset 0 1px 1px #ffffff1a;margin-bottom:25px;padding:18px 24px;transition:all .3s ease}.card-element-container:focus-within{border-color:#00ffc8;box-shadow:0 0 0 3px #00ffc833,0 8px 25px #00000026;transform:translateY(-2px)}.stripe-pay-button{background:linear-gradient(135deg,#00ffc8,#00d4aa);border:none;border-radius:16px;box-shadow:0 10px 25px #00ffc84d,inset 0 1px 0 #fff3;color:#000;cursor:pointer;font-family:Courier New,monospace;font-size:18px;font-weight:700;letter-spacing:1px;overflow:hidden;padding:20px 24px;position:relative;text-transform:uppercase;transition:all .3s ease;width:100%}.stripe-pay-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.stripe-pay-button:hover:not(:disabled){background:linear-gradient(135deg,#00d4aa,#00ffc8);box-shadow:0 15px 35px #00ffc866,inset 0 1px 0 #ffffff4d;transform:translateY(-3px)}.stripe-pay-button:hover:not(:disabled):before{left:100%}.stripe-pay-button:active{transform:translateY(-1px)}.stripe-pay-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.checkout-footer{background:linear-gradient(180deg,#000,#111);border-top:1px solid #ffffff1a;color:#999;font-size:14px;padding:60px 0;position:relative;text-align:center}.checkout-footer:before{background:linear-gradient(90deg,#0000,#00ffc880,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.checkout-footer p{line-height:1.6;margin:0}.checkout-footer a{color:#00ffc8;text-decoration:none;transition:color .3s ease}.checkout-footer a:hover{color:#fff;text-decoration:underline}@media (max-width:768px){.checkout-hero{padding:60px 0}.checkout-hero h1{font-size:clamp(24px,6vw,32px)}.checkout-hero p{font-size:clamp(14px,3vw,18px)}.checkout-section{padding:60px 0}.checkout-box{margin:0 20px;padding:30px 20px}.checkout-box h2{font-size:clamp(20px,4vw,28px)}.current-price{font-size:clamp(24px,6vw,36px)}.email-input{font-size:15px;padding:16px 20px}.continue-btn{font-size:16px;padding:16px 20px}.stripe-pay-button{font-size:16px;padding:18px 20px}.guarantee-item{font-size:14px;margin:12px 0;padding:10px 16px}.payment-success{padding:30px 20px}.payment-success h3{font-size:clamp(18px,4vw,24px)}}@media (max-width:480px){.checkout-section{padding:40px 0}.checkout-box{border-radius:20px;margin:0 10px;padding:20px 12px}.checkout-box h2{font-size:clamp(18px,5vw,24px);margin-bottom:20px}.price-section{margin-bottom:25px}.current-price{font-size:clamp(28px,8vw,40px);margin-bottom:10px}.checkout-form{margin:25px 0}.email-input{margin-bottom:20px}.continue-btn,.email-input{border-radius:14px;font-size:16px;padding:16px 20px}.continue-btn{letter-spacing:.5px}.payment-section{margin-top:25px}.payment-section p{font-size:15px;margin-bottom:20px}.back-button{border-radius:10px;font-size:14px;margin-bottom:20px;padding:10px 20px}.card-element-container{border-radius:14px;margin-bottom:20px;padding:16px 20px}.stripe-pay-button{border-radius:14px;font-size:16px;padding:16px 20px}.guarantee-item{border-radius:10px;font-size:13px;gap:8px;margin:10px 0;padding:8px 12px}.guarantee-icon{flex-shrink:0;height:16px;width:16px}.payment-success{border-radius:18px;margin-top:20px;padding:25px 15px}.payment-success h3{font-size:clamp(16px,5vw,22px);margin-bottom:15px}.payment-success p{font-size:14px;margin-bottom:15px}.payment-success ul{border-radius:10px;margin:15px auto;padding:15px}.payment-success li{font-size:13px;margin:6px 0}.payment-error{border-radius:12px;font-size:14px;padding:15px 12px}.checkout-footer{font-size:12px;padding:40px 0}.checkout-footer p{padding:0 15px}}@media (max-width:375px){.checkout-box{margin:0 8px;padding:18px 10px}.checkout-box h2{font-size:clamp(16px,5vw,20px);margin-bottom:18px}.current-price{font-size:clamp(24px,8vw,32px)}.email-input{font-size:16px}.continue-btn,.email-input{border-radius:12px;padding:14px 16px}.continue-btn{font-size:15px}.card-element-container,.stripe-pay-button{border-radius:12px;padding:14px 16px}.stripe-pay-button{font-size:15px}.guarantee-item{font-size:12px;gap:6px;padding:6px 10px}.guarantee-icon{height:14px;width:14px}.payment-success{padding:20px 12px}.payment-success h3{font-size:clamp(14px,5vw,18px)}.payment-success p{font-size:13px}.payment-success ul{padding:12px}.payment-success li{font-size:12px}}@media (max-width:812px) and (max-height:480px) and (orientation:landscape){.checkout-section{padding:20px 0}.checkout-box{padding:20px 15px}.checkout-box h2{margin-bottom:15px}.price-section{margin-bottom:20px}.current-price{margin-bottom:8px}.checkout-form{margin:20px 0}.email-input{margin-bottom:15px}.guarantee-item{margin:8px 0}.payment-success{padding:20px 15px}.checkout-footer{padding:30px 0}}@media (prefers-reduced-motion:reduce){.checkout-hero:before,.current-price,.payment-success:before{animation:none}*{transition:none!important}}.notfound-container{background:var(--purple);display:flex;flex-direction:column;font-family:CircularPro,sans-serif;min-height:100vh;overflow:hidden;position:relative}.notfound-beam-effect{inset:0;pointer-events:none;position:absolute;transition:all .2s ease-out}.notfound-symbol{color:#fff;font-family:monospace;font-size:.875rem;position:absolute;transition:opacity .3s ease-out;-webkit-user-select:none;user-select:none}.notfound-content{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:1rem;position:relative;z-index:10}.notfound-title{color:#fff;font-family:CircularPro,sans-serif;font-size:9rem;font-weight:700;margin:0}.notfound-subtitle{color:var(--text-tertiary);font-family:CircularPro,sans-serif;font-size:2rem;font-weight:600;margin:1rem 0 2rem}.notfound-button{align-items:center;background-color:#fff;border:none;border-radius:40px;color:var(--text-primary);cursor:pointer;display:flex;font-family:CircularPro,sans-serif;font-size:18px;font-weight:500;gap:.5rem;padding:18px 36px;text-decoration:none;transition:opacity .3s ease;white-space:nowrap}.notfound-button:hover{opacity:.8}.notfound-arrow-left{font-size:1rem}.notfound-arrow-container{display:flex;justify-content:center;padding-bottom:2rem;position:relative;z-index:10}.notfound-arrow{color:#fff9;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));font-size:2rem;transition:transform .1s ease-out}@media (max-width:768px){.notfound-title{font-size:6rem}.notfound-subtitle{font-size:1.5rem}.notfound-button{font-size:16px;padding:14px 28px}}@media (max-width:480px){.notfound-title{font-size:4rem}.notfound-subtitle{font-size:1.25rem}.notfound-button{font-size:14px;padding:12px 24px}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{background-color:#fff;flex:1 1}@media (max-width:1230px){.main-content{padding-top:76px}}.App{text-align:center}
/*# sourceMappingURL=main.fc4259f0.css.map*/