body {
    background: #f5f7fb;
}

.content-div {
    padding-top: 28px;
    text-align: left;
}

.container {
    width: 100%;
    max-width: 1180px;
}

.about-modern-page {
    color: #111827;
    padding: 10px 0 44px;
}

.about-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.about-admin-card,
.about-safety-card,
.about-disclaimer-card {
    padding: 28px;
    margin-bottom: 20px;
}

.about-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.about-card-head p {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    color: #0f172a;
}

.about-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #2563eb;
    box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.10);
}

.about-admin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.about-admin-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 16px;
}

.about-admin-item-wide {
    grid-column: 1 / -1;
}

.about-admin-item span {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    color: #64748b;
    font-weight: 800;
}

.about-admin-item strong {
    display: block;
    color: #111827;
    font-size: 14px;
    word-break: break-word;
}

.about-admin-note {
    margin: 16px 0 0;
    color: #64748b;
    font-size: 14px;
}

.about-safety-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    border-color: #fecaca;
    background: linear-gradient(180deg, #ffffff 0%, #fff7f7 100%);
}

.about-safety-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fee2e2;
    color: #dc2626;
    font-size: 28px;
    font-weight: 900;
}

.about-safety-content > strong {
    display: block;
    margin: 0 0 12px;
    color: #991b1b;
    font-size: 20px;
    line-height: 1.3;
}

.about-safety-content p {
    margin: 8px 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.75;
}

.about-safety-content p strong {
    color: #991b1b;
}

.about-safety-content a {
    color: #dc2626;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(220, 38, 38, 0.25);
}

.about-title-block {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

.about-title-block h2 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: -0.03em;
}

.about-title-block p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
}

.about-terms-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.about-term-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px;
    min-height: 120px;
}

.about-term-item h4 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.about-term-item p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.about-footer {
    margin-top: 30px;
    text-align: center;
}

.about-footer div {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
    color: #94a3b8;
    font-size: 12px;
}

@media (max-width: 768px) {
    .content-div {
        padding-top: 18px;
    }

    .about-admin-card,
    .about-safety-card,
    .about-disclaimer-card {
        padding: 20px;
        border-radius: 18px;
    }

    .about-admin-grid,
    .about-terms-grid {
        grid-template-columns: 1fr;
    }

    .about-safety-card {
        grid-template-columns: 1fr;
    }

    .about-safety-icon {
        width: 48px;
        height: 48px;
        border-radius: 16px;
        font-size: 22px;
    }

    .about-title-block h2 {
        font-size: 24px;
    }
}
