:root {
  --primary: #1f9fd7;
  --primary-dark: #173d62;
  --lime: #d7ef21;
  --footer-green: #4a8840;
  --soft-bg: #f3f3f3;
  --shadow: 0 18px 36px rgba(0, 0, 0, .14);
  --purple: #a873ec;
  --orange: #ff7a00;
  --green: #16961b;
  --sky: #23a8ef;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: 'Nunito', sans-serif;
  color: var(--primary-dark);
  background: #fff;
  overflow-x: hidden
}

a {
  text-decoration: none
}

.section-padding {
  padding: 4.5rem 0
}

img {
  max-width: 100%;
  display: block
}

.navbar-shell {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  padding: 0 1rem;
}

.custom-navbar {
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0 0 3rem 3rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  padding: 1rem 1.3rem;
}

.navbar-brand img {
  width: 150px
}

.nav-link,
.header-icon {
  color: var(--primary) !important;
  font-weight: 700
}

.nav-link {
  font-size: 1.02rem;
  margin-inline: .5rem
}

.header-icon {
  font-size: 1.3rem;
  padding: .25rem .35rem
}

.nav-link:hover,
.header-icon:hover {
  color: #0d79ad !important
}

.hero {
  position: relative;
  min-height: 900px;
  padding-top: 90px;
  padding-bottom: 140px;
  background: linear-gradient(rgba(31, 159, 215, .62), rgba(81, 194, 238, .45)), url('../images/838004baner2.png') center/cover no-repeat;
}

.hero::after,
.catalog-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none
}

.hero::after {
  height: 220px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .93) 72%, var(--soft-bg) 100%)
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff
}

.hero-title {
  color: var(--lime);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.07;
  font-weight: 900;
  max-width: 980px;
  margin: 0 auto 1rem
}

.hero-subtitle {
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.35
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap
}

.btn-lime,
.btn-outline-lime,
.btn-detail,
.btn-cart,
.btn-admin {
  border-radius: 999px;
  font-weight: 800
}

.btn-lime,
.btn-outline-lime {
  padding: .88rem 1.8rem;
  font-size: 1.1rem
}

.btn-lime {
  background: var(--lime);
  border: 2px solid var(--lime);
  color: var(--primary-dark);
  box-shadow: 0 10px 24px rgba(215, 239, 33, .25)
}

.btn-lime:hover {
  background: #c8df1d;
  border-color: #c8df1d;
  color: var(--primary-dark)
}

.btn-outline-lime {
  background: rgba(255, 255, 255, .08);
  border: 2px solid var(--lime);
  color: #fff
}

.btn-outline-lime:hover {
  background: var(--lime);
  color: var(--primary-dark)
}

.feature-slider-wrap {
  position: relative;
  z-index: 3;
  margin-top: -140px
}

.feature-card,
.product-card,
.mini-card {
  height: 100%
}

.feature-card {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 4px solid rgba(255, 255, 255, .92);
  min-height: 380px;
  background: #bbb
}

.feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(10%)
}

.feature-card::before,
.feature-card::after {
  content: "";
  position: absolute;
  inset: 0
}

.feature-card::before {
  background: linear-gradient(to top, rgba(0, 0, 0, .18), rgba(0, 0, 0, .03) 48%);
  z-index: 1
}

.feature-card::after {
  top: auto;
  height: 56%;
  z-index: 2
}

.feature-card.purple::after {
  background: linear-gradient(to top, rgba(160, 107, 219, .95), rgba(160, 107, 219, .06))
}

.feature-card.orange::after {
  background: linear-gradient(to top, rgba(255, 122, 0, .95), rgba(255, 122, 0, .06))
}

.feature-card.green::after {
  background: linear-gradient(to top, rgba(94, 223, 22, .95), rgba(94, 223, 22, .06))
}

.feature-card-content {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.2rem;
  color: #fff;
  text-align: center;
  z-index: 3
}

.feature-card-content h3 {
  font-size: clamp(1.2rem, 1.6vw, 1.9rem);
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 .85rem
}

.btn-detail {
  display: inline-block;
  background: #fff;
  color: var(--primary-dark);
  padding: .58rem 1rem;
  font-size: .95rem;
  border: 2px solid #fff
}

.btn-detail:hover {
  background: rgba(255, 255, 255, .85);
  color: var(--primary-dark)
}

.auto-slider {
  overflow: hidden
}

.auto-slider-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: slideX 26s linear infinite
}

.auto-slider:hover .auto-slider-track {
  animation-play-state: paused
}

.auto-slider-item {
  width: min(360px, 82vw);
  flex: 0 0 auto
}

@keyframes slideX {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(calc(-50% - .75rem))
  }
}

.about-section {
  background: var(--soft-bg);
  padding: 4rem 0 0
}

.section-title {
  color: var(--primary);
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.08;
  font-weight: 900;
  max-width: 540px;
  margin-bottom: 1rem
}

.section-text {
  max-width: 560px;
  margin-left: auto;
  color: #5b748c;
  line-height: 1.48
}

.media-placeholder {
  margin-top: 2rem;
  aspect-ratio: 16/7.1;
  border: 2px solid #3f607c;
  position: relative;
  background: #eef5f8
}

.media-placeholder::before,
.media-placeholder::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #3f607c;
  transform-origin: center
}

.media-placeholder::before {
  transform: translateX(-50%) rotate(63deg)
}

.media-placeholder::after {
  transform: translateX(-50%) rotate(-63deg)
}

.stats-wrapper {
  padding: 3rem 0 4rem
}

.stat-item {
  text-align: center
}

.stat-number {
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1
}

.stat-label {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.15
}

.text-purple {
  color: var(--purple)
}

.text-orange {
  color: var(--orange)
}

.text-green {
  color: var(--green)
}

.text-sky {
  color: var(--sky)
}

.catalog-hero {
  position: relative;
  min-height: 980px;
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(rgba(23, 145, 197, .55), rgba(91, 195, 237, .35)), url('../images/838004baner2.png') center/cover no-repeat;
}

.catalog-hero::after {
  height: 220px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .94) 74%, #f5f5f5 100%)
}

.catalog-title {
  text-align: center;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 1.05;
  font-weight: 900;
  color: #fff;
  margin-bottom: 2rem
}

.catalog-title span {
  color: var(--lime);
  display: inline-block
}

.filter-box {
  border: 2px solid rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(4px);
  border-radius: 1.5rem;
  padding: 1.1rem;
  box-shadow: var(--shadow)
}

.search-pill {
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 999px;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 .95rem;
  color: #fff;
  gap: .55rem;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, .08);
  font-weight: 700
}

.search-pill input {
  border: 0;
  background: transparent;
  outline: none;
  color: #fff;
  width: 100%;
  font-weight: 700
}

.search-pill input::placeholder {
  color: rgba(255, 255, 255, .95)
}

.accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16)
}

.accordion-button {
  background: transparent !important;
  color: #fff !important;
  font-weight: 800;
  font-size: 1.08rem;
  padding: .85rem 0;
  box-shadow: none !important
}

.accordion-button::after {
  filter: brightness(0) invert(1)
}

.accordion-body {
  padding: 0 0 .85rem;
  color: #fff
}

.form-check-label {
  color: rgba(255, 255, 255, .95);
  font-weight: 600
}

.product-card {
  background: rgba(255, 255, 255, .96);
  border-radius: 1.35rem;
  padding: .9rem;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .14)
}

.product-frame,
.gallery-main,
.thumb-box,
.mini-frame {
  position: relative;
  background: #efefef;
  overflow: hidden
}

.product-frame {
  aspect-ratio: 1/.8;
  border-radius: 1rem;
  border: 2px solid currentColor;
  margin-bottom: .7rem
}

.product-frame img,
.gallery-main img,
.thumb-box img,
.mini-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in
}

.product-frame::before,
.product-frame::after,
.gallery-main::before,
.gallery-main::after,
.thumb-box::before,
.thumb-box::after,
.mini-frame::before,
.mini-frame::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1.5px;
  height: 100%;
  background: currentColor;
  transform-origin: center;
  pointer-events: none
}

.product-frame::before,
.gallery-main::before,
.thumb-box::before,
.mini-frame::before {
  transform: translateX(-50%) rotate(51deg)
}

.product-frame::after,
.gallery-main::after,
.thumb-box::after,
.mini-frame::after {
  transform: translateX(-50%) rotate(-51deg)
}

.product-frame.has-image::before,
.product-frame.has-image::after,
.gallery-main.has-image::before,
.gallery-main.has-image::after,
.thumb-box.has-image::before,
.thumb-box.has-image::after,
.mini-frame.has-image::before,
.mini-frame.has-image::after {
  display: none
}

.product-card h3 {
  font-size: 1rem;
  line-height: 1.16;
  margin: 0 0 .15rem;
  font-weight: 800
}

.price {
  margin: 0;
  font-size: .82rem;
  font-weight: 700;
  opacity: .92
}

.card-actions {
  display: flex;
  gap: .55rem;
  justify-content: space-between;
  align-items: center;
  margin-top: .65rem
}

.btn-detail-card {
  display: inline-block;
  border: 2px solid currentColor;
  border-radius: .8rem;
  padding: .45rem .8rem;
  font-size: .83rem;
  font-weight: 800;
  color: currentColor;
  background: transparent
}

.btn-detail-card:hover {
  background: currentColor;
  color: #fff
}

.btn-zoom {
  border: 2px solid currentColor;
  background: transparent;
  color: currentColor;
  border-radius: .8rem;
  padding: .45rem .75rem;
  font-size: .83rem;
  font-weight: 800
}

.btn-zoom:hover {
  background: currentColor;
  color: #fff
}

.c-purple {
  color: var(--purple)
}

.c-orange {
  color: var(--orange)
}

.c-green {
  color: var(--green)
}

.c-sky {
  color: var(--sky)
}

.detail-top {
  position: relative;
  padding-top: 70px;
  padding-bottom: 42px;
  background: var(--soft-bg);
  overflow: hidden;
}

.detail-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 210px;
  background: linear-gradient(rgba(24, 132, 182, .24), rgba(71, 183, 230, .12)), url('../images/838004baner2.png') center top/cover no-repeat;
  z-index: 0
}

.detail-top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  height: 90px;
  background: linear-gradient(to bottom, rgba(243, 243, 243, 0), rgba(243, 243, 243, .98) 100%);
  pointer-events: none;
  z-index: 1
}

.detail-section {
  position: relative;
  z-index: 2;
  padding: 2rem 0 1rem
}

.gallery-main,
.thumb-box {
  border: 2px solid #34597b;
  border-radius: 1rem;
  color: #34597b
}

.gallery-main {
  aspect-ratio: 1/.82;
  margin-bottom: .6rem
}

.thumb-box {
  aspect-ratio: 1/.72
}

.badge-new {
  display: inline-block;
  background: #b83034;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
  padding: .2rem .8rem;
  line-height: 1.1;
  margin-bottom: .7rem
}

.product-title {
  color: var(--primary);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
  font-weight: 900;
  max-width: 550px;
  margin-bottom: .35rem
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem
}

.product-price {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 900
}

.wishlist-btn {
  font-size: 1.7rem;
  color: var(--primary-dark);
  line-height: 1
}

.btn-cart {
  display: block;
  width: 100%;
  text-align: center;
  background: #88cae3;
  color: #fff;
  border: 2px solid #88cae3;
  padding: .9rem 1.4rem;
  box-shadow: 0 10px 20px rgba(31, 159, 215, .14);
  margin-bottom: 1rem
}

.btn-cart:hover {
  background: #72bddc;
  border-color: #72bddc;
  color: #fff
}

.description-title,
.related-title {
  font-weight: 900
}

.description-title {
  font-size: 1.1rem;
  margin-bottom: .45rem
}

.description-text {
  max-width: 560px;
  color: #6b8198;
  font-size: .95rem;
  line-height: 1.35;
  margin-bottom: 1rem
}

.btn-admin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  min-width: 320px;
  background: #fff;
  color: var(--primary);
  border: 2px solid #86c8df;
  padding: .85rem 1.5rem;
  box-shadow: 0 10px 20px rgba(31, 159, 215, .14)
}

.btn-admin:hover {
  background: #f4fbff;
  color: var(--primary)
}

.more-section {
  padding: 1rem 0 3rem;
  background: #f3f3f3
}

.related-title {
  color: var(--primary);
  font-size: 1.9rem;
  margin-bottom: .9rem
}

.mini-card {
  background: transparent
}

.mini-frame {
  aspect-ratio: 1/.86;
  border-radius: 1rem;
  border: 2px solid currentColor;
  margin-bottom: .45rem
}

.mini-card h4 {
  font-size: .78rem;
  line-height: 1.1;
  margin: 0 0 .15rem;
  font-weight: 800
}

.mini-card p {
  margin: 0;
  font-size: .68rem;
  font-weight: 700;
  opacity: .95
}

.mini-actions {
  display: flex;
  gap: .35rem;
  margin-top: .4rem
}

.mini-actions .btn-detail-card,
.mini-actions .btn-zoom {
  padding: .3rem .5rem;
  font-size: .68rem;
  border-radius: .65rem
}

.footer {
  background: var(--footer-green);
  color: #fff;
  padding: 3.6rem 0 3rem
}

.footer-logo-badge {
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 1.2rem 1.6rem;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .18)
}

.footer-logo-badge img {
  width: 150px
}

.footer h5 {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: .8rem
}

.footer p,
.footer li,
.footer a {
  color: rgba(255, 255, 255, .97);
  font-size: 1rem;
  line-height: 1.5;
  margin: 0
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer-list li+li {
  margin-top: .25rem
}

.link-highlight {
  color: var(--lime) !important;
  font-weight: 800
}

.modal-img {
  width: 100%;
  border-radius: 1rem
}

@media (max-width:991.98px) {
  .navbar-collapse {
    padding-top: 1rem
  }

  .hero {
    min-height: 780px;
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .feature-slider-wrap {
    margin-top: -95px
  }

  .catalog-hero {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .filter-box {
    margin-bottom: 1rem
  }

  .section-text {
    margin-left: 0;
    max-width: 100%
  }

  .detail-top::before {
    height: 185px
  }

  .detail-top::after {
    top: 135px;
    height: 75px
  }

  .description-text {
    max-width: 100%
  }

  .btn-admin {
    min-width: 100%
  }
}

@media (max-width:767.98px) {
  .navbar-shell {
    padding: 0 .75rem
  }

  .custom-navbar {
    border-radius: 0 0 2rem 2rem;
    padding: .9rem 1rem
  }

  .navbar-brand img {
    width: 126px
  }

  .hero {
    min-height: 720px;
    padding-top: 70px;
    padding-bottom: 95px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center
  }

  .btn-lime,
  .btn-outline-lime {
    width: min(100%, 260px)
  }

  .feature-slider-wrap {
    margin-top: -70px
  }

  .feature-card {
    min-height: 320px
  }

  .about-section {
    padding-top: 3rem
  }

  .media-placeholder {
    aspect-ratio: 16/9
  }

  .catalog-hero {
    padding-top: 70px;
    padding-bottom: 55px;
  }

  .catalog-title {
    margin-bottom: 1.4rem
  }

  .detail-top {
    padding-top: 58px;
    padding-bottom: 35px;
  }

  .detail-top::before {
    height: 150px;
    background-position: center top
  }

  .detail-top::after {
    top: 112px;
    height: 58px
  }

  .product-title {
    max-width: 100%
  }

  .price-row {
    align-items: flex-start
  }

  .related-title {
    font-size: 1.45rem
  }

  .footer {
    text-align: center
  }

  .footer h5 {
    font-size: 1.45rem
  }
}

/* Baru 03/16/2026 */
body {
  margin: 0;
  font-family: 'Nunito', sans-serif;
  color: var(--primary-dark);
  background: #fff;
  overflow-x: hidden;
  /* padding-top: 96px; */
}

@media (max-width: 767.98px) {
  body {
    padding-top: 82px;
  }
}


/* Baru 03/16/2026 */