/* ============================================================
   Glycocept — custom stylesheet (VisiFlora-style structure)
   Theme: crimson red + warm gold (blood sugar / circulation)
   ============================================================ */
body {
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #2b1410;
  overflow-x: hidden;
}
/* Safety net: keep all images responsive even if the Bootstrap CDN is slow/blocked */
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4 {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-weight: 700;
  color: #5c0f18;
}
.navcolor, .sectioncolor, .sectioncolor2 {
  background-color: #8b1520;
}
.sectioncolor1 {
  background-color: #5c0f18;
}
.custom-btn {
  background-color: #c98a1c;
  color: #ffffff;
  border: none;
}
.custom-btn:hover {
  background-color: #a86e10;
  color: #ffffff;
}
.logo {
  font-weight: 800;
  font-size: 1.6rem;
  color: #8b1520;
}
.nav {
  background-color: #ffffff;
}
.navtext {
  color: #2b1410 !important;
  font-weight: 600;
}
.custom-toggler span {
  background-color: #8b1520;
  display: block;
  height: 3px;
  width: 24px;
  margin: 5px 0;
  border-radius: 2px;
}
.feature-box {
  border-radius: 16px !important;
  transition: transform .2s, box-shadow .2s;
}
.feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(139,21,32,.14);
}
.review-card {
  border-radius: 18px !important;
}
.revimg {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border: 3px solid #c98a1c;
}
.hover-scale {
  transition: transform .2s;
  border: 3px solid #f1e0c4;
}
.hover-scale:hover {
  transform: scale(1.06);
}
.gurentybadge {
  max-width: 260px;
}
.claim, .btn1 {
  background-color: #c98a1c;
  color: #fff !important;
  border: none;
}
.claim:hover, .btn1:hover {
  background-color: #a86e10;
}
.price-tag {
  display: inline-block;
  background: #8b1520;
  color: #fff;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 100px;
  margin: 10px 0 8px;
  font-size: 1rem;
}
.bonus-title {
  font-weight: 700;
  color: #5c0f18;
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.bonus-note {
  font-style: italic;
  opacity: .8;
  margin-top: 8px;
}
#bonus-section {
  background: #fff8ee;
  padding: 60px 0;
}
.about1 {
  background-color: #fff8ee;
  padding: 40px 0;
}
.ing {
  border-radius: 22px !important;
}
.bottle-6 {
  max-width: 420px;
  width: 100%;
}
.paywidth {
  max-width: 260px;
  width: 45%;
  margin: 0 10px;
}
.accordion-button:not(.collapsed) {
  background-color: #fdece7;
  color: #8b1520;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: #c98a1c;
}
.text-warning {
  color: #c98a1c !important;
}
.purchase-proof {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 1050;
  background: #fff;
  border: 1px solid #f1d9b8;
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  max-width: 320px;
  display: none;
  transform: translateX(-120%);
  transition: transform .4s ease;
}
.custom-hover {
  color: #ffffff;
  text-decoration: none;
}
.custom-hover:hover {
  text-decoration: underline;
  color: #f1d9b8;
}
footer p, footer li a {
  color: #f6e6d8;
}
.mobile-full {
  border-color: #8b1520;
  color: #8b1520 !important;
}
@media (max-width: 767px) {
  .mobile-full, a > .btn1 {
    width: 100%;
  }
  .paywidth {
    width: 42%;
  }
}
