:root {
  --brand: #e85d04;
  --brand-dark: #c94f03;
  --green: #2f9e44;
  --dark: #172118;
  --text: #5f6f62;
  --cream: #fff8ee;
  --soft: #fff3df;
  --light-green: #eaf7e8;
  --white: #ffffff;
  --border: rgba(23, 33, 24, 0.10);
  --shadow: 0 20px 50px rgba(46, 66, 47, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--dark);
  background: #fffdf8;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.fw-black {
  font-weight: 800;
}

.section-padding {
  padding: 90px 0;
}

.shadow-soft {
  box-shadow: var(--shadow);
}

/* Top Bar */
.top-bar {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
}

/* Navbar */
.custom-navbar {
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 30px rgba(21, 32, 21, 0.06);
}

.navbar-brand {
  color: var(--dark);
  font-size: 1.45rem;
}

.brand-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand), #ffb703);
  color: var(--white);
  margin-right: 8px;
}

.nav-link {
  color: var(--dark);
  font-weight: 600;
  border-radius: 999px;
  padding: 0.6rem 1rem !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--brand);
  background: var(--soft);
}

/* Buttons */
.btn-brand {
  background: linear-gradient(135deg, var(--brand), #ff9f1c);
  color: var(--white);
  border: 0;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(232, 93, 4, 0.25);
}

.btn-brand:hover {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  color: var(--white);
  transform: translateY(-1px);
}

.btn-outline-brand {
  border: 1px solid rgba(232, 93, 4, 0.35);
  color: var(--brand);
  font-weight: 700;
  background: var(--white);
}

.btn-outline-brand:hover {
  background: var(--brand);
  color: var(--white);
}

/* Hero */
.hero-section {
  position: relative;
  padding: 90px 0 70px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 183, 3, 0.24), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(47, 158, 68, 0.16), transparent 30%),
    linear-gradient(135deg, #fff8ee 0%, #f0ffe8 100%);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: var(--green);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(47, 158, 68, 0.12);
}

.hero-text {
  color: var(--text);
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 580px;
}

.hero-card {
  position: relative;
  padding: 16px;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
}

.hero-img {
  border-radius: 30px;
  width: 100%;
  min-height: 460px;
  object-fit: cover;
}

.floating-offer {
  position: absolute;
  bottom: 36px;
  left: -16px;
  width: 170px;
  padding: 18px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
  display: grid;
  gap: 3px;
}

.floating-offer span {
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 700;
}

.floating-offer strong {
  color: var(--brand);
  font-size: 1.7rem;
  line-height: 1;
}

.floating-offer small {
  color: var(--green);
  font-weight: 700;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.hero-stats h4 {
  color: var(--brand);
  font-weight: 800;
  margin-bottom: 2px;
}

.hero-stats p {
  margin: 0;
  color: var(--text);
  font-weight: 600;
}

/* Trust Strip */
.trust-strip {
  padding: 26px 0;
  background: var(--white);
}

.trust-box {
  padding: 17px;
  border: 1px solid var(--border);
  border-radius: 22px;
  font-weight: 800;
  color: var(--dark);
  background: #fffdf8;
}

.trust-box i {
  color: var(--green);
  margin-right: 6px;
}

/* Section Title */
.section-title span {
  display: inline-block;
  color: var(--brand);
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.section-title h2 {
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 10px;
}

.section-title p {
  color: var(--text);
  margin-bottom: 0;
}

/* Category */
.category-card {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-radius: 30px;
  box-shadow: var(--shadow);
  color: var(--white);
}

.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
}

.category-card div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 2;
}

.category-card h5 {
  font-weight: 800;
  margin-bottom: 4px;
}

.category-card p {
  margin: 0;
  opacity: 0.88;
  font-weight: 600;
}

.category-card:hover img {
  transform: scale(1.08);
}

/* Offer */
.offer-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 44px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(23, 33, 24, 0.93), rgba(47, 158, 68, 0.92)),
    url("https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.offer-banner h2 {
  font-weight: 800;
  margin: 8px 0;
}

.offer-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.offer-tag {
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 800;
}

/* Product */
.product-card {
  overflow: hidden;
  border-radius: 30px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 18px 45px rgba(46, 66, 47, 0.08);
  transition: 0.3s ease;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.product-img-wrap {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: var(--soft);
}

.product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.product-card:hover .product-img-wrap img {
  transform: scale(1.08);
}

.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--brand);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 800;
}

.product-badge.green {
  background: var(--green);
}

.product-body {
  padding: 22px;
}

.product-category {
  color: var(--green);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  margin-bottom: 7px;
}

.product-body h5 {
  font-weight: 800;
  min-height: 48px;
}

.rating {
  color: #f59f00;
  font-weight: 800;
  margin: 12px 0;
}

.rating span {
  color: var(--text);
  font-weight: 600;
  font-size: 0.88rem;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.price-row strong {
  color: var(--brand);
  font-size: 1.35rem;
}

.price-row del {
  color: #9aa59b;
}

/* Why */
.why-section {
  background: linear-gradient(135deg, #f4ffe8, #fff8ee);
}

.feature-box {
  padding: 25px;
  border-radius: 26px;
  background: var(--white);
  border: 1px solid var(--border);
  height: 100%;
  box-shadow: 0 14px 35px rgba(46, 66, 47, 0.06);
}

.feature-box i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), #74c69d);
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.feature-box h5 {
  font-weight: 800;
}

.feature-box p {
  color: var(--text);
  margin: 0;
}

/* Testimonials */
.testimonial-card {
  padding: 30px;
  border-radius: 30px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 18px 45px rgba(46, 66, 47, 0.08);
  height: 100%;
}

.stars {
  color: #f59f00;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.testimonial-card p {
  color: var(--text);
  line-height: 1.8;
}

.testimonial-card h6 {
  font-weight: 800;
  margin-bottom: 0;
}

/* Newsletter */
.newsletter-section {
  padding: 30px 0 90px;
}

.newsletter-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 34px;
  padding: 42px;
  background: linear-gradient(135deg, var(--soft), var(--light-green));
  border: 1px solid var(--border);
}

.newsletter-box h2 {
  font-weight: 800;
}

.newsletter-box p {
  color: var(--text);
  margin-bottom: 0;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  width: min(100%, 480px);
}

.newsletter-form .form-control {
  border-radius: 999px;
  padding: 13px 18px;
  border: 1px solid var(--border);
}

/* Footer */
.footer-section {
  padding: 70px 0 25px;
  background: var(--dark);
  color: rgba(255, 255, 255, 0.78);
}

.footer-section h4,
.footer-section h6 {
  color: var(--white);
  font-weight: 800;
}

.footer-section p {
  line-height: 1.8;
}

.footer-section a {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 10px;
}

.footer-section a:hover {
  color: var(--white);
}

.footer-section hr {
  border-color: rgba(255, 255, 255, 0.14);
  margin: 35px 0 20px;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a,
.whatsapp-float {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
  color: var(--white);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: #25d366;
  font-size: 1.35rem;
  z-index: 999;
  box-shadow: 0 14px 35px rgba(37, 211, 102, 0.35);
}

/* Shop Page */
.shop-hero {
  padding: 70px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 183, 3, 0.26), transparent 28%),
    linear-gradient(135deg, #fff8ee, #ecffe8);
}

.shop-hero h1 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.shop-hero p {
  color: var(--text);
  font-size: 1.08rem;
}

.shop-search-card {
  padding: 28px;
  border-radius: 30px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.shop-search-card h5 {
  font-weight: 800;
  margin-bottom: 16px;
}

.shop-search-card .input-group {
  border-radius: 999px;
  overflow: hidden;
}

.shop-search-card .form-control,
.shop-search-card .input-group-text {
  border-color: var(--border);
  padding: 13px 16px;
}

.filter-card {
  top: 96px;
  padding: 24px;
  border-radius: 30px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 18px 45px rgba(46, 66, 47, 0.08);
}

.filter-card h5,
.filter-card h6 {
  font-weight: 800;
}

.filter-block {
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}

.filter-block:last-of-type {
  border-bottom: 0;
}

.form-check {
  margin-bottom: 10px;
}

.form-check-input:checked {
  background-color: var(--brand);
  border-color: var(--brand);
}

.filter-chip {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--brand);
  font-weight: 800;
  font-size: 0.82rem;
  margin: 4px 2px;
}

.shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 20px;
  border-radius: 26px;
  background: var(--white);
  border: 1px solid var(--border);
}

.shop-toolbar h4 {
  font-weight: 800;
}

.shop-toolbar p {
  color: var(--text);
}

.shop-sort {
  max-width: 220px;
  border-radius: 999px;
}

.custom-pagination .page-link {
  border: 0;
  margin: 0 4px;
  border-radius: 14px;
  color: var(--dark);
  font-weight: 800;
  background: var(--soft);
}

.custom-pagination .page-item.active .page-link {
  background: var(--brand);
}

/* Responsive */
@media (max-width: 991px) {
  .hero-section {
    padding-top: 60px;
  }

  .hero-img {
    min-height: 360px;
  }

  .floating-offer {
    left: 24px;
  }

  .offer-banner,
  .newsletter-box,
  .newsletter-form,
  .shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .shop-sort {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .section-padding {
    padding: 60px 0;
  }

  .hero-section,
  .shop-hero {
    padding: 55px 0;
  }

  .display-4 {
    font-size: 2.45rem;
  }

  .hero-stats {
    gap: 18px;
  }

  .product-img-wrap {
    height: 210px;
  }

  .offer-banner,
  .newsletter-box {
    padding: 28px;
  }

  .top-bar {
    font-size: 0.78rem;
  }
}
