@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");:root{--purple:#835bd8;--purple-hover:#53389e;--purple-light:#ede9fe;--purple-btn:#7f56d9;--footer-bg:#3b1fa8;--text-900:#101828;--text-600:#475467;--text-500:#667085;--text-400:#98a2b3;--border:#e4e7ec;--border-light:#f2f4f7;--bg-50:#f9fafb;--bg-hero:#f0edfb;--white:#ffffff;--dark:#0c0c0c;--shadow-sm:0 1px 3px rgba(16,24,40,0.1),0 1px 2px rgba(16,24,40,0.06);--shadow-md:0 4px 16px rgba(16,24,40,0.08);--shadow-card:0 8px 40px rgba(105,65,198,0.1);--r4:4px;--r8:8px;--r12:12px;--r16:16px;--r20:20px;--r24:24px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-900);background:#f5f5f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ol,ul{list-style:none}button{font-family:inherit;cursor:pointer}.wrap{max-width:1200px;margin:0 auto;padding:0 48px}.nav{background:#f0edfb;min-height:120px;position:sticky;top:0;z-index:1000}.nav-inner{width:87%;max-width:1280px;margin:0 auto;padding:0 40px;height:72px;justify-content:space-between;gap:32px;position:relative;top:20px;border-radius:20px;border:1px solid #e8e8e8;background:#fff}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{gap:8px}.nav-logo img{height:30px;width:auto}.nav-logo-text{font-size:18px;font-weight:700;color:var(--text-900)}.nav-links{display:flex;align-items:center;gap:2px}.nav-links a{font-size:14px;font-weight:500;color:var(--text-600);padding:8px 14px;border-radius:var(--r8);transition:color .15s,background .15s}.nav-links a.active,.nav-links a:hover{color:var(--text-900);background:var(--bg-50)}.nav-links a.active{font-weight:600;position:relative}.nav-links a.active:after{content:"";position:absolute;bottom:4px;left:14px;right:14px;height:2px;background:currentColor;border-radius:2px}.nav-actions{display:flex;align-items:center;gap:12px}.nav-signin{font-size:14px;font-weight:500;color:var(--text-600);background:none;border:none;padding:8px 16px;border-radius:var(--r8);transition:color .15s}.nav-signin:hover{color:var(--text-900)}.btn-primary{display:inline-flex;align-items:center;gap:6px;background:var(--purple);color:#fff;font-size:14px;font-weight:600;padding:10px 20px;border-radius:var(--r8);border:none;transition:background .15s;text-decoration:none}.btn-primary:hover{background:var(--purple-hover);color:#fff}.btn-outline{display:inline-flex;align-items:center;gap:6px;background:#fff;color:var(--text-900);font-size:14px;font-weight:600;padding:10px 20px;border-radius:var(--r8);border:1.5px solid var(--border);transition:all .15s;text-decoration:none}.btn-outline:hover{border-color:var(--purple);color:var(--purple)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:6px}.hamburger span{display:block;width:22px;height:2px;background:var(--text-900);border-radius:2px}.mobile-menu{display:none;position:fixed;inset:0;z-index:9999;background:#fff;flex-direction:column;align-items:center;justify-content:center;gap:28px}.mobile-menu.open{display:flex}.mobile-menu a,.mobile-menu button{font-size:20px;font-weight:700;color:var(--text-900);background:none;border:none}.mobile-menu-close{position:absolute;top:20px;right:24px;font-size:28px;background:none;border:none;color:var(--text-900)}.hero{padding:clamp(30px,5.2vw,64px) clamp(24px,4vw,48px) clamp(40px,5vw,60px);text-align:center;position:relative;overflow:hidden;top:25px}@media (max-width:768px){.hero{top:20px}}.hero-floats{position:absolute;top:10%;bottom:0;left:50%;transform:translateX(-50%);width:min(100% - 48px,896px);max-width:896px;pointer-events:none}.hero-float{position:absolute;animation:float 6s ease-in-out infinite}.hero-float img{width:36px;height:36px}.hero-float:first-child{top:27.83%;left:6.59%;animation-delay:0s}.hero-float:nth-child(2){top:3%;left:85.04%;animation-delay:1s}.hero-float:nth-child(3){top:10.67%;left:3.79%;animation-delay:.5s}.hero-float:nth-child(4){top:41.5%;left:.56%;animation-delay:1.5s}.hero-float:nth-child(5){top:-.85%;left:16.07%;animation-delay:2s}.hero-float:nth-child(6){top:11.17%;left:91.3%;animation-delay:2.5s}.hero-float:nth-child(7){top:28.67%;left:89.5%;animation-delay:2.5s}.hero-float:nth-child(8){top:41.33%;left:98.1%;animation-delay:2.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-inner{position:relative;z-index:1;max-width:896px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#0f172b;color:#fff;border-radius:999px;padding:8px 16px;min-height:36px;box-sizing:border-box;font-size:14px;font-weight:500;line-height:20px;margin-bottom:18px}.hero-badge .hero-badge-icon,.hero-badge svg{width:16px;height:16px;flex-shrink:0}.hero h1{color:#0a0a0a;text-align:center;font-family:Inter,sans-serif;font-size:clamp(40px,8.2vw,96px);font-style:normal;font-weight:700;line-height:1.1;letter-spacing:-2.4px;margin-bottom:26px}.hero h1 .purple-line{display:block;color:#90a1b9}.hero-sub{width:100%;max-width:861px;margin:0 auto 28px;color:#45556c;text-align:center;font-family:Inter,sans-serif;font-size:clamp(17px,2.2vw,24px);font-style:normal;font-weight:300;line-height:1.625}.hero-btns{display:flex;justify-content:center;align-items:center;gap:32px;flex-wrap:wrap}.hero-btns .btn-primary{min-width:204px}.hero-btns .btn-outline,.hero-btns .btn-primary{font-size:16px;font-weight:500;min-height:56px;padding:14px 24px;border-radius:12px;justify-content:center}.hero-btns .btn-outline{min-width:202px;border:1px solid #cad5e2;color:#0a0a0a}.hero-btns .btn-outline:hover{border-color:var(--purple);color:var(--purple)}.hero-trust{justify-content:center;gap:40px;margin-top:32px;flex-wrap:wrap}.hero-trust,.hero-trust-item{display:flex;align-items:center}.hero-trust-item{color:#62748e;text-align:center;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px;gap:8px}.hero-trust-check,.hero-trust-item svg{width:18px;height:18px;flex-shrink:0;color:#10b981}.stats-section{padding:0 48px;margin-bottom:0}.stats-bar{background:var(--purple);border-radius:var(--r16);padding:28px 52px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;height:188px;width:100%;max-width:1365px;margin:0 auto}.stats-label{color:#fff;font-family:Inter;font-size:38px;font-style:normal;font-weight:700;line-height:48px}.stats-sep{width:1px;height:52px;background:rgba(255,255,255,.22);flex-shrink:0}.stat{text-align:left}.stat-num{font-size:36px;font-weight:800;color:#fff;line-height:1;letter-spacing:-1px}.stat-desc{font-size:13px;color:rgba(255,255,255,.65);margin-top:4px}.section{padding:96px 0}.section-gray{background:var(--bg-50)}.personality-inner{display:grid;grid-template-columns:630px 1fr;align-items:center}section.section.personality-section{.wrap{padding:0}}.personality-left h2{color:#0a0a0a;font-family:Inter;font-size:48px;font-style:normal;font-weight:700;line-height:normal}.personality-left p{color:#45556c;font-family:Inter;font-size:24px;font-style:normal;font-weight:300;line-height:39px;width:92%}.personality-left .ready-text{font-size:14px;color:var(--text-500);margin-bottom:0;line-height:21px}.explore-link{font-size:14px;font-weight:600;color:var(--purple);display:inline-flex;align-items:center;gap:6px;cursor:pointer}.explore-link:hover{text-decoration:underline}.explore-link svg{width:16px;height:16px}.types-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.types-col{display:flex;flex-direction:column;gap:16px}.types-col-right{margin-top:40px}.type-card{background:#fff;border:1px solid var(--border);border-radius:var(--r16);padding:24px;transition:box-shadow .2s,border-color .2s}.type-card:hover{box-shadow:var(--shadow-card);border-color:#c4b5fd}.type-title{font-size:17px;font-weight:700;color:var(--text-900);margin-bottom:4px}.type-subtitle{font-size:12px;font-weight:500;color:var(--purple);margin-bottom:12px}.type-desc{font-size:13px;color:var(--text-500);line-height:1.65;margin-bottom:18px}.type-footer{display:flex;align-items:center;justify-content:space-between}.type-pct{font-size:13px;color:var(--text-500);font-weight:500}.type-icon img{width:56px;height:56px}.features-header{text-align:center;margin-bottom:56px}.features-header h2{font-size:42px;font-weight:800;color:var(--text-900);letter-spacing:-1px;margin-bottom:16px}.features-header p{font-size:16px;color:var(--text-500);max-width:500px;margin:0 auto;line-height:1.7}.features-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.feature-card{background:#fff;border:2px solid transparent;border-radius:20px;padding:28px;display:flex;flex-direction:column;min-height:220px;box-shadow:0 1px 3px rgba(16,24,40,.08),0 4px 16px rgba(16,24,40,.06);transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease;flex:0 0 300px}.feature-card:hover{border-color:#835bd8;box-shadow:0 8px 32px rgba(131,91,216,.18);transform:translateY(-3px)}.feature-card.featured{background:#362782;border-color:transparent}.feature-card.featured:hover{border-color:rgba(255,255,255,.25);box-shadow:0 8px 32px rgba(54,39,130,.35)}.feature-card.featured .f-desc,.feature-card.featured .f-title{color:#fff}.feature-card .f-content{flex:1}.feature-card .f-footer{margin-top:auto;display:flex;justify-content:flex-end;padding-top:16px}.features-grid .feature-card:first-child{width:300px;height:332px;justify-self:end;align-self:center}.features-grid .feature-card:nth-child(2){width:300px;height:262px;align-self:center}.features-grid .feature-card:nth-child(3){width:300px;height:366px}.features-grid .feature-card:nth-child(4){width:300px;height:300px;justify-self:end;align-self:self-start}.features-grid .feature-card:nth-child(5){width:300px;height:270px;transform:translateY(-40px)}.features-grid .feature-card:nth-child(6){width:300px;height:270px}.f-icon-wrap img{width:56px;height:56px}.f-title{font-size:20px;font-weight:700;color:var(--text-900);margin-bottom:8px}.f-desc{color:#4a5565;font-size:16px;font-style:normal;font-weight:400;line-height:26px}.sci-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.sci-left h2{color:#0a0a0a;font-size:48px;font-style:normal;font-weight:700;line-height:normal;width:600px}.sci-left>p{width:567px;height:154px;flex-shrink:0;color:#45556c;font-family:Inter;font-size:24px;font-style:normal;font-weight:300;line-height:39px}.sci-points{display:flex;flex-direction:column;gap:28px}.sci-point{display:flex;align-items:flex-start;gap:14px}.sci-point-icon img{width:100%;height:100%}.sci-point-title{color:#0a0a0a;font-size:18px;font-weight:600;line-height:28px}.sci-point-desc,.sci-point-title{font-family:Inter;font-style:normal}.sci-point-desc{width:476px;color:#4a5565;font-size:16px;font-weight:400;line-height:24px}section.section.scientifically-validated-section{background:#f9fafb;padding:0 0 30px;.sci-inner{gap:0;grid-gap:0;.sci-right{width:657px;height:588px}}}section.section.section-gray{padding-top:40px;.wrap{margin-bottom:20px}h2{color:#101828;font-family:Inter;font-size:48px;font-weight:700;line-height:48px}h2,p:not(p.testi-body){text-align:center;font-style:normal}p:not(p.testi-body){color:#4a5565;font-size:20px;font-weight:400;line-height:28px;max-width:702px}}section.section.section-gray.section-testimonials{padding-top:0;padding-bottom:0;background:#f5f5f5;.wrap{max-width:1410px;.section-header-row{h2{text-align:start;color:#101828;font-size:48px;font-weight:700;line-height:40px}h2,p{font-family:Inter;font-style:normal}p{margin-top:18px;color:#4a5565;font-size:20px;font-weight:400;line-height:28px}}}}.clients-section{padding:48px 24px 0;background:#f9fafb}.clients-card{max-width:1361px;margin:0 auto;height:164px;background:#ffffff;border-radius:30px 30px 30px 30px;position:relative;top:65px;z-index:1;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(0,0,0,.06)}.clients-fade{position:absolute;top:0;bottom:0;width:200px;pointer-events:none;z-index:2}.clients-fade-left{left:0;background:linear-gradient(90deg,#ffffff 0,rgba(255,255,255,.97) 20%,rgba(255,255,255,.5) 60%,transparent);border-radius:30px 0 0 0}.clients-fade-right{right:0;background:linear-gradient(270deg,#ffffff 0,rgba(255,255,255,.97) 20%,rgba(255,255,255,.5) 60%,transparent);border-radius:0 30px 0 0}.clients-marquee-wrap{width:100%;overflow:hidden;position:relative;z-index:1;-webkit-mask-image:linear-gradient(90deg,transparent 0,black 14%,black 86%,transparent);mask-image:linear-gradient(90deg,transparent 0,black 14%,black 86%,transparent);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.clients-marquee-track{display:flex;align-items:center;gap:80px;padding:0 60px;width:-moz-max-content;width:max-content;animation:clients-marquee 45s linear infinite}.clients-marquee-track:hover{animation-play-state:paused}@keyframes clients-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.clients-logo{height:38px;width:auto;max-width:250px;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%);opacity:.85;transition:filter .2s,opacity .2s;flex-shrink:0}.clients-marquee-track:hover .clients-logo{filter:grayscale(0);opacity:1}@media (max-width:900px){.clients-card{height:auto;min-height:120px;padding:24px 40px}.clients-fade{width:80px}.clients-marquee-wrap{-webkit-mask-image:linear-gradient(90deg,transparent 0,black 12%,black 88%,transparent);mask-image:linear-gradient(90deg,transparent 0,black 12%,black 88%,transparent)}.clients-marquee-track{gap:48px;padding:0 24px;animation-duration:35s}.clients-logo{height:28px}}.how-wrap{padding:0 24px 80px}.how-box{max-width:1361px;margin:0 auto;background:#0a0a0a;border-radius:0 0 30px 30px;padding:130px 82px 0;position:relative;overflow:hidden}.how-box:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0,rgba(105,65,198,.12) 0,transparent 55%);pointer-events:none}.how-header{text-align:center;margin-bottom:48px;position:relative;z-index:1}.how-title{font-size:48px;font-weight:700;color:#fff;letter-spacing:-2.4px;margin:0 0 12px;line-height:1.1}.how-subtitle{font-size:20px;font-weight:400;color:#fff;line-height:32.5px;margin:0;opacity:.9}.how-steps{justify-content:center;gap:90px;margin-bottom:24px;position:relative;z-index:1}.how-step,.how-step-circle,.how-steps{display:flex;align-items:center}.how-step-circle{width:96px;height:96px;border-radius:50%;background:#ffffff;justify-content:center;flex-shrink:0}.how-step-num{font-size:40px;font-weight:800;color:#0a0a0a;letter-spacing:-.6px;line-height:40px}.how-step-connector{width:215px;height:50px;flex-shrink:0;transform:translateX(37px);margin:0 4px}.how-step-connector-svg{width:100%;height:100%}.how-cards{display:flex;gap:35px;justify-content:center;position:relative;z-index:1}.how-cards-mobile{display:none}.how-card{width:380px;max-width:100%;min-height:312px;border-radius:20px;padding:20px;text-align:center}.how-card-title{font-size:24px;font-weight:700;color:#fff;line-height:32px;margin:0 0 26px}.how-card-desc{font-size:16px;font-weight:400;color:rgba(255,255,255,.9);line-height:26px;margin:0 0 36px}.how-card-badge{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#fff;line-height:20px}.how-card-badge img{width:16px;height:16px;flex-shrink:0}@media (max-width:1000px){.how-box{padding:48px 24px 40px}.how-steps{flex-wrap:wrap;justify-content:center;gap:16px}.how-step-connector{display:none}.how-cards{flex-direction:column;align-items:center}.how-card{width:100%;max-width:380px}}@media (max-width:600px){.how-title{font-size:32px;letter-spacing:-1.5px}.how-subtitle{font-size:16px}.how-step-circle{width:72px;height:72px}.how-step-num{font-size:28px}}.section-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:40px;flex-wrap:wrap}.section-header-row h2{font-size:36px;font-weight:800;color:var(--text-900);letter-spacing:-.5px;margin-bottom:6px}.section-header-row p{font-size:15px;color:var(--text-500)}.view-all{font-size:14px;font-weight:600;color:var(--purple);display:inline-flex;align-items:center;gap:4px;white-space:nowrap;margin-top:6px}.view-all:hover{text-decoration:underline}.section-testimonials.section-gray{background:#f5f5f5}.section-testimonials .section-header-row{margin-bottom:24px}.section-testimonials .section-header-row h2{font-size:32px;font-weight:700;color:#0a0a0a;margin-bottom:4px}.section-testimonials .section-header-row p{font-size:15px;color:var(--text-500)}.section-testimonials .view-all{color:var(--purple);font-weight:600}.testi-carousel-wrap{position:relative;padding-right:0}.testi-carousel{overflow:hidden;border-radius:var(--r16)}.testi-track{display:flex;transition:transform .35s ease-out}.testi-slide{flex:0 0 100%;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;min-width:0}.testi-card{margin:10px 1px;width:498px;height:350px;background:#fff;border:none;border-radius:var(--r16);padding:54px;display:flex;flex-direction:column;gap:0;position:relative;overflow:visible;min-width:0;box-shadow:0 1px 3px rgba(16,24,40,.08),0 4px 16px rgba(16,24,40,.06)}.testi-carousel-nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;padding:0 8px}.testi-carousel-nav .testi-nav-btn{pointer-events:auto}.testi-carousel-nav .testi-nav-prev{margin-right:auto}.testi-carousel-nav .testi-nav-next{margin-left:auto}.testi-dots,.testi-mobile-footer,.testi-view-all{display:none}.testi-nav-btn{width:56px;height:56px;padding:0;border-radius:50%;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s;flex-shrink:0}.testi-nav-btn .testi-arrow-svg{display:block;width:56px;height:56px}.testi-nav-btn .testi-arrow-prev{transform:rotate(180deg)}.testi-nav-btn:hover:not(:disabled){opacity:.9}.testi-nav-btn:disabled{opacity:.35;cursor:not-allowed}.testi-heading{color:var(--Neutral-800,#170f49);font-feature-settings:"liga" off,"clig" off;font-size:22px;font-style:normal;font-weight:700;line-height:28px}.testi-body{width:390.662px;height:111.371px;color:var(--Neutral-600,#6f6c90);font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:18px;font-style:italic;font-weight:400;line-height:33px}.testi-author{display:flex;align-items:center;gap:12px;margin-top:auto}.testi-avatar{width:44px;height:44px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.testi-name{color:var(--Neutral-800,#170f49);font-feature-settings:"liga" off,"clig" off;font-size:18px;font-style:normal;font-weight:700;line-height:20px}.testi-role{color:var(--Neutral-600,#6f6c90);font-feature-settings:"liga" off,"clig" off;font-size:18px;font-style:normal;font-weight:400;line-height:20px}.faq-grid{display:grid;grid-template-columns:575px 1fr;gap:40px;align-items:start}.faq-cta-box{border-radius:20px;background:#362782;padding:40px 36px;color:#fff;display:flex;flex-direction:column;gap:20px;position:sticky;top:88px;height:722px}.faq-cta-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.18);color:rgba(255,255,255,.9);border-radius:999px;padding:5px 14px;font-size:12px;font-weight:600;width:-moz-fit-content;width:fit-content}.faq-cta-badge svg{width:12px;height:12px}.faq-cta-box h2{font-size:30px;font-weight:800;line-height:1.2}.faq-cta-box p{font-size:14px;line-height:1.75;opacity:.85}.faq-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:var(--purple);border-radius:var(--r8);padding:13px 22px;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .15s;text-decoration:none;width:100%}.faq-cta-btn:hover{opacity:.92}.faq-trust{display:flex;flex-direction:column;gap:12px;padding-top:4px}.faq-trust-item{display:flex;align-items:center;gap:10px;font-size:13px;color:rgba(255,255,255,.85)}.faq-trust-item svg{width:16px;height:16px;flex-shrink:0;opacity:.8}.faq-right h2{font-size:36px;font-weight:800;color:var(--text-900);letter-spacing:-.5px;margin-bottom:6px}.faq-right-sub{font-size:15px;color:var(--text-500);margin-bottom:28px}.faq-item{border-bottom:1px solid var(--border);padding:18px 0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-q{justify-content:space-between;gap:16px;font-size:14px;font-weight:600;color:var(--text-900)}.faq-icon,.faq-q{display:flex;align-items:center}.faq-icon{width:22px;height:22px;flex-shrink:0;justify-content:center;font-size:20px;line-height:1;color:var(--text-400);transition:color .15s}.faq-item.open .faq-icon{color:var(--purple)}.faq-a{font-size:13px;color:var(--text-500);line-height:1.75;margin-top:12px;display:none}.faq-item.open .faq-a{display:block}.articles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,434px));gap:24px;align-items:start;justify-content:space-between}.article-card{display:flex;flex-direction:column;gap:10px;cursor:pointer;text-decoration:none;color:inherit}.article-thumb{width:100%;max-width:434px;height:310px;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px 0 rgba(184,202,223,.4);background:#fff}.article-thumb img,.article-thumb-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .35s ease}.article-card:hover .article-thumb img{transform:scale(1.04)}.article-meta{justify-content:space-between;gap:8px;margin-top:13px}.article-author,.article-meta{display:flex;align-items:center}.article-author{gap:10px;font-size:16px;color:#000}.article-author img,.article-author-img{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #fff}.article-by{color:#bcbcbc}.article-author strong{font-weight:700;color:#000}.article-date{font-size:16px;color:#000;white-space:nowrap}.article-title{font-size:24px;font-weight:700;color:#362782;line-height:40px;margin:0}.article-desc{font-size:16px;color:#4a5565;line-height:25px;margin:0}.article-view-all-mobile{display:none}.article-view-all span,.article-view-all-mobile span{display:inline-block;margin-left:4px}.articles-section .section-header-row{margin-bottom:46px}.articles-section .section-header-row h2{margin:0;font-size:48px;font-weight:700;line-height:40px;color:#101828}.articles-section .section-header-row p{margin-top:16px;max-width:510px;font-size:20px;font-weight:400;line-height:28px;color:#4a5565}.articles-section .article-view-all{margin-top:2px;font-size:16px;font-weight:600;line-height:28px;color:#835bd8}.articles-carousel{position:relative;width:100%}.articles-nav-btn{width:44px;height:44px;border-radius:999px;border:1px solid #d8dbe2;background:#fff;color:#835bd8;font-size:18px;line-height:1;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.articles-nav-btn--left,.articles-nav-btn--right{position:absolute;top:155px;transform:translateY(-50%);z-index:3}.articles-nav-btn--left{left:12px}.articles-nav-btn--right{right:12px}.articles-nav-btn:hover{background:#835bd8;border-color:#835bd8;color:#fff}.footer{background:#3b1fa8;padding:60px 0 32px;color:rgba(255,255,255,.85)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand-logo{display:flex;align-items:center;gap:8px;margin-bottom:16px}.footer-brand-logo img{height:26px;width:auto;filter:brightness(0) invert(1)}.footer-brand-logo span{font-size:17px;font-weight:700;color:#fff}.footer-tagline{font-size:14px;color:rgba(255,255,255,.65);line-height:1.7;max-width:220px}.footer-col-title{font-size:13px;font-weight:700;color:#fff;margin-bottom:16px;letter-spacing:.01em}.footer-links a{display:block;font-size:13px;color:rgba(255,255,255,.65);margin-bottom:10px;transition:color .15s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:24px;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-bottom,.footer-copy{display:flex;align-items:center}.footer-copy{gap:6px;font-size:13px;color:rgba(255,255,255,.55)}.footer-copy a{color:rgba(255,255,255,.55);transition:color .15s}.footer-copy a:hover{color:#fff}.footer-copy-dot{margin:0 4px}.footer-social{display:flex;gap:10px}.footer-social a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;font-size:14px;color:rgba(255,255,255,.65);transition:all .15s;font-weight:700}.footer-social a:hover{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.5)}@media (max-width:1100px){.personality-inner{grid-template-columns:1fr;gap:48px}.features-grid{grid-template-columns:repeat(2,1fr)}.sci-inner{gap:48px}.faq-grid,.sci-inner{grid-template-columns:1fr}.faq-cta-box{position:static}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.nav-actions .btn-primary{display:none}.wrap{padding:0 20px}.nav-links,.nav-signin{display:none}.hamburger{display:flex}.hero{padding:48px 20px 44px}.hero-inner{max-width:100%}.hero h1{font-size:clamp(32px,9vw,42px);letter-spacing:-1px;margin-bottom:28px}.hero h1 .purple-line{margin-top:.02em}.hero-sub{font-size:16px;line-height:26px;max-width:100%}.hero-btns{gap:16px}.hero-btns .btn-outline,.hero-btns .btn-primary{min-width:0;width:100%;max-width:320px}.hero-trust{gap:24px}.stats-section{padding:0 16px}.stats-bar{padding:24px;justify-content:center;gap:28px}.stats-sep{display:none}.types-grid{grid-template-columns:1fr}.types-col-right{margin-top:0}.articles-grid,.features-grid,.testi-slide{grid-template-columns:1fr}.articles-grid{gap:28px}.article-thumb{height:250px}.articles-section .section-header-row{margin-bottom:28px}.articles-section .section-header-row h2{font-size:34px;line-height:1.15}.articles-section .section-header-row p{margin-top:12px;font-size:16px;line-height:1.6}.article-meta{margin-top:6px}.article-title{line-height:1.35}.article-date,.article-desc{font-size:15px}.article-desc{line-height:1.6}.articles-nav-btn--left,.articles-nav-btn--right{top:125px}.articles-nav-btn--left{left:8px}.articles-nav-btn--right{right:8px}.article-view-all{display:none}.article-view-all-mobile{display:inline-flex;margin-top:20px}.how-wrap{padding:40px 16px 60px}.how-box{padding:56px 24px 40px}.steps-row{grid-template-columns:1fr;gap:36px}.how-header h2{font-size:32px}.footer-grid{grid-template-columns:1fr}}@media (min-width:768px) and (max-width:1100px){.sci-left h2{width:100%!important;font-size:36px!important}.sci-left>p{height:auto!important;font-size:18px!important;line-height:30px!important}.sci-left>p,.sci-point-desc{width:100%!important}section.section.scientifically-validated-section .sci-inner .sci-right{width:100%!important;height:auto!important}.testi-slide{grid-template-columns:1fr 1fr!important}.testi-card{padding:32px!important}.testi-body,.testi-card{width:100%!important;height:auto!important}.testi-body{font-size:16px!important;line-height:26px!important}.faq-grid{grid-template-columns:1fr!important}.faq-cta-box{position:static!important;height:auto!important}}@media (min-width:421px) and (max-width:767px){.vsl-footer-inner,.vsl-header-inner{padding-left:24px!important;padding-right:24px!important}.hero-floats{opacity:.5}.hero-inner{padding:0 24px}.wrap{padding-left:24px!important;padding-right:24px!important}.sci-inner{grid-template-columns:1fr!important;gap:32px!important}.sci-left h2{width:100%!important;font-size:30px!important}.sci-left>p{height:auto!important;font-size:16px!important;line-height:26px!important}.sci-left>p,.sci-point-desc{width:100%!important}section.section.scientifically-validated-section .sci-inner .sci-right{width:100%!important;height:auto!important}.testi-slide{grid-template-columns:1fr!important}.testi-card{padding:28px!important}.testi-body,.testi-card{width:100%!important;height:auto!important}.testi-body{font-size:16px!important;line-height:26px!important}.faq-grid{grid-template-columns:1fr!important}.faq-cta-box{position:static!important;height:auto!important}.clients-section,.how-wrap{padding-left:16px;padding-right:16px}.how-step-connector{display:none!important}.how-cards{flex-direction:column!important;align-items:center!important}.how-card{width:100%!important;max-width:520px!important}}@media (max-width:500px){.reportgen-page{background:#f5f5f5}.reportgen-content{width:100%;overflow-x:hidden}.wrap{padding-left:16px!important;padding-right:16px!important}.vsl-header{padding:15px 0 0}.vsl-header-inner{padding-left:16px!important;padding-right:16px!important}.vsl-header-logo img{height:28px;width:auto}.vsl-header-actions,.vsl-header-nav{display:none!important}.vsl-header-hamburger{display:inline-flex!important}.hero{padding:2px 0 0}.hero-floats{opacity:.35}.hero-inner{padding:0 16px}.hero-badge{min-height:24px;font-size:10px;font-weight:500;line-height:20px;gap:8px;padding:2px 11px;border-radius:999px;margin-bottom:50px}.hero-badge .hero-badge-icon,.hero-badge svg{width:12px;height:12px}.hero h1{font-size:42px;letter-spacing:-1px;line-height:50px}.hero-sub{font-size:14px;line-height:22px;margin-top:10px;width:328px}.hero-btns{display:flex;flex-direction:column;gap:12px;width:100%}.hero-btns .btn-outline,.hero-btns .btn-primary{width:100%;justify-content:center}.hero-trust{flex-wrap:wrap;gap:10px 14px;justify-content:center}.stats-section{padding:14px 16px!important;position:relative;top:70px}.stats-bar{display:flex!important;flex-direction:column!important;align-items:center!important;gap:35px!important;padding:30px 22px 34px!important;height:auto!important;min-height:0!important;border-radius:20px!important}.stats-sep{display:none!important}.stats-sep:first-of-type{display:block!important;width:94px!important;height:2px!important;border-radius:20px!important;background:rgba(255,255,255,.3)!important;margin:-8px 0 -6px!important}.stats-label{text-align:center!important;font-size:30px!important;line-height:48px!important;font-weight:700!important;margin:0!important}.stat,.stats-label{width:100%!important}.stat{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important}.stat-num{font-size:32px!important;font-weight:700!important;line-height:48px!important}.stat-desc,.stat-num{text-align:center!important;margin:0!important}.stat-desc{font-size:16px!important;line-height:20.4px!important;color:#ffffff!important}.features-grid .feature-card:nth-child(4){align-self:center}.personality-section{padding-top:36px!important;padding-bottom:28px!important;top:45px}.personality-inner{display:flex!important;flex-direction:column!important;gap:0!important}.personality-left{width:100%!important;max-width:302px!important;margin:0 auto!important}.personality-left h2{width:293px!important;font-size:24px!important;font-weight:700!important;line-height:1.15!important;margin:20px 0 24px!important;letter-spacing:0!important}.personality-left p{width:312px!important;max-width:100%!important;font-size:18px!important;font-weight:300!important;line-height:30px!important;margin:0 0 30px!important;color:#45556c!important}.personality-left .ready-text{font-size:15px!important;font-weight:400!important;line-height:24px!important;color:#4a5565!important;margin-top:8px!important;margin-bottom:10px!important}.explore-link{font-size:14px!important;font-weight:600!important;line-height:28px!important;color:#835bd8!important;gap:8px!important;transform:translateY(-14px)}.explore-link svg{width:19px!important;height:18px!important}.types-grid{display:flex!important;flex-direction:column!important;gap:20px!important;position:relative;top:0}.types-col,.types-col-right{display:contents!important;width:100%!important;margin-top:0!important}.types-col .type-card:first-child{order:1!important}.types-col-right .type-card:first-child{order:2!important}.types-col .type-card:nth-child(2){order:3!important}.types-col-right .type-card:nth-child(2){order:4!important}.type-card{width:min(302px,100%)!important;min-height:278px!important;margin:0 auto!important;padding:24px!important;border-radius:20px!important;box-shadow:0 10px 40px rgba(184,202,223,.4)!important;border:0!important}.type-title{font-size:16px!important;font-weight:700!important;line-height:32px!important;margin:0!important;color:#101828!important}.type-subtitle{font-size:14px!important;font-weight:600!important;line-height:20px!important;color:#90a1b9!important;margin:4px 0 16px!important}.type-desc{font-size:15px!important;font-weight:400!important;line-height:26px!important;color:#4a5565!important;margin:0 0 20px!important}.type-footer{transform:translateY(0)!important}.type-footer,.type-pct{align-items:center!important}.type-pct{display:inline-flex!important;height:40px!important;border-radius:10px!important;padding:0 12px!important;font-size:12px!important;font-weight:600!important;line-height:20px!important;color:#364153!important}.types-grid .type-card:first-of-type .type-pct{background:#faf5ff!important}.types-grid .type-card:nth-of-type(2) .type-pct{background:#eff6ff!important}.types-grid .type-card:nth-of-type(3) .type-pct{background:#f0fdf4!important}.types-grid .type-card:nth-of-type(4) .type-pct{background:#fff7ed!important}.type-icon img{width:56px!important;height:56px!important}.types-grid .type-card:nth-of-type(2),.types-grid .type-card:nth-of-type(3){min-height:282px!important}.types-grid .type-card:nth-of-type(4){min-height:279px!important}.sci-inner{display:block!important}.sci-left h2{width:272px!important;margin:0 auto!important;font-size:24px!important;font-weight:700!important;line-height:1.2!important;color:#0a0a0a!important}.sci-left h2,.sci-left>p{max-width:100%!important;text-align:center!important}.sci-left>p{width:328px!important;margin:10px auto 0!important;height:auto!important;font-size:18px!important;font-weight:300!important;line-height:30px!important;color:#45556c!important}.sci-points{width:330px!important;max-width:100%!important;margin:28px auto 0!important;gap:44px!important}.sci-point{gap:16px!important;align-items:flex-start!important}.sci-point-icon{flex:0 0 32px!important}.sci-point-icon,.sci-point-icon img{width:32px!important;height:32px!important}.sci-point-title{font-size:16px!important;font-weight:600!important;line-height:28px!important;color:#0a0a0a!important}.sci-point-desc{width:282px!important;max-width:100%!important;font-size:16px!important;font-weight:400!important;line-height:24px!important;color:#4a5565!important}section.section.scientifically-validated-section .sci-inner .sci-right{display:none!important}.features-header h2{width:286px!important;margin:0 auto 8px!important;font-size:24px!important;font-weight:700!important;line-height:1.2!important;letter-spacing:0!important}.features-header h2,.features-header p{max-width:100%!important;text-align:center!important}.features-header p{width:351px!important;margin:0 auto!important;font-size:18px!important;font-weight:300!important;line-height:30px!important;color:#45556c!important}.features-grid{display:flex!important;flex-direction:column!important;align-items:center!important;gap:20px!important;margin-top:20px!important}.feature-card{width:300px!important;max-width:100%!important;height:auto!important;min-height:248px!important;transform:none!important;border:0!important;border-radius:20px!important;box-shadow:0 10px 40px rgba(184,202,223,.4)!important;padding:23px 24px!important}.features-grid .feature-card:first-child{order:1!important;min-height:310px!important}.features-grid .feature-card:nth-child(2){order:3!important;min-height:262px!important}.features-grid .feature-card:nth-child(3){order:5!important;min-height:354px!important}.features-grid .feature-card:nth-child(4){order:2!important;min-height:263px!important}.features-grid .feature-card:nth-child(5){order:4!important;min-height:248px!important}.features-grid .feature-card:nth-child(6){order:6!important;min-height:248px!important}.f-title{font-size:16px!important;font-weight:700!important;line-height:28px!important;margin-bottom:12px!important}.f-desc{font-size:15px!important;font-weight:400!important;line-height:26px!important;color:#4a5565!important}.feature-card.featured .f-desc{color:#ffffff!important;font-size:16px!important}.feature-card .f-footer{padding-top:0!important}.f-icon-wrap{width:56px!important;height:56px!important;border-radius:16px!important;background:#362782!important;display:flex!important;align-items:center!important;justify-content:center!important}.feature-card.featured .f-icon-wrap{background:rgba(255,255,255,.2)!important}.f-icon-wrap img{width:28px!important;height:28px!important}.clients-section{padding:28px 12px 0}.clients-card{height:92px;border-radius:24px 24px 0 0;top:0}.clients-fade{width:72px}.clients-marquee-track{gap:40px;padding:0 16px;animation-duration:28s}.clients-logo{height:22px;opacity:.75}.how-wrap{padding:0 12px 56px}.how-box{border-radius:30px!important;background:#0a0a0a!important;padding:126px 10px 20px!important}.how-title{font-size:24px!important;font-weight:700!important;line-height:1.2!important;letter-spacing:0!important}.how-subtitle,.how-title{color:#ffffff!important;text-align:center!important}.how-subtitle{width:286px!important;max-width:100%!important;margin:8px auto 0!important;font-size:18px!important;font-weight:400!important;line-height:32.5px!important}.how-cards,.how-step-connector,.how-steps{display:none!important}.how-cards-mobile{display:flex!important;flex-direction:column!important;gap:22px!important;align-items:center!important;margin-top:22px!important}.how-card-mobile{width:340px!important;max-width:100%!important;border-radius:20px!important;padding:24px 27px 26px!important;text-align:center!important;color:#ffffff!important}.how-card-mobile:first-child{min-height:389px!important}.how-card-mobile:nth-child(2){min-height:352px!important}.how-card-mobile:nth-child(3){min-height:312px!important}.how-card-mobile-circle{width:96px!important;height:96px!important;margin:0 auto 22px!important;border-radius:999px!important;background:#ffffff!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 0 30px rgba(255,255,255,.18)!important}.how-card-mobile-num{font-size:48px!important;font-weight:800!important;line-height:40px!important;letter-spacing:-.6px!important;color:#0a0a0a!important}.how-card-mobile-title{font-size:18px!important;font-weight:700!important;line-height:32px!important;margin:0 0 16px!important;color:#ffffff!important}.how-card-mobile-desc{width:310px!important;max-width:100%!important;margin:0 auto 26px!important;font-size:16px!important;line-height:26px!important}.how-card-mobile-badge,.how-card-mobile-desc{font-weight:400!important;color:#ffffff!important}.how-card-mobile-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-size:14px!important;line-height:20px!important}.how-card-mobile-badge img{width:16px!important;height:16px!important}.how-card-title{font-size:18px;line-height:24px;margin-bottom:10px}.how-card-desc{font-size:14px;line-height:22px;margin-bottom:14px;opacity:.85}.how-card-badge{font-size:12px}.how-card-badge img{width:14px;height:14px}.section-testimonials{padding-top:36px!important;padding-bottom:28px!important;background:#f3f4f6!important}.section-testimonials .section-header-row{margin-bottom:20px!important;align-items:flex-start!important}.section-testimonials .section-header-row h2{font-size:48px!important;font-size:clamp(24px,6vw,44px)!important;line-height:1.2!important;margin:0!important;color:#101828!important}.section-testimonials .section-header-row p{font-size:18px!important;line-height:28px!important;margin:10px 0 0!important;color:#4a5565!important}.testi-carousel-wrap{margin:0 -16px!important;padding:0 0 8px!important}.testi-carousel{overflow:hidden!important;border-radius:0!important}.testi-slide{display:flex!important;grid-template-columns:none!important;justify-content:center!important;padding:0 16px!important}.testi-card{width:calc(100vw - 52px)!important;max-width:390px!important;min-height:370px!important;height:auto!important;padding:30px 30px 26px!important;margin:0 auto!important;border-radius:24px!important;box-shadow:none!important;background:#f9fafb!important}.testi-heading{font-size:46px!important;font-size:clamp(28px,7.2vw,38px)!important;line-height:1.15!important;color:#1d1b4f!important}.testi-body{width:100%!important;max-width:100%!important;height:auto!important;font-size:41px!important;font-size:clamp(20px,5.3vw,30px)!important;line-height:1.45!important;color:#6b6c91!important;margin:18px 0 30px!important}.testi-author{gap:14px!important;margin-top:auto!important}.testi-avatar{width:68px!important;height:68px!important}.testi-name{font-size:42px!important;font-size:clamp(24px,6vw,34px)!important;font-weight:700!important;line-height:1.15!important;color:#1d1b4f!important}.testi-role{font-size:36px!important;font-size:clamp(22px,5.3vw,30px)!important;font-weight:400!important;line-height:1.2!important;color:#6b6c91!important;margin-top:4px!important}.testi-carousel-nav{display:flex!important;position:absolute!important;top:44%!important;left:6px!important;right:6px!important;transform:translateY(-50%)!important;justify-content:space-between!important;pointer-events:none!important;z-index:3!important}.testi-carousel-nav .testi-nav-btn{pointer-events:auto!important}.testi-mobile-footer{justify-content:space-between!important;gap:16px!important;margin:16px 16px 0!important}.testi-dots,.testi-mobile-footer{display:flex!important;align-items:center!important}.testi-dots{gap:10px!important;margin:0!important}.testi-dot{width:10px!important;height:10px!important;border-radius:999px!important;border:none!important;background:#94a2b8!important;padding:0!important;cursor:pointer!important}.testi-dot.is-active{width:34px!important;background:#835bd8!important}.testi-view-all{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#835bd8!important;font-size:34px!important;font-size:clamp(20px,5.4vw,30px)!important;line-height:1.2!important;font-weight:600!important;text-decoration:none!important;white-space:nowrap!important}.faq-grid{grid-template-columns:1fr!important;gap:24px!important;display:block}.faq-cta-box{position:static!important;width:330px!important;max-width:100%!important;height:auto!important;min-height:580px!important;margin:0 auto!important;padding:34px 24px 28px!important;border-radius:20px!important;background:#362782!important}.faq-cta-badge{height:38px!important;padding:1px 17px!important;border-radius:999px!important;background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.2)!important;gap:8px!important;margin-bottom:14px!important;width:-moz-fit-content!important;width:fit-content!important}.faq-cta-badge svg{width:16px!important;height:16px!important}.faq-cta-badge,.faq-cta-badge span{font-size:14px!important;line-height:20px!important;color:#ffffff!important}.faq-cta-box h2{width:281px!important;max-width:100%!important;margin:0!important;font-size:24px!important;line-height:60px!important;color:#ffffff!important}.faq-cta-box p{margin:12px 0 0!important;color:#d1d5dc!important}.faq-cta-box p,.faq-cta-btn{width:290px!important;max-width:100%!important;font-size:16px!important;line-height:28px!important}.faq-cta-btn{min-height:68px!important;margin-top:20px!important;justify-content:center!important;border-radius:12px!important;padding:20px 0!important;font-weight:600!important;background:#835bd8!important;color:#ffffff!important}.faq-trust{margin-top:18px!important;gap:12px!important}.faq-trust-item{font-size:16px!important;line-height:24px!important;color:#d1d5dc!important;gap:12px!important}.faq-trust-item svg{width:20px!important;height:20px!important;flex-shrink:0!important}.faq-right h2{margin:0!important;font-size:24px!important;line-height:40px!important;color:#101828!important}.faq-right h2,.faq-right-sub{width:333px!important;max-width:100%!important}.faq-right-sub{margin:10px 0 0!important;font-size:18px!important;line-height:28px!important;color:#4a5565!important}.faq-right{width:341px!important;max-width:100%!important;margin:20px auto!important}.faq-item{border-bottom:1px solid #d1d5dc!important;padding:20px 0!important}.faq-item:first-of-type{margin-top:14px!important}.faq-q{display:flex!important;align-items:flex-start!important;gap:16px!important;justify-content:flex-start!important;font-weight:600!important;color:#101828!important}.faq-q>span:first-child{width:300px!important;max-width:calc(100% - 28px)!important}.faq-icon{width:12px!important;min-width:12px!important;height:22px!important;font-size:28px!important;line-height:22px!important;color:#362782!important;order:-1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.faq-a{width:305px!important;max-width:calc(100% - 28px)!important;margin:10px 0 0 28px!important;font-size:15px!important;font-weight:400!important;line-height:24px!important;color:#4a5565!important}.faq-item:not(.open) .faq-a{display:none!important}.faq-item.open .faq-a{display:block!important}.faq-q{font-size:15px!important}.faq-a,.faq-q{line-height:22px!important}.faq-a{font-size:14px!important}.articles-section .section-header-row{display:block!important;margin-bottom:18px!important}.articles-section .section-header-row h2{font-size:24px!important;line-height:40px!important;margin:0!important;color:#101828!important}.articles-section .section-header-row p{width:340px!important;max-width:100%!important;margin:0!important;font-size:18px!important;line-height:28px!important;color:#4a5565!important}.articles-section .section-header-row .view-all{display:none!important}.articles-grid{display:flex!important;flex-direction:column!important;gap:50px!important;grid-template-columns:1fr!important}.article-card{width:340px!important;max-width:100%!important;margin:0 auto!important;gap:10px!important}.article-thumb{height:240px!important;border-radius:20px!important;box-shadow:0 10px 40px rgba(184,202,223,.4)!important}.article-meta{align-items:center!important;justify-content:space-between!important;margin-top:2px!important}.article-author{font-size:16px!important;color:#bcbcbc!important;gap:8px!important}.article-author strong{font-size:16px!important;color:#0a0a0a!important;font-weight:700!important}.article-author img{width:44px!important;height:44px!important;border-radius:33px!important;border:2px solid #ffffff!important}.article-date{font-size:16px!important;color:#000000!important;line-height:50px!important}.article-title{font-size:18px!important;line-height:40px!important;color:#362782!important;margin:0!important}.article-desc{font-size:16px!important;line-height:25px!important;color:#4a5565!important;margin:0!important}.article-view-all-mobile{display:inline-flex!important;justify-content:center!important;width:100%!important;margin-top:30px!important;font-size:16px!important;font-weight:600!important;line-height:28px!important;color:#835bd8!important}.vsl-footer-inner{padding-left:16px!important;padding-right:16px!important}.vsl-footer-grid{row-gap:24px}.vsl-footer-logo img{height:26px;width:auto}}@media (min-width:250px) and (max-width:450px){.vsl-header{top:20px!important;padding:0}.hero-sub{color:#45556C;text-align:center;font-family:Inter;font-size:18px;font-style:normal;font-weight:300;line-height:30px}}@media (max-width:768px){.vsl-header{top:20px!important;padding:0}.hero-float{svg{font-size:20px;width:20px}}.hero-float:first-child{top:-3%}.hero-float:nth-child(2){top:10%;left:0}.hero-float:nth-child(3){top:20%}.hero-float:nth-child(4){top:32%;left:0}.hero-float:nth-child(5){top:-5%;right:10%;display:flex;justify-content:end}.hero-float:nth-child(6){top:6%;right:0;display:flex;justify-content:end}.hero-float:nth-child(7){top:20%;right:0;display:flex;justify-content:end}.hero-float:nth-child(8){top:35%;right:0}}@media (min-width:500px) and (max-width:768px){.section.personality-section .types-grid.personality-right-grid .types-col:not(.types-col-right){top:-17px}}.section.personality-section{position:relative;z-index:0;padding-bottom:0}.section.personality-section .types-grid.personality-right-grid .types-col.types-col-right{top:-17px}.section.personality-section .types-grid.personality-right-grid .types-col.types-col-right .type-card:first-child .type-footer .type-pct{background:#eff6ff}.section.personality-section .types-grid.personality-right-grid .types-col.types-col-right .type-card:nth-child(2) .type-footer{transform:translateY(70px)}.section.personality-section .types-grid.personality-right-grid .types-col{max-width:539px;position:relative;top:23px}.section.personality-section .types-grid.personality-right-grid .types-col .type-card:nth-child(2) .type-footer{transform:translateY(45px)}.section.personality-section .types-grid.personality-right-grid .types-col .type-card:nth-child(2) .type-footer .type-pct{background:#f0fdf4}.section.personality-section .types-grid.personality-right-grid .types-col .type-card:first-child .type-footer .type-pct{background:#faf5ff}.section.personality-section .types-grid.personality-right-grid .types-col .type-card{display:flex;flex-direction:column;min-height:338px}.section.personality-section .types-grid.personality-right-grid .types-col .type-card:last-child{margin-top:auto}.section.personality-section .types-grid.personality-right-grid .types-col .type-card .type-title{color:#101828;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:32px}.section.personality-section .types-grid.personality-right-grid .types-col .type-card .type-subtitle{color:#90a1b9;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.section.personality-section .types-grid.personality-right-grid .types-col .type-card p.type-desc{color:#4a5565;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:26px}.section.personality-section .types-grid.personality-right-grid .types-col .type-card .type-footer{transform:translateY(70px)}.section.personality-section .types-grid.personality-right-grid .types-col .type-card .type-footer .type-pct{display:inline-flex;padding:8px 6.578px 12px 12px;justify-content:flex-end;align-items:center;border-radius:10px;color:#364153;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.faq-section{padding:40px 0}.faq-section .wrap{max-width:1410px;margin:0 auto}.faq-section .wrap .faq-right h2{color:#101828;font-family:Inter;font-size:48px;font-style:normal;font-weight:700;line-height:40px}.faq-section .wrap .faq-right p.faq-right-sub{margin-top:15px;width:510px;flex-shrink:0;color:#4a5565;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:28px}.faq-section .wrap .faq-right .faq-item .faq-q{color:#101828;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:28px}.faq-section .wrap .faq-right .faq-item .faq-a{width:717px;color:#4a5565;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.faq-section .wrap .faq-right{width:717px}.faq-section .wrap .faq-cta-box{padding:64px}.faq-section .wrap .faq-cta-box .faq-cta-badge{display:flex;width:182px;height:38px;padding:0 16px;align-items:center;gap:8px;border-radius:9999px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1);color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.faq-section .wrap .faq-cta-box h2{color:#fff;font-family:Inter,sans-serif;font-size:48px;font-style:normal;font-weight:700;line-height:60px;width:405px}.faq-section .wrap .faq-cta-box p{width:429px;color:#d1d5dc;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:28px}.faq-section .wrap .faq-cta-box .faq-cta-btn{color:#fff;text-align:center;font-size:18px;font-style:normal;font-weight:600;line-height:28px;display:flex;width:447px;height:68px;background:#835bd8}.faq-section .wrap .faq-cta-box .faq-trust .faq-trust-item svg{width:20px;height:20px}.faq-section .wrap .faq-cta-box .faq-trust .faq-trust-item{color:#d1d5dc;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.sec-help{padding:40px 0}.sec-help .wrap{max-width:1410px;margin:0 auto}.sec-help .wrap .personality-left h2{color:#0a0a0a;font-family:Inter;font-size:48px;font-style:normal;font-weight:700;line-height:normal}.sec-help .wrap .personality-left p{color:#45556c;font-family:Inter;font-size:24px;font-style:normal;font-weight:300;line-height:39px;width:92%}footer.footer{width:1361px;max-width:100%;height:495px;border-radius:20px;background:#2c2261;margin:0 auto 40px;padding:54px}footer.footer .wrap .footer-brand-logo{width:216px;height:54px;aspect-ratio:4/1}footer.footer .wrap p.footer-tagline{min-width:380px;color:#fff;font-family:Inter,sans-serif;font-size:22px;font-style:normal;font-weight:300;line-height:30px}footer.footer .wrap .footer-col-title{color:#fff;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:normal}footer.footer .wrap .footer-links{color:#fff;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:30px}