-- Populate FAQ data for all 10 campaign niches
-- Run this after adding the FAQ fields

-- 1. HVAC
UPDATE `campaigns` SET
  faq_1_question = 'How often should I service my HVAC system?',
  faq_1_answer = 'We recommend servicing your HVAC system at least twice a year - once in spring before cooling season and once in fall before heating season. Regular maintenance prevents breakdowns, improves efficiency, and extends equipment life.',
  faq_2_question = 'How long does an AC installation take?',
  faq_2_answer = 'Most AC installations are completed in one day. The typical timeframe is 6-8 hours for a complete system replacement. Complex installations requiring ductwork modifications may take 1-2 days.',
  faq_3_question = 'What size AC unit do I need for my home?',
  faq_3_answer = 'The right size depends on your home\'s square footage, insulation, windows, and climate. Our technicians perform a Manual J load calculation to determine the perfect size - oversized units waste energy while undersized units struggle to cool effectively.',
  faq_4_question = 'Do you offer financing options?',
  faq_4_answer = 'Yes! We offer flexible financing options including 0% interest for 72 months on qualifying systems. Our team will help you find a payment plan that fits your budget.',
  faq_5_question = 'What brands do you install and service?',
  faq_5_answer = 'We install and service all major HVAC brands including Carrier, Trane, Lennox, Rheem, Goodman, American Standard, and more. We\'ll help you select the best brand and model for your needs and budget.',
  faq_6_question = 'Is it worth repairing an old AC unit?',
  faq_6_answer = 'Generally, if your unit is over 10-12 years old and the repair cost exceeds 50% of replacement cost, replacement is more economical. We\'ll provide honest recommendations and help you evaluate repair vs. replacement options.',
  faq_7_question = 'Why is my AC running but not cooling?',
  faq_7_answer = 'Common causes include dirty filters, low refrigerant, frozen coils, or a malfunctioning compressor. Our technicians can diagnose the issue and provide same-day repairs in most cases.',
  faq_8_question = 'What is SEER rating and why does it matter?',
  faq_8_answer = 'SEER (Seasonal Energy Efficiency Ratio) measures cooling efficiency. Higher SEER ratings mean lower energy costs. Modern systems range from 14-25 SEER. Upgrading from a 10 SEER to 16 SEER unit can reduce cooling costs by 40%.',
  faq_9_question = 'Do you provide emergency HVAC services?',
  faq_9_answer = 'Yes, we offer 24/7 emergency service for urgent heating and cooling issues. Contact us anytime and we\'ll dispatch a technician to get your system running again.',
  faq_10_question = 'What warranties do you offer on installations?',
  faq_10_answer = 'We provide a 10-year parts and labor warranty on new installations. Manufacturer warranties typically cover parts for 5-10 years, and our workmanship guarantee ensures your complete satisfaction.'
WHERE campaign_key = 'hvac';

-- 2. Plumbing
UPDATE `campaigns` SET
  faq_1_question = 'How do I know if I have a plumbing leak?',
  faq_1_answer = 'Warning signs include unexplained water bills, wet spots on walls/ceilings/floors, mildew odor, running water sounds when fixtures are off, and decreased water pressure. We offer leak detection services using specialized equipment.',
  faq_2_question = 'What causes low water pressure?',
  faq_2_answer = 'Common causes include clogged aerators, corroded pipes, water leaks, partially closed valves, or municipal supply issues. Our plumbers can diagnose and fix most pressure problems quickly.',
  faq_3_question = 'How often should I replace my water heater?',
  faq_3_answer = 'Traditional tank water heaters last 8-12 years while tankless units can last 20+ years. If your unit is over 10 years old and showing signs of rust, leaks, or insufficient hot water, replacement may be wise.',
  faq_4_question = 'Can you fix a running toilet?',
  faq_4_answer = 'Yes! Running toilets usually result from worn flappers, faulty fill valves, or chain issues. These are typically quick, affordable repairs that can save hundreds of gallons of water monthly.',
  faq_5_question = 'What should I never put down my garbage disposal?',
  faq_5_answer = 'Avoid grease, coffee grounds, eggshells, pasta, rice, bones, fibrous vegetables (celery, asparagus), and fruit pits. These can damage the disposal or cause drain clogs.',
  faq_6_question = 'Is a tankless water heater worth the investment?',
  faq_6_answer = 'Tankless heaters cost more upfront but provide endless hot water, last longer, and reduce energy costs by 20-30%. For families with high hot water demand, the investment typically pays for itself in 5-7 years.',
  faq_7_question = 'How can I prevent frozen pipes?',
  faq_7_answer = 'Keep temperatures above 55°F, insulate exposed pipes, seal air leaks, let faucets drip during extreme cold, and open cabinet doors under sinks. If pipes freeze, call us immediately - don\'t attempt to thaw with open flames.',
  faq_8_question = 'Why does my drain keep clogging?',
  faq_8_answer = 'Recurring clogs often indicate deeper issues like tree root invasion, bellied pipes, or buildup in the main line. We use video camera inspection to identify the root cause and provide permanent solutions.',
  faq_9_question = 'Are chemical drain cleaners safe to use?',
  faq_9_answer = 'We don\'t recommend them. Chemical cleaners can damage pipes, especially older ones, and create toxic fumes. Professional drain cleaning with cables or hydro-jetting is safer and more effective.',
  faq_10_question = 'Do you offer plumbing maintenance plans?',
  faq_10_answer = 'Yes! Our annual maintenance plans include comprehensive inspections, priority scheduling, discounted repairs, and can catch small issues before they become expensive emergencies.'
WHERE campaign_key = 'plumbing';

-- 3. Electrical
UPDATE `campaigns` SET
  faq_1_question = 'When should I upgrade my electrical panel?',
  faq_1_answer = 'Consider upgrading if you have frequent breaker trips, a panel over 25 years old, a 60-100 amp service (modern homes need 200 amps), or you\'re adding major appliances or an EV charger.',
  faq_2_question = 'Why do my circuit breakers keep tripping?',
  faq_2_answer = 'Common causes include overloaded circuits, short circuits, ground faults, or faulty breakers. Our electricians can diagnose the issue and recommend solutions like adding circuits or upgrading your panel.',
  faq_3_question = 'How much does it cost to install a ceiling fan?',
  faq_3_answer = 'Basic ceiling fan installation typically ranges from $150-$400 depending on complexity, ceiling height, and if electrical wiring already exists. We provide upfront pricing before starting work.',
  faq_4_question = 'Is aluminum wiring dangerous?',
  faq_4_answer = 'Aluminum wiring used in 1960s-70s homes can be a fire hazard if improperly connected. We recommend inspection and may suggest rewiring or installing special connectors to ensure safety.',
  faq_5_question = 'What is a GFCI outlet and where do I need them?',
  faq_5_answer = 'GFCI (Ground Fault Circuit Interrupter) outlets prevent electrical shocks by cutting power when they detect ground faults. They\'re required in bathrooms, kitchens, garages, basements, and outdoor areas.',
  faq_6_question = 'Can I install a smart home system myself?',
  faq_6_answer = 'Some devices are DIY-friendly, but whole-home systems benefit from professional installation to ensure proper integration, compatibility, and safety. We can design and install comprehensive smart home solutions.',
  faq_7_question = 'How do I know if my home needs rewiring?',
  faq_7_answer = 'Warning signs include flickering lights, buzzing outlets, burning smells, discolored outlets, frequent breaker trips, and homes over 40 years old. Our electricians can assess your system and recommend solutions.',
  faq_8_question = 'What\'s involved in installing an EV charger?',
  faq_8_answer = 'Most Level 2 chargers require a dedicated 240V circuit and 40-50 amp breaker. Installation typically takes 3-5 hours and includes running new wiring, installing the circuit, and mounting the charger.',
  faq_9_question = 'Why do my lights flicker?',
  faq_9_answer = 'Flickering can indicate loose connections, voltage fluctuations, overloaded circuits, or utility issues. Persistent flickering should be inspected by a licensed electrician to prevent fire hazards.',
  faq_10_question = 'Do you offer electrical safety inspections?',
  faq_10_answer = 'Yes! We provide comprehensive safety inspections checking your panel, wiring, outlets, GFCI protection, grounding, and more. We recommend inspections every 3-5 years or before buying/selling a home.'
WHERE campaign_key = 'electrical';

-- 4. Roofing
UPDATE `campaigns` SET
  faq_1_question = 'How long does a roof replacement take?',
  faq_1_answer = 'Most residential roof replacements are completed in 1-3 days depending on size, complexity, and weather. Larger homes or those requiring extensive decking repairs may take longer.',
  faq_2_question = 'When should I replace my roof?',
  faq_2_answer = 'Asphalt shingles typically last 20-25 years. Replace your roof if it\'s nearing this age, has widespread damage, multiple leaks, missing/curling shingles, or significant granule loss in gutters.',
  faq_3_question = 'Will you work with my insurance company?',
  faq_3_answer = 'Yes! We have extensive experience working with insurance claims for storm damage. We\'ll document damage, meet with adjusters, and help ensure you receive fair compensation for necessary repairs.',
  faq_4_question = 'Can you repair just part of my roof?',
  faq_4_answer = 'Yes, we can repair localized damage if your roof is relatively new and in good condition. However, if your roof is over 15 years old or has widespread issues, replacement may be more cost-effective.',
  faq_5_question = 'What type of roofing material should I choose?',
  faq_5_answer = 'The best choice depends on budget, climate, home style, and longevity needs. Asphalt shingles are economical, metal roofs are durable, tile offers elegance, and architectural shingles provide enhanced aesthetics. We\'ll help you evaluate options.',
  faq_6_question = 'How do I know if I have roof damage after a storm?',
  faq_6_answer = 'Look for missing/damaged shingles, dented gutters/vents, granules in gutters, ceiling stains, or daylight through the attic. We offer free storm damage inspections and can assess your roof\'s condition.',
  faq_7_question = 'What causes ice dams and how can I prevent them?',
  faq_7_answer = 'Ice dams form when heat escapes through the roof, melting snow that refreezes at the eaves. Prevent them with proper attic insulation, ventilation, and sealing air leaks. We can assess your attic and recommend improvements.',
  faq_8_question = 'Do you offer roof warranties?',
  faq_8_answer = 'Yes! We provide comprehensive warranties including manufacturer coverage on materials (typically 25-50 years) and our workmanship warranty (10 years). We\'ll explain all warranty details upfront.',
  faq_9_question = 'Should I replace my roof decking?',
  faq_9_answer = 'Decking replacement is necessary if we find rot, water damage, or structural issues during tear-off. We inspect the decking and only replace damaged sections, providing upfront pricing for any additional work needed.',
  faq_10_question = 'Can a new roof reduce my energy bills?',
  faq_10_answer = 'Yes! Modern roofing materials with reflective properties and proper ventilation can reduce attic temperatures by 20-30°F, lowering cooling costs by up to 15%. We can recommend energy-efficient options for your home.'
WHERE campaign_key = 'roofing';

-- 5. Landscaping
UPDATE `campaigns` SET
  faq_1_question = 'How often should my lawn be mowed?',
  faq_1_answer = 'During peak growing season (spring/summer), weekly mowing is ideal. In fall, every 10-14 days works well. Proper mowing height (2.5-3.5 inches for most grasses) promotes healthy, drought-resistant lawns.',
  faq_2_question = 'When is the best time to aerate my lawn?',
  faq_2_answer = 'Aerate cool-season grasses in fall or early spring, and warm-season grasses in late spring through summer. Aerating reduces compaction, improves drainage, and strengthens root systems.',
  faq_3_question = 'Do you offer organic lawn care options?',
  faq_3_answer = 'Yes! We offer organic and eco-friendly lawn care programs using natural fertilizers, biological pest controls, and sustainable practices. These options are safe for children, pets, and the environment.',
  faq_4_question = 'How can I improve my lawn\'s appearance?',
  faq_4_answer = 'Key factors include proper mowing height, adequate watering (1-1.5 inches weekly), regular fertilization, aeration, weed control, and addressing bare spots. We can develop a customized lawn care plan for your specific needs.',
  faq_5_question = 'What\'s included in your landscape design service?',
  faq_5_answer = 'Our design service includes site consultation, concept drawings, plant selection, hardscape planning, irrigation design, 3D renderings, and detailed installation plans. We work with you to create landscapes that match your vision and budget.',
  faq_6_question = 'How much should I water my lawn?',
  faq_6_answer = 'Lawns need 1-1.5 inches of water weekly including rainfall. Water deeply 2-3 times per week rather than daily shallow watering. Early morning watering reduces evaporation and disease risk.',
  faq_7_question = 'When should I mulch my flower beds?',
  faq_7_answer = 'Apply fresh mulch in spring after soil warms and in fall to protect plants through winter. Maintain 2-3 inches of mulch to suppress weeds, retain moisture, and regulate soil temperature.',
  faq_8_question = 'Do you install irrigation systems?',
  faq_8_answer = 'Yes! We design and install custom irrigation systems including sprinklers, drip irrigation, and smart controllers. Proper irrigation saves water, promotes healthy growth, and reduces maintenance time.',
  faq_9_question = 'Can you help with drainage problems?',
  faq_9_answer = 'Absolutely! We solve drainage issues with French drains, catch basins, dry creek beds, grading improvements, and rain gardens. Proper drainage prevents foundation damage, erosion, and landscape problems.',
  faq_10_question = 'What landscape maintenance plans do you offer?',
  faq_10_answer = 'We offer weekly, bi-weekly, and monthly plans including mowing, edging, blowing, trimming, fertilization, weed control, seasonal cleanups, and more. Plans are customized to your property and budget.'
WHERE campaign_key = 'landscaping';

-- 6. Cleaning
UPDATE `campaigns` SET
  faq_1_question = 'What\'s included in a standard house cleaning?',
  faq_1_answer = 'Our standard cleaning includes dusting all surfaces, vacuuming/mopping floors, cleaning bathrooms (toilets, showers, sinks), kitchen cleaning (counters, appliances, sink), and general tidying. We can customize services to your needs.',
  faq_2_question = 'Do I need to be home during the cleaning?',
  faq_2_answer = 'No, most clients provide access and are not home during service. We\'re fully insured and background-checked. You can provide a key, lockbox code, or garage code for secure entry.',
  faq_3_question = 'Are your cleaning products safe for pets and children?',
  faq_3_answer = 'Yes! We use eco-friendly, non-toxic cleaning products that are safe for your family and pets. If you have specific product preferences or allergies, we can accommodate those needs.',
  faq_4_question = 'How long does a house cleaning take?',
  faq_4_answer = 'Standard cleaning for a typical 3-bedroom home takes 2-3 hours with a team of two. Time varies based on home size, condition, and services requested. We\'ll provide an estimate during your consultation.',
  faq_5_question = 'Do you bring your own cleaning supplies?',
  faq_5_answer = 'Yes, we bring all necessary cleaning supplies and equipment. If you prefer we use specific products or your own supplies, we\'re happy to accommodate that request.',
  faq_6_question = 'What\'s the difference between deep cleaning and standard cleaning?',
  faq_6_answer = 'Deep cleaning is more thorough and time-intensive, including baseboards, window sills, light fixtures, inside appliances, detailed bathroom scrubbing, and areas not typically covered in standard cleaning. We recommend deep cleaning initially or seasonally.',
  faq_7_question = 'Do you offer move-in/move-out cleaning?',
  faq_7_answer = 'Yes! Our move-out cleaning ensures your old home is spotless for new owners. Move-in cleaning prepares your new home before unpacking. These are comprehensive cleanings covering every surface and detail.',
  faq_8_question = 'Can you clean my office or commercial space?',
  faq_8_answer = 'Absolutely! We provide commercial cleaning for offices, retail spaces, medical facilities, and more. Services include nightly janitorial service, floor care, window cleaning, and specialized cleaning programs.',
  faq_9_question = 'What if I\'m not satisfied with the cleaning?',
  faq_9_answer = 'Your satisfaction is guaranteed! If you\'re not happy with any aspect of our service, contact us within 24 hours and we\'ll return to address any concerns at no charge.',
  faq_10_question = 'Do you offer recurring cleaning services?',
  faq_10_answer = 'Yes! We offer weekly, bi-weekly, and monthly recurring services at discounted rates. Consistent cleaning schedules maintain your home\'s cleanliness and save you time and effort.'
WHERE campaign_key = 'cleaning';

-- 7. Carpet Cleaning
UPDATE `campaigns` SET
  faq_1_question = 'How often should I have my carpets professionally cleaned?',
  faq_1_answer = 'We recommend professional cleaning every 12-18 months for typical homes. High-traffic areas, homes with pets/children, or allergy sufferers benefit from more frequent cleaning every 6-12 months.',
  faq_2_question = 'How long does carpet cleaning take?',
  faq_2_answer = 'Most homes can be cleaned in 1-3 hours depending on square footage and soil level. Each room takes about 20-30 minutes to clean, and we work efficiently to minimize disruption.',
  faq_3_question = 'How long until my carpets are dry?',
  faq_3_answer = 'Carpets typically dry in 6-12 hours with our hot water extraction method. Using fans and dehumidifiers speeds drying. We use minimal moisture techniques and powerful extraction to reduce drying time.',
  faq_4_question = 'Will carpet cleaning remove pet stains and odors?',
  faq_4_answer = 'Yes! We use enzyme-based treatments that break down pet urine and odors at the molecular level. Severe contamination may require additional treatments or padding replacement for complete odor removal.',
  faq_5_question = 'Is professional carpet cleaning safe for my family?',
  faq_5_answer = 'Absolutely! We use eco-friendly, non-toxic cleaning solutions that are safe for children and pets. Our process removes dirt, allergens, and bacteria, creating a healthier indoor environment.',
  faq_6_question = 'Can you remove all carpet stains?',
  faq_6_answer = 'We successfully remove most stains including wine, coffee, mud, and pet accidents. However, some stains (bleach, dyes, permanent markers) may be permanent. We evaluate each stain and use specialized treatments for best results.',
  faq_7_question = 'Do I need to vacuum before you arrive?',
  faq_7_answer = 'Pre-vacuuming isn\'t required but helps us focus on deep cleaning rather than removing loose dirt. If you can\'t vacuum, our service includes thorough pre-vacuuming before we clean.',
  faq_8_question = 'What\'s the difference between steam cleaning and dry cleaning?',
  faq_8_answer = 'Steam cleaning (hot water extraction) provides the deepest clean, removing embedded dirt and allergens. Dry cleaning uses less water but may not clean as deeply. We recommend steam cleaning for best results and carpet longevity.',
  faq_9_question = 'Will cleaning damage or shrink my carpet?',
  faq_9_answer = 'No! Our certified technicians are trained in proper cleaning methods for all carpet types. We adjust temperature, moisture, and products based on your carpet\'s fiber type and construction.',
  faq_10_question = 'Do you clean area rugs and upholstery?',
  faq_10_answer = 'Yes! We clean area rugs, upholstery, mattresses, and tile/grout. Oriental rugs can be cleaned on-site or at our facility for specialized care. We provide complete fabric and floor cleaning services.'
WHERE campaign_key = 'carpet_cleaning';

-- 8. Windows/Doors
UPDATE `campaigns` SET
  faq_1_question = 'How do I know when to replace my windows?',
  faq_1_answer = 'Replace windows if you feel drafts, have condensation between panes, notice rotting frames, experience high energy bills, or have difficulty opening/closing them. Windows over 20 years old should be evaluated for replacement.',
  faq_2_question = 'What type of windows are most energy efficient?',
  faq_2_answer = 'Double or triple-pane windows with Low-E coatings and argon/krypton gas fills provide best energy efficiency. Vinyl or fiberglass frames with proper installation can reduce energy costs by 15-30%.',
  faq_3_question = 'How long does window installation take?',
  faq_3_answer = 'Most homes (10-12 windows) can be completed in 1-2 days. Each window takes 30-60 minutes to install depending on size and complexity. We work efficiently while ensuring quality installation.',
  faq_4_question = 'Do you offer financing for window replacement?',
  faq_4_answer = 'Yes! We offer flexible financing options with approved credit, including 0% interest promotional periods. Our team will help you find a payment plan that fits your budget.',
  faq_5_question = 'What warranty do you provide on windows?',
  faq_5_answer = 'We offer comprehensive warranties including manufacturer lifetime warranties on glass and frames, plus our installation workmanship warranty. We\'ll explain all warranty coverage during your consultation.',
  faq_6_question = 'Can you match my existing window style?',
  faq_6_answer = 'Absolutely! We offer windows in countless styles including double-hung, casement, sliding, bay, bow, awning, and specialty shapes. We can match your existing architectural style or help you create a fresh look.',
  faq_7_question = 'Will new windows really reduce my energy bills?',
  faq_7_answer = 'Yes! ENERGY STAR certified windows can reduce heating/cooling costs by 15-30% by preventing heat transfer, reducing drafts, and blocking UV rays. The savings often offset the investment within 5-7 years.',
  faq_8_question = 'What\'s the difference between insert and full-frame replacement?',
  faq_8_answer = 'Insert replacement fits new windows into existing frames (faster, less expensive). Full-frame replacement removes everything to the studs (best for damaged frames, improved insulation). We assess your situation and recommend the best approach.',
  faq_9_question = 'Do you install entry and patio doors?',
  faq_9_answer = 'Yes! We install all types of doors including entry doors, patio doors, French doors, storm doors, and garage doors. We offer steel, fiberglass, and wood options with various glass and hardware choices.',
  faq_10_question = 'How do I maintain my new windows?',
  faq_10_answer = 'Vinyl windows require minimal maintenance - just clean glass and frames regularly with mild soap and water. Check and clean weep holes annually. Avoid abrasive cleaners. Lubricate moving parts yearly for smooth operation.'
WHERE campaign_key = 'windows_doors';

-- 9. Garage Doors
UPDATE `campaigns` SET
  faq_1_question = 'How long do garage doors typically last?',
  faq_1_answer = 'Quality garage doors last 15-30 years depending on material, usage, and maintenance. Springs typically need replacement every 7-10 years (10,000-15,000 cycles). Regular maintenance extends both door and opener lifespan.',
  faq_2_question = 'What causes garage door springs to break?',
  faq_2_answer = 'Springs break from normal wear and tear - they\'re rated for a specific number of cycles. Cold weather accelerates breakage. Lack of lubrication and rust also reduce spring life. We offer high-cycle springs for longer life.',
  faq_3_question = 'Can you repair my garage door or does it need replacement?',
  faq_3_answer = 'Many issues including broken springs, cables, rollers, and opener problems are repairable. Severe panel damage, extensive rust, or doors over 20 years old often warrant replacement. We\'ll assess your door and provide honest recommendations.',
  faq_4_question = 'How much does garage door installation cost?',
  faq_4_answer = 'Standard single-door installation ranges from $1,000-$2,500 depending on size, insulation, and features. Double doors run $1,500-$4,000. Custom wood or carriage house styles cost more. We provide free estimates with no obligation.',
  faq_5_question = 'Should I choose an insulated garage door?',
  faq_5_answer = 'Insulated doors are beneficial if your garage is attached, climate-controlled, or used as workspace. They reduce noise, improve energy efficiency, and provide year-round comfort. Insulation adds durability and strength too.',
  faq_6_question = 'What garage door opener features should I consider?',
  faq_6_answer = 'Key features include smartphone control (MyQ, WiFi), battery backup for power outages, ultra-quiet belt drive, security+ rolling codes, and adequate horsepower (1/2 HP for single doors, 3/4-1 HP for double). We\'ll help you choose the right opener.',
  faq_7_question = 'Why is my garage door opener loud?',
  faq_7_answer = 'Chain drive openers are naturally louder than belt drives. Noise can also indicate worn gears, loose hardware, or lack of lubrication. We can service your opener or upgrade to a whisper-quiet belt drive system.',
  faq_8_question = 'How often should I service my garage door?',
  faq_8_answer = 'Annual tune-ups are recommended including lubrication, balance adjustment, safety inspection, and hardware tightening. Regular maintenance prevents breakdowns and extends door life.',
  faq_9_question = 'Can you install a garage door opener on my existing door?',
  faq_9_answer = 'Yes! Most doors are compatible with modern openers. We\'ll assess your door\'s condition, ensure proper balance, and install the appropriate opener. Some very old or heavy doors may need modifications.',
  faq_10_question = 'Do you offer same-day garage door repair?',
  faq_10_answer = 'Yes! We stock common parts and offer same-day service for most repairs including broken springs, cables, and opener issues. Emergency service is available because we understand a non-functioning garage door is a security concern.'
WHERE campaign_key = 'garage_doors';

-- 10. Pest Control
UPDATE `campaigns` SET
  faq_1_question = 'How often should I have pest control service?',
  faq_1_answer = 'Quarterly service (every 3 months) provides best year-round protection against common pests. Some situations require monthly treatments initially, then can transition to quarterly maintenance. We\'ll recommend the right schedule for your needs.',
  faq_2_question = 'Are your pest control products safe for children and pets?',
  faq_2_answer = 'Yes! We use EPA-approved products and apply them according to strict safety protocols. We offer eco-friendly and botanical options for sensitive situations. Products are applied in targeted areas and dry quickly.',
  faq_3_question = 'How long does pest control treatment last?',
  faq_3_answer = 'Interior treatments typically last 60-90 days. Exterior barrier treatments last 90 days with quarterly reapplication. Effectiveness depends on pest pressure, weather, and property conditions. Our quarterly program provides continuous protection.',
  faq_4_question = 'What pests are covered in your general service?',
  faq_4_answer = 'Our general pest control covers ants, spiders, roaches, silverfish, crickets, and other common household pests. Specialized services are available for termites, bed bugs, rodents, mosquitoes, and wildlife.',
  faq_5_question = 'Do I need to leave my home during treatment?',
  faq_5_answer = 'For standard interior treatments, you can stay home. We treat specific areas while avoiding food prep surfaces. For specialized treatments like fogging or heat treatment for bed bugs, temporary evacuation may be required.',
  faq_6_question = 'How do you treat for termites?',
  faq_6_answer = 'We offer both liquid barrier treatments (Termidor) and bait station systems (Sentricon). Treatment choice depends on your home\'s construction and infestation severity. Both methods are effective - we\'ll recommend the best option for your situation.',
  faq_7_question = 'What should I do to prepare for pest control service?',
  faq_7_answer = 'Remove items from under sinks, pull appliances slightly from walls if treating kitchen, ensure access to all rooms, and remove pet bowls during treatment. We\'ll provide specific preparation instructions when scheduling service.',
  faq_8_question = 'Why do I still see pests after treatment?',
  faq_8_answer = 'Some pest activity is normal for 7-10 days as products work. Pests may emerge from hiding or travel through treated areas before dying. If you see activity beyond 2 weeks, contact us for a free re-treatment.',
  faq_9_question = 'Can you get rid of bed bugs?',
  faq_9_answer = 'Yes! We offer multiple bed bug treatment methods including heat treatment, chemical applications, and integrated approaches. Complete elimination typically requires 2-3 treatments. We provide detailed preparation instructions and treatment guarantees.',
  faq_10_question = 'Do you offer wildlife removal services?',
  faq10_answer = 'Yes! We handle raccoons, squirrels, bats, opossums, and other nuisance wildlife through humane trapping and exclusion. We also seal entry points to prevent re-entry and provide damage repair and cleanup services.'
WHERE campaign_key = 'pest_control';

-- 11. Painting
UPDATE `campaigns` SET
  faq_1_question = 'How long does it take to paint a house interior?',
  faq_1_answer = 'A typical 1,500-2,000 sq ft home takes 3-5 days including prep work. Larger homes or those requiring extensive prep (repair, priming) may take 1-2 weeks. We provide detailed timelines during your estimate.',
  faq_2_question = 'What type of paint should I use?',
  faq_2_answer = 'We recommend Sherwin-Williams or Benjamin Moore premium paints. For interiors, use satin/eggshell in living areas, semi-gloss for trim and kitchens, and flat for ceilings. Exteriors require weather-resistant acrylic paints. We\'ll recommend the best products for each surface.',
  faq_3_question = 'Do I need to move my furniture?',
  faq_3_answer = 'We move and cover furniture as part of our service. You should remove small valuables, wall decor, and fragile items. We protect floors, furniture, and fixtures with drop cloths and plastic sheeting.',
  faq_4_question = 'How often should I repaint my home\'s exterior?',
  faq_4_answer = 'Most exteriors need repainting every 5-10 years depending on climate, sun exposure, and paint quality. Wood siding needs painting more frequently than vinyl or brick. We assess condition and recommend the right timing.',
  faq_5_question = 'Can you match my existing paint color?',
  faq_5_answer = 'Yes! We can match any existing color using paint matching technology. If you have the original paint can, brand and color name, or even a paint chip, we can create a perfect match.',
  faq_6_question = 'What\'s included in your painting prep work?',
  faq_6_answer = 'Prep includes cleaning surfaces, repairing holes/cracks, sanding rough areas, caulking gaps, priming bare wood or new drywall, and protecting floors/furniture. Proper prep is essential for quality, long-lasting results.',
  faq_7_question = 'Do you paint kitchen cabinets?',
  faq_7_answer = 'Yes! Cabinet painting is a cost-effective kitchen update. We remove doors/hardware, clean and sand all surfaces, apply primer and multiple coats of durable paint or lacquer, and reinstall everything. Results rival new cabinets at a fraction of the cost.',
  faq_8_question = 'Will paint fumes bother my family?',
  faq_8_answer = 'Modern low-VOC and zero-VOC paints have minimal odor and are safe when dry. We can schedule work when you\'re away if preferred. Ensure good ventilation during and after painting for comfort.',
  faq_9_question = 'How long before I can move furniture back?',
  faq_9_answer = 'Paint is dry to touch in 1-2 hours but needs 24 hours before moving furniture back. Full curing takes 30 days - avoid heavy scrubbing or placing items against walls during this time.',
  faq_10_question = 'Do you repair drywall before painting?',
  faq_10_answer = 'Yes! We repair holes, cracks, water damage, and texture damage as part of our prep work. Extensive damage may require additional charges, but we provide upfront pricing for all needed repairs.'
WHERE campaign_key = 'painting';
