/* Legal Pages Styles (Privacy, Terms, Cookies) */

.legal-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.legal-hero {
    position: relative;
    height: 200px;
    background: url('/images/about/volunteer-helping-elderly.webp') center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.legal-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(37, 40, 58, 0.85), rgba(89, 169, 234, 0.7));
}

.legal-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 0 20px;
}

.legal-hero-content h1 {
    font-family: 'Yeseva One', serif;
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.legal-hero-content p {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Content Section */
.legal-content {
    padding: 60px 0;
    background: rgb(237, 241, 245);
    position: relative;
    overflow: hidden;
}

.legal-content .arc {
    position: absolute;
    top: -450px;
    left: -350px;
    width: 750px;
    height: 750px;
    border: 80px solid rgba(200, 215, 230, 0.4);
    border-radius: 50%;
    pointer-events: none;
}

.legal-content .circle-1 {
    position: absolute;
    bottom: -300px;
    right: -200px;
    width: 500px;
    height: 500px;
    border: 80px solid rgba(200, 215, 230, 0.4);
    border-radius: 50%;
    pointer-events: none;
}

.legal-wrapper {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 16px;
    padding: 50px;
    border: 1px solid #eee;
}

.legal-meta {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.legal-wrapper h2 {
    font-family: 'Yeseva One', serif;
    font-size: 1.5rem;
    color: #25283a;
    margin: 40px 0 15px 0;
}

.legal-wrapper h2:first-of-type {
    margin-top: 0;
}

.legal-wrapper h3 {
    font-size: 1.1rem;
    color: #25283a;
    margin: 25px 0 10px 0;
}

.legal-wrapper p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.legal-wrapper ul,
.legal-wrapper ol {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
    padding-left: 25px;
}

.legal-wrapper li {
    margin-bottom: 8px;
}

.legal-wrapper a {
    color: #59A9EA;
    text-decoration: none;
}

.legal-wrapper a:hover {
    text-decoration: underline;
}

.legal-wrapper strong {
    color: #25283a;
}

/* Contact Box */
.legal-contact {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
    margin-top: 40px;
}

.legal-contact h3 {
    margin-top: 0;
    font-family: 'Yeseva One', serif;
}

.legal-contact p {
    margin-bottom: 10px;
}

.legal-contact p:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .legal-hero-content h1 {
        font-size: 2rem;
    }

    .legal-wrapper {
        padding: 30px 25px;
    }

    .legal-wrapper h2 {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .legal-hero {
        height: 150px;
    }

    .legal-wrapper {
        padding: 25px 20px;
    }
}
