/* Card Rewards landing, violet theme on TaxBooks focused layout */

.cr-page {
    --tx-primary: #7c3aed;
    --tx-primary-hover: #6d28d9;
    --tx-primary-soft: #ede9fe;
}

.cr-page .tx-brand-mark span {
    color: #7c3aed;
}

.cr-page .tx-hero--focused {
    background:
        radial-gradient(1000px 480px at 12% -8%, rgba(124, 58, 237, 0.2), transparent 58%),
        radial-gradient(820px 420px at 88% 8%, rgba(37, 99, 235, 0.14), transparent 55%),
        linear-gradient(180deg, #f5f3ff 0%, #f8fafc 42%, #eff6ff 100%);
}

.cr-page .tx-hero-flow li::before {
    border-color: rgba(124, 58, 237, 0.35);
    color: #7c3aed;
}

.cr-page .tx-btn-primary {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    box-shadow: 0 10px 22px rgba(124, 58, 237, 0.28);
}

.cr-page .tx-btn-primary:hover {
    box-shadow: 0 14px 28px rgba(124, 58, 237, 0.36);
}

.cr-page .tx-preview-tag--save {
    background: #f5f3ff;
    color: #7c3aed;
}

.cr-page .tx-footer a {
    color: #7c3aed;
}

.cr-page .tx-hero-more a:hover {
    color: #7c3aed;
    border-bottom-color: rgba(124, 58, 237, 0.45);
}

.cr-page .tx-header-user__avatar {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
}
