/* Garcinia Max Burn brand site components */
.gmb-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 255, 251, .92);
  border-bottom: 1px solid var(--gmb-line);
  backdrop-filter: blur(10px);
}
.gmb-header-inner {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.gmb-logo {
  color: var(--gmb-green-dark);
  font-weight: 900;
  font-size: 19px;
  line-height: 1.1;
}
.gmb-logo span { color: var(--gmb-green); }
.gmb-nav-cta,
.gmb-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 15px;
  border-radius: 999px;
  background: var(--gmb-green);
  color: #fff;
  font-weight: 900;
  font-size: 13px;
}

.gmb-hero {
  padding: 46px 0 34px;
}
.gmb-hero-grid,
.gmb-split,
.gmb-teaser-card {
  display: grid;
  gap: 22px;
  align-items: center;
}
.gmb-hero-copy {
  display: grid;
  gap: 12px;
  text-align: center;
}
.gmb-hero h1 {
  font-size: clamp(34px, 10vw, 66px);
}
.gmb-hero p {
  max-width: 520px;
  margin: 0 auto;
  font-size: 16px;
}
.gmb-actions {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin-top: 6px;
}
.gmb-actions span {
  color: var(--gmb-muted);
  font-size: 12px;
  font-weight: 800;
}
.gmb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border-radius: var(--gmb-radius);
  background: linear-gradient(180deg, #20a97e 0%, var(--gmb-green) 60%, var(--gmb-green-deep) 100%);
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  box-shadow: 0 12px 26px rgba(19, 130, 95, .24), inset 0 1px 0 rgba(255, 255, 255, .28);
  text-align: center;
}
.gmb-btn:hover,
.gmb-nav-cta:hover,
.gmb-footer-cta:hover {
  filter: brightness(1.04);
  text-decoration: none;
}
.gmb-btn-light {
  background: #fff;
  color: var(--gmb-green);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .12);
}

.gmb-hero-media,
.gmb-card-media,
.gmb-wide-media,
.gmb-teaser-card figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--gmb-radius);
  border: 1px solid var(--gmb-line);
  background: linear-gradient(180deg, #f8fffc, #e5faf3);
  box-shadow: var(--gmb-shadow-sm);
}
.gmb-hero-media img,
.gmb-card-media img,
.gmb-wide-media img,
.gmb-teaser-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gmb-hero-media { max-width: 520px; justify-self: center; }
.gmb-card-media { min-height: 260px; }
.gmb-wide-media { margin: 0 0 16px; aspect-ratio: 16 / 9; }

.gmb-split > div {
  display: grid;
  gap: 10px;
}
.gmb-chip-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.gmb-chip-row span {
  color: var(--gmb-green-dark);
  background: #fff;
  border: 1px solid var(--gmb-line);
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 12px;
  font-weight: 900;
}

.gmb-grid {
  display: grid;
  gap: 12px;
}
.gmb-card {
  background: var(--gmb-white);
  border: 1px solid var(--gmb-line);
  border-radius: var(--gmb-radius);
  padding: 16px;
  box-shadow: var(--gmb-shadow-sm);
}
.gmb-card h3 {
  font-size: 17px;
  margin-bottom: 5px;
}
.gmb-card p {
  font-size: 14px;
}
.gmb-ingredients .gmb-card {
  background: var(--gmb-bg-soft);
}

.gmb-offer-teaser {
  padding: 46px 0;
}
.gmb-teaser-card {
  background: linear-gradient(180deg, #fff, #f4fffb);
  border: 1px solid var(--gmb-line);
  border-radius: calc(var(--gmb-radius) + 4px);
  padding: 16px;
  box-shadow: var(--gmb-shadow);
}
.gmb-teaser-card > div {
  display: grid;
  gap: 10px;
}

.gmb-faq-list {
  display: grid;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto;
}
.gmb-faq {
  background: #fff;
  border: 1px solid var(--gmb-line);
  border-radius: var(--gmb-radius-sm);
  overflow: hidden;
  box-shadow: var(--gmb-shadow-sm);
}
.gmb-faq button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 0;
  color: var(--gmb-green-dark);
  padding: 14px;
  text-align: right;
  font-weight: 900;
  font-size: 14.5px;
}
.gmb-faq button span {
  color: var(--gmb-green);
  font-size: 20px;
  transition: transform .2s ease;
}
.gmb-faq.is-open button span { transform: rotate(45deg); }
.gmb-faq-panel {
  max-height: 0;
  overflow: hidden;
  padding: 0 14px;
  color: var(--gmb-muted);
  font-size: 13.5px;
  transition: max-height .26s ease;
}
.gmb-faq.is-open .gmb-faq-panel {
  max-height: 180px;
  padding: 0 14px 14px;
}

.gmb-final-cta {
  background: linear-gradient(90deg, var(--gmb-green-deep), var(--gmb-green) 55%, var(--gmb-aqua));
  color: #fff;
  text-align: center;
  padding: 42px 0;
}
.gmb-final-cta h2 {
  color: #fff;
  font-size: clamp(24px, 6vw, 36px);
}
.gmb-final-cta p {
  color: rgba(255, 255, 255, .86);
  max-width: 520px;
  margin: 8px auto 18px;
}

.gmb-footer {
  background: var(--gmb-green-dark);
  color: rgba(255, 255, 255, .76);
  padding: 30px 0;
  text-align: center;
}
.gmb-footer .gmb-logo {
  display: inline-block;
  color: #fff;
  margin-bottom: 12px;
}
/* Footer trust row — four equal cards (matches the funnels), mobile-first. */
/* Footer trust — MOBILE-FIRST premium glass (matches the funnels). Statement is
   centered (not a card); cards are 2×2 on mobile/tablet, 4-in-a-row on desktop. */
.gmb-footer-trust-line {
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: clamp(19px, 5.4vw, 23px);
  letter-spacing: -.01em;
  margin: 4px auto 22px;
}
.gmb-footer-trust {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 520px;
  margin: 0 auto 16px;
}
.gmb-ftrust-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-radius: 20px;
  text-align: center;
  background: rgba(255, 255, 255, .08);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, .15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .14);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.gmb-ftrust-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}
.gmb-ftrust-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 0 16px rgba(255, 255, 255, .14);
}
.gmb-ftrust-title { color: #fff; font-size: 18px; font-weight: 800; line-height: 1.25; }
.gmb-ftrust-desc { color: rgba(255, 255, 255, .80); font-size: 14px; font-weight: 500; line-height: 1.5; }
@media (min-width: 900px) {
  .gmb-footer-trust { grid-template-columns: repeat(4, 1fr); }
}
.gmb-footer nav {
  display: flex;
  gap: 13px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.gmb-footer nav a {
  color: rgba(255, 255, 255, .78);
  font-size: 12.5px;
  text-decoration: underline;
}
.gmb-footer-cta {
  margin-bottom: 14px;
  background: #fff;
  color: var(--gmb-green);
}
.gmb-footer small {
  display: block;
  font-size: 11.5px;
  color: rgba(255, 255, 255, .62);
}

.gmb-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
}
.gmb-modal.is-open { display: block; }
.gmb-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 61, 50, .46);
  backdrop-filter: blur(3px);
}
.gmb-modal-dialog {
  position: relative;
  width: calc(100% - 24px);
  max-width: 640px;
  max-height: 90vh;
  margin: 5vh auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border-radius: var(--gmb-radius);
  box-shadow: var(--gmb-shadow);
}
.gmb-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  background: var(--gmb-green);
  color: #fff;
}
.gmb-modal-head button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 21px;
}
.gmb-modal-tabs {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  padding: 10px 10px 0;
  background: var(--gmb-bg-soft);
  border-bottom: 1px solid var(--gmb-line);
}
.gmb-modal-tabs button {
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  color: var(--gmb-muted);
  font-size: 13px;
  font-weight: 900;
  padding: 9px 12px;
}
.gmb-modal-tabs button.is-active {
  color: var(--gmb-green-dark);
  border-bottom-color: var(--gmb-green);
}
.gmb-modal-body {
  overflow-y: auto;
  padding: 18px;
}
.gmb-modal-body section { display: none; }
.gmb-modal-body section.is-active { display: block; }
.gmb-modal-body h3 {
  font-size: 17px;
  margin-bottom: 7px;
}
.gmb-modal-body p {
  font-size: 14px;
  margin-bottom: 9px;
}
body.gmb-modal-locked { overflow: hidden; }

@media (min-width: 760px) {
  .gmb-hero { padding: 68px 0 48px; }
  .gmb-hero-grid { grid-template-columns: 1.05fr .95fr; }
  .gmb-split { grid-template-columns: 1fr 1fr; }
  .gmb-teaser-card { grid-template-columns: .9fr 1.1fr; padding: 22px; }
  .gmb-hero-copy { text-align: right; justify-items: start; }
  .gmb-hero p { margin: 0; }
  .gmb-actions { justify-items: start; }
  .gmb-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 420px) {
  .gmb-shell { padding: 0 14px; }
  .gmb-logo { font-size: 17px; }
  .gmb-nav-cta { padding-inline: 12px; }
}

