@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";
:root{--primary-color:#0052cc;--primary-dark:#0747a6;--primary-light:#deebff;--text-color:#4b5563;--text-color-dark:#111827;--body-color:#fff;--bg-light:#f8fafc;--border-color:#e2e8f0;--white:#fff;--primary-font:"Plus Jakarta Sans","Inter",sans-serif;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--primary-font);color:var(--text-color);background-color:var(--body-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-color-dark);letter-spacing:-.03em;margin-bottom:1.25rem;font-weight:800;line-height:1.2}h1{letter-spacing:-.04em;font-size:4rem}h2{font-size:3rem}h3{font-size:2rem}h4{font-size:1.5rem}p{color:var(--text-color);margin-bottom:1.5rem;font-size:1.125rem}a{color:inherit;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}a:hover{color:var(--primary-color)}ul{list-style:none}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.section{padding:100px 0;position:relative}.bg-light{background-color:var(--bg-light)}.bg-gradient{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}.text-gradient{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{cursor:pointer;text-transform:none;letter-spacing:.01em;border:2px solid #0000;border-radius:9999px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background-color:var(--primary-color);color:var(--white);box-shadow:0 4px 14px #0052cc63}.btn-primary:hover{background-color:var(--primary-dark);color:var(--white);transform:translateY(-2px);box-shadow:0 6px 20px #0052cc3b}.btn-outline{border-color:var(--primary-color);color:var(--primary-color);background-color:#0000}.btn-outline:hover{background-color:var(--primary-color);color:var(--white)}.img-fluid{border-radius:24px;max-width:100%;height:auto}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.text-lg{font-size:1.25rem}.text-gray-600{color:var(--text-color)}.max-w-3xl{max-width:48rem}@media (max-width:992px){h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.75rem}.section{padding:60px 0}.container{padding:0 1.5rem}}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}@media (max-width:576px){h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.25rem}.container{padding:0 1.25rem}.btn{width:100%}}
.Header-module__hBw1pG__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--border-color);background-color:#ffffffe6;padding:1.25rem 0;position:sticky;top:0}.Header-module__hBw1pG__nav{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__brand{align-items:center;display:flex}.Header-module__hBw1pG__menu{align-items:center;gap:2.5rem;display:flex}.Header-module__hBw1pG__menuItem{list-style:none}.Header-module__hBw1pG__menuLink{color:var(--text-color-dark);font-size:.95rem;font-weight:500}.Header-module__hBw1pG__menuLink:hover{color:var(--primary-color)}.Header-module__hBw1pG__actions{display:flex}.Header-module__hBw1pG__mobileActions{display:none}.Header-module__hBw1pG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;padding:0;display:none}.Header-module__hBw1pG__hamburger span{background-color:var(--text-color-dark);transform-origin:50%;border-radius:10px;width:100%;height:3px;transition:all .3s ease-in-out}@media (max-width:992px){.Header-module__hBw1pG__hamburger{display:flex}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active span:first-child{transform:translateY(9px)rotate(45deg)}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active span:nth-child(2){opacity:0;transform:translate(10px)}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.Header-module__hBw1pG__menu{background-color:var(--white);z-index:1000;flex-direction:column;justify-content:center;gap:2rem;width:300px;height:100vh;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000001a}.Header-module__hBw1pG__menuOpen{right:0}.Header-module__hBw1pG__menuLink{font-size:1.25rem}.Header-module__hBw1pG__actions{display:none}.Header-module__hBw1pG__mobileActions{width:100%;margin-top:1rem;display:block}.Header-module__hBw1pG__mobileActions .btn{width:100%}}@media (max-width:480px){.Header-module__hBw1pG__menu{width:100%}}
.Footer-module__S6Hkya__footer{background-color:var(--bg-light);border-top:1px solid var(--border-color);padding:100px 0 0}.Footer-module__S6Hkya__grid{grid-template-columns:1.2fr .8fr .8fr 1.2fr;gap:60px;margin-bottom:80px;display:grid}.Footer-module__S6Hkya__column{flex-direction:column;display:flex}.Footer-module__S6Hkya__title{color:var(--text-color-dark);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}.Footer-module__S6Hkya__list{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__list a{color:var(--text-color);font-size:.95rem}.Footer-module__S6Hkya__list a:hover{color:var(--primary-color);padding-left:4px}.Footer-module__S6Hkya__brand{margin-bottom:1.5rem}.Footer-module__S6Hkya__description{color:var(--text-color);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__social{gap:1.25rem;display:flex}.Footer-module__S6Hkya__social a{background-color:var(--white);border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-color-dark);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__S6Hkya__social a:hover{background-color:var(--primary-color);color:var(--white);border-color:var(--primary-color);transform:translateY(-3px)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border-color);text-align:center;color:var(--text-color);padding:40px 0;font-size:.875rem}@media (max-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width:640px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr}.Footer-module__S6Hkya__footer{padding-top:60px}}
