*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;overflow-x:hidden;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#0f766e;text-decoration:none;font-weight:600;transition:color .2s ease,text-decoration-color .2s ease;text-underline-offset:4px}a:hover{color:#0d5f58;text-decoration:underline;text-decoration-thickness:2px}a:focus-visible{outline:2px solid rgba(15,118,110,.6);outline-offset:2px;border-radius:4px}#root{width:100vw;min-height:100vh}*,*:before,*:after{box-sizing:border-box}@media(max-width:968px){button,a,input,select,textarea{min-height:44px}}.home-section{min-height:100vh;display:flex;flex-direction:column;position:relative;padding-bottom:100px}.app-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #0f766e;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.services{width:100vw;min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#dcfce7}.contact-section,.about-section-wrapper,.faq-section-wrapper{min-height:100vh}.transation{display:flex;align-items:center;justify-content:center;padding:25px 0;margin-top:-100px;position:relative;z-index:10;min-height:100px}.navbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#fff;color:#0f172a;height:70px;width:100%;position:relative;box-shadow:0 2px 8px #0000000d;z-index:1000}.logo{height:94px;width:94px;padding:10px;align-items:center;display:flex;z-index:1001;margin:10px}.logo img{width:100%;height:100%;object-fit:contain;animation:logo-ambigram 14s ease-in-out infinite;transform-origin:center;will-change:transform}@keyframes logo-ambigram{0%{transform:rotateY(0) rotateX(0) rotate(0)}25%{transform:rotateY(180deg) rotateX(0) rotate(0)}50%{transform:rotateY(180deg) rotateX(180deg) rotate(0)}75%{transform:rotateY(360deg) rotateX(180deg) rotate(0)}to{transform:rotateY(360deg) rotateX(360deg) rotate(0)}}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;margin-right:20px}.mobile-menu-toggle span{width:30px;height:3px;background:#333;border-radius:10px;transition:all .3s ease;transform-origin:center}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translateY(8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translateY(-8px)}.subheads{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1180px;gap:12px;padding:0 16px}.nav-item{position:relative;display:flex;align-items:center}.nav-item>a{text-decoration:none;color:#0f172a;font-weight:600;padding:10px 14px;display:inline-block;transition:color .2s ease,background .2s ease;font-size:.95rem;border-radius:10px}.nav-item>a:hover,.nav-item>a.active{color:#0f766e;background:#0f766e14}.submenu-toggle{display:none}.mega-menu{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:18px;min-width:760px;width:min(940px,92vw);padding:22px 24px}.nav-item:hover .mega-menu,.nav-item:focus-within .mega-menu,.mega-menu.active{display:grid}.mega-menu-section{display:flex;flex-direction:column}.mega-menu-section h4{font-size:.9rem;font-weight:700;color:#0f766e;margin-bottom:12px;padding:6px 8px;border-radius:8px;background:#0f766e0f;text-transform:uppercase;letter-spacing:.5px}.mega-menu-section a{padding:10px;font-size:.92rem;border-radius:8px}.submenu{position:absolute;top:100%;left:0;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 26px #02302d1f;display:none;min-width:240px;max-width:320px;z-index:60;border-radius:10px;padding:10px 0}.submenu a{display:block;padding:10px 14px;color:#0f172a;text-decoration:none;font-size:.95rem;transition:background .2s ease,color .2s ease;border-radius:8px;margin:2px 8px}.submenu a:hover{background:#0f766e14;color:#0f766e}.nav-item:hover .submenu,.nav-item:focus-within .submenu{display:block}.mobile-contact-btn{display:none}.contact{border:none;border-radius:20px;background-color:#0f766e;color:#fff;padding:12px 20px;font-weight:600;cursor:pointer;margin-right:20px;transition:all .3s ease}.contact:hover{background-color:#0d5f58;transform:translateY(-2px);box-shadow:0 4px 12px #0f766e4d;color:#fff}@media(max-width:968px){.mobile-menu-toggle{display:flex}.desktop-only{display:none}.subheads{position:fixed;top:70px;right:-100%;width:280px;height:calc(100vh - 70px);background:#fff;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:20px 0;box-shadow:-4px 0 12px #0000001a;transition:right .3s ease;overflow-y:auto;z-index:999}.subheads.mobile-open{right:0}.nav-item{width:100%;flex-direction:column;align-items:flex-start;border-bottom:1px solid rgba(0,0,0,.05)}.nav-item>a{width:100%;padding:15px 20px;font-size:1rem}.submenu-toggle{display:block;position:absolute;right:15px;top:10px;background:transparent;border:none;padding:8px 12px;cursor:pointer;color:#666;font-size:12px;transition:transform .3s ease}.submenu-toggle span{transition:transform .3s ease;display:inline-block}.submenu{position:relative;top:0;left:0;width:100%;box-shadow:none;border:none;border-radius:0;padding:0;background:#00000005;max-height:0;overflow:hidden;transition:max-height .3s ease}.submenu.active,.nav-item.submenu-open .submenu{display:block;max-height:1200px}.nav-item.submenu-open .submenu-toggle span{transform:rotate(180deg)}.mega-menu{grid-template-columns:1fr;min-width:100%;padding:0;gap:0}.mega-menu-section{border-bottom:1px solid rgba(0,0,0,.05);padding:10px 0}.mega-menu-section h4{padding-left:20px;margin-bottom:8px;font-size:.85rem}.mega-menu-section a{padding:10px 20px 10px 40px}.submenu a{padding:12px 20px 12px 40px;font-size:.9rem}.nav-item:hover .submenu{display:none}.mobile-contact-btn{display:block;width:100%;padding:20px 20px 100px;border-top:2px solid rgba(0,0,0,.08);margin-top:auto}.mobile-contact-btn .contact{width:100%;margin:0;padding:14px 20px;font-size:1rem}}.app-footer{background:#fff;color:#1a202c;padding:12px 0 5px;font-family:Inter,sans-serif}.footer-container{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 20px;box-sizing:border-box}.footer-inner{gap:20px}.footer-left{display:flex;flex-direction:column;gap:12px;align-items:center;width:100%;background-color:#fff}.footer-logo{height:70px;width:auto;object-fit:cover}.footer-divider{height:1px;background:#0000003f;margin:18px auto;width:90%}.footer-note{max-width:1100px;margin:0 auto;padding:0 20px 20px;color:#11182773;font-size:13px}@media(max-width:900px){.footer-container{flex-direction:column;align-items:flex-start;gap:12px}.footer-nav{flex-wrap:wrap;gap:14px}}.whatsapp-button{position:fixed;bottom:32px;right:32px;display:inline-block;width:240px;height:60px;transition:transform .2s ease,box-shadow .2s ease;z-index:1100;text-decoration:none;border:none;outline:none;background:transparent;padding:0;cursor:pointer}.whatsapp-button:hover{transform:translateY(-3px);outline:none}.whatsapp-button:focus{outline:none;box-shadow:none}.whatsapp-button:focus-visible{outline:none}.whatsapp-button img{width:100%;height:100%;display:block;pointer-events:none}@media(max-width:968px){.whatsapp-button{bottom:24px;right:24px;width:200px;height:50px}}@media(max-width:640px){.whatsapp-button{bottom:20px;right:16px;width:180px;height:45px}}@media(max-width:480px){.whatsapp-button{bottom:16px;right:12px;width:160px;height:40px}}.main-layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%}
