/* --- How it works (mobile) --- */
.policy-content__title {
    font-size: 1.35rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 var(--space-sm) 0;
}

.policy-content__subtitle {
    font-size: 0.95rem;
    color: var(--secondary-text);
    margin: 0 0 var(--space-md) 0;
}

.policy-content__divider {
    border: none;
    border-top: 1px solid var(--border-color);
    margin: 0 0 var(--space-lg) 0;
}

.policy-content__step {
    margin-bottom: var(--space-xl);
}

.policy-content__step-heading {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 var(--space-xs) 0;
}

.policy-content__step-desc {
    font-size: 0.9rem;
    color: var(--secondary-text);
    line-height: 1.55;
    margin: 0;
}

.policy-content__note {
    margin-top: var(--space-md);
    font-size: 0.9rem;
    color: var(--secondary-text);
    line-height: 1.5;
}

.policy-content__note-label {
    color: #2c3e50;
    font-weight: 500;
}

.policy-content__note-highlight {
    color: #9a8b4a;
    font-weight: 600;
}

.policy-content__note-footer {
    margin: var(--space-sm) 0 0 0;
    font-size: 0.9rem;
    color: var(--secondary-text);
    font-style: italic;
}

.policy-content__list {
    list-style: none;
    padding: 0;
    margin: 0 0 var(--space-xl) 0;
}

.policy-content__list-item {
    font-size: 0.95rem;
    color: var(--secondary-text);
    line-height: 1.55;
    margin-bottom: var(--space-sm);
    padding-left: var(--space-md);
    position: relative;
}

.policy-content__list-item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2c3e50;
}

.policy-content__list-item strong {
    color: #2c3e50;
    font-weight: 600;
}

.policy-content__refund {
    color: #2e7d32 !important;
    font-weight: 600;
}

.policy-content__actions {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    gap: var(--space-sm);
    align-items: stretch;
    margin-top: var(--space-2xl);
}

.policy-content__actions .btn-back {
    background: none;
    color: var(--secondary-text);
    font-size: 1rem;
    font-weight: 500;
    padding: var(--space-sm) 0;
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    transition: color 0.2s;
    text-decoration: none;
}

.policy-content__actions .btn-back:hover {
    color: var(--text-color);
}

.policy-content__actions .btn-back,
.policy-content__actions .btn-primary {
    min-height: 44px;
    width: 100%;
    justify-content: center;
}

.policy-content__actions .btn-back i {
    font-size: 0.9rem;
}
