/* Privacy and Terms page shell. Loaded by those two pages only.
   Generated from the pages' inline styles -- edit here, not per page. */

.legal-nav { position: sticky; top: 0; z-index: 20; background: rgba(247,247,251,0.88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(10,10,20,0.07); }
.legal-nav-inner { max-width: 1180px; margin: 0 auto; padding: 14px 28px; display: flex; align-items: center; gap: 14px; }
.legal-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.legal-logo img { width: 30px; height: 30px; border-radius: 8px; display: block; }
.legal-logo span { font-weight: 800; font-size: 18px; letter-spacing: -0.02em; }
.legal-nav-spacer { flex: 1; }
.legal-nav-link { text-decoration: none; font-size: 14.5px; font-weight: 600; color: rgba(10,10,20,0.7); padding: 9px 15px; border-radius: 999px; transition: background 0.15s ease, color 0.15s ease; }
.legal-nav-link:hover { background: rgba(10,10,20,0.05); color: #0a0a0a; }
.btn-start:hover { transform: translateY(-1px); opacity: 0.88; }
.legal-head { max-width: 1180px; margin: 0 auto; padding: 64px 28px 0; }
.legal-eyebrow { display: inline-block; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(10,10,20,0.5); background: rgba(10,10,20,0.05); padding: 7px 14px; border-radius: 999px; margin-bottom: 20px; }
.legal-head h1 { font-size: clamp(38px, 5.4vw, 62px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.04; }
.legal-sub { margin-top: 18px; font-size: 17px; line-height: 1.65; color: rgba(10,10,20,0.62); }
.legal-dates { margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(10,10,20,0.09); display: flex; flex-wrap: wrap; gap: 10px 28px; font-size: 13.5px; color: rgba(10,10,20,0.5); }
.legal-dates b { color: rgba(10,10,20,0.75); font-weight: 700; }
.legal-body { max-width: 1180px; margin: 0 auto; padding: 48px 28px 96px; display: grid; grid-template-columns: 1fr 244px; gap: 56px; align-items: start; }
.legal-toc { grid-column: 2; grid-row: 1; }
.legal-toc { position: sticky; top: 96px; }
.legal-toc h2 { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(10,10,20,0.45); margin-bottom: 14px; }
.legal-toc ol { list-style: none; }
.legal-toc a { display: block; text-decoration: none; font-size: 13.5px; line-height: 1.4; color: rgba(10,10,20,0.6); padding: 7px 10px; border-radius: 8px; transition: background 0.15s ease, color 0.15s ease; }
.legal-toc a:hover { background: rgba(10,10,20,0.05); color: #0a0a0a; }
.legal-content { grid-column: 1; grid-row: 1; }
.legal-content { background: #fff; border: 1px solid rgba(10,10,20,0.07); border-radius: 22px; padding: 44px 48px; box-shadow: 0 1px 2px rgba(10,10,20,0.04), 0 12px 32px -18px rgba(10,10,20,0.18); }
.legal-content section + section { margin-top: 44px; }
.legal-content h2 { font-size: 23px; font-weight: 800; letter-spacing: -0.02em; scroll-margin-top: 88px; margin-bottom: 16px; }
.legal-content h3 { font-size: 16px; font-weight: 700; letter-spacing: -0.01em; margin: 26px 0 10px; }
.legal-content p, .legal-content li { font-size: 15.2px; line-height: 1.72; color: rgba(10,10,20,0.72); }
.legal-content p + p { margin-top: 14px; }
.legal-content ul { list-style: none; margin: 12px 0 0; }
.legal-content ul li { position: relative; padding-left: 20px; margin-bottom: 9px; }
.legal-content ul li::before { content: ""; position: absolute; left: 4px; top: 10px; width: 5px; height: 5px; border-radius: 50%; background: rgba(10,10,20,0.28); }
.legal-content strong { color: #0a0a0a; font-weight: 650; }
.legal-content a:not(.callout a) { color: #0a0a0a; text-decoration: underline; text-underline-offset: 2px; }
.callout { margin-top: 18px; padding: 18px 20px; background: #f7f7fb; border: 1px solid rgba(10,10,20,0.07); border-radius: 14px; }
.callout p, .callout li { font-size: 14.6px; }
.callout h3 { margin-top: 0; }
.table-scroll { overflow-x: auto; margin-top: 16px; }
.legal-table { border-collapse: collapse; width: 100%; min-width: 480px; }
.legal-table th, .legal-table td { text-align: left; padding: 12px 14px; font-size: 14.2px; line-height: 1.55; border-bottom: 1px solid rgba(10,10,20,0.08); vertical-align: top; }
.legal-table th { font-weight: 700; color: #0a0a0a; font-size: 13px; text-transform: uppercase; letter-spacing: 0.04em; }
.legal-table td { color: rgba(10,10,20,0.72); }
.legal-table tr:last-child td { border-bottom: none; }
