.lp-legal {
    padding: 120px 0 80px;
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
    min-height: calc(100vh - 200px);
    overflow-x: hidden;
}
.lp-legal-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1d1d1f;
    text-align: center;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 24px;
}
.lp-legal-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--lp-primary);
    border-radius: 2px;
}
.lp-legal-lead {
    text-align: center;
    color: var(--lp-text-sub);
    font-size: 0.95rem;
    margin-bottom: 48px;
}
.lp-legal-body {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.07);
    padding: 48px 56px;
}
.lp-legal-section {
    margin-bottom: 40px;
}
.lp-legal-section:last-child {
    margin-bottom: 0;
}
.lp-legal-section h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--lp-primary);
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 3px solid var(--lp-primary);
}
.lp-legal-section p,
.lp-legal-section li {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.8;
}
.lp-legal-section ul {
    padding-left: 1.5em;
    margin-top: 8px;
}
.lp-legal-section li {
    margin-bottom: 4px;
}
.lp-legal-back {
    text-align: center;
    margin-top: 48px;
}
.lp-legal-back a {
    display: inline-block;
    padding: 12px 32px;
    background: var(--lp-primary);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: background 0.2s;
}
.lp-legal-back a:hover {
    background: var(--lp-primary-dark);
}
@media (max-width: 768px) {
    .lp-legal {
        padding: 80px 0 40px;
        overflow: hidden;
    }
    .lp-legal-body {
        max-width: 100%;
        padding: 28px 20px;
    }
}
.lp-privacy {
    padding: 120px 0 80px;
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
    min-height: calc(100vh - 200px);
}
.lp-privacy-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1d1d1f;
    text-align: center;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 24px;
}
.lp-privacy-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--lp-primary);
    border-radius: 2px;
}
.lp-privacy-lead {
    text-align: center;
    color: var(--lp-text-sub);
    font-size: 0.95rem;
    margin-bottom: 48px;
}
.lp-privacy-body {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.07);
    padding: 48px 56px;
}
.lp-privacy-section {
    margin-bottom: 40px;
}
.lp-privacy-section:last-child {
    margin-bottom: 0;
}
.lp-privacy-section h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--lp-primary);
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 3px solid var(--lp-primary);
}
.lp-privacy-section p,
.lp-privacy-section li {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.8;
}
.lp-privacy-section ul {
    padding-left: 1.5em;
    margin-top: 8px;
}
.lp-privacy-section li {
    margin-bottom: 4px;
}
.lp-privacy-back {
    text-align: center;
    margin-top: 48px;
}
.lp-privacy-back a {
    display: inline-block;
    padding: 12px 32px;
    background: var(--lp-primary);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: background 0.2s;
}
.lp-privacy-back a:hover {
    background: var(--lp-primary-dark);
}
@media (max-width: 768px) {
    .lp-privacy {
        padding: 80px 0 40px;
    }
    .lp-privacy-body {
        max-width: 100%;
        padding: 28px 20px;
    }
}