.static-page {
    background: #f5f7fb;
    color: #343a40;
    font-family: "Segoe UI", Arial, sans-serif;
}

.static-page--privacy {
    color: #333;
}

.static-page .hero {
    padding: 20px 0 50px;
}

.static-page .hero h1 {
    font-weight: 700;
    margin-bottom: 10px;
}

.static-page--privacy .hero h1,
.static-page--license .hero h1,
.static-page--contact .hero h1 {
    font-size: 42px;
}

.static-page .hero p {
    opacity: 0.9;
    margin-bottom: 0;
}

.static-page--terms .hero p {
    margin: 0;
}

.static-page--contact .hero p {
    margin-top: 10px;
    font-size: 18px;
    opacity: 0.95;
}

.static-page .effective-date {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 30px;
    background: #e9f2ff;
    font-weight: 600;
}

.static-page--terms .effective-date {
    margin-top: 10px;
    padding: 6px 14px;
    border: 0;
}

.static-page .static-page-card {
    margin-top: -45px;
    padding: 40px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.static-page--terms .static-page-card {
    margin-top: -40px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.static-page .section {
    margin-bottom: 35px;
}

.static-page .section h4 {
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.static-page--terms ul {
    padding-left: 22px;
}

.static-page--privacy .section ul,
.static-page--license ul,
.static-page--contact .support-list {
    padding-left: 20px;
}

.static-page--privacy .section li,
.static-page--license li {
    margin-bottom: 10px;
}

.static-page--contact .section-title {
    margin-bottom: 18px;
    color: #333;
    font-weight: 600;
}

.static-page--contact .support-list li {
    margin-bottom: 12px;
}

.static-page .info-box,
.static-page .notice-box,
.static-page .restriction-box,
.static-page .platform-box,
.static-page .contact-box {
    padding: 20px;
    border-radius: 8px;
}

.static-page .info-box {
    padding: 18px;
    border-left: 5px solid #0072B4;
    background: #f8f9fa;
}

.static-page--license .notice-box {
    border-left: 5px solid #0072B4;
    background: #eaf4ff;
}

.static-page--license .restriction-box {
    border-left: 5px solid #dc3545;
    background: #fff8f8;
}

.static-page--license .platform-box,
.static-page--contact .contact-box {
    border-left: 5px solid #0072B4;
    background: #f8f9fa;
}

.static-page--contact .notice-box {
    border-left: 5px solid #ffc107;
    background: #fff8e6;
}

.static-page--contact .contact-box h5 {
    color: #0072B4;
    font-weight: 600;
}

.static-page-contact-legacy {
    min-height: 50vh;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .static-page .hero {
        padding: 50px 0;
    }

    .static-page--privacy .hero h1,
    .static-page--license .hero h1,
    .static-page--contact .hero h1 {
        font-size: 32px;
    }

    .static-page .static-page-card {
        margin-top: -30px;
        padding: 25px;
    }

    .static-page--terms .static-page-card {
        margin-top: -25px;
    }
}
