*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Sora,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%}.termos-trigger{background:none;border:none;outline:none;cursor:pointer;font-family:inherit;font-size:inherit;color:inherit;padding:0;display:block;text-align:left}.termos-overlay{display:flex;position:fixed;inset:0;z-index:9999;background:rgba(5,14,30,.88);backdrop-filter:blur(12px);align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s,visibility .25s}.termos-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.termos-box{background:#0c1f3d;border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;position:relative;width:100%;max-width:680px;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 32px 80px rgba(0,0,0,.6);transform:translateY(16px);transition:transform .3s cubic-bezier(.16,1,.3,1)}.termos-overlay.open .termos-box{transform:translateY(0)}.termos-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.termos-header-left{display:flex;align-items:center;gap:10px}.termos-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#07142a,#00c4cc);display:grid;place-items:center;font-weight:800;font-size:12px;color:#fff;flex-shrink:0}.termos-title{font-size:15px;font-weight:600;color:#fff}.termos-sub{font-size:11px;color:rgba(255,255,255,.45)}.termos-close{width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);color:rgba(255,255,255,.6);font-size:20px;cursor:pointer;display:grid;place-items:center;line-height:1;transition:background .15s,color .15s;flex-shrink:0}.termos-close:hover{background:rgba(255,255,255,.1);color:#fff}.termos-body{overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:12px;font-size:13px;line-height:1.65;color:rgba(255,255,255,.7);scrollbar-width:thin;scrollbar-color:rgba(81,175,255,.25) transparent}.termos-body::-webkit-scrollbar{width:4px}.termos-body::-webkit-scrollbar-track{background:transparent}.termos-body::-webkit-scrollbar-thumb{background:rgba(81,175,255,.25);border-radius:99px}.termos-body::-webkit-scrollbar-thumb:hover{background:rgba(81,175,255,.5)}.termos-body a{color:#00c4cc;text-decoration:underline}.termos-intro{color:rgba(255,255,255,.85)}.termos-section-title{font-weight:700;letter-spacing:.08em;text-transform:uppercase}.termos-footer-info,.termos-section-title{font-size:12px;color:rgba(255,255,255,.4);margin-top:8px}.termos-footer-info{border-top:1px solid rgba(255,255,255,.08);padding-top:16px;display:flex;flex-direction:column;gap:8px}.termos-footer-info strong{color:rgba(255,255,255,.6)}@media (max-width:600px){.termos-overlay{padding:0;align-items:flex-end}.termos-box{border-radius:20px 20px 0 0;max-height:90vh}}