@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Playfair+Display:wght@700;900&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html{font-size:90%}:root{--primary:#0d5c63;--primary-light:#0f7580;--primary-dark:#083d42;--secondary:#f4f6f5;--accent:#ff6b35;--text-dark:#1a1a1a;--text-light:#666;--white:#fff;--shadow:0 10px 40px #0d5c631a;--shadow-lg:0 20px 60px #0d5c6326}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#cdfbff}::-webkit-scrollbar-thumb{background-color:#0d5c63;border:2px solid #f1f5f9;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#0d5c57}body{color:var(--text-dark);background:var(--secondary);font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:900}h2{margin-bottom:1rem;font-size:2.5rem}h3{font-size:1.75rem}a{color:inherit;text-decoration:none;transition:all .3s}button{cursor:pointer;border:none;font-family:Poppins,sans-serif;transition:all .3s}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-fade-in-up{animation:.8s ease-out forwards fadeInUp}.animate-fade-in{animation:1s ease-out forwards fadeIn}.animate-slide-in-left{animation:.8s ease-out forwards slideInLeft}.text-primary{color:var(--primary)}.text-accent{color:var(--accent)}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.btn{border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);color:var(--white);box-shadow:0 5px 25px #0d5c634d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0d5c6366}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:var(--white);transform:translateY(-3px)}section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{padding-bottom:1rem;display:inline-block;position:relative}.section-title h2:after{content:"";background:linear-gradient(90deg,var(--primary)0%,var(--accent)100%);border-radius:2px;width:80px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.section-subtitle{color:var(--text-light);margin-top:.5rem;font-size:1.1rem}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}section{padding:3rem 0}.container{padding:0 1.5rem}}
.Header-module__Af2_WG__header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5fafa;border:1px solid #083d42;border-radius:10px;padding:.5rem 0;transition:all .3s;position:fixed;top:.2rem;left:.5rem;right:.5rem;box-shadow:0 10px 20px #00000080}.Header-module__Af2_WG__header.Header-module__Af2_WG__scrolled{padding:.4rem .15rem;box-shadow:0 5px 30px #00000014}.Header-module__Af2_WG__headerContent{justify-content:space-between;align-items:center;display:flex}.Header-module__Af2_WG__logo{align-items:center;gap:1rem;text-decoration:none;transition:transform .3s;display:flex}.Header-module__Af2_WG__logo:hover{transform:scale(1.02)}.Header-module__Af2_WG__logoIcon{width:50px;height:50px;color:var(--primary);transition:all .3s}.Header-module__Af2_WG__scrolled .Header-module__Af2_WG__logoIcon{width:42px;height:42px}.Header-module__Af2_WG__logoText{flex-direction:column;display:flex}.Header-module__Af2_WG__companyName{color:var(--text-dark);letter-spacing:-.5px;font-size:1.9rem;font-weight:700;line-height:1}.Header-module__Af2_WG__tagline{color:var(--primary);letter-spacing:.5px;margin-top:.2rem;font-size:.8rem;font-weight:700}.Header-module__Af2_WG__nav{flex-direction:row;align-items:center;gap:2.5rem;display:flex}.Header-module__Af2_WG__navLink{color:var(--text-dark);font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.Header-module__Af2_WG__navLink:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.Header-module__Af2_WG__navLink:hover{color:var(--primary)}.Header-module__Af2_WG__navLink:hover:after{width:100%}.Header-module__Af2_WG__mobileMenuBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.Header-module__Af2_WG__mobileMenuBtn span{background:var(--text-dark);border-radius:3px;width:25px;height:3px;transition:all .3s}@media (max-width:768px){.Header-module__Af2_WG__logo{gap:.7rem}.Header-module__Af2_WG__logo .Header-module__Af2_WG__nav{flex-direction:column;align-items:flex-start;gap:20px}.Header-module__Af2_WG__logoIcon{object-fit:contain;width:40px;height:40px}.Header-module__Af2_WG__companyName{font-size:1.29rem}.Header-module__Af2_WG__tagline{font-size:.75rem}.Header-module__Af2_WG__mobileMenuBtn{display:flex}.Header-module__Af2_WG__nav{z-index:100;background:#eef7f8;border:1px solid #0b4c52;border-radius:16px;flex-direction:column;align-items:flex-start;gap:1rem;width:70%;height:100vh;max-height:calc(100vh - 200px);padding:15px;transition:right .4s;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:0 20px 40px #00000026}.Header-module__Af2_WG__nav.Header-module__Af2_WG__mobileMenuOpen{width:60%;top:3.5rem;bottom:10rem;right:.1rem}.Header-module__Af2_WG__navLink{width:100%;padding:.1rem -.5rem;font-size:1.2rem}.Header-module__Af2_WG__closeBtn{cursor:pointer;background:0 0;border:none;margin-bottom:20px;font-size:28px;display:none}@media (max-width:768px){.Header-module__Af2_WG__closeBtn{color:#0d5c63;background-color:#eef7f8;align-self:flex-end;margin-bottom:.1px;display:block}}}
.Footer-module__EZoWya__footer{background:linear-gradient(135deg,var(--primary-dark)0%,var(--primary)100%);color:var(--white);padding:4rem 0 1rem}.Footer-module__EZoWya__footerContent{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;display:grid}.Footer-module__EZoWya__footerSection h4{margin-bottom:1.5rem;font-size:1.3rem;font-weight:700}.Footer-module__EZoWya__footerLogo{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Footer-module__EZoWya__logoIcon{width:50px;height:50px;color:var(--white)}.Footer-module__EZoWya__footerLogo h3{margin:0;font-size:1.3rem;font-weight:800;line-height:1}.Footer-module__EZoWya__tagline{opacity:.9;letter-spacing:.5px;margin-top:.3rem;font-size:.75rem;font-weight:500}.Footer-module__EZoWya__description{opacity:.9;font-size:.95rem;line-height:1.8}.Footer-module__EZoWya__linkList{padding:0;list-style:none}.Footer-module__EZoWya__linkList li{margin-bottom:.8rem}.Footer-module__EZoWya__linkList a{color:var(--white);opacity:.9;transition:all .3s;display:inline-block}.Footer-module__EZoWya__linkList a:hover{opacity:1;transform:translate(5px)}.Footer-module__EZoWya__contactList{padding:0;list-style:none}.Footer-module__EZoWya__contactList li{opacity:.9;align-items:flex-start;gap:.8rem;margin-bottom:1.2rem;display:flex}.Footer-module__EZoWya__contactList svg{width:20px;min-width:20px;height:20px;margin-top:.2rem}.Footer-module__EZoWya__contactList a{color:var(--white);transition:opacity .3s}.Footer-module__EZoWya__contactList a:hover{opacity:1}.Footer-module__EZoWya__footerBottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__EZoWya__footerBottom p{opacity:.8;margin:0;font-size:.9rem}.Footer-module__EZoWya__footerLinks{align-items:center;gap:1rem;font-size:.9rem;display:flex}.Footer-module__EZoWya__footerLinks a{color:var(--white);opacity:.8;transition:opacity .3s}.Footer-module__EZoWya__footerLinks a:hover{opacity:10}.Footer-module__EZoWya__footerLinks span{opacity:.5}@media (max-width:768px){.Footer-module__EZoWya__footerContent{grid-template-columns:1fr;gap:2rem}.Footer-module__EZoWya__footerBottom{text-align:center;flex-direction:column;justify-content:center;width:100%}.Footer-module__EZoWya__footerLinks{justify-content:center;width:100%}}
