/* ==============================================
   GLOBAL MLM PAGE — SCOPED STYLES
   css/global-mlm-page.css
   Extracted from global-mlm.html internal <style> block
   All classes scoped with gmlm-* prefix
   ============================================== */

/* ── Hero ── */
.gmlm-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #1d4ed8 100%);
  padding: 7rem 0 5rem;
  position: relative;
  overflow: hidden;
}
.gmlm-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.gmlm-hero .container { position: relative; z-index: 1; }
.gmlm-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.gmlm-hero-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 50px; padding: .4rem 1rem; font-size: .8125rem; font-weight: 600; color: #93c5fd; margin-bottom: 1.25rem; backdrop-filter: blur(4px); }
.gmlm-hero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 1.25rem; font-family: 'Plus Jakarta Sans', sans-serif; }
.gmlm-hero h1 span { background: linear-gradient(90deg, #60a5fa, #a78bfa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.gmlm-hero-sub { font-size: 1.0625rem; color: #cbd5e1; line-height: 1.7; margin-bottom: 2rem; }
.gmlm-hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
.gmlm-hero-trust { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.gmlm-hero-trust-item { display: flex; align-items: center; gap: .45rem; font-size: .8125rem; color: #94a3b8; }
.gmlm-hero-trust-item i { color: #22c55e; }
.gmlm-hero-visual { position: relative; }
.gmlm-globe-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; padding: 2rem; backdrop-filter: blur(12px); }
.gmlm-globe-card h3 { color: #fff; font-size: 1.1rem; font-weight: 700; margin-bottom: 1.5rem; display: flex; align-items: center; gap: .6rem; }
.gmlm-globe-card h3 i { color: #60a5fa; }
.gmlm-country-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; margin-bottom: 1.5rem; }
.gmlm-country-item { background: rgba(255,255,255,.08); border-radius: 10px; padding: .7rem .9rem; display: flex; align-items: center; gap: .6rem; }
.gmlm-country-flag { font-size: 1.25rem; }
.gmlm-country-info .name { font-size: .8125rem; font-weight: 600; color: #e2e8f0; }
.gmlm-country-info .clients { font-size: .75rem; color: #64748b; }
.gmlm-globe-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }
.gmlm-globe-stat { text-align: center; background: rgba(255,255,255,.05); border-radius: 10px; padding: .75rem .5rem; }
.gmlm-globe-stat .val { display: block; font-size: 1.25rem; font-weight: 800; color: #60a5fa; }
.gmlm-globe-stat .lbl { font-size: .7rem; color: #94a3b8; text-transform: uppercase; letter-spacing: .05em; }

/* ── Breadcrumb ── */
.gmlm-breadcrumb { background: #f8fafc; border-bottom: 1px solid #e2e8f0; padding: .75rem 0; }
.gmlm-breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: .4rem; font-size: .875rem; }
.gmlm-breadcrumb li { display: flex; align-items: center; gap: .4rem; color: #64748b; }
.gmlm-breadcrumb li:last-child { color: #1e3a5f; font-weight: 600; }
.gmlm-breadcrumb a { color: #2563eb; text-decoration: none; }
.gmlm-breadcrumb a:hover { text-decoration: underline; }
.gmlm-breadcrumb .sep { color: #cbd5e1; }

/* ── Stat strip ── */
.gmlm-stat-strip { background: #1e3a5f; padding: 2rem 0; }
.gmlm-stat-strip .container { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; }
.gmlm-stat-item { text-align: center; }
.gmlm-stat-item .num { display: block; font-size: 2rem; font-weight: 900; color: #60a5fa; font-family: 'Plus Jakarta Sans', sans-serif; }
.gmlm-stat-item .desc { font-size: .8125rem; color: #94a3b8; margin-top: .25rem; }

/* ── Section base ── */
.gmlm-section { padding: 5rem 0; }
.gmlm-section.alt { background: #f8fafc; }
.gmlm-section.dark { background: #0f172a; }
.gmlm-tag { display: inline-block; background: #dbeafe; color: #1d4ed8; border-radius: 50px; padding: .3rem .9rem; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 1rem; }
.gmlm-tag.green { background: #dcfce7; color: #166534; }
.gmlm-tag.purple { background: #ede9fe; color: #6d28d9; }
.gmlm-tag.orange { background: #fff7ed; color: #c2410c; }
.gmlm-section-title { font-size: clamp(1.6rem, 3vw, 2.25rem); font-weight: 800; color: #0f172a; line-height: 1.2; margin-bottom: .75rem; font-family: 'Plus Jakarta Sans', sans-serif; }
.gmlm-section-title span { color: #2563eb; }
.gmlm-section-lead { font-size: 1.0625rem; color: #475569; max-width: 640px; line-height: 1.7; }
.gmlm-center { text-align: center; }
.gmlm-center .gmlm-section-lead { margin: 0 auto; }

/* ── Two-column layout ── */
.gmlm-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; margin-top: 3rem; }
.gmlm-two-col.center-v { align-items: center; }

/* ── What is Global MLM ── */
.gmlm-what-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 2rem; box-shadow: 0 2px 16px rgba(0,0,0,.06); }
.gmlm-what-card h3 { font-size: 1.1rem; font-weight: 700; color: #1e3a5f; margin-bottom: .75rem; }
.gmlm-what-card p { font-size: .9375rem; color: #475569; line-height: 1.7; }
.gmlm-what-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-top: 2rem; }

/* ── Feature cards ── */
.gmlm-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.gmlm-feature-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 1.75rem 1.5rem; transition: all .25s; }
.gmlm-feature-card:hover { border-color: #2563eb; box-shadow: 0 8px 28px rgba(37,99,235,.1); transform: translateY(-4px); }
.gmlm-feature-icon { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: 1rem; }
.gmlm-feature-card h3 { font-size: 1rem; font-weight: 700; color: #1e3a5f; margin-bottom: .5rem; }
.gmlm-feature-card p { font-size: .875rem; color: #64748b; line-height: 1.65; }

/* ── Plans grid ── */
.gmlm-plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2.5rem; }
.gmlm-plan-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 1.5rem; position: relative; transition: all .25s; }
.gmlm-plan-card:hover { border-color: #2563eb; box-shadow: 0 6px 24px rgba(37,99,235,.1); }
.gmlm-plan-card.popular { border-color: #2563eb; box-shadow: 0 6px 24px rgba(37,99,235,.15); }
.gmlm-plan-badge { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: #2563eb; color: #fff; font-size: .7rem; font-weight: 700; padding: .2rem .85rem; border-radius: 50px; white-space: nowrap; text-transform: uppercase; letter-spacing: .05em; }
.gmlm-plan-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: .9rem; }
.gmlm-plan-card h3 { font-size: 1rem; font-weight: 700; color: #1e3a5f; margin-bottom: .4rem; }
.gmlm-plan-card p { font-size: .8125rem; color: #64748b; line-height: 1.6; margin-bottom: .9rem; }
.gmlm-plan-features { list-style: none; padding: 0; }
.gmlm-plan-features li { font-size: .8125rem; color: #475569; padding: .25rem 0; display: flex; align-items: flex-start; gap: .45rem; }
.gmlm-plan-features li i { color: #22c55e; margin-top: 2px; flex-shrink: 0; }
.gmlm-plan-link { display: inline-flex; align-items: center; gap: .4rem; color: #2563eb; font-size: .875rem; font-weight: 600; text-decoration: none; margin-top: 1rem; }
.gmlm-plan-link:hover { text-decoration: underline; }

/* ── Global reach ── */
.gmlm-reach-map { background: linear-gradient(135deg, #1e3a5f, #1d4ed8); border-radius: 20px; padding: 2.5rem; color: #fff; }
.gmlm-reach-map h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 1.5rem; }
.gmlm-region-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.gmlm-region { background: rgba(255,255,255,.08); border-radius: 10px; padding: 1rem; }
.gmlm-region .region-name { font-size: .875rem; font-weight: 700; color: #fff; margin-bottom: .4rem; display: flex; align-items: center; gap: .5rem; }
.gmlm-region .region-countries { font-size: .8rem; color: #94a3b8; line-height: 1.6; }
.gmlm-reach-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 1.25rem; }
.gmlm-reach-stat { background: rgba(255,255,255,.08); border-radius: 10px; padding: 1rem; text-align: center; }
.gmlm-reach-stat .rs-val { font-size: 1.5rem; font-weight: 800; color: #60a5fa; display: block; }
.gmlm-reach-stat .rs-lbl { font-size: .75rem; color: #94a3b8; }

/* ── Why Global MLM ── */
.gmlm-why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.gmlm-why-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.5rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; transition: all .2s; }
.gmlm-why-item:hover { border-color: #2563eb; box-shadow: 0 4px 20px rgba(37,99,235,.08); }
.gmlm-why-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.gmlm-why-text h4 { font-size: 1rem; font-weight: 700; color: #1e3a5f; margin-bottom: .35rem; }
.gmlm-why-text p { font-size: .875rem; color: #64748b; line-height: 1.6; }

/* ── Case study ── */
.gmlm-case-study { background: linear-gradient(135deg, #0f172a, #1e3a5f); border-radius: 24px; padding: 3rem; color: #fff; margin-top: 2.5rem; }
.gmlm-case-study .cs-tag { display: inline-block; background: rgba(96,165,250,.15); border: 1px solid rgba(96,165,250,.3); color: #93c5fd; border-radius: 50px; padding: .3rem .9rem; font-size: .8rem; font-weight: 600; margin-bottom: 1rem; }
.gmlm-case-study h3 { font-size: 1.5rem; font-weight: 800; margin-bottom: 1rem; }
.gmlm-case-study .cs-intro { color: #cbd5e1; font-size: .9375rem; line-height: 1.7; margin-bottom: 2rem; }
.gmlm-cs-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.gmlm-cs-metric { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 1.25rem 1rem; text-align: center; }
.gmlm-cs-metric .m-val { font-size: 1.6rem; font-weight: 900; color: #60a5fa; display: block; }
.gmlm-cs-metric .m-lbl { font-size: .75rem; color: #94a3b8; margin-top: .25rem; }

/* ── Reviews ── */
.gmlm-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.gmlm-review-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 1.75rem; transition: all .2s; }
.gmlm-review-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.1); }
.gmlm-review-stars { color: #f59e0b; font-size: 1rem; margin-bottom: .75rem; letter-spacing: 1px; }
.gmlm-review-text { font-size: .9rem; color: #475569; line-height: 1.7; font-style: italic; margin-bottom: 1.25rem; }
.gmlm-review-author { display: flex; align-items: center; gap: .85rem; }
.gmlm-review-avatar { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .9rem; font-weight: 700; color: #fff; flex-shrink: 0; }
.gmlm-review-name { font-size: .9rem; font-weight: 700; color: #1e3a5f; }
.gmlm-review-role { font-size: .8rem; color: #64748b; }

/* ── FAQ ── */
.gmlm-faq-list { margin-top: 2.5rem; display: flex; flex-direction: column; gap: .75rem; }
.gmlm-faq-item { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; }
.gmlm-faq-q { width: 100%; text-align: left; background: none; border: none; padding: 1.25rem 1.5rem; font-size: .9375rem; font-weight: 600; color: #1e3a5f; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.gmlm-faq-q:hover { background: #f8fafc; }
.gmlm-faq-q i { color: #2563eb; transition: transform .3s; flex-shrink: 0; }
.gmlm-faq-a { padding: 0 1.5rem; max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; font-size: .9375rem; color: #475569; line-height: 1.75; }
.gmlm-faq-item.open .gmlm-faq-a { max-height: 600px; padding-bottom: 1.25rem; }
.gmlm-faq-item.open .gmlm-faq-q i { transform: rotate(180deg); }

/* ── CTA banner ── */
.gmlm-cta { background: linear-gradient(135deg, #1e3a5f 0%, #1d4ed8 100%); padding: 5rem 0; text-align: center; }
.gmlm-cta h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); font-weight: 900; color: #fff; margin-bottom: 1rem; font-family: 'Plus Jakarta Sans', sans-serif; }
.gmlm-cta p { color: #cbd5e1; font-size: 1.0625rem; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.gmlm-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-bottom: 2rem; }
.gmlm-cta-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; }
.gmlm-cta-trust span { font-size: .8125rem; color: #94a3b8; display: flex; align-items: center; gap: .4rem; }
.gmlm-cta-trust span i { color: #22c55e; }

/* ── Internal links ── */
.gmlm-intlinks { margin-top: 3rem; }
.gmlm-intlinks-title { font-size: 1.1rem; font-weight: 700; color: #1e3a5f; margin-bottom: 1.25rem; display: flex; align-items: center; gap: .6rem; }
.gmlm-intlinks-title i { color: #2563eb; }
.gmlm-intlinks-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.gmlm-intlink { display: flex; align-items: center; gap: .65rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: .85rem 1rem; text-decoration: none; color: #1e3a5f; font-size: .875rem; font-weight: 600; transition: all .2s; }
.gmlm-intlink:hover { border-color: #2563eb; color: #2563eb; background: #eff6ff; }
.gmlm-intlink i { color: #2563eb; font-size: .9rem; }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; gap: .5rem; border-radius: 8px; padding: .75rem 1.5rem; font-size: .9375rem; font-weight: 600; text-decoration: none; transition: all .2s; cursor: pointer; border: 2px solid transparent; }
.btn-primary { background: linear-gradient(135deg, #1d4ed8, #2563eb); color: #fff; }
.btn-primary:hover { opacity: .9; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,99,235,.35); }
.btn-white { background: #fff; color: #1e3a5f; }
.btn-white:hover { background: #f1f5f9; transform: translateY(-2px); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.btn-lg { padding: .9rem 2rem; font-size: 1rem; border-radius: 10px; }
.btn-whatsapp { background: linear-gradient(135deg, #25d366, #128c7e); color: #fff; }
.btn-whatsapp:hover { opacity: .9; transform: translateY(-2px); }

/* ── Comparison table ── */
.gmlm-table-wrap { overflow-x: auto; margin-top: 2.5rem; border-radius: 14px; box-shadow: 0 2px 16px rgba(0,0,0,.07); }
.gmlm-table { width: 100%; border-collapse: collapse; background: #fff; font-size: .9rem; }
.gmlm-table caption { font-size: 1.05rem; font-weight: 700; color: #0f172a; padding: 1.25rem; background: #f1f5f9; text-align: left; }
.gmlm-table thead tr { background: linear-gradient(90deg, #1d4ed8, #6366f1); color: #fff; }
.gmlm-table th { padding: .85rem 1.25rem; text-align: left; font-weight: 700; white-space: nowrap; }
.gmlm-table td { padding: .8rem 1.25rem; border-bottom: 1px solid #f1f5f9; vertical-align: middle; }
.gmlm-table tr:last-child td { border-bottom: none; }
.gmlm-table tr:nth-child(even) { background: #f8fafc; }
.gmlm-check { color: #22c55e; }
.gmlm-table .country-cell { font-weight: 700; color: #1d4ed8; display: flex; align-items: center; gap: .5rem; }

/* ── Content text blocks ── */
.gmlm-prose h3 { font-size: 1.1875rem; font-weight: 700; color: #1e3a5f; margin: 1.5rem 0 .6rem; }
.gmlm-prose p { font-size: .9375rem; color: #475569; line-height: 1.75; margin-bottom: 1rem; }
.gmlm-prose strong { color: #1e3a5f; }
.gmlm-prose ul { padding-left: 1.4rem; margin-bottom: 1rem; }
.gmlm-prose ul li { font-size: .9375rem; color: #475569; line-height: 1.7; margin-bottom: .35rem; }

/* container reuse */
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .gmlm-features-grid { grid-template-columns: repeat(2, 1fr); }
  .gmlm-plans-grid { grid-template-columns: repeat(2, 1fr); }
  .gmlm-reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .gmlm-intlinks-grid { grid-template-columns: repeat(2, 1fr); }
  .gmlm-cs-metrics { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .gmlm-hero-inner { grid-template-columns: 1fr; }
  .gmlm-hero { padding: 5rem 0 3rem; }
  .gmlm-two-col { grid-template-columns: 1fr; gap: 2rem; }
  .gmlm-features-grid { grid-template-columns: 1fr; }
  .gmlm-plans-grid { grid-template-columns: 1fr; }
  .gmlm-reviews-grid { grid-template-columns: 1fr; }
  .gmlm-why-grid { grid-template-columns: 1fr; }
  .gmlm-intlinks-grid { grid-template-columns: repeat(2, 1fr); }
  .gmlm-cs-metrics { grid-template-columns: repeat(2, 1fr); }
  .gmlm-country-grid { grid-template-columns: repeat(2, 1fr); }
  .gmlm-stat-strip .container { grid-template-columns: repeat(2, 1fr); }
  .gmlm-region-list { grid-template-columns: 1fr; }
  .gmlm-reach-stats { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .gmlm-intlinks-grid { grid-template-columns: 1fr; }
  .gmlm-stat-strip .container { grid-template-columns: 1fr; }
  .gmlm-globe-stats { grid-template-columns: repeat(3, 1fr); }
}
