.legal-page { margin: 0; background: #f7f9fc; color: #172033; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.legal-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid #e1e7f1; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.legal-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.legal-nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 76px; }
.legal-brand { display: inline-flex; align-items: center; gap: 10px; color: #111827; font-size: 16px; font-weight: 850; text-decoration: none; }
.legal-brand img { width: 36px; height: 36px; }
.legal-nav__links, .legal-nav__actions { display: flex; align-items: center; gap: 18px; }
.legal-nav__links a, .legal-nav__actions a { color: #4b5870; font-size: 13px; font-weight: 750; text-decoration: none; }
.legal-nav__links a[aria-current="page"] { color: #4f46e5; }
.legal-nav__actions .legal-primary { padding: 10px 14px; border-radius: 10px; background: linear-gradient(135deg,#4f46e5,#7c3aed); color: #fff; }
.legal-page .legal-main { width: min(940px, calc(100% - 40px)); max-width: none; margin: 0 auto; padding: 34px 0 72px; }
.legal-page .legal-main > .brand { display: none; }
.legal-breadcrumb { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: #718096; font-size: 13px; font-weight: 700; }
.legal-breadcrumb a { color: #4f46e5; text-decoration: none; }
.legal-page article { margin-top: 0; padding: clamp(25px,5vw,48px); border: 1px solid #dbe3ef; border-radius: 20px; background: #fff; box-shadow: 0 22px 70px rgba(15,23,42,.09); }
.legal-page article h1 { max-width: 760px; margin: 0 0 9px; color: #111827; font-size: clamp(2.1rem,5vw,3.45rem); line-height: 1.04; letter-spacing: -.04em; }
.legal-page article h2 { scroll-margin-top: 100px; }
.legal-page article p, .legal-page article li { max-width: 78ch; }
.legal-page article .links { display: none; }
.legal-footer { border-top: 1px solid #e1e7f1; padding: 44px 0 26px; background: #fff; color: #64748b; }
.legal-footer__grid { display: grid; grid-template-columns: minmax(0,1.2fr) repeat(3,minmax(0,1fr)); gap: 30px; }
.legal-footer__brand p { max-width: 290px; line-height: 1.65; }
.legal-footer__col { display: grid; align-content: start; gap: 10px; }
.legal-footer__col strong { color: #111827; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.legal-footer__col a { color: #64748b; font-size: 13px; font-weight: 700; text-decoration: none; }
.legal-footer__bottom { margin-top: 30px; padding-top: 20px; border-top: 1px solid #e1e7f1; font-size: 12px; }
.legal-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 30; display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border: 2px solid #fff; border-radius: 50%; background: #16a34a; color: #fff; box-shadow: 0 16px 32px rgba(22,163,74,.35); font-size: 12px; font-weight: 900; text-decoration: none; }
@media (max-width: 860px) { .legal-nav { align-items: flex-start; flex-wrap: wrap; padding: 14px 0; } .legal-nav__links { order: 3; width: 100%; overflow-x: auto; padding-bottom: 3px; } .legal-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 560px) { .legal-container, .legal-page .legal-main { width: min(100% - 28px,940px); } .legal-nav__actions > a:first-child { display: none; } .legal-page article { border-radius: 16px; } .legal-footer__grid { grid-template-columns: 1fr; } }
