:root{--primary-color: #003871;--secondary-color: #FFB300;--white-color: #ffffff;--text-color: var(--primary-color);--footer-text-color: var(--primary-color);--button-text-color: var(--white-color);--icon-hover-bg: rgba(255, 179, 0, .9);--footer-height-desktop: 4rem;--footer-height-mobile: 6rem}body{margin:0;font-family:sans-serif;overflow-x:hidden}[data-astro-cid-wqvzw2bf],[data-astro-cid-wqvzw2bf]:before,[data-astro-cid-wqvzw2bf]:after{box-sizing:border-box}.landing-container[data-astro-cid-wqvzw2bf]{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,var(--primary-color) 0%,var(--white-color) 50%,var(--secondary-color) 100%);width:100%;padding:2rem 1rem;position:relative}.content-wrapper[data-astro-cid-wqvzw2bf]{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:600px;width:100%;margin:auto;color:var(--text-color);padding-bottom:calc(var(--footer-height-desktop) + 2rem)}.logo-container[data-astro-cid-wqvzw2bf]{margin-bottom:3rem;animation:fadeIn 1.2s ease-in-out}.logo[data-astro-cid-wqvzw2bf]{width:200px;height:auto;filter:drop-shadow(0 10px 15px rgba(0,0,0,.1));display:block;margin:0 auto}.button-top[data-astro-cid-wqvzw2bf]{position:absolute;top:20px;right:20px;z-index:100}.button-top-style[data-astro-cid-wqvzw2bf]{width:176px;height:80px;background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.button-top-style[data-astro-cid-wqvzw2bf] img[data-astro-cid-wqvzw2bf]{width:100%;height:100%;object-fit:contain}.button-top-style[data-astro-cid-wqvzw2bf]:hover{transform:scale(1.05)}.button-container[data-astro-cid-wqvzw2bf]{animation:slideUp .8s ease-out .5s both;width:100%;display:flex;justify-content:center;margin-bottom:2.6rem}.cta-button[data-astro-cid-wqvzw2bf]{display:inline-block;background:var(--primary-color);color:var(--button-text-color);font-size:1.25rem;font-weight:500;padding:1rem 2.5rem;border-radius:30px;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 6px #00387133;letter-spacing:.5px;border:none;cursor:pointer}.cta-button[data-astro-cid-wqvzw2bf]:hover{background:#004e9c;color:var(--button-text-color);box-shadow:0 3px 8px #0038714d}.hand-animated-container[data-astro-cid-wqvzw2bf]{display:flex;justify-content:center;align-items:center;width:100%}.hand-animated[data-astro-cid-wqvzw2bf]{width:56px;height:auto;animation:hand-bounce 1.2s ease-in-out infinite alternate;filter:drop-shadow(0 3px 8px rgba(0,56,113,.18));will-change:transform;user-select:none;pointer-events:none;display:block;max-width:100%}.webpay-logo-container[data-astro-cid-wqvzw2bf]{position:fixed;bottom:calc(var(--footer-height-desktop) + 15px);right:20px;z-index:9;animation:fadeIn 1s ease-in-out;transition:transform .3s ease,bottom .3s ease,left .3s ease,right .3s ease}.webpay-logo[data-astro-cid-wqvzw2bf]{width:150px;height:auto;filter:brightness(1);transition:all .3s ease;cursor:default;display:block}.webpay-logo-container[data-astro-cid-wqvzw2bf]:hover{transform:translateY(-3px)}.webpay-logo-container[data-astro-cid-wqvzw2bf]:hover .webpay-logo[data-astro-cid-wqvzw2bf]{filter:brightness(1.1) drop-shadow(0 3px 6px rgba(0,0,0,.2))}.footer[data-astro-cid-wqvzw2bf]{position:fixed;bottom:0;left:0;right:0;width:100%;padding:1rem 0;background-color:transparent;border-top:1px solid rgba(0,56,113,.25);color:var(--footer-text-color);font-size:.9rem;animation:fadeIn 1.5s ease-in-out;z-index:10}.footer-content[data-astro-cid-wqvzw2bf]{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;width:100%}.social-icons[data-astro-cid-wqvzw2bf]{display:flex;gap:8px}.social-icon[data-astro-cid-wqvzw2bf]{color:var(--footer-text-color);font-size:1.2rem;transition:all .3s ease;display:inline-flex;justify-content:center;align-items:center;width:2rem;height:2rem;border-radius:50%;position:relative;overflow:hidden;text-decoration:none}.social-icon[data-astro-cid-wqvzw2bf]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;border-radius:50%;transform:scale(0);transition:transform .3s ease,background-color .3s ease;z-index:-1}.social-icon[data-astro-cid-wqvzw2bf]:hover{color:var(--footer-text-color);transform:translateY(-3px);text-decoration:none}.social-icon[data-astro-cid-wqvzw2bf]:hover:before{transform:scale(1);background-color:var(--icon-hover-bg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hand-bounce{0%{transform:translateY(0)}to{transform:translateY(-15px)}}@media (max-width: 768px){.content-wrapper[data-astro-cid-wqvzw2bf]{padding-bottom:calc(var(--footer-height-mobile) + 2rem);padding-left:1rem;padding-right:1rem}.logo[data-astro-cid-wqvzw2bf]{width:150px}.button-container[data-astro-cid-wqvzw2bf]{margin-bottom:1.7rem}.cta-button[data-astro-cid-wqvzw2bf]{font-size:1.15rem;padding:.9rem 2rem;width:100%;max-width:300px}.hand-animated[data-astro-cid-wqvzw2bf]{width:44px}.footer[data-astro-cid-wqvzw2bf]{border-top:none;padding:.75rem 0;font-size:.85rem}.footer-content[data-astro-cid-wqvzw2bf]{flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:0 1rem;text-align:center}.copyright[data-astro-cid-wqvzw2bf]{order:2}.social-icons[data-astro-cid-wqvzw2bf]{order:1;justify-content:center;margin:0;gap:.75rem}.social-icon[data-astro-cid-wqvzw2bf]{font-size:1.1rem;width:1.8rem;height:1.8rem}.webpay-logo-container[data-astro-cid-wqvzw2bf]{bottom:calc(var(--footer-height-mobile) + 10px);left:50%;transform:translate(-50%);right:auto}.webpay-logo[data-astro-cid-wqvzw2bf]{width:100px;margin-bottom:0}.webpay-logo-container[data-astro-cid-wqvzw2bf]:hover{transform:translate(-50%) translateY(-3px)}.button-top[data-astro-cid-wqvzw2bf]{top:10px;right:10px}.button-top-style[data-astro-cid-wqvzw2bf]{width:140px;height:64px}}@media (max-width: 480px){:root{--footer-height-mobile: 7rem}.logo[data-astro-cid-wqvzw2bf]{width:130px}.cta-button[data-astro-cid-wqvzw2bf]{font-size:1.1rem;padding:.8rem 1.8rem;max-width:280px}.hand-animated[data-astro-cid-wqvzw2bf]{width:38px}.button-container[data-astro-cid-wqvzw2bf]{margin-bottom:1.5rem}.webpay-logo-container[data-astro-cid-wqvzw2bf]{bottom:calc(var(--footer-height-mobile) + 5px)}.webpay-logo[data-astro-cid-wqvzw2bf]{width:90px}.button-top-style[data-astro-cid-wqvzw2bf]{width:120px;height:55px}}@media (max-width: 380px){.logo[data-astro-cid-wqvzw2bf]{width:110px}.cta-button[data-astro-cid-wqvzw2bf]{font-size:1rem;padding:.7rem 1.5rem;max-width:250px}.hand-animated[data-astro-cid-wqvzw2bf]{width:32px}.button-container[data-astro-cid-wqvzw2bf]{margin-bottom:1.2rem}.social-icons[data-astro-cid-wqvzw2bf]{gap:.5rem}.social-icon[data-astro-cid-wqvzw2bf]{font-size:1rem;width:1.7rem;height:1.7rem}.button-top-style[data-astro-cid-wqvzw2bf]{width:100px;height:46px}}html,body{margin:0;width:100%;height:100%;font-family:Roboto,sans-serif}
