/* =========================================
   SALES AGREEMENT
   Tayfun Silver Wholesale
   ========================================= */

.ts-policy-page {
    --ts-navy: #1f2b44;
    --ts-beige: #e3dacb;
    --ts-ink: #111320;
    --ts-muted: #6b7280;
    --ts-line: #e5e7f0;
    --ts-soft: #f5f7fb;

    background: #ffffff;
    padding: 3rem 0 4rem;
}

.ts-policy-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

@media (min-width: 1024px) {
    .ts-policy-inner {
        padding: 0 2rem;
    }
}

/* Header */

.ts-policy-header {
    margin-bottom: 2.2rem;
}

.ts-policy-eyebrow {
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--ts-navy);
    margin-bottom: 0.6rem;
}

.ts-policy-title {
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 600;
    color: var(--ts-ink);
    margin: 0 0 0.8rem;
}

@media (min-width: 768px) {
    .ts-policy-title {
        font-size: 2rem;
    }
}

.ts-policy-meta {
    font-size: 0.96rem;
    line-height: 1.7;
    color: var(--ts-muted);
    margin: 0 0 0.6rem;
}

.ts-policy-updated {
    font-size: 0.8rem;
    color: var(--ts-muted);
    margin: 0;
}

/* Content */

.ts-policy-content {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--ts-ink);
}

.ts-policy-block {
    padding: 1.3rem 1.1rem 1.1rem;
    border-radius: 18px;
    border: 1px solid var(--ts-line);
    background: var(--ts-soft);
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .ts-policy-block {
        padding: 1.5rem 1.4rem 1.2rem;
    }
}

.ts-policy-block h2 {
    font-size: 1.02rem;
    font-weight: 600;
    margin: 0 0 0.6rem;
    color: var(--ts-ink);
}

.ts-policy-block p {
    margin: 0 0 0.6rem;
    color: var(--ts-ink);
}

.ts-policy-block ul {
    margin: 0.2rem 0 0.4rem 1.1rem;
    padding: 0;
}

.ts-policy-block li {
    margin: 0 0 0.3rem;
    color: var(--ts-muted);
}

/* Links */

.ts-policy-content a {
    color: var(--ts-navy);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.ts-policy-content a:hover {
    text-decoration-thickness: 2px;
}

/* Strong */

.ts-policy-block strong {
    font-weight: 600;
}
