-- =========================
-- CATEGORY 1: Offer
-- =========================
INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Offer', 1, 'Card Type: Blue Islamic Credit Card (VISA Signature).', 1, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Offer', 1, 'Campaign Duration: 27 Nov 2025 to 28 Feb 2026.', 2, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Offer', 1, '3 Month Spend Target: AED 30,000.', 3, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Offer', 1, 'AF FAB Rewards Amount: 35,000 (credited as 1,000,000 AF FAB Rewards on meeting spend condition).', 4, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Offer', 1, 'Spend Condition: Retail spend of AED 10,000 per month for three months.', 5, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Offer', 1, 'All cardholders who joined in the first two months can qualify for this offer.', 6, 1);


-- =========================
-- CATEGORY 2: Benefit to customer
-- =========================
INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Benefit to customer', 2, 'All new eligible customers meeting the spend condition and offer terms & conditions will receive 1 Million AF FAB Rewards worth AED 5,000.', 1, 1);


-- =========================
-- CATEGORY 3: Campaign Terms & Conditions
-- =========================
INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Campaign Terms & Conditions', 3, 'Applicable Credit Card: Blue FAB Islamic Credit Card (Visa Signature).', 1, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Campaign Terms & Conditions', 3, 'Campaign Duration: 27 Nov 2025 to 31 Jan 2026.', 2, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Campaign Terms & Conditions', 3, 'Offer Details: Earn AED 5,000 cashback in the form of AF FAB Rewards on meeting the spend condition.', 3, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Campaign Terms & Conditions', 3, 'Spend condition: Retail spend of AED 10,000 per month for three months. Balance Transfer, Quick Cash, and EPP transactions will not be considered or qualify for the offer.', 4, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Campaign Terms & Conditions', 3, 'Offer is only available for customers who apply for the card during the offer period and meet the minimum monthly spend target in the first three months of card issuance.', 5, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Campaign Terms & Conditions', 3, 'New customers to FAB/FAB Islamic or existing customers who have not previously held an AF FAB BLUE credit card can apply for the new Blue Islamic Credit Card under this campaign.', 6, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Campaign Terms & Conditions', 3, 'Customers who spend as per campaign offer terms will qualify for the Rewards.', 7, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Campaign Terms & Conditions', 3, 'Reward shall be credited in the form of AF FAB Rewards within ninety (90) days of the end of the Offer Period.', 8, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Campaign Terms & Conditions', 3, 'To be eligible for the Rewards Offer, customers must be non-delinquent and non-blocked on the Credit Date. Any subsequent payment towards delinquency/block existing on the Credit Date will not entitle the customer to receive the cashback.', 9, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Campaign Terms & Conditions', 3, 'FAB Islamic reserves the right, at its absolute discretion, to exclude any customer deemed engaged in fraudulent activity, misuse of card, or violation of these Terms and Conditions.', 10, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Campaign Terms & Conditions', 3, 'FAB Islamic may exclude customers who breach FAB Islamic Credit Card policy, terms & conditions.', 11, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Campaign Terms & Conditions', 3, 'Any disputes regarding the Reward Offer should be raised with FAB Islamic within 4 months of the end of the Offer Period.', 12, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Campaign Terms & Conditions', 3, 'FAB Islamic Credit Cards Terms and Conditions and Al-Futtaim Blue FAB Islamic Credit Card Rewards Terms & Conditions shall continue to apply.', 13, 1);


-- =========================
-- CATEGORY 4: Reference / Regulatory
-- =========================
INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Reference / Regulatory', 4, 'First Abu Dhabi Bank PJSC is licensed and regulated by the Central Bank of the United Arab Emirates.', 1, 1);

INSERT INTO scroll_popup_terms_conditions
(category_name, category_order, description_point, point_order, is_active)
VALUES
('Reference / Regulatory', 4, 'Registered office address: P.O. Box 6316, Abu Dhabi, United Arab Emirates.', 2, 1);
