html {
    width: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #0d2b0e;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}
.navbar {
    max-width: 100vw;
    overflow-x: hidden;
}
.wrapper {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}
.bg-darkgreen {
    background: #0d2b0e;
}

.brand-gold,
.text-gold {
    color: #c9a84c;
}

.text-green {
    color: #0d2b0e;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #1a1a1a;
}
.text-gray {
    color: #979797;
}
.brand-gold-bg {
    background: #c9a84c;
}

.bg-cream {
    background: #f5f0e8;
}
.bg-beige{
    background-color: #faf6f0;
}
.bg-lightgreen {
    background: rgba(27, 94, 32, .1);
    color: #1b5e20;
}

.heading-primary {
    font-family: "Cormorant Garamond", serif;
}

.heading-accent {
    font-family: 'EB Garamond', serif;
    font-style: italic
}
.hide-desk{
    display: none;
}
p {
    font-size: 20px;
}

.fs-15 {
    font-size: 15px;
}

.fs-18 {
    font-size: 18px;
    line-height: 23px;
}

.fs-20 {
    font-size: 20px
}
.fs-25 {
    font-size: 25px
}
.fs-30 {
    font-size: 30px
}
.fs-40 {
    font-size: 40px
}
.fs-50 {
    font-size: 50px
}
.fs-56 {
    font-size: 56px
}
.ls-wide {
    letter-spacing: 0.05em;
}

.btn-gold {
    background: linear-gradient(135deg, #c9a84c, #a07830);
    color: #0d2b0e;
    letter-spacing: .06em;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 6px 30px rgba(201, 168, 76, .4);
    border: none
}

#top-nav {
    /*background: rgba(13, 43, 14, .97);*/
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(201, 168, 76, .2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .3);
    transition: all .3s ease
}
.nav-item a{
    color: #d7d7d7;
}
.nav-item a:hover {
    color: #c9a84c;
}
.navbar.fixed-top {
    min-height: 70px;
    display: flex;
    align-items: center;
}

.navbar>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-sec {
    background: linear-gradient(135deg, rgba(13, 43, 14, .92)0%, rgba(13, 43, 14, .7)50%, rgba(13, 43, 14, .85)100%), url(/assets/moringa-b1g4-new/lander/images/moringa-hero-bg.webp);
    background-size: cover;
    background-repeat: no-repeat
}

.hero-title {
    font-size: 60px;
    line-height: 1.1;
}

.hero-container {
    margin-top: 120px
}

.hero-desc {
    max-width: 520px;
    font-size: 20px
}

.glass-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px
}

.glass-bg {
    background: rgba(201, 168, 76, .15);
    border: 1px solid rgba(201, 168, 76, .3);
}

.border1 {
    border: 1px solid rgba(201, 168, 76, .3);
}

.quote-01 {
    background: rgba(201, 168, 76, .08);
    border-width: 1px 1px 1px 3px;
    border-style: solid;
    border-color: rgba(201, 168, 76, .25) rgba(201, 168, 76, .25) rgba(201, 168, 76, .25) #c9a84c;
}

.glass-card-light {
    background: rgba(255, 255, 255, .05);
    border-radius: 10px;
}

.card-highlight {
    background: #143315;
    border: 2px solid #c9a84c;
    border-radius: 20px;
}

.floating-price-badge {
    position: absolute;
    top: -30px;
    right: -10px;
    background: #c9a84c;
    color: #0d2b0e;
    border-radius: 12px;
    padding: 20px;
}

.floating-serving-badge {
    position: absolute;
    bottom: 40px;
    left: -30px;
    background: rgba(13, 43, 14, .8);
    border: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 16px
}

.logo {
    max-width: 200px;
}
.animate-bounce {
    animation: bounce 1s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
    50% { transform: translateY(0); animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
}

/* Optional: if you want to keep the letter spacing consistent with Tailwind */
.tracking-widest {
    letter-spacing: 0.3em;
}
.product-image-wrap {
    max-width: 500px;
}

/*.offer-card {
    max-width: 520px;
}*/

.gold-divider {
    width: 30px;
    border-color: #c9a84c;
}
.gold-divider2 {
    width: 80%;
		margin: 0px auto;
    border-color: #c9a84c;
}
.trust-section {
    background: linear-gradient(135deg, #0d2b0e, #1b5e20);
    border-top: 1px solid rgba(201, 168, 76, .2);
    border-bottom: 1px solid rgba(201, 168, 76, .2);
}

.trust-marquee {
    display: flex;
    width: max-content;
    animation: scroll-seamless 30s linear infinite;
}

.trust-marquee:hover {
    animation-play-state: paused;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 80px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    flex-shrink: 0;
}

.trust-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(201, 168, 76, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a84c;
    background: rgba(13, 43, 14, .5);
}

.trust-sub {
    color: rgba(196, 196, 196, .6);
    font-size: 13px;
    font-weight: 500;
}

@keyframes scroll-seamless {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

.section-cream,
.section-light {
    background: #f5f0e8;
}

.comparison-footer {
    background: #f4f1ea;
}

.stats-card {
    max-width: 1300px;
    background: rgba(255, 255, 255, .4);
    border: 1px solid rgba(45, 74, 34, .1);
    border-radius: 16px;
}

.stat-number {
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-size: 56px;
    color: #2d4a22;
    line-height: 1;
}

.stat-accent {
    color: #c9a84c;
    font-style: italic;
    font-size: 38px;
}

.stat-label {
    font-size: 12px;
    letter-spacing: .2em;
    color: rgba(45, 74, 34, .6);
}

.review-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .03);
}

.review-quote {
    font-size: 60px;
    color: #f4f1ea;
    height: 25px;
    margin-bottom: 40px;
    margin-top: -20px;
}

.review-text {
    color: #2e2f2e;
    font-size: 18px;
    font-style: italic;
}

.review-name {
    color: #2d4a22;
    font-size: 14px;
}

.comparison-head {
    background: #0d2b0e;
    color: #fff;
}

.comparison-highlight {
    color: #c9a84c;
}

.feature-box {
    border: 1px solid #c9a84c;
    border-radius: 10px;
}

.text-green {
    color: #2d4a22;
}

.icon-bg {
    background: rgba(201, 168, 76, .12);
    border: 1px solid rgba(201, 168, 76, .25);
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(201, 168, 76, .25);
    border-radius: 12px;
    background: rgba(201, 168, 76, .12);
    color: #c5a365;
}

.cody-quote {
    margin-top: -30px;
    z-index: 3;
    position: relative;
    background: rgba(13, 43, 14, .9);
    border: 1px solid rgba(201, 168, 76, .3);
    backdrop-filter: blur(8px);
    margin: -100px 20px 20px 20px;
}

.cody-img {
    width: 100%;
    z-index: 2;
    position: relative;
    object-fit: cover;
    object-position: top;
}

#faqAccordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: #1b2e1a;
    margin-top: 10px;
}

.faq-header h2 span {
    font-style: italic;
    color: #436d40;
}

.accordion-item {
    border: none;
    background-color: #fff;
    border-radius: 12px !important;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
    overflow: hidden;
}

.accordion-button {
    padding: 25px;
    font-weight: 600;
    font-size: 1.1rem;
    color: #1b2e1a;
    background-color: #fff;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #1b2e1a;
    background-color: #fff;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b08d57'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform .3s ease;
}

.accordion-body {
    padding: 0 25px 30px 25px;
    color: #555;
    line-height: 1.7;
    font-size: 18px;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.comparison-header {
    text-align: center;
    margin-bottom: 40px;
}

.comparison-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: #1b2e1a;
    margin: 15px 0;
}

.comparison-header h1 span {
    font-style: italic;
    color: #436d40;
}

.comparison-header p {
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    color: #666;
}

.table-card {
    background-color: #fff9f0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    border: none;
}

.table thead {
    background-color: #0d210c;
    color: #ececec;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 1px;
}

.table thead th {
    background-color: #0d210c;
    color: #ececec;
    padding: 20px;
    border: none;
    vertical-align: middle;
}

.brand-highlight {
    color: #d4af37;
    display: block;
    font-size: .9rem;
}

.table tbody tr:nth-child(odd) td {
    background-color: #fff !important;
}

.table tbody tr:nth-child(even) td{
    background-color: #fff9f0 !important;
}

.table td {
    padding: 18px 20px;
    border: none;
    vertical-align: middle;
    font-size: .95rem;
    font-weight: 500;
}

.icon-wrapper-check {
    background-color: rgba(67, 109, 64, .1);
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #436d40;
}

.icon-wrapper-cross {
    background-color: rgba(216, 126, 126, .1);
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #d87e7e;
}

.text-some {
    color: #b5b5b5;
    font-weight: 400;
}

.table-footer {
    background-color: #e9e0cd;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    font-size: .9rem;
    color: #1b2e1a;
}

.pricing-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    position: relative;
    transition: transform .3s ease
}

.card-highlight {
    border: 2px solid #b08d57;
    background: rgba(176, 141, 87, .05);
}

.most-popular-badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #b08d57;
    color: #0b2210;
    padding: 6px 24px;
    border-radius: 50px;
    font-weight: 800;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    z-index: 10;
}

.option-label {
    color: #b08d57;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    display: block;
}

.product-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-bottom: 10px
}

.supply-text {
    color: #a4bba8;
    font-size: .9rem;
    margin-bottom: 25px;
}

.price-wrapper {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 5px;
}

.main-price {
    font-size: 3.5rem;
    font-weight: 700;
    color: #b08d57;
}

.main-price::before {
    content: '$';
    font-size: 2.8rem;
    vertical-align: top;
    margin-right: 2px;
}

.old-price {
    text-decoration: line-through;
    color: #a4bba8;
    font-size: 1.2rem;
}

.per-bottle {
    color: #b08d57;
    font-weight: 600;
    margin-bottom: 20px;
}

.savings-box {
    background: rgba(176, 141, 87, .15);
    border: 1px solid rgba(176, 141, 87, .3);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    color: #d4af37;
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: 25px;
}
.most{
    background: rgba(255,255,255,0.05); color: #a4bba8; border: 1px solid rgba(255,255,255,0.1);
}
.btn-pricing {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s ease;
    border: none;
}

.btn-outline-gold {
    background: rgba(176, 141, 87, .2);
    color: #d4af37;
    border: 1px solid rgba(176, 141, 87, .5);
}

.btn-solid-gold {
    background: linear-gradient(135deg, #d4af37 0, #b08d57 100%);
    color: #0b2210;
    box-shadow: 0 10px 20px rgba(176, 141, 87, .2);
}

.btn-solid-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(176, 141, 87, .3);
}

.guarantee-text {
    text-align: center;
    font-size: .85rem;
    color: #a4bba8;
    margin-top: 20px;
}

.math-section {
    max-width: 800px;
    margin: 60px auto 0;
    text-align: center;
    color: #a4bba8;
    font-size: .95rem;
    line-height: 1.6;
}

.math-highlight {
    color: #d4af37;
    font-weight: 600;
}

.modal-content {
    background-color: #0d2b0e;
    color: #fff;
    border-radius: 15px;
    border: none;
    overflow: hidden;
    font-family: Inter, sans-serif;
}

.timer-bar {
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    background: linear-gradient(135deg, #c9a84c, #a07830);
    color: #0d2b0e;
}

.btn-close-custom {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .1);
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: .7rem;
    cursor: pointer;
}

.modal-body {
    padding: 40px;
}

.wait-text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.modal-title-custom {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 15px;
}

.modal-title-custom span {
    color: #b08d57;
    font-style: italic;
}

.sub-text {
    color: #a4bba8;
    margin-bottom: 30px;
}

.upgrade-box {
    max-width: 500px;
    margin: 20px auto;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    text-align: left;
    margin-bottom: 30px;
    background: linear-gradient(135deg, rgba(201, 168, 76, .15), rgba(201, 168, 76, .05));
    border: 2px solid rgba(201, 168, 76, .6);
}

.best-value-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    color: #0b2210;
    padding: 4px 20px;
    border-radius: 50px;
    font-size: .75rem;
    font-weight: 700;
    background: linear-gradient(135deg, #c9a84c, #a07830);
}

.upgrade-title {
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.price-row {
    margin-bottom: 15px;
}

.price-row label {
    display: block;
    font-size: .8rem;
    color: #a4bba8;
    margin-bottom: 2px
}

.price-val {
    font-weight: 700;
    font-size: 1.2rem;
}

.price-strike {
    text-decoration: line-through;
    opacity: .5;
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    text-align: left;
    margin-bottom: 30px;
    font-size: .9rem;
}

.feature-item {
    display: flex;
    align-items: center;
    color: #fff;
}

.feature-item i {
    color: rgb(201, 168, 76);
    margin-right: 10px;
    font-size: 1rem;
    opacity: .7;
}

.btn-upgrade {
    background: linear-gradient(135deg, #c9a84c, #a07830);
    color: #0d2b0e;
    box-shadow: rgba(201, 168, 76, .4) 0 6px 30px;
    letter-spacing: .06em;
    border: none;
    width: 100%;
    padding: 18px;
    border-radius: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transition: transform .2s;
}

.btn-upgrade:hover {
    transform: scale(1.02);
}
.checkout-footer {
    margin-top: 25px;
    font-family: 'Inter', sans-serif;
}

.footer-total {
    color: #c9a84c; /* Gold color from your variables */
    font-weight: 500;
    margin-bottom: 15px;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 0.85rem;
    color: #c9a84c;
    margin-bottom: 20px;
}

.trust-badges i {
    font-size: 0.75rem;
    margin-right: 5px;
}

.card-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}

.card-badge {
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 800;
    color: #a4bba8;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.decline-link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
		padding: 10px;
    transition: opacity 0.2s;
		border-radius: 5px;
		background-color: #575658;
		margin-bottom: 10px;
    /*background: linear-gradient(138deg, rgba(185,185,185,1) 38%, rgba(165,165,165,1) 62%, rgba(145,145,145,1) 100%, rgba(0,212,255,1) 100%);*/
}

.decline-link:hover {
    opacity: 1;
    color: #000;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		background: linear-gradient(90deg, rgba(185,185,185,1) 50%, rgba(165,165,165,1) 72%, rgba(145,145,145,1) 100%, rgba(0,212,255,1) 100%);
}
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all .8s cubic-bezier(.22, 1, .36, 1);
    will-change: transform, opacity;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.navbar {
    transition: all .3s ease;
}
.profile-pic{
	max-width: 60px;
	margin-right: 10px;
}

/*zone-1 testimonials*/

.testimonial-container {
  max-width: 850px; /* Matching the narrow width of the reference image */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px; 
}

/* Card Styling */
.reference-card {
  /*background-color: #f9faf7; 
  border: 1px solid #e2e8da;*/ 
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  transition: all 0.3s ease;
}

.stars {
  color: #c9a84c; 
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.t-headline {
	font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.t-body {
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.t-footer {
  font-size: 0.95rem;
}

.t-name {
  color: #c9a84c;
  font-weight: 700;
}

.v-tag {
  color: #888;
  margin-left: 5px;
}

/* Zone 3 Testimonials */
.testimonial-grid-3 {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.t-content {
	color: #000;
}
#zone3 .t-body{
	color: #000;
	margin-bottom: 0px;
}
#zone3 .t-headline{
	color: #0d2b0e;
	font-size: 20px;
	font-style: italic;
	font-family: 'DM Sans', sans-serif;
}
.t-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  border: 1px solid #f0f0f0;
}

/* Header Elements - All Centered */
.t-header {
  margin-bottom: 25px;
}

#zone3 .profile-pic {
  width: 100%;
	max-width: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}



.t-meta {
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 4px;
}

.v-check {
  color: #27ae60;
  font-weight: 700;
}

.t-usage {
  font-size: 0.8rem;
  color: #999;
  font-style: italic;
  margin-bottom: 10px;
}

.t-stars {
  color: #c9a84c;
  font-size: 16px;
  letter-spacing: 2px;
}

/*new zone 3 styles*/
#zone3 .testimonial-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px 40px; 
  padding-top: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

#zone3 .testimonial-title {
  color: #374151;
  font-weight: 700;
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 4rem;
}

/* Card Styling */
#zone3 .t-card {
  position: relative;
  background-color: #ffffff;
  padding: 60px 25px 35px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  text-align: center;
  display: flex;
  flex-direction: column;
}

/* Enhanced Floating Quote Icon */
#zone3 .quote-icon {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  
  /* Flex Centering */
  display: flex;
  align-items: center;
  justify-content: center;
  
  /* Typography Correction */
  font-size: 64px; 
  line-height: 0; 
  padding-top: 35px; 
  
  color: #c9a84c;
  font-family: 'Georgia', serif;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
  user-select: none; 
}

/* Typography & Meta Info */
#zone3 .t-body {
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 20px;
  font-style: italic;
  flex-grow: 1;
}

#zone3 .t-stars {
  color: #c9a84c;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

#zone3 .t-name {
  color: #2d4a22;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 4px;
}

/* Verified & Usage Styling */
#zone3 .t-meta {
  color: #6b7280;
  font-size: 0.85rem;
  margin-bottom: 2px;
}

#zone3 .v-check {
  color: #059669; /* Green for verification */
  font-weight: 600;
}

#zone3 .t-usage {
  color: #9ca3af;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
/*MEDIA QUERIES*/
@media (max-width:991px) {
    .navbar.fixed-top {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
    .navbar .d-flex.align-items-center.gap-3 {
        margin-top: 0 !important;
        display: flex;
        align-items: center;
    }
    .navbar.scrolled {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        background: rgba(13, 43, 14, .98) !important;
    }
}
@media (max-width:1200px) {
.hide-br{
        display: none;
    }
}
@media (max-width:768px) {
    .text-center-mob{
		text-align: center;
    }
    .just-center-mob{
		justify-content: center !important;
    }
    .hide-mob {
        display: none;
    }
    .show-mob{
        display: block;
    }
    .fs-56 {
        font-size: 38px;
    }
    .fs-50{
        font-size: 38px;
    }
    .hero-title {
        font-size: 38px;
				text-align: center;
    }
    .floating-price-badge {
        right: 10px;
        top: -20px;
				padding: 10px;
    }
    .floating-serving-badge {
        left: 10%;
    }
    .logo {
        max-width: 150px;
    }
    .flex-center-m{
    align-items: center;
    justify-content: center;
    }
  	.trust-marquee-mob{
  	display: flex;
		flex-direction: column;
		gap: 10px;
  	}
    .trust-marquee-mob .d-flex {
    flex-direction: column;
		gap: 15px !important;
    justify-content: center !important;
    align-items: start !important;
    max-width: 450px;
    margin: 0px auto;
		}
  	.trust-item{
  	border: 0px;
		padding-right: 0px;
  	}
		.wrapper section {
    padding-right: 20px;
    padding-left: 20px;
		}
  	.trust-badges{
  	flex-direction: column;
		gap: 5px;
  	}
		#science .glass-card {
    padding: 10px !important;
	}
		.testimonial-grid-3 {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
	.review-card.p-4.h-100 {
    padding: 15px !important;
	}
  .text-end{
  font-size: 14px;
  }
  #comparison {
  padding-right: 15px;
	padding-left: 15px;
  }
  span.v-tag{
  display: inline-block;
  }
}

@media (min-width:576px) {
    #upsellOfferModal .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
		
}