.policy-section {
    position: relative;
    padding: 80px 0 90px;
    background: #f6f8fc;
}

.policy-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 32px rgba(19, 34, 56, 0.08);
    border: 1px solid #ebeff5;
    overflow: hidden;
}

.policy-intro {
    background: linear-gradient(90deg, #f1f5fb 0%, #ffffff 100%);
    color: #4b5d73;
    font-size: 16px;
    line-height: 1.6em;
    padding: 20px 34px;
    border-bottom: 1px solid #ebeff5;
}

.policy-content {
    padding: 34px;
    color: #23364a;
    font-size: 16px;
    line-height: 1.85em;
    word-break: break-word;
}

.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
    color: #162b45;
    margin: 26px 0 12px;
    line-height: 1.35em;
}

.policy-content h1 {
    font-size: 32px;
    margin-top: 0;
}

.policy-content h2 {
    font-size: 24px;
}

.policy-content h3 {
    font-size: 20px;
}

.policy-content p {
    margin-bottom: 14px;
}

.policy-content ul,
.policy-content ol {
    padding-left: 20px;
    margin-bottom: 14px;
}

.policy-content li {
    margin-bottom: 8px;
}

.policy-content a {
    color: #1e63d6;
    text-decoration: underline;
}

.policy-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.policy-content table th,
.policy-content table td {
    border: 1px solid #e1e7f0;
    padding: 10px 12px;
    text-align: left;
}

.policy-content blockquote {
    margin: 18px 0;
    padding: 14px 18px;
    border-left: 3px solid #1e63d6;
    background: #f7faff;
    color: #334b66;
}

@media only screen and (max-width: 767px) {
    .policy-section {
        padding: 55px 0 60px;
    }

    .policy-intro,
    .policy-content {
        padding: 20px;
    }

    .policy-content h1 {
        font-size: 26px;
    }

    .policy-content h2 {
        font-size: 22px;
    }
}
