/* ============================================================
   WGAN Marketplace — Main Stylesheet
   Navy: #1a2a4a | Cyan: #00aeef | Gold: #f5c518
   Fonts: Sora (headings) + DM Sans (body)
   ============================================================ */

/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background-color: #f4f6f9;
  color: #374151;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── Container ── */
.wgan-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px)  { .wgan-container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .wgan-container { padding: 0 2rem; } }

/* ── Typography ── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Sora', sans-serif;
  color: #1a2a4a;
  line-height: 1.2;
}

/* ── Buttons ── */
.btn-cyan {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  background-color: #00aeef;
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.15s;
  text-decoration: none;
}
.btn-cyan:hover { background-color: #0090c8; transform: translateY(-1px); color: #fff; }

.btn-navy {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  background-color: #1a2a4a;
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  text-decoration: none;
}
.btn-navy:hover { background-color: #223260; color: #fff; }

.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  background-color: #f5c518;
  color: #1a2a4a;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  text-decoration: none;
}
.btn-gold:hover { background-color: #e6b800; color: #1a2a4a; }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  background-color: transparent;
  color: #1a2a4a;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  border: 1.5px solid #e8ecf2;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  text-decoration: none;
}
.btn-outline:hover { border-color: #00aeef; color: #00aeef; }

/* ── Tier Badges ── */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.badge-basic    { background: #f4f6f9; color: #9aa5b8; border: 1px solid #e8ecf2; }
.badge-enhanced { background: rgba(0,174,239,0.1); color: #0090c8; border: 1px solid rgba(0,174,239,0.25); }
.badge-pro      { background: #1a2a4a; color: #00aeef; border: 1px solid rgba(0,174,239,0.3); }
.badge-partner  {
  background: linear-gradient(90deg, #f5c518, #fdd835);
  color: #1a2a4a;
  border: none;
  box-shadow: 0 2px 8px rgba(245,197,24,0.35);
}

/* ── Cards ── */
.listing-card {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 0.875rem;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.listing-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(26,42,74,0.12);
}
.listing-card.tier-partner {
  border-color: rgba(245,197,24,0.4);
  box-shadow: 0 4px 20px rgba(245,197,24,0.1);
}
.listing-card.tier-pro {
  border-color: rgba(0,174,239,0.3);
}
.card-tier-bar {
  height: 3px;
}
.card-tier-bar.partner { background: linear-gradient(90deg, #f5c518, #fdd835, #f5c518); }
.card-tier-bar.pro     { background: linear-gradient(90deg, #00aeef, #0090c8); }
.card-tier-bar.enhanced{ background: rgba(0,174,239,0.3); }
.card-tier-bar.basic   { background: #e8ecf2; }

.card-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; gap: 0.75rem; }
.card-logo {
  width: 3rem;
  height: 3rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  background: #f4f6f9;
  border: 1.5px solid #e8ecf2;
  color: #1a2a4a;
  overflow: hidden;
  flex-shrink: 0;
}
.card-logo img { width: 100%; height: 100%; object-fit: contain; }
.card-logo.partner-logo { background: rgba(245,197,24,0.08); border-color: rgba(245,197,24,0.3); }

.card-header { display: flex; align-items: flex-start; gap: 0.75rem; }
.card-title-group { flex: 1; min-width: 0; }
.card-name {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #1a2a4a;
  margin-bottom: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-category {
  font-size: 0.75rem;
  color: #9aa5b8;
  font-family: 'DM Sans', sans-serif;
}
.card-desc {
  font-size: 0.8125rem;
  color: #6b7280;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'DM Sans', sans-serif;
}
.card-deal {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0090c8;
  background: rgba(0,174,239,0.06);
  border: 1px solid rgba(0,174,239,0.18);
  border-radius: 0.375rem;
  padding: 0.375rem 0.625rem;
  font-family: 'DM Sans', sans-serif;
}
.card-deal.partner-deal {
  color: #b8860b;
  background: rgba(245,197,24,0.06);
  border-color: rgba(245,197,24,0.25);
}
.card-footer {
  padding: 0.875rem 1.25rem;
  border-top: 1px solid #f0f2f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.card-cta {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #00aeef;
  font-family: 'DM Sans', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: gap 0.2s, color 0.2s;
  text-decoration: none;
}
.card-cta:hover { color: #0090c8; gap: 0.5rem; }
.listing-card:hover .card-cta { gap: 0.5rem; }

/* ── Section divider ── */
.section-divider {
  height: 3px;
  background: linear-gradient(90deg, #00aeef, rgba(0,174,239,0.1));
  border-radius: 2px;
  width: 3rem;
  margin-bottom: 1.5rem;
}

/* ── Page hero (navy) ── */
.page-hero {
  background: linear-gradient(135deg, #1a2a4a 0%, #111e36 100%);
  padding: 3.5rem 0;
}
.page-hero h1 {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  color: #ffffff;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 0.75rem;
}
.page-hero p {
  color: rgba(255,255,255,0.72);
  font-size: 1rem;
  font-family: 'DM Sans', sans-serif;
}

/* ── Breadcrumb ── */
.wgan-breadcrumb {
  background: #ffffff;
  border-bottom: 1px solid #e8ecf2;
  padding: 0.625rem 0;
}
.wgan-breadcrumb nav {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  font-family: 'DM Sans', sans-serif;
}
.wgan-breadcrumb a { color: #9aa5b8; }
.wgan-breadcrumb a:hover { color: #00aeef; }
.wgan-breadcrumb .current { color: #1a2a4a; font-weight: 600; }
.wgan-breadcrumb .sep { color: #d1d5db; }

/* ── Filter bar ── */
.filter-bar {
  background: #ffffff;
  border-bottom: 1px solid #e8ecf2;
  padding: 0.75rem 0;
}
.filter-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.filter-bar select,
.filter-bar input[type="text"] {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  color: #1a2a4a;
  border: 1px solid #e8ecf2;
  background: #f4f6f9;
  border-radius: 0.5rem;
  padding: 0.375rem 0.75rem;
  outline: none;
  cursor: pointer;
}
.filter-bar select:focus,
.filter-bar input:focus { border-color: #00aeef; }
.filter-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9aa5b8;
  font-family: 'DM Sans', sans-serif;
}

/* ── Grid layouts ── */
.listings-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px)  { .listings-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .listings-grid { grid-template-columns: repeat(3, 1fr); } }

.categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 640px)  { .categories-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .categories-grid { grid-template-columns: repeat(4, 1fr); } }

/* ── Category tile ── */
.category-tile {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 0.875rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  text-decoration: none;
}
.category-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(26,42,74,0.1);
  border-color: rgba(0,174,239,0.3);
}
.category-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: rgba(0,174,239,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a2a4a;
  font-size: 1.5rem;
  transition: background 0.2s, color 0.2s;
}
.category-tile:hover .category-icon { background: rgba(0,174,239,0.15); color: #00aeef; }
.category-tile h3 {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #1a2a4a;
  margin-bottom: 0.25rem;
}
.category-tile p {
  font-size: 0.8125rem;
  color: #6b7280;
  line-height: 1.5;
  font-family: 'DM Sans', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.category-tile-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  border-top: 1px solid #e8ecf2;
  font-size: 0.75rem;
  color: #9aa5b8;
  font-family: 'DM Sans', sans-serif;
}

/* ── Mobile: listing page fixes ── */
@media (max-width: 639px) {
  .company-header {
    flex-direction: column;
    gap: 1rem;
  }
  .company-logo {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
  }
  .company-info {
    width: 100%;
  }
  .company-name {
    font-size: 1.375rem !important;
  }
  .company-name-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .company-desc {
    font-size: 0.875rem;
    max-width: 100%;
    line-height: 1.6;
  }
  .company-cta {
    width: 100%;
  }
  .company-cta .btn-cyan,
  .company-cta .btn-outline,
  .company-cta a {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .company-meta {
    gap: 0.5rem;
  }
  .listing-hero {
    padding: 1.5rem 0 1rem;
  }
  .page-hero {
    padding: 2rem 0;
  }
  .page-hero h1 {
    font-size: 1.5rem;
  }
}

/* ── Sidebar layout ── */
.content-with-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .content-with-sidebar { flex-direction: row; align-items: flex-start; }
  .content-main { flex: 1; min-width: 0; }
  .content-sidebar { width: 18rem; flex-shrink: 0; }
}

/* ── Sidebar widgets ── */
.sidebar-widget {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 0.875rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.sidebar-widget-header {
  padding: 0.75rem 1rem;
  background: #1a2a4a;
}
.sidebar-widget-header h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.5);
}
.sidebar-widget-body { padding: 1rem; }
.sidebar-widget-body h4 {
  font-family: 'Sora', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1a2a4a;
  margin-bottom: 0.375rem;
}
.sidebar-widget-body p {
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.55;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 0.75rem;
}

/* ── Deal callout ── */
.deal-callout {
  border-radius: 0.875rem;
  padding: 1.25rem;
  border: 2px solid #00aeef;
  background: rgba(0,174,239,0.04);
}
.deal-callout.partner { border-color: #f5c518; background: rgba(245,197,24,0.04); }
.deal-callout-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.deal-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,174,239,0.12);
  color: #00aeef;
  flex-shrink: 0;
  font-size: 1.125rem;
}
.deal-callout.partner .deal-icon { background: rgba(245,197,24,0.12); color: #b8860b; }
.deal-title {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #1a2a4a;
}
.deal-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0090c8;
  margin-bottom: 0.5rem;
}
.deal-callout.partner .deal-text { color: #b8860b; }
.deal-disclaimer {
  font-size: 0.75rem;
  color: #9aa5b8;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 0.75rem;
}

/* ── Membership upsell ── */
.membership-upsell {
  border-radius: 0.875rem;
  padding: 1rem;
  background: rgba(26,42,74,0.03);
  border: 1px solid rgba(26,42,74,0.12);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.membership-upsell-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  background: rgba(26,42,74,0.08);
  color: #1a2a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}
.membership-upsell h4 {
  font-family: 'Sora', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a2a4a;
  margin-bottom: 0.25rem;
}
.membership-upsell p {
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.55;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 0.5rem;
}
.membership-upsell a {
  font-size: 0.75rem;
  font-weight: 600;
  color: #00aeef;
  font-family: 'DM Sans', sans-serif;
}

/* ── WGAN Recommends (Partner) ── */
.wgan-recommends {
  border-radius: 0.875rem;
  overflow: hidden;
  border: 1.5px solid rgba(245,197,24,0.4);
}
.wgan-recommends-header {
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #1a2a4a 0%, #223260 100%);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.wgan-recommends-header h3 {
  font-family: 'Sora', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #f5c518;
}
.wgan-recommends-body {
  padding: 1.25rem 1.5rem;
  background: rgba(245,197,24,0.03);
  border-top: 1px solid rgba(245,197,24,0.2);
}
.wgan-recommends-body p {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #374151;
  font-family: 'DM Sans', sans-serif;
}

/* ── Partner gold bar ── */
.partner-gold-bar {
  height: 4px;
  background: linear-gradient(90deg, #f5c518, #fdd835, #f5c518, #fdd835, #f5c518);
}

/* ── Stats row ── */
.stats-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 640px)  { .stats-row { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .stats-row { grid-template-columns: repeat(6, 1fr); } }

.stat-card {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 0.875rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
.stat-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: rgba(0,174,239,0.08);
  color: #00aeef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
}
.stat-value {
  font-family: 'Sora', sans-serif;
  font-size: 1.375rem;
  font-weight: 800;
  color: #1a2a4a;
}
.stat-label {
  font-size: 0.75rem;
  color: #9aa5b8;
  font-family: 'DM Sans', sans-serif;
}

/* ── Tier comparison table ── */
.tier-table { width: 100%; border-collapse: collapse; border-radius: 1rem; overflow: hidden; }
.tier-table thead { background: #1a2a4a; }
.tier-table thead th {
  padding: 1rem 1.25rem;
  text-align: center;
  font-family: 'Sora', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  border-left: 1px solid rgba(255,255,255,0.08);
}
.tier-table thead th:first-child { text-align: left; border-left: none; }
.tier-table thead th.col-partner { color: #f5c518; }
.tier-table thead th.col-pro, .tier-table thead th.col-enhanced { color: #00aeef; }
.tier-table tbody tr { border-top: 1px solid #e8ecf2; }
.tier-table tbody tr:nth-child(even) { background: #fafbfc; }
.tier-table tbody tr:nth-child(odd)  { background: #ffffff; }
.tier-table tbody td {
  padding: 0.75rem 1.25rem;
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  color: #374151;
}
.tier-table tbody td:first-child { text-align: left; }
.tier-table tfoot { background: #f4f6f9; border-top: 2px solid #e8ecf2; }
.tier-table tfoot td { padding: 1rem; text-align: center; }
.check-yes { color: #00aeef; font-size: 1rem; }
.check-no  { color: #d1d5db; font-size: 1rem; }

/* ── FAQ accordion ── */
.faq-item { border-bottom: 1px solid #e8ecf2; }
.faq-item:last-child { border-bottom: none; }
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 1rem;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a2a4a;
}
.faq-question:hover { color: #00aeef; }
.faq-answer {
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #374151;
  font-family: 'DM Sans', sans-serif;
  display: none;
}
.faq-item.open .faq-answer { display: block; }
.faq-chevron { color: #00aeef; transition: transform 0.2s; flex-shrink: 0; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }

/* ── Form styles ── */
.wgan-form-group { margin-bottom: 1.25rem; }
.wgan-form-group label {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a2a4a;
  margin-bottom: 0.375rem;
}
.wgan-form-group input,
.wgan-form-group select,
.wgan-form-group textarea {
  width: 100%;
  padding: 0.625rem 1rem;
  border: 1px solid #e8ecf2;
  border-radius: 0.5rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  color: #1a2a4a;
  background: #fafbfc;
  outline: none;
  transition: border-color 0.2s;
}
.wgan-form-group input:focus,
.wgan-form-group select:focus,
.wgan-form-group textarea:focus { border-color: #00aeef; }
.wgan-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) { .wgan-form-grid { grid-template-columns: repeat(2, 1fr); } }

/* ── Search bar ── */
.hero-search {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #ffffff;
  border-radius: 0.875rem;
  padding: 0.875rem 1.25rem;
  max-width: 560px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.hero-search input {
  flex: 1;
  border: none;
  outline: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9375rem;
  color: #1a2a4a;
  background: transparent;
}
.hero-search input::placeholder { color: #9aa5b8; }

/* ── Pagination ── */
.wgan-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
}
.wgan-pagination a,
.wgan-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid #e8ecf2;
  background: #ffffff;
  color: #1a2a4a;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.wgan-pagination a:hover { border-color: #00aeef; color: #00aeef; }
.wgan-pagination .current { background: #00aeef; border-color: #00aeef; color: #ffffff; }

/* ── Utility classes ── */
.text-cyan  { color: #00aeef; }
.text-navy  { color: #1a2a4a; }
.text-gold  { color: #f5c518; }
.text-muted { color: #9aa5b8; }
.bg-navy    { background-color: #1a2a4a; }
.bg-cyan    { background-color: #00aeef; }
.bg-light   { background-color: #f4f6f9; }
.bg-white   { background-color: #ffffff; }
.border-light { border: 1px solid #e8ecf2; }
.rounded-xl { border-radius: 0.875rem; }
.rounded-2xl { border-radius: 1.25rem; }
.shadow-sm { box-shadow: 0 2px 8px rgba(26,42,74,0.06); }
.shadow-md { box-shadow: 0 4px 20px rgba(26,42,74,0.1); }
.mt-4  { margin-top: 1rem; }
.mt-6  { margin-top: 1.5rem; }
.mt-8  { margin-top: 2rem; }
.mt-12 { margin-top: 3rem; }
.mb-4  { margin-bottom: 1rem; }
.mb-6  { margin-bottom: 1.5rem; }
.mb-8  { margin-bottom: 2rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.flex  { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.w-full { width: 100%; }
.text-sm { font-size: 0.875rem; }
.text-xs { font-size: 0.75rem; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.leading-relaxed { line-height: 1.65; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ── Responsive helpers ── */
@media (max-width: 767px) {
  .hide-mobile { display: none !important; }
  .tier-table { display: none; }
  .mobile-tier-cards { display: flex; flex-direction: column; gap: 1rem; }
}
@media (min-width: 768px) {
  .mobile-tier-cards { display: none; }
}
