:root{--micro-navy: #002b4b;--micro-navy-2: #001f37;--micro-teal: #4fa4b5;--micro-teal-soft: #dbeef2;--micro-orange: #ff8f3d;--micro-paper: #f6f7f8;--micro-border: rgba(0, 32, 55, .12);--micro-text: #10263a;--micro-muted: #5e6d78;--micro-shadow: 0 18px 44px rgba(0, 32, 55, .12)}.position-relative{position:relative}.position-absolute{position:absolute}.top-50{top:50%}.start-50{left:50%}.translate-middle{transform:translate(-50%,-50%)}.rounded-2{border-radius:.5rem}.w-100{width:100%}.d-none{display:none}.fill-white *{fill:#fff}body.micro-body{margin:0;background:#fff;color:var(--micro-text);font-family:Segoe UI,system-ui,sans-serif;overflow-x:hidden}.micro-body *{box-sizing:border-box}.micro-body a{color:inherit;text-decoration:none}body.micro-body .micro-shell{width:min(1260px,calc(100% - 32px));margin:0 auto}body.micro-body .micro-main{width:100%;margin:0;padding:0 0 5px}.micro-header{position:fixed;inset:0 0 auto;z-index:40;background:#fffffff5;border-bottom:1px solid rgba(0,32,55,.08);backdrop-filter:blur(10px)}body.micro-body .micro-header__inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;width:min(1260px,calc(100% - 32px));margin:0 auto}body.micro-body .micro-brand{display:inline-flex;align-items:center}body.micro-body .micro-brand__fallback{height:40px;display:flex;align-items:center}body.micro-body .micro-header__menu{display:flex;align-items:center;gap:18px;margin-left:auto}body.micro-body .micro-nav{display:flex;align-items:center;flex-wrap:nowrap;gap:20px}body.micro-body .micro-nav__link{color:var(--micro-navy);font-size:14px;font-weight:600;padding:13px 0;border-radius:0;border-bottom:2px solid transparent;line-height:1;white-space:nowrap;background:transparent}body.micro-body .micro-nav__link:hover{color:var(--micro-teal);background:transparent;border-bottom-color:var(--micro-teal)}.micro-menu-toggle{display:none;width:40px;height:40px;border:0;background:transparent;padding:0}.micro-menu-toggle span{display:block;width:20px;height:2px;margin:4px auto;background:var(--micro-navy)}body.micro-body .micro-header__actions{display:flex;align-items:center;gap:0;margin-left:4px;flex-shrink:0}body.micro-body .micro-header__action{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;border:1px solid transparent;font-size:14px;font-weight:600;line-height:1;white-space:nowrap;transition:background-color .16s ease,border-color .16s ease,color .16s ease}body.micro-body .micro-header__action--primary{background:var(--micro-navy);color:#fff;position:relative;z-index:2;border-radius:10px;min-height:40px}body.micro-body .micro-header__action--subtle{background:#e3f0f3;color:#668093;border-radius:10px;margin-left:-26px;padding:10px 15px 10px 35px;display:inline-block;line-height:1;white-space:nowrap}body.micro-body .micro-header__action--accent{background:var(--micro-teal);color:#fff;margin-left:18px;min-height:40px;gap:8px}body.micro-body .micro-header__action--accent svg{width:18px;height:18px;flex:0 0 auto}.footer{background-color:var(--micro-navy);color:#fff;padding:60px 20px 30px;font-family:sans-serif}.footer__shell{max-width:1100px;margin:0 auto}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:50px}.footer__brand{margin-bottom:20px;width:120px}.footer__brand :global(svg){fill:#fff;height:auto}.footer__title{font-size:1rem;font-weight:700;margin-bottom:20px;color:#fff}.footer__links{display:flex;flex-direction:column;gap:12px}.footer__links a{color:#fff;text-decoration:none;font-size:.9rem;opacity:.8;transition:opacity .2s}.footer__links a:hover{opacity:1}.footer__apps{margin-top:20px;display:flex;gap:10px;align-items:center}.footer__app-link{display:inline-block;height:35px}.footer__app-link svg{width:103px!important;height:30px!important}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;text-align:center}.footer__copyright{font-size:.9rem;color:#fff}.floating-actions{position:fixed;right:20px;bottom:20px;z-index:9999;display:flex;align-items:center;gap:12px;pointer-events:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.floating-actions a{pointer-events:auto;text-decoration:none;transition:all .3s cubic-bezier(.23,1,.32,1);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #0000001f}.floating-actions a:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000002e}.action-register{background-color:var(--micro-teal);color:#fff!important;height:52px;padding:0 24px;border-radius:26px;font-weight:700;font-size:1.05rem;gap:10px}.action-register span{white-space:nowrap;line-height:1;margin-top:-1px}.action-register svg{width:24px;height:24px}.action-whatsapp{height:64px;width:64px;background-color:#40c351;border-radius:50%;flex-shrink:0}.action-whatsapp svg{height:38px;width:38px;fill:#fff}@media(max-width:980px){.micro-menu-toggle{display:inline-block}body.micro-body .micro-header__menu{display:none;position:absolute;top:calc(100% + 1px);left:16px;right:16px;margin-left:0;padding:18px;border:1px solid var(--micro-border);border-radius:16px;background:#fff;box-shadow:var(--micro-shadow)}body.micro-body .micro-header__menu.is-open{display:grid}body.micro-body .micro-nav{display:grid;gap:12px}body.micro-body .micro-header__actions{display:grid}.micro-nav__link{border-bottom:0}body.micro-body .micro-button,body.micro-body .micro-header__cta{width:100%}}@media(max-width:768px){.floating-actions{right:15px;bottom:15px}.action-register{height:48px;padding:0 18px;font-size:.9rem}.action-whatsapp{width:54px;height:54px}}@media(max-width:640px){body.micro-body .micro-shell{width:min(100% - 24px,1180px)}}
