// First Trip Abroad page data
const FIRST_LANES = [
  {
    id: "passports-docs",
    num: "01",
    topic: "Before You Leave",
    badge: "Start Here",
    title: "Passports",
    titleEm: "& Documents.",
    desc: "The six-month validity rule is real and it will catch you. Applying versus renewing, the photocopy system that works, and what goes in your email versus your bag.",
    count: "18 guides",
    read: "Visas · Documents",
    img: "https://images.unsplash.com/photo-1566438480900-0609be27a4be?w=1600&q=80",
    size: "xl",
  },
  {
    id: "booking-flights",
    num: "02",
    topic: "Getting There",
    title: "Booking Your",
    titleEm: "First Flight.",
    desc: "International fare structures are not domestic fares with more zeros. What carry-on actually means on Lufthansa versus Spirit. How far ahead to book. When to set alerts.",
    count: "24 guides",
    read: "Fares · Routing",
    img: "https://images.unsplash.com/photo-1436491865332-7a61a109cc05?w=1200&q=80",
    size: "md",
  },
  {
    id: "customs-immigration",
    num: "03",
    topic: "Arriving",
    title: "Customs &",
    titleEm: "Immigration.",
    desc: "Declaration forms are not a trap — they are paperwork. The actual border interview lasts 90 seconds. What you can bring back, what stays behind, and what to say.",
    count: "14 guides",
    read: "Borders · Arrivals",
    img: "https://images.unsplash.com/photo-1569154941061-e231b4725ef1?w=1200&q=80",
    size: "md",
  },
  {
    id: "money-abroad",
    num: "04",
    topic: "Spending",
    badge: "High stakes",
    title: "Money",
    titleEm: "Abroad.",
    desc: "ATMs beat airport exchange counters by 6–12%. The 1% Visa foreign transaction fee. No-fee debit cards that actually work internationally. Cash versus card by country.",
    count: "21 guides",
    read: "ATMs · Cards",
    img: "https://images.unsplash.com/photo-1580048915913-4f8f5cb481c4?w=1600&q=80",
    size: "wide",
  },
  {
    id: "phone-data",
    num: "05",
    topic: "Staying Connected",
    title: "Phone",
    titleEm: "& Data.",
    desc: "eSIMs have solved 80% of the international phone problem. What to do before you leave. What to do at the gate. Roaming plans that are not a scam.",
    count: "16 guides",
    read: "eSIM · Roaming",
    img: "https://images.unsplash.com/photo-1512941937669-90a1b58e7e9c?w=1200&q=80",
    size: "sm",
  },
  {
    id: "safety-basics",
    num: "06",
    topic: "Keeping Safe",
    title: "Safety",
    titleEm: "Basics.",
    desc: "Pickpockets prefer the distracted tourist over the alert one. What travel insurance actually covers versus what it doesn't. The things that actually happen versus the things you read about.",
    count: "19 guides",
    read: "Safety · Insurance",
    img: "https://images.unsplash.com/photo-1551632436-cbf8dd35adfa?w=1200&q=80",
    size: "sm",
  },
  {
    id: "cultural-etiquette",
    num: "07",
    topic: "Fitting In",
    title: "Cultural",
    titleEm: "Etiquette.",
    desc: "Tipping is not universal. Dress codes matter at mosques, temples, and a surprising number of European churches. The things that genuinely offend people and the things that don't.",
    count: "22 guides",
    read: "Culture · Customs",
    img: "https://images.unsplash.com/photo-1524492412937-b28074a5d7da?w=1200&q=80",
    size: "sm",
  },
  {
    id: "what-to-pack",
    num: "08",
    topic: "The Bag",
    badge: "Print this",
    title: "What to",
    titleEm: "Pack First.",
    desc: "Twenty-two items that go in any international bag, every time. Not a full packing list — those are a different guide. This is the floor: what you'd regret not having.",
    count: "31 guides",
    read: "Packing · Gear",
    img: "https://images.unsplash.com/photo-1553062407-98eeb64c6a62?w=1600&q=80",
    size: "lg",
  },
];

const FIRST_FAQS = [
  {
    q: "Do I really need travel insurance for my first international trip?",
    a: "For medical coverage, yes. Your domestic health plan usually stops at the border. International medical evacuation — which is when travel insurance earns its price — can cost $50,000 to $250,000 out of pocket. The rest of travel insurance (trip cancellation, lost luggage) is genuinely optional depending on how flexible your plans are and how refundable your bookings are. Buy the medical coverage. Decide about the rest."
  },
  {
    q: "How much cash should I carry internationally?",
    a: "Enough for the first few hours after landing — $100–200 equivalent in local currency is usually enough to cover a taxi and a meal before you find an ATM. Do not exchange money at the airport if you can help it; the rate is typically 8–15% worse than an ATM. Once you're in-country, use ATMs at banks during business hours and use a card that doesn't charge foreign transaction fees for most spending."
  },
  {
    q: "What is the six-month passport rule and does it apply to me?",
    a: "Many countries require that your passport be valid for at least six months beyond your travel dates — not just valid on departure day. This catches more people than almost anything else in first-trip planning. Check your destination's specific requirement before you do anything else. If your passport expires within six months of your planned return date, renew it before you book flights. US passport renewal currently takes 6–8 weeks standard, 2–3 weeks expedited."
  },
  {
    q: "I'm nervous about customs and immigration. What actually happens?",
    a: "You fill out a declaration form on the plane or at a kiosk on arrival. You join a queue — one for citizens, one for visitors. An officer looks at your passport and asks where you're staying and how long you're visiting. You answer honestly and briefly. They stamp your passport. You go to baggage claim. That is the vast majority of border crossings. The stories you've heard mostly involve people who lied on their forms, overstayed previous visas, or were flagged by prior travel. None of those apply to you on your first trip."
  },
  {
    q: "When should I book my first international flight?",
    a: "For most major routes, the sweet spot is 3–6 months out for economy and 6–9 months for business class. Booking too early (over a year out) rarely saves money and sometimes loses it if better fares open up closer in. Booking too late (under 3 weeks out) usually costs significantly more. Set a fare alert the moment you know your destination and dates — Google Flights and Hopper are both reliable — and book when the price drops below its historical average for that route."
  },
];

// Checklist panels — 5 panels for the dark 60-Day Pre-Trip Checklist section
const BUILDER_PANELS = [
  {
    size: "wide",
    tag: "60 DAYS OUT",
    title: "The document window is open.",
    desc: "Check passport validity right now — not the day before. Apply for visas if required. Download the entry requirements for your destination. Scan your passport and email it to yourself. Two copies, two locations.",
  },
  {
    size: "md",
    tag: "45 DAYS OUT",
    title: "Book the flight. Lock the dates.",
    desc: "Research fare history, set alerts, buy when it drops to the historical average. Book seat assignments if the airline charges for them at check-in.",
  },
  {
    size: "md",
    tag: "30 DAYS OUT",
    title: "Sort the money.",
    desc: "Open a no-fee debit card if you don't have one. Notify your main bank of travel dates. Set a daily ATM budget. Research tipping norms for your destination.",
  },
  {
    size: "sm",
    tag: "2 WEEKS OUT",
    title: "Data sorted.",
    desc: "Buy an eSIM for your destination. Test it before you land. Download maps offline. Share your itinerary with one person at home.",
  },
  {
    size: "wide",
    tag: "DAY BEFORE",
    title: "The final twenty minutes.",
    desc: "Pack the 22 essentials, check in online, screenshot your boarding pass, confirm hotel address, download local transit app, charge everything, set two alarms. You are more prepared than 80% of people on that plane. Get some sleep.",
  },
];

const FIRST_DECIDE = [
  { q: "Biggest concern right now…", opts: ["Documents", "Money", "Safety", "Packing"] },
  { q: "You're traveling…", opts: ["Solo", "With a partner", "With family", "Small group"] },
  { q: "Destination type…", opts: ["Western Europe", "Asia/SE Asia", "Latin America", "Middle East/Africa"] },
  { q: "How far out is the trip?", opts: ["Under 30 days", "1–3 months", "3–6 months", "Just researching"] },
];

const FIRST_READING = [
  { tag: "Essentials", duration: "14 min", title: "The Complete First International Trip Checklist" },
  { tag: "Money", duration: "9 min", title: "Why ATMs Beat Airport Exchange", em: "(And Which Cards to Bring.)" },
  { tag: "Documents", duration: "7 min", title: "The Six-Month Passport Rule — A Guide for New Travelers" },
  { tag: "Packing", duration: "8 min", title: "The 22-Item Floor: What Goes in Any International Bag" },
  { tag: "Safety", duration: "11 min", title: "What Actually Happens to First-Time International Travelers" },
  { tag: "Culture", duration: "6 min", title: "The Short List of Cultural Rules That Actually Matter" },
];

Object.assign(window, { FIRST_LANES, FIRST_FAQS, BUILDER_PANELS, FIRST_DECIDE, FIRST_READING });
