.Header-module__KHjLKa__header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-sm);background:#ffffffd9;border-bottom:1px solid #0000000d;padding:1rem 0;position:sticky;top:0}.Header-module__KHjLKa__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Header-module__KHjLKa__logo{color:var(--secondary);white-space:nowrap;font-size:clamp(1.05rem,4.5vw,1.5rem);font-weight:800}.Header-module__KHjLKa__logo a{text-decoration:none}.Header-module__KHjLKa__mobileMenuBtn{cursor:pointer;color:var(--secondary);background:0 0;border:none;padding:.5rem;font-size:1.5rem;display:block}.Header-module__KHjLKa__nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:100%;box-shadow:var(--shadow-md);background:#fffffffa;border-bottom:1px solid #0000000d;flex-direction:column;gap:1.5rem;padding:1.5rem 2rem;display:none;position:absolute;top:100%;left:0}.Header-module__KHjLKa__navOpen{display:flex!important}.Header-module__KHjLKa__cta{display:none}.Header-module__KHjLKa__ctaOpen{z-index:50;text-align:center;position:absolute;top:calc(100% + 235px);left:2rem;right:2rem;display:block!important}.Header-module__KHjLKa__ctaOpen .Header-module__KHjLKa__button{width:100%}@media (min-width:768px){.Header-module__KHjLKa__mobileMenuBtn{display:none}.Header-module__KHjLKa__nav{width:auto;box-shadow:none;background:0 0;border:none;flex-direction:row;gap:2rem;padding:0;display:flex;position:static}.Header-module__KHjLKa__cta{display:block}.Header-module__KHjLKa__ctaOpen{position:static}.Header-module__KHjLKa__ctaOpen .Header-module__KHjLKa__button{width:auto}}.Header-module__KHjLKa__link{color:var(--text-muted);font-weight:600;transition:color .2s}.Header-module__KHjLKa__link:hover{color:var(--primary)}.Header-module__KHjLKa__dropdown{cursor:pointer;align-items:center;display:inline-flex;position:relative}.Header-module__KHjLKa__dropdownMenu{z-index:100;opacity:0;visibility:hidden;background:#fff;border:1px solid #0000000d;border-radius:.5rem;min-width:180px;padding:.5rem 0;transition:all .2s;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.Header-module__KHjLKa__dropdown:hover .Header-module__KHjLKa__dropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__KHjLKa__dropdownItem{color:#334155;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block}.Header-module__KHjLKa__dropdownItem:hover{color:var(--primary);background:#f8fafc}.Header-module__KHjLKa__button{background:var(--primary);color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-md);padding:.75rem 1.5rem;font-weight:700;transition:all .2s;display:inline-block}.Header-module__KHjLKa__button:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}
.Footer-module__yg9ahW__footer{background:var(--secondary);color:#fff;margin-top:4rem;padding:4rem 0 2rem}.Footer-module__yg9ahW__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer-module__yg9ahW__grid{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.Footer-module__yg9ahW__grid{grid-template-columns:2fr 1fr 1fr}}.Footer-module__yg9ahW__title{color:#fff;margin-bottom:1rem}.Footer-module__yg9ahW__subtitle{color:var(--primary);margin-bottom:1rem;font-size:1.25rem}.Footer-module__yg9ahW__text{color:#9ca3af;line-height:1.6}.Footer-module__yg9ahW__list{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.Footer-module__yg9ahW__list a{color:#d1d5db;transition:color .2s}.Footer-module__yg9ahW__list a:hover{color:var(--primary)}.Footer-module__yg9ahW__bottom{text-align:center;color:#9ca3af;border-top:1px solid #374151;padding-top:2rem;font-size:.875rem}
.Hero-module__MWgFwW__hero{background-color:var(--secondary);color:#fff;text-align:center;justify-content:center;align-items:center;min-height:80vh;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.Hero-module__MWgFwW__overlay{z-index:1;background:linear-gradient(135deg,#1f2937f2 0%,#111827cc 100%);position:absolute;inset:0}.Hero-module__MWgFwW__content{z-index:2;max-width:900px;animation:1s ease-out Hero-module__MWgFwW__fadeIn;position:relative}@keyframes Hero-module__MWgFwW__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Hero-module__MWgFwW__title{color:#fff;text-shadow:0 4px 12px #00000080;margin-bottom:1.5rem}.Hero-module__MWgFwW__title span{color:var(--primary)}.Hero-module__MWgFwW__subtitle{color:#e5e7eb;margin-bottom:3rem;max-width:800px;margin-inline:auto;font-size:clamp(1.125rem,2.5vw,1.5rem);line-height:1.6}.Hero-module__MWgFwW__actions{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:4rem;display:flex}.Hero-module__MWgFwW__primaryBtn,.Hero-module__MWgFwW__secondaryBtn{border-radius:var(--radius-full);justify-content:center;align-items:center;min-width:200px;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:inline-flex}.Hero-module__MWgFwW__primaryBtn{background:var(--primary);color:#fff;box-shadow:0 10px 25px -5px #10b98166}.Hero-module__MWgFwW__primaryBtn:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 20px 25px -5px #10b98180}.Hero-module__MWgFwW__secondaryBtn{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3}.Hero-module__MWgFwW__secondaryBtn:hover{background:#fff3;transform:translateY(-3px)}.Hero-module__MWgFwW__trustSignals{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:center;gap:2rem;padding-top:2rem;display:flex}.Hero-module__MWgFwW__signal{color:#d1d5db;align-items:center;gap:.5rem;font-weight:600;display:flex}.Hero-module__MWgFwW__icon{color:var(--primary);background:#10b98133;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.875rem;display:inline-flex}
.CTA-module__3hyhAa__cta{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;text-align:center;padding:6rem 2rem;position:relative;overflow:hidden}.CTA-module__3hyhAa__cta:before{content:"";opacity:.5;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.CTA-module__3hyhAa__container{z-index:2;max-width:800px;margin:0 auto;position:relative}.CTA-module__3hyhAa__title{color:#fff;margin-bottom:1.5rem}.CTA-module__3hyhAa__text{opacity:.9;margin-bottom:2.5rem;font-size:1.25rem}.CTA-module__3hyhAa__buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.CTA-module__3hyhAa__primary{color:var(--primary-dark);border-radius:var(--radius-full);box-shadow:var(--shadow-lg);background:#fff;padding:1rem 2.5rem;font-size:1.125rem;font-weight:800;transition:all .2s}.CTA-module__3hyhAa__primary:hover{background:#f8fafc;transform:translateY(-3px);box-shadow:0 20px 25px -5px #0000001a}.CTA-module__3hyhAa__secondary{color:#fff;border-radius:var(--radius-full);background:0 0;border:2px solid #ffffff80;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;transition:all .2s}.CTA-module__3hyhAa__secondary:hover{background:#ffffff1a;border-color:#fff}
.page-module__E0kJGG__main{flex-direction:column;min-height:100vh;display:flex}.page-module__E0kJGG__contentSection{background-color:var(--background);padding:5rem 2rem}.page-module__E0kJGG__contentSectionAlt{background-color:var(--surface);padding:5rem 2rem}.page-module__E0kJGG__container{max-width:900px;margin:0 auto}.page-module__E0kJGG__container h2{text-align:center;margin-bottom:2rem;font-size:clamp(2rem,4vw,2.5rem)}.page-module__E0kJGG__container h3{color:var(--primary-dark);margin-top:3rem;margin-bottom:1.5rem;font-size:1.75rem}.page-module__E0kJGG__container p{color:#4b5563;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.page-module__E0kJGG__orderedList{margin-bottom:2rem;padding-left:1.5rem}.page-module__E0kJGG__orderedList li{color:#4b5563;margin-bottom:1rem;font-size:1.125rem;line-height:1.8}.page-module__E0kJGG__orderedList strong{color:var(--secondary)}
