/* Terms page — page builder canvas + live site (template 6) */
.t2-static-card {
    max-width: 1140px;
    margin: 0 auto 24px;
    padding: 34px;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}
.t2-static-narrow {
    margin-left: auto;
    margin-right: auto;
}
.t2-rich-content {
    color: #334155;
    font-size: 15px;
    line-height: 1.8;
    max-width: 100%;
}
.t6-terms-card {
    position: relative;
    overflow: hidden;
}
.t6-terms-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #38bdf8);
}
.t6-terms-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8edf3;
}
.t6-terms-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid rgba(59, 130, 246, .18);
    color: #1d4ed8;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.t6-terms-meta-pill--muted {
    background: #f8fafc;
    border-color: #e2e8f0;
    color: #64748b;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0;
}
.t6-terms-body h2,
.t6-terms-body h3,
.t6-terms-body h4 {
    position: relative;
    padding-left: 16px;
    margin-top: 28px;
}
.t6-terms-body h2::before,
.t6-terms-body h3::before,
.t6-terms-body h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: .35em;
    width: 4px;
    height: 1.1em;
    border-radius: 4px;
    background: linear-gradient(180deg, #3b82f6, #38bdf8);
}
.t6-terms-body > :first-child {
    margin-top: 0;
}
.t6-terms-body ul,
.t6-terms-body ol {
    padding-left: 1.35rem;
}
.t6-terms-body li::marker {
    color: #3b82f6;
    font-weight: 700;
}
.t6-terms-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid #e8edf3;
}
.t6-terms-footer p {
    margin: 0;
    color: #64748b;
    font-size: .92rem;
    line-height: 1.55;
    flex: 1 1 220px;
}
.t6-terms-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff !important;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(59, 130, 246, .24);
    transition: transform .2s ease, box-shadow .2s ease;
    white-space: nowrap;
}
.t6-terms-contact-link:hover {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(59, 130, 246, .3);
}
@media (max-width: 991.98px) {
    .t2-static-card {
        padding: 24px;
    }
    .t6-terms-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}
