.legal-page{padding:clamp(48px,8vw,80px) 0 clamp(64px,10vw,96px);background:var(--gray-50,#f8f9fa)}.legal-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:clamp(40px,6vw,56px)}.legal-summary-card{background:#fff;border:1px solid var(--gray-100,#eee);border-radius:12px;padding:24px;box-shadow:0 4px 24px rgba(0,0,0,.04)}.legal-summary-icon{display:block;font-size:28px;margin-bottom:12px}.legal-summary-card h2{font-size:17px;font-weight:700;color:var(--gray-900,#111);margin:0 0 8px}.legal-summary-card p{font-size:14px;line-height:1.65;color:var(--gray-600,#555);margin:0}.legal-layout{display:grid;grid-template-columns:240px 1fr;gap:clamp(32px,5vw,56px);align-items:start}.legal-toc{position:sticky;top:112px;background:#fff;border:1px solid var(--gray-100,#eee);border-radius:12px;padding:20px}.legal-toc-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500,#777);margin:0 0 12px}.legal-toc ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.legal-toc a{display:flex;align-items:baseline;gap:8px;padding:8px 10px;border-radius:8px;font-size:13px;line-height:1.4;color:var(--gray-700,#444);text-decoration:none;transition:background .15s,color .15s}.legal-toc a:hover{background:var(--gray-50,#f8f9fa);color:var(--red,#c8102e)}.legal-toc-num{flex-shrink:0;font-size:11px;font-weight:800;color:var(--red,#c8102e);min-width:18px}.legal-body{background:#fff;border:1px solid var(--gray-100,#eee);border-radius:16px;padding:clamp(28px,4vw,40px);box-shadow:0 8px 40px rgba(0,0,0,.05)}.legal-section{padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid var(--gray-100,#eee);scroll-margin-top:112px}.legal-section:last-of-type{padding-bottom:0;margin-bottom:0;border-bottom:none}.legal-section-head{display:flex;align-items:center;gap:14px;margin-bottom:16px}.legal-section-num{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--red,#c8102e);color:#fff;font-size:14px;font-weight:800;flex-shrink:0}.legal-section h2{font-size:clamp(20px,2.5vw,24px);font-weight:700;color:var(--gray-900,#111);margin:0;line-height:1.25}.legal-section p{font-size:15px;line-height:1.75;color:var(--gray-700,#444);margin:0 0 14px}.legal-list{margin:8px 0 16px;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:10px}.legal-list li{position:relative;padding-left:22px;font-size:15px;line-height:1.65;color:var(--gray-700,#444)}.legal-list li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:var(--red,#c8102e);opacity:.85}.legal-callout{margin-top:16px;padding:16px 18px;border-radius:10px;border-left:4px solid}.legal-callout strong{display:block;font-size:14px;margin-bottom:6px;color:var(--gray-900,#111)}.legal-callout p{font-size:14px;line-height:1.65;margin:0}.legal-callout--warning{background:#fff8f0;border-color:#e6a23c}.legal-callout--info{background:#f0f7ff;border-color:#409eff}.legal-related{margin-top:32px;padding-top:24px;border-top:1px solid var(--gray-100,#eee);font-size:15px;color:var(--gray-700,#444)}.legal-inline-link{color:var(--red,#c8102e);font-weight:600;text-decoration:none}.legal-inline-link:hover{text-decoration:underline}.legal-cta{margin-top:clamp(40px,6vw,56px);text-align:center;background:var(--ddr-black,#0b0b0b);color:#fff;border-radius:16px;padding:clamp(32px,5vw,48px)}.legal-cta h2{font-size:clamp(22px,3vw,28px);margin:0 0 10px}.legal-cta p{font-size:16px;color:rgba(255,255,255,.75);max-width:520px;margin:0 auto 24px}.legal-cta-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.legal-cta .ddr-btn--ghost{border-color:rgba(255,255,255,.35);color:#fff}.legal-cta .ddr-btn--ghost:hover{background:rgba(255,255,255,.1)}@media (max-width:900px){.legal-layout,.legal-summary{grid-template-columns:1fr}.legal-toc{position:static}.legal-toc ol{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}}@media (max-width:520px){.legal-toc ol{grid-template-columns:1fr}.legal-cta-actions{flex-direction:column;align-items:stretch}.legal-cta-actions .ddr-btn{width:100%;justify-content:center}}