*{margin:0;padding:0;box-sizing:border-box}
:root{
  --t:#00b894;--tB:#00f5c8;--tD:#0090ff;
  --light:#f4f7fb;--dark:#06101f;
  --w:#eef2f7;--mu:rgba(238,242,247,0.62);
  --dk:#0d1929;--dkT:#1a2a3a;
}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;overflow-x:hidden}
a{color:inherit}
.logo-link{text-decoration:none;display:flex;align-items:center;gap:10px}
.logo-mark{flex-shrink:0;display:block;border-radius:8px;width:34px;height:34px;object-fit:cover}
.nav-legal .logo-mark{width:28px;height:28px;border-radius:6px}
.nav-legal{position:sticky;top:0;z-index:100;padding:14px 48px;display:flex;align-items:center;justify-content:space-between;background:rgba(248,250,252,0.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(10,19,32,0.08)}
.nav-legal-back{color:rgba(13,25,41,0.55);font-size:14px;text-decoration:none;font-family:'DM Sans',sans-serif;display:flex;align-items:center;gap:6px}
.nav-conocenos{position:sticky;top:0;z-index:100;padding:14px 48px;display:flex;align-items:center;justify-content:space-between;background:rgba(6,16,31,0.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,0.06)}
.nav-conocenos-back{color:rgba(238,242,247,0.6);font-size:14px;text-decoration:none;font-family:'DM Sans',sans-serif;display:flex;align-items:center;gap:6px}
.nav-conocenos-links{display:flex;gap:20px;font-size:13px}
.nav-conocenos-links a{color:rgba(238,242,247,0.55);text-decoration:none}
.nav-conocenos-links a:hover{color:var(--tB)}
@media(max-width:768px){.nav-legal,.nav-conocenos{padding:12px 20px}.nav-conocenos-links{display:none}}

/* FOOTER */
.footer-full{position:relative;z-index:1;background:#07111f;border-top:1px solid rgba(0,245,200,0.12);padding:72px 48px 0;color:var(--w)}
.footer-top{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:48px;max-width:1200px;margin:0 auto;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,0.07)}
.footer-brand p{font-size:13px;color:rgba(238,242,247,0.5);line-height:1.72;font-weight:300;margin-top:16px;max-width:220px}
.footer-cmf{margin-top:20px;display:inline-flex;align-items:center;gap:8px;background:rgba(0,245,200,0.07);border:1px solid rgba(0,245,200,0.2);border-radius:8px;padding:8px 12px}
.footer-cmf-dot{width:6px;height:6px;border-radius:50%;background:var(--tB);flex-shrink:0;animation:dp 2.5s infinite}
@keyframes dp{0%,100%{opacity:1}50%{opacity:.2}}
.footer-cmf span{font-size:11px;color:var(--tB);font-weight:500;letter-spacing:0.02em}
.footer-badges{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap;align-items:center}
.footer-badge-btn{display:block;transition:all .25s;border-radius:8px;overflow:hidden}
.footer-badge-btn:hover{opacity:.82;transform:translateY(-1px)}
.footer-col h3{font-family:'Syne',sans-serif;font-weight:700;font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:rgba(238,242,247,0.4);margin-bottom:20px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-col ul li a{font-size:13px;color:rgba(238,242,247,0.62);text-decoration:none;font-weight:300;transition:color .2s ease}
.footer-col ul li a:hover{color:var(--tB)}
.footer-col ul li a.hi{color:rgba(0,245,200,0.8)}
.footer-bottom{max-width:1200px;margin:0 auto;padding:24px 0 28px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}
.footer-bottom small{font-size:12px;color:rgba(238,242,247,0.35)}
.footer-bottom-right{display:flex;gap:20px;flex-wrap:wrap}
.footer-bottom-right a{font-size:12px;color:rgba(238,242,247,0.35);text-decoration:none;transition:color .2s}
.footer-bottom-right a:hover{color:var(--w)}
@media(max-width:1100px){.footer-top{grid-template-columns:1fr 1fr;gap:36px}.footer-brand{grid-column:1/-1}}
@media(max-width:768px){.footer-full{padding:48px 20px 0}.footer-top{grid-template-columns:1fr 1fr;gap:28px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:10px}}
@media(max-width:480px){.footer-top{grid-template-columns:1fr}}
