html{scroll-behavior: smooth;}
.legal-content section {scroll-margin-top: 150px;}
main.inner__page{padding:0}
.inner__page > .wrapper__breadcrumb{display:none}
.legal-hero { background: #1a1a1a; color: white; padding: 60px 0; }
.legal-hero h1 {font-size: clamp(29px, 8vw, 44px); font-weight: 800; margin-bottom: 25px; line-height:1}
.legal-hero .update-date { opacity: 0.5; font-size: 14px; }
.legal-layout { display: grid; grid-template-columns: 280px 1fr; gap: 48px; padding: 60px 0; align-items: start; }
.legal-nav { position: sticky; top: 150px; background: white; border-radius: 20px; padding: 28px; border: 1px solid #eee; box-shadow: 0 4px 16px rgba(0,0,0,0.04); }
.legal-nav h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: #999; font-weight: 600; margin-bottom: 16px; }
.legal-nav a { display: block; padding: 10px 14px; border-radius: 10px; text-decoration: none; color: #555; font-size: 14px; font-weight: 500; transition: background 0.2s, color 0.2s; margin-bottom: 4px; }
.legal-nav a:hover { background: #fdf5f2; color: var(--primary-color); }
.legal-content section { margin-bottom: 56px; }
.legal-content section:last-child{margin-bottom:0}
.legal-content h2 { font-size: 26px; font-weight: 700; color: var(--text-black); margin-bottom: 20px; padding-bottom: 14px; border-bottom: 2px solid #fdf5f2; }
.legal-content a {color:var(--primary-color)}
.legal-content a:hover{color:var(--text-black)}
.legal-content h3 { font-size: 18px; font-weight: 600; color: var(--text-black); margin: 24px 0 12px; }
.legal-content p { font-size: 15px; line-height: 1.75; color: #555; margin-bottom: 16px; }
.legal-content ul { padding-left: 20px; }
.legal-content ul li { font-size: 15px; line-height: 1.7; color: #555; margin-bottom: 8px; }
.legal-alert { background: #fdf5f2; border-left: 4px solid var(--primary-color); border-radius: 0 12px 12px 0; padding: 16px 20px; margin: 24px 0; font-size: 15px; color: #555; }
@media (max-width: 900px) { 
.legal-hero {padding: 40px 0; }
	.legal-layout {padding: 40px 0; grid-template-columns: 1fr; } 
	.legal-nav { position: static; } 
	.legal-content section { margin-bottom: 30px; }
	.legal-content section:last-child{margin-bottom:0}
}