/**
 * Taskat Product Page — Amber/warm overrides
 *
 * @since 2.0.0
 */

.ez-prod-taskat {
    --product-primary: #92400e;
    --product-accent: #f59e0b;
}

/* Button overrides */
.ez-prod-taskat .ez-btn--primary {
    background: #f59e0b;
    color: #451a03;
}

.ez-prod-taskat .ez-btn--primary:hover {
    background: #d97706;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.4);
    color: #451a03;
}

/* Hero warm glow */
.ez-prod-taskat .ez-prod-hero__shape {
    background: #f59e0b;
}

/* Feature card amber tint */
.ez-prod-taskat .ez-prod-feature:hover {
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.12);
}

/* Section label amber */
.ez-prod-taskat .ez-section-label {
    background: rgba(245, 158, 11, 0.1);
    color: #92400e;
}

/* CTA button on dark background */
.ez-prod-taskat .ez-btn--white {
    color: #92400e;
}

.ez-prod-taskat .ez-btn--white:hover {
    color: #92400e;
}
