        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            background: #ffffff;
        }

        /* --- HERO TOP SECTION --- */
        .hero-section {
            position: relative;
            color: #fff;
            padding: 40px 0;
            overflow: hidden;
        }

        .hero-section::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: linear-gradient(79deg, #102405 0%, #7bda4b 100%);
            opacity: 0.9;
            z-index: -1;
        }

        .hero-title {
            font-weight: 700;
            line-height: 1.6;
            font-size: 2rem;
        }

        .hero-sub {
            font-size: 0.9rem;
            margin-top: 6px;
            color: #ffeeba;
        }

        .btn-cta {
            display: inline-block;
            margin-top: 22px;
            padding: 11px 32px;
            background: #ffe800;
            border: 2px solid #000000;
            border-radius: 3px;
            font-weight: 700;
            font-size: 1rem;
            color: #000000;
            text-decoration: none;
        }

        .btn-cta:hover {
            background: #fff176;
            color: #000;
        }

        .video-frame {
            border: 3px solid #b2ff00;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
        }

        /* --- BENEFIT SECTION --- */
        .benefit-section {
            background: linear-gradient(#e8f4d1, #174d1e);
            padding: 40px 0 45px;
            color: #000000;
        }

        .benefit-title {
            font-size: 1.6rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 25px;
        }

        .benefit-list {
            font-size: 0.95rem;
        }

        .benefit-list li {
            margin-bottom: 8px;
        }

        .benefit-list .check {
            color: #ffffff;
            background: #6fbf73;
            display: inline-block;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            border-radius: 50%;
            font-size: 13px;
            margin-right: 8px;
        }

        /* === Review Section === */
        .review-section {
            background: #ffffff;
            padding: 30px 0 40px;
        }

        .review-heading-bar {
            background: #0b3b0b;
            color: #ffffff;
            font-weight: 700;
            font-size: 22px;
            padding: 8px 18px;
            border-top: 3px solid #000;
            border-bottom: 3px solid #000;
            margin-bottom: 18px;
        }

        .review-card {
            background: #ffffff;
            border-radius: 16px;
            border: 2px solid #39ff14;
            padding: 6px;
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
        }

        .review-card img {
            width: 100%;
            display: block;
            border-radius: 12px;
        }

        .review-name {
            font-size: 13px;
            margin-top: 4px;
        }

        .review-carousel .carousel-control-prev,
        .review-carousel .carousel-control-next {
            width: 40px;
        }

        .review-carousel .carousel-control-prev-icon,
        .review-carousel .carousel-control-next-icon {
            filter: invert(1);
        }

        /* PRODUCT ORDER SECTION */
        .order-showcase-section {
            padding: 40px 0 20px;
        }

        .order-product-img {
            max-width: 450px;
            width: 100%;
            height: auto;
        }

        .order-heading {
            font-size: 1.8rem;
            font-weight: 700;
        }

        /* TRUST SECTION */
        .trust-list li {
            font-size: 0.95rem;
            margin-bottom: 10px;
            line-height: 1.7;
            display: flex;
            align-items: flex-start;
        }

        .trust-check {
            color: #0b3b13;
            font-size: 1rem;
            margin-right: 8px;
            margin-top: 3px;
        }

        .trust-doc-img {
            max-width: 320px;
            border: 2px solid #e0e0e0;
            border-radius: 4px;
        }

        /* CHECKOUT SECTION */
        .top-strip {
            background: #0b3b13;
            color: #fff;
            text-align: center;
            padding: 10px 0;
            font-weight: 700;
        }

        .checkout-wrapper {
            max-width: 980px;
            margin: 20px auto 40px;
        }

        .checkout-card {
            background: #ffffff;
            border-radius: 4px;
            border: 1px solid #d8d8d8;
            overflow: hidden;
        }

        .section-heading {
            font-weight: 700;
            font-size: 1rem;
            margin-bottom: 12px;
        }

        .product-table thead {
            background: #f8f8f8;
            font-size: 0.9rem;
        }

        .product-img-thumb {
            width: 30px;
            height: 30px;
            border-radius: 2px;
            object-fit: cover;
            margin-right: 6px;
        }

        .qty-box {
            display: inline-flex;
            border: 1px solid #ccc;
            border-radius: 4px;
            overflow: hidden;
            font-size: 0.8rem;
        }

        .qty-box button {
            border: none;
            background: #f5f5f5;
            width: 25px;
            line-height: 1;
        }

        .qty-box input {
            width: 35px;
            border: none;
            text-align: center;
        }

        .summary-box {
            border: 1px solid #e3e3e3;
            background: #fcfcfc;
            border-radius: 4px;
            padding: 12px 14px;
            font-size: 0.9rem;
        }

        .summary-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 4px;
        }

        .summary-row.total {
            font-weight: 700;
            border-top: 1px solid #e0e0e0;
            padding-top: 6px;
            margin-top: 4px;
        }

        .cod-box {
            margin-top: 10px;
            background: #f4fff2;
            border: 1px solid #cbe4c1;
            border-radius: 4px;
            padding: 10px 12px;
            font-size: 0.85rem;
        }

        .btn-place-order {
            background: #1ca127;
            border-color: #1ca127;
            font-weight: 700;
        }

        .btn-place-order:hover {
            background: #15831f;
            border-color: #15831f;
        }

        .bottom-strip {
            max-width: 980px;
            margin: 0 auto 30px;
        }

        .bottom-strip button {
            width: 100%;
            background: #e50000;
            border: none;
            color: #fff;
            font-weight: 700;
            padding: 9px 0;
        }

        .bottom-strip button:hover {
            background: #c70000;
        }

        /* MOBILE / TABLET RESPONSIVE */
        @media (max-width: 991.98px) {
            .hero-section {
                padding: 28px 0;
            }

            .benefit-section {
                padding: 32px 0 38px;
            }
        }

        @media (max-width: 767.98px) {
            .checkout-card {
                border-radius: 0;
                border-left: none;
                border-right: none;
                overflow: auto;
            }

            .bottom-strip {
                margin: 0 auto 0;
            }

            .benefit-title {
                font-size: 1.3rem;
            }

            .trust-section {
                text-align: left;
            }

            .trust-doc-img {
                max-width: 260px;
            }

            .order-heading {
                font-size: 1.5rem;
            }

            .review-heading-bar {
                font-size: 18px;
                text-align: center;
            }

            .hero-title {
                font-size: 1.2rem;
            }

            .btn-cta {
                display: block;
                width: 90%;
                text-align: center;
                margin: 18px auto 0;
            }
        }
        
        
        
        /* ===== HERO ===== */
    .hero-wrap {
      background: var(--hero-bg);
      padding: 32px 0;
    }

    .hero-title {
      font-weight: 1000;
      font-size: 46px;
      line-height: 1.05;
      letter-spacing: -.6px;
      color: #000;
      margin: 0 0 14px;
    }

    .hero-desc {
      font-weight: 900;
      font-size: 24px;
      line-height: 1.25;
      color: #000;
      margin: 0 0 22px;
    }

    .btn-order,
    .btn-pink {
      background: var(--pink);
      color: #fff;
      border: 0;
      font-weight: 1000;
      border-radius: 6px;
      padding: 10px 22px;
      box-shadow: 0 10px 24px rgba(255, 47, 135, .25);
    }

    .btn-order:hover,
    .btn-pink:hover {
      filter: brightness(.95);
      color: #fff;
      background: var(--pink);
    }

    .promo-card {
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow);
      border: 6px solid rgba(255, 255, 255, .25);
      background: #fff;
      max-width: 420px;
      margin-left: auto;
    }

    .promo-img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* ===== BENEFITS ===== */
    .benefits-sec {
      background: var(--green);
      color: #fff;
      padding: 54px 0;
    }

    .benefits-title {
      font-weight: 1000;
      font-size: 44px;
      line-height: 1.15;
      margin: 0;
      text-shadow: 0 2px 0 rgba(0, 0, 0, .15);
    }

    .benefit {
      align-items: flex-start;
      transition: all .35s ease;
    }

    .benefit:hover {
      transform: translateY(-6px);
    }

    .benefit-icon {
      width: 86px;
      height: 86px;
      border-radius: 50%;
      background: var(--brown);
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 86px;
    }

    .benefit-icon svg {
      width: 34px;
      height: 34px;
      fill: #fff;
      display: block;
    }

    .benefit-title {
      font-weight: 1000;
      font-size: 20px;
      margin: 0 0 8px;
      text-align: start;
    }

    .benefit-text {
      font-weight: 650;
      font-size: 14px;
      line-height: 1.65;
      opacity: .95;
      max-width: 520px;
      margin: 0;
    }

    .benefit:hover .benefit-icon {
      background: #FF9C01;
    }

    .benefit:hover .benefit-icon svg {
      fill: #ffffff;
    }

    .benefit:hover .benefit-title {
      color: #ffe4f0;
    }

    /* ===== INGREDIENTS ===== */
    .sec-cream2 {
      background: #f4f1e6;
    }

    .ing-circle {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      overflow: hidden;
      margin: auto;
    }

    .ing-circle img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .ing-name {
      margin-top: 10px;
      font-weight: 600;
    }

    /* ===== WHY BUY ===== */
    .why-sec {
      background: #e9e6d1;
      padding: 60px 0;
    }

    .why-grid {
      max-width: 1350px;
      margin: 0 auto;
      padding: 0 18px;
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: 40px;
      align-items: start;
    }

    .why-left {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 520px;
    }

    .why-img-wrap {
      width: 520px;
      max-width: 100%;
    }

    .why-img-wrap img {
      width: 100%;
      display: block;
    }

    .why-heading {
      font-size: 46px;
      line-height: 1.05;
      font-weight: 800;
      color: #111;
      margin: 0 0 18px;
    }

    .why-underline {
      max-width: 100%;
      height: 3px;
      background: #111;
      margin-bottom: 20px;
    }

    .why-list2 {
      list-style: none;
      padding: 0;
      margin: 0 0 18px;
    }

    .why-list2 li {
      position: relative;
      padding: 14px 0 14px 28px;
      font-size: 18px;
      line-height: 1.45;
      color: #111;
      border-bottom: 1px solid rgba(0, 0, 0, .35);
    }

    .why-list2 li::before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #1fb44a;
      position: absolute;
      left: 6px;
      top: 22px;
    }

    .trust-banner {
      max-width: 1200px;
      background: #FF5F00;
      color: #fff;
      font-weight: 1000;
      text-align: center;
      padding: 25px 15px;
      font-size: 36px;
      line-height: 1.2;
      margin: 56px auto 0;
    }

    /* ===== REVIEW SLIDER (SOLID VERSION: SCROLL SNAP + INFINITE) ===== */
    .review-wrap {
      background: #fff1f2;
      padding: 30px 0 25px;
    }

    .review-title {
      background: #ff6a00;
      color: #fff;
      font-weight: 900;
      font-size: 34px;
      text-align: center;
      padding: 14px 20px;
      max-width: 1200px;
      margin: 0 auto 22px;
    }

    .review-slider {
      position: relative;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 10px;
    }

    .slider-viewport {
      width: 100%;
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }

    .slider-viewport::-webkit-scrollbar {
      display: none;
    }

    .slider-track {
      display: flex;
      gap: 22px;
      padding: 2px 2px;
    }

    .review-card {
      scroll-snap-align: start;
      flex: 0 0 calc((100% - 44px) / 3);
    }

    .review-card img {
      width: 100%;
      display: block;
      border-radius: 6px;
    }

    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 28px;
      background: rgba(255, 255, 255, .85);
      border: none;
      color: red;
      cursor: pointer;
      user-select: none;
      z-index: 10;
      border-radius: 10px;
      padding: 6px 10px;
    }

    .arrow-left {
      left: 6px;
    }

    .arrow-right {
      right: 6px;
    }

    .review-dots {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 14px;
    }

    .review-dots span {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #aaa;
      cursor: pointer;
    }

    .review-dots span.active {
      background: #00b63a;
    }

    /* ===== COD ===== */
    .cod-sec {
      background: #efe9d4;
      padding: 55px 0;
    }

    .cod-wrap {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 18px;
    }

    .cod-card {
      background: #07b62f;
      border-radius: 10px;
      max-width: 980px;
      margin: 0 auto;
      padding: 30px 55px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .cod-text {
      flex: 1;
      color: #fff;
      font-weight: 900;
      font-size: 32px;
      line-height: 1.35;
      text-align: center;
      padding-right: 20px;
    }

    .cod-img {
      flex: 0 0 280px;
      width: 280px;
      display: flex;
      justify-content: center;
      align-items: flex-end;
    }

    .cod-img img {
      width: 100%;
      display: block;
    }

    /* ===== CHECKOUT ===== */
    .checkout-head {
      text-align: center;
      font-weight: 900;
      font-size: 34px;
      margin: 26px 0 20px;
    }

    .checkout-head .hl {
      position: relative;
      display: inline-block;
    }

    .checkout-head .hl:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 100%;
      height: 6px;
      background: var(--accent);
      border-radius: 20px;
      transform: rotate(-2deg);
    }

    .checkout-box {
      max-width: 980px;
      margin: 0 auto 30px;
      border: 2px solid var(--border);
      border-radius: 8px;
      background: var(--bg);
      padding: 26px;
    }

    .sec-title {
      font-weight: 900;
      margin-bottom: 14px;
    }

    .form-label {
      font-weight: 800;
    }

    .req {
      color: #d70000;
      font-weight: 900;
    }

    .form-control {
      border: 2px solid var(--border) !important;
      border-radius: 6px !important;
      padding: 12px 12px !important;
      box-shadow: none !important;
    }

    .form-control:focus {
      border-color: #ff9800 !important;
      box-shadow: 0 0 0 3px rgba(255, 152, 0, .25) !important;
      outline: none;
    }

    .form-control.is-invalid {
      border-color: #d70000 !important;
      box-shadow: 0 0 0 3px rgba(215, 0, 0, .25) !important;
    }

    .your-products {
      background: #f3f3f3;
      border-radius: 6px;
      padding: 16px;
      margin-top: 18px;
    }

    .your-products h6 {
      font-weight: 900;
      margin: 0 0 10px;
    }

    .mini-head {
      font-size: 14px;
      color: #111;
      font-weight: 800;
      border-bottom: 1px solid rgba(0, 0, 0, .25);
      padding-bottom: 8px;
      margin-bottom: 10px;
    }

    .mini-row {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .pimg {
      width: 42px;
      height: 42px;
      border-radius: 6px;
      object-fit: cover;
      border: 1px solid rgba(0, 0, 0, .2);
    }

    .pname {
      font-weight: 800;
      font-size: 14px;
      flex: 1;
    }

    .qtybox {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .qtybtn {
      width: 28px;
      height: 28px;
      border: 1px solid rgba(0, 0, 0, .2);
      background: #fff;
      border-radius: 4px;
      font-weight: 900;
      cursor: pointer;
    }

    .qtyinput {
      width: 40px;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, .2);
      border-radius: 4px;
      height: 28px;
      font-weight: 800;
    }

    .pprice {
      font-weight: 900;
      font-size: 14px;
      min-width: 90px;
      text-align: right;
    }

    .order-table {
      width: 100%;
      font-size: 14px;
    }

    .order-table th {
      font-weight: 900;
      padding: 10px 0;
      border-bottom: 1px dashed rgba(0, 0, 0, .25);
    }

    .order-table td {
      padding: 14px 0;
      border-bottom: 1px dashed rgba(0, 0, 0, .25);
      vertical-align: middle;
    }

    .sum-strong {
      font-weight: 900;
    }

    .pay-box {
      background: var(--soft);
      padding: 16px;
      border-radius: 6px;
      margin-top: 14px;
    }

    .pay-inner {
      background: var(--soft2);
      border-radius: 6px;
      padding: 14px;
      margin-top: 10px;
      color: #333;
      font-weight: 600;
    }

    .place-order {
      width: 100%;
      border: 0;
      background: var(--green);
      color: #fff;
      border-radius: 10px;
      padding: 14px 16px;
      font-weight: 900;
      font-size: 18px;
      margin-top: 16px;
    }

    .help-bar {
      background: #2b120c;
      color: #fff;
      text-align: center;
      padding: 26px 14px;
      font-weight: 900;
      font-size: 28px;
    }

    .help-bar span {
      font-size: 30px;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 992px) {
      .promo-card {
        margin: 0 auto;
      }

      .hero-title {
        font-size: 36px;
      }

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

      .hero-left {
        text-align: center;
      }

      .benefits-title {
        font-size: 30px;
      }

      .why-grid {
        grid-template-columns: 1fr;
        gap: 26px;
      }

      .why-left {
        min-height: auto;
      }

      .why-heading {
        font-size: 32px;
        text-align: center;
      }

      .why-underline {
        margin-left: auto;
        margin-right: auto;
      }

      .why-list2 li {
        font-size: 16px;
      }

      .trust-banner {
        font-size: 24px;
      }

      /* ✅ solid mobile slider */
      .review-card {
        flex: 0 0 100%;
      }

      .review-title {
        font-size: 24px;
      }

      .cod-card {
        flex-direction: column;
        text-align: center;
        padding: 28px 18px;
      }

      .cod-text {
        font-size: 22px;
        padding-right: 0;
      }

      .cod-img {
        width: 220px;
        flex-basis: auto;
      }

      .checkout-box {
        padding: 18px;
      }
    }

    @media (max-width: 576px) {
      .hero-wrap {
        padding: 26px 0;
      }

      .hero-title {
        font-size: 28px;
        line-height: 1.15;
      }

      .hero-desc {
        font-size: 18px;
      }

      .promo-card {
        max-width: 340px;
      }

      .benefits-title {
        font-size: 24px;
      }

      .trust-banner {
        font-size: 18px;
      }

      .arrow {
        font-size: 24px;
        padding: 4px 8px;
      }

      .checkout-head {
        font-size: 24px;
      }

      .help-bar {
        font-size: 18px;
        padding: 20px 12px;
      }

      .help-bar span {
        font-size: 20px;
      }
    }


    /* ===== WHY BUY (Responsive Fix) ===== */
    .why-sec {
      background: #e9e6d1;
      padding: 60px 0;
    }

    .why-grid {
      max-width: 1350px;
      margin: 0 auto;
      padding: 0 18px;
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: 40px;
      align-items: start;
    }

    .why-left {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 520px;
    }

    .why-img-wrap {
      width: 520px;
      max-width: 100%;
    }

    .why-img-wrap img {
      width: 100%;
      display: block;
      border-radius: 10px;
    }

    .why-heading {
      font-size: 46px;
      line-height: 1.05;
      font-weight: 800;
      color: #111;
      margin: 0 0 18px;
    }

    .why-underline {
      width: 100%;
      /*max-width: 520px;*/
      height: 3px;
      background: #111;
      margin-bottom: 20px;
    }

    .why-list2 {
      list-style: none;
      padding: 0;
      margin: 0 0 18px;
    }

    .why-list2 li {
      position: relative;
      padding: 14px 0 14px 28px;
      font-size: 18px;
      line-height: 1.45;
      color: #111;
      border-bottom: 1px solid rgba(0, 0, 0, .35);
    }

    .why-list2 li::before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #1fb44a;
      position: absolute;
      left: 6px;
      top: 22px;
    }

    .trust-banner {
      max-width: 1200px;
      background: #FF5F00;
      color: #fff;
      font-weight: 1000;
      text-align: center;
      padding: 25px 15px;
      font-size: 36px;
      line-height: 1.2;
      margin: 56px auto 0;
      /* border-radius: 10px; */
    }

    /* ✅ Tablet */
    @media (max-width: 992px) {
      .why-sec {
        padding: 40px 0;
      }

      .why-grid {
        grid-template-columns: 1fr;
        gap: 22px;
      }

      .why-left {
        min-height: auto;
      }

      .why-img-wrap {
        width: 100%;
        max-width: 640px;
      }

      .why-right {
        text-align: center;
      }

      .why-heading {
        font-size: 32px;
        line-height: 1.15;
      }

      .why-underline {
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
      }

      .why-list2 {
        text-align: left;
        /* list text left, but section center */
        max-width: 720px;
        margin: 0 auto 18px;
      }

      .why-list2 li {
        font-size: 16px;
        padding: 12px 0 12px 26px;
      }

      .why-list2 li::before {
        top: 18px;
      }

      .btn-order {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        min-width: 220px;
      }

      .trust-banner {
        font-size: 22px;
        padding: 18px 12px;
        margin-top: 30px;
      }
    }

    /* ✅ Mobile */
    @media (max-width: 576px) {
      .why-sec {
        padding: 32px 0;
      }

      .why-grid {
        padding: 0 14px;
        gap: 18px;
      }

      .why-img-wrap {
        max-width: 100%;
      }

      .why-heading {
        font-size: 26px;
      }

      .why-underline {
        max-width: 240px;
        height: 3px;
      }

      .why-list2 li {
        font-size: 14px;
        line-height: 1.5;
        padding: 10px 0 10px 24px;
      }

      .why-list2 li::before {
        width: 9px;
        height: 9px;
        top: 16px;
        left: 6px;
      }

      .btn-order {
        width: 100%;
        max-width: 360px;
      }

      .trust-banner {
        font-size: 16px;
        line-height: 1.35;
        padding: 14px 10px;
        /* margin-top: 24px; */
        margin: 25px 12px;
      }

      .checkout-box {
        max-width: 980px;
        margin: 0 auto 30px;
        border: 2px solid var(--border);
        border-radius: 8px;
        background: var(--bg);
        padding: 5px;
        margin: 10px;
      }

      .pprice {
        font-weight: 900;
        font-size: 14px;
        min-width: 49px;
        text-align: start;
      }

      .your-products {
        background: #f3f3f3;
        border-radius: 6px;
        padding: 10px;
        margin-top: 18px;
      }