@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@300;400;500&display=swap";
.Header-module__ayU7yG__header{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border-bottom:1px solid #0000;transition:all .4s;position:sticky;top:0}.Header-module__ayU7yG__headerScrolled{background:#fffffff2;border-bottom:1px solid #0000000f;box-shadow:0 4px 30px #0000000a}.Header-module__ayU7yG__nav{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:.85rem 1.5rem;display:flex}.Header-module__ayU7yG__logo{font-family:var(--font-heading);color:var(--dark);align-items:center;gap:.65rem;font-size:1.3rem;font-weight:700;text-decoration:none;transition:transform .3s;display:flex}.Header-module__ayU7yG__logo:hover{transform:scale(1.02)}.Header-module__ayU7yG__logoIcon{background:linear-gradient(135deg, var(--primary), #0090c7);width:44px;height:44px;color:var(--white);border-radius:12px;justify-content:center;align-items:center;font-size:1.2rem;display:flex;box-shadow:0 2px 12px #00aeef40}.Header-module__ayU7yG__logoText{flex-direction:column;line-height:1.2;display:flex}.Header-module__ayU7yG__logoText span:first-child{color:var(--dark);font-size:1.1rem}.Header-module__ayU7yG__logoText span:last-child{color:var(--primary);letter-spacing:.05em;font-size:.7rem;font-weight:500}.Header-module__ayU7yG__navRight{align-items:center;gap:.5rem;display:flex}.Header-module__ayU7yG__navLinks{align-items:center;gap:.15rem;list-style:none;display:flex}.Header-module__ayU7yG__navLinks a{color:var(--dark);font-family:var(--font-heading);border-radius:8px;padding:.5rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Header-module__ayU7yG__navLinks a:after{content:"";background:var(--primary);border-radius:1px;width:0;height:2px;transition:all .3s;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.Header-module__ayU7yG__navLinks a:hover:after,.Header-module__ayU7yG__navLinks a.Header-module__ayU7yG__active:after{width:60%}.Header-module__ayU7yG__navLinks a:hover,.Header-module__ayU7yG__navLinks a.Header-module__ayU7yG__active{color:var(--primary)}.Header-module__ayU7yG__navActions{border-left:1px solid var(--border);align-items:center;gap:.75rem;margin-left:.75rem;padding-left:.75rem;display:flex}.Header-module__ayU7yG__phoneLink,.Header-module__ayU7yG__supportLink{font-family:var(--font-heading);color:var(--text);border-radius:6px;align-items:center;gap:.35rem;padding:.4rem .6rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.Header-module__ayU7yG__phoneLink:hover,.Header-module__ayU7yG__supportLink:hover{color:var(--primary);background:#00aeef0d}.Header-module__ayU7yG__phoneLink span,.Header-module__ayU7yG__supportLink span{white-space:nowrap}.Header-module__ayU7yG__ctaBtn{background:linear-gradient(135deg, var(--primary), #0090c7);font-family:var(--font-heading);border-radius:50px;align-items:center;padding:.55rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 2px 12px #00aeef33;color:var(--white)!important}.Header-module__ayU7yG__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00aeef4d;color:var(--white)!important}.Header-module__ayU7yG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.Header-module__ayU7yG__hamburger span{background:var(--dark);border-radius:2px;width:24px;height:2.5px;transition:all .3s;display:block}.Header-module__ayU7yG__hamburgerOpen span:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__ayU7yG__hamburgerOpen span:nth-child(2){opacity:0}.Header-module__ayU7yG__hamburgerOpen span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:1024px){.Header-module__ayU7yG__phoneLink span,.Header-module__ayU7yG__supportLink span{display:none}}@media (max-width:768px){.Header-module__ayU7yG__hamburger{display:flex}.Header-module__ayU7yG__navRight{-webkit-backdrop-filter:blur(20px);background:#fffffffa;flex-direction:column;gap:1rem;padding:1.25rem;animation:.3s Header-module__ayU7yG__slideDown;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 12px 40px #0000001a}.Header-module__ayU7yG__navRightOpen{display:flex}.Header-module__ayU7yG__navLinks{flex-direction:column;gap:0;width:100%}.Header-module__ayU7yG__navLinks a{width:100%;padding:.75rem 1rem}.Header-module__ayU7yG__navActions{border-left:none;border-top:1px solid var(--border);flex-wrap:wrap;justify-content:center;width:100%;margin-left:0;padding-top:.75rem;padding-left:0}.Header-module__ayU7yG__phoneLink span,.Header-module__ayU7yG__supportLink span{display:inline}.Header-module__ayU7yG__nav{position:relative}}@keyframes Header-module__ayU7yG__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.Footer-module__uGaGxG__footer{background:var(--dark);color:#ffffffb3;padding-top:4rem}.Footer-module__uGaGxG__footerGrid{max-width:var(--max-width);grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:2.5rem;margin:0 auto;padding:0 1.5rem 3rem;display:grid}.Footer-module__uGaGxG__footerBrand{order:4}.Footer-module__uGaGxG__footerCol h4{color:var(--white);font-family:var(--font-heading);margin-bottom:1.25rem;font-size:1rem;font-weight:600}.Footer-module__uGaGxG__footerCol p{margin-bottom:1rem;font-size:.9rem;line-height:1.7}.Footer-module__uGaGxG__footerCol ul{list-style:none}.Footer-module__uGaGxG__footerCol ul li{margin-bottom:.5rem}.Footer-module__uGaGxG__footerCol ul li a{color:#ffffffb3;transition:color var(--transition);font-size:.9rem}.Footer-module__uGaGxG__footerCol ul li a:hover{color:var(--primary)}.Footer-module__uGaGxG__footerLogo{color:var(--white);font-family:var(--font-heading);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;font-weight:600;display:flex}.Footer-module__uGaGxG__footerLogoIcon{background:var(--primary);width:36px;height:36px;color:var(--white);border-radius:8px;justify-content:center;align-items:center;display:flex}.Footer-module__uGaGxG__socialLinks{gap:.75rem;margin-top:1rem;display:flex}.Footer-module__uGaGxG__socialLinks a{width:36px;height:36px;color:var(--white);transition:all var(--transition);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__uGaGxG__socialLinks a:hover{background:var(--primary)}.Footer-module__uGaGxG__contactForm{flex-direction:column;gap:.75rem;display:flex}.Footer-module__uGaGxG__contactForm input,.Footer-module__uGaGxG__contactForm textarea{color:var(--white);font-family:var(--font-body);background:#ffffff0d;border:1px solid #ffffff26;border-radius:8px;padding:.65rem 1rem;font-size:.9rem}.Footer-module__uGaGxG__contactForm input::placeholder,.Footer-module__uGaGxG__contactForm textarea::placeholder{color:#fff6}.Footer-module__uGaGxG__contactForm textarea{resize:vertical;min-height:80px}.Footer-module__uGaGxG__contactForm button{align-self:flex-start}.Footer-module__uGaGxG__footerBottom{border-top:1px solid #ffffff1a;padding:1.5rem 0}.Footer-module__uGaGxG__footerBottomInner{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;font-size:.85rem;display:flex}@media (max-width:1024px){.Footer-module__uGaGxG__footerGrid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Footer-module__uGaGxG__footerGrid{grid-template-columns:1fr;gap:2rem}.Footer-module__uGaGxG__footerBottomInner{text-align:center;flex-direction:column;gap:.75rem}}
.ScrollToTop-module__GjkRAG__btn{z-index:900;background:linear-gradient(135deg, var(--primary), #0090c7);width:48px;height:48px;color:var(--white);cursor:pointer;opacity:0;pointer-events:none;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(20px)scale(.8);box-shadow:0 4px 20px #00aeef4d}.ScrollToTop-module__GjkRAG__visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.ScrollToTop-module__GjkRAG__btn:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 8px 30px #00aeef66}.ScrollToTop-module__GjkRAG__btn:active{transform:translateY(-1px)scale(.98)}@media (max-width:480px){.ScrollToTop-module__GjkRAG__btn{width:42px;height:42px;bottom:1.25rem;right:1.25rem}}
:root{--primary:#00aeef;--primary-dark:#0090c7;--dark:#222;--dark-light:#333;--text:#555;--text-light:#777;--light:#f5f7fa;--white:#fff;--border:#e0e0e0;--shadow:0 4px 24px #00000014;--shadow-lg:0 8px 40px #0000001f;--radius:12px;--radius-lg:20px;--font-heading:"Poppins", sans-serif;--font-body:"Roboto", sans-serif;--max-width:1200px;--transition:.3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--text);background:var(--white);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-size:16px;font-weight:400;line-height:1.7;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--dark);line-height:1.3}h1{font-size:3rem;font-weight:700}h2{font-size:2.25rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}h4{font-size:1.125rem;font-weight:500}p{margin-bottom:1rem}a{color:var(--primary);transition:color var(--transition);text-decoration:none}a:hover{color:var(--primary-dark)}img{max-width:100%;height:auto}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-dark{background:var(--dark);color:var(--white)}.section-dark h2,.section-dark h3,.section-dark h4{color:var(--white)}.section-light{background:var(--light)}.section-header{text-align:center;max-width:700px;margin:0 auto 3rem}.section-header h2{margin-bottom:1rem}.section-header p{color:var(--text-light);font-size:1.1rem}.btn{font-family:var(--font-heading);cursor:pointer;transition:all var(--transition);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-flex}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 16px #00aeef4d}.btn-outline{color:var(--white);border:2px solid var(--white);background:0 0}.btn-outline:hover{background:var(--white);color:var(--dark)}.btn-outline-dark{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-outline-dark:hover{background:var(--primary);color:var(--white)}@media (max-width:1024px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.25rem}.section{padding:4rem 0}}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}.section{padding:3rem 0}}@media (max-width:480px){h1{font-size:1.75rem}h2{font-size:1.5rem}.section{padding:2.5rem 0}}
