.legal-body { background: #f2f5f9; }
.legal-header .navbar { box-shadow: 0 12px 40px rgba(23,37,61,.08); }
.legal-shell { width: min(1460px, calc(100% - 40px)); margin: 18px auto 0; }
.legal-hero { position: relative; padding: 95px 0 80px; overflow: hidden; border-radius: 28px; color: #fff; background: linear-gradient(135deg,#061b3d 0%,#073f98 62%,#0872df 120%); }
.legal-hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right,#000,transparent 85%); }
.legal-hero::after { content: ""; position: absolute; right: -90px; top: -190px; width: 470px; height: 470px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.035),0 0 0 120px rgba(255,255,255,.02); }
.legal-hero .container-fluid { position: relative; z-index: 2; }
.legal-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: #8bc9ff; font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.legal-kicker i { font-size: 1rem; }
.legal-hero h1 { max-width: 780px; margin: 0 0 20px; font-family: "Manrope",sans-serif; font-size: clamp(3rem,6vw,5rem); font-weight: 800; line-height: 1; letter-spacing: -.05em; }
.legal-hero p { max-width: 720px; margin-bottom: 28px; color: rgba(255,255,255,.7); font-size: 1.05rem; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 12px; }
.legal-meta span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.06); font-size: .72rem; }
.legal-layout { padding: 70px 0 110px; }
.legal-toc { position: sticky; top: 120px; padding: 24px; border: 1px solid #e2e8f0; border-radius: 20px; background: #fff; box-shadow: 0 15px 40px rgba(29,51,85,.06); }
.legal-toc h2 { margin: 0 0 15px; font-family: "Manrope",sans-serif; font-size: .9rem; font-weight: 800; }
.legal-toc nav { display: grid; gap: 2px; }
.legal-toc a { display: flex; align-items: center; gap: 9px; padding: 7px 9px; border-radius: 8px; color: #6b7585; font-size: .74rem; line-height: 1.35; }
.legal-toc a span { color: #a0a8b4; font-size: .6rem; font-weight: 700; }
.legal-toc a:hover { color: #0755c9; background: #eef5ff; }
.legal-help { margin-top: 18px; padding-top: 17px; border-top: 1px solid #e8ecf1; color: #788292; font-size: .7rem; }
.legal-help a { display: block; margin-top: 4px; color: #0755c9; font-weight: 700; }
.legal-content { padding: 10px 55px 10px 25px; }
.legal-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 48px; }
.summary-tile { padding: 22px; border: 1px solid #dce6f4; border-radius: 16px; background: #fafdff; }
.summary-tile i { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 14px; border-radius: 11px; color: #0755c9; background: #e8f2ff; }
.summary-tile strong { display: block; margin-bottom: 4px; font-family: "Manrope",sans-serif; font-size: .83rem; }
.summary-tile span { display: block; color: #7a8493; font-size: .7rem; line-height: 1.5; }
.legal-section { scroll-margin-top: 125px; padding: 0 0 37px; margin-bottom: 40px; border-bottom: 1px solid #dfe5ec; }
.legal-section:last-child { border-bottom: 0; }
.legal-section h2 { display: flex; align-items: flex-start; gap: 13px; margin: 0 0 18px; font-family: "Manrope",sans-serif; font-size: 1.45rem; font-weight: 800; letter-spacing: -.025em; }
.legal-section h2 .section-index { flex: 0 0 auto; display: grid; place-items: center; width: 29px; height: 29px; margin-top: 1px; border-radius: 9px; color: #0755c9; background: #e9f2ff; font-family: "DM Sans",sans-serif; font-size: .62rem; letter-spacing: .04em; }
.legal-section h3 { margin: 25px 0 10px; font-family: "Manrope",sans-serif; font-size: .95rem; font-weight: 800; }
.legal-section p,.legal-section li { color: #576274; font-size: .9rem; line-height: 1.8; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul { display: grid; gap: 9px; padding-left: 20px; }
.legal-section li::marker { color: #0755c9; }
.legal-section strong { color: #263244; }
.legal-callout { margin: 24px 0; padding: 20px 22px; border-left: 3px solid #0755c9; border-radius: 0 13px 13px 0; color: #526074; background: #eef5ff; font-size: .85rem; }
.legal-callout.warning { border-left-color: #d38a15; background: #fff7e9; }
.legal-callout strong { display: block; margin-bottom: 4px; color: #263244; }
.data-table-wrap { margin: 22px 0; overflow-x: auto; border: 1px solid #dfe5ec; border-radius: 14px; }
.data-table { width: 100%; min-width: 660px; margin: 0; border-collapse: collapse; background: #fff; }
.data-table th,.data-table td { padding: 15px; border-bottom: 1px solid #e8ecf1; text-align: left; vertical-align: top; font-size: .76rem; line-height: 1.6; }
.data-table th { color: #344155; background: #f5f8fc; font-weight: 800; }
.data-table td { color: #657083; }
.data-table tr:last-child td { border-bottom: 0; }
.contact-panel { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px; border-radius: 18px; color: #fff; background: linear-gradient(135deg,#061e43,#0759c9); }
.contact-panel h3 { margin: 0 0 4px; color: #fff; font-size: 1rem; }
.contact-panel p { margin: 0; color: rgba(255,255,255,.62); font-size: .76rem; }
.legal-contact-list { display: grid; gap: 8px; width: min(100%, 410px); }.legal-contact-list a,.legal-contact-list span { display: flex; align-items: flex-start; gap: 9px; padding: 10px 12px; border-radius: 10px; color: #263d60; background: #fff; font-size: .72rem; font-weight: 700; line-height: 1.5; }.legal-contact-list i { flex: 0 0 auto; margin-top: 2px; color: #0755c9; }
.legal-footer { margin-top: 0; }
.legal-footer .footer-bottom div a.active { color: #0755c9; font-weight: 700; }

@media (max-width: 991.98px) {
    .legal-hero { padding: 75px 0 65px; }.legal-toc { position: static; margin-bottom: 35px; }.legal-toc nav { grid-template-columns: repeat(2,1fr); }.legal-content { padding: 0; }.legal-summary { margin-top: 5px; }
}
@media (max-width: 767.98px) {
    .legal-shell { width: calc(100% - 20px); }.legal-hero { border-radius: 20px; padding: 65px 0 55px; }.legal-hero h1 { font-size: 3rem; }.legal-layout { padding: 50px 0 75px; }.legal-toc nav { grid-template-columns: 1fr; }.legal-summary { grid-template-columns: 1fr; }.summary-tile { display: grid; grid-template-columns: 42px 1fr; column-gap: 11px; }.summary-tile i { grid-row: span 2; margin: 0; }.legal-section h2 { font-size: 1.25rem; }.contact-panel { align-items: flex-start; flex-direction: column; }.legal-contact-list { width: 100%; }
}
