:root{--brand-50:#F0FDFA;--brand-100:#CCFBF1;--brand-200:#99F6E4;--brand-300:#5EEAD4;--brand-400:#2DD4BF;--brand-500:#14B8A6;--brand-600:#0D9488;--brand-700:#0F766E;--brand-800:#115E59;--brand-900:#134E4A;--charcoal:#111827;--grey-50:#F9FAFB;--grey-100:#F3F4F6;--grey-200:#E5E7EB;--grey-300:#D1D5DB;--grey-400:#9CA3AF;--grey-500:#6B7280;--grey-600:#4B5563;--grey-700:#374151;--red-400:#F87171;--amber-400:#FBBF24;--violet-100:#EDE9FE;--violet-700:#6D28D9;--white:#FFFFFF;--shadow-drop:0px 2px 4px rgba(0,0,0,0.05);--shadow-lg:0px 12px 36px rgba(0,0,0,0.10);--shadow-xl:0px 24px 60px rgba(13,148,136,0.20);--light-grad:linear-gradient(180deg,#F0FDFA,#FFFFFF);--transition-fast:0.15s;--transition-normal:0.2s;--transition-slow:0.25s;--z-content-low:1;--z-content-mid:5;--z-content-high:6;--z-nav-menu:99;--z-nav:100;--z-modal:200;--z-skip:10000}.marketing-page{font-family:Satoshi,system-ui,sans-serif;color:var(--charcoal);background:#fff;-webkit-font-smoothing:antialiased;overflow-x:clip;scroll-behavior:smooth}html:has(.marketing-page){scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){.marketing-page,html:has(.marketing-page){scroll-behavior:auto}}.marketing-page a{color:inherit;text-decoration:none}.marketing-page img{max-width:100%;display:block}.marketing-page .label{font-weight:700;font-size:12px;line-height:110%;letter-spacing:.01em;text-transform:uppercase;opacity:.8}.marketing-page .h1{font-weight:900;font-size:64px;line-height:110%;letter-spacing:-.02em;color:var(--charcoal);margin:0}.marketing-page .h1 .accent,.marketing-page .h2 .accent{color:var(--brand-600)}.marketing-page .h2{font-size:44px}.marketing-page .h2,.marketing-page .h3{font-weight:900;line-height:110%;color:var(--charcoal);margin:0}.marketing-page .h3{font-size:32px}.marketing-page .p{font-weight:400;font-size:16px;line-height:130%;letter-spacing:.01em;color:var(--charcoal);margin:0}.marketing-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;border-radius:999px;font-family:Satoshi,sans-serif;font-weight:900;font-size:16px;line-height:100%;cursor:pointer;border:2px solid transparent;transition:all .15s;text-align:center;width:100%}.marketing-page .btn-primary{background:var(--brand-600);color:#fff;border-color:var(--brand-200)}.marketing-page .btn-primary:hover{background:var(--brand-700)}.marketing-page .btn-outline{background:#fff;color:var(--brand-600);border-color:var(--brand-600)}.marketing-page .btn-outline:hover{background:var(--brand-50)}.marketing-page .btn-dark{background:var(--charcoal);color:#fff;border-color:var(--charcoal)}.marketing-page .btn-dark:hover{background:#000}.marketing-page .btn-sm{padding:10px 20px;font-size:13px;gap:8px}.marketing-page .btn-sm .arrow{width:8px;height:8px}.marketing-page .btn .arrow{display:inline-block;width:10px;height:10px;border-right:2px solid;border-bottom:2px solid;transform:rotate(-45deg);margin-left:4px;transition:transform .15s}.marketing-page .btn:hover .arrow{transform:rotate(-45deg) translate(2px,2px)}@media (prefers-reduced-motion:reduce){.marketing-page .btn .arrow{transition:none}}.marketing-page .skip-to-main{position:fixed;top:0;left:0;z-index:var(--z-skip);padding:12px 20px;background:var(--brand-700);color:#fff;font-weight:700;font-size:14px;text-decoration:none;border-radius:0 0 12px 0;transform:translateY(-100%);transition:transform .15s}.marketing-page .skip-to-main:focus,.marketing-page .skip-to-main:focus-visible{transform:translateY(0);outline:2px solid var(--brand-300);outline-offset:2px}.marketing-page .nav-wrap{position:fixed;top:24px;left:0;right:0;display:flex;justify-content:center;z-index:var(--z-nav);pointer-events:none}.marketing-page .nav{pointer-events:auto;width:min(1202px,calc(100% - 48px));height:88px;background:#fff;box-shadow:var(--shadow-drop);border-radius:64px;padding:20px 32px;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative}.marketing-page .nav-logo{display:flex;align-items:center;gap:8px;color:var(--charcoal)}.marketing-page .nav-logo img{height:40px;width:auto;display:block}.marketing-page .nav-links{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;gap:32px;list-style:none;margin:0;padding:0}.marketing-page .nav-links a{font-weight:400;font-size:14px;color:var(--charcoal);transition:color .15s}.marketing-page .nav-links a:hover{color:var(--brand-600)}.marketing-page .nav-links a.is-current{color:var(--brand-600);font-weight:700}.marketing-page .nav-right{display:flex;align-items:center;gap:14px}.marketing-page .nav-login{font-size:14px;font-weight:700;color:var(--charcoal);transition:color .15s;padding:0 4px}.marketing-page .nav-login:hover{color:var(--brand-600)}.marketing-page .nav-cta{background:var(--brand-600);border:2px solid var(--brand-200);color:#fff;border-radius:999px;padding:16px 32px;font-family:Satoshi,sans-serif;font-weight:900;font-size:16px;display:inline-flex;align-items:center;gap:10px;transition:all .15s;cursor:pointer;width:auto;white-space:nowrap}.marketing-page .nav-cta:hover{background:var(--brand-700)}.marketing-page .nav-burger{display:none;background:transparent;border:none;cursor:pointer;padding:8px;width:44px;height:44px;flex-direction:column;justify-content:center;align-items:center;gap:5px;pointer-events:auto}.marketing-page .nav-burger span{display:block;width:22px;height:2px;background:var(--charcoal);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.marketing-page .nav-burger.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.marketing-page .nav-burger.is-open span:nth-child(2){opacity:0}.marketing-page .nav-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.marketing-page .nav-menu{pointer-events:auto;position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);width:min(420px,calc(100% - 48px));background:#fff;box-shadow:var(--shadow-lg);border-radius:20px;padding:20px;z-index:var(--z-nav-menu)}.marketing-page .nav-menu[hidden]{display:none}.marketing-page .nav-menu ul{list-style:none;margin:0 0 12px;padding:0;display:flex;flex-direction:column;gap:2px}.marketing-page .nav-menu li a{display:block;padding:12px 16px;font-size:15px;font-weight:600;color:var(--charcoal);border-radius:10px;transition:background .15s,color .15s}.marketing-page .nav-menu li a:hover{background:var(--brand-50);color:var(--brand-700)}.marketing-page .nav-menu-cta{display:flex;width:100%}.marketing-page .footer{padding:48px;background:#fff}.marketing-page .footer-card{width:100%;max-width:1416px;background:var(--charcoal);border-radius:20px;padding:64px;display:flex;flex-direction:column;gap:48px;color:#fff;margin:0 auto}.marketing-page .footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:48px}.marketing-page .footer-brand{width:284px;display:flex;flex-direction:column;gap:24px}.marketing-page .footer-logo{display:flex;align-items:center;gap:8px;color:#fff}.marketing-page .footer-logo img{height:48px;width:auto;display:block}.marketing-page .footer-brand p{font-weight:400;font-size:16px;line-height:130%;color:#fff;opacity:.8;margin:0}.marketing-page .footer-brand .in-touch{font-weight:700;font-size:16px;color:var(--brand-300);text-decoration:underline}.marketing-page .footer-cols{display:flex;gap:20px}.marketing-page .footer-col{width:200px;display:flex;flex-direction:column;gap:20px}.marketing-page .footer-col .heading{font-weight:700;font-size:12px;letter-spacing:.01em;text-transform:uppercase;color:var(--brand-300)}.marketing-page .footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.marketing-page .footer-col li a{font-weight:400;font-size:14px;color:#fff}.marketing-page .footer-col li a:hover{color:var(--brand-300)}.marketing-page .footer-col li button.footer-link-button{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-weight:400;font-size:14px;color:#fff;text-align:left;transition:color .15s}.marketing-page .footer-col li button.footer-link-button:hover{color:var(--brand-300)}.marketing-page .footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:48px}.marketing-page .footer-copyright{font-weight:400;font-size:16px;line-height:130%;color:#fff;opacity:.8;max-width:724px;margin:0}.marketing-page .footer-socials{display:flex;gap:20px}.marketing-page .footer-socials a{color:var(--brand-300);width:24px;height:24px;display:flex;align-items:center;justify-content:center}@media (prefers-reduced-motion:reduce){.marketing-page *,.marketing-page :after,.marketing-page :before{transition:none!important;animation:none!important}}@media (max-width:1100px){.marketing-page .nav-links{display:none}.marketing-page .nav-burger{display:flex}}@media (max-width:960px){.marketing-page .nav-wrap{top:16px}.marketing-page .nav{height:64px;padding:8px 8px 8px 24px}.marketing-page .nav-cta,.marketing-page .nav-right{display:none}.marketing-page .nav-logo img{height:32px}.marketing-page .footer,.marketing-page .footer-card{padding:32px}.marketing-page .footer-bottom,.marketing-page .footer-top{flex-direction:column;align-items:flex-start;gap:24px}.marketing-page .footer-cols{flex-wrap:wrap}.marketing-page .footer-brand{width:100%}.marketing-page .footer-col{width:calc(50% - 10px)}}@media (max-width:540px){.marketing-page .footer-col{width:100%}}