.tos-hero {
    padding: 160px 40px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.tos-hero-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(220, 38, 38, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.tos-hero h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.tos-hero p {
    font-size: 15px;
    color: #555;
    position: relative;
    z-index: 1;
}

.tos-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 40px 100px;
}

.tos-intro {
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.tos-intro p {
    font-size: 16px;
    color: #888;
    line-height: 1.6;
}

.tos-section {
    margin-bottom: 40px;
}

.tos-section h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.tos-section h2 i {
    color: #dc2626;
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.tos-section ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 36px;
}

.tos-section ul li {
    font-size: 15px;
    color: #999;
    line-height: 1.6;
    position: relative;
    padding-left: 16px;
}

.tos-section ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: rgba(220, 38, 38, 0.5);
    border-radius: 50%;
}

.tos-agreement {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
}

.tos-agreement p {
    font-size: 15px;
    color: #888;
    line-height: 1.6;
}

.tos-copyright {
    margin-top: 12px;
    font-size: 13px !important;
    color: #444 !important;
}

@media (max-width: 768px) {
    .tos-hero {
        padding: 120px 24px 40px;
    }

    .tos-hero h1 {
        font-size: 32px;
    }

    .tos-content {
        padding: 0 24px 60px;
    }

    .tos-section ul {
        padding-left: 20px;
    }
}
