.header-container{justify-content:center;padding:0;width:100vw;position:static;top:0;left:0;right:0;z-index:1000;margin:0!important;border-radius:0!important}.header-card,.header-container{display:flex;align-items:center;transform:none}.header-card{background:white;border-radius:0;padding:16px 32px;background:linear-gradient(135deg,#d0d0d8 50%,#d0d0d8 0,#8870c2)!important;box-shadow:0 8px 32px rgba(139,92,246,.4),inset 0 1px 0 rgba(255,255,255,.2);justify-content:space-between;width:100%;margin:0;position:relative;overflow:visible;z-index:1;gap:0}.hero-section{margin-top:0!important;padding-top:60px;margin:0;border-radius:0}html{scroll-padding-top:140px}.logo-brand{font-family:var(--font-primary);font-size:1.5rem;font-weight:700;color:#2d1b69;text-decoration:none;letter-spacing:-.02em;z-index:2;position:relative;transition:all .3s ease}.logo-brand:hover{color:#1e0f4b;transform:scale(1.05);text-decoration:none}.desktop-nav{display:flex;align-items:center;gap:8px;z-index:2;position:relative}.nav-link-item{color:white;text-decoration:none;font-family:var(--font-primary);font-size:.95rem;font-weight:500;padding:12px 20px;border-radius:25px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;white-space:nowrap}.nav-link-item:hover{color:white;background:rgba(255,255,255,.1);transform:translateY(-1px);text-decoration:none}.nav-link-item.active{color:var(--purple-dark);background:rgba(117,8,153,.15)}.action-buttons{display:flex;align-items:center;gap:12px;z-index:2;position:relative}.btn-login{background:transparent;border:1.5px solid rgba(255,255,255,.3);padding:10px 24px;border-radius:25px;font-family:var(--font-primary);font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;min-width:80px;white-space:nowrap}.btn-login,.btn-login:hover{color:white;text-decoration:none}.btn-login:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.btn-login:focus{outline:2px solid white;outline-offset:2px}.btn-signup{background:white;border:1.5px solid white;color:var(--purple-primary);padding:10px 24px;border-radius:25px;font-family:var(--font-primary);font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;min-width:90px;white-space:nowrap}.btn-signup:hover{background:#f9fafb;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15);color:var(--purple-secondary);text-decoration:none}.btn-signup:focus{outline:2px solid white;outline-offset:2px}.mobile-toggle{display:none;background:transparent;border:1.5px solid rgba(255,255,255,.3);color:white;padding:8px 12px;border-radius:20px;cursor:pointer;transition:all .3s ease;z-index:3;position:relative}.mobile-toggle:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.mobile-toggle:focus{outline:2px solid white;outline-offset:2px}.mobile-toggle span{display:block;width:18px;height:2px;background:white;margin:3px 0;transition:.3s;border-radius:1px}.mobile-menu{display:none;top:calc(100% + 12px);right:0;border-radius:25px;padding:24px;box-shadow:0 8px 32px var(--purple-primary-30);z-index:1001}.mobile-nav-links{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.mobile-nav-link{color:white;text-decoration:none;font-family:var(--font-primary);font-size:1rem;font-weight:500;padding:14px 20px;border-radius:20px;transition:all .3s ease;text-align:center}.mobile-nav-link:hover{color:white;background:rgba(255,255,255,.1);text-decoration:none}.mobile-nav-link:focus{outline:2px solid white;outline-offset:2px}.mobile-nav-link.active{color:white;background:rgba(255,255,255,.15)}.mobile-action-buttons{display:flex;flex-direction:column;gap:12px}.mobile-action-buttons .btn-login,.mobile-action-buttons .btn-signup{text-align:center;padding:14px 24px;justify-content:center}.header-card.mobile-menu-open .mobile-menu,.header-card:has(.mobile-toggle:checked) .mobile-menu{display:block;animation:slideDown .3s ease-out}.header-card.mobile-menu-open .mobile-toggle span:first-child,.header-card:has(.mobile-toggle:checked) .mobile-toggle span:first-child{transform:rotate(45deg) translate(5px,5px)}.header-card.mobile-menu-open .mobile-toggle span:nth-child(3),.header-card:has(.mobile-toggle:checked) .mobile-toggle span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@keyframes slideDown{0%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (max-width:768px){.header-container{min-height:80px;padding:0;top:0;width:100vw;left:0;right:0}.header-card,.header-container{margin:0;transform:none;border-radius:0}.header-card{padding:12px 20px;width:100%;background:linear-gradient(135deg,rgba(255,255,255,1),rgba(255,255,255,.95) 30%,rgba(139,92,246,1) 50%,rgba(168,85,247,1) 70%,rgba(139,69,219,1))}.action-buttons,.desktop-nav{display:none}.mobile-toggle{display:block}.logo-brand{font-size:1.25rem;color:#2d1b69}}@media (max-width:480px){.header-container{width:100vw}.header-card,.header-container{margin:0;transform:none;border-radius:0}.header-card{padding:25px;width:100%;background:linear-gradient(135deg,rgba(196,127,254,.015),rgba(135,40,212,.012) 50%,rgba(81,77,223,.01));position:relative;align-items:center;justify-content:center}.logo-brand{font-size:1.1rem;color:#2d1b69}.mobile-menu{padding:20px;border-radius:20px;background:linear-gradient(135deg,rgba(139,92,246,1),rgba(168,85,247,1) 50%,rgba(139,69,219,1))}}@media (min-width:481px) and (max-width:768px){.header-container{padding:0;width:100vw;transform:none;border-radius:0}.logo-brand{font-size:1.3rem;color:#2d1b69}.header-card{width:100%;margin:0;border-radius:0;background:linear-gradient(135deg,rgba(255,255,255,1),rgba(255,255,255,.95) 30%,rgba(139,92,246,1) 50%,rgba(168,85,247,1) 70%,rgba(139,69,219,1));transform:none}}@media (min-width:769px){.header-container{width:100vw;left:0;right:0;padding:0}.header-card,.header-container{margin:0;transform:none;border-radius:0}.header-card{width:100%;background:linear-gradient(135deg,#f5f3ff,#d0d0d8 50%,#8870c2)}.logo-brand{color:#2d1b69}}@media (min-width:1200px){.header-container{padding:0;width:100vw;left:0;right:0;transform:none;border-radius:0}.header-card{width:100%;padding:18px 36px;margin:0;border-radius:0;background:linear-gradient(135deg,rgba(255,255,255,1),rgba(255,255,255,.95) 30%,rgba(139,92,246,1) 50%,rgba(168,85,247,1) 70%,rgba(139,69,219,1));transform:none}.nav-link-item{padding:14px 24px;font-size:1rem}.btn-login,.btn-signup{padding:12px 28px;font-size:.95rem}.logo-brand{color:#2d1b69}}@media (prefers-reduced-motion:reduce){.btn-login,.btn-signup,.logo-brand,.mobile-toggle,.nav-link-item{transition:none}.btn-login:hover,.btn-signup:hover,.nav-link-item:hover{transform:none}}@media (prefers-contrast:high){.header-card{border:2px solid white}.btn-login,.nav-link-item{border:1px solid rgba(255,255,255,.5)}.mobile-nav-link.active,.nav-link-item.active{border:2px solid white}}@media print{.header-container{position:static;display:none}}.mobile-toggle.open span:first-child{transform:rotate(45deg) translate(4px,4px)}.mobile-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}.mobile-menu{display:block;position:absolute;top:100%;left:0;width:100%;background:var(--gradient-purple-primary);border-radius:0 0 20px 20px;padding:20px;animation:slideDown .3s ease-out}@media (max-width:768px){.mobile-menu{box-shadow:0 8px 32px var(--purple-primary-30);border-radius:0 0 25px 25px}.mobile-nav-link{font-size:1.1rem;padding:14px;border-radius:15px}.mobile-action-buttons{gap:10px}}.header-card,.header-container{will-change:auto;backface-visibility:hidden}.Footer_footerWrapper__sgMsw{font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.Footer_footer__KYHux{width:100%;background:linear-gradient(135deg,#f5f3ff,#d0d0d8 50%,#8870c2);color:#2d1b69;border-top:1px solid rgba(139,92,246,.2);font-family:var(--font-primary);contain:layout style;font-display:swap}.Footer_footerContent__wG0im{width:100%;padding:3rem 1rem 2rem}.Footer_container__T0tUs{max-width:72rem;margin:0 auto}.Footer_footerGrid__YO19k{display:flex;flex-direction:column;gap:2rem}.Footer_companySection__UQmOj{flex:1;min-width:0}.Footer_logoContainer__VhKri{margin-bottom:1rem;display:inline-block}.Footer_companyName__wzmMl{font-size:1.5rem;font-weight:700;margin:0 0 1rem;line-height:1.2}.Footer_companyDescription__ahjUO,.Footer_companyName__wzmMl{color:#2d1b69;font-synthesis:none;font-display:swap;opacity:1;visibility:visible}.Footer_companyDescription__ahjUO{font-size:1rem;line-height:1.5;margin:0;max-width:28rem}.Footer_linksSection__o2JsB{flex:0 0 auto;min-width:0}.Footer_sectionTitle__95pl2{font-size:1.25rem;font-weight:700;color:#2d1b69;margin:0 0 1rem;line-height:1.2;font-synthesis:none;font-display:swap;opacity:1;visibility:visible}.Footer_linksList__5bnDL{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.Footer_footerLink__PkoyR{color:#2d1b69;font-size:1rem;text-decoration:none;transition:color .2s ease-in-out;display:inline-block;position:relative;font-synthesis:none;font-display:swap}.Footer_footerLink__PkoyR:hover{color:#8b5cf6}.Footer_footerLink__PkoyR:focus-visible{outline:2px solid #2d1b69;outline-offset:2px;border-radius:.25rem}.Footer_copyrightBar__A70Ka{width:100%;border-top:1px solid rgba(139,92,246,.3);background:linear-gradient(135deg,rgba(245,243,255,.5),rgba(208,208,216,.5) 50%,rgba(136,112,194,.5));padding:1rem}.Footer_copyrightText__IZT6X{font-size:.875rem;color:#2d1b69;margin:0;text-align:center;font-synthesis:none;font-display:swap;opacity:1;visibility:visible}@keyframes Footer_fadeInUp__e0Ydw{0%{opacity:.8;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Footer_companySection__UQmOj{animation:Footer_fadeInUp__e0Ydw .6s ease-out .1s both}.Footer_linksSection__o2JsB{animation:Footer_fadeInUp__e0Ydw .6s ease-out .2s both}.Footer_copyrightText__IZT6X{animation:Footer_fadeInUp__e0Ydw .6s ease-out .3s both}@media (min-width:36rem){.Footer_footerContent__wG0im{padding:3rem 1.5rem 2rem}.Footer_footerGrid__YO19k{gap:2.5rem}.Footer_companyName__wzmMl{font-size:1.75rem}.Footer_companyDescription__ahjUO{font-size:1.125rem;max-width:32rem}.Footer_sectionTitle__95pl2{font-size:1.375rem}.Footer_footerLink__PkoyR{font-size:1.125rem}}@media (min-width:48rem){.Footer_footerContent__wG0im{padding:3rem 2rem 2rem}.Footer_footerGrid__YO19k{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:3rem}.Footer_companySection__UQmOj{flex:1;min-width:20rem}.Footer_linksSection__o2JsB{flex:0 0 auto;min-width:12.5rem}.Footer_copyrightText__IZT6X{text-align:center}}@media (min-width:62rem){.Footer_footerContent__wG0im{padding:3rem 2rem 2rem}.Footer_footerGrid__YO19k{gap:4rem}.Footer_companySection__UQmOj{min-width:25rem}.Footer_companyName__wzmMl{font-size:2rem;margin-bottom:1.25rem}.Footer_companyDescription__ahjUO{font-size:1.125rem;max-width:36rem}.Footer_sectionTitle__95pl2{font-size:1.5rem;margin-bottom:1.25rem}.Footer_linksList__5bnDL{gap:1rem}.Footer_footerLink__PkoyR{font-size:1.125rem}}@media (min-width:75rem){.Footer_footerContent__wG0im{padding:4rem 2rem 2.5rem}.Footer_footerGrid__YO19k{gap:5rem}.Footer_companyName__wzmMl{font-size:2.25rem;margin-bottom:1.5rem}.Footer_companyDescription__ahjUO{font-size:1.25rem;line-height:1.6;max-width:40rem}.Footer_sectionTitle__95pl2{font-size:1.625rem;margin-bottom:1.5rem}.Footer_copyrightBar__A70Ka{padding:1.5rem}.Footer_copyrightText__IZT6X{font-size:1rem}}@media (max-width:35.9375rem){.Footer_footerContent__wG0im{padding:2rem 1rem 1.5rem}.Footer_footerGrid__YO19k{gap:2rem}.Footer_logoContainer__VhKri{margin-bottom:.75rem}.Footer_companyName__wzmMl{font-size:1.5rem;margin-bottom:.75rem}.Footer_companyDescription__ahjUO{font-size:1rem;line-height:1.6}.Footer_sectionTitle__95pl2{font-size:1.125rem;margin-bottom:1rem}.Footer_linksList__5bnDL{gap:.75rem}.Footer_footerLink__PkoyR{font-size:1rem;padding:.25rem 0;min-height:2.75rem;display:flex;align-items:center}.Footer_copyrightBar__A70Ka{padding:1rem}.Footer_copyrightText__IZT6X{font-size:.875rem}}@media (max-width:47.9375rem) and (orientation:landscape){.Footer_footerContent__wG0im{padding:1.5rem 1rem}.Footer_footerGrid__YO19k{flex-direction:row;gap:2rem}.Footer_companySection__UQmOj{flex:1;min-width:16rem}.Footer_linksSection__o2JsB{flex:0 0 auto;min-width:10rem}}@media (min-width:48rem) and (max-width:64rem) and (orientation:landscape){.Footer_footerGrid__YO19k{gap:3rem}.Footer_companySection__UQmOj{min-width:22rem}}@media (prefers-contrast:high){.Footer_copyrightBar__A70Ka,.Footer_footer__KYHux{border-top:2px solid #2d1b69;background:#ffffff}.Footer_companyName__wzmMl,.Footer_footerLink__PkoyR,.Footer_sectionTitle__95pl2{color:#2d1b69}.Footer_footerLink__PkoyR:hover{color:#8b5cf6;text-decoration:underline}.Footer_footerLink__PkoyR:focus-visible{outline:3px solid #2d1b69}}@media (prefers-reduced-motion:reduce){.Footer_companySection__UQmOj,.Footer_copyrightText__IZT6X,.Footer_linksSection__o2JsB{animation:none}.Footer_footerLink__PkoyR{transition:none}}@media print{.Footer_footer__KYHux{background:none;border:none;padding:1rem 0}.Footer_footerContent__wG0im{padding:1rem 0}.Footer_copyrightBar__A70Ka{background:none;border:none;padding:.5rem 0}.Footer_companySection__UQmOj,.Footer_copyrightText__IZT6X,.Footer_linksSection__o2JsB{animation:none}.Footer_footerLink__PkoyR{color:#000;text-decoration:underline}}.Footer_contactSection__DPyCF{display:flex;flex-direction:column;gap:1.5rem}.Footer_contactGroup__EayXj{display:flex;flex-direction:column;gap:.5rem}.Footer_address__Uu4_e{font-style:normal;color:#2d1b69;line-height:1.6}.Footer_address__Uu4_e p{margin:0}.Footer_companyContactName__Yv_tW{font-weight:600;color:#2d1b69}.Footer_emailGroup__dyUqT{display:flex;color:#2d1b69;gap:.25rem}.Footer_emailLink__63_69{color:#2d1b69;text-decoration:underline;transition:color .2s ease;display:inline-block}.Footer_emailLink__63_69:hover{color:#8b5cf6}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback,system-ui,arial;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback",system-ui,arial}