WhatsApp confirmation No card needed Reschedule free up to 4h before
);
};
// ─────────── FAQ ───────────
const FAQS = [
{ q: 'Is the first consultation really free?', a: 'Yes. The first sit-down, including X-ray review if you bring one, is on us. We use it to listen, examine, and tell you whether you actually need treatment. No pressure, no card on file.' },
{ q: 'How long do Invisalign or braces take?', a: 'Most cases finish between 8 and 24 months depending on complexity. We give you a written timeline on day one and re-confirm it after each adjustment.' },
{ q: 'Do you handle dental emergencies?', a: 'Yes, call +91 93218 59061 directly. We keep buffer slots every day for emergencies and try to see you within 24 hours.' },
{ q: 'Is the root canal really painless?', a: 'Numbing is given proper time to take full effect, then we use rotary instruments and apex locators. Most patients say the procedure is more comfortable than the toothache that brought them in.' },
{ q: 'Do you accept insurance?', a: 'We work with cashless billing for major Indian and corporate insurers. Let us know your provider when you book and we\'ll confirm coverage.' },
{ q: 'Are children seen at both branches?', a: 'Yes. We use behavioural-management techniques with younger children. No straps, no fear-words. Parents stay in the room.' },
];
const FAQSection = () => {
const [open, setOpen] = React.useState(0);
return (