/* ================================================================
   NESTLÉ PURE LIFE GALON — PLUGIN CSS
   ================================================================ */

/* === VARIABLES === */
.npl-page {
  --npl-blue: #0072CE;
  --npl-blue-dark: #004E8C;
  --npl-blue-light: #E8F4FD;
  --npl-blue-lighter: #f0f7ff;
  --npl-accent: #00B4D8;
  --npl-green: #2CB67D;
  --npl-pink: #E20A7D;
  --npl-pink-dark: #B80062;
  --npl-grad: linear-gradient(135deg, #0072CE 0%, #00A3E0 50%, #00C2E0 100%);
  --npl-g50: #F8FAFB;
  --npl-g100: #EEF2F6;
  --npl-g200: #D5DDE5;
  --npl-g500: #6B7B8D;
  --npl-g800: #1a2a3a;
  --npl-r: 16px;
  --npl-rs: 10px;
  --npl-sh: 0 8px 30px rgba(0,114,206,0.12);
  --npl-sh-lg: 0 20px 60px rgba(0,114,206,0.15);
  --npl-tr: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* === RESET === */
.npl-page,
.npl-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.npl-page {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--npl-g800);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.npl-page img { max-width: 100%; height: auto; }
.npl-page ul { list-style: none; }

/* === CONTAINER === */
.npl-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ================================================================
   HERO — BANNER BERSIH
   ================================================================ */
.npl-hero {
  position: relative;
  overflow: hidden;
  background: #0078c8; /* warna senada dengan banner */
}

/* Banner Image — tampil penuh */
.npl-hero-banner {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  position: relative;
}
.npl-hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* CTA Bar di bawah banner — HIGHLIGHTED */
.npl-hero-bar {
  background: var(--npl-pink);
  padding: 0;
  box-shadow: 0 8px 32px rgba(0, 80, 160, 0.25);
}
.npl-hero-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.npl-hero-bar-text {
  flex: 1;
  min-width: 280px;
  color: #fff;
}
.npl-hero-bar-badge {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255,255,255,0.35);
  border-radius: 50px;
  padding: 9px 24px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.npl-hero-bar-text p {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 400;
  opacity: 0.95;
  line-height: 1.55;
  margin: 0;
}
.npl-hero-bar-text strong {
  font-weight: 800;
  color: #fff;
  font-size: clamp(20px, 2.4vw, 28px);
}
.npl-hero-bar-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

/* === BUTTONS === */
.npl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Plus Jakarta Sans', 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 60px;
  text-decoration: none;
  transition: var(--npl-tr);
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.npl-btn:hover { text-decoration: none; }

.npl-btn-primary {
  background: #FFF;
  color: var(--npl-pink);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
.npl-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.16);
  color: var(--npl-pink-dark);
}

.npl-btn-wa {
  background: var(--npl-pink);
  color: #fff;
  border: 2px solid #fff;
}
.npl-btn-wa:hover {
  background: var(--npl-pink-dark);
  border-color: #fff;
  color: #fff;
}

.npl-btn-cta {
  background: #fff;
  color: var(--npl-blue);
  box-shadow: 0 8px 28px rgba(0,0,0,0.15);
  font-size: 16px;
  padding: 16px 36px;
}
.npl-btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.2);
  color: var(--npl-blue-dark);
}

/* ================================================================
   SECTION HEADERS
   ================================================================ */
.npl-section { padding: 80px 0; }
.npl-sec-head { text-align: center; margin-bottom: 52px; }
.npl-tag {
  display: inline-block;
  background: var(--npl-blue-light);
  color: var(--npl-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 14px;
}
.npl-sec-head h2 {
  font-family: 'Plus Jakarta Sans', 'Poppins', sans-serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 800;
  color: var(--npl-g800);
  margin-bottom: 12px;
  line-height: 1.15;
}
.npl-sec-head p {
  font-size: 16px;
  color: var(--npl-g500);
  max-width: 580px;
  margin: 0 auto;
}

/* ================================================================
   VIDEO SECTION
   ================================================================ */
.npl-video-section { background: #fff; }
.npl-video-grid {
  display: flex;
  justify-content: center;
  gap: 28px;
}
.npl-video-card {
  border-radius: var(--npl-r);
  overflow: hidden;
  box-shadow: var(--npl-sh);
  position: relative;
  background: #000;
}
.npl-video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.npl-video-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 50px;
  pointer-events: none;
}

/* ================================================================
   FEATURES
   ================================================================ */
.npl-feat-section { background: var(--npl-g50); }
.npl-feat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.npl-feat {
  background: #fff;
  border: 1px solid var(--npl-g100);
  border-radius: var(--npl-r);
  padding: 32px 24px;
  text-align: center;
  transition: var(--npl-tr);
  position: relative;
  overflow: hidden;
}
.npl-feat::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--npl-grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.npl-feat:hover::before { transform: scaleX(1); }
.npl-feat:hover {
  transform: translateY(-6px);
  box-shadow: var(--npl-sh);
  border-color: transparent;
}
.npl-feat-icon {
  width: 60px; height: 60px;
  margin: 0 auto 18px;
  background: var(--npl-blue-light);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--npl-tr);
}
.npl-feat:hover .npl-feat-icon {
  background: var(--npl-blue);
  transform: scale(1.08);
}
.npl-feat:hover .npl-feat-icon svg path { fill: #fff; }
.npl-feat h3 {
  font-family: 'Plus Jakarta Sans', 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--npl-g800);
}
.npl-feat p {
  font-size: 13.5px;
  color: var(--npl-g500);
  line-height: 1.7;
}

/* ================================================================
   PROCESS GALLERY
   ================================================================ */
.npl-process-section { background: #fff; }
.npl-process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.npl-process-card {
  border-radius: var(--npl-r);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
}
.npl-process-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.npl-process-card:hover img { transform: scale(1.05); }
.npl-process-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,40,80,0.72) 0%, transparent 55%);
  display: flex;
  align-items: flex-end;
  padding: 24px;
}
.npl-process-overlay h3 {
  font-family: 'Plus Jakarta Sans', 'Poppins', sans-serif;
  color: #fff;
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 700;
}
.npl-process-overlay p {
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  margin-top: 4px;
}

/* ================================================================
   MAP SECTION
   ================================================================ */
.npl-map-section { background: var(--npl-g50); }
.npl-map-wrap {
  border-radius: var(--npl-r);
  overflow: hidden;
  box-shadow: var(--npl-sh-lg);
  border: 3px solid #fff;
  margin-bottom: 44px;
}
#npl-map { width: 100%; height: 520px; }

/* Search */
.npl-search-wrap {
  position: relative;
  max-width: 600px;
  margin: 0 auto 32px;
}
.npl-search-wrap input {
  width: 100%;
  padding: 16px 20px 16px 52px;
  border: 2px solid var(--npl-g200);
  border-radius: 60px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  background: #fff;
  transition: var(--npl-tr);
  outline: none;
  color: var(--npl-g800);
}
.npl-search-wrap input:focus {
  border-color: var(--npl-blue);
  box-shadow: 0 0 0 4px rgba(0,114,206,0.1);
}
.npl-search-wrap input::placeholder { color: #bbb; }
.npl-search-wrap > svg {
  position: absolute;
  left: 18px; top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: fill 0.3s;
}
.npl-search-wrap input:focus ~ svg path { fill: var(--npl-blue); }

/* Count bar */
.npl-count-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  flex-wrap: wrap;
  gap: 10px;
}
.npl-count-bar span { font-size: 14px; color: var(--npl-g500); }
.npl-count-bar strong { color: var(--npl-blue); font-weight: 700; }
.npl-filter-btns { display: flex; gap: 8px; }
.npl-fbtn {
  padding: 6px 16px;
  border: 1.5px solid var(--npl-g200);
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  cursor: pointer;
  transition: var(--npl-tr);
  color: var(--npl-g500);
}
.npl-fbtn.active,
.npl-fbtn:hover {
  background: var(--npl-blue);
  color: #fff;
  border-color: var(--npl-blue);
}

/* ================================================================
   STORE LIST
   ================================================================ */
.npl-store-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 14px;
}
.npl-store-list li {
  background: #fff;
  border: 1px solid var(--npl-g100);
  border-radius: var(--npl-rs);
  padding: 18px 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: var(--npl-tr);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.npl-store-list li::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--npl-grad);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}
.npl-store-list li:hover::after { transform: scaleY(1); }
.npl-store-list li:hover {
  transform: translateY(-3px);
  box-shadow: var(--npl-sh);
  border-color: transparent;
}

.npl-store-pin {
  flex-shrink: 0;
  width: 42px; height: 42px;
  background: var(--npl-blue-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--npl-tr);
}
.npl-store-list li:hover .npl-store-pin { background: var(--npl-blue); }
.npl-store-pin svg path { fill: var(--npl-blue); transition: fill 0.3s; }
.npl-store-list li:hover .npl-store-pin svg path { fill: #fff; }

.npl-store-info { flex: 1; min-width: 0; }
.npl-store-name {
  font-family: 'Plus Jakarta Sans', 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--npl-g800);
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.npl-store-coord {
  font-size: 11.5px;
  color: var(--npl-g500);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.npl-store-coord svg path { fill: var(--npl-g500); }
.npl-store-btns { display: flex; gap: 6px; flex-wrap: wrap; }

.npl-slink {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 11px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--npl-tr);
  border: 1.5px solid var(--npl-g200);
  color: var(--npl-g500);
  background: transparent;
}
.npl-slink:hover {
  border-color: var(--npl-blue);
  color: var(--npl-blue);
  text-decoration: none;
}
.npl-slink svg path { fill: currentColor; }
.npl-slink.npl-maps-btn {
  background: var(--npl-blue);
  color: #fff;
  border-color: var(--npl-blue);
}
.npl-slink.npl-maps-btn:hover {
  background: var(--npl-blue-dark);
  border-color: var(--npl-blue-dark);
  color: #fff;
}

.npl-stag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 50px;
  margin-left: 4px;
  vertical-align: middle;
}
.npl-stag-ok { background: #E8F5E9; color: #2E7D32; }
.npl-stag-no { background: #FFF3E0; color: #E65100; }

.npl-no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 50px 20px;
  color: var(--npl-g500);
  cursor: default;
}
.npl-no-results:hover { transform: none; box-shadow: none; }
.npl-no-results::after { display: none; }
.npl-no-results svg { margin-bottom: 14px; }
.npl-no-results svg path { fill: var(--npl-g200); }

/* ================================================================
   SOCIAL & ECOMMERCE
   ================================================================ */
.npl-social-section { background: #fff; }
.npl-social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.npl-social-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  border-radius: var(--npl-r);
  border: 2px solid var(--npl-g100);
  text-decoration: none;
  color: var(--npl-g800);
  transition: var(--npl-tr);
  position: relative;
  overflow: hidden;
  background: #fff;
}
.npl-social-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.npl-social-card:hover::before { transform: scaleX(1); }
.npl-social-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--npl-sh-lg);
  border-color: transparent;
  text-decoration: none;
  color: var(--npl-g800);
}

/* Platform colors */
.npl-social-ig::before { background: linear-gradient(90deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.npl-social-ig:hover { border-color: #dc2743; }
.npl-social-ig .npl-social-icon { background: linear-gradient(135deg, #f09433, #dc2743, #bc1888); color: #fff; }

.npl-social-tt::before { background: linear-gradient(90deg, #00f2ea, #ff0050); }
.npl-social-tt:hover { border-color: #ff0050; }
.npl-social-tt .npl-social-icon { background: #010101; color: #fff; }

.npl-social-sp::before { background: #ee4d2d; }
.npl-social-sp:hover { border-color: #ee4d2d; }
.npl-social-sp .npl-social-icon { background: transparent; color: #fff; }

.npl-social-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--npl-tr);
}
.npl-social-card:hover .npl-social-icon { transform: scale(1.08); }

.npl-social-info { flex: 1; min-width: 0; }
.npl-social-info h3 {
  font-family: 'Plus Jakarta Sans', 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}
.npl-social-info span {
  font-size: 14px;
  color: var(--npl-g500);
}

.npl-social-arrow {
  color: var(--npl-g200);
  flex-shrink: 0;
  transition: var(--npl-tr);
}
.npl-social-card:hover .npl-social-arrow {
  color: var(--npl-blue);
  transform: translateX(3px);
}

/* ================================================================
   CTA
   ================================================================ */
.npl-cta-section {
  padding: 80px 20px;
  background: var(--npl-grad);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.npl-cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='3' fill='%23ffffff' fill-opacity='.04'/%3E%3C/svg%3E");
}
.npl-cta-inner {
  position: relative; z-index: 2;
  max-width: 680px; margin: 0 auto; color: #fff;
}
.npl-cta-inner h2 {
  font-family: 'Plus Jakarta Sans', 'Poppins', sans-serif;
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.15;
  color: #fff;
}
.npl-cta-inner p { font-size: 16px; opacity: 0.92; margin-bottom: 32px; }

/* ================================================================
   FOOTER NOTE
   ================================================================ */
.npl-footer-note {
  text-align: center;
  padding: 22px 20px;
  background: #fff;
  font-size: 12px;
  color: var(--npl-g500);
  border-top: 1px solid var(--npl-g100);
}
.npl-footer-note a { color: var(--npl-blue); text-decoration: none; }
.npl-footer-note a:hover { text-decoration: underline; }

/* ================================================================
   SCROLL TO TOP
   ================================================================ */
.npl-scroll-top {
  position: fixed;
  bottom: 24px; right: 24px;
  width: 48px; height: 48px;
  background: var(--npl-blue);
  border: none; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  opacity: 0; visibility: hidden;
  transition: var(--npl-tr);
  box-shadow: 0 4px 16px rgba(0,114,206,0.4);
  z-index: 999;
}
.npl-scroll-top.npl-visible { opacity: 1; visibility: visible; }
.npl-scroll-top:hover { transform: translateY(-3px); }

/* ================================================================
   LEAFLET POPUP OVERRIDES
   ================================================================ */
.npl-page .leaflet-popup-content-wrapper {
  border-radius: 12px !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15) !important;
  font-family: 'Poppins', sans-serif !important;
}
.npl-page .leaflet-popup-content {
  margin: 14px 18px !important;
  font-size: 13px !important;
}
.npl-popup-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700; font-size: 14px;
  color: #1a2a3a; margin-bottom: 4px;
}
.npl-popup-coord {
  font-size: 11px; color: var(--npl-g500); margin-bottom: 4px;
}
.npl-popup-link {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12px; color: var(--npl-blue);
  font-weight: 600; text-decoration: none; margin-top: 4px;
}
.npl-popup-link:hover { text-decoration: underline; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 768px) {
  .npl-section { padding: 56px 0; }

  /* Mobile banner: tampilkan gambar utuh tanpa crop */
  .npl-hero-banner {
    min-height: auto;
  }
  .npl-hero-img {
    width: 100%;
    height: auto;
    min-height: auto;
    object-fit: contain;
    object-position: center;
  }

  .npl-hero-bar-inner {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }
  .npl-hero-bar-cta { justify-content: center; }
  .npl-video-grid { grid-template-columns: 1fr; }
  .npl-process-grid { grid-template-columns: 1fr; }
  #npl-map { height: 360px; }
  .npl-store-list { grid-template-columns: 1fr; }
  .npl-count-bar { flex-direction: column; align-items: flex-start; }
  .npl-feat-grid { grid-template-columns: 1fr; }
  .npl-social-grid { grid-template-columns: 1fr; }
  .npl-btn { padding: 12px 22px; font-size: 13px; }
  .npl-cta-section { padding: 56px 16px; }
}

@media (max-width: 480px) {
  .npl-hero-bar-cta { flex-direction: column; width: 100%; }
  .npl-hero-bar-cta .npl-btn { width: 100%; justify-content: center; }
  #npl-map { height: 280px; }
  .npl-store-list li { padding: 14px; gap: 10px; }
  .npl-store-btns { flex-wrap: wrap; }
}

/* HiDPI / Retina */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .npl-page { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
  .npl-page img { image-rendering: -webkit-optimize-contrast; }
}