:root {
  --primary-color: #ce5200;
  --secondary-color: #d7bb52;
  --light-bg: #f8f8f8;
  --dark-bg: #333;
  --white: #fff;
  --black: #000;
  --price-red: #8B0000;
  --red-accent: #E44D26;
  --font-size-base: 1.05rem;
  --font-size-medium: 1.15rem;
  --font-size-large: 1.25rem
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  padding-top: 30px
}

body {
  font-family: 'Montserrat', 'Roboto', 'Segoe UI', sans-serif;
  color: #333;
  font-size: var(--font-size-base);
  line-height: 1.6
}

img {
  max-width: 100%;
  height: auto
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3
}

h1 {
  font-size: 3rem
}

h2 {
  font-size: 2.5rem
}

h3 {
  font-size: 2rem
}

h4 {
  font-size: 1.5rem
}

p {
  margin-bottom: 1.2rem
}

.btn {
  font-weight: 600;
  font-size: var(--font-size-medium);
  padding: .6rem 1.5rem;
  border-radius: 5px;
  transition: all 0.3s ease
}

.btn-lg {
  font-size: var(--font-size-large);
  padding: .8rem 2rem
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color)
}

.btn-primary:hover {
  background-color: #4a1382;
  border-color: #4a1382
}

.btn-warning {
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  border-color: var(--secondary-color);
  color: var(--black)
}

.btn-warning:hover {
  background-color: #c5aa48;
  border-color: #c5aa48;
  color: var(--black)
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9999;
  background: #000;
  border-bottom: 1px solid #eee
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0
}

.text-logo {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-decoration: none
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0
}

.main-nav a {
  color: #fff;
  display: inline-block;
  transition: color 0.25s ease, transform 0.25s ease;
  text-decoration: none
}

.main-nav a:hover {
  color: #d62828;
  transform: translateY(-3px)
}

.header-cta {
  flex-shrink: 0
}

.btn-primary {
  background: #d62828;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap
}

.hamburger {
  display: none;
  width: 30px;
  cursor: pointer
}

.hamburger span {
  display: block;
  height: 3px;
  background: #000;
  margin: 6px 0
}

.mobile-menu {
  display: none;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 20px;
  text-align: center
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px
}

.mobile-menu li {
  margin: 12px 0
}

.mobile-menu a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  transition: color 0.25s ease, transform 0.25s ease;
  text-decoration: none
}

.mobile-menu a:hover {
  color: #d62828;
  transform: translateY(-3px)
}

.mobile-cta {
  display: inline-block;
  background: #d62828;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700
}

.mobile-menu.active {
  display: block
}

@media (max-width:768px) {
  .header-flex {
    padding: 14px 18px
  }
  .main-nav,
  .header-cta {
    display: none
  }
  .hamburger {
    display: block;
    margin-left: auto;
    padding-right: 6px
  }
  .hamburger span {
    background: #fff
  }
  .text-logo {
    font-size: 22px
  }
}

.hero-section {
  background-image: linear-gradient(140deg, #eb7f17 0 45%, #fef1dc 100%)
}

.hero-section h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem
}

.hero-section p {
  font-size: var(--font-size-large)
}

.benefit-card {
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 8px rgb(0 0 0 / .1);
  background-color: #005598;
  color: var(--white);
  transition: transform 0.3s ease
}

.benefit-card:hover {
  transform: translateY(-5px)
}

.benefit-card h4 {
  margin-bottom: 1rem
}

.icon-circle {
  width: 80px;
  height: 80px;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: -50px auto 10px auto
}

.ingredient-card {
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 8px rgb(0 0 0 / .1);
  transition: transform 0.3s ease
}

.ingredient-card:hover {
  transform: translateY(-5px)
}

.comparison-box {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgb(0 0 0 / .1)
}

.check-list li,
.x-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  font-size: var(--font-size-medium)
}

.check-list i,
.x-list i {
  margin-top: 3px
}

.product-comparison {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden
}

.product-image {
  width: 180px;
  border-radius: 8px;
  transition: transform 0.3s ease;
  object-fit: contain
}

.product-image:hover {
  transform: translateY(-5px)
}

.vs-badge {
  width: 60px;
  height: 60px;
  background-color: var(--red-accent);
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 20px;
  box-shadow: 0 2px 10px rgb(0 0 0 / .2);
  flex-shrink: 0
}

.comparison-container {
  border: 2px dashed #ddd;
  border-radius: 15px;
  padding: 30px;
  background-color: #fff;
  position: relative;
  width: 100%;
  box-sizing: border-box
}

.comparison-container h4 {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.2rem;
  text-align: center
}

.check-list i {
  color: #42b983;
  font-size: 20px
}

.x-list i {
  color: var(--red-accent);
  font-size: 20px
}

.pricing-card {
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgb(0 0 0 / .1);
  transition: transform 0.3s ease;
  overflow: hidden
}

.pricing-card:hover {
  transform: translateY(-10px)
}

.pricing-card.popular {
  transform: scale(1.02);
  position: relative;
  z-index: 1;
  border: 2px solid #005598
}

.pricing-card.popular:hover {
  transform: scale(1.05)
}

.pricing-title {
  background-color: #f8f8f8
}

.price {
  margin: 15px 0
}

.price h1 {
  font-size: 4.5rem;
  font-weight: 700;
  position: relative;
  display: inline-block
}

.per-bottle {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  display: inline-block;
  text-align: left;
  padding-left: 5px
}

.payment-methods img {
  width: auto;
  object-fit: contain
}

.total-price {
  font-size: 1.3rem
}

footer a {
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: var(--font-size-base)
}

footer a:hover {
  color: var(--secondary-color) !important
}

@media (max-width:768px) {
  :root {
    --font-size-base: 1rem;
    --font-size-medium: 1.1rem;
    --font-size-large: 1.2rem
  }
  h1 {
    font-size: 2.5rem
  }
  h2 {
    font-size: 2rem
  }
  h3 {
    font-size: 1.75rem
  }
  .hero-section h1 {
    font-size: 2.8rem
  }
  .container {
    width: 100%;
    max-width: 100% !important;
    padding-left: 10px;
    padding-right: 10px
  }
  .row {
    margin-left: 0;
    margin-right: 0
  }
  .row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px
  }
  .comparison-container {
    padding: 15px 10px;
    width: 100%
  }
  .vs-badge {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin: 0 5px
  }
  .product-image {
    width: 100px
  }
  .comparison-container ul li {
    font-size: .95rem;
    word-wrap: break-word
  }
  .check-list i,
  .x-list i {
    font-size: 16px
  }
  .pricing-card {
    width: 100%
  }
  .pricing-card .p-4 {
    padding: 1rem !important
  }
  .price h1 {
    font-size: 2.8rem
  }
  .per-bottle {
    font-size: .8rem;
    right: -40px;
    top: 12px
  }
  .pricing-card.popular {
    transform: scale(1);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
  }
  .pricing-card.popular:hover {
    transform: translateY(-10px)
  }
  .testimonial-text {
    font-size: 1.1rem
  }
  [data-aos-delay] {
    transition-delay: 0s !important
  }
  .carousel-inner {
    min-height: 360px
  }
  .testimonial-text {
    font-size: 1.1rem;
    line-height: 1.6
  }
  .testimonial-card .d-flex {
    flex-direction: column;
    text-align: center;
    align-items: center !important;
    margin-top: 20px
  }
  .testimonial-card .d-flex img {
    margin-right: 0 !important;
    margin-bottom: 15px;
    max-width: 120px !important;
    border: 3px solid rgb(255 255 255 / .2)
  }
  .testimonial-card .text-start {
    text-align: center !important;
    width: 100%
  }
  .carousel-inner {
    min-height: 520px
  }
  .testimonial-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem
  }
  .testimonial-card .testimonial-text {
    font-size: 1rem;
    line-height: 1.5
  }
  .testimonials-section {
    overflow: hidden
  }
}

@media (max-width:576px) {
  .col-md-6,
  .col-md-4,
  .col-md-8,
  .col-md-3,
  .col-md-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%
  }
  .product-comparison {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
  }
  .product-image {
    width: 80px
  }
  .vs-badge {
    width: 30px;
    height: 30px;
    font-size: 16px
  }
  .comparison-container {
    border-width: 1px
  }
  * {
    word-wrap: break-word;
    overflow-wrap: break-word
  }
  .carousel-inner {
    min-height: 560px
  }
  .testimonial-card {
    padding: 1rem !important
  }
  .testimonial-card .stars i {
    font-size: 14px
  }
  .testimonial-card h3 {
    font-size: 1.3rem
  }
  .testimonial-card .d-flex img {
    max-width: 100px !important
  }
  .testimonial-card h5 {
    font-size: 1.1rem
  }
  .testimonial-card .d-flex p {
    font-size: .9rem
  }
}

@keyframes pulse {
  0% {
    opacity: 1
  }
  50% {
    opacity: .7
  }
  100% {
    opacity: 1
  }
}

#countdown {
  animation: pulse 1s infinite;
  font-weight: 700;
  color: var(--white);
  font-size: var(--font-size-large)
}

.button-buy-b {
  background: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  color: #000;
  border: none
}

.button-buy-b:hover {
  background: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  color: #000
}

.carousel-control-prev,
.carousel-control-next {
  width: 8%;
  opacity: .8
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1
}

.carousel-indicators {
  bottom: -40px
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(255 255 255 / .4);
  margin: 0 5px;
  opacity: .7
}

.carousel-indicators .active {
  background-color: var(--white);
  opacity: 1
}

.testimonial-card .card-body {
  padding: 25px
}

.testimonial-author {
  margin-top: 15px;
  font-weight: 600
}

.verified-badge {
  font-size: .85rem;
  opacity: .8
}

@media (min-width:992px) {
  .carousel-inner {
    min-height: 280px
  }
}

@media (max-width:576px) {
  .carousel-inner {
    min-height: 420px
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 12%
  }
  .testimonial-card .card-body {
    padding: 20px 15px
  }
}

.testimonials-section {
  background: #005598;
  padding: 40px 0
}

.testimonials-title {
  text-align: center;
  color: #fff;
  margin-bottom: 45px
}

.testimonials-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px
}

.testimonial-card {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  display: flex;
  gap: 20px;
  align-items: flex-start
}

.testimonial-avatar {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block
}

.testimonial-content p {
  font-size: 14.5px;
  line-height: 1.55;
  margin-bottom: 10px
}

.testimonial-content strong {
  display: block;
  font-size: 14px;
  margin-bottom: 6px
}

.testimonial-rating {
  font-size: 14px;
  color: #ff9800
}

.testimonial-rating span {
  color: #555;
  font-size: 13px;
  margin-left: 6px
}

.custom-image img {
    width: 720px;
    height: 300px;
    object-fit: contain;
    border-radius: 15px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .custom-image img {
        width: 100%;
        max-width: 350px;
        height: auto;
    }
}

@media (max-width:768px) {
  .testimonial-card {
    flex-direction: column;
    align-items: center;
    text-align: center
  }
}

.bonus-section {
  background: linear-gradient(295deg, #88b9e1 0%, #3d6a8d 47%);
  padding: 60px 20px;
  color: #fff
}

.bonus-container {
  max-width: 1100px;
  margin: auto
}

.bonus-main-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px
}

.bonus-subtitle {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px
}

.bonus-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  color: #000;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 25px
}

.bonus-card img {
  width: 240px;
  max-width: 100%;
  border-radius: 10px
}

.bonus-content h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #37298C
}

.bonus-value {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600
}

.bonus-value strong {
  color: #1e9f3f;
  margin-left: 6px
}

.bonus-content p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 8px
}

.bonus-content small {
  font-size: 13px;
  color: #555
}

@media (max-width:768px) {
  .bonus-card {
    flex-direction: column;
    text-align: center;
    align-items: center
  }
  .bonus-card img {
    width: 160px
  }
}

#pricing .card-body .p-4 > img:first-of-type {
    width: 220px;
    height: 220px;
    object-fit: contain;
    display: block;
    margin: 0 auto 1rem;
}

