/* ============================================================
   Hustlers Crib – Community About Page
   community-about.css  v3
   ============================================================ */

/* Full-width page background for Community About Page
   Use higher-specificity + !important to override global white background */
body.cf-body {
  background-color: #ffffff !important;
  min-height: 100vh;
}

/* -- Shell wrapper -- */
.gci-shell {
  max-width: 792px;
  margin: 0 auto;
  padding: 34px 28px 64px;
  color: #050505;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.gci-back-link {
  display: none;
}

.gci-back-link svg {
  width: 16px;
  height: 16px;
}

.gci-card {
  background: #ffffff;
  border-radius: 0;
}

.gci-hero-stage {
  max-width: 736px;
  margin: 14px auto 0;
}

.gci-hero-media {
  border-radius: 12px;
  overflow: hidden;
  background: #171717;
  box-shadow: none;
}

.gci-hero-image,
.gci-hero-placeholder {
  display: block;
  width: 100%;
  height: 414px;
  object-fit: cover;
}

.gci-hero-placeholder {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0)),
    linear-gradient(135deg, #b48652 0%, #efd8b4 52%, #f7ead5 100%);
}

.gci-hero-copy {
  max-width: 736px;
  margin: 0 auto;
  padding: 10px 0 0;
  text-align: center;
}

.gci-title,
.gci-heading,
.gci-cta-panel h2 {
  font-family: "Cormorant Garamond", serif;
  color: #050505;
  letter-spacing: 0;
}

.gci-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 700;
}

.gci-subtitle {
  max-width: 620px;
  margin: 14px auto 0;
  color: #6f7690;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
}

.gci-meta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 30px;
}

.gci-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 0 16px;
  color: #4d5568;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

.gci-meta-item + .gci-meta-item {
  border-left: 1px solid #ececec;
}

.gci-meta-item strong,
.gci-price {
  color: #050505;
  font-weight: 700;
}

.gci-meta-item svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.gci-meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
}

.gci-meta-icon-privacy {
  background: #dff8ee;
  color: #12a46f;
}

.gci-meta-icon-price,
.gci-meta-icon-host {
  background: #fff3bf;
  color: #f0bb00;
}

.gci-meta-icon-members {
  background: #efe0ff;
  color: #9348ff;
}

.gci-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 12px;
  border: 1px solid #ddd7ce;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #6f7690;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.gci-price {
  font-size: 13px;
}

.gci-join-wrap {
  margin-top: 28px;
  text-align: center;
}

.gci-join-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 306px;
  min-height: 45px;
  padding: 0 24px;
  border: none;
  border-radius: 2px;
  background: #050505;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(5, 5, 5, 0.14);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gci-join-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(5, 5, 5, 0.24);
  color: #ffffff;
}

.gci-join-btn-muted {
  background: #e9dfcf;
  color: #6b5a41;
  box-shadow: none;
}

.gci-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 10px 0 0;
  color: #617085;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}

.gci-note svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.gci-section {
  max-width: 820px;
  margin: 46px auto 0;
  padding: 0 18px 34px;
  border-bottom: 1px solid #e9e0d5;
}

.gci-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #d69b2f;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.gci-heading {
  margin: 0;
  font-size: 50px;
  line-height: 0.98;
  font-weight: 600;
}

.gci-body-copy {
  max-width: 680px;
  margin: 16px 0 0;
  color: #4e5876;
  font-size: 15px;
  line-height: 1.95;
  font-weight: 500;
}

.gci-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 42px;
  margin-top: 22px;
}

.gci-benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #42506f;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

.gci-check {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border-radius: 999px;
  flex-shrink: 0;
  background:
    radial-gradient(circle at center, #d8a637 0 34%, transparent 35%),
    #fff2d6;
  border: 1px solid #f0ddb3;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.gci-host-card {
  position: relative;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  min-height: 324px;
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(112deg, #fff6bf 0%, #fffce7 54%, #ffffff 100%);
  border: 0;
  border-radius: 20px;
  box-shadow: 0 18px 38px rgba(18, 18, 18, 0.12);
}

.gci-host-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255,246,191,0) 0%, rgba(255,246,191,.18) 28%, rgba(255,249,210,.82) 43%, rgba(255,253,238,.92) 60%, rgba(255,255,255,.86) 100%);
  pointer-events: none;
}

.gci-host-avatar {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 324px;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4ead8;
  color: #111111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  font-weight: 700;
}

.gci-host-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.gci-host-copy {
  position: relative;
  z-index: 2;
  max-width: 410px;
  padding: 42px 48px 42px 40px;
}

.gci-host-copy strong {
  display: block;
  color: #050505;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 700;
}

.gci-host-copy span {
  display: block;
  margin-top: 10px;
  color: #f0b400;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.gci-host-bio {
  max-width: 360px;
  margin: 24px 0 0;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}
.gci-faq-list {
  margin-top: 18px;
}

.gci-faq-item {
  border-top: 1px solid #e9e0d5;
}

.gci-faq-item:last-child {
  border-bottom: 1px solid #e9e0d5;
}

.gci-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  border: none;
  background: transparent;
  color: #16213e;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.gci-faq-plus {
  color: #d69b2f;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  transition: transform 0.2s ease;
}

.gci-faq-trigger[aria-expanded="true"] .gci-faq-plus {
  transform: rotate(45deg);
}

.gci-faq-panel {
  padding: 0 0 18px;
}

.gci-faq-panel p {
  margin: 0;
  color: #5b6481;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}

.gci-cta-panel {
  max-width: 820px;
  margin: 52px auto 0;
  padding: 48px 24px 44px;
  border-radius: 26px;
  background: #050505;
  text-align: center;
  box-shadow: 0 22px 52px rgba(5, 5, 5, 0.16);
}

.gci-cta-panel h2 {
  margin: 0;
  color: #f9f2e7;
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
}

.gci-cta-panel p {
  margin: 12px 0 0;
  color: rgba(249, 242, 231, 0.82);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}

.gci-join-btn-cta {
  margin-top: 24px;
  background: #ffcc00;
  color: #050505;
  box-shadow: 0 10px 24px rgba(255, 204, 0, 0.2);
}

.gci-join-btn-cta:hover {
  background: #ffcc00;
  color: #050505;
  box-shadow: 0 14px 28px rgba(255, 204, 0, 0.26);
}

.gci-cta-panel small {
  display: block;
  max-width: 420px;
  margin: 16px auto 0;
  color: rgba(225, 229, 245, 0.78);
  font-size: 12px;
  line-height: 1.65;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .gci-title { font-size: 44px; }
  .gci-heading { font-size: 42px; }
  .gci-cta-panel h2 { font-size: 42px; }
  .gci-hero-image,
  .gci-hero-placeholder { height: 360px; }
}

@media (max-width: 767.98px) {
  .gci-shell {
    max-width: none;
    padding: 24px 16px 42px;
  }

  .gci-hero-copy {
    padding-top: 4px;
  }

  .gci-hero-stage {
    margin-top: 12px;
  }

  .gci-hero-media {
    border-radius: 10px;
  }

  .gci-hero-image,
  .gci-hero-placeholder {
    height: 210px;
  }

  .gci-title {
    font-size: 34px;
  }

  .gci-meta-row {
    gap: 10px 0;
    margin-top: 22px;
  }

  .gci-meta-item {
    padding: 0 10px;
    font-size: 13px;
  }

  .gci-join-wrap {
    margin-top: 22px;
  }

  .gci-join-btn {
    width: 100%;
    min-width: 0;
  }

  .gci-note {
    justify-content: center;
  }

  .gci-section {
    margin-top: 38px;
    padding: 0 0 28px;
  }

  .gci-heading {
    font-size: 28px;
  }

  .gci-body-copy {
    font-size: 14px;
    line-height: 1.9;
  }

  .gci-benefits {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gci-host-card {
    align-items: flex-start;
    border-radius: 22px;
  }

  .gci-host-avatar {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    font-size: 24px;
  }

  .gci-host-copy strong {
    font-size: 16px;
  }

  .gci-faq-trigger {
    padding: 18px 0;
    font-size: 14px;
  }

  .gci-cta-panel {
    margin-top: 38px;
    padding: 34px 18px 30px;
    border-radius: 22px;
  }

  .gci-cta-panel h2 {
    font-size: 36px;
  }
}

.gab-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 48px;
}

/* ================================================================
   HERO — COVER AREA
   ================================================================ */
.gab-cover-wrap {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
  line-height: 0;
  border-radius: 0;
}

.gab-hero-banner {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.gab-hero-banner-placeholder {
  width: 100%;
  height: 280px;
  background: linear-gradient(135deg, #111827 0%, #1e3a5f 60%, #0f3460 100%);
}

/* Cover overlay — shows on hover */
.gab-cover-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(0,0,0,0);
  color: transparent;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: background .2s, color .2s;
}
.gab-cover-overlay svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.gab-cover-wrap:hover .gab-cover-overlay,
.gab-cover-editable:hover .gab-cover-overlay {
  background: rgba(0,0,0,.45);
  color: #ffffff;
}
/* View overlay (member) — smaller icon, no text */
.gab-cover-overlay-view {
  align-items: flex-end;
  justify-content: flex-end;
  padding: 12px 14px;
}
.gab-cover-overlay-view svg {
  width: 18px;
  height: 18px;
  color: rgba(255,255,255,0);
  transition: color .2s;
}
.gab-cover-wrap:hover .gab-cover-overlay-view svg {
  color: #ffffff;
}

/* Loading spinner over cover */
.gab-cover-loader {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

/* ================================================================
   HERO META BAR  (logo + name + badges + actions)
   ================================================================ */
.gab-hero-meta {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  padding: 0 4px 10px;
  margin-top: -40px;        /* pull logo up over cover */
  position: relative;
  flex-wrap: wrap;
}

/* -- Logo wrapper -- */
.gab-hero-logo-wrap {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.gab-hero-logo {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ffffff;
  background: #ffffff;
  box-shadow: 0 3px 14px rgba(0,0,0,.18);
  display: block;
  transition: filter .2s;
}

/* Logo overlay — is itself the clickable label (admin) or button (member) */
.gab-logo-overlay {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  cursor: pointer;
  border: none;
  padding: 0;
}
.gab-logo-overlay svg {
  width: 22px;
  height: 22px;
  color: transparent;
  transition: color .2s;
}
.gab-hero-logo-wrap:hover .gab-hero-logo { filter: brightness(.8); }
.gab-hero-logo-wrap:hover .gab-logo-overlay { background: rgba(0,0,0,.35); }
.gab-hero-logo-wrap:hover .gab-logo-overlay svg { color: #ffffff; }

/* Logo loading spinner */
.gab-logo-loader {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

/* -- Name + badges — standalone row below the cover/meta bar -- */
.gab-hero-info {
  display: flex;
  align-items: center;
  padding: 4px 4px 18px;
}

.gab-hero-name-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.gab-hero-name {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -.01em;
  white-space: nowrap;
}

.gab-hero-badges {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.gab-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  background: #f4f2ef;
  border: 1px solid #e0dedd;
  border-radius: 20px;
  padding: 4px 11px;
}
.gab-badge svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

/* -- Hero action buttons -- */
.gab-hero-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 6px;
  flex-shrink: 0;
  margin-left: auto;
}

.gab-btn-exit {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  border: 1.5px solid #d1d5db;
  background: #fff;
  color: #374151;
  cursor: pointer;
  transition: background .18s, border-color .18s, color .18s;
  white-space: nowrap;
}
.gab-btn-exit svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.gab-btn-exit:hover {
  background: #fef2f2;
  border-color: #ef4444;
  color: #dc2626;
}

/* ================================================================
   SPINNERS
   ================================================================ */
.gab-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(255,255,255,.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: gabSpin .7s linear infinite;
}
.gab-spinner-sm {
  width: 22px;
  height: 22px;
  border-width: 2.5px;
}
@keyframes gabSpin { to { transform: rotate(360deg); } }

/* Hidden file inputs */
.gab-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.gab-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: background .15s, border-color .15s, color .15s, box-shadow .15s;
  border: 1.5px solid transparent;
  white-space: nowrap;
}
.gab-btn svg { width: 15px; height: 15px; flex-shrink: 0; }

.gab-btn-primary  { background: #ffcc00; color: #1a1a1a; border-color: #ffcc00; }
.gab-btn-primary:hover { background: #d4a434; border-color: #d4a434; box-shadow: 0 3px 10px rgba(230,181,65,.3); }

.gab-btn-outline  { background: #ffffff; color: #1a1a1a; border-color: #e0dedd; }
.gab-btn-outline:hover { border-color: #ffcc00; color: #c49330; }

.gab-btn-ghost    { background: transparent; color: #555; border-color: #e0dedd; }
.gab-btn-ghost:hover { background: #f4f2ef; color: #1a1a1a; }

/* ================================================================
   TWO-COLUMN BODY
   ================================================================ */
.gab-body {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 24px;
  align-items: flex-start;
  padding-top: 10px;
}

/* ================================================================
   GENERIC CARD
   ================================================================ */
.gab-card {
  background: #ffffff;
  border: 1px solid #e0dedd;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.gab-card:last-child { margin-bottom: 0; }

.gab-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 0;
}
.gab-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

/* ================================================================
   ABOUT CARD
   ================================================================ */
.gab-edit-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  background: #f4f2ef;
  border: 1px solid #e0dedd;
  border-radius: 6px;
  padding: 5px 12px;
  cursor: pointer;
  transition: border-color .15s, color .15s;
}
.gab-edit-btn:hover { border-color: #ffcc00; color: #c49330; }
.gab-edit-btn svg { width: 13px; height: 13px; }

.gab-desc-text {
  font-size: 14px;
  color: #444;
  line-height: 1.78;
  padding: 14px 20px 0;
  margin: 0;
}
.gab-desc-empty { color: #aaa; font-style: italic; }

.gab-desc-form { padding: 14px 20px 0; }

.gab-desc-toolbar { display: flex; gap: 4px; margin-bottom: 8px; }
.gab-toolbar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #e0dedd;
  border-radius: 5px;
  background: #ffffff;
  cursor: pointer;
  font-size: 13px;
  color: #444;
  transition: border-color .15s, background .15s;
}
.gab-toolbar-btn:hover { border-color: #ffcc00; background: #fffbf0; }
.gab-toolbar-btn svg { width: 14px; height: 14px; }

.gab-desc-editor {
  min-height: 100px;
  padding: 12px 14px;
  border: 1.5px solid #e0dedd;
  border-radius: 8px;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.78;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
  background: #fafafa;
}
.gab-desc-editor:focus {
  border-color: #ffcc00;
  box-shadow: 0 0 0 3px rgba(230,181,65,.12);
  background: #ffffff;
}
.gab-desc-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 10px;
}

.gab-meta-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 14px 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #f0eeeb;
}
.gab-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}
.gab-meta-item svg { width: 16px; height: 16px; color: #ffcc00; flex-shrink: 0; margin-top: 1px; }
.gab-meta-item strong { color: #1a1a1a; }
.gab-link { color: #ffc000; text-decoration: none; word-break: break-all; }
.gab-link:hover { text-decoration: underline; }

/* ================================================================
   GALLERY CARD
   ================================================================ */
.gab-gallery-add-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: #1a1a1a;
  border-radius: 6px;
  padding: 6px 14px;
  cursor: pointer;
  transition: background .15s, transform .1s;
  white-space: nowrap;
}
.gab-gallery-add-btn:hover { background: #333; transform: translateY(-1px); }
.gab-gallery-add-btn svg { width: 14px; height: 14px; }

.gab-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 4px;
  padding: 16px;
}
.gab-gallery-item {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
  background: #f4f2ef;
}
.gab-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s, opacity .22s;
}
.gab-gallery-item:hover img { transform: scale(1.06); opacity: .88; }

.gab-gallery-empty {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 40px 20px;
  color: #bbb;
  font-size: 14px;
  text-align: center;
}
.gab-gallery-empty svg { width: 40px; height: 40px; color: #ddd; }
.gab-see-more { grid-column: 1 / -1; margin: 8px 0 0; }

.gab-upload-progress {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px 14px;
  font-size: 12px;
  color: #555;
}
.gab-upload-bar { flex: 1; height: 4px; background: #e0dedd; border-radius: 2px; overflow: hidden; }
.gab-upload-fill { height: 100%; background: #ffcc00; border-radius: 2px; transition: width .2s; width: 0%; }

/* ================================================================
   SIDEBAR
   ================================================================ */
.gab-sidebar { position: sticky; top: 120px; }

.gab-sidebar-card { padding: 0; }
.gab-sidebar-cover-wrap { line-height: 0; }
.gab-sidebar-cover {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}
.gab-sidebar-cover-placeholder {
  width: 100%;
  height: 120px;
  background: linear-gradient(135deg, #111827 0%, #0f3460 100%);
}
.gab-sidebar-body { padding: 16px; }
.gab-sidebar-name { font-size: 15px; font-weight: 700; color: #1a1a1a; margin: 0 0 4px; }
.gab-sidebar-url  { font-size: 11px; color: #aaa; margin: 0 0 10px; word-break: break-all; }
.gab-sidebar-tagline { font-size: 13px; color: #555; line-height: 1.6; margin: 0 0 14px; }

.gab-sidebar-stats {
  display: flex;
  border: 1px solid #e0dedd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
}
.gab-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 6px;
  border-right: 1px solid #e0dedd;
}
.gab-stat:last-child { border-right: none; }
.gab-stat strong { font-size: 16px; font-weight: 800; color: #1a1a1a; line-height: 1.2; }
.gab-stat span   { font-size: 10px; color: #888; margin-top: 2px; text-transform: uppercase; letter-spacing: .03em; }

.gab-member-preview { display: flex; margin-bottom: 14px; }
.gab-member-preview img {
  width: 32px; height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  margin-right: -8px;
  flex-shrink: 0;
}
.gab-member-preview img:last-child { margin-right: 0; }

.gab-cta {
  display: block; width: 100%; text-align: center;
  padding: 10px 16px; border-radius: 8px;
  font-size: 13px; font-weight: 700; cursor: pointer;
  text-decoration: none;
  transition: background .15s, border-color .15s, color .15s;
  border: 1.5px solid transparent;
  letter-spacing: .01em;
}
.gab-cta-primary { background: #ffcc00; color: #1a1a1a; border-color: #ffcc00; }
.gab-cta-primary:hover { background: #d4a434; border-color: #d4a434; }
.gab-cta-outline  { background: #ffffff; color: #1a1a1a; border-color: #e0dedd; }
.gab-cta-outline:hover { border-color: #ffcc00; color: #c49330; }

.gab-suggested-card .gab-card-head { padding-bottom: 8px; }
.gab-suggested-list { list-style: none; margin: 0; padding: 0 16px 16px; display: flex; flex-direction: column; gap: 12px; }
.gab-suggested-item { display: flex; align-items: center; gap: 10px; }
.gab-suggested-thumb { flex-shrink: 0; }
.gab-suggested-thumb img {
  width: 40px; height: 40px; border-radius: 50%;
  object-fit: cover; border: 1.5px solid #e0dedd;
  transition: border-color .15s;
}
.gab-suggested-thumb:hover img { border-color: #ffcc00; }
.gab-suggested-info { flex: 1; min-width: 0; }
.gab-suggested-name {
  display: block; font-size: 13px; font-weight: 600; color: #1a1a1a;
  text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  transition: color .15s;
}
.gab-suggested-name:hover { color: #ffcc00; }
.gab-suggested-members { font-size: 11px; color: #aaa; }

/* ================================================================
   LIGHTBOX
   ================================================================ */
.gab-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,.92);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  animation: gabFadeIn .18s ease;
}
@keyframes gabFadeIn { from { opacity: 0; } to { opacity: 1; } }

.gab-lightbox-img {
  max-width: min(92vw, 1100px);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 40px rgba(0,0,0,.6);
  cursor: default;
  animation: gabScaleIn .18s ease;
}
@keyframes gabScaleIn { from { transform: scale(.94); } to { transform: scale(1); } }

.gab-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: background .15s;
}
.gab-lightbox-close:hover { background: rgba(255,255,255,.25); }
.gab-lightbox-close svg { width: 20px; height: 20px; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1100px) {
  .gab-body {
    grid-template-columns: 1fr;
  }
  .gab-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    align-items: flex-start;
  }
  .gab-sidebar .gab-card { margin-bottom: 0; }
}

@media (max-width: 768px) {
  .gab-hero-banner,
  .gab-hero-banner-placeholder { height: 200px; }

  .gab-hero-meta {
    margin-top: -34px;
    gap: 12px;
    padding-bottom: 8px;
  }

  .gab-hero-logo { width: 76px; height: 76px; }
  .gab-hero-name { font-size: 18px; }
  .gab-hero-info { padding: 2px 4px 14px; }

  .gab-hero-actions { width: 100%; order: 3; }

  .gab-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
  .gab-sidebar { grid-template-columns: 1fr; }

  .gab-sidebar-cover,
  .gab-sidebar-cover-placeholder { height: 100px; }
}

@media (max-width: 480px) {
  .gab-shell { padding: 0 12px 32px; }

  .gab-hero-banner,
  .gab-hero-banner-placeholder { height: 160px; }

  .gab-hero-meta { margin-top: -28px; gap: 10px; padding-bottom: 6px; }
  .gab-hero-logo { width: 64px; height: 64px; border-width: 3px; }
  .gab-hero-name { font-size: 15px; white-space: normal; }
  .gab-hero-info { padding: 2px 4px 12px; }
  .gab-hero-name-row { gap: 8px; }

  .gab-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    padding: 10px;
  }
}

/* ================================================================
   SUBSCRIPTION JOIN MODAL v2
   ================================================================ */
@keyframes gmvFadeIn  { from { opacity:0 } to { opacity:1 } }
@keyframes gmvScaleIn { from { opacity:0; transform:scale(.96) } to { opacity:1; transform:scale(1) } }

.gmv-modal {
  position: fixed; inset: 0; z-index: 10000;
  display: flex; align-items: center; justify-content: center; padding: 16px;
  animation: gmvFadeIn .18s ease;
}
.gmv-backdrop {
  position: absolute; inset: 0;
  background: rgba(17, 24, 39, .55); cursor: pointer;
}
.gmv-dialog {
  position: relative; z-index: 1; background: #fff; border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
  width: 100%; max-width: 440px; max-height: 92vh;
  overflow-y: auto; overflow-x: hidden;
  display: flex; flex-direction: column;
  animation: gmvScaleIn .18s ease; -webkit-overflow-scrolling: touch;
}

/* -- Header -- */
.gmv-header {
  background: linear-gradient(145deg, #c9902b 0%, #e8b84e 48%, #b87c22 100%);
  padding: 18px 20px 20px; border-radius: 20px 20px 0 0;
  position: relative; color: #fff; flex-shrink: 0;
}
.gmv-close {
  position: absolute; top: 12px; right: 12px;
  width: 30px; height: 30px; border-radius: 50%; border: none;
  background: rgba(255,255,255,.18); color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .15s;
}
.gmv-close:hover { background: rgba(255,255,255,.32); }
.gmv-header__community { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.gmv-header__avatar-wrap {
  width: 46px; height: 46px; border-radius: 10px; overflow: hidden;
  border: 2px solid rgba(255,255,255,.35); flex-shrink: 0;
}
.gmv-header__avatar { width: 100%; height: 100%; object-fit: cover; display: block; }
.gmv-header__avatar-fb {
  width: 100%; height: 100%; background: rgba(255,255,255,.22);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 800; color: #fff;
}
.gmv-header__sub-label {
  display: block; font-size: 10px; font-weight: 700;
  letter-spacing: .12em; color: rgba(255,255,255,.78); margin-bottom: 3px;
}
.gmv-header__name { font-size: 17px; font-weight: 800; color: #fff; margin: 0; }
.gmv-header__amount-row {
  display: flex; align-items: flex-end; justify-content: space-between;
}
.gmv-header__amount-label {
  display: block; font-size: 10px; font-weight: 700;
  letter-spacing: .1em; color: rgba(255,255,255,.72);
}
.gmv-header__amount { font-size: 38px; font-weight: 900; color: #fff; line-height: 1; margin: 2px 0; }
.gmv-header__amount-period { font-size: 11px; color: rgba(255,255,255,.78); }
.gmv-secure-badge {
  display: flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.28);
  border-radius: 20px; padding: 5px 11px; font-size: 11px; font-weight: 600;
  color: #fff; white-space: nowrap; flex-shrink: 0; cursor: default;
}

/* -- Body -- */
.gmv-body { flex: 1; padding: 18px 18px 4px; }

/* Billing toggle */
.gmv-billing-toggle { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.gmv-billing-opt {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px; border: 1.5px solid #e0dedd; border-radius: 10px;
  cursor: pointer; transition: border-color .15s, background .15s;
}
.gmv-billing-opt.is-selected { border-color: #ffcc00; background: #fffbf0; }
.gmv-billing-opt input[type="radio"] { display: none; }
.gmv-billing-opt__dot {
  width: 18px; height: 18px; border-radius: 50%; border: 2px solid #d1d5db;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: border-color .15s;
}
.gmv-billing-opt.is-selected .gmv-billing-opt__dot { border-color: #ffcc00; }
.gmv-billing-opt__inner { width: 8px; height: 8px; border-radius: 50%; background: transparent; transition: background .15s; }
.gmv-billing-opt.is-selected .gmv-billing-opt__inner { background: #ffcc00; }
.gmv-billing-opt__name { flex: 1; font-size: 14px; font-weight: 600; color: #1a1a1a; }
.gmv-billing-opt__price { font-size: 14px; font-weight: 700; color: #1a1a1a; }
.gmv-billing-badge {
  display: inline-block; font-size: 10px; font-weight: 700;
  background: #16a34a; color: #fff; padding: 2px 7px; border-radius: 20px;
  font-style: normal; margin-left: 5px; vertical-align: middle;
}

/* Single billing mode pill */
.gmv-billing-single {
  display: flex; align-items: center; justify-content: space-between;
  background: #fffbf0; border: 1.5px solid #ffcc00; border-radius: 12px;
  padding: 12px 16px; margin-bottom: 16px;
}
.gmv-billing-single__mode {
  font-size: 11px; font-weight: 700; letter-spacing: .1em; color: #b87c22;
}
.gmv-billing-single__price {
  font-size: 16px; font-weight: 800; color: #1a1a1a;
}

/* Panel */
.gmv-panel { padding-bottom: 4px; }
.gmv-panel-label {
  font-size: 10px; font-weight: 700; letter-spacing: .12em;
  color: #9ca3af; margin: 0 0 10px;
}

/* Bank transfer */
.gmv-bank-loading { display: flex; align-items: center; gap: 10px; padding: 18px 0; color: #888; font-size: 13px; }
.gmv-spinner {
  width: 20px; height: 20px; border: 2px solid #e0dedd;
  border-top-color: #ffcc00; border-radius: 50%;
  animation: gmvSpin .7s linear infinite; flex-shrink: 0;
}
@keyframes gmvSpin { to { transform: rotate(360deg); } }
.gmv-bank-rows {
  border: 1.5px solid #ebe7df; border-radius: 12px;
  overflow: hidden; margin-bottom: 14px; background: #fff;
}
.gmv-bank-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px; border-bottom: 1px solid #f0ebe3;
}
.gmv-bank-row:last-child { border-bottom: none; }
.gmv-bank-row__label {
  display: block; font-size: 10px; font-weight: 700;
  letter-spacing: .1em; color: #9ca3af; margin-bottom: 2px;
}
.gmv-bank-row__val { font-size: 14px; font-weight: 700; color: #1a1a1a; }
.gmv-copy-btn {
  width: 28px; height: 28px; border: 1.5px solid #e0dedd; border-radius: 7px;
  background: #fff; color: #888; cursor: pointer; display: flex;
  align-items: center; justify-content: center; transition: border-color .15s, color .15s; flex-shrink: 0;
}
.gmv-copy-btn:hover { border-color: #ffcc00; color: #ffcc00; }
.gmv-bank-note { font-size: 12px; color: #6b7280; margin: 0 0 14px; line-height: 1.5; }

/* Card form */
.gmv-field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 12px; }
.gmv-field:last-of-type { margin-bottom: 0; }
.gmv-field > span, .gmv-field > label > span {
  font-size: 10px; font-weight: 700; letter-spacing: .1em; color: #9ca3af;
}
.gmv-input-wrap { position: relative; }
.gmv-input-wrap input { padding-right: 38px; }
.gmv-card-icon {
  position: absolute; right: 11px; top: 50%; transform: translateY(-50%);
  color: #9ca3af; pointer-events: none;
}
.gmv-field input, .gmv-field select {
  width: 100%; border: 1.5px solid #e0dedd; border-radius: 10px;
  padding: 12px 13px; font-size: 14px; color: #111827;
  background: #fafafa; box-sizing: border-box;
  transition: border-color .15s, box-shadow .15s;
}
.gmv-field input:focus {
  outline: none; border-color: #ffcc00; background: #fff;
  box-shadow: 0 0 0 3px rgba(230, 181, 65, .14);
}
.gmv-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

/* Paystack redirect */
.gmv-redirect-wrap { padding: 10px 0 4px; text-align: center; }
.gmv-redirect-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: #fffbf0; border: 2px solid #f0e5c0;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 14px;
}
.gmv-redirect-text { font-size: 14px; color: #555; margin: 0 0 20px; line-height: 1.6; }

/* Pending panel */
.gmv-pending { text-align: center; padding: 14px 0 4px; }
.gmv-pending__icon {
  width: 60px; height: 60px; border-radius: 50%;
  background: #fff8e6; border: 2px solid #f0e5c0;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 16px;
}
.gmv-pending__title { font-size: 17px; font-weight: 800; color: #1a1a1a; margin: 0 0 10px; }
.gmv-pending__body { font-size: 14px; color: #555; margin: 0 0 8px; line-height: 1.6; }
.gmv-pending__hint { font-size: 12px; color: #9ca3af; margin: 0 0 20px; }

/* Proof of payment upload panel */
.gmv-proof-hint {
  font-size: 13px; color: #6b7280; margin: 0 0 14px; line-height: 1.5;
}
.gmv-upload-zone {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; padding: 24px 16px; margin-bottom: 14px;
  border: 2px dashed #d1cbc0; border-radius: 14px;
  background: #fafaf8; text-align: center; cursor: pointer;
  transition: border-color .2s, background .2s;
}
.gmv-upload-zone:hover,
.gmv-upload-zone--over { border-color: #ffcc00; background: #fffbf0; }
.gmv-upload-zone--selected { border-color: #2db55d; background: #f0fff6; border-style: solid; }
.gmv-upload-icon { color: #b0a898; margin-bottom: 4px; }
.gmv-upload-zone--selected .gmv-upload-icon { color: #2db55d; }
.gmv-upload-label { font-size: 13px; color: #6b7280; line-height: 1.5; }
.gmv-upload-label strong { color: #1a1a1a; font-weight: 700; }
.gmv-upload-label small { font-size: 11px; color: #9ca3af; }

/* CTA button */
.gmv-cta {
  display: block; width: 100%; padding: 14px 16px; margin-top: 6px;
  background: linear-gradient(90deg, #f0c040 0%, #d4950a 100%);
  color: #1a1a1a; border: none; border-radius: 30px;
  font-size: 15px; font-weight: 800; cursor: pointer;
  transition: transform .15s, box-shadow .15s, opacity .15s;
}
.gmv-cta:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(210, 157, 44, .28); }
.gmv-cta:disabled { opacity: .6; cursor: not-allowed; }
.gmv-cta--outline {
  background: transparent; border: 1.5px solid #e0dedd;
  color: #555; box-shadow: none;
}
.gmv-cta--outline:hover:not(:disabled) { border-color: #bbb; box-shadow: none; transform: none; }

/* Error */
.gmv-error {
  margin-top: 10px; padding: 10px 12px; border-radius: 8px;
  background: #fff1f2; color: #b42318; font-size: 13px; text-align: center;
}

/* Footer: method switcher */
.gmv-footer { border-top: 1.5px solid #f0ebe3; margin-top: 14px; position: relative; flex-shrink: 0; }
.gmv-method-row {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px; cursor: pointer; transition: background .15s;
}
.gmv-footer--single .gmv-method-row { cursor: default; }
.gmv-method-row:hover { background: #faf8f4; }
.gmv-footer--single .gmv-method-row:hover { background: transparent; }
.gmv-method-icon {
  width: 34px; height: 34px; border-radius: 8px; background: #f4f2ef;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #555;
}
.gmv-method-info { flex: 1; }
.gmv-method-label { display: block; font-size: 10px; font-weight: 700; letter-spacing: .1em; color: #9ca3af; }
.gmv-method-name { font-size: 14px; font-weight: 700; color: #1a1a1a; }
.gmv-method-chevron { color: #9ca3af; flex-shrink: 0; transition: transform .2s; }
.gmv-footer--single .gmv-method-chevron { display: none; }
.gmv-method-dropdown { border-top: 1px solid #f0ebe3; background: #fff; }
.gmv-method-option {
  display: flex; align-items: center; gap: 10px; width: 100%;
  padding: 10px 18px; border: none; background: transparent;
  cursor: pointer; text-align: left; transition: background .15s;
}
.gmv-method-option:hover { background: #faf8f4; }
.gmv-method-option.is-active { background: #fffbf0; }
.gmv-method-option__icon {
  width: 28px; height: 28px; border-radius: 7px; background: #f4f2ef;
  display: flex; align-items: center; justify-content: center; color: #555; flex-shrink: 0;
}
.gmv-method-option__name { font-size: 13px; font-weight: 600; color: #1a1a1a; }

/* SSL note */
.gmv-ssl-note {
  display: flex; align-items: center; justify-content: center; gap: 5px;
  padding: 8px 0 14px; font-size: 11px; color: #9ca3af; flex-shrink: 0;
}

/* Responsive */
@media (max-width: 480px) {
  .gmv-modal { align-items: flex-end; padding: 0; }
  .gmv-dialog { border-radius: 20px 20px 0 0; max-height: 92vh; max-width: 100%; }
  .gmv-field-row { grid-template-columns: 1fr; }
}


.gci-video-card {
  padding: 18px;
  border: 1px solid #eadfce;
  border-radius: 18px;
  background: #fff;
}

.gci-video {
  width: 100%;
  border-radius: 14px;
  background: #111827;
}

.gci-video-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1f3a8a;
  font-weight: 700;
  text-decoration: none;
}

/* ================================================================
   GAB-ABOUT-WRAP — single-column centred layout
   ================================================================ */
.gab-about-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 0 40px;
}

/* ================================================================
   GAB-ABOUT-CARD — Kindred-style rich About section
   ================================================================ */

/* Card container */
.gab-about-card {
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1px solid #ddd5c8 !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07) !important;
  overflow: hidden !important;
  margin-bottom: 20px !important;
}

/* HEAD: title row */
.gab-about-head {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 24px 20px;
  border-bottom: 1px solid #f0ebe1;
}
.gab-about-head-text {
  min-width: 0;
}
.gab-about-title {
  font-size: 20px;
  font-weight: 800;
  color: #171412;
  margin: 0 0 4px;
  line-height: 1.25;
  letter-spacing: -.01em;
}
.gab-about-subtitle {
  font-size: 14px;
  color: #7a7066;
  margin: 0;
  line-height: 1.5;
}
.gab-about-edit-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  border: 1.5px solid #c8962a;
  border-radius: 8px;
  background: transparent;
  color: #c8962a;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s, color .15s;
  white-space: nowrap;
}
.gab-about-edit-btn svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.gab-about-edit-btn:hover {
  background: #c8962a;
  color: #fff;
}

/* Section blocks */
.gab-about-section {
  padding: 20px 24px;
  border-bottom: 1px solid #f0ebe1;
}
.gab-about-section:last-child,
.gab-about-footer {
  border-bottom: none;
}

/* Eyebrow labels */
.gab-about-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  color: #c8962a;
  text-transform: uppercase;
  margin: 0 0 12px;
}

/* Body text */
.gab-about-body-text {
  font-size: 14px;
  color: #4a4540;
  line-height: 1.7;
  margin: 0;
}
.gab-desc-empty {
  color: #a89e94;
  font-style: italic;
}

/* WHO ITS FOR list */
.gab-about-who-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Shared list items (who / rules) */
.gab-about-list-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  font-size: 14px !important;
  color: #4a4540 !important;
  line-height: 1.5 !important;
}
.gab-about-bullet {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c8962a;
  margin-top: 6px;
}

/* WHAT MEMBERS GET — 2-col benefit grid */
.gab-about-benefits-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 10px 16px !important;
}
.gab-about-benefit-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  font-size: 13px !important;
  color: #4a4540 !important;
  line-height: 1.4 !important;
}
.gab-about-check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fdf3e0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.gab-about-check svg {
  width: 11px;
  height: 11px;
  color: #c8962a;
}

/* HOST section */
.gab-about-host-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 16px !important;
}
.gab-about-host-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #f0ebe1;
}
.gab-about-host-avatar-ph {
  background: linear-gradient(135deg, #c8962a 0%, #e8b74a 100%);
}
.gab-about-host-info {
  min-width: 0;
}
.gab-about-host-name {
  font-size: 15px;
  font-weight: 700;
  color: #171412;
  margin: 0 0 2px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.gab-about-host-role {
  font-size: 13px;
  color: #7a7066;
  margin: 0 0 6px;
}
.gab-about-host-bio {
  font-size: 13px;
  color: #4a4540;
  line-height: 1.55;
  margin: 0;
}
.gab-about-verified {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 20px;
  background: #fdf3e0;
  color: #c8962a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  border: 1px solid #ffcc00;
  vertical-align: middle;
}

/* COMMUNITY RULES list */
.gab-about-rules-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* META section */
.gab-about-meta-section {
  background: #faf7f1;
}

/* FOOTER */
.gab-about-footer {
  padding: 20px 24px !important;
  display: flex !important;
  justify-content: center !important;
}
.gab-about-community-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 28px !important;
  border-radius: 10px !important;
  background: #171412 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  letter-spacing: .02em !important;
  width: 100% !important;
  max-width: 320px !important;
}
.gab-about-community-btn:hover {
  background: #2a2420;
  transform: translateY(-1px);
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .gab-about-benefits-grid {
    grid-template-columns: 1fr;
  }
  .gab-about-head {
    padding: 18px 16px 16px;
  }
  .gab-about-section {
    padding: 16px;
  }
  .gab-about-footer {
    padding: 16px;
  }
}

/* -- Join modal: stepped flow (plan + payment method) ------------- */
.gmv-step { padding: 2px 0; }

.gmv-step-back {
  display: inline-flex; align-items: center; gap: 5px;
  margin: 0 0 14px; padding: 4px 0;
  border: 0; background: transparent; cursor: pointer;
  color: #6b7280; font-size: 13px; font-weight: 700;
}
.gmv-step-back:hover { color: #111827; }

/* Plan chooser */
.gmv-plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gmv-plan-card {
  display: flex; flex-direction: column; gap: 4px;
  padding: 16px 14px; text-align: left; cursor: pointer;
  border: 1.5px solid #e0dedd; border-radius: 14px; background: #fff;
  transition: border-color .15s, background .15s, box-shadow .15s, transform .15s;
}
.gmv-plan-card:hover { border-color: #ffcc00; transform: translateY(-1px); }
.gmv-plan-card.is-selected { border-color: #ffcc00; background: #fffbf0; box-shadow: 0 0 0 1px #ffcc00 inset; }
.gmv-plan-card__mode { font-size: 13px; font-weight: 700; color: #6b7280; text-transform: uppercase; letter-spacing: .04em; }
.gmv-plan-card__price { font-size: 22px; font-weight: 800; color: #111827; line-height: 1.1; }
.gmv-plan-card__sub { font-size: 12px; font-weight: 600; color: #9ca3af; }

/* Payment method choices */
.gmv-method-choices { display: flex; flex-direction: column; gap: 10px; }
.gmv-method-choice {
  display: flex; align-items: center; gap: 12px; width: 100%;
  padding: 14px 16px; text-align: left; cursor: pointer;
  border: 1.5px solid #e0dedd; border-radius: 14px; background: #fff;
  transition: border-color .15s, background .15s, transform .15s;
}
.gmv-method-choice:hover { border-color: #ffcc00; background: #fffbf0; transform: translateY(-1px); }
.gmv-method-choice__icon {
  width: 40px; height: 40px; flex-shrink: 0; border-radius: 10px;
  background: #f4f2ef; color: #4b5563;
  display: flex; align-items: center; justify-content: center;
}
.gmv-method-choice__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.gmv-method-choice__body strong { font-size: 15px; font-weight: 800; color: #111827; }
.gmv-method-choice__body small { font-size: 12.5px; font-weight: 600; color: #9ca3af; line-height: 1.3; }
.gmv-method-choice__arrow { color: #c4c0ba; flex-shrink: 0; }

/* Background availability check (loading state on the method step) */
.gmv-method-checking {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 30px 0; color: #6b7280; font-size: 13.5px; font-weight: 600;
}

@media (max-width: 480px) {
  .gmv-plan-grid { grid-template-columns: 1fr; }
}

/* ================================================================
   Community Intro Checkout Modal - Earnlee checkout UI
   ================================================================ */
.gmv-checkout-modal {
  padding: clamp(14px, 3vw, 30px);
  align-items: center;
}
.gmv-checkout-modal .gmv-backdrop {
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(1px);
}
.gmv-checkout-modal .gmv-dialog {
  width: min(92vw, 740px);
  max-width: 740px;
  max-height: min(92vh, 860px);
  border-radius: 0;
  background: #fff;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 30px 80px rgba(0,0,0,.42);
}
.gmv-checkout-modal .gmv-header {
  border-radius: 0;
  background:
    radial-gradient(circle at 72% 7%, rgba(212,175,106,.18), transparent 18%),
    linear-gradient(135deg, #0b0b0b 0%, #111111 52%, #171717 100%);
  border-bottom: 2px solid #ffcc00;
  padding: 40px 44px 34px;
}
.gmv-checkout-modal .gmv-close {
  top: 14px;
  right: 14px;
  color: #d8d8d8;
  background: rgba(255,255,255,.08);
  border-radius: 0;
}
.gmv-header__topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 36px;
}
.gmv-checkout-modal .gmv-header__community {
  margin: 0;
  gap: 18px;
}
.gmv-checkout-modal .gmv-header__avatar-wrap {
  width: 64px;
  height: 64px;
  border-radius: 0;
  border: 1px solid #b99a54;
  background: #141414;
}
.gmv-checkout-modal .gmv-header__avatar-fb {
  background: transparent;
  color: #fff;
  font-family: Fraunces, "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 700;
}
.gmv-checkout-modal .gmv-header__sub-label,
.gmv-checkout-modal .gmv-header__amount-label,
.gmv-checkout-modal .gmv-panel-label {
  color: #8c8c8c;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .22em;
}
.gmv-checkout-modal .gmv-header__sub-label {
  margin: 2px 0 7px;
}
.gmv-checkout-modal .gmv-header__name {
  color: #fff;
  font-family: Fraunces, "Cormorant Garamond", serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 650;
  line-height: 1.04;
}
.gmv-checkout-modal .gmv-secure-badge {
  border-radius: 0;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.04);
  color: #d7d0c5;
  padding: 11px 18px;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.gmv-checkout-modal .gmv-header__amount-row {
  display: block;
}
.gmv-checkout-modal .gmv-header__amount {
  display: inline;
  color: #fff;
  font-family: Fraunces, "Cormorant Garamond", serif;
  font-size: clamp(42px, 5vw, 58px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
}
.gmv-checkout-modal .gmv-header__amount-period {
  display: inline;
  color: #bdb7ad;
  font-size: 18px;
  font-weight: 700;
  margin-left: 8px;
}
.gmv-checkout-modal .gmv-body {
  padding: 38px 44px 22px;
  background: #fff;
}
.gmv-checkout-modal .gmv-step-back {
  color: #6f6f6f;
  margin-bottom: 18px;
}
.gmv-checkout-modal .gmv-plan-grid {
  gap: 14px;
}
.gmv-checkout-modal .gmv-plan-card {
  border-radius: 0;
  border: 1px solid #dedede;
  box-shadow: none;
}
.gmv-checkout-modal .gmv-plan-card.is-selected,
.gmv-checkout-modal .gmv-plan-card:hover {
  border-color: #ffcc00;
  background: #fff9e8;
}
.gmv-checkout-modal .gmv-method-choices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0;
  border: 1px solid #dedede;
  background: #fff;
}
.gmv-checkout-modal .gmv-method-choice {
  min-height: 64px;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-right: 1px solid #dedede;
  border-radius: 0;
  background: #fff;
  color: #747474;
  transform: none;
  padding: 16px 12px;
}
.gmv-checkout-modal .gmv-method-choice:last-child {
  border-right: 0;
}
.gmv-checkout-modal .gmv-method-choice:hover,
.gmv-checkout-modal .gmv-method-choice.is-active {
  background: #fff;
  color: #111;
  box-shadow: inset 0 0 0 1px #cfcfcf;
}
.gmv-checkout-modal .gmv-method-choice__icon {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: currentColor;
}
.gmv-checkout-modal .gmv-method-choice__body {
  flex: 0 0 auto;
}
.gmv-checkout-modal .gmv-method-choice__body strong {
  color: currentColor;
  font-size: 16px;
  font-weight: 800;
}
.gmv-checkout-modal .gmv-method-checking {
  min-height: 132px;
}
.gmv-checkout-modal .gmv-bank-rows {
  border: 1px solid #dedede;
  border-radius: 0;
  margin-bottom: 12px;
}
.gmv-checkout-modal .gmv-bank-row {
  padding: 13px 16px;
  border-color: #ededed;
}
.gmv-checkout-modal .gmv-bank-row__label {
  color: #7a7a7a;
  font-size: 12px;
  letter-spacing: .18em;
}
.gmv-checkout-modal .gmv-bank-row__value,
.gmv-checkout-modal .gmv-bank-row__val {
  color: #111;
  font-size: 15px;
  font-weight: 800;
}
.gmv-checkout-modal .gmv-copy-btn {
  border: 0;
  border-radius: 0;
  color: #777;
}
.gmv-checkout-modal .gmv-upload-zone {
  flex-direction: row;
  justify-content: flex-start;
  padding: 16px 18px;
  border-radius: 0;
  border: 1px dashed #d9d9d9;
  background: #fff;
  text-align: left;
}
.gmv-checkout-modal .gmv-upload-icon {
  color: #ffcc00;
}
.gmv-checkout-modal .gmv-upload-zone--selected {
  border-color: #25a56a;
  background: #f5fff9;
}
.gmv-checkout-modal .gmv-upload-label strong {
  color: #111;
  font-size: 15px;
}
.gmv-checkout-modal .gmv-redirect-wrap {
  padding: 24px 0 0;
  border: 1px solid #dedede;
  margin-top: 18px;
  text-align: left;
}
.gmv-checkout-modal .gmv-redirect-icon {
  display: inline-flex;
  margin: 0 16px 0 26px;
  width: 46px;
  height: 46px;
  border-radius: 0;
  border: 0;
  background: #fff8df;
  vertical-align: top;
}
.gmv-checkout-modal .gmv-paystack-title {
  display: inline-block;
  margin: 2px 0 3px;
  color: #111;
  font-size: 20px;
  font-weight: 900;
}
.gmv-checkout-modal .gmv-redirect-text {
  margin: -18px 26px 18px 88px;
  color: #777;
  font-size: 16px;
}
.gmv-paystack-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 36px;
  padding: 0 26px 24px;
  color: #4b4b4b;
  font-size: 16px;
}
.gmv-paystack-options i {
  color: #ffcc00;
  margin-right: 8px;
}
.gmv-checkout-modal .gmv-secure-line {
  display: flex;
  justify-content: center;
  gap: 8px;
  color: #7f7f7f;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 14px;
}
.gmv-checkout-modal #gmvStripePaymentElement {
  border: 1px solid #dedede;
  padding: 16px;
  background: #fff;
}
.gmv-checkout-modal .gmv-cta {
  border-radius: 0;
  padding: 16px 18px;
  background: #ffcc00;
  border: 1px solid #d9a500;
  box-shadow: 0 12px 20px rgba(218, 160, 0, .18);
  color: #000;
  font-size: 17px;
  font-weight: 900;
}
.gmv-checkout-modal .gmv-cta:hover:not(:disabled) {
  transform: none;
  box-shadow: 0 15px 28px rgba(218, 160, 0, .22);
}
.gmv-checkout-modal .gmv-cta--outline {
  background: transparent;
  color: #111;
  border-color: #dedede;
  box-shadow: none;
}
.gmv-checkout-modal .gmv-error {
  border-radius: 0;
}
.gmv-checkout-modal .gmv-pending {
  padding: 28px 0 12px;
}
.gmv-checkout-modal .gmv-pending__title {
  font-family: Fraunces, "Cormorant Garamond", serif;
  font-size: 25px;
}
.gmv-checkout-modal .gmv-ssl-note {
  padding: 15px 24px 28px;
  background: #fff;
  color: #777;
  font-size: 14px;
}
.gmv-paystack-overlay {
  position: fixed;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, .72);
}
.gmv-paystack-modal {
  position: relative;
  width: min(94vw, 560px);
  height: min(86vh, 760px);
  background: #fff;
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 26px 70px rgba(0,0,0,.44);
  display: flex;
  flex-direction: column;
}
.gmv-paystack-modal__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: #111;
  color: #fff;
}
.gmv-paystack-modal__bar button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}
.gmv-paystack-modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}
.gmv-paystack-fallback {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  padding: 10px 14px;
  border: 1px solid #ffcc00;
  background: #fff;
  color: #111;
  font-weight: 800;
  cursor: pointer;
}
@media (max-width: 720px) {
  .gmv-checkout-modal {
    align-items: center;
    padding: 14px;
  }
  .gmv-checkout-modal .gmv-dialog {
    width: 100%;
    max-height: 94vh;
  }
  .gmv-checkout-modal .gmv-header {
    padding: 32px 22px 26px;
  }
  .gmv-header__topline {
    gap: 12px;
    margin-bottom: 28px;
  }
  .gmv-checkout-modal .gmv-header__avatar-wrap {
    width: 52px;
    height: 52px;
  }
  .gmv-checkout-modal .gmv-secure-badge {
    padding: 9px 10px;
    font-size: 10px;
  }
  .gmv-checkout-modal .gmv-body {
    padding: 28px 20px 18px;
  }
  .gmv-checkout-modal .gmv-method-choices {
    grid-template-columns: 1fr;
  }
  .gmv-checkout-modal .gmv-method-choice {
    border-right: 0;
    border-bottom: 1px solid #dedede;
  }
  .gmv-checkout-modal .gmv-method-choice:last-child {
    border-bottom: 0;
  }
  .gmv-paystack-options {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .gmv-checkout-modal .gmv-redirect-text {
    margin: 8px 20px 18px;
  }
  .gmv-paystack-modal {
    width: 100%;
    height: 88vh;
  }
}

/* Intro page sharp-edge pass */
.gci-card,
.gci-hero-media,
.gci-hero-image,
.gci-hero-placeholder,
.gci-join-btn,
.gci-join-btn-muted,
.gci-chip,
.gci-cta-panel,
.gci-host-card,
.gci-host-avatar,
.gci-gallery-item,
.gci-gallery-media,
.gci-video-card,
.gci-video,
.gci-video-link,
.gci-slider-nav,
.gci-slider-dot,
.gci-check,
.gmv-billing-opt,
.gmv-billing-single,
.gmv-bank-rows,
.gmv-copy-btn,
.gmv-upload-zone,
.gmv-cta,
.gmv-plan-card,
.gmv-method-choice,
.gmv-checkout-modal,
.gmv-checkout-modal .gmv-close,
.gmv-checkout-modal .gmv-method-choice,
.gmv-checkout-modal .gmv-upload-zone,
.gmv-checkout-modal .gmv-cta {
  border-radius: 6px !important;
}

.gci-meta-item,
.gci-note,
.gci-benefit,
.gci-faq-trigger {
  border-radius: 4px !important;
}

@media (max-width: 767.98px) {
  .gci-card,
  .gci-hero-media,
  .gci-cta-panel {
    border-radius: 6px !important;
  }
}
/* Community intro hero redesign overrides */
.gci-card {
  border-radius: 0 !important;
}

.gci-hero-media {
  border-radius: 12px !important;
}

.gci-hero-image,
.gci-hero-placeholder {
  border-radius: 0 !important;
}

.gci-slider-dot {
  border-radius: 6px !important;
}

.gci-join-wrap {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center;
  width: 100%;
}

.gci-join-btn,
.gci-join-btn-muted {
  border-radius: 2px !important;
}

@media (max-width: 767.98px) {
  .gci-hero-media {
    border-radius: 10px !important;
  }
}
.gci-card {
  background: transparent !important;
}

:root[data-theme="dark"] .gci-meta-icon svg,
body.night-mode .gci-meta-icon svg {
  color: inherit !important;
  stroke: currentColor !important;
}

:root[data-theme="dark"] .gci-meta-icon-privacy,
body.night-mode .gci-meta-icon-privacy {
  background: #dff8ee !important;
  color: #12a46f !important;
}

:root[data-theme="dark"] .gci-meta-icon-price,
:root[data-theme="dark"] .gci-meta-icon-host,
body.night-mode .gci-meta-icon-price,
body.night-mode .gci-meta-icon-host {
  background: #fff3bf !important;
  color: #f0bb00 !important;
}

:root[data-theme="dark"] .gci-meta-icon-members,
body.night-mode .gci-meta-icon-members {
  background: #efe0ff !important;
  color: #9348ff !important;
}
/* Exact community intro metadata icon pass */
.gci-meta-icon {
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  flex: 0 0 28px;
}

.gci-meta-icon svg {
  width: 18px !important;
  height: 18px !important;
  color: inherit !important;
  stroke: currentColor !important;
}

.gci-meta-icon-privacy:has(circle) {
  width: 26px !important;
  height: 26px !important;
  flex-basis: 26px;
}

.gci-meta-icon-privacy:has(circle) svg {
  width: 15px !important;
  height: 15px !important;
}

.gci-meta-icon-price,
.gci-meta-icon-host {
  background: #fff6d7 !important;
  color: #f0c400 !important;
}

.gci-meta-icon-members {
  background: #f0e3ff !important;
  color: #7b38f2 !important;
}

.gci-meta-icon-privacy {
  background: #e2f8ef !important;
  color: #08a36b !important;
}
/* Community intro metadata scale pass */
.gci-meta-row {
  margin-top: 32px !important;
}

.gci-meta-item {
  gap: 10px !important;
  padding: 0 18px !important;
  font-size: 15px !important;
}

.gci-meta-item strong {
  font-size: 15px !important;
}

.gci-meta-icon {
  width: 39px !important;
  height: 39px !important;
  flex-basis: 39px !important;
}

.gci-meta-icon svg {
  width: 27px !important;
  height: 27px !important;
}

.gci-meta-icon-privacy:has(circle) {
  width: 39px !important;
  height: 39px !important;
  flex-basis: 39px !important;
}

.gci-meta-icon-privacy:has(circle) svg {
  width: 27px !important;
  height: 27px !important;
}

.gci-join-btn {
  font-size: 14px !important;
}

.gci-note {
  font-size: 13px !important;
}

.gci-note svg {
  width: 14px !important;
  height: 14px !important;
}
@media (max-width: 767.98px) {
  .gci-cta-panel .gci-join-btn {
    width: 50% !important;
    min-width: 0 !important;
  }
}
/* Keep CTA button labels on one line */
.gci-join-btn {
  white-space: nowrap !important;
}

@media (max-width: 767.98px) {
  .gci-cta-panel .gci-join-btn {
    width: auto !important;
    min-width: 190px !important;
    max-width: 80% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
/* Community intro host card redesign */
.gci-host-section {
  max-width: 1000px !important;
  padding-top: 0 !important;
}

.gci-host-section .gci-eyebrow {
  color: #b94b4f !important;
  font-size: 14px !important;
  letter-spacing: 0.08em !important;
  margin-bottom: 28px !important;
}

.gci-host-card {
  position: relative;
  display: grid !important;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center !important;
  gap: 42px !important;
  min-height: 250px;
  margin-top: 0 !important;
  padding: 34px 56px !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 16%, rgba(240, 198, 83, 0.15) 0 1px, transparent 1px) 0 0 / 10px 10px,
    linear-gradient(120deg, rgba(255, 250, 241, 0.96), rgba(255, 253, 248, 0.92)) !important;
  border: 1px solid #eadfce !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 45px rgba(47, 36, 22, 0.08) !important;
}

.gci-host-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 420px;
  height: 260px;
  border-radius: 50% !important;
  background: rgba(237, 214, 172, 0.18);
  transform: rotate(-18deg);
  pointer-events: none;
}

.gci-host-avatar {
  position: relative;
  z-index: 1;
  width: 156px !important;
  height: 156px !important;
  border: 4px solid #efb82e !important;
  border-radius: 50% !important;
  background: #f6d39c !important;
  box-shadow: none !important;
}

.gci-host-avatar img {
  border-radius: 50% !important;
}

.gci-host-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.gci-host-copy strong {
  color: #172033 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 36px !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.gci-host-copy .gci-host-role {
  display: block;
  margin-top: 12px !important;
  color: #d99a18 !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.gci-host-bio {
  max-width: 560px;
  margin: 26px 0 0 !important;
  color: #2c3547 !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
  font-weight: 500 !important;
}

@media (max-width: 767.98px) {
  .gci-host-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 22px !important;
    min-height: 0;
    padding: 28px 22px !important;
  }

  .gci-host-avatar {
    width: 132px !important;
    height: 132px !important;
  }

  .gci-host-copy strong {
    font-size: 30px !important;
  }

  .gci-host-copy .gci-host-role {
    font-size: 16px !important;
  }

  .gci-host-bio {
    margin-top: 18px !important;
    font-size: 15px !important;
  }
}
/* Mobile intro metadata: 2x2 left-aligned grid */
@media (max-width: 767.98px) {
  .gci-meta-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 1px !important;
    justify-items: start !important;
    align-items: center !important;
    max-width: 390px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .gci-meta-item {
    width: 100%;
    justify-content: flex-start !important;
    padding: 0 !important;
    border-left: 0 !important;
    white-space: nowrap;
  }

  .gci-meta-item + .gci-meta-item {
    border-left: 0 !important;
  }
}
/* Community intro final privacy, host, dark-mode and gallery fixes */
.gci-host-section {
  width: min(750px, calc(100vw - 44px)) !important;
  max-width: none !important;
  margin-left: 50% !important;
  transform: translateX(-50%);
}

.gci-host-card {
  grid-template-columns: 180px minmax(0, 1fr) !important;
  gap: 18px !important;
  padding: 30px 36px !important;
}

.gci-host-avatar {
  width: 148px !important;
  height: 148px !important;
}

:root[data-theme="dark"] .gci-check,
body.night-mode .gci-check {
  background: rgba(216, 166, 55, 0.18) !important;
  border: 1px solid #d8a637 !important;
  box-shadow: inset 0 1px 0 rgba(255, 220, 130, 0.18) !important;
}

:root[data-theme="dark"] .gci-host-card,
body.night-mode .gci-host-card {
  background: #20252e !important;
  border-color: #303744 !important;
  box-shadow: none !important;
}

:root[data-theme="dark"] .gci-host-card::after,
body.night-mode .gci-host-card::after {
  background: rgba(237, 214, 172, 0.12) !important;
}

:root[data-theme="dark"] .gci-host-copy strong,
body.night-mode .gci-host-copy strong {
  color: #f6f7fb !important;
}

:root[data-theme="dark"] .gci-host-copy .gci-host-role,
body.night-mode .gci-host-copy .gci-host-role {
  color: #d3d9e6 !important;
}

:root[data-theme="dark"] .gci-host-bio,
body.night-mode .gci-host-bio {
  color: #d5dbe7 !important;
}

@media (max-width: 767.98px) {
  .gci-host-section {
    width: 100% !important;
    margin-left: auto !important;
    transform: none;
  }

  .gci-host-card {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}
/* Community intro cleanup: align host, FAQ, inside and CTA sections. */
.gci-section {
  max-width: 820px !important;
  margin: 46px auto 0 !important;
  padding: 0 18px 34px !important;
}

.gci-host-section {
  width: auto !important;
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  transform: none !important;
}

.gci-host-section .gci-eyebrow {
  color: #d69b2f !important;
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
  margin-bottom: 8px !important;
}

.gci-host-card {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center !important;
  gap: 18px !important;
  min-height: 0 !important;
  margin-top: 20px !important;
  padding: 20px !important;
  background: #ffffff !important;
  border: 1px solid #e9e0d5 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.gci-host-card::after {
  display: none !important;
}

.gci-host-avatar {
  width: 88px !important;
  height: 88px !important;
  border: 1px solid #e9e0d5 !important;
  border-radius: 6px !important;
  background: #fff8df !important;
}

.gci-host-avatar img {
  border-radius: 6px !important;
}

.gci-host-copy strong {
  color: #050505 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.gci-host-copy .gci-host-role {
  margin-top: 6px !important;
  color: #6f7690 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
}

.gci-host-bio {
  max-width: 680px !important;
  margin: 12px 0 0 !important;
  color: #4e5876 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  font-weight: 500 !important;
}

.gci-cta-panel {
  margin-top: 46px !important;
}

.gci-cta-panel p {
  display: none !important;
}

@media (max-width: 767.98px) {
  .gci-section {
    margin-top: 38px !important;
    padding: 0 0 30px !important;
  }

  .gci-host-card {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 16px !important;
    padding: 22px 18px !important;
  }

  .gci-host-avatar {
    width: 88px !important;
    height: 88px !important;
  }
}
/* Community intro host role + FAQ divider cleanup. */
.gci-host-copy .gci-host-role {
  color: #d69b2f !important;
}

.gci-faq-section {
  border-bottom: 0 !important;
}
.gci-faq-section .gci-faq-item:last-child {
  border-bottom: 0 !important;
}
/* Community intro host compact revision + FAQ end spacing. */
.gci-host-section {
  max-width: 750px !important;
}

.gci-host-card {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  min-height: 0 !important;
  margin-top: 20px !important;
  padding: 20px !important;
  background: #ffffff !important;
  border: 1px solid #e3d9cc !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.gci-host-avatar {
  width: 88px !important;
  height: 88px !important;
  border: 1px solid #e3d9cc !important;
  border-radius: 6px !important;
  background: #fff8df !important;
  flex: 0 0 88px !important;
}

.gci-host-avatar img {
  border-radius: 6px !important;
}

.gci-host-copy strong {
  color: #050505 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.gci-host-copy .gci-host-role {
  margin-top: 6px !important;
  color: #d69b2f !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 800 !important;
}

.gci-host-bio {
  max-width: 680px !important;
  margin: 12px 0 0 !important;
  color: #233158 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
  font-weight: 500 !important;
}

.gci-faq-list::after {
  content: "";
  display: block;
  height: 1em;
}

@media (max-width: 767.98px) {
  .gci-host-section {
    max-width: 100% !important;
  }

  .gci-host-card {
    flex-direction: column !important;
    text-align: center !important;
  }
}
/* Mobile About gallery: keep all three thumbnails visible without horizontal scrolling. */
@media (max-width: 767.98px) {
  .gci-slider-dots {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    overflow-x: visible !important;
  }

  .gci-slider-dot {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    aspect-ratio: 96 / 68 !important;
  }

  .gabx-gallery {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    overflow-x: visible !important;
    padding-bottom: 0 !important;
  }

  .gabx-gtile,
  .gabx-gadd {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
  }

  .gabx-gtile.is-featured {
    width: 100% !important;
  }
}
/* Final host-card UI: attached split portrait card. */
.gci-host-section,
.gabx-card.gabx-host-section {
  max-width: 736px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.gci-host-section .gci-eyebrow,
.gabx-host-section .gabx-eyebrow {
  color: #f0b400 !important;
  font-size: 10px !important;
  line-height: 1 !important;
  letter-spacing: .22em !important;
  margin-bottom: 20px !important;
  font-weight: 900 !important;
}

.gci-host-card,
.gabx-host-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 0 !important;
  min-height: 324px !important;
  margin-top: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: linear-gradient(112deg, #fff6bf 0%, #fffce7 54%, #ffffff 100%) !important;
  border: 0 !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 38px rgba(18,18,18,.12) !important;
  text-align: left !important;
}

.gci-host-card::before,
.gabx-host-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(90deg, rgba(255,246,191,0) 0 280px, rgba(255,249,210,.82) 280px, rgba(255,253,238,.92) 60%, rgba(255,255,255,.86) 100%) !important;
  pointer-events: none !important;
}

.gci-host-card::after,
.gabx-host-card::after {
  display: none !important;
}

.gci-host-avatar,
.gabx-host-avatar {
  position: relative !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 324px !important;
  flex: 0 0 auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f4ead8 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.gci-host-avatar img,
.gabx-host-avatar img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
  display: block !important;
}

.gci-host-copy,
.gabx-host-copy {
  position: relative !important;
  z-index: 2 !important;
  max-width: 410px !important;
  padding: 42px 48px 42px 40px !important;
  min-width: 0 !important;
}

.gci-host-copy strong,
.gabx-host-name {
  display: block !important;
  margin: 0 !important;
  color: #050505 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 34px !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.gci-host-copy .gci-host-role,
.gabx-host-role {
  display: block !important;
  margin: 10px 0 0 !important;
  color: #f0b400 !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

.gci-host-bio,
.gabx-host-bio {
  max-width: 360px !important;
  margin: 24px 0 0 !important;
  color: #4a4a4a !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
}

@media (max-width: 760px) {
  .gci-host-card,
  .gabx-host-card {
    display: block !important;
    min-height: 0 !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, #fff6bf 0%, #fffdf0 66%, #ffffff 100%) !important;
  }

  .gci-host-card::before,
  .gabx-host-card::before {
    background: linear-gradient(180deg, rgba(255,246,191,0) 0 286px, rgba(255,249,210,.72) 286px, rgba(255,253,240,1) 78%, rgba(255,255,255,.9) 100%) !important;
  }

  .gci-host-avatar,
  .gabx-host-avatar {
    height: 286px !important;
    min-height: 286px !important;
  }

  .gci-host-copy,
  .gabx-host-copy {
    max-width: none !important;
    padding: 34px 26px 30px !important;
  }

  .gci-host-copy strong,
  .gabx-host-name {
    font-size: 29px !important;
  }
}