
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');


:root {
  --primary-green: #5d7c32;
  --highlight-green: #2d6a4f;
  --text-dark: #1a1a1a;
  --text-muted: #555;
  --bg-light: #f9f9f9;
  --border-color: #eee;
}

body {
  margin: 0;
  padding: 0;
  font-family:  'Inter', Arial, sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  background-color: #fff;
  letter-spacing: -.02em;
  padding-top: 121px;
}

.page-container {
  max-width: 100%;
  overflow-x: hidden;
}

/* Top Banner */
.top-banner {
	background-color: #2B3921;
	color: #fff;
	padding: 5px 20px;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	letter-spacing: -.02em;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.benefit-image img {
  max-width: 100%;
  border-radius: 10px;
}
.countdown {
  display: flex;
  gap: 1px;
  background: #394630;
  border-radius: 7px;
  padding: .25rem .5rem;
}

ul li:nth-child(even) {
  padding-left: 10px
}



ul li:nth-child(even) {
  display: flex;
  justify-content: start;
}

ul li:nth-child(even)::before {
  content: "• "; /* Custom bullet */
  margin-right: 5px;
}

ul li:nth-child(even) {
  list-style: none; /* Remove default bullet */
}

.time-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 30px;
  line-height: 16px;
}

.time-unit span {
  font-weight: 800;
  font-size: 13px;
}

.time-unit label {
  font-size: 8px;
  opacity: 0.7;
}

/* Header */
.main-header {
  padding: 12.5px 0;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
  background: #253319;
  position: fixed;
  width: 100%;
  top: 50px;
  transition: .3s;
}

.logo {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0;
  color: #fff;
  font-family: Barlow, Arial, sans-serif;
}


.fixed-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.fixed-header-wrapper.scrolled {
  transform: translateY(0);
}

.scrolled .main-header {
	display: none !important;
}

.content-wrapper {
  margin-top: 0;
}

.progress-bar-container {
  height: 36px;
  width: 100%;
  background: #fff;
  z-index: 9999;
  position: fixed;
  top: 123px;
  left: 0;
  right: 0;
  display: flex;               
  align-items: center;         
  justify-content: center;     
  padding: 0 20px;            
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.scrolled .progress-bar-container {
	top: 50px;
}
.progress-bar-wrap {
  max-width: 889px;
  width: 100%;
  background: #3e6c183d;
  height: 10px;
  border-radius: 10px;
  position: relative;         
  overflow: hidden;            
}

.progress-bar {
  height: 4px;
  width: 0%;
  background: #2b3920;
  transition: width 0.15s linear;
  margin: 3px;
  border-radius: 10px;
  position: absolute;          
  top: 0;                     
  left: 0;                    
}


/* Content Layout */
.content-wrapper {
  max-width: 850px;
  margin: 68px auto 0;
  padding: 0 20px;
}

.wrapper {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.section-bg {
	background-color: #FCFCFC;
  padding: 80px 0;
}

.section-bg .sale-card-container {
  margin-bottom: 0;
}

.main-title {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #253319;
}

.highlight-green {
  color: #306336;
}

.intro-text {
  font-size: 1.1rem;
  color: #253319;
  margin-bottom: 30px;
  font-weight: 500;
}

.content-wrapper p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #253319;
}
.content-wrapper p strong {
  font-weight: 900;
}
.content-wrapper p.extra-p {
	padding-top: 17px !important;
	margin-bottom:  0px !important;
}


ul li span {
  text-decoration: underline;
}
ul li {
  margin-bottom: 3px;
}
.content-wrapper p.list-text {
  font-weight: 700;
  margin-bottom: 0 !important;
}
.content-wrapper p.list-list {
  margin-top: 0;
}
.content-wrapper p.list-list span {
  text-decoration: underline;
}


.note-box {
  background-color: #EDF5ED;
  border-left: 3px solid #314221;
  padding: 10px 17px 10px;
  margin: 16px 0 27px;
  font-size: 15px;
  display: inline-block;
}
.note-box strong {
  font-weight: 900
}
/* Author Card */
.author-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 40px 5px 15px;
  border: 1px solid #d0d5dd;
  border-radius: 9px;
  margin-bottom: 56px;
  max-width: 300px;
  box-shadow: 0 1px .2px #14230814;
}

.author-img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.verified-badge {
  color: #295CDF;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 4px;
  background: #F0F3FF;
  padding: 2px 8px;
  border-radius: 30px;
  font-weight: 900;
  margin-left: 37px;
}

.author-title {
  font-size: 12px;
  color: #4a6330;
  font-weight: 600;
  font-size: 1rem;
}

/* Benefit Items */
.benefit-item {
  margin-bottom: 55px;
  align-items: center;
  display: flex;
}

.benefit-image {
  overflow: hidden;
  position: relative;
  width: 55%;
}
.benefit-image video {
  border-radius: 12px
}
.benefit-text {
  width: 60%;
  padding-left: 48px;
}
.benefit-text h3 {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #253319;
}
.benefit-text p:nth-child(2) {
	/*! margin-bottom: 32px; */
}
/* Weight Comparison Tags */
.weight-comparison {
  position: relative;
}

.label-tag {
  position: absolute;
  padding: 6px 12px;
  border-radius: 4px;
  color: white;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.label-tag.green { background: #5d7c32; top: 10px; left: 10px; }
.label-tag.red { background: #d0021b; top: 10px; right: 10px; }

/* Responsive */
@media (max-width: 768px) {
  .benefit-item, .benefit-text {
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  }
  .section-bg {
    padding-bottom: 40px
  }
  .benefit-image {
    order: -1;
    width: 100%;
  }
.content-wrapper {
	max-width: 100%;
	margin-top: 43px;
}
  .main-title {
    font-size: 1.57rem;
  }
  .benefit-text h3 {
    font-size: 1.75rem
  }
.main-header {
  padding: 6px 0;
}
}



sale-card-container {
  font-family: 'Inter', sans-serif;
  padding: 40px 20px;
  background-color: #f4f6f2; /* Light greenish-grey background for the section */
  display: flex;
  justify-content: center;
}

.sale-card {
  border-radius: 6px;
  max-width: 850px;
  width: 100%;
  border: 2px dashed #fff;
  position: relative;
}
.sale-card-container {
	border-radius: 6px;
	border: 1px dashed #25400f36;
	box-shadow: 0 4px 12px #0000000f;
	margin-bottom: 84px;
}
.divider {
	z-index: 10;
	grid-column-gap: 1rem;
	color: #000;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: relative;
}
.divider.bf {
	grid-column-gap: .5rem;
}
.divider-line {
	background-color: #0000001c;
	width: 100%;
	height: 1px;
	margin-top: -4px;
}
.divider-line.expand {
	flex: 1;
}
.sale-visual {
  background: #f1f7f0;
  width: 59%;
  border-radius: 6px 0 0 6px;
}
.sale-visual img {
  max-width: 100%;
  border-radius: 6px;
}
.sale-badge {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #955abc; /* Purple badge */
  color: #fff;
  padding: .48rem 1rem;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.5;
  letter-spacing: -.28px;
  font-family: Barlow, Arial, sans-serif;
}

.sale-content {
  display: flex;
  gap: 0;
  align-items: center;
}


.sale-info {
  text-align: center;
  width: 46%;
  padding-top: 40px;
  padding: 3rem;
}
.guarantee-footer {
	font-size: .75rem !important;
}
.sale-header {
  font-size: .75rem;
  font-weight: 700;
  color: #344a23;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 5px;
  letter-spacing: .5px;
}

.sale-headline {
  font-size: 2rem;
  font-weight: 900;
  color: #253319;
  margin: 2px 0 0px 0;
  line-height: 1.25;
  letter-spacing: -.07em;
}

.sale-headline span {
  color: #3dadff;
}

.sale-description {
  font-size: 14px !important;
  color: #1e2e20 !important;
  line-height: 18px !important;
  margin-bottom: 10px;
  padding: 0 0px;
  margin-top: 12px;
}

.cta-button {
  background-color: #f08804;
  color: white;
  border: 2px solid #e78202;
  border-radius: 6px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
  margin-bottom: 4px;
  transition: transform 0.1s ease, background-color 0.2s ease;
  min-height: 4.5rem;
  text-decoration: none;
  overflow: hidden;
}
.gift-icon {
	width: 13px;
}
.sale-status-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
  font-size: .75rem;
  color: #0c2016e6;
  background: #f5f7f2;
  padding: .8rem 1rem;
  border-radius: 4px;
}

.status-divider {
  width: 1px;
  height: 14px;
  background-color: #ccc;
}

.risk-high {
  color: #c0392b;
  font-weight: 700;
}

.free-text {
  font-weight: 800;
}

.guarantee-footer {
  font-size: 11px;
  color: #888;
  margin: 0;
}

@media (max-width: 768px) {
  .sale-content {
  display: block;
  }
  
  .product-images {
    height: 220px;
  }

  .sale-card {
    width: 100%;
    max-width: auto;
    border: 0;
  }

  .sale-headline {
    font-size: 2rem;
  }
  .sale-visual {
    width: 100%;
    border-radius: 6px 6px 0 0;
  }
  .sale-info {
    width: auto;
    padding: 20px 20px;
  }
  .sale-card-container {
    margin-bottom: 60px;
  }
  .wrapper {
    width: auto;
  }
  .section-bg .sale-card-container {
    margin-left: 20px;
    margin-right: 20px
  }
  
.progress-bar-wrap {
  max-width: 100%;
  height: 6px;
}
.progress-bar-container {
	width: calc(100% - 40px);
	height: 24px;
	top: 110px;
}
.progress-bar {
  height: 2px;
  margin: 2px;
}
.banner-content span {
  width: 50%;
  font-size: 11px;
}
.countdown {
  z-index: 9999;
  position: relative;
}
.top-banner {
  width: auto;
}
}

