.footer-conditions a,
.leftNav li a,
.rightNav li a {
  color: #fff;
}

.rightNav button,
.section-btn a {
  background: #ffd814;
  cursor: pointer;
}

.leftNav li,
.rightNav li,
ul li {
  list-style: none;
}

.about-order a,
.footer-conditions a,
.highlight,
.how-work-btn a,
.leftNav li a,
.rightNav li a,
.section-btn a {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Quicksand', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 70px;
}

.sticky-nav {
  position: sticky;
  top: 0;
}

.nav-PaddingSection {
  padding: 1.4% 6%;
  background: #272727;
  z-index: 1000;
}

.navSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leftNav li a {
  font-size: 2.5rem;
  font-weight: 600;
}

.rightNav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.rightNav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

.rightNav li:hover {
  border-bottom: 1px solid #56a77c;
}

.rightNav li a {
  font-weight: 500;
  font-size: 22px;
}

.rightNav button {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  outline: 0;
  font-size: 18px;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.about-order button:hover,
.rightNav button:hover {
  background-color: #ffd814ca;
}

.rightNav button:active,
.section-btn a:active {
  background-color: rgb(0 0 0 / 0.336);
}

.rightNav button i {
  background: #fff0;
  color: #000;
  font-size: 22px;
}

.Menu {
  position: absolute;
  right: 30px;
  top: 20px;
  display: none;
}

.Menu i {
  color: #fff;
  font-size: 22px;
}



.paddingSection {
  padding: 1% 6%;
}

.content-padding {
  padding: 0 3%;
}

.mainPadding,
.privacy-term-disclaimer {
  padding: 2% 6%;
}


/* HERO */
.hero {
  background: url(../images/bg-bnr.webp);
  padding: 20px 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.hero-content {
  flex: 1;
  color: #fff;
}

.tag {
  background: #ffd814;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  color: #fff !important;
}

.hero h1 {
  font-size: 42px;
  margin: 20px 0;
}

.hero span {
  color: #ffd814;
}

.hero-content p {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 32px;
}

.hero-list {
  list-style: none;
  padding: 0;
  margin: 20px 0px;
}

.hero-list li {
  margin: 8px 0;
}

.btn-green {
  display: inline-block;
  margin-top: 20px;
  background: #ffd814;
  color: #000;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}

.hero-img img {
  max-width: 400px;
  border-radius: 20px;
}

.h2heading,
.sub-heading {
  background: #161C85;
  text-align: center;
}

.section-btn {
  display: flex;
  gap: 15px;
}

.section-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  box-shadow: rgb(0 0 0 / 0.16) 0 1px 4px;
  border-radius: 5px;
  padding: 15px 40px;
  font-size: 25px;
  color: #000;
  font-weight: 600;
}

.Section11th .ans p,
.how-work p,
.review-section p,
ul li {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}

.section-btn a:hover {
  background-color: #ffd814d3;
}

.about-order button i,
.about-order button:hover i,
.section-btn a i,
.section-btn a:hover i {
  color: #000;
}

.h2heading {
  padding: 20px;
  font-size: 25px;
}

.h2heading h2 strong {
  color: #fff;
  font-weight: 600;
}

.h2heading h2 span {
  color: #ffd814;
  font-weight: 600;
}

.user-card {
  box-shadow: rgb(0 0 0 / 0.35) 0 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  margin: 10px;
  gap: 30px;
  width: 400px;
  height: 650px;
}

.card-section {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
}

.powerbite-card,
.user-image {
  flex-direction: column;
  display: flex;
}

.powerbite-card {
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  width: 250px;
  box-shadow: rgb(50 50 93 / 0.25) 0 6px 12px -2px,
    rgb(0 0 0 / 0.3) 0 3px 7px -3px;
  height: 400px;
  padding: 40px 20px;
}

.what-is {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

ul li {
  margin: 2% 0;
}

ul li i {
  margin-right: 1%;
}

.how-work h2 {
  font-size: 40px;
  padding: 2%;
  color: #100f0f;
  font-weight: 600;
}


.how-work h4,
.how-work h4 i,
.privacy-term-disclaimer p {
  font-size: 22px;
}

.how-work h4 {
  line-height: 32px;
  margin: 5px;
  font-weight: 700;
}
.how-work-btn {
  margin-top: 4%;
}

.how-work-btn a {
  padding: 10px 35px;
  background-color: #ffd814;
  border-radius: 30px;
  color: #000000;
}

.what-is-content {
  width: 100%;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.whatspara img {
  float: right;
  max-width: 500px;
  margin: 2%;
  border-radius: 10px;
}

.sub-heading {
  padding: 10px;
  color: #fff !important;
  font-weight: 700 !important;
  margin: 20px 0;
}

.Section11th .ans p,
.Section11th .box .ans,
.Section11th .question,
.about-user,
.about-user p,
.review-about,
.user-image img {
  background-color: #fff;
}

.moneyback-guarantee {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background: -webkit-radial-gradient(circle, #edfcffaa 41%, #ecfcff 100%);
  box-shadow: rgb(50 50 93 / 0.25) 0 2px 5px -1px,
    rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  border-radius: 10px;
  padding: 30px;
  gap: 30px;
  width: 100%;
  margin: auto;
}

.moneyback-image img {
  max-width: 300px;
}

.moneyback-content p {
  font-size: 22px;
  margin: 5px;
  line-height: 32px;
  text-align: center;
}

.moneyback-content h3 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.moneyback-content h3 span {
  text-decoration: underline;
  color: #dc3545;
}

.review-section .review-heading h2 {
  font-size: 40px;
  font-weight: 500;
  padding: 2%;
}

.review-about {
  padding: 20px;
  min-height: 250px;
  border-radius: 20px;
  margin: 2% 0;
  display: flex;
  gap: 50px;
}

.pricing-Card,
.pricing-Card img {
  border-radius: 10px;
  width: 100%;
}

.user-image {
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.about-user {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.user-image img {
  width: 150px;
  border-radius: 10px;
}

.about-user h2 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.about-user h3 {
  font-weight: 700;
  color: #1a9950;
  margin: 2% 0;
  font-size: 1.4rem;
}

.flexi-Choose {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3% 6%;
  background-color: #161C85;
}

.flexi-Choose img {
  width: 60%;
  background-color: #161C85;
}

.faqs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Section11th {
  padding: 0 20px 20px;
}

.Section11th .box {
  border-radius: 5px;
  padding: 5px 40px;
}

.Section11th .box .ans {
  width: 800px;
}

.Section11th .question {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  padding: 10px 0;
}

.Section11th .question h3 {
  font-size: 25px;
  background-color: #fff;
}

.Section11th .question i {
  font-size: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Section11th .ans {
  line-height: 32px;
  margin-top: 10px;
  color: #090601;
  padding-left: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s;
}

.ans.active {
  max-height: 400px;
}

.refrence {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.refrence h3 {
  font-size: 30px;
}

.refrence img {
  width: 70%;
}

.footer-section {
  background-color: #000000d2;
}

.footer-section p {
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.footer-conditions a span {
  color: orange;
}

.privacy-term-disclaimer h1 {
  font-size: 35px;
  text-align: center;
}

.discount-bottle-now {
  background-color: #22335c !important;
}

.highlight {
  font-weight: 600;
}

.highlight strong {
  color: #161C85 !important;
}

.buy-bottles {
  padding: 1% 6%;
}

.buy-Section {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.pricing-Card:nth-of-type(2) {
  box-shadow: rgb(0 0 0 / 0.35) 0 5px 15px;
  border: 3px solid #00806e;
}

.img-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-section img {
  width: 600px;
}

.about-order {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-order h6 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 400;
}

.about-order h4 {
  font-size: 45px;
}

.about-order button {
  outline: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px 40px;
  background: #ffd814;
  font-size: 22px;
  color: #000;
  font-weight: 700;
}


/* BENEFITS SECTION */
.benefits-section {
  padding: 80px 10%;
  text-align: center;
  background: #ffffff;
}

.benefits-section h2 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #161C85;
}

.benefits-sub {
  max-width: 1000px;
  margin: auto;
  font-size: 22px;
  color: #444;
  margin-bottom: 50px;
}

/* BENEFITS GRID */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

/* BENEFIT CARD */
.benefit-card {
  background: #7a7a7a2b;
  padding: 30px 22px;
  border-radius: 18px;
  border: 2px solid #161C852f;
  transition: 0.3s ease;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.08);
}

.benefit-card:hover {
  transform: translateY(-12px);
  border-color: #161C85c1;
}

/* ICON STYLE */
.benefit-card .icon {
  font-size: 42px;
  background: gold;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 18px;
}

/* CARD TEXT */
.benefit-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #161C85;
}

.benefit-card p {
  font-size: 20px;
  color: #333;
  line-height: 1.4;
}

/* CTA BUTTON */
.benefit-btn {
  margin-top: 55px;
  padding: 16px 35px;
  font-size: 22px;
}



.reviews-section {
  padding: 4rem 1rem;

}

.reviews-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.reviews-eyebrow {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 8px;
}

.reviews-heading {
  text-align: center;
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 600;
  color: #111;
  margin: 0 0 2.5rem;
  line-height: 1.4;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  gap: 16px;
}

.review-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.review-card:hover {
  border-color: #c5c5c5;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.review-card.featured {
  border: 2px solid #378ADD;
}

.review-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.review-name {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  margin: 0 0 2px;
}

.review-location {
  font-size: 16px;
  color: #888;
  margin: 0;
}

.review-stars {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

.stars {
  color: #EF9F27;
  font-size: 2rem;
  letter-spacing: 1px;
}

.verified-badge {
  font-size: 16px;
  font-weight: 600;
  color: #0F6E56;
  background: #E1F5EE;
  padding: 2px 8px;
  border-radius: 20px;
}

.review-divider {
  border: none;
  border-top: 1px solid #f0f0f0;
  margin: 0;
}

.quote-mark {
  font-size: 36px;
  color: #B5D4F4;
  line-height: 0.6;
  display: block;
  margin-bottom: 6px;
  font-family: Georgia, serif;
}

.review-text {
  font-size: 1.2rem;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

.reviews-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 2rem;
  padding: 1rem;
  background: #f7f7f7;
  border-radius: 10px;
  font-size: 13px;
  color: #888;
}

.summary-rating {
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

/* Responsive */
@media (max-width: 600px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}


.price-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
      .section-wrap {
      background: radial-gradient(ellipse at 50% 0%, #fff5cc 0%, #fdf0c0 40%, #fae8a0 100%);
      border-radius: 24px;
      padding: 40px 32px 36px;
      max-width: 840px;
      width: 100%;
      text-align: center;
      box-shadow: 0 8px 40px rgba(160,120,0,0.18);
    }

    /* ── TITLE ── */
    .section-title {
      font-size: clamp(22px, 5vw, 32px);
      font-weight: 900;
      color: #1e116e;
      line-height: 1.25;
      margin-bottom: 28px;
    }

    /* ── PRODUCT MOCKUP ── */
    .product-area {
      border-radius: 18px;
      padding: 24px 12px 14px;
      margin-bottom: 24px;
    }

    .mockup-row {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      gap: 6px;
      flex-wrap: nowrap;
    }
    .mockup-row img{
      width: 70%;
    }
    
    /* ── BADGE BAR ── */
    .badge-bar {
      display: flex;
      border-radius: 14px;
      overflow: hidden;
      margin-bottom: 26px;
      box-shadow: 0 5px 20px rgba(60,30,160,0.16);
    }
    .badge-item {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 15px 6px;
      color: #fff;
      font-weight: 800;
      font-size: clamp(10px, 2.4vw, 14px);
      line-height: 1.25;
      text-align: center;
    }
    .badge-item svg { flex-shrink: 0; width: 26px; height: 26px; }
    .badge-discount { background: #7c4dff; }
    .badge-access   { background: #1a9ab8; }
    .badge-bonus    { background: #00b2a9; }

    /* ── PRICE ── */
    .price-section { margin-bottom: 22px; }
    .price-label {
      font-size: 17px;
      font-weight: 700;
      color: #444;
      margin-bottom: 4px;
    }
    .price-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }
    .price-num {
      font-size: clamp(46px, 12vw, 64px);
      font-weight: 900;
      color: #1e116e;
      line-height: 1;
    }
    .arrow-svg { color: #27ae60; }

    /* ── CTA BUTTON ── */
    .cta-row {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .cta-btn button{
      flex: 1;
      background: linear-gradient(90deg, #d4b000 0%, #f5d800 55%, #ffe94d 100%);
      border: 3.5px solid #b89400;
      border-right: none;
      border-radius: 16px 0 0 16px;
      padding: 18px 35px;
      font-size: clamp(22px, 6vw, 24px);
      font-weight: 900;
      color: #1a0e6e;
      letter-spacing: 3px;
      text-transform: uppercase;
      cursor: pointer;
      transition: transform .14s ease, box-shadow .14s ease;
      box-shadow: 0 5px 22px rgba(190,155,0,0.28);
      font-family: inherit;
    }
    .cta-btn button:hover  { box-shadow: 0 8px 30px rgba(190,155,0,0.38); }
    .cta-btn button:active { transform: scale(0.98); }

    .guarantee-badge {
      width: 104px;
      height: 104px;
      background: radial-gradient(circle at 35% 35%, #ffe566 0%, #c8a800 70%);
      border-radius: 50%;
      border: 3.5px solid #a88600;
      display: flex;
      flex-direction: column;
      align-items: center; 
      justify-content: center;
      flex-shrink: 0;
      box-shadow: 0 4px 16px rgba(150,115,0,0.28);
      color: #5a3a00;
      text-align: center;
      line-height: 1.15;
    }
    .guarantee-badge img{
      width: 100%;
    }
    /* ── RESPONSIVE ── */
    @media (max-width: 480px) {
      .section-wrap { padding: 28px 16px 26px; }

      .mockup-row { gap: 4px; }
      .badge-item { gap: 5px; padding: 12px 4px; }
    }


@media only screen and (max-width: 1200px) {

  .mainPadding,
  .paddingSection {
    padding: 2% 3%;
  }

  .faqpadding {
    padding: 0 3% !important;
  }


}

@media only screen and (max-width: 992px) {

  .Section11th .box,
  .discount-Section div img,
  .leftNav,
  .rightNav {
    width: 100%;
  }

  .navSection {
    flex-direction: column;
  }

  .Menu {
    display: block;
  }

  .leftNav {
    justify-content: start;
  }

  .leftNav li a {
    font-size: 2rem;
  }

  .rightNav {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    display: none;
  }

  .rightNav ul {
    flex-direction: column;
    gap: 10px;
  }

  .nav-PaddingSection {
    padding: 2.6% 6%;
  }

  .paddingSection {
    padding: 2% 6%;
  }

  .mainPadding {
    padding: 2%;
  }

  .user-card {
    margin: 2%;
    gap: 0;
  }
}

@media only screen and (max-width: 768px) {

  .Discount h2,
  .h2heading {
    font-size: 25px;
  }

  .mainPadding,
  .paddingSection {
    padding: 2%;
  }

  .buy-Section {
    padding: 2%;
    flex-wrap: wrap;
  }

  .moneyback-guarantee {
    flex-direction: column;
    gap: 10px;
  }

  .Section11th .box .ans {
    width: 100%;
  }

  .Section11th .box,
  .mainfaqsHeading {
    padding: 10px;
  }

  .Section11th .box .question h3 {
    font-size: 20px;
  }

  .Section11th .question i {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }


  .moneyback-image img {
    width: 300px;
  }

  .review-about {
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }

  .moneyback-content h3 {
    font-size: 30px;
  }

  .what-is-content {
    flex-direction: column;
  }
}

@media only screen and (max-width: 576px) {
  .h2heading {
    font-size: 16px;
  }

  p,
  ul li {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .pricing-Card {
    width: 100%;
    margin: 10px 0;
  }

  .how-work h2,
  .moneyback-content h3,
  .pricing-Card h3 {
    font-size: 30px;
  }

  .about-order h4,
  .about-order h6,
  .pricing-Card h4:nth-of-type(2) {
    font-size: 20px;
  }

  .pricing-Card img,
  .whatspara img {
    width: 100%;
  }

  .leftNav li a img,
  .moneyback-image img,
  .what-is-image img {
    width: 250px;
  }

  .section-btn a {
    font-size: 18px !important;
  }

  .Section11th .box .question h3,
  .about-order button {
    font-size: 18px;
  }

  .box .question i {
    color: #000;
    background-color: #fff;
  }

  .user-card {
    width: 300px;
  }

  .how-work-btn a {
    font-size: 14px;
  }

  .Section11th .ans p,
  .how-work h4 {
    font-size: 17px;
  }

  .moneyback-guarantee {
    padding: 10px;
  }

  .about-user p,
  .moneyback-content {
    text-align: center;
  }

  .refrence h3 {
    font-size: 25px;
  }

  .img-section img {
    width: 70%;
  }

  .user-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-user h2 {
    margin: auto;
  }

  .section-btn a {
    width: 100%;
    margin: 2px 0;
    box-sizing: border-box;
  }

  .about-order button i,
  .section-btn i {
    display: none;
  }

  .sub-heading {
    font-size: 28px !important;
  }

  .h2heading {
    padding: 10px 0 !important;
    margin-top: 20px;
  }

  .about-order button {
    padding: 10px 20px !important;
    width: 90%;
  }

  .box-bene h3 {
    font-size: 15px;
  }

  .Section11th {
    padding: 0;
  }

  .mainfaqsHeading {
    padding: 0 10px;
  }

  .review-about {
    gap: 0;
  }

  .leftNav img {
    width: 50px !important;
    padding: 15px 0;
  }

  .about-user h3 {
    margin: auto;
    font-size: 1.2rem;
  }

  .section-btn {
    flex-direction: column;
    gap: 5px;
  }

  .buy-bottles {
    padding: 1% 0%;
  }
}

.why-choose {
  /* background-color: #161C85; */
  padding: 20px;
  margin-top: 4%;
  text-align: center;
}

.why-choose h2 {
  /* color: #fff; */
  font-size: 40px;
  margin-bottom: 30px;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px;
  background-color: #fff;
}

.feature-card {
  background-color: #ececec;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.05);
  flex: 1 1 220px;
  max-width: 300px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 23px;
  color: #111;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 22px;
  line-height: 32px;
  color: #555;
}


@media (max-width: 768px) {
  .features {
    flex-direction: column;
    align-items: center;
  }

  .hero h1 {
    font-size: 35px;
    margin: 20px 0;
  }

  .btn-green {
    font-size: 16px;
  }

  .hero-img img {
    max-width: 350px;
  }

  .why-choose h2 {
    font-size: 28px;
  }
}

.active {
  display: flex;
}

.bonus-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #fff;
  text-align: center;
}

.bonus-section h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.bonus-section p.sub {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 40px;
}

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: auto;
}

.bonus-card {
  background: #ffffff;
  color: #333;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.bonus-card:hover {
  transform: translateY(-8px);
}

.bonus-badge {
  position: absolute;
  top: 15px;
  right: -35px;
  background: #27ae60;
  color: #fff;
  padding: 6px 40px;
  font-size: 0.8rem;
  transform: rotate(45deg);
  font-weight: bold;
}

.bonus-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.bonus-free {
  color: #e74c3c;
  font-weight: 700;
  margin-bottom: 12px;
}

.bonus-text {
  font-size: 1.2rem;
  line-height: 1.5;
}

.bonus-icon {
  font-size: 40px;
  margin-bottom: 15px;
}
.bonus-icon img{
  width: 100%;
}

@media (max-width: 768px) {
  .bonus-section h2 {
    font-size: 1.8rem;
  }
  .hero {
    padding: 25px 5%;
    flex-direction: column-reverse;
  }
  .guarantee-badge {
      width: 55px;
      height: 55px;
  }
}