:root {
  --primary: #14b8a6;
  --primary-2: #38bdf8;
  --dark: #0f172a;
  --muted: #64748b;
  --light: #f8fafc;
  --radius: 16px;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  color: #1f2937;
  background: #ffffff;
}
h1,
h2,
h3,
h4,
h5 {
  color: #0b1628;
}
.shadow {
  box-shadow: none !important;
}
.text-secondary {
  color: var(--muted) !important;
}
.btn-primary {
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-2) 100%);
  border: none;
}
.btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}
.btn-outline-primary:hover {
  background: var(--primary);
  color: #fff;
}
.navbar-brand {
  color: var(--dark);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: #fff;
  box-shadow: 0 8px 22px rgba(2, 18, 32, 0.08);
}
.site-header.is-scrolled {
  box-shadow: 0 10px 26px rgba(2, 18, 32, 0.12);
}
.brand-logo {
  height: 51px;
  width: auto;
  display: block;
}
.brand-name {
  white-space: nowrap;
}
.intro-lead {
  max-width: 62ch;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 1.05rem;
}
.section-eyebrow {
  text-transform: uppercase;
  color: var(--primary);
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}
.service-chip {
  display: inline-block;
  background: rgba(20, 184, 166, 0.12);
  color: var(--primary);
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(2, 18, 32, 0.08);
}
.pricing {
  text-align: center;
}
.pricing strong {
  font-size: 1.2rem;
}
.pricing-list {
  text-align: center;
}
.pricing-list .price-amount {
  font-weight: 700;
  font-size: 1.1rem;
}
.pricing-list .note {
  display: block;
  color: #6c757d;
  font-size: 0.95rem;
}
@media (max-width: 575.98px) {
  .brand-logo {
    height: 51px;
  }
}
body {
  padding-top: 72px;
}
@media (max-width: 991.98px) {
  body {
    padding-top: 64px;
  }
}
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #e2e8f0;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: #fff;
  color: #334155;
}
.icon-pill {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 184, 166, 0.12);
  color: var(--primary);
  font-size: 1.5rem;
}
.card {
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  background: linear-gradient(0deg, rgba(20, 184, 166, 0.06), rgba(56, 189, 248, 0.06));
  box-shadow: 0 12px 34px rgba(2, 18, 32, 0.12);
}
.card:hover h5,
.card:hover p {
  color: #0f172a;
}
.feature-card {
  border: none;
  border-radius: var(--radius);
  box-shadow: 0 6px 22px rgba(2, 18, 32, 0.06);
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
  background: linear-gradient(0deg, rgba(20, 184, 166, 0.06), rgba(56, 189, 248, 0.06));
  box-shadow: 0 12px 34px rgba(2, 18, 32, 0.12);
}
.feature-card:hover h5,
.feature-card:hover p {
  color: #0f172a;
}
.pricing-card {
  border: none;
  border-radius: var(--radius);
  box-shadow: 0 6px 22px rgba(2, 18, 32, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.3s ease, color 0.3s ease;
}
.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 34px rgba(2, 18, 32, 0.12);
  background: linear-gradient(0deg, rgba(20, 184, 166, 0.06), rgba(56, 189, 248, 0.06));
}
.plist-card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 6px 22px rgba(2, 18, 32, 0.06);
  background: #fff;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.plist-card:hover {
  background: linear-gradient(0deg, rgba(20, 184, 166, 0.06), rgba(56, 189, 248, 0.06));
  box-shadow: 0 12px 34px rgba(2, 18, 32, 0.12);
}
.plist-price {
  font-weight: 700;
  font-size: 1.6rem;
  color: #0b1628;
}
.plist-sub {
  font-size: 0.95rem;
  color: #475569;
}
.plist-sep {
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
  opacity: 0.3;
}
.price-right .btn {
  min-width: 180px;
}
@media (max-width: 767.98px) {
  .price-right {
    text-align: center !important;
    margin-top: 12px;
    width: 100%;
  }
  .price-right .btn {
    width: 100%;
  }
  .plist-card .flex-grow-1 {
    text-align: center;
  }
  .plist-price {
    font-size: 1.9rem;
  }
}
.pricing {
  font-weight: 600;
  color: #0b1628;
}
.chip {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: #e6fffb;
  color: #065f46;
  font-weight: 500;
}
.section-title {
  font-size: 2rem;
  font-weight: 700;
}
.hero {
  background-image: linear-gradient(135deg, rgba(20, 184, 166, 0.08), rgba(56, 189, 248, 0.08)), url("../../img/hero.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 560px;
  display: flex;
  align-items: center;
  position: relative;
}
.hero .container {
  padding-top: 24px;
  padding-bottom: 24px;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 58%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.62) 45%, rgba(255, 255, 255, 0.32) 85%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 0;
  pointer-events: none;
}
.hero .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .hero {
    background-position: center;
    min-height: 520px;
  }
  .hero::before {
    width: 65%;
  }
}
.hero-wave {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  line-height: 0;
  z-index: 0;
}
.hero-wave svg {
  display: block;
  width: 100%;
  height: 90px;
}
.boost-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 460px;
  position: relative;
  box-shadow: none;
  overflow: hidden;
}
.boost-panel .bp-content {
  position: relative;
  z-index: 1;
  max-width: 38ch;
  text-align: center;
  margin: 0 auto;
  transform: translateY(8%);
}
.boost-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.78;
}
.boost-energy {
  background-image: url("../../img/boost-nergy.png");
  background-size: cover;
  background-position: center;
}
.boost-energy::before {
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.85), rgba(56, 189, 248, 0.55));
  clip-path: polygon(1 12%, 100% 0, 100% 100%, 0 100%);
}
.boost-beauty {
  background-image: url("../../img/boost-beauty.png");
  background-size: cover;

  background-position: center;
}
.boost-beauty::before {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.8), rgba(20, 184, 166, 0.45));
  clip-path: polygon(1, 100% 12%, 100% 100%, 0 100%);
}
.boost-recovery {
  background-image: url("../../img/boost-recovery.png");
  background-size: cover;
  background-position: center;
}
.boost-recovery::before {
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.8), rgba(20, 184, 166, 0.35));
  clip-path: polygon(1 10%, 100% 0, 100% 100%, 0 100%);
}
.boost-vitamin {
  background-image: url("../../img/invus_vitamin.jpeg");
  background-size: cover;
  background-position: center;
}
.boost-vitamin::before {
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.85), rgba(56, 189, 248, 0.55));
  clip-path: polygon(1 12%, 100% 0, 100% 100%, 0 100%);
}
.boost-vaksin {
  background-image: url("../../img/vaksinasi.jpeg");
  background-size: cover;
  background-position: center;
}
.boost-vaksin::before {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.8), rgba(20, 184, 166, 0.45));
  clip-path: polygon(1, 100% 12%, 100% 100%, 0 100%);
}
.boost-ngt {
  background-image: url("../../img/ngt.png");
  background-size: cover;
  background-position: center;
}
.boost-ngt::before {
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.8), rgba(56, 189, 248, 0.35));
  clip-path: polygon(1 10%, 100% 0, 100% 100%, 0 100%);
}
.boost-kateter {
  background-image: url("../../img/keteter.png");
  background-size: cover;
  background-position: center;
}
.boost-kateter::before {
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.75), rgba(2, 18, 32, 0.25));
  clip-path: polygon(1 10%, 100% 0, 100% 100%, 0 100%);
}
.boost-luka {
  background-image: url("../../img/rawat-luka.jpeg");
  background-size: cover;
  background-position: center;
}
.boost-luka::before {
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.7), rgba(20, 184, 166, 0.35));
  clip-path: polygon(1 10%, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 991.98px) {
  .boost-panel {
    min-height: 360px;
  }
  .boost-panel .bp-content {
    max-width: 34ch;
    transform: translateY(6%);
  }
  .boost-energy,
  .boost-beauty,
  .boost-recovery,
  .boost-vitamin,
  .boost-vaksin,
  .boost-ngt,
  .boost-kateter,
  .boost-luka {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .boost-panel::before {
    opacity: 0.7;
  }
}
.floating-wa {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: transform 0.2s ease;
}
.floating-wa:hover {
  transform: scale(1.06);
}
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal-on-scroll.revealed {
  opacity: 1;
  transform: none;
}
.rounded-4 {
  border-radius: var(--radius) !important;
}

.bg-light {
  background: #f6fbfd !important;
}
.bg-dark {
  background: #0b1628 !important;
}
@media (max-width: 575.98px) {
  .price-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .price-right .plist-sub:first-of-type {
    order: 1;
  }
  .price-right .plist-price {
    order: 2;
    font-size: 2rem;
    font-weight: 800;
  }
  .price-right .plist-sub:last-of-type {
    order: 3;
  }
  .plist-sub .fw-semibold {
    display: block;
    margin-top: 0.15rem;
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f172a;
  }
  .price-right a.btn {
    order: 4;
    width: 100%;
    margin-top: 0.75rem;
  }
  .plist-sub {
    font-size: 0.95rem;
    color: #475569;
  }
  .plist-sub .text-decoration-line-through {
    opacity: 0.8;
  }
}
.link-light:hover {
  text-decoration: underline;
}
.site-footer {
  background: #0b1628;
}
.footer-title {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.footer-link {
  color: #cbd5e1;
  text-decoration: none;
}
.footer-link:hover {
  color: #ffffff;
}
.footer-text {
  color: #94a3b8;
}
.footer-icon {
  color: #cbd5e1;
  font-size: 1.25rem;
}
.footer-icon:hover {
  color: #ffffff;
}
.footer-sep {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08));
}
@media (max-width: 575.98px) {
  .site-footer .brand-logo {
    height: 28px;
  }
  .hp {
    justify-content: center;
    text-align: center;
  }
}
.map-wrap {
  position: relative;
  border-radius: 16px;
  background: #ffffff;

  padding: 12px;
}
.gallery-img {
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(2, 18, 32, 0.12);
  transition: transform 0.25s ease;
}
.gallery-img:hover {
  transform: scale(1.02);
}
@media (max-width: 767.98px) {
  .display-5 {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.98px) {
  .display-5 {
    font-size: 2rem;
  }
  .lead {
    font-size: 0.98rem;
  }
  .btn-lg {
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
    border-radius: 10px;
  }
  .badge-pill {
    padding: 0.4rem 0.6rem;
    font-size: 0.85rem;
  }
  .section-title {
    font-size: 1.4rem;
  }
  .testimonial-avatar {
    width: 56px;
    height: 56px;
  }
  .pricing strong {
    font-size: 1.3rem;
  }
  .gallery-img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .map-wrap {
    padding: 8px;
  }
  .table {
    font-size: 0.9rem;
  }
  .navbar-brand {
    font-size: 1rem;
  }
  .cta-group {
    flex-direction: column;
    gap: 0.75rem;
  }
  .cta-group .btn {
    width: 100%;
  }
  #promo-flu .btn {
    width: 100%;
  }
  #promo-vaksin-flu .btn {
    width: 100%;
  }
  .price-right {
    text-align: center;
    width: 100%;
  }
  .plist-price {
    font-size: 2rem;
    font-weight: 800;
  }
  .plist-sub .fw-semibold {
    display: block;
    margin-top: 0.15rem;
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f172a;
  }
}
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(2, 18, 32, 0.12);
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
  background: linear-gradient(0deg, rgba(20, 184, 166, 0.06), rgba(56, 189, 248, 0.06));
  box-shadow: 0 12px 34px rgba(2, 18, 32, 0.18);
}
.testimonial-card:hover .testimonial-text,
.testimonial-card:hover .fw-semibold,
.testimonial-card:hover .small {
  color: #0f172a;
}
.rating-stars i {
  color: #f7c948;
  font-size: 1rem;
}
.testimonial-text {
  font-style: italic;
  line-height: 1.7;
}
.map-chip {
  position: absolute;
  display: inline-block;
  background: #59cf7b;
  color: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.6rem;
  font-weight: 600;
  font-size: 0.85rem;
  box-shadow: 0 6px 18px rgba(2, 18, 32, 0.12);
}
.chip-jakarta {
  top: 18%;
  left: 52%;
}
.chip-tangerang {
  top: 30%;
  left: 28%;
}
.chip-tangsel {
  top: 42%;
  left: 36%;
}
.chip-depok {
  top: 36%;
  left: 50%;
}
.chip-bogor {
  top: 55%;
  left: 38%;
}
.chip-bekasi {
  top: 32%;
  left: 72%;
}
.chip-cikarang {
  top: 42%;
  left: 78%;
}
@media (max-width: 991.98px) {
  .map-chip {
    font-size: 0.78rem;
    padding: 0.3rem 0.5rem;
  }
}
.gallery-img {
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(2, 18, 32, 0.12);
  transition: transform 0.25s ease;
}
.gallery-img:hover {
  transform: scale(1.02);
}
.boost-section {
  position: relative;
  padding-top: 40px !important;
}
.boost-top-wave {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  line-height: 0;
  z-index: 2;
  pointer-events: none;
}
.boost-top-wave svg {
  width: 100%;
  height: 80px;
  display: block;
}
.boost-section .container {
  position: relative;
  z-index: 1;
}
