/* LegalV2 - Shared styles for Terms & Privacy V2 pages */
/* Brand: #3d1a6f (purple), #170a29 (dark), #fdb913 (yellow), #ed174c (red) */

/* ── Hero ── */
.lv2-hero {
    background: linear-gradient(135deg, #3d1a6f 0%, #170a29 100%);
    color: #fff;
    padding: 7rem 0 4rem;
    text-align: center;
}
.wv2-page-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 3rem;
    margin-bottom: 1rem;
}
.wv2-accent { color: #fdb913; }
.wv2-page-subtitle {
    font-size: 1.15rem;
    opacity: 0.9;
    max-width: 550px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

/* ── Brand Dots ── */
.lv2-heading-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 1rem 0 1.5rem;
}
.lv2-heading-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
.lv2-hdot-y { background: #fdb913; }
.lv2-hdot-r { background: #ed174c; }
.lv2-hdot-p { background: rgba(255,255,255,0.5); }

/* ── Content Section ── */
.lv2-section { padding: 4rem 0 5rem; }

.lv2-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: #170a29;
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #fdb913;
}
.lv2-content h3:first-child { margin-top: 0; }

.lv2-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #3d1a6f;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.lv2-content p {
    font-size: 1rem;
    color: #444;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.lv2-content a {
    color: #3d1a6f;
    text-decoration: underline;
    font-weight: 500;
}
.lv2-content a:hover { color: #fdb913; }

.lv2-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.lv2-content ul li {
    font-size: 1rem;
    color: #444;
    line-height: 1.75;
    margin-bottom: 0.35rem;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .wv2-page-title { font-size: 2.25rem; }
    .lv2-section { padding: 3rem 0 4rem; }
}
@media (max-width: 575px) {
    .lv2-hero { padding: 5rem 0 3rem; }
    .wv2-page-title { font-size: 1.85rem; }
}
