@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --primary: #008080;
  --text: #333333;
  --text-muted: #666666;
  --white: #ffffff;
  --badge: #015050;
  --primary-light: color-mix(in srgb, var(--primary) 10%, var(--white));
  --border: color-mix(in srgb, var(--text-muted) 28%, var(--white));
  --shadow: 0 4px 18px color-mix(in srgb, var(--primary) 12%, transparent);
  --font: 'Poppins', sans-serif;
  --header-height: 7rem;
  --hero-content-width: 780px;
  --hero-visual-width: 900px;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
}

/* Primary button */
.btn-primary {
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  text-decoration: none;
  text-align: center;
  padding: 0.9rem 2.75rem;
  border: none;
  border-radius: 999px;
  font-family: var(--font);
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.15s ease;
}

.btn-primary:hover {
  background: var(--badge);
  color: var(--white);
}

.btn-primary:active {
  transform: scale(0.98);
}

.btn-primary:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}


/* Header — absolute over hero / breadcrumb (same as home) */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

.site-header--hero {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* Topbar */
.topbar {
  background: var(--primary);
  font-size: 0.875rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

/* Navbar */
.navbar-inner{
  margin: 0 auto;
  background: var(--white);
  border-radius: 0 0 20px 20px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
}

.navbar-desktop {
  display: none;
}

/* Mobile sidebar */
.site-offcanvas {
  width: 280px;
}

.site-offcanvas .offcanvas-title {
  color: var(--primary);
  font-weight: 600;
}

.site-offcanvas .nav-link {
  font-size: 1rem;
  padding: 0.75rem 0 !important;
}

/* Mobile bottom bar */
.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: var(--white);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 0.4rem 0 calc(0.4rem + env(safe-area-inset-bottom));
}

.mobile-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  color: var(--text);
  font-size: 0.7rem;
  text-decoration: none;
  position: relative;
  padding: 0.25rem 0.5rem;
}

.mobile-bar-item svg {
  font-size: 1.25rem;
  display: block;
}

.mobile-bar-icon {
  position: relative;
  display: inline-flex;
  line-height: 0;
}

.mobile-bar-icon .cart-badge {
  position: absolute;
  top: -5px;
  right: -9px;
  background: var(--badge);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 600;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1.5px solid var(--white);
}

.mobile-bar-item:hover,
.mobile-bar-item.active {
  color: var(--primary);
}

.site-navbar .navbar-brand {
  color: var(--primary);
  font-weight: 600;
  gap: 0.65rem;
}

.site-navbar .navbar-brand svg {
  width: 36px;
  height: 36px;
}

.site-navbar .brand-text {
  line-height: 1.1;
  font-size: 1.15rem;
}

.site-navbar .nav-link {
  color: var(--text);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 1rem !important;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus {
  color: var(--primary);
}

.site-navbar .nav-link.active {
  color: var(--primary);
}

.site-navbar .nav-link.active::before {
  content: "— ";
}

.site-navbar .nav-icon {
  color: var(--text);
  font-size: 1.35rem;
  position: relative;
}

.site-navbar .nav-icon:hover {
  color: var(--primary);
}

.site-navbar .nav-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  line-height: 1;
  flex-shrink: 0;
}

.site-navbar .nav-avatar:hover {
  background: var(--badge);
  color: var(--white);
}

.nav-avatar--sm {
  width: 24px;
  height: 24px;
  font-size: 0.62rem;
}

.site-navbar .cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background: var(--badge);
  color: var(--white);
  font-size: 0.8rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hero */
.hero {
  position: relative;
  background-color: var(--white);
  background-image: url('../../images/frontend/herobg.webp');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 85%;
  display: flex;
  flex-direction: column;
  gap: clamp(2.8rem, 6.5vh, 4.4rem);
  padding: calc(var(--header-height) + 1rem) 1rem 2rem;
  overflow: visible;
}

section.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../../images/frontend/banner-bgleaf.webp') no-repeat center top;
  background-size: 100% 100%;
  z-index: 0;
  pointer-events: none;
  animation: heroLeafFloat 7s ease-in-out infinite;
}

@keyframes heroLeafFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}


img.hero-bottom-image {
  position: absolute;
  bottom: 0;
  right: 1%;
  z-index: 0;
  width: auto;
  max-width: clamp(160px, 24vw, 300px);
  height: auto;
  pointer-events: none;
  animation: heroLeafSway 6s ease-in-out infinite;
}

.hero-top-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: auto;
  max-width: clamp(130px, 20vw, 220px);
  height: auto;
  pointer-events: none;
  animation: heroLeafSway 6s ease-in-out infinite;
}

@keyframes heroLeafSway {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(3deg);
  }
}

.hero-content {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  max-width: var(--hero-content-width);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 1;
  transition: opacity 0.8s ease;
  align-items: center;
  padding: 1rem;
}

.hero-content.is-leaving {
  opacity: 0;
}

.hero-title {
  font-size: clamp(1.85rem, 4.5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.85rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-highlight {
  color: var(--primary);
}

.hero-text {
  color: var(--text-muted);
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  line-height: 1.65;
  max-width: 560px;
  margin-bottom: 1.35rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-visual {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 100%;
  max-width: var(--hero-visual-width);
  margin: 0 auto;
  overflow: visible;
  padding-top: clamp(40px, 7vh, 65px);
  display: flex;
  align-items: flex-end;
}

.hero-image-wrap {
  position: relative;
  width: 100%;
  max-width: var(--hero-visual-width);
  --hero-img-overlap: clamp(90px, 14vh, 130px);
  height: clamp(280px, 36vh, 370px);
  margin: 0 auto;
  overflow: visible;
}

.hero-image-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 85%;
  background: var(--primary);
  border-radius: 999px;
  z-index: 0;
}

.hero-image-wrap .slick-slider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero-image-wrap .slick-list {
  /* Do not mix hidden + visible — browsers turn visible into auto (scrollbar). */
  overflow: hidden !important;
  padding-top: var(--hero-img-overlap);
  margin-top: calc(var(--hero-img-overlap) * -1);
  height: calc(100% + var(--hero-img-overlap)) !important;
}

.hero-image-wrap .slick-track {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.hero-image-wrap .slick-slide {
  transition: transform 1.6s ease-in-out;
  overflow: visible;
  height: auto;
}

.hero-image-wrap .slick-slide > div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  overflow: visible;
}

.hero-image-wrap img {
  width: auto;
  height: clamp(340px, 54vh, 560px);
  max-width: 100%;
  object-fit: contain;
  object-position: bottom center;
  margin: 0 auto;
  display: block;
}

.hero-arrow {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  color: var(--white);
  line-height: 1;
  padding: 0.35rem;
  cursor: pointer;
}

.hero-arrow svg {
  width: 3.75rem;
  height: auto;
}

.hero-arrow--prev {
  left: clamp(0.75rem, 2vw, 1.5rem);
}

.hero-arrow--next {
  right: clamp(0.75rem, 2vw, 1.5rem);
}

.hero .slick-arrow::before {
  display: none;
}

/* Category */
.home-category {
  padding: 3.25rem 0;
}

.category-item-wrap {
  padding: 0 0.6rem;
}

.category-item {
  margin: 0;
}

.category-image {
  width: 190px;
  height: 220px;
  margin: 0 auto;
  position: relative;
}

.category-image-inner {
  width: 100%;
  height: 100%;
  border-radius: 110px;
  overflow: hidden;
  position: relative;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s ease;
}

.category-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.6s ease;
  overflow: hidden;
  border-radius: inherit;
}

.category-overlay::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 128, 128, 0.72);
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.8s ease;
}

.category-overlay span {
  position: relative;
  z-index: 1;
  transform: translateY(8px);
  transition: transform 0.6s ease;
}

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

.category-item:hover .category-overlay {
  opacity: 1;
}

.category-item:hover .category-overlay::before {
  transform: translate(-50%, -50%) scale(14);
}

.category-item:hover .category-overlay span {
  transform: translateY(0);
}

.category-title {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #333;
  line-height: 1.35;
}

.category-badge {
  position: absolute;
  top: 0.15rem;
  right: -0.15rem;
  z-index: 3;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  transform: rotate(-18deg);
  clip-path: polygon(
    50% 0%,
    56% 8%,
    64% 3%,
    68% 12%,
    78% 10%,
    80% 20%,
    90% 22%,
    88% 32%,
    97% 40%,
    90% 48%,
    97% 58%,
    88% 62%,
    90% 72%,
    80% 74%,
    78% 84%,
    68% 82%,
    64% 91%,
    56% 86%,
    50% 94%,
    44% 86%,
    36% 91%,
    32% 82%,
    22% 84%,
    20% 74%,
    10% 72%,
    12% 62%,
    3% 58%,
    10% 48%,
    3% 40%,
    12% 32%,
    10% 22%,
    20% 20%,
    22% 10%,
    32% 12%,
    36% 3%,
    44% 8%
  );
  pointer-events: none;
}

/* Marquee Feature */
.marquee-feature {
  background: #f3f3f3;
  overflow: hidden;
}

.marquee-feature .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.feature-item {
  padding: 0.5rem 1rem;
}

.feature-icon {
  font-size: 2.75rem;
  color: var(--primary);
  flex-shrink: 0;
}

.feature-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
}

/* Product Section */

.section-label {
  display: block;
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 600;
  color: var(--text);
}

.product-card {
  background: var(--white);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.product-card-image {
  position: relative;
  background: var(--primary-light);
  border-radius: 16px;
  margin: 0.85rem 0.85rem 0;
  padding: 1.25rem;
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card-image img {
  width: 100%;
  object-fit: contain;
}

.product-badge {
  position: absolute;
  top: 0.35rem;
  left: 0.15rem;
  z-index: 2;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: var(--white);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.05;
  text-align: center;
  transform: rotate(-18deg);
  clip-path: polygon(
    50% 0%,
    56% 8%,
    64% 3%,
    68% 12%,
    78% 10%,
    80% 20%,
    90% 22%,
    88% 32%,
    97% 40%,
    90% 48%,
    97% 58%,
    88% 62%,
    90% 72%,
    80% 74%,
    78% 84%,
    68% 82%,
    64% 91%,
    56% 86%,
    50% 94%,
    44% 86%,
    36% 91%,
    32% 82%,
    22% 84%,
    20% 74%,
    10% 72%,
    12% 62%,
    3% 58%,
    10% 48%,
    3% 40%,
    12% 32%,
    10% 22%,
    20% 20%,
    22% 10%,
    32% 12%,
    36% 3%,
    44% 8%
  );
  pointer-events: none;
}

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

.product-badge--off {
  width: 58px;
  height: 58px;
  font-size: 0.52rem;
  background: var(--badge);
}

.product-wishlist {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  border: none;
  background: none;
  padding: 0.25rem;
  font-size: 1.15rem;
  color: var(--text);
  cursor: pointer;
  z-index: 1;
}

.product-wishlist.is-active,
.product-wishlist.is-active i {
  color: var(--primary);
}

.product-wishlist.is-active i::before {
  content: "\f415"; /* bi-heart-fill */
}

.product-card-body {
  padding: 1rem 1.1rem 1.15rem;
}

.product-name {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.product-name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-name a:hover {
  color: var(--primary);
}

.product-meta {
  margin-bottom: 1rem;
}

.old-price {
  color: var(--text-muted);
  text-decoration: line-through;
  font-size: 0.9rem;
  margin-right: 0.45rem;
}

.current-price {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.product-rating svg {
  color: var(--primary);
  fill: var(--primary);
}

.product-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--primary);
  border-radius: 999px;
  background: var(--white);
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.product-cart-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.btn-view-all {
  display: inline-block;
  padding: 0.8rem 2.25rem;
  border: none;
  border-radius: 999px;
  background: var(--primary);
  color: var(--white);
  text-decoration: none;
  font-weight: 500;
  transition: background 0.25s ease, transform 0.15s ease;
}

.btn-view-all:hover {
  background: var(--badge);
  color: var(--white);
}

.btn-view-all:active {
  transform: scale(0.98);
}

/* Who We Are */
.who-visual {
  position: relative;
  padding: 0 1.5rem 2.5rem 0;
  --move-x: 0px;
  --move-y: 0px;
  --move-x-sub: 0px;
  --move-y-sub: 0px;
}

.who-dots {
  position: absolute;
  width: 70px;
  height: 70px;
  background-image: radial-gradient(var(--primary) 2.5px, transparent 2.5px);
  background-size: 14px 14px;
  opacity: 0.45;
  z-index: 0;
}

.who-dots--top {
  top: -0.5rem;
  right: 1rem;
}

.who-dots--bottom {
  bottom: 2rem;
  left: -0.5rem;
}

.who-img-main {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  transition: transform 0.25s ease;
  transform: translate(var(--move-x), var(--move-y));
}

.who-img-sub {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 42%;
  border-radius: 12px;
  border: 4px solid var(--white);
  box-shadow: var(--shadow);
  object-fit: cover;
  aspect-ratio: 1;
  transition: transform 0.25s ease;
  transform: translate(var(--move-x-sub), var(--move-y-sub));
}

.who-exp {
  margin-top: 1.5rem;
}

.who-exp strong {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}

.who-exp span {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}

.who-title {
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  font-weight: 600;
  line-height: 1.35;
  margin: 0.5rem 0 1.25rem;
  color: var(--text);
}

.who-text {
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 1.75rem;
}
img.right-who-leaf {
  position: absolute;
  right: 0;
  top: 0;
  animation: whoLeafFloat 7s ease-in-out infinite;
}
@keyframes whoLeafFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

/* Number / Counter Section */
.number-section {
  position: relative;
  background-image: url('../../images/frontend/bg1.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: var(--primary-light);
  padding: clamp(3.5rem, 7vw, 5rem) 0;

}

.number-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--text);
}

.number-card {
  background: var(--white);
  border-radius: 14px;
  padding: 1.25rem 1.1rem;
  box-shadow: var(--shadow);
  height: 100%;
  gap: 1rem;
  border: 1px solid transparent;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.number-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--primary) 18%, transparent);
  box-shadow: 0 14px 30px color-mix(in srgb, var(--primary) 16%, transparent);
}

.number-icon {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  flex-shrink: 0;
  transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.number-icon::before,
.number-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid color-mix(in srgb, var(--primary) 55%, transparent);
  opacity: 0;
  pointer-events: none;
}

.number-section.is-visible .number-icon::before {
  animation: numberIconPulse 2.4s ease-out infinite;
}

.number-section.is-visible .number-icon::after {
  animation: numberIconPulse 2.4s ease-out infinite;
  animation-delay: 1.2s;
}

.number-section.is-visible .col-sm-6:nth-child(1) .number-icon::before {
  animation-delay: 0s;
}

.number-section.is-visible .col-sm-6:nth-child(2) .number-icon::before {
  animation-delay: 0.4s;
}

.number-section.is-visible .col-sm-6:nth-child(3) .number-icon::before {
  animation-delay: 0.8s;
}

.number-section.is-visible .col-sm-6:nth-child(4) .number-icon::before {
  animation-delay: 1.2s;
}

.number-section.is-visible .number-icon {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary) 18%, transparent);
}

.number-icon svg {
  position: relative;
  z-index: 1;
  transition: transform 0.35s ease;
}

.number-card:hover .number-icon {
  background: var(--badge);
  transform: scale(1.1);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--primary) 22%, transparent);
}

.number-card:hover .number-icon svg {
  transform: scale(1.12);
}

.number-divider {
  width: 1px;
  height: 44px;
  background: var(--border);
  flex-shrink: 0;
  transition: background 0.35s ease;
}

.number-card:hover .number-divider {
  background: color-mix(in srgb, var(--primary) 35%, var(--border));
}

.number-count {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1;
  transition: color 0.35s ease;
}

.number-card:hover .number-count {
  color: var(--primary);
}

.number-label {
  font-size: 0.95rem;
  color: var(--text-muted);
  transition: color 0.35s ease;
}

.number-card:hover .number-label {
  color: var(--text);
}

@keyframes numberIconPulse {
  0% {
    transform: scale(1);
    opacity: 0.65;
  }

  70%,
  100% {
    transform: scale(1.85);
    opacity: 0;
  }
}
img.left-product-leaf {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
img.right-product-leaf {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: -1;
  animation: productLeafFloat 7s ease-in-out infinite;
}
@keyframes productLeafFloat {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-14px);
  }
}

/* Why Section */
.why-card {
  background: var(--white);
  border-radius: 16px;
  padding: 2rem 1.25rem;
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px color-mix(in srgb, var(--primary) 16%, transparent);
}

.why-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.1rem;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  transition: transform 0.35s ease, background 0.35s ease;
}

.why-card:hover .why-icon {
  background: var(--badge);
  transform: scale(1.08);
}

.why-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.why-card-text {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.why-heading {
  font-size: clamp(1.4rem, 2.6vw, 1.85rem);
  font-weight: 600;
  color: var(--text);
  margin-bottom: 1rem;
}

.why-text {
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.why-list {
  margin-bottom: 1.5rem;
}

.why-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text);
  font-size: 0.95rem;
}

.why-check {
  color: var(--primary);
  font-size: 1.15rem;
  flex-shrink: 0;
}

/* Testimonial Section */
.testimonial-section {
  position: relative;
  background-image: url('../../images/frontend/bg1.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: var(--primary-light);
}

.testimonial-slider {
  position: relative;
  padding: 0 3rem;
}

.testimonial-slide {
  padding: 0.75rem;
}

.testimonial-card {
  background: var(--white);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: var(--shadow);
}

.testimonial-text {
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 1.75rem;
}

.testimonial-footer {
  border-top: 1px solid var(--border);
  padding-top: 1.25rem;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
}

.testimonial-quote {
  font-size: 2.5rem;
  color: color-mix(in srgb, var(--primary) 22%, transparent);
}

.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  color: var(--primary);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.25s ease, transform 0.25s ease;
}

.testimonial-arrow:hover {
  color: var(--badge);
}

.testimonial-arrow--prev {
  left: 0;
}

.testimonial-arrow--next {
  right: 0;
}

/* Feature Section */
.feature-box {
  padding: 0.5rem;
}

.feature-box-icon {
  display: inline-grid;
  place-items: center;
  font-size: 3.25rem;
  color: var(--primary);
  margin-bottom: 1rem;
  transition: transform 0.35s ease;
}

.feature-box:hover .feature-box-icon {
  transform: translateY(-6px);
}

.feature-box-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.6rem;
}

.feature-box-text {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* Contact Section */
.contact-visual {
  height: 100%;
  min-height: 420px;
  border-radius: 20px;
  overflow: hidden;
}

.contact-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-form {
  height: 100%;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: var(--shadow);
}

.contact-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.contact-subtitle {
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.contact-input {
  width: 100%;
  background: var(--primary-light);
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0.9rem 1.1rem;
  margin-bottom: 1rem;
  font-family: var(--font);
  font-size: 0.95rem;
  color: var(--text);
  transition: border-color 0.25s ease;
}

.contact-input::placeholder {
  color: var(--text-muted);
}

.contact-input:focus {
  outline: none;
  border-color: var(--primary);
}

textarea.contact-input {
  resize: vertical;
  min-height: 140px;
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 999px;
  padding: 0.8rem 1.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.15s ease;
}

.contact-submit:hover {
  background: var(--badge);
}

.contact-submit:active {
  transform: scale(0.98);
}

/* Contact page — Get In Touch */
.get-in-touch-text {
  max-width: 640px;
  color: var(--text-muted);
  line-height: 1.7;
}

.contact-info-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.75rem 1.25rem;
  background: var(--white);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact-info-card:hover {
  border-color: color-mix(in srgb, var(--primary) 35%, var(--border));
  box-shadow: var(--shadow);
}

.contact-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--primary-light);
  color: var(--primary);
  font-size: 1.35rem;
}

.contact-info-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.65rem;
}

.contact-info-text {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* Contact map */
.contact-map {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

/* Footer */
.site-footer {
  background: color-mix(in srgb, var(--primary) 88%, #000);
  color: color-mix(in srgb, var(--white) 78%, transparent);
  padding: 3.5rem 0 1.5rem;
}

.footer-top {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-newsletter-title {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 600;
  color: var(--white);
  line-height: 1.35;
}

.footer-newsletter {
  display: flex;
  gap: 0.75rem;
}

.footer-newsletter input {
  flex: 1;
  border: none;
  border-radius: 999px;
  padding: 0.9rem 1.5rem;
  font-family: var(--font);
  font-size: 0.95rem;
  color: var(--text);
}

.footer-newsletter input:focus {
  outline: none;
}

.footer-newsletter button {
  border: none;
  border-radius: 999px;
  padding: 0.9rem 2rem;
  background: var(--white);
  color: var(--primary);
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}

.footer-newsletter button:hover {
  background: color-mix(in srgb, var(--white) 88%, var(--primary));
}

.footer-brand {
  color: var(--white);
  text-decoration: none;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.footer-brand svg {
  color: var(--white);
}

.footer-brand span {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--white);
}

.footer-about {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 1.05rem;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-socials a:hover {
  color: var(--white);
  transform: translateY(-3px);
}

.footer-heading {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 1.25rem;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: color-mix(in srgb, var(--white) 78%, transparent);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.footer-links a:hover {
  color: var(--white);
  padding-left: 0.35rem;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  z-index: 1;
}

.footer-contact svg {
  color: var(--white);
  font-size: 1.15rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}
img.footer-bg-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  animation: footerBgLeftFloat 7s ease-in-out infinite;
}
@keyframes footerBgLeftFloat {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-14px);
  }
}
img.footer-bg-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  animation: footerBgRightFloat 7s ease-in-out infinite;
}
@keyframes footerBgRightFloat {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(14px);
  }
}

/* Breadcrumb */
.page-breadcrumb {
  background: var(--primary-light);
  padding: calc(var(--header-height) + 3.5rem) 0 4rem;
  text-align: center;
}

.page-breadcrumb-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.65rem;
  line-height: 1.2;
}

.page-breadcrumb-nav {
  gap: 0.35rem;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.page-breadcrumb-nav a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}

.page-breadcrumb-nav a:hover {
  color: var(--badge);
}

.page-breadcrumb-nav i {
  font-size: 0.75rem;
  margin: 0 0.35rem;
  color: var(--text-muted);
  opacity: 0.75;
}

.page-breadcrumb-nav .current {
  color: var(--text-muted);
}

/* Shop Page */

.shop-filter {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.shop-filter-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 1.1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border);
}

.shop-filter-list li {
  margin-bottom: 0.75rem;
}

.shop-filter-list li:last-child {
  margin-bottom: 0;
}

.shop-filter-check {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  color: var(--text-muted);
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.shop-filter-check:hover {
  color: var(--text);
}

.shop-filter-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
  cursor: pointer;
}

.shop-price-range {
  width: 100%;
  accent-color: var(--primary);
  cursor: pointer;
}

.shop-price-values {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}

.shop-result-count {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.shop-sort {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.7rem 1rem;
  font-family: var(--font);
  font-size: 0.95rem;
  color: var(--text);
  background: var(--white);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.shop-sort:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 14%, transparent);
}

.shop-pagination button {
  min-width: 40px;
  height: 40px;
  padding: 0 0.5rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  color: var(--text);
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.shop-pagination button:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.shop-pagination button.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.shop-empty {
  color: var(--text-muted);
  width: 100%;
}

/* Shop toolbar */
.shop-toolbar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.shop-search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.7rem 1rem;
  color: var(--text-muted);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.shop-search:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 14%, transparent);
}

.shop-search svg {
  font-size: 1.1rem;
  flex-shrink: 0;
}

.shop-search input {
  flex: 1;
  border: none;
  outline: none;
  background: none;
  font-family: var(--font);
  font-size: 0.95rem;
  color: var(--text);
}

.shop-view-toggle {
  display: flex;
  gap: 0.5rem;
}

.shop-view-toggle button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  color: var(--text-muted);
  font-size: 1.15rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.shop-view-toggle button:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.shop-view-toggle button.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

/* List view */
.shop-grid--list .product-card {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.shop-grid--list .product-card-image {
  width: 220px;
  flex-shrink: 0;
  min-height: 180px;
}

.shop-grid--list .product-card-body {
  flex: 1;
}

/* Product Detail */
.pd-gallery-main {
  background: var(--primary-light);
  border-radius: 16px;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
}

.pd-gallery-main img {
  max-width: 100%;
  max-height: 380px;
  object-fit: contain;
}

.pd-gallery-thumbs {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.pd-thumb {
  width: 84px;
  height: 84px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--primary-light);
  padding: 0.4rem;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.pd-thumb.is-active {
  border-color: var(--primary);
}

.pd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pd-title {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.75rem;
}

.pd-rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--primary);
  margin-bottom: 1rem;
}

.pd-rating svg {
  fill: var(--primary);
}

.pd-rating span {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-left: 0.5rem;
}

.pd-price {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.pd-price .old-price {
  color: var(--text-muted);
  text-decoration: line-through;
  font-size: 1.1rem;
}

.pd-price .current-price {
  color: var(--primary);
  font-size: 1.75rem;
  font-weight: 700;
}

.pd-description {
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 1.75rem;
}

.pd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.pd-qty {
  display: flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  overflow: hidden;
}

.pd-qty button {
  width: 44px;
  height: 48px;
  border: none;
  background: var(--white);
  color: var(--text);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.pd-qty button:hover {
  background: var(--primary);
  color: var(--white);
}

.pd-qty span {
  min-width: 44px;
  text-align: center;
  font-weight: 600;
  color: var(--text);
}

.pd-add-cart,
.pd-buy-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 48px;
  padding: 0 1.75rem;
  border-radius: 999px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}

.pd-add-cart {
  background: var(--white);
  border: 1px solid var(--primary);
  color: var(--primary);
}

.pd-add-cart:hover {
  background: var(--primary);
  color: var(--white);
}

.pd-buy-now {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
}

.pd-buy-now:hover {
  background: var(--badge);
  border-color: var(--badge);
}

/* Product Detail Tabs */
.pd-tabs {
  margin-top: 3.5rem;
}

.pd-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.pd-tab {
  padding: 0.7rem 1.5rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  color: var(--text);
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.pd-tab:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.pd-tab.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.pd-tabs-content {
  color: var(--text-muted);
  line-height: 1.85;
}

.pd-tabs-content p {
  margin-bottom: 1rem;
}

.pd-ingredient-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.5rem 1rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.pd-ingredient-card:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--primary) 16%, transparent);
}

.pd-ingredient-image {
  width: 90px;
  height: 90px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--primary-light);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.pd-ingredient-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.pd-ingredient-card:hover .pd-ingredient-image img {
  transform: scale(1.1);
}

.pd-ingredient-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.4rem;
}

.pd-ingredient-text {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* Product Reviews */
.pd-review-item {
  gap: 1.25rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
}

.pd-review-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.pd-review-body {
  flex: 1;
}

.pd-review-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
}

.pd-review-name span {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--text-muted);
}

.pd-review-text {
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 0.95rem;
}

.pd-review-stars {
  display: flex;
  gap: 0.15rem;
  flex-shrink: 0;
  color: var(--border);
}

.pd-review-stars .is-filled {
  color: #f5b301;
  fill: #f5b301;
}

.pd-review-form {
  background: var(--primary-light);
  border-radius: 16px;
  padding: 2rem;
  margin-top: 2rem;
}

.pd-review-form-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 1rem;
}

.pd-rate span {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.pd-rate-stars {
  display: inline-flex;
  gap: 0.2rem;
}

.pd-rate-stars button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 1.35rem;
  color: var(--border);
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}

.pd-rate-stars button.is-active {
  color: #f5b301;
}

.pd-rate-stars button.is-active svg {
  fill: #f5b301;
}

.pd-rate-stars button:hover {
  transform: scale(1.15);
}

.pd-review-input {
  width: 100%;
  background: var(--white);
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0.9rem 1.1rem;
  font-family: var(--font);
  font-size: 0.95rem;
  color: var(--text);
  transition: border-color 0.2s ease;
}

.pd-review-input::placeholder {
  color: var(--text-muted);
}

.pd-review-input:focus {
  outline: none;
  border-color: var(--primary);
}

textarea.pd-review-input {
  resize: vertical;
  margin-bottom: 1.25rem;
}

.pd-review-submit {
  background: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 999px;
  padding: 0.8rem 2rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.15s ease;
}

.pd-review-submit:hover {
  background: var(--badge);
}

.pd-review-submit:active {
  transform: scale(0.98);
}

/* FAQ Accordion */
.faq-list {
  max-width: 820px;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-item.is-open {
  border-color: var(--primary);
  box-shadow: var(--shadow);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.35rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--text);
  font-family: var(--font);
}

.faq-question svg {
  flex-shrink: 0;
  color: var(--primary);
  font-size: 1.15rem;
}

.faq-item.is-open .faq-question {
  color: var(--primary);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.is-open .faq-answer {
  max-height: 240px;
  padding: 0 1.35rem 1.2rem;
}

.faq-answer p {
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 0.95rem;
}