/* =====================================================
   GLYCOVIT THEME OVERRIDE
   Overrides FemiCore pink (#f58284) + green (#007818, #22aa3d, #025713)
   with Glycovit purple/magenta palette while preserving
   all Mobirise layout, padding, and typography.
   ===================================================== */

/* === GLYCOVIT BRAND PALETTE ===
   #6e2d6e  deep purple   (main brand)
   #8b3578  medium purple (accent)
   #4a1d4a  darker purple (heading text)
   #faf5f8  pale blush    (subtle backgrounds)
   #ffd10a  accent yellow (kept from Mobirise for CTAs)
*/

/* --------- 1. Sections with pink (#f58284) backgrounds --------- */
.cid-tJaf2fkO51,
.cid-tJfKujCdgL,
.cid-tJfQHO0f5l,
.cid-vk6b6I5WtK,
.cid-uw0ZDfEAgR,
.cid-tJfTbFY2bB,
.cid-tJfOe1KHmS,
.cid-uu1IOTfyEu {
  background-color: #6e2d6e !important;
}

/* --------- 2. Headings on purple backgrounds --------- */
.cid-tJaf2fkO51 .mbr-section-title,
.cid-tJfKujCdgL .mbr-section-title,
.cid-tJfQHO0f5l .mbr-section-title,
.cid-tJfQHO0f5l .mbr-section-subtitle,
.cid-vk6b6I5WtK .mbr-section-title,
.cid-vk6b6I5WtK .mbr-section-subtitle,
.cid-uw0ZDfEAgR .mbr-section-title,
.cid-tJfTbFY2bB .mbr-section-title,
.cid-tJfTbFY2bB .mbr-section-subtitle,
.cid-uu1IOTfyEu .mbr-section-title,
.cid-uu1IOTfyEu .mbr-text,
.cid-uu1IOTfyEu .mbr-section-btn {
  color: #ffffff !important;
}

/* --------- 3. Green heading accents on white sections --------- */
.cid-uJSDOmUcbI .mbr-section-title,
.cid-tJa5RDV0f1 .mbr-section-title,
.cid-tJajkNoSCp .mbr-section-title,
.cid-tJfCTzEpgO .mbr-section-title,
.cid-tJfCTzEpgO .mbr-section-subtitle,
.cid-vk6eSDlZfw .mbr-section-title,
.cid-uIDCtfhJnv .mbr-section-title {
  color: #6e2d6e !important;
}

/* --------- 4. Ingredient icon-boxes (green → purple) --------- */
.cid-uTScAroNyK .icon-box {
  background: #6e2d6e !important;
}
.cid-uTScAroNyK .icon-title {
  color: #4a1d4a !important;
}

/* --------- 5. Benefits checklist bullets (green → purple) --------- */
.cid-v68aBiRy3K .counter-container ul li:before {
  background-color: #6e2d6e !important;
}

/* --------- 6. Navbar brand color override --------- */
.cid-tJkiqjPUPv nav.navbar {
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(110,45,110,0.15);
}
.cid-tJkiqjPUPv .navbar-caption {
  color: #6e2d6e !important;
  font-weight: 800 !important;
}
.cid-tJkiqjPUPv .nav-link {
  color: #4a1d4a !important;
}
.cid-tJkiqjPUPv .nav-link:hover,
.cid-tJkiqjPUPv .nav-link:focus {
  color: #6e2d6e !important;
}

/* --------- 7. Hero block review-box accent --------- */
.cid-v5tcswg6BK .review-box {
  background: #faf5f8;
  border-left: 4px solid #6e2d6e;
  padding: 16px 20px;
  border-radius: 8px;
  margin-top: 14px;
}
.cid-v5tcswg6BK .review-box h6 {
  color: #6e2d6e;
  margin: 0 0 6px;
  font-weight: 700;
}
.cid-v5tcswg6BK .review-box .stars {
  color: #ffb400;
  font-size: 20px;
  letter-spacing: 2px;
}
.cid-v5tcswg6BK .review-box p {
  margin: 4px 0 0;
  color: #444;
  font-size: 0.95rem;
}

/* --------- 8. Hero text deep purple --------- */
.cid-v5tcswg6BK .mbr-text strong {
  color: #4a1d4a;
}

/* --------- 9. CTA buttons (warning yellow → keep but tighten) --------- */
.btn-warning,
.btn-warning:active {
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  color: #4a1d4a !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #ffb400 !important;
  border-color: #ffb400 !important;
  color: #2a0d2a !important;
}

/* --------- 10. Inline links inside body text --------- */
.cid-uZIBCyAc0e a,
.cid-v683RxfLLT a,
.cid-vk6eUNGoR4 a {
  color: #6e2d6e !important;
  font-weight: 700;
}

/* --------- 11. Footer keep dark, but link colors match brand --------- */
.cid-tJg4YV3SdH .text-danger {
  color: #ffb4d6 !important;
}

/* --------- 12. Custom review cards (hero/in-between sections) --------- */
.glyco-review-section {
  padding: 60px 20px;
  background: #faf5f8;
}
.glyco-review-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(110,45,110,0.10);
  height: 100%;
  text-align: center;
}
.glyco-review-card img.avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 18px;
  border: 4px solid #f0e1ec;
  display: block;
}
.glyco-review-card .stars {
  color: #ffb400;
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 14px;
}
.glyco-review-card h5.headline {
  font-weight: 700;
  color: #6e2d6e;
  margin-bottom: 12px;
  font-size: 1.1rem;
}
.glyco-review-card p.quote {
  font-style: italic;
  color: #444;
  line-height: 1.7;
  margin-bottom: 18px;
}
.glyco-review-card .verified {
  background: #f0e1ec;
  color: #6e2d6e;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-top: 6px;
}
.glyco-review-card .reviewer-name {
  font-weight: 700;
  color: #222;
  margin: 0;
}
.glyco-review-card .reviewer-city {
  color: #777;
  font-size: 14px;
  margin: 4px 0 0;
}

/* --------- 13. Trust badges (gallery3) — show real badge images on white card background --------- */
.cid-vk60DdX8ta .item-wrapper {
  background: #ffffff !important;
  border: 1px solid #f0e1ec;
  transition: transform .25s ease, box-shadow .25s ease;
  padding: 20px 12px;
}
.cid-vk60DdX8ta .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(110,45,110,0.15);
}
.cid-vk60DdX8ta .item-img {
  background: transparent !important;
  min-height: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
}
.cid-vk60DdX8ta .item-img img {
  display: block !important;
  max-width: 180px;
  max-height: 130px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.cid-vk60DdX8ta .item-content {
  text-align: center;
}

/* FDA Registered styled text badge (replaces missing image) */
.cid-vk60DdX8ta .fda-registered-badge {
  min-height: 130px !important;
}
.fda-badge-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 12px;
  border: 3px solid #15527a;
  border-radius: 50px;
  background: #ffffff;
}
.fda-badge-circle {
  background: #15527a;
  color: #fff;
  font-weight: 900;
  font-size: 26px;
  letter-spacing: 1px;
  width: 70px; height: 70px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-family: 'Jost', sans-serif;
}
.fda-badge-text {
  color: #15527a;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.05;
  letter-spacing: 0.5px;
  font-family: 'Jost', sans-serif;
}
.fda-badge-text span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (max-width: 575px) {
  .cid-vk60DdX8ta .item-img img { max-width: 150px; max-height: 110px; }
  .fda-badge-circle { width: 56px; height: 56px; font-size: 20px; }
  .fda-badge-text { font-size: 15px; }
  .fda-badge-text span { font-size: 11px; }
}

/* --------- 14. Pricing cards (features3 — Glycovit pricing using bottle images) --------- */
.cid-tZiaeS1VRY .price-card {
  background: #fff;
  border: 2px solid #e9d3e1;
  border-radius: 14px;
  padding: 24px 18px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.cid-tZiaeS1VRY .price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(110,45,110,0.18);
}
.cid-tZiaeS1VRY .price-card.featured {
  border: 3px solid #6e2d6e;
  box-shadow: 0 10px 30px rgba(110,45,110,0.22);
  position: relative;
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .cid-tZiaeS1VRY .price-card.featured { transform: none; margin: 16px 0; }
}
.cid-tZiaeS1VRY .price-card .ribbon {
  position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  background: #ffd10a; color: #4a1d4a;
  padding: 6px 18px; border-radius: 20px;
  font-weight: 800; font-size: 13px; letter-spacing: .5px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.cid-tZiaeS1VRY .price-card .pkg-name {
  background: #6e2d6e;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: .3px;
}
.cid-tZiaeS1VRY .price-card .bottle-img {
  width: auto;
  max-height: 220px;
  margin: 8px auto 12px;
}
.cid-tZiaeS1VRY .price-card .price {
  color: #6e2d6e;
  font-weight: 800;
  font-size: 2.3rem;
  margin: 10px 0;
}
.cid-tZiaeS1VRY .price-card .price small {
  font-size: 1rem; color: #777; font-weight: 500;
}
.cid-tZiaeS1VRY .price-card .perks {
  color: #2e7d32;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 6px;
}
.cid-tZiaeS1VRY .price-card .total {
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 14px;
}
.cid-tZiaeS1VRY .price-card .btn { width: 100%; }

/* --------- 15. Bonus cards (custom section) --------- */
.glyco-bonus-section { padding: 60px 20px; background: #faf5f8; }
.glyco-bonus-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 6px 20px rgba(110,45,110,0.10);
  height: 100%;
  text-align: center;
}
.glyco-bonus-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 18px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.glyco-bonus-card .badge-tag {
  background: #ffe5e5; color: #d63031;
  padding: 4px 14px; border-radius: 20px;
  font-size: 13px; font-weight: 700;
  display: inline-block; margin-bottom: 12px;
}
.glyco-bonus-card h4 {
  font-weight: 700; color: #6e2d6e;
  margin-bottom: 10px;
}
.glyco-bonus-card .retail {
  color: #d63031; font-weight: 700; margin-bottom: 14px;
}
.glyco-bonus-card .retail .free { color: #2e7d32; }
.glyco-bonus-card .description { color: #555; line-height: 1.7; }
.glyco-bonus-total {
  background: linear-gradient(135deg, #6e2d6e, #8b3578);
  color: #fff;
  padding: 25px 30px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(110,45,110,0.20);
  text-align: center;
}
.glyco-bonus-total h3 { margin: 0; font-weight: 700; color: #fff; }
.glyco-bonus-total p { margin: 10px 0 0; color: #f0d8e8; }

/* --------- 16. 5-star strip (image3) --------- */
.cid-v689YpwDIe .stars-strip {
  background: linear-gradient(135deg, #6e2d6e, #8b3578);
  color: #fff;
  padding: 30px;
  border-radius: 14px;
  text-align: center;
}
.cid-v689YpwDIe .stars-strip .star-row { font-size: 30px; margin-bottom: 8px; letter-spacing: 4px; }
.cid-v689YpwDIe .stars-strip strong { color: #fff; }

/* --------- 17. Scientific references section --------- */
.glyco-refs-section { padding: 60px 20px; background: #faf5f8; }
.glyco-refs-wrap {
  background: #fff;
  border-radius: 14px;
  padding: 30px 25px;
  box-shadow: 0 4px 14px rgba(110,45,110,0.06);
}
.glyco-ref-item {
  padding: 12px 14px;
  border-left: 3px solid #6e2d6e;
  background: #f9f3f7;
  border-radius: 6px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.glyco-ref-item a {
  color: #6e2d6e;
  word-break: break-all;
  font-size: 13px;
  font-weight: 600;
}

/* --------- 18. FAQ accordion: open arrow color --------- */
.cid-uIDCtfhJnv .mbr-iconfont { color: #6e2d6e !important; }

/* --------- 19. Hero box (header11) image shadow --------- */
.cid-v5tcswg6BK .image-wrapper img {
  filter: drop-shadow(0 12px 28px rgba(110,45,110,0.30));
}
.cid-uZIBCyAc0e .image-wrapper img,
.cid-v683RxfLLT .image-wrapper img {
  filter: drop-shadow(0 10px 22px rgba(110,45,110,0.20));
}

/* --------- 21. Trimoryn-style prominent topic headings (used in "What is" section) --------- */
.glyco-topic-heading {
  font-family: 'Jost', sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.25;
  margin: 22px 0 10px;
  letter-spacing: -0.2px;
  text-align: left !important;
}
.glyco-topic-heading:first-child { margin-top: 0; }
.cid-uZIBCyAc0e .mbr-text,
.cid-v683RxfLLT .mbr-text {
  margin-bottom: 12px;
  color: #333;
  text-align: left !important;
}
.cid-uZIBCyAc0e .text-wrapper,
.cid-v683RxfLLT .text-wrapper {
  text-align: left !important;
  padding-left: 8px;
}
.cid-uZIBCyAc0e .text-wrapper *,
.cid-v683RxfLLT .text-wrapper * {
  text-align: left !important;
}
@media (max-width: 768px) {
  .glyco-topic-heading { font-size: 1.3rem; margin: 18px 0 8px; }
  .cid-uZIBCyAc0e .text-wrapper,
  .cid-v683RxfLLT .text-wrapper { padding-left: 0; padding-top: 18px; }
}

/* --------- 20. Footer text-danger purple-link --------- */
.cid-tJg4YV3SdH a.text-danger {
  color: #ffb4d6 !important;
}
.cid-tJg4YV3SdH a.text-danger:hover {
  color: #ffd1e6 !important;
  text-decoration: underline;
}

