:root{--primary-color:#06c;--primary-dark:#0052a3;--secondary-color:#00a8e8;--text-dark:#1a1a2e;--text-light:#666;--background:#fff;--background-light:#f8f9fa;--border-color:#e0e0e0;--shadow-sm:0 2px 10px rgba(0,0,0,.05);--shadow-md:0 5px 20px rgba(0,0,0,.1);--shadow-lg:0 10px 40px rgba(0,0,0,.15);--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--text-dark);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:70px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--text-dark);font-weight:700;line-height:1.2}h1{margin-bottom:1.5rem;font-size:3rem}h2{margin-bottom:1.25rem;font-size:2.5rem}h3{margin-bottom:1rem;font-size:2rem}h4{margin-bottom:.75rem;font-size:1.5rem}p{color:var(--text-light);margin-bottom:1rem}img{max-width:100%;height:auto}button{cursor:pointer;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.section-title p{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.1rem}.btn{transition:var(--transition);cursor:pointer;border:none;border-radius:30px;padding:.8rem 2rem;font-size:1rem;font-weight:600;display:inline-block}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,102,204,.3)}.btn-outline{color:var(--primary-color);border:2px solid var(--primary-color);background:0 0}.btn-outline:hover{background:var(--primary-color);color:#fff}.card{box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border-radius:15px;padding:2rem}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}@media (max-width:768px){body{padding-top:60px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.section{padding:3rem 0}.section-title h2{font-size:2rem}.container{padding:0 1.5rem}}
.Header-module__hBw1pG__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:rgba(255,255,255,.98);transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 20px rgba(0,0,0,.05)}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.Header-module__hBw1pG__logo{color:#06c;align-items:center;font-size:1.5rem;font-weight:700;transition:opacity .3s;display:flex}.Header-module__hBw1pG__logo:hover{opacity:.8}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__nav a{color:#333;font-size:.95rem;font-weight:500;transition:color .3s;position:relative}.Header-module__hBw1pG__nav a:after{content:"";background:#06c;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.Header-module__hBw1pG__nav a:hover:after{width:100%}.Header-module__hBw1pG__nav a:hover{color:#06c}.Header-module__hBw1pG__contactBtn{background:#06c;border-radius:25px;padding:.6rem 1.5rem;transition:all .3s;color:#fff!important}.Header-module__hBw1pG__contactBtn:after{display:none}.Header-module__hBw1pG__contactBtn:hover{background:#0052a3;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,102,204,.3)}.Header-module__hBw1pG__menuToggle{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none;position:relative}.Header-module__hBw1pG__menuToggle span{background:#333;border-radius:3px;width:25px;height:3px;transition:all .3s}.Header-module__hBw1pG__menuToggle span.Header-module__hBw1pG__open:first-child{transform:rotate(45deg)translate(8px,8px)}.Header-module__hBw1pG__menuToggle span.Header-module__hBw1pG__open:nth-child(2){opacity:0}.Header-module__hBw1pG__menuToggle span.Header-module__hBw1pG__open:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.Header-module__hBw1pG__overlay{z-index:1000;background:rgba(0,0,0,.5);animation:.3s Header-module__hBw1pG__fadeIn;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes Header-module__hBw1pG__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.Header-module__hBw1pG__header{position:fixed}.Header-module__hBw1pG__menuToggle{z-index:1002;display:flex;position:relative}.Header-module__hBw1pG__nav{z-index:1001;background:#fff;flex-direction:column;gap:1.5rem;width:75%;max-width:320px;padding:5rem 2rem 2rem;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-5px 0 30px rgba(0,0,0,.2)}.Header-module__hBw1pG__navOpen{transform:translate(0)}.Header-module__hBw1pG__nav a{border-bottom:1px solid var(--border-color);padding:.75rem 0;font-size:1.1rem}.Header-module__hBw1pG__nav a:after{display:none}.Header-module__hBw1pG__nav a:last-child{border-bottom:none}.Header-module__hBw1pG__contactBtn{text-align:center;width:100%;margin-top:1rem;border:none!important;padding:.75rem 1.5rem!important}}
.Footer-module__S6Hkya__footer{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);margin-top:5rem;padding:4rem 2rem 2rem}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto}.Footer-module__S6Hkya__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__column h3{color:#06c;margin-bottom:1rem;font-size:1.5rem}.Footer-module__S6Hkya__column h4{color:#fff;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.Footer-module__S6Hkya__column p{color:rgba(255,255,255,.8);line-height:1.6}.Footer-module__S6Hkya__column ul{list-style:none}.Footer-module__S6Hkya__column ul li{margin-bottom:.7rem}.Footer-module__S6Hkya__column ul li a{color:rgba(255,255,255,.8);transition:color .3s}.Footer-module__S6Hkya__column ul li a:hover{color:#06c}.Footer-module__S6Hkya__column ul li:not(:has(a)){color:rgba(255,255,255,.8)}.Footer-module__S6Hkya__bottom{text-align:center;color:rgba(255,255,255,.6);border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.Footer-module__S6Hkya__bottom p{color:rgba(255,255,255,.6);margin-bottom:.5rem}.Footer-module__S6Hkya__designCredit{margin-top:.5rem;font-size:1rem}.Footer-module__S6Hkya__designCredit a{color:#00a8e8;border-bottom:2px solid transparent;font-weight:700;text-decoration:none;transition:all .3s}.Footer-module__S6Hkya__designCredit a:hover{color:#fff;border-bottom-color:#fff}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:3rem 1.5rem 1.5rem}.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2rem}}
