/* Lawyer pages — legal-specific styles only */
/* Base/header/footer styles come from ../style.css */

.hero-logo-large { text-decoration: none; }
.separator { color: rgba(255,255,255,0.4); }

/* === LEGAL CONTENT === */
.legal-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 160px 40px 100px;
    text-align: left;
}

.legal-wrap h1 {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 48px;
    text-align: center;
    color: var(--p-green);
}

.legal-wrap h2 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 12px;
    border-left: 3px solid var(--p-green);
    padding-left: 12px;
}

.legal-wrap p {
    font-size: 14px;
    line-height: 2;
    color: #444;
    margin-bottom: 8px;
}

.legal-wrap ol,
.legal-wrap ul {
    padding-left: 1.5em;
    margin: 4px 0 0;
}

.legal-wrap li {
    font-size: 14px;
    line-height: 2;
    color: #444;
    margin-bottom: 4px;
}

/* privacy.html — important box */
.important {
    background: #fffbe6;
    border: 1px solid #f0d050;
    border-radius: 8px;
    padding: 20px 24px;
    margin: 32px 0;
    font-size: 14px;
    line-height: 2;
    color: #5a4a00;
}

/* terms.html — note box */
.note {
    background: #f8f8f8;
    border-left: 3px solid #ccc;
    padding: 16px 20px;
    margin: 24px 0;
    font-size: 14px;
    line-height: 2;
    color: #555;
}

/* tokushoho.html — info table */
.info-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 48px;
}

.info-table th,
.info-table td {
    padding: 20px 24px;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
}

.info-table th {
    width: 180px;
    font-weight: 700;
    color: #111;
    background: #f8f8f8;
    white-space: nowrap;
}

.info-table td { color: #444; }
.info-table .note {
    background: none;
    border-left: none;
    padding: 0;
    margin: 8px 0 0;
    font-size: 13px;
    color: #888;
}

.legal-wrap .meta {
    margin-top: 64px;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
    font-size: 13px;
    color: #888;
    line-height: 2;
}

/* PDF download link */
.pdf-link {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

.pdf-link a {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #888;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 10px 24px;
    border-radius: 100px;
    transition: 0.2s;
}

.pdf-link a:hover { color: #333; border-color: #888; }

@media (max-width: 640px) {
    .legal-wrap { padding: 120px 20px 60px; }
    .legal-wrap h1 { font-size: 22px; }
    .info-table th { width: 110px; font-size: 13px; }
    .info-table td { font-size: 13px; }
    .info-table th,
    .info-table td { padding: 14px 12px; }
}
