// Static content for StakeWorldwide
const TG_LINK = "https://t.me/Stake4Bet";
const DISCORD_LINK = "https://discord.gg/stakeworldwide";

const GUIDES = [
  {
    id: 1, title: "Stake Verification: The Complete 2026 Guide",
    excerpt: "Everything you need to know about KYC levels, required documents, and timelines.",
    tag: "Verification", tagColor: "teal", read: 12, date: "Apr 18, 2026", featured: "MOST READ",
    icon: "ShieldCheck", slug: "/guides/verification",
  },
  {
    id: 2, title: "Stake Restricted Countries: Full List & Alternatives",
    excerpt: "An up-to-date breakdown of where Stake is blocked and what your options are.",
    tag: "Access", tagColor: "amber", read: 9, date: "Apr 14, 2026",
    icon: "Globe", slug: "/countries",
  },
  {
    id: 3, title: "Best VPN for Stake.com: Tested & Ranked",
    excerpt: "We stress-tested 14 VPN providers for speed, leaks, and regional server reliability.",
    tag: "Access", tagColor: "amber", read: 15, date: "Apr 10, 2026",
    icon: "Lock", slug: "/vpn/best-for-stake",
  },
  {
    id: 4, title: "How to Deposit Crypto on Stake: Step by Step",
    excerpt: "A simple walkthrough covering BTC, ETH, LTC, and stablecoins — fees included.",
    tag: "Strategy", tagColor: "blue", read: 7, date: "Apr 06, 2026",
    icon: "Wallet", slug: "/guides/deposits",
  },
  {
    id: 5, title: "Stake Rakeback Explained: Maximize Your Returns",
    excerpt: "Understanding VIP tiers, weekly boosts, and how to compound your rakeback.",
    tag: "Strategy", tagColor: "blue", read: 10, date: "Apr 02, 2026",
    icon: "TrendingUp", slug: "/guides/rakeback",
  },
  {
    id: 6, title: "Is Stake Legal in the US? Everything You Need to Know",
    excerpt: "A legal breakdown of Stake's US status, sweepstakes alternatives, and state rules.",
    tag: "Country Guide", tagColor: "violet", read: 11, date: "Mar 28, 2026",
    icon: "Flag", slug: "/countries/united-states",
  },
];

const LATEST = [
  { date: "Apr 22, 2026", cat: "Access", title: "Cloudflare WARP vs. NordVPN for Stake: 2026 head-to-head", slug: "/vpn/cloudflare-warp-review" },
  { date: "Apr 19, 2026", cat: "Country Guide", title: "Stake in Germany after the 2026 GlüStV amendment", slug: "/countries/germany" },
  { date: "Apr 15, 2026", cat: "Strategy", title: "Reading the odds: a quick primer on RTP and house edge", slug: "/guides/safety" },
];

const COUNTRIES = [
  { code: "US", name: "United States",  status: "blocked",    vpn: true,  level: "—",        note: "Federal restrictions. Sweepstakes alternatives available.", slug: "/countries/united-states" },
  { code: "UK", name: "United Kingdom", status: "blocked",    vpn: true,  level: "—",        note: "UKGC licensing forbids offshore operation.", slug: "/countries/united-kingdom" },
  { code: "AU", name: "Australia",      status: "restricted", vpn: true,  level: "Full",     note: "IGA 2001 restricts online casino; setup requires care.", slug: "/countries/australia" },
  { code: "CA", name: "Canada",         status: "restricted", vpn: false, level: "Basic",    note: "Varies by province — Ontario has its own framework.", slug: "/countries/canada" },
  { code: "DE", name: "Germany",        status: "restricted", vpn: true,  level: "Full",     note: "GlüStV licensing rules apply; access typically restricted.", slug: "/countries/germany" },
  { code: "BR", name: "Brazil",         status: "available",  vpn: false, level: "Basic",    note: "Locally licensed and available without workarounds.", slug: "/countries/brazil" },
  { code: "JP", name: "Japan",          status: "blocked",    vpn: true,  level: "—",        note: "Japan's strict gambling laws block direct access.", slug: "/countries/japan" },
  { code: "IN", name: "India",          status: "available",  vpn: false, level: "Basic",    note: "Available in most states; rules vary regionally.", slug: "/countries/india" },
  { code: "FR", name: "France",         status: "blocked",    vpn: true,  level: "—",        note: "ANJ licensing excludes offshore crypto operators.", slug: "/countries/france" },
  { code: "MX", name: "Mexico",         status: "available",  vpn: false, level: "Basic",    note: "Accessible with standard verification.", slug: "/countries/mexico" },
  { code: "ES", name: "Spain",          status: "restricted", vpn: true,  level: "Full",     note: "DGOJ framework limits access to licensed local ops.", slug: "/countries/spain" },
  { code: "AR", name: "Argentina",      status: "available",  vpn: false, level: "Basic",    note: "Available with standard KYC.", slug: "/countries/argentina" },
];

const TESTIMONIALS = [
  { name: "Marco D.",   country: "🇮🇹 Italy",     avatar: "MD", quote: "Finally a site that explains KYC levels without the fluff. Got verified in under 2 days after reading their guide." },
  { name: "Kenji T.",   country: "🇯🇵 Japan",     avatar: "KT", quote: "The country-by-country analysis is the most up-to-date I've found. Saved me days of forum digging." },
  { name: "Aisha R.",   country: "🇦🇪 UAE",       avatar: "AR", quote: "I messaged the Telegram at 2am with a verification issue. Got a real human reply in four minutes." },
  { name: "Thiago B.",  country: "🇧🇷 Brazil",    avatar: "TB", quote: "Clean, honest, no sales-y nonsense. Feels like reading a tech review site, not a gambling affiliate." },
];

const TAG_STYLES = {
  teal:   "bg-teal/10 text-teal border-teal/20",
  amber:  "bg-warn/10 text-warn border-warn/20",
  blue:   "bg-tg/10 text-tg border-tg/25",
  violet: "bg-[#8B5CF6]/10 text-[#A78BFA] border-[#8B5CF6]/20",
};

window.SW_DATA = { TG_LINK, DISCORD_LINK, GUIDES, LATEST, COUNTRIES, TESTIMONIALS, TAG_STYLES };
