:root{--blue: #2666ff;--blue-dark: #1852de;--navy: #071526;--text: #17243a;--muted: #68758a;--line: #e5eaf2;--surface: #f5f8fc;--green: #17ad80;--radius: 20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:DM Sans,sans-serif;background:#fff;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{font:inherit}.container{width:min(1160px,calc(100% - 3rem));margin-inline:auto}.site-header{height:76px;position:fixed;z-index:50;top:0;left:0;right:0;background:#ffffffe6;backdrop-filter:blur(16px);border-bottom:1px solid rgba(224,230,239,.85)}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}.nav-wrap nav{display:flex;gap:2rem;transition:opacity .2s,transform .2s}.site-header.scrolled .nav-wrap nav{opacity:0;transform:translateY(-5px);pointer-events:none}.nav-wrap nav a{font-size:.88rem;font-weight:600;color:#526076;transition:.2s}.nav-wrap nav a:hover{color:var(--blue)}.button{min-height:50px;padding:0 1.35rem;border-radius:10px;background:var(--blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font:700 .91rem Manrope,sans-serif;box-shadow:0 10px 24px #2666ff33;transition:transform .2s,background .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);background:var(--blue-dark);box-shadow:0 14px 30px #2666ff47}.button-small{min-height:42px;padding-inline:1rem;font-size:.78rem}.menu-button,.mobile-menu{display:none}.hero{position:relative;overflow:hidden;padding:158px 0 0;background:linear-gradient(145deg,#fbfdff 28%,#f3f7ff)}.hero-grid-bg,.cta-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(66,101,151,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(66,101,151,.04) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black,transparent 78%)}.hero-grid{display:grid;grid-template-columns:.95fr 1.1fr;gap:4rem;align-items:center;position:relative}.hero-copy{padding-bottom:3rem}.eyebrow{display:inline-flex;align-items:center;gap:.45rem;width:max-content;max-width:100%;padding:.4rem .7rem;border-radius:999px;background:#eaf0ff;color:#2459d8;font:700 .68rem Manrope,sans-serif;letter-spacing:.08em;text-transform:uppercase}.hero h1,.section h2,.dark-section h2,.cta-section h2{font:800 clamp(2.55rem,4.6vw,4.35rem) / 1.07 Manrope,sans-serif;letter-spacing:-.055em;margin:1.15rem 0 1.3rem;color:var(--navy)}.hero h1 span,.section h2 span{color:var(--blue)}.hero-copy>p{font-size:1.08rem;line-height:1.7;color:var(--muted);max-width:590px}.hero-manifesto{display:block;margin-top:1.15rem;font:700 .88rem Manrope,sans-serif;color:#24344d}.hero-actions{display:flex;align-items:center;gap:1.5rem;margin-top:1.6rem}.text-link,.inline-arrow{font-weight:700;font-size:.88rem;display:inline-flex;align-items:center;gap:.6rem;color:#27364d}.text-link span{color:var(--blue)}.hero-trust{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:1.5rem;color:#738095;font-size:.76rem}.hero-trust span{display:flex;align-items:center;gap:.35rem}.hero-trust svg{color:var(--green)}.trusted{position:relative;margin-top:4rem;padding:1.35rem 0 1.6rem;border-top:1px solid #e5eaf2;display:flex;align-items:center;gap:2.2rem;color:#8a96a8}.trusted>span{font-size:.7rem;max-width:110px}.trusted>div{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex:1}.trusted b{font:700 .64rem Manrope;letter-spacing:.07em;color:#8d98a9}.section{padding:110px 0}.section-heading{max-width:690px}.section-heading.centered{margin:0 auto 3.6rem;text-align:center;display:flex;align-items:center;flex-direction:column}.section-heading h2{font-size:clamp(2rem,3.4vw,3.1rem);margin:.9rem 0 1rem}.section-heading p{font-size:1rem;line-height:1.7;color:var(--muted);margin:0;max-width:630px}.benefit-section{background:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.benefit-card{position:relative;min-height:270px;padding:2rem;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #182d501a;border-color:#d6e0f1}.icon-box{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;color:var(--blue);background:#eaf0ff}.benefit-card h3,.feature-card h3{font:700 1.08rem Manrope;margin:1.35rem 0 .7rem;color:#15233a}.benefit-card p,.feature-card p{font-size:.88rem;line-height:1.7;color:var(--muted);margin:0}.section-action{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2.5rem}.centered-action{flex-direction:column;text-align:center}.section-action strong{color:#223149;font:700 1rem Manrope,sans-serif}.section-action small,.results-action small{color:#7d899b;font-size:.72rem}.card-number{position:absolute;bottom:-1.2rem;right:1.2rem;font:800 5.8rem/1 Manrope;color:#f1f4f9;letter-spacing:-.08em;z-index:-1}.platform-showcase{background:var(--surface)}.split{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:7rem}.storefront{position:relative;background:#fff;border:7px solid #fff;border-radius:16px;box-shadow:0 25px 70px #13264626;min-height:450px;overflow:visible}.browser-bar{height:37px;background:#f3f5f8;display:flex;align-items:center;gap:5px;padding:0 12px;border-radius:10px 10px 0 0}.browser-bar i{width:7px;height:7px;border-radius:50%;background:#d2d8e2}.browser-bar span{margin:auto;background:#fff;border-radius:4px;padding:4px 48px;font-size:.42rem;color:#9aa4b3}.shop-nav{height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem}.shop-nav strong{font:800 1rem Manrope;color:#27211e}.shop-nav span{font-size:.43rem;color:#4f4a46}.shop-hero{height:210px;background:linear-gradient(105deg,#201916c7,#2019160a),radial-gradient(circle at 80% 20%,#d5bb9e,#94755c 70%);padding:2.4rem 2rem;color:#fff}.shop-hero small{font-size:.4rem;letter-spacing:.18em}.shop-hero h3{font:700 1.8rem/1.05 Manrope;margin:.5rem 0 1.2rem}.shop-hero button{border:0;background:#fff;padding:.48rem .75rem;font-size:.42rem;font-weight:700}.shop-products{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;padding:1rem 1.2rem}.shop-products>div{display:flex;flex-direction:column}.product-img{height:67px;background:#ebe7e3;border-radius:3px;position:relative;overflow:hidden}.product-img:before{content:"";position:absolute;width:54px;height:25px;border-radius:10px 10px 5px 5px;left:50%;bottom:16px;transform:translate(-50%);background:#9a7860;box-shadow:-23px 8px 0 -17px #6f5542,23px 8px 0 -17px #6f5542}.product-img:after{content:"";position:absolute;width:63px;height:7px;border-radius:2px;left:50%;bottom:10px;transform:translate(-50%);background:#745946}.product-img.two{background:#e3e0dc}.product-img.two:before{width:34px;height:36px;border-radius:18px 18px 6px 6px;background:#8a7769}.product-img.two:after{width:42px;background:#5f5046}.product-img.three{background:#ece4da}.product-img.three:before{width:58px;height:8px;border-radius:50%;bottom:30px;background:#b68f6d}.product-img.three:after{width:5px;height:28px;bottom:7px;background:#806148}.shop-products b{font-size:.43rem;margin:.35rem 0 .1rem}.shop-products small{font-size:.4rem;color:#7d7a77}.phone{position:absolute;width:155px;height:322px;right:-3.5rem;bottom:-2.6rem;background:#fff;border:6px solid #101722;border-radius:24px;overflow:hidden;box-shadow:0 22px 45px #101c3047}.phone-top{height:18px}.phone-top:after{content:"";display:block;margin:auto;width:40px;height:8px;border-radius:0 0 7px 7px;background:#101722}.phone-cover{height:190px;background:linear-gradient(180deg,#1a120e14,#1a120ebd),radial-gradient(circle at 60% 15%,#dec5aa,#8a6a51);color:#fff;padding:3.5rem 1rem 1rem;display:flex;flex-direction:column;justify-content:end}.phone-cover small{font-size:.35rem;letter-spacing:.12em}.phone-cover b{font:700 .85rem/1.15 Manrope;margin:.3rem 0 .6rem}.phone-cover span{font-size:.38rem;padding-bottom:2px;border-bottom:1px solid #fff;width:max-content}.phone-products{display:flex;gap:.5rem;padding:.7rem}.phone-products i{height:75px;flex:1;background:#e9e5df}.showcase-copy h2{font-size:clamp(2rem,3.2vw,3rem);margin:.9rem 0 1.15rem}.showcase-copy>p{line-height:1.75;color:var(--muted)}.showcase-copy ul{list-style:none;padding:0;margin:1.8rem 0}.showcase-copy li{display:flex;gap:.8rem;margin:1.05rem 0}.showcase-copy li>span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#e7f8f2;color:var(--green);flex:none}.showcase-copy li div{display:flex;flex-direction:column}.showcase-copy li b{font:700 .84rem Manrope}.showcase-copy li small{color:#7a8799;margin-top:.2rem}.inline-arrow{color:var(--blue)}.case-actions{display:flex;align-items:center;gap:1.2rem;margin-top:1.7rem}.features-section{background:#fff}.feature-heading{display:flex;align-items:end;justify-content:space-between;max-width:none;margin-bottom:3rem}.feature-heading>p{max-width:410px;padding-bottom:.5rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.feature-card{border:1px solid var(--line);border-radius:16px;padding:1.7rem;min-height:235px;position:relative;transition:.25s}.feature-card:hover{border-color:#ccd9ee;box-shadow:0 18px 40px #1d315214}.feature-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center}.feature-icon.blue{background:#e8efff;color:#2f66ea}.feature-icon.purple{background:#f0eafe;color:#7657d6}.feature-icon.green{background:#e5f8f1;color:#15a277}.feature-icon.orange{background:#fff0df;color:#d67b23}.feature-icon.pink{background:#fdebf1;color:#d8567d}.feature-icon.cyan{background:#e3f7fa;color:#2096a9}.feature-icon.indigo{background:#e9edff;color:#4e5fda}.feature-card:last-child{grid-column:1/-1;min-height:190px;padding-right:35%;background:linear-gradient(105deg,#fff 60%,#f2f5ff)}.feature-card>a{position:absolute;right:1.5rem;bottom:1.5rem;color:#a3adbc;transition:.2s}.feature-card:hover>a{color:var(--blue);transform:translate(3px)}.dark-section{position:relative;overflow:hidden;padding:110px 0;background:#07111f;color:#fff}.dark-orb{position:absolute;border-radius:50%;filter:blur(1px)}.dark-orb.one{width:400px;height:400px;left:-200px;top:-120px;background:#2666ff1a}.dark-orb.two{width:350px;height:350px;right:-170px;bottom:-170px;background:#37c4a50f}.dark-heading{position:relative}.dark-heading .eyebrow{background:#4676e629;color:#82a6ff}.dark-heading h2{font-size:clamp(2rem,3.4vw,3.1rem);color:#fff}.dark-heading h2 span{color:#7ea3ff}.dark-heading p{color:#8895a8}.dark-cta{margin-top:1.5rem}.steps{position:relative;display:grid;grid-template-columns:1fr 80px 1fr 80px 1fr;align-items:center;margin:4.5rem 0}.steps article{text-align:center;position:relative}.step-number{font:800 .63rem Manrope;letter-spacing:.1em;color:#557296}.step-icon{width:60px;height:60px;border-radius:18px;background:#12213a;border:1px solid #263853;color:#7da3ff;display:grid;place-items:center;margin:1rem auto 1.2rem}.steps h3{font:700 1.05rem Manrope;margin:0 0 .6rem}.steps p{color:#8491a3;font-size:.82rem;line-height:1.6;margin:0 auto;max-width:230px}.step-line{height:1px;background:repeating-linear-gradient(90deg,#33455e 0 6px,transparent 6px 12px)}.support-strip{position:relative;display:flex;align-items:center;gap:1rem;padding:1.2rem 1.4rem;background:#0d1b2f;border:1px solid #1f3048;border-radius:14px}.support-icon{width:47px;height:47px;border-radius:13px;background:#162b48;color:#75a0ff;display:grid;place-items:center}.support-strip>div:nth-child(2){display:flex;flex-direction:column;flex:1}.support-strip b{font:700 .9rem Manrope}.support-strip span{font-size:.75rem;color:#8290a3;margin-top:.2rem}.support-strip a{display:flex;align-items:center;gap:.5rem;color:#8eb0ff;font-size:.75rem;font-weight:700}.results-section{background:#f7f9fc}.results-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:7rem;align-items:center}.results-action{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-top:-3rem}.results-grid h2{font-size:clamp(2rem,3.4vw,3rem);margin:.9rem 0 1rem}.results-grid>div:first-child>p{color:var(--muted);line-height:1.7}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.stat-grid>div{padding:1.7rem;display:flex;flex-direction:column;min-height:145px}.stat-grid>div:nth-child(odd){border-right:1px solid var(--line)}.stat-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.stat-grid b{font:800 2rem Manrope;color:var(--blue);letter-spacing:-.05em}.stat-grid b.stat-text{max-width:190px;font-size:1.25rem;line-height:1.15;letter-spacing:-.04em}.stat-grid span{font-size:.8rem;line-height:1.5;color:#748195;max-width:160px;margin-top:.4rem}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:7rem;align-items:start}.faq-intro{position:sticky;top:120px}.faq-intro h2{font-size:2.5rem;margin:.9rem 0}.faq-intro>p{color:var(--muted);line-height:1.7;margin-bottom:1.5rem}.faq-button{box-shadow:none}.accordions details{border-bottom:1px solid var(--line)}.accordions summary{list-style:none;cursor:pointer;min-height:74px;display:flex;align-items:center;justify-content:space-between;font:700 .96rem Manrope;color:#26344b}.accordions summary::-webkit-details-marker{display:none}.accordions summary span{width:31px;height:31px;border-radius:50%;background:#f1f4f8;display:grid;place-items:center;color:#78869a;transition:.2s}.accordions details[open] summary span{transform:rotate(180deg);background:#e9efff;color:var(--blue)}.accordions details p{color:var(--muted);font-size:.88rem;line-height:1.7;padding:0 3.5rem 1.5rem 0;margin:0}.cta-section{position:relative;overflow:hidden;background:linear-gradient(120deg,#1856e8,#3978ff);padding:100px 0;color:#fff}.cta-grid{opacity:.5;mask-image:radial-gradient(circle,black,transparent 75%)}.cta-orb{position:absolute;width:400px;height:400px;border-radius:50%;background:#ffffff17;right:-140px;top:-180px}.cta-content{position:relative;display:flex;flex-direction:column;align-items:flex-start}.cta-content .eyebrow{background:#ffffff21;color:#fff}.cta-section h2{font-size:clamp(2.3rem,3.7vw,3.5rem);color:#fff;margin:1rem 0}.cta-content>p{max-width:520px;line-height:1.7;color:#dbe6ff;margin:0 0 1.8rem}.lead-grid{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:5rem;align-items:center}.cta-assurance{display:flex;flex-direction:column;gap:.65rem;color:#d7e4ff;font-size:.78rem}.cta-assurance span{display:flex;align-items:center;gap:.4rem}.lead-card{position:relative;min-height:500px;padding:2rem;border-radius:20px;background:#fff;color:var(--text);box-shadow:0 30px 70px #041d5a40}.lead-heading{margin-bottom:1.4rem}.lead-heading>span{color:var(--blue);font:700 .65rem Manrope,sans-serif;letter-spacing:.1em;text-transform:uppercase}.lead-heading h3,.form-success h3{margin:.35rem 0;color:var(--navy);font:800 1.35rem/1.25 Manrope,sans-serif;letter-spacing:-.035em}.lead-heading p,.form-success p{margin:0;color:var(--muted);font-size:.8rem;line-height:1.6}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin-bottom:.85rem}.lead-card label,.lead-card legend{color:#4c5a6e;font-size:.7rem;font-weight:700}.lead-card label:not(.radio){display:flex;flex-direction:column;gap:.35rem}.lead-card input[type=text],.lead-card input[type=tel],.lead-card input[type=email]{width:100%;height:45px;padding:0 .8rem;border:1px solid #dce3ed;border-radius:8px;outline:none;color:var(--text);font:500 .8rem DM Sans,sans-serif;transition:.2s}.lead-card input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2666ff1a}.lead-card input::placeholder{color:#abb4c2}.lead-card fieldset{margin:1rem 0 1.2rem;padding:0;border:0}.lead-card legend{margin-bottom:.55rem}.radio{display:inline-block;margin-right:.45rem;cursor:pointer}.radio input{position:absolute;opacity:0}.radio span{display:inline-flex;min-width:70px;height:36px;align-items:center;justify-content:center;border:1px solid #dce3ed;border-radius:8px;color:#637086}.radio input:checked+span{border-color:var(--blue);background:#eaf0ff;color:var(--blue)}.lead-submit{width:100%;border:0;cursor:pointer}.lead-submit:disabled{cursor:wait;opacity:.7}.form-privacy{display:block;margin:.8rem auto 0;max-width:390px;color:#8a96a7;font-size:.6rem;line-height:1.5;text-align:center}.form-trap{position:absolute;left:-9999px}.form-error{margin:.8rem 0 0;color:#c94d5a;font-size:.7rem;text-align:center}.form-success{position:absolute;inset:0;padding:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.form-success[hidden],#lead-form[hidden]{display:none}.success-icon{width:62px;height:62px;margin-bottom:1rem;border-radius:50%;display:grid;place-items:center;background:#e4f8f1;color:var(--green)}.form-success p{max-width:340px;margin-bottom:1.5rem}footer{background:#06101d;color:#8491a3}.footer-main{padding:70px 0 50px;display:flex;justify-content:space-between}.footer-main>div:first-child p{font-size:.78rem;line-height:1.7;margin-top:1.2rem}.footer-links{display:flex;gap:5rem}.footer-links>div{display:flex;flex-direction:column;gap:.8rem}.footer-links b{font:700 .72rem Manrope;color:#edf2fa;margin-bottom:.4rem}.footer-links a{font-size:.73rem;transition:.2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #182334;padding:1.5rem 0;display:flex;justify-content:space-between;font-size:.65rem}.footer-bottom b{color:#d7e1ef}.whatsapp-float{position:fixed;z-index:30;right:1.3rem;bottom:1.3rem;background:#16b77f;color:#fff;padding:.75rem 1rem;border-radius:999px;box-shadow:0 12px 35px #0f7f594d;display:flex;align-items:center;gap:.5rem;font-size:.76rem}.whatsapp-float span{font-size:1.2rem}.mobile-conversion-bar{display:none}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease;transition-delay:var(--delay, 0ms)}.reveal.visible{opacity:1;transform:none}.reveal-delay{--delay: .16s}@media(max-width:980px){.nav-wrap nav{display:none}.split{grid-template-columns:1fr;gap:6rem}.storefront{width:85%;margin:auto}.showcase-copy{max-width:600px}.features-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr 45px 1fr 45px 1fr}.results-grid,.faq-grid{gap:3.5rem}.lead-grid,.footer-links{gap:2.5rem}}@media(max-width:760px){body{padding-bottom:62px}.container{width:min(100% - 2rem,600px)}.site-header{height:66px}.nav-wrap>.button{display:none}.menu-button{border:0;background:transparent;color:var(--navy);display:grid;place-items:center}.menu-close,.menu-active .menu-open{display:none}.menu-active .menu-close{display:block}.mobile-menu{position:absolute;top:66px;left:0;right:0;padding:1rem;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 15px 25px #14264414;flex-direction:column;gap:.4rem}.menu-active .mobile-menu{display:flex}.mobile-menu>a:not(.button){padding:.7rem;font-weight:600;font-size:.9rem}.hero{padding-top:116px}.hero-grid{grid-template-columns:1fr;gap:1rem}.hero-copy{padding-bottom:0}.hero h1{font-size:clamp(2.4rem,11vw,3.4rem)}.hero-actions{align-items:flex-start;flex-direction:column;gap:1rem}.case-actions{align-items:flex-start;flex-direction:column}.hero-trust{flex-direction:column;gap:.6rem}.trusted{margin-top:2rem;align-items:flex-start;flex-direction:column}.trusted>span{max-width:none}.trusted>div{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%}.section,.dark-section{padding:80px 0}.benefit-grid{grid-template-columns:1fr}.benefit-card{min-height:230px}.feature-heading{align-items:start;flex-direction:column}.features-grid{grid-template-columns:1fr}.feature-card:last-child{padding-right:1.7rem;background:linear-gradient(145deg,#fff 65%,#f2f5ff)}.storefront{width:calc(100% - 2rem);min-height:360px}.phone{width:125px;height:260px;right:-2rem}.phone-cover{height:150px;padding-top:2rem}.shop-hero{height:170px}.browser-bar span{padding-inline:20px}.shop-products{padding:.7rem}.shop-products .product-img{height:45px}.steps{grid-template-columns:1fr;gap:1.5rem}.step-line{width:1px;height:28px;margin:auto;background:repeating-linear-gradient(0deg,#33455e 0 6px,transparent 6px 12px)}.support-strip{align-items:flex-start;flex-wrap:wrap}.support-strip>div:nth-child(2){min-width:200px}.support-strip a{margin-left:63px}.results-grid,.faq-grid{grid-template-columns:1fr;gap:3rem}.results-action{grid-column:auto;align-items:flex-start;flex-direction:column;margin-top:0}.lead-grid{grid-template-columns:1fr;gap:2.5rem}.cta-section{padding:80px 0}.lead-card{min-height:0;padding:1.3rem}.field-row{grid-template-columns:1fr}.form-success{position:static;min-height:390px;padding:1.5rem}.faq-intro{position:static}.stat-grid>div{padding:1.2rem;min-height:130px}.footer-main{flex-direction:column;gap:3rem}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.footer-bottom{flex-direction:column;gap:.6rem}.whatsapp-float b,.whatsapp-float{display:none}.mobile-conversion-bar{position:fixed;z-index:45;left:0;right:0;bottom:0;min-height:62px;display:flex;align-items:center;justify-content:center;gap:.55rem;background:var(--blue);color:#fff;font:700 .86rem Manrope,sans-serif;box-shadow:0 -8px 28px #102d672e}.reveal{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.feature-card,.benefit-card{transition:none}}.brand[data-astro-cid-tvrurpns]{display:inline-flex;align-items:center;gap:.72rem;color:var(--navy);font:800 1.02rem/1 Manrope,sans-serif;letter-spacing:-.04em}.brand-name[data-astro-cid-tvrurpns]{display:flex;align-items:center}.brand-name[data-astro-cid-tvrurpns]>span[data-astro-cid-tvrurpns]{color:inherit}.brand-name[data-astro-cid-tvrurpns] small[data-astro-cid-tvrurpns]{margin-left:.65rem;padding-left:.65rem;border-left:1px solid #d5dce7;color:#718096;font:700 .58rem/1 Manrope,sans-serif;letter-spacing:.04em}.brand[data-astro-cid-tvrurpns].light .brand-name[data-astro-cid-tvrurpns] small[data-astro-cid-tvrurpns]{border-color:#334054;color:#8d9bb0}.brand[data-astro-cid-tvrurpns].light{color:#fff}.brand-mark[data-astro-cid-tvrurpns]{width:2rem;height:2rem;border-radius:.62rem;background:var(--blue);display:grid;grid-template-columns:repeat(3,4px);align-items:end;justify-content:center;gap:2px;padding-bottom:7px;box-shadow:0 8px 20px #2666ff47}.brand-mark[data-astro-cid-tvrurpns] i[data-astro-cid-tvrurpns]{display:block;width:4px;border-radius:3px;background:#fff}.brand-mark[data-astro-cid-tvrurpns] i[data-astro-cid-tvrurpns]:nth-child(1){height:7px;opacity:.75}.brand-mark[data-astro-cid-tvrurpns] i[data-astro-cid-tvrurpns]:nth-child(2){height:12px}.brand-mark[data-astro-cid-tvrurpns] i[data-astro-cid-tvrurpns]:nth-child(3){height:9px;opacity:.85}
