body {
    background: linear-gradient(120deg, #f7fbff 0%, #edf2f8 100%);
    font-size: 15.5px;
    line-height: 1.5;
    color: #1f2937;
}

.navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: sticky;
    top: 0;
    z-index: 1040;
    background: #ffffff !important;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.08);
}

.brand-logo {
    height: 45px;
    width: auto;
    display: block;
}

.policy-card {
    border: 0;
    border-radius: 0.9rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.terms-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.78rem;
    padding: 0.82rem;
    background: #f8f9fb;
    border: 1px solid #e7ebf1;
    border-radius: 0.6rem;
}

.meta-label {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6c757d;
    margin-bottom: 0.2rem;
}

.policy-section {
    margin-bottom: 1rem;
}

.policy-section .h5 {
    font-size: 1.01rem;
    margin-bottom: 0.5rem;
}

.policy-section ul {
    margin-bottom: 0;
    padding-left: 1rem;
}

.policy-section li + li {
    margin-top: 0.24rem;
}

@media (max-width: 767.98px) {
    input,
    select,
    textarea {
        font-size: 16px !important;
    }

    body {
        font-size: 15px;
    }

    .terms-meta {
        grid-template-columns: 1fr;
    }
}
