/* gluco6.co — White/Clean Theme with Blue Accents */
/* Mobirise mbr-additional.css — per-section customizations */

/* === Menu (header nav) === */
.cid-G6cMenu {
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.cid-G6cMenu .navbar {
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(12px);
  padding: 0.5rem 0;
}
.cid-G6cMenu .navbar-brand span {
  color: #1a1a2e;
}
.cid-G6cMenu .nav-link {
  color: #333 !important;
  font-size: 14px;
  padding: 0.5rem 1rem !important;
}
.cid-G6cMenu .nav-link:hover {
  color: #2563EB !important;
}
.cid-G6cMenu .btn {
  background: linear-gradient(135deg,#2563EB,#1D4ED8) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px;
  font-weight: 600;
  padding: 8px 20px;
}

/* === Hero (header11) === */
.cid-G6cHero {
  background: #ffffff;
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
}
.cid-G6cHero .mbr-section-title {
  color: #1a1a2e;
  font-weight: 800;
}
.cid-G6cHero .mbr-text {
  color: #555;
}
.cid-G6cHero .btn-warning {
  background: linear-gradient(135deg,#2563EB,#1D4ED8) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px;
  padding: 16px 40px;
  font-weight: 700;
  font-size: 17px;
  box-shadow: 0 4px 20px rgba(37,99,235,0.3);
}
.cid-G6cHero .btn-white {
  background: transparent !important;
  color: #2563EB !important;
  border: 1px solid #2563EB !important;
  border-radius: 8px;
  padding: 16px 24px;
}
.cid-G6cHero img {
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
}

/* === Trust Badges (gallery3) === */
.cid-G6cBadges {
  background: #f8f9fb;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-G6cBadges .item-img img {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.cid-G6cBadges .item-title {
  color: #1a1a2e;
  font-weight: 700;
}
.cid-G6cBadges .item-subtitle {
  color: #777;
  font-size: 13px !important;
}

/* === Content heading sections (article11) === */
.cid-G6cGlut4Head,
.cid-G6cClinicalHead,
.cid-G6cWhatIsHead,
.cid-G6cIngredHead,
.cid-G6cHowHead,
.cid-G6cBenefitsHead,
.cid-G6cTestimHead,
.cid-G6cPricingHead,
.cid-G6cFaqHead {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.cid-G6cGlut4Head { background: #ffffff; }
.cid-G6cClinicalHead { background: #f8f9fb; }
.cid-G6cWhatIsHead { background: #ffffff; }
.cid-G6cIngredHead { background: #ffffff; }
.cid-G6cHowHead { background: #f8f9fb; }
.cid-G6cBenefitsHead { background: #ffffff; }
.cid-G6cTestimHead { background: #f8f9fb; }
.cid-G6cPricingHead { background: #ffffff; }
.cid-G6cFaqHead { background: #f8f9fb; }

.cid-G6cGlut4Head .mbr-section-title,
.cid-G6cClinicalHead .mbr-section-title,
.cid-G6cWhatIsHead .mbr-section-title,
.cid-G6cIngredHead .mbr-section-title,
.cid-G6cHowHead .mbr-section-title,
.cid-G6cBenefitsHead .mbr-section-title,
.cid-G6cTestimHead .mbr-section-title,
.cid-G6cPricingHead .mbr-section-title,
.cid-G6cFaqHead .mbr-section-title {
  color: #1a1a2e;
  font-weight: 700;
}

/* === Content body sections === */
.cid-G6cGlut4Body,
.cid-G6cClinicalBody,
.cid-G6cWhatIsBody,
.cid-G6cIngredBody,
.cid-G6cHowBody,
.cid-G6cBenefitsBody,
.cid-G6cTestimBody,
.cid-G6cPricingBody,
.cid-G6cFaqBody {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.cid-G6cGlut4Body { background: #ffffff; }
.cid-G6cClinicalBody { background: #f8f9fb; }
.cid-G6cWhatIsBody { background: #ffffff; }
.cid-G6cIngredBody { background: #ffffff; }
.cid-G6cHowBody { background: #f8f9fb; }
.cid-G6cBenefitsBody { background: #ffffff; }
.cid-G6cTestimBody { background: #f8f9fb; }
.cid-G6cPricingBody { background: #ffffff; }
.cid-G6cFaqBody { background: #f8f9fb; }

/* Text styling for sections */
.cid-G6cGlut4Body .mbr-text,
.cid-G6cClinicalBody .mbr-text,
.cid-G6cWhatIsBody .mbr-text,
.cid-G6cIngredBody .mbr-text,
.cid-G6cHowBody .mbr-text,
.cid-G6cBenefitsBody .mbr-text,
.cid-G6cTestimBody .mbr-text,
.cid-G6cPricingBody .mbr-text,
.cid-G6cFaqBody .mbr-text {
  color: #555;
}

/* === Testimonials (clients2) === */
.cid-G6cTestimBody .card {
  background: #ffffff;
  border: 1px solid #e8ecf1;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.cid-G6cTestimBody .card-title {
  color: #1a1a2e;
  font-size: 14px;
}
.cid-G6cTestimBody .card-subtitle {
  color: #F59E0B;
}
.cid-G6cTestimBody .card-box p {
  color: #555;
  font-style: italic;
}
.cid-G6cTestimBody .img-wrapper img {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e8ecf1;
}
.cid-G6cTestimBody .btn-primary-outline {
  background: transparent !important;
  border: none !important;
  color: #999 !important;
  font-size: 12px !important;
  padding: 4px 0 !important;
  pointer-events: none;
}

/* === Pricing (features03) === */
.cid-G6cPricingBody .item-img img {
  max-width: 100%;
  border-radius: 12px;
}

/* === Guarantee (content17) === */
.cid-G6cGuarantee {
  background: #f8f9fb;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-G6cGuarantee .mbr-section-title {
  color: #1a1a2e;
}
.cid-G6cGuarantee .mbr-text {
  color: #555;
}

/* === Bonus (team2) === */
.cid-G6cBonus {
  background: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-G6cBonus .card {
  background: #f8f9fb;
  border: 1px solid #e8ecf1;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
}
.cid-G6cBonus .card-title {
  color: #1a1a2e;
}
.cid-G6cBonus .card-subtitle {
  color: #16a34a;
  font-weight: 700;
}
.cid-G6cBonus .mbr-text {
  color: #666;
}

/* === FAQ (features025) === */
.cid-G6cFaqBody .card-wrapper {
  background: #ffffff;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 12px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}
.cid-G6cFaqBody .panel-title-edit {
  color: #1a1a2e;
  font-weight: 600;
}
.cid-G6cFaqBody .panel-text {
  color: #555;
}

/* === Urgency Notice (content6) === */
.cid-G6cUrgency {
  background: #fff8f0;
  padding: 16px 0;
  border-top: 1px solid #fde8c8;
  border-bottom: 1px solid #fde8c8;
}
.cid-G6cUrgency .line {
  border-color: #fde8c8;
}
.cid-G6cUrgency .mbr-text {
  color: #7c5a1e;
}

/* === Final CTA (header18) === */
.cid-G6cFinalCta {
  background: linear-gradient(165deg,#1a3a6e 0%,#2563EB 100%);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-G6cFinalCta .mbr-text {
  color: #ffffff;
}
.cid-G6cFinalCta .btn-warning {
  background: #ffffff !important;
  color: #2563EB !important;
  border: none !important;
  border-radius: 8px;
  padding: 18px 48px;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}

/* === Interlink === */
.cid-G6cInterlink {
  background: #ffffff;
  padding: 20px 0;
  border-top: 1px solid #e8ecf1;
}
.cid-G6cInterlink a {
  color: #2563EB;
}

/* === Footer === */
.cid-G6cFooter {
  background: #f4f5f7;
  padding-top: 30px;
  padding-bottom: 20px;
}
.cid-G6cFooter .mbr-text {
  color: #888;
}

/* === Global Mobirise overrides === */
section {
  font-family: 'Jost', sans-serif;
}
.display-1 { font-size: 4.6rem; }
.display-2 { font-size: 3rem; }
.display-4 { font-size: 1rem; }
.display-5 { font-size: 1.8rem; }
.display-7 { font-size: 1.1rem; }

/* Card styles for ingredient grid */
.cid-G6cIngredBody .item-wrapper {
  background: #f8f9fb;
  border: 1px solid #e8ecf1;
  border-radius: 14px;
  padding: 24px;
  height: 100%;
}
.cid-G6cIngredBody .item-title {
  color: #1a1a2e;
  font-weight: 700;
}
.cid-G6cIngredBody .item-subtitle {
  color: #2563EB;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cid-G6cIngredBody .item-img img {
  border-radius: 8px;
  width: 100%;
}

/* Label Transparency */
.cid-G6cLabel {
  background: #f8f9fb;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-G6cLabel .mbr-section-title {
  color: #1a1a2e;
}
.cid-G6cLabel .mbr-text {
  color: #555;
}

/* How It Works steps */
.cid-G6cHowBody .step-number {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg,#2563EB,#1D4ED8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 20px rgba(37,99,235,0.25);
  color: #fff;
  font-weight: 800;
  font-size: 24px;
}

/* Benefits lifestyle images */
.cid-G6cBenefitsBody .benefit-img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #e8ecf1;
  display: block;
  margin: 0 auto;
}

/* Clinical stats cards */
.cid-G6cClinicalBody .stat-card {
  background: #ffffff;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.cid-G6cClinicalBody .stat-number {
  font-size: 36px;
  font-weight: 800;
  color: #2563EB;
}
.cid-G6cClinicalBody .stat-label {
  color: #1a1a2e;
  font-weight: 600;
  font-size: 14px;
}
.cid-G6cClinicalBody .stat-source {
  color: #999;
  font-size: 12px;
}

/* Science info boxes */
.cid-G6cGlut4Body .info-box {
  background: #f8f9fb;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  padding: 28px;
  margin-bottom: 20px;
}
.cid-G6cGlut4Body .info-box h4 {
  color: #2563EB;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}

/* Pricing cards */
.cid-G6cPricingBody .pricing-card {
  background: #f8f9fb;
  border: 1px solid #e8ecf1;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
}
.cid-G6cPricingBody .pricing-card.featured {
  background: #ffffff;
  border: 2px solid #2563EB;
  box-shadow: 0 4px 20px rgba(37,99,235,0.12);
}
.cid-G6cPricingBody .price {
  font-size: 48px;
  font-weight: 800;
  color: #1a1a2e;
}
.cid-G6cPricingBody .price-original {
  color: #bbb;
  text-decoration: line-through;
}
.cid-G6cPricingBody .btn-primary {
  background: linear-gradient(135deg,#2563EB,#1D4ED8) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px;
  font-weight: 700;
}
.cid-G6cPricingBody .btn-outline {
  background: rgba(37,99,235,0.08) !important;
  border: 1px solid rgba(37,99,235,0.25) !important;
  color: #2563EB !important;
  border-radius: 8px;
  font-weight: 700;
}

/* What Is grid */
.cid-G6cWhatIsBody .feature-card {
  background: #f8f9fb;
  border: 1px solid #e8ecf1;
  border-radius: 10px;
  padding: 20px;
}
.cid-G6cWhatIsBody .feature-card h5 {
  color: #1a1a2e;
  font-weight: 600;
  font-size: 15px;
}
.cid-G6cWhatIsBody .feature-card p {
  color: #666;
  font-size: 13px;
}

/* Checkmark list */
.check-list {
  list-style: none;
  padding: 0;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #444;
  font-size: 15px;
}
.check-list li .check-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* Pill/badge labels */
.section-pill {
  display: inline-block;
  background: rgba(37,99,235,0.08);
  border: 1px solid rgba(37,99,235,0.15);
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 12px;
  color: #2563EB;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

/* Star rating */
.star-rating {
  color: #F59E0B;
}

/* Animate pulse for CTA buttons */
@keyframes g6pulse {
  0% { box-shadow: 0 4px 20px rgba(37,99,235,0.3); }
  50% { box-shadow: 0 4px 30px rgba(37,99,235,0.5); }
  100% { box-shadow: 0 4px 20px rgba(37,99,235,0.3); }
}
.btn-pulse {
  animation: g6pulse 2s ease-in-out infinite;
}
