
.section-head.trv-head-title-wrap.center-position {
text-align: center;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}

.well-container {
max-width: 1400px;
margin: 0 auto;
}

/* modern white cards with shadow & border-radius */
.well-card {
background: #ffffff;
border-radius: 24px;
transition:
  transform 0.25s ease,
  box-shadow 0.3s ease;
height: 100%;
padding: 1.8rem 1.5rem;
}

/* heading typography */
h1,
h2,
h3,
.well-heading {
font-family: "Playfair Display", serif;
font-weight: 700;
letter-spacing: -0.01em;
}

.well-subheading {
font-family: "Poppins", sans-serif;
font-weight: 500;
color: #b58b5c;
letter-spacing: 1px;
font-size: 0.85rem;
text-transform: uppercase;
margin-bottom: 0.5rem;
}

/* checklist style */
.well-checklist {
list-style: none;
padding-left: 0;
margin: 1rem 0 0;
}

.well-checklist li {
margin-bottom: 0.85rem;
display: flex;
align-items: center;
gap: 12px;
font-weight: 500;
color: #3a3329;
font-size: 0.9rem;
}

.well-checklist li i {
color: #ffaa0d;
font-size: 1rem;
background: #efffff;
width: 28px;
height: 28px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: all 0.2s;
}

/* tagline pills */
.well-tagline {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 1.5rem;
}

.well-pill {
background: #efffff;
padding: 6px 14px;
border-radius: 40px;
font-size: 0.7rem;
font-weight: 600;
color: #000000;
letter-spacing: 0.3px;
}

/* product image floating & centered */
.well-product-img {
width: 100%;
border-radius: 5px;
transition:
  transform 0.35s ease,
  box-shadow 0.3s;
display: block;
}

/* circular ingredient row (flex horizontal) */
.well-ingredient-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
margin-top: 1rem;
margin-bottom: 3rem;
}

.well-circle-ing {
text-align: center;
width: 100px;
transition: transform 0.2s;
}

.well-circle-ing:hover {
transform: translateY(-5px);
}

.well-circle-icon {
width: 85px;
height: 85px;
background: #ebfafa;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 12px;
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
font-size: 36px;
color: #ffaa0d;
transition: all 0.2s;
border: 1px solid rgb(133 210 0);
}

.well-circle-ing span {
font-size: 0.75rem;
font-weight: 600;
color: #5c4b37;
display: block;
}

.well-bottle-day,
.well-bottle-night {
border-radius: 28px;
box-shadow: 0 20px 35px -8px rgba(0, 0, 0, 0.2);
transition: all 0.3s;
}

.well-bottle-day {
transform: translateX(15px) rotate(-2deg);
z-index: 2;
}

.well-bottles-overlap:hover .well-bottle-day {
transform: translateX(5px) rotate(-1deg) translateY(-6px);
}

.well-glow {
filter: drop-shadow(0 0 8px rgba(190, 150, 100, 0.3));
}

/* feature card grid (4 columns) modern style */
.well-feature-card {
background: #ffffff;
border-radius: 24px;
padding: 1.8rem 1rem;
text-align: center;
transition: all 0.25s;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
height: 100%;
border: 1px solid rgba(0, 0, 0, 0.02);
}

.well-feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.12);
}

.well-feature-icon {
background: #efffff;
width: 70px;
height: 70px;
margin: 0 auto 1.2rem;
border-radius: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
color: #ffaa0d;
}

.well-feature-card p {
font-weight: 500;
margin-bottom: 0;
font-size: 0.9rem;
color: #3f352b;
}

/* badge group */
.well-badge-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 2rem;
    text-align: center;
    justify-content: center !important;
}

.well-badge {
background: #85d200;
padding: 8px 24px;
border-radius: 60px;
font-size: 0.75rem;
font-weight: 600;
color: #000000;
letter-spacing: 0.3px;
transition: 0.2s;
}

.well-badge:hover {
background: #ddcfbd;
transform: translateY(-2px);
}

/* what to expect list custom */
.well-expect-list {
list-style: none;
padding-left: 0;
}
.well-expect-list li {
margin-bottom: 0.9rem;
font-weight: 500;
border-left: 3px solid #ffaa0d;
padding-left: 15px;
color: #4b3f32;
}

/* responsive */
@media (max-width: 991px) {
.well-section {
  padding: 50px 30px;
}
.well-card {
  padding: 1.5rem;
}
.well-circle-icon {
  width: 70px;
  height: 70px;
  font-size: 28px;
}
.well-circle-ing {
  width: 85px;
}
.well-bottle-day,
.well-bottle-night {
  width: 140px;
}
}

.second-section {
background: rgb(255, 255, 255);
border-radius: 10px;
margin-bottom: 60px;
padding-bottom: 50px;
}

@media (max-width: 768px) {
.well-section {
  padding: 40px 20px;
}
.well-ingredient-row {
  gap: 18px;
}
.well-circle-icon {
  width: 65px;
  height: 65px;
  font-size: 26px;
}
.well-circle-ing span {
  font-size: 0.7rem;
}
.well-feature-card {
  padding: 1.2rem 0.8rem;
}
.well-badge-group {
  justify-content: center;
}
h1 {
  font-size: 2.2rem;
}
.text-center-mobile {
  text-align: center;
}
}

@media (max-width: 480px) {
.well-bottle-day,
.well-bottle-night {
  width: 115px;
}
.well-product-img {
  max-width: 220px;
}
.well-circle-icon {
  width: 55px;
  height: 55px;
  font-size: 22px;
}
.well-circle-ing {
  width: 70px;
}
}

/* extra spacing */
.well-divider-light {
height: 2px;
background: linear-gradient(90deg, transparent, #feaa0d, transparent);
margin: 2rem 0 1rem;
}
.well-center-text {
text-align: center;
}