// i18n.jsx — language dictionary + helpers

const STRINGS = {
  en: {
    // Nav
    nav_services: "Services",
    nav_how: "How it works",
    nav_area: "Service area",
    nav_schedule: "Schedule",
    nav_reviews: "Reviews",
    nav_city: "Miami, FL",
    nav_book: "Book a visit",

    // Hero
    hero_pill: "Whole-home maintenance · membership",
    hero_title_a_1: "We treat your",
    hero_title_a_word: "casa",
    hero_title_a_2: "like our own.",
    hero_sub_a: "Stop wasting time hunting for a handyman. One vetted crew for everything that breaks, leaks, or sticks at home. Membership starts at $39.99/mo — cancel anytime after 2 months.",
    hero_cta_book: "Become a member · $39.99/mo",
    hero_cta_how: "How it works",
    hero_cta_included: "See what's included",
    hero_meta_b: "MIAMI · MEMBERSHIP-BASED HOME CARE",
    hero_title_b_1: "The handyman",
    hero_title_b_word: "your house",
    hero_title_b_2: "deserves.",
    hero_sub_b: "One membership for everything your home needs — repairs, install jobs, the door that won't close. Same crew, every time. From $39.99/mo.",
    hero_meta_c: "EST. 2019 · MIAMI, FL · LIC. #CGC1532001",
    hero_title_c_1: "Everything in your home,",
    hero_title_c_word: "quietly",
    hero_title_c_2: "handled.",
    hero_sub_c: "Membership home care for Miami families. One number, one crew, one flat rate from $39.99/mo. We treat your casa like our own.",
    hero_quote_c: '"una casa bien cuidada"',
    hero_floating_next: "NEXT VISIT · TUE 4:00 PM",
    hero_floating_job: "Leaky faucet + caulk re-seal",
    hero_floating_eta: "Rico C. · arriving 3:52",
    hero_floating_review: "Same crew, every visit. They know our house better than we do.",
    hero_floating_attribution: "— Maria L., Coral Gables",
    hero_trust_count: "Family-run · Miami based · Bilingual crew",

    // Services
    svc_eyebrow: "◆ WHAT WE DO",
    svc_title_1: "Four categories.",
    svc_title_2: "One",
    svc_title_3: "phone number.",
    svc_blurb: "Members get the small stuff handled and a real discount on bigger jobs. We solve about 80% of what breaks in a home — without you having to chase a different tech every time.",
    svc_plumbing: "Plumbing",
    svc_electrical: "Electrical",
    svc_carpentry: "Mounts & Install",
    svc_exterior: "Maintenance",
    svc_appliances: "Appliances",
    svc_ac: "AC & Vents",
    svc_plumbing_items: ["Kitchen & bathroom faucets", "Toilet install & hardware", "Sink install & drains", "Garbage disposal"],
    svc_electrical_items: ["Ceiling lights & fans", "Outlets & switches", "Basic electrical repairs", "Light fixtures"],
    svc_carpentry_items: ["TV mounts", "Floating shelves", "Frames & mirrors", "Door knobs & locks"],
    svc_exterior_items: ["Caulking & re-seals", "Hinge & hardware tightening", "Filter swaps", "Small repairs"],
    svc_appliances_items: ["Diagnostics", "Filter swaps", "Dryer vents", "Install & uninstall"],
    svc_ac_items: ["Filter replacement", "Vent cleaning", "Thermostat install", "Quarterly tune-up"],

    // How it works
    how_eyebrow: "◆ HOW IT WORKS",
    how_title_1: "From",
    how_title_word: "broken",
    how_title_2: "to back to normal — in a day.",
    how_blurb: "Most jobs are scheduled within 48 hours. Emergencies (active leak, no power, lock-out) get a callback in 15 minutes and a crew in four hours.",
    how_status: "3 crews available in Miami today",
    how_steps: [
      { title: "Tell us about your casa", body: "Five-minute intake — square footage, age, what's bugging you. We build a profile so the same crew always knows your home." },
      { title: "Pick a time, drop a deposit", body: "Calendar shows real availability. $49 holds the slot and counts toward your first visit. No subscription pressure." },
      { title: "We arrive on time, in uniform", body: "ETA texts at 30 min and 5 min out. Booties on, drop cloths down. We bring our own coffee." },
      { title: "Fix, document, follow up", body: "Photos before and after. Itemized notes in your dashboard. We text in 7 days to make sure it's still right." },
    ],

    // Service Area
    area_eyebrow: "◆ WHERE WE ROAM",
    area_title_1: "Greater Miami,",
    area_title_word: "door",
    area_title_2: "to door.",
    area_blurb: "Sixteen neighborhoods, one drive time promise — under 35 minutes from dispatch to your door, or your visit is free.",
    area_stat_neighborhoods: "NEIGHBORHOODS",
    area_stat_emergency: "EMERGENCY ETA",
    area_stat_days: "A WEEK",
    area_days_value: "7 days",

    // Scheduler
    sch_eyebrow: "◆ BOOK YOUR FIRST VISIT",
    sch_title_1: "Pick a time",
    sch_title_2: "that",
    sch_title_word: "works",
    sch_title_3: ".",
    sch_blurb: "Real-time availability from our Miami crew. $49 holds your slot and counts toward the visit. Cancel up to 12 hours before, no charge.",
    sch_h_licensed: "Licensed & insured",
    sch_h_licensed_b: "FL CGC1532001 · $2M general liability",
    sch_h_refund: "$49 fully refundable",
    sch_h_refund_b: "Deposit applies to your visit. Cancel 12+ hrs ahead, no charge.",
    sch_h_crew: "Same crew, every time",
    sch_h_crew_b: "We assign one home pro to your casa for continuity.",
    sch_crew_today: "Today's Miami crew",
    sch_crew_meta: "3 pros · avg 9 yrs experience",
    sch_steps: ["Service", "Date & time", "Details", "Payment", "Confirmed"],
    sch_step1_title: "What can we help with?",
    sch_step1_blurb: "Pick the visit type. You can describe specifics in the next steps.",
    sch_step2_title: "Pick a date & time",
    sch_step2_tz: "EST · America/New_York",
    sch_step2_pickdate: "Select a date",
    sch_step2_pickdate_hint: "← Pick a date to see available slots",
    sch_step2_legend_avail: "Available",
    sch_step2_legend_closed: "Sundays closed",
    sch_step3_title: "Where should we go?",
    sch_step3_blurb: "We'll text confirmations to your phone.",
    sch_label_name: "FULL NAME",
    sch_label_email: "EMAIL",
    sch_label_phone: "PHONE",
    sch_label_address: "HOME ADDRESS",
    sch_label_notes: "WHAT'S GOING ON? (OPTIONAL)",
    sch_ph_name: "Maria Lopez",
    sch_ph_email: "maria@email.com",
    sch_ph_phone: "(305) 555-0142",
    sch_ph_address: "2455 SW 17th Ave, Miami, FL 33145",
    sch_ph_notes: "Kitchen faucet drips when off; bathroom door sticks in summer.",
    sch_step4_deposit: "Hold your slot with $49",
    sch_step4_full: "Pay in full",
    sch_step4_card: "Card on file",
    sch_step4_deposit_b: "Refundable up to 12 hrs before. Applies to your visit.",
    sch_step4_full_b: "Pay the full estimate now, refundable up to 12 hrs before.",
    sch_step4_card_b: "We'll charge after the visit, only what's owed.",
    sch_total_today: "Total today",
    sch_card_number: "CARD NUMBER",
    sch_expiry: "EXPIRY",
    sch_cvc: "CVC",
    sch_zip: "ZIP",
    sch_secured: "Secured by Stripe · 256-bit TLS · PCI DSS Level 1",
    sch_back: "← Back",
    sch_continue: "Continue →",
    sch_continue_pay: "Continue to payment →",
    sch_processing: "Processing…",
    sch_pay_card_save: "Save card & confirm",
    sch_step5_title_pre: "You're booked,",
    sch_step5_title_default: "neighbor",
    sch_step5_blurb_pre: "Confirmation sent to",
    sch_step5_blurb_post: ". We'll text you 24 hrs and 30 min before your visit.",
    sch_booking: "BOOKING",
    sch_when: "WHEN",
    sch_where: "WHERE",
    sch_crew: "CREW",
    sch_paid: "PAID",
    sch_crew_assigned: "Rico C. (will text on arrival)",
    sch_book_another: "Book another",
    sch_add_cal: "Add to calendar",
    sch_services: [
      { id: "diag", name: "Home Diagnostic Visit", duration: "60 min", desc: "We walk your home, document issues, and propose a plan.", price: 49 },
      { id: "fix", name: "Single Repair Visit", duration: "Up to 2 hr", desc: "One job — leaky faucet, sticky door, fan install. Members save 30%.", price: 49 },
      { id: "tune", name: "Quarterly Tune-Up", duration: "2–3 hr", desc: "Filter swaps, caulk re-seals, smoke detectors, hinge tightening.", price: 49 },
      { id: "emer", name: "Emergency (4-hr ETA)", duration: "ASAP", desc: "Active leak, no power, lock-out. Members only.", price: 99 },
    ],
    sch_hold: "HOLD",
    months: ["January","February","March","April","May","June","July","August","September","October","November","December"],
    months_short: ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],
    dow: ["Su","Mo","Tu","We","Th","Fr","Sa"],
    dow_full: ["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],

    // Testimonials
    rev_eyebrow: "◆ NEIGHBORS WHO TRUST US",
    rev_title_1: "Real Miami homes,",
    rev_title_word: "one",
    rev_title_2: "very loyal crew.",
    rev_meta: "Verified · Miami members",
    rev_member: "member since 2024",
    reviews: [
      { name: "Maria L.", area: "Coral Gables", body: "Same crew, every visit. They know our 1962 house better than we do. Last week Rico noticed our water heater was about to go and replaced it before it flooded the garage." },
      { name: "Daniel K.", area: "Brickell", body: "The $49 deposit thing is brilliant — I stopped calling random handymen who never show. Membership pays for itself in two visits." },
      { name: "Anabel T.", area: "Coconut Grove", body: "Booked Sunday night, fixed Monday morning. They documented everything in the app so I could send it to my landlord." },
      { name: "Jorge R.", area: "Little Havana", body: "Mi casa, su problema. They speak English and Spanish, treat my abuela's house with respect, and the prices are honest." },
    ],

    // Membership
    mem_eyebrow: "◆ MEMBERSHIP",
    mem_title_1: "Pick the plan that fits",
    mem_title_2: "your",
    mem_title_word: "casa",
    mem_title_3: ".",
    mem_blurb: "A flat monthly rate to keep your home running. Cancel anytime after 2 months — no contracts, no fine print.",
    mem_popular: "MOST POPULAR",
    mem_choose: "Choose",
    mem_per: "month",
    tiers: [
      { name: "Basic", price: 39.99, desc: "Get started without commitment", features: ["1 home visit per month","Up to 1 hour per visit","Basic repairs covered","48-hour response time","Materials sold separately"] },
      { name: "Pro", price: 69.99, desc: "Where the membership really pays off", features: ["2 visits per month included","Up to 2 hours per visit","Priority scheduling (24–36 hrs)","Discount on bigger jobs","Same trusted crew, every time"] },
      { name: "Premium", price: 99.99, desc: "Larger homes or hands-off owners", features: ["4 visits per month included","VIP priority — same or next day","Direct support, we resolve it now","Small materials included (screws, seals)","Annual home health report"] },
    ],

    // Rules
    rules_eyebrow: "◆ CLEAR RULES",
    rules_title_1: "Honest scope,",
    rules_title_word: "no surprises",
    rules_title_2: ".",
    rules_blurb: "We tell you up front what's covered, what isn't, and how long a visit can take. That's how the membership keeps working — for you and for us.",
    rules_yes_h: "WHAT'S INCLUDED",
    rules_no_h: "OUT OF SCOPE",
    rules_extra_h: "FINE PRINT (THE GOOD KIND)",
    rules_yes_items: ["Basic plumbing fixtures", "Basic electrical work", "Mounts, shelves & install", "Caulking, sealing & finishes", "Small hardware swaps"],
    rules_no_items: ["Major plumbing or repipes", "Complex electrical work", "Remodels & demolition", "Roof or structural repairs"],
    rules_extra_items: ["Set time limit per visit (clear up front)", "Service area: Miami & nearby zones", "Extra visits = additional charge", "Materials sold at cost on bigger jobs"],

    // Footer
    foot_blurb: "Whole-home maintenance for Miami families. We treat your casa like our own — because mostly, we live in this neighborhood too.",
    foot_addr: ["FixMyCasa, LLC","2455 SW 17th Ave, Miami FL 33145","FL CGC1532001 · Bonded · Insured"],
    foot_services_h: "SERVICES",
    foot_company_h: "COMPANY",
    foot_hello_h: "HELLO",
    foot_company_items: ["About us", "Our crews", "Service area", "Membership", "Press", "Careers"],
    foot_hours: "Mon–Sat · 7am–7pm",
    foot_emergencies: "Emergencies 24/7",
    foot_copyright: "© 2026 FixMyCasa, LLC · Made with love in Miami",
    foot_terms: "Terms",
    foot_privacy: "Privacy",
    foot_sitemap: "Sitemap",
  },

  es: {
    nav_services: "Servicios",
    nav_how: "Cómo funciona",
    nav_area: "Área de servicio",
    nav_schedule: "Agendar",
    nav_reviews: "Reseñas",
    nav_city: "Miami, FL",
    nav_book: "Reservar visita",

    hero_pill: "Mantenimiento integral del hogar · membresía",
    hero_title_a_1: "Cuidamos tu",
    hero_title_a_word: "casa",
    hero_title_a_2: "como la nuestra.",
    hero_sub_a: "Deja de perder tiempo buscando handyman. Una cuadrilla de confianza para todo lo que se rompe, gotea o se atasca en casa. Membresía desde $39.99/mes — cancela cuando quieras después de 2 meses.",
    hero_cta_book: "Hazte miembro · $39.99/mes",
    hero_cta_how: "Cómo funciona",
    hero_cta_included: "Qué incluye",
    hero_meta_b: "MIAMI · CUIDADO DEL HOGAR POR MEMBRESÍA",
    hero_title_b_1: "El handyman que",
    hero_title_b_word: "tu casa",
    hero_title_b_2: "merece.",
    hero_sub_b: "Una membresía para todo lo que tu casa necesita — reparaciones, instalaciones, esa puerta que no cierra. La misma cuadrilla, siempre. Desde $39.99/mes.",
    hero_meta_c: "DESDE 2019 · MIAMI, FL · LIC. #CGC1532001",
    hero_title_c_1: "Todo en tu hogar,",
    hero_title_c_word: "tranquilamente",
    hero_title_c_2: "resuelto.",
    hero_sub_c: "Cuidado del hogar por membresía para familias de Miami. Un número, una cuadrilla, una cuota fija desde $39.99/mes. Cuidamos tu casa como la nuestra.",
    hero_quote_c: '"una casa bien cuidada"',
    hero_floating_next: "PRÓXIMA VISITA · MAR 4:00 PM",
    hero_floating_job: "Llave que gotea + sellado",
    hero_floating_eta: "Rico C. · llega 3:52",
    hero_floating_review: "La misma cuadrilla, cada visita. Conocen nuestra casa mejor que nosotros.",
    hero_floating_attribution: "— Maria L., Coral Gables",
    hero_trust_count: "Negocio familiar · Basados en Miami · Cuadrilla bilingüe",

    svc_eyebrow: "◆ LO QUE HACEMOS",
    svc_title_1: "Cuatro categorías.",
    svc_title_2: "Un",
    svc_title_3: "solo número.",
    svc_blurb: "Los miembros resuelven lo pequeño sin esperar y reciben descuento en lo grande. Cubrimos cerca del 80% de lo que se rompe en una casa — sin que tengas que llamar a un técnico distinto cada vez.",
    svc_plumbing: "Plomería",
    svc_electrical: "Electricidad",
    svc_carpentry: "Montajes e Instalación",
    svc_exterior: "Mantenimiento",
    svc_appliances: "Electrodomésticos",
    svc_ac: "AC y Ventilación",
    svc_plumbing_items: ["Llaves de cocina y baño", "Inodoros y herrajes", "Fregaderos y desagües", "Triturador de basura"],
    svc_electrical_items: ["Lámparas y ventiladores de techo", "Tomacorrientes y switches", "Reparaciones eléctricas básicas", "Luminarias"],
    svc_carpentry_items: ["Soportes de TV", "Estantes flotantes", "Cuadros y espejos", "Llavines de puertas"],
    svc_exterior_items: ["Sellados y caulk", "Ajuste de bisagras y herrajes", "Cambio de filtros", "Pequeñas reparaciones"],
    svc_appliances_items: ["Diagnósticos", "Cambio de filtros", "Ductos de secadora", "Instalación"],
    svc_ac_items: ["Cambio de filtros", "Limpieza de ductos", "Instalación termostato", "Mantenimiento trimestral"],

    how_eyebrow: "◆ CÓMO FUNCIONA",
    how_title_1: "De",
    how_title_word: "roto",
    how_title_2: "a normal — en un día.",
    how_blurb: "La mayoría de los trabajos se agendan en 48 horas. Emergencias (fuga activa, sin luz, te quedaste afuera) reciben llamada en 15 minutos y cuadrilla en cuatro horas.",
    how_status: "3 cuadrillas disponibles hoy en Miami",
    how_steps: [
      { title: "Cuéntanos sobre tu casa", body: "Cuestionario de cinco minutos — pies cuadrados, edad, qué te molesta. Creamos un perfil para que la misma cuadrilla siempre conozca tu hogar." },
      { title: "Elige hora, paga depósito", body: "El calendario muestra disponibilidad real. $49 reservan tu cita y se aplican a tu primera visita. Sin presión de suscripción." },
      { title: "Llegamos a tiempo, uniformados", body: "Avisos de llegada a los 30 y 5 minutos. Cubrezapatos puestos, alfombrillas abajo. Traemos nuestro propio café." },
      { title: "Arreglar, documentar, dar seguimiento", body: "Fotos antes y después. Notas detalladas en tu panel. Te escribimos en 7 días para confirmar que todo sigue bien." },
    ],

    area_eyebrow: "◆ POR DÓNDE ANDAMOS",
    area_title_1: "Greater Miami,",
    area_title_word: "puerta",
    area_title_2: "a puerta.",
    area_blurb: "Dieciséis vecindarios, una promesa de tiempo de manejo — menos de 35 minutos de despacho a tu puerta, o tu visita es gratis.",
    area_stat_neighborhoods: "VECINDARIOS",
    area_stat_emergency: "ETA EMERGENCIA",
    area_stat_days: "A LA SEMANA",
    area_days_value: "7 días",

    sch_eyebrow: "◆ RESERVA TU PRIMERA VISITA",
    sch_title_1: "Elige la hora",
    sch_title_2: "que te",
    sch_title_word: "funcione",
    sch_title_3: ".",
    sch_blurb: "Disponibilidad en tiempo real de nuestra cuadrilla en Miami. $49 reservan tu cita y se aplican a la visita. Cancela hasta 12 horas antes, sin cargo.",
    sch_h_licensed: "Licenciado y asegurado",
    sch_h_licensed_b: "FL CGC1532001 · $2M de responsabilidad civil",
    sch_h_refund: "$49 totalmente reembolsables",
    sch_h_refund_b: "El depósito se aplica a tu visita. Cancela 12+ hrs antes, sin cargo.",
    sch_h_crew: "La misma cuadrilla, siempre",
    sch_h_crew_b: "Asignamos un profesional fijo a tu casa para continuidad.",
    sch_crew_today: "Cuadrilla de Miami hoy",
    sch_crew_meta: "3 profesionales · 9 años de experiencia promedio",
    sch_steps: ["Servicio", "Fecha y hora", "Detalles", "Pago", "Confirmado"],
    sch_step1_title: "¿En qué te ayudamos?",
    sch_step1_blurb: "Elige el tipo de visita. Puedes detallar lo específico en los siguientes pasos.",
    sch_step2_title: "Elige fecha y hora",
    sch_step2_tz: "EST · America/New_York",
    sch_step2_pickdate: "Selecciona una fecha",
    sch_step2_pickdate_hint: "← Elige una fecha para ver los horarios",
    sch_step2_legend_avail: "Disponible",
    sch_step2_legend_closed: "Cerrado domingos",
    sch_step3_title: "¿A dónde vamos?",
    sch_step3_blurb: "Te enviaremos la confirmación por mensaje.",
    sch_label_name: "NOMBRE COMPLETO",
    sch_label_email: "CORREO",
    sch_label_phone: "TELÉFONO",
    sch_label_address: "DIRECCIÓN",
    sch_label_notes: "¿QUÉ ESTÁ PASANDO? (OPCIONAL)",
    sch_ph_name: "Maria Lopez",
    sch_ph_email: "maria@correo.com",
    sch_ph_phone: "(305) 555-0142",
    sch_ph_address: "2455 SW 17th Ave, Miami, FL 33145",
    sch_ph_notes: "La llave de la cocina gotea cuando está cerrada; la puerta del baño se atasca en verano.",
    sch_step4_deposit: "Reserva tu cita con $49",
    sch_step4_full: "Paga completo",
    sch_step4_card: "Tarjeta archivada",
    sch_step4_deposit_b: "Reembolsable hasta 12 hrs antes. Se aplica a tu visita.",
    sch_step4_full_b: "Paga el estimado completo ahora, reembolsable hasta 12 hrs antes.",
    sch_step4_card_b: "Cobramos después de la visita, solo lo que se debe.",
    sch_total_today: "Total hoy",
    sch_card_number: "NÚMERO DE TARJETA",
    sch_expiry: "VENCE",
    sch_cvc: "CVC",
    sch_zip: "ZIP",
    sch_secured: "Asegurado por Stripe · TLS 256-bit · PCI DSS Nivel 1",
    sch_back: "← Atrás",
    sch_continue: "Continuar →",
    sch_continue_pay: "Continuar al pago →",
    sch_processing: "Procesando…",
    sch_pay_card_save: "Guardar tarjeta y confirmar",
    sch_step5_title_pre: "¡Listo, ",
    sch_step5_title_default: "vecino",
    sch_step5_blurb_pre: "Confirmación enviada a",
    sch_step5_blurb_post: ". Te escribiremos 24 hrs y 30 min antes de tu visita.",
    sch_booking: "RESERVA",
    sch_when: "CUÁNDO",
    sch_where: "DÓNDE",
    sch_crew: "CUADRILLA",
    sch_paid: "PAGADO",
    sch_crew_assigned: "Rico C. (te avisará al llegar)",
    sch_book_another: "Reservar otra",
    sch_add_cal: "Añadir al calendario",
    sch_services: [
      { id: "diag", name: "Visita Diagnóstico", duration: "60 min", desc: "Recorremos tu casa, documentamos problemas y proponemos un plan.", price: 49 },
      { id: "fix", name: "Reparación Individual", duration: "Hasta 2 hr", desc: "Un trabajo — llave, puerta, ventilador. Miembros ahorran 30%.", price: 49 },
      { id: "tune", name: "Mantenimiento Trimestral", duration: "2–3 hr", desc: "Cambio de filtros, sellado, detectores, ajuste de bisagras.", price: 49 },
      { id: "emer", name: "Emergencia (ETA 4 hrs)", duration: "INMEDIATO", desc: "Fuga activa, sin luz, sin llave. Solo miembros.", price: 99 },
    ],
    sch_hold: "DEPÓSITO",
    months: ["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],
    months_short: ["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],
    dow: ["Do","Lu","Ma","Mi","Ju","Vi","Sá"],
    dow_full: ["Dom","Lun","Mar","Mié","Jue","Vie","Sáb"],

    rev_eyebrow: "◆ VECINOS QUE CONFÍAN",
    rev_title_1: "Hogares reales de Miami,",
    rev_title_word: "una",
    rev_title_2: "cuadrilla muy leal.",
    rev_meta: "Verificado · Miembros de Miami",
    rev_member: "miembro desde 2024",
    reviews: [
      { name: "Maria L.", area: "Coral Gables", body: "La misma cuadrilla, cada visita. Conocen nuestra casa de 1962 mejor que nosotros. La semana pasada Rico notó que el calentador iba a fallar y lo cambió antes de inundar el garaje." },
      { name: "Daniel K.", area: "Brickell", body: "El depósito de $49 es brillante — dejé de llamar a handymen al azar que nunca llegaban. La membresía se paga sola en dos visitas." },
      { name: "Anabel T.", area: "Coconut Grove", body: "Reservé domingo en la noche, arreglado lunes en la mañana. Documentaron todo en la app para enviarlo al casero." },
      { name: "Jorge R.", area: "Little Havana", body: "Mi casa, su problema. Hablan inglés y español, tratan la casa de mi abuela con respeto, y los precios son honestos." },
    ],

    mem_eyebrow: "◆ MEMBRESÍA",
    mem_title_1: "Elige el plan que se ajuste",
    mem_title_2: "a tu",
    mem_title_word: "casa",
    mem_title_3: ".",
    mem_blurb: "Una cuota fija al mes para que tu casa siempre funcione. Cancela cuando quieras después de 2 meses — sin contratos ni letra chica.",
    mem_popular: "MÁS POPULAR",
    mem_choose: "Elegir",
    mem_per: "mes",
    tiers: [
      { name: "Básico", price: 39.99, desc: "Empieza sin compromiso", features: ["1 visita al mes incluida","Hasta 1 hora de trabajo","Reparaciones básicas incluidas","Respuesta en 48 horas","Materiales no incluidos"] },
      { name: "Pro", price: 69.99, desc: "Aquí empieza el negocio de verdad", features: ["2 visitas al mes incluidas","Hasta 2 horas por visita","Prioridad en agenda (24–36 h)","Descuento en trabajos grandes","La misma cuadrilla, siempre"] },
      { name: "Premium", price: 99.99, desc: "Casas grandes o clientes cómodos", features: ["4 visitas al mes incluidas","Prioridad VIP — hoy o mañana","Soporte directo, te resolvemos ya","Pequeños materiales incluidos (tornillos, sellos)","Reporte anual de salud del hogar"] },
    ],

    // Reglas
    rules_eyebrow: "◆ REGLAS CLARAS",
    rules_title_1: "Alcance honesto,",
    rules_title_word: "sin sorpresas",
    rules_title_2: ".",
    rules_blurb: "Te decimos desde el inicio qué está cubierto, qué no, y cuánto puede durar una visita. Así la membresía sigue funcionando — para ti y para nosotros.",
    rules_yes_h: "LO QUE SÍ HACEMOS",
    rules_no_h: "FUERA DE ALCANCE",
    rules_extra_h: "LETRA CLARA",
    rules_yes_items: ["Plomería básica de cocina y baño", "Electricidad básica", "Montajes, estantes e instalación", "Sellados y acabados", "Cambios pequeños de herrajes"],
    rules_no_items: ["Plomería mayor o repipe", "Electricidad compleja", "Remodelaciones y demolición", "Techos o reparaciones estructurales"],
    rules_extra_items: ["Tiempo máximo por visita (claro desde el inicio)", "Zona: Miami y áreas cercanas", "Visitas adicionales = cargo extra", "Materiales al costo en trabajos grandes"],

    foot_blurb: "Mantenimiento integral del hogar para familias de Miami. Cuidamos tu casa como la nuestra — porque casi todos vivimos en este vecindario también.",
    foot_addr: ["FixMyCasa, LLC","2455 SW 17th Ave, Miami FL 33145","FL CGC1532001 · Garantizado · Asegurado"],
    foot_services_h: "SERVICIOS",
    foot_company_h: "COMPAÑÍA",
    foot_hello_h: "HOLA",
    foot_company_items: ["Sobre nosotros", "Nuestras cuadrillas", "Área de servicio", "Membresía", "Prensa", "Carreras"],
    foot_hours: "Lun–Sáb · 7am–7pm",
    foot_emergencies: "Emergencias 24/7",
    foot_copyright: "© 2026 FixMyCasa, LLC · Hecho con cariño en Miami",
    foot_terms: "Términos",
    foot_privacy: "Privacidad",
    foot_sitemap: "Mapa",
  },
};

window.STRINGS = STRINGS;
window.useT = (lang) => STRINGS[lang] || STRINGS.en;
