@import"https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,700;9..40,800&family=Inter:wght@400;500;600;700&display=swap";.announcement-bar{background:#43e188;color:#fff;padding:.75rem 1rem;position:relative;z-index:1001}.announcement-bar-container{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.announcement-bar-text{margin:0;color:#fff;font-size:.9375rem;line-height:1.4;text-align:center}.announcement-bar-text strong{font-weight:700}.announcement-bar-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border:1px solid #ffffff;border-radius:999px;color:#fff;font-family:var(--font-display);font-size:.78125rem;font-weight:500;text-decoration:none;white-space:nowrap;transition:background .2s ease,color .2s ease}.announcement-bar-cta:hover{background:#fff;color:#2fc073}.announcement-bar-arrow{width:.75rem;height:.75rem;display:inline-block;transition:transform .2s ease,filter .2s ease}.announcement-bar-cta:hover .announcement-bar-arrow{transform:translate(2px);filter:brightness(0) saturate(100%) invert(58%) sepia(76%) saturate(395%) hue-rotate(102deg) brightness(94%) contrast(89%)}@media(max-width:768px){.announcement-bar{padding:.625rem 1rem}.announcement-bar-container{gap:.625rem;flex-direction:column}.announcement-bar-text{font-size:.8125rem}}.header{position:sticky;top:0;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(232,232,229,.6);z-index:1000;padding:0 1.5rem}.header-container{max-width:1280px;margin:0 auto;padding:0;position:relative}.header-content{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:4rem}.logo{text-decoration:none;justify-self:start;display:flex;align-items:center}.logo-img{height:22px;width:auto;display:block}.nav{display:flex;align-items:center;gap:2rem;justify-self:center;grid-column:2}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:1.5rem;align-items:center}.nav-item{position:relative}.nav-link{color:#525252;text-decoration:none;font-size:.9375rem;font-weight:500;padding:.5rem 0;cursor:pointer;background:none;border:none;font-family:inherit;display:flex;align-items:center;gap:.25rem;transition:color .15s ease}.nav-link:hover{color:#1a1a1a}.dropdown-toggle{display:flex;align-items:center;gap:.375rem}.dropdown-arrow{width:.625rem;height:.3125rem;display:inline-block;transition:transform .15s ease}@media(hover:hover){.nav-item:hover .dropdown-arrow{transform:rotate(180deg)}}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:0 0 1rem 1rem;box-shadow:0 16px 32px #00000014,0 2px 6px #0000000a;margin-top:.5rem;min-width:360px;max-width:calc(100vw - 2rem);padding:.5rem 0;overflow:hidden;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-content{display:flex;flex-direction:column}.dropdown-item{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.75rem 1.75rem;text-decoration:none;color:var(--color-grey);font-family:var(--font-display);font-size:.9375rem;font-weight:500;transition:background-color .15s ease,color .15s ease}.dropdown-item:hover{background-color:#43e18814;color:var(--color-brand)}.dropdown-item-name{line-height:1.2}.dropdown-item-arrow{width:.5rem;height:.5rem;flex-shrink:0;border-right:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(45deg)}.cta-button{background:var(--color-brand);color:var(--color-dark);padding:.625rem 1.25rem;border-radius:999px;text-decoration:none;font-family:var(--font-display);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;transition:background .2s ease,box-shadow .2s ease,transform .2s ease;white-space:nowrap;position:absolute;right:0;top:50%;transform:translateY(-50%)}.cta-button:hover{background:#2fc073;box-shadow:0 2px 8px #43e18833}.mobile-menu-toggle{display:none;flex-direction:column;gap:.25rem;background:none;border:none;cursor:pointer;padding:.5rem;justify-self:end;grid-column:3}.mobile-menu-toggle span{width:1.5rem;height:2px;background:#1a1a1a;transition:transform .3s ease,opacity .3s ease}@media(max-width:768px){.header-content{grid-template-columns:auto 1fr auto}.mobile-menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;height:calc(100vh - 4rem);height:calc(100dvh - 4rem);background:#fff;flex-direction:column;align-items:stretch;justify-self:stretch;padding:1rem;border-bottom:1px solid #E8E8E5;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .3s ease,opacity .3s ease;gap:0;grid-column:1 / -1;z-index:999;overflow-y:auto}.nav-open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-menu{flex-direction:column;width:100%;gap:0;align-items:stretch}.nav-item{width:100%;border-bottom:1px solid #F5F5F2}.nav-link{width:100%;padding:1rem}.dropdown-menu{position:static;transform:none;margin-top:0;min-width:auto;box-shadow:none;border:none;border-top:1px solid #F5F5F2;padding:1rem}.dropdown-content{flex-direction:column;gap:1rem}.cta-button{width:100%;text-align:center;margin-top:1rem;position:static;transform:none}}.footer{background:var(--color-dark);color:var(--color-offwhite);padding:1.875rem 5rem;border-top:none}.footer-container{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-section-title{font-family:var(--font-body);font-size:.875rem;font-weight:700;color:#fff;margin:0 0 .75rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.1875rem}.footer-links li{margin:0}.footer-link{font-family:var(--font-body);color:var(--color-grey);text-decoration:none;font-size:.7875rem;transition:color .2s ease;padding:.372rem 0;display:inline-block}.footer-link:hover{color:var(--color-offwhite)}.footer-divider{height:1px;background:var(--color-footer-divider);width:100%}.footer-bottom{display:flex;align-items:center;gap:1.5rem;font-family:var(--font-body);font-size:.8125rem;color:var(--color-meta);flex-wrap:wrap}.footer-brand{display:inline-flex;align-items:center;gap:.875rem;text-decoration:none;flex-shrink:0}.footer-brand-wordmark{display:block;height:1.5rem;width:8.45rem;flex-shrink:0}.footer-brand-mark{display:block;height:3.25rem;width:1.33rem;flex-shrink:0}.footer-copyright{color:var(--color-meta);font-family:var(--font-body);font-size:.8125rem;flex:1;text-align:center;min-width:12.5rem}.footer-social{display:flex;gap:1.5rem;align-items:center}.footer-social-link{font-family:var(--font-body);color:var(--color-meta);text-decoration:none;font-size:.8125rem;transition:color .2s ease}.footer-social-link:hover{color:var(--color-offwhite)}.footer-legal-links{display:flex;gap:1rem;align-items:center;padding-left:3rem}.footer-legal-link{font-family:var(--font-body);color:var(--color-meta);text-decoration:none;font-size:.8125rem;transition:color .2s ease}.footer-legal-link:hover{color:var(--color-offwhite)}@media(max-width:900px){.footer{padding:2rem 1.5rem}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}.footer-copyright{flex:0 0 auto;min-width:0;text-align:left}.footer-legal-links{padding-left:0}}@media(max-width:768px){.footer{padding:2rem 1rem}}.hero{padding:5rem 1.5rem 4rem;background-color:var(--color-offwhite);background-image:linear-gradient(#f4faf7b3,#f4faf7b3),url(/assets/background_left-D57weTmG.svg);background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;overflow:hidden}.hero-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:3rem;align-items:center;position:relative;z-index:1}.hero-content{text-align:left;max-width:none;margin:0}.hero-title{font-family:var(--font-display);font-size:3.75rem;font-weight:600;line-height:1.02;color:var(--color-dark);margin-bottom:1.5rem;letter-spacing:-.02em}.hero-title-accent{color:var(--color-brand)}.hero-subtitle{font-family:var(--font-body);font-size:1.25rem;line-height:1.35;color:var(--color-dark);opacity:.75;margin:0 0 2rem;max-width:640px}.hero-cta{display:flex;gap:1.75rem;justify-content:flex-start;align-items:center;flex-wrap:wrap}.cta-primary{padding:.625rem 1.25rem;border-radius:999px;font-family:var(--font-display);font-size:1rem;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.02em;transition:background .2s ease,box-shadow .2s ease,transform .2s ease;display:inline-block;background:var(--color-brand);color:var(--color-dark);box-shadow:0 0 20px #43e18840}.cta-primary:hover{background:var(--color-brand-darker);transform:translateY(-1px)}.cta-secondary{padding:.875rem 0;font-family:var(--font-body);font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s ease;display:inline-flex;align-items:center;gap:.5rem;color:var(--color-grey);background:transparent;border:none}.cta-secondary-arrow{width:1.34rem;height:.925rem;display:inline-block;transition:transform .2s ease}.cta-secondary:hover{color:var(--color-dark)}.cta-secondary:hover .cta-secondary-arrow{transform:translate(3px)}.hero-products{display:flex;flex-direction:column;gap:.625rem;align-items:stretch}.hero-products-card{background:linear-gradient(180deg,#43e188,#f9fdfb);border:3.228px solid #ffffff;border-radius:1.075rem;padding:1.5rem 1.75rem 2rem;box-shadow:0 2.152px 1.076px #00000040;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.hero-products-brand{display:block;width:14.8125rem;max-width:100%;height:auto;margin:.5rem auto 0}.hero-products-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;width:100%}.hero-product-chip{background:#ffffff8f;border:1.078px solid #ffffff;border-radius:.36rem;padding:.5rem .75rem;color:var(--color-dark);font-family:var(--font-display);font-size:.985rem;font-weight:500;text-align:center;text-transform:uppercase;letter-spacing:.02em}.hero-products-eth{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:.625rem 1rem;border:1px dashed var(--color-grey);border-radius:.5625rem;background:#fff;box-shadow:0 2px 2.3px #00000040;color:var(--color-dark);font-family:var(--font-display);font-weight:500;font-size:.8125rem;letter-spacing:.04em;text-transform:uppercase}.hero-products-eth-icon{display:block;width:1rem;height:auto;flex-shrink:0}@media(max-width:980px){.hero-container{grid-template-columns:1fr;gap:2.5rem}.hero-products{max-width:360px;margin:0 auto;width:100%}}@media(max-width:768px){.hero{padding:3rem 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.0625rem}.hero-cta{flex-direction:row;gap:1rem;align-items:center}.hero-products-brand{width:11.25rem}}.social-proof-bar{background:#fff;border-top:1px solid var(--color-trusted-border);border-bottom:1px solid var(--color-trusted-border);padding:1.5rem 5rem}.social-proof-container{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:1.5rem}.social-proof-label{font-family:var(--font-display);font-size:.9375rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--color-meta);white-space:nowrap;flex-shrink:0}.social-proof-divider{width:2px;height:58px;background:var(--color-trusted-divider);border:1px solid var(--color-trusted-border);flex-shrink:0;margin:0 1rem}.social-proof-partners{display:flex;align-items:center;gap:9.125rem;flex:1;justify-content:flex-end;flex-wrap:wrap}.social-proof-partner{display:flex;align-items:center;gap:.9375rem;text-decoration:none;transition:opacity .2s ease}.social-proof-partner:hover{opacity:.7}.social-proof-logo{width:44.929px;height:44.929px;flex-shrink:0;display:block}.social-proof-text{display:flex;flex-direction:column;align-items:flex-start;white-space:nowrap}.social-proof-name{font-family:var(--font-display);font-size:1.125rem;font-weight:500;color:#828282}.social-proof-desc{font-family:var(--font-body);font-size:.875rem;color:#737373}@media(max-width:900px){.social-proof-bar{padding:1.5rem}.social-proof-partners{gap:2.5rem}}@media(max-width:768px){.social-proof-bar{padding:1.5rem 1rem}.social-proof-container{flex-direction:column;gap:1.25rem;align-items:flex-start}.social-proof-divider{display:none}.social-proof-partners{flex-direction:column;gap:1rem;justify-content:flex-start;align-items:flex-start;width:100%}.social-proof-partner{width:100%}}.solutions{padding:7.5rem 0 6.25rem;background:#fff}.solutions-header-wrap{padding:0 1.5rem}.solutions-container{max-width:1280px;margin:0 auto}.solutions-header{text-align:left;margin-bottom:2.5rem}.solutions-title{font-family:var(--font-display);font-size:2.1875rem;font-weight:600;color:var(--color-dark);margin-bottom:0;letter-spacing:-.02em}.solutions-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.solutions-scroll::-webkit-scrollbar{display:none}.solutions-grid{display:flex;gap:3.375rem;padding:1rem 5rem 2rem;width:max-content}@media(min-width:1440px){.solutions-grid{padding-left:max(1.5rem,calc((100vw - 1280px)/2));padding-right:max(1.5rem,calc((100vw - 1280px)/2))}}.solution-card{flex:0 0 333.2px;height:452px;padding:1.75rem;background:var(--color-offwhite);border-radius:.5rem;text-decoration:none;border:none;position:relative;transition:background .3s ease,transform .3s ease;display:flex;flex-direction:column;justify-content:space-between}.solution-card:hover{background:linear-gradient(135deg,#43e188,#c4f0d6 60%,#f9fdfb);transform:scale(1.04);z-index:2}.solution-icon{position:relative;width:109px;height:112px;overflow:hidden;flex-shrink:0;background:transparent;border-radius:0}.solution-icon-layer{position:absolute}.solution-icon-img{display:block;width:100%;height:100%;max-width:none}.solution-content{display:flex;flex-direction:column;gap:1rem}.solution-title{font-family:var(--font-display);font-size:1.5625rem;font-weight:600;color:var(--color-dark);margin:0;line-height:1.2}.solution-description{font-family:var(--font-body);font-size:1rem;color:var(--color-dark);line-height:1.4;margin:0;max-width:16rem}.solution-link{font-family:"Inter",var(--font-body);color:var(--color-brand);font-weight:500;font-size:1.05rem;transition:color .15s ease}.solution-card:hover .solution-link{color:var(--color-brand-darker)}@media(max-width:768px){.solutions{padding:3.5rem 0 3rem}.solutions-header-wrap{padding:0 1rem}.solutions-title{font-size:1.875rem}.solutions-grid{gap:1rem;padding:.75rem 1rem 1.5rem}.solution-card{flex:0 0 280px;height:400px;padding:1.5rem}.solution-title{font-size:1.375rem}}.why-aligned{padding:5rem 5rem 4.5rem;background:#fff}.why-aligned-container{max-width:1280px;margin:0 auto}.why-aligned-title{font-family:var(--font-display);font-size:2.1875rem;font-weight:600;color:var(--color-dark);text-align:left;margin-bottom:2.5rem;letter-spacing:-.02em;line-height:1.2}.why-aligned-reasons{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:4.5rem}.why-aligned-card{padding:1.5rem 3.75rem 1.25rem;background:var(--color-offwhite);border:none;border-radius:0;box-shadow:var(--shadow-accent-green);transition:transform .2s ease}.why-aligned-card:hover{transform:translate(-2px)}.why-aligned-card-title{font-family:var(--font-body);font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-dark);margin-bottom:.625rem;line-height:1.3}.why-aligned-card-desc{font-family:var(--font-body);font-size:1.0625rem;font-weight:400;color:var(--color-dark);line-height:1.4;margin:0;max-width:68rem}.why-aligned-tabs-wrap{margin-bottom:4.5rem}.why-aligned-tabs{display:flex;gap:0}.why-aligned-tab{font-family:var(--font-display);font-size:1.0625rem;font-weight:700;letter-spacing:.085em;text-transform:uppercase;padding:.5rem 1.625rem;background:#8c8c8c0d;border:2px solid rgba(140,140,140,.55);border-bottom:none;color:var(--color-grey);cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.why-aligned-tab.is-active{background:var(--color-offwhite);border:1px solid var(--color-grey);border-bottom:none;color:var(--color-dark)}.why-aligned-tab:hover:not(.is-active){color:var(--color-dark)}.why-aligned-tab-panel{background:var(--color-offwhite);border:1px solid var(--color-grey);padding:1.125rem 4.125rem;min-height:14.3rem;box-shadow:-6px 7px #00000040}.why-aligned-tab-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.0625rem}.why-aligned-tab-item{display:flex;align-items:flex-start;gap:.875rem;font-family:var(--font-body);font-size:1.0625rem;line-height:1.4;color:var(--color-dark)}.why-aligned-tab-icon{flex-shrink:0;font-size:1.33rem;font-weight:400;line-height:1.1;color:#858585}.why-aligned-tab-panel--aligned .why-aligned-tab-icon{color:var(--color-brand)}.why-aligned-cases{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.why-aligned-case-link{display:inline-flex;align-items:center;justify-content:center;padding:0 1.8rem;height:4.18rem;background:var(--color-offwhite);border:2.304px solid var(--color-brand);border-radius:80px;text-decoration:none;transition:background .2s ease,transform .2s ease;min-width:17.5rem}.why-aligned-case-link:hover{background:#43e18814;transform:translateY(-1px)}.case-company{font-family:"Inter",var(--font-body);font-weight:700;color:var(--color-dark);font-size:1.13rem;text-transform:uppercase;margin-right:.5rem}.case-company:after{content:":"}.case-text{font-family:"Inter",var(--font-body);font-size:1.13rem;font-weight:500;color:var(--color-dark)}@media(max-width:900px){.why-aligned{padding:4rem 1.5rem}.why-aligned-card{padding:1.25rem 1.5rem}.why-aligned-tab-panel{padding:1.125rem 1.5rem}.why-aligned-cases{flex-direction:column}.why-aligned-case-link{width:100%;min-width:0}}@media(max-width:768px){.why-aligned{padding:3.5rem 1rem}.why-aligned-title{font-size:1.875rem}.why-aligned-tabs{flex-direction:column}.why-aligned-tab{border-bottom:2px solid rgba(140,140,140,.55)}.why-aligned-tab.is-active{border-bottom:1px solid var(--color-grey)}}.how-it-works{padding:5rem 1.5rem 8rem;background:#fff}.how-it-works-container{max-width:1280px;margin:0 auto}.how-it-works-card{background:var(--color-offwhite);border-radius:0;padding:1.9375rem;display:flex;flex-direction:column;align-items:flex-start;gap:1.75rem}.how-it-works-title{font-family:var(--font-display);font-size:2.1875rem;font-weight:500;color:var(--color-dark);text-align:left;letter-spacing:-.02em;margin:0 0 0 1.875rem;line-height:1.2}.how-it-works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;width:100%;padding:1.3125rem 2.8125rem;background:#fff}.how-it-works-step{text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:0}.step-number{font-family:var(--font-body);font-size:1.4375rem;font-weight:700;color:var(--color-brand);letter-spacing:.02em;text-transform:uppercase;background:transparent;width:auto;height:auto;border-radius:0;margin:0;line-height:1.3}.step-divider{width:2.4375rem;height:1px;background:var(--color-brand);margin:.125rem 0 1rem}.step-title{font-family:var(--font-body);font-size:1.0625rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--color-dark);margin:0 0 1rem;line-height:1.3}.step-description{font-family:var(--font-body);font-weight:300;font-size:1rem;color:var(--color-dark);line-height:1.41;max-width:20rem;margin:0}@media(max-width:768px){.how-it-works{padding:3rem 1rem 4rem}.how-it-works-card{padding:1.25rem;gap:1.25rem}.how-it-works-title{font-size:1.75rem;margin-left:.5rem}.how-it-works-grid{grid-template-columns:1fr;gap:2rem;padding:1.25rem}}.final-cta{padding:0;background:var(--color-dark);color:#fff;position:relative;overflow:hidden}.final-cta-container{max-width:1280px;margin:0 auto;padding:8.75rem 7.8125rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative}.final-cta-text{display:flex;flex-direction:column;gap:3.5rem;text-align:left}.final-cta-title{font-family:var(--font-display);font-size:2.5rem;font-weight:500;line-height:1.15;letter-spacing:-.02em;margin:0;color:var(--color-offwhite);max-width:30rem}.final-cta-subtitle{font-family:var(--font-body);font-size:1.25rem;line-height:1.6;color:var(--color-offwhite);margin:0;opacity:1;max-width:36.25rem}.final-cta-actions{display:flex;flex-direction:column;gap:2rem;align-items:flex-start}.final-cta-trust{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;width:100%}.final-cta-trust-item{display:flex;align-items:flex-start;gap:.875rem;font-family:var(--font-body);font-size:1.25rem;color:var(--color-offwhite);line-height:1.4}.final-cta-check{color:var(--color-brand);font-family:"Inter",var(--font-body);font-weight:500;font-size:1.175rem;flex-shrink:0;line-height:1.5}.final-cta-buttons{display:flex;gap:1.9rem;align-items:center;flex-wrap:wrap;padding-top:.5rem}.final-cta-primary{padding:.625rem 1.25rem;border-radius:999px;font-family:var(--font-display);font-size:1rem;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.02em;transition:background .2s ease,box-shadow .2s ease,transform .2s ease;display:inline-block;background:var(--color-brand);color:var(--color-offwhite);border:none;box-shadow:0 0 20px #43e18840}.final-cta-primary:hover{background:var(--color-brand-darker);transform:translateY(-1px)}.final-cta-secondary{padding:.5rem 0;font-family:var(--font-body);font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s ease;display:inline-flex;align-items:center;gap:.5rem;color:var(--color-grey);background:transparent;border:none}.final-cta-secondary:after{content:"→";transition:transform .2s ease}.final-cta-secondary:hover{color:var(--color-offwhite)}.final-cta-secondary:hover:after{transform:translate(3px)}@media(max-width:900px){.final-cta-container{grid-template-columns:1fr;padding:4rem 1.5rem;gap:2.5rem}.final-cta-text{gap:1.5rem}.final-cta-title{font-size:2rem}}@media(max-width:768px){.final-cta-container{padding:3rem 1rem}.final-cta-title{font-size:1.75rem}.final-cta-subtitle{font-size:1.0625rem}.final-cta-trust-item{font-size:1rem}.final-cta-buttons{flex-direction:column;align-items:stretch;gap:1rem;width:100%}.final-cta-primary{text-align:center}}*{box-sizing:border-box;margin:0;padding:0}:root{font-family:DM Sans,Satoshi,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-variation-settings:"opsz" 14;font-feature-settings:"ss02","ss03";line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-text: #1A1A1A;--color-text-secondary: #525252;--color-text-tertiary: #737373;--color-border: #E8E8E5;--color-bg-subtle: #FAFAF8;--color-bg-muted: #F5F5F2;--color-brand: #43e188;--color-brand-highlight: #43e188;--color-brand-dark: #43e188;--color-brand-darker: #2fc073;--color-brand-light: #ECFDF5;--color-green: #43e188;--color-green-dark: #2fc073;--color-gray-50: #FAFAF8;--color-gray-100: #F5F5F2;--color-gray-200: #E8E8E5;--color-gray-300: #D4D4D0;--color-gray-400: #A3A3A0;--color-gray-500: #525252;--color-gray-600: #424242;--color-gray-700: #333333;--color-gray-800: #1F1F1F;--color-gray-900: #1A1A1A;--color-dark: #1a1e1c;--color-offwhite: #f4faf7;--color-grey: #8c8c8c;--color-meta: #999999;--color-trusted-border: #bdbfbf;--color-trusted-divider: #e0e2e6;--color-footer-divider: #333333;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 2px 8px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .08), 0 2px 8px rgba(0, 0, 0, .04);--shadow-accent-green: -6px 7px 0 0 #43e188;--shadow-accent-dark: -6px 7px 0 0 rgba(0, 0, 0, .25);--font-display: "TASA Orbiter", "DM Sans", "Satoshi", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "DM Sans", "Satoshi", -apple-system, BlinkMacSystemFont, sans-serif}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;min-height:100dvh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{color:inherit;transition:color .15s ease,border-color .15s ease}button{font-family:inherit}.app{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}main{flex:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:1rem;padding:.75rem 1.5rem;background:#43e188;color:#fff;font-weight:600;font-size:.875rem;border-radius:0 0 .5rem .5rem;text-decoration:none;z-index:9999;transition:top .2s ease}.skip-link:focus{top:0}:focus-visible{outline:2px solid #2563eb;outline-offset:2px}button:focus-visible,a:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-entrance{opacity:0;animation:heroFadeUp .7s cubic-bezier(.16,1,.3,1) forwards}.hero-entrance-1{animation-delay:0ms}.hero-entrance-2{animation-delay:.12s}.hero-entrance-3{animation-delay:.25s}.hero-entrance-4{animation-delay:.4s}.cta-primary:active,.cta-secondary:active,.case-studies-cta-btn:active,.why-aligned-cta-btn:active,.pp-btn-primary:active,.pp-cta-btn-primary:active{transform:scale(.97)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.hero-entrance{opacity:1;animation:none}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}::selection{background:#43e18840}
