/*
 * Template 3 — base styles + theme token overrides.
 *
 * Convention: every class carries its own values — no dependency on
 * body class / parent wrapper / site-level CSS vars. Site-wide rules
 * (page-wrapper reset, body padding…) belong in global/base.css so a
 * page can mix elements from multiple templates without conflict.
 *
 * Per-template tokens override under `body.tcdt-color-t3`. Body class is
 * set in inc/fn-setup-body-class.php from Customizer `iw_color_scheme`
 * (which defaults to follow `hf_template_variant`, but can be set
 * independently). Default token list lives in global/base.css.
 *
 * Primary brand: #f56011 (cam).
 */

body.tcdt-color-t3 {
  --iw-accent:        #f56011;
  --iw-accent-strong: #c44d0d;
  --iw-accent-soft:   #fef3eb;

  --iw-price: #f56011;

  --iw-cta-bg:       #f56011;
  --iw-cta-bg-hover: #c44d0d;

  /* CTA gradient nút pill — cặp cam SÁNG theo Figma (1642:47768); KHÔNG dùng
     accent-strong (#c44d0d quá tối làm nút sậm hơn design). */
  --iw-cta-grad-from: #ff8f4b;
  --iw-cta-grad-to:   #ff5c00;

  --iw-banner-grad-from: #ff8438;
  --iw-banner-grad-to:   #c44d0d;
}
