:root {
  --pr-color: #285dc0;
}

/* Fix semua box model */
*,
*::before,
*::after {
  box-sizing: border-box;
  z-index: 1;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Inter", sans-serif;
  color: white;
  overflow-x: hidden;
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    z-index: 100;

    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* posisi dasar */
.whatsapp-float {
    bottom: 20px;
}

.whatsapp-float img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
    transform: scale(1.1);
}


@media (max-width: 480px) {
  .whatsapp-float {
    bottom: 16px;
    right: 12px;
    gap: 12px; /* jarak icon lebih rapat */
  }

  .whatsapp-float img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    transition: transform 0.25s ease;
  }

  .whatsapp-float img:hover {
    transform: scale(1.05);
  }
}



#globalLogoutSpinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Hero Section*/
#hero {
  background:
    linear-gradient(rgba(10, 42, 67, 0.8), rgba(10, 42, 67, 0.8)),
    url('../../Assets/img/BG_Hero.png') no-repeat center center/cover;
  width: 100%;
  padding-top: 60px;
  position: relative;
}

.opening-statement {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 10px;
  max-width: 90%;
  z-index: 1050;
  top: 100px !important;
  animation: fadeSlideDown 1.2s ease forwards;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

#hero .carousel-inner {
  width: 100%;
  height: 500px;
  position: relative;
}

#hero .img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.3);
}

#hero .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/*        HUBUNGI KAMI           */
#hubungi-kami {
  padding: 40px 20px;
  color: #fff;
  text-align: center;
}

#hubungi-kami h4 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

#hubungi-kami h5 {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.whatsapp-number {
  color: #26cb3f;
  text-decoration: none;
  transition: color 0.3s ease;
}

.whatsapp-number:hover {
  color: #ffffff;
}

.whatsapp-number span {
  font-size: 1.6rem;
  font-weight: 600;
}

.whatsapp-number i {
  font-size: 1.8rem;
  margin-right: 8px;
}

.custom-btn {
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #3399ff;
  color: #3399ff;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.custom-btn:hover {
  background-color: #3399ff;
  color: #fff;
  border-color: #3399ff;
}

/* ✅ Mobile: sampai 480px */
@media (max-width: 480px) {
  #hero .carousel-inner {
    height: 200px;
  }

  #hero .img-wrapper {
    border-radius: 14px;
  }

  #hubungi-kami h4 {
    font-size: 14px;
  }

  #hubungi-kami h5 {
    font-size: 0.95rem;
  }

  .whatsapp-number span {
    font-size: 1.2rem;
  }

  .whatsapp-number i {
    font-size: 14px;
  }

  .custom-btn {
    font-size: 0.85rem;
    padding: 7px 18px;
  }

  /* 🔹 Responsive Opening Statement */
  .opening-statement {
    position: relative;
    top: 70px !important;
    padding: 10px 10px;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    margin: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
  }

  .opening-statement p {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0;
  }
}


.luxury-review-section {
    padding: 90px 60px;
    background: linear-gradient(135deg, #f5f7fa, #eef1f4);
    color: var(--pr-color);
}

.luxury-section-header {
    position: relative;
    height: 720px;
    margin: -90px -60px 90px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.luxury-section-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.9),
        rgba(0,0,0,0)
    );
    z-index: 2;
}

/* IMAGE VIA HTML */
.luxury-header-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* OVERLAY */
.luxury-header-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.85)
    );
    z-index: 1;
}

/* HEADER CONTENT */
.luxury-header-content {
    position: relative;
    z-index: 2;
    max-width: 880px;
    padding: 0 40px;
    color: #ffffff;
}

.luxury-eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-bottom: 24px;
}

.luxury-header-content h1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
}

.luxury-header-content p {
    font-size: 16px;
    line-height: 1.85;
    color: rgba(255,255,255,0.88);
    max-width: 720px;
    margin: 0 auto;
}

.review-section-title {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
    padding: 0 20px;
}

.review-section-title h2 {
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    font-weight: 600;
    line-height: 1.4;
    color: #1f2937;
    margin: 0;
    word-wrap: break-word;
    white-space: normal;
}

.review-wrapper {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.review-card {
    position: relative;
    width: 420px;
    height: 470px;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
    box-shadow:
        0 18px 40px rgba(0,0,0,0.13),
        0 6px 18px rgba(0,0,0,0.08);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Lift Effect */
.review-card:hover {
    transform: translateY(-12px);
    box-shadow:
        0 30px 60px rgba(0,0,0,0.2),
        0 10px 25px rgba(0,0,0,0.1);
}

/* IMAGE */
.review-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

/* Smooth Zoom */
.review-card:hover img {
    transform: scale(1.06);
}

/* Gradient Overlay */
.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75) 25%,
        rgba(0,0,0,0.4) 55%,
        rgba(0,0,0,0.15) 80%
    );
    transition: 0.5s ease;
}

.review-card:hover .image-overlay {
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.85) 30%,
        rgba(0,0,0,0.5) 60%,
        rgba(0,0,0,0.2) 90%
    );
}

/* CONTENT */
.review-content {
    position: absolute;
    bottom: 35px;
    left: 30px;
    right: 30px;
    color: #fff;
    z-index: 2;
}

.review-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.review-content p {
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 25px;
    line-height: 1.6;
}

/* BUTTON */
.review-btn {
    display: inline-block;
    padding: 10px 26px;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Light Sweep Effect */
.review-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.4),
        transparent
    );
    transition: 0.6s;
}

.review-btn:hover::before {
    left: 100%;
}

.review-btn:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
}


@media (max-width: 480px) {

    /* ================= SECTION WRAPPER ================= */
    .luxury-review-section {
        padding: 40px 16px;
    }

    /* ================= HEADER / BANNER ================= */
    .luxury-section-header {
        min-height: 320px;
        border-radius: 18px;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .luxury-header-img {
        object-position: center;
    }

    .luxury-header-content {
        padding: 0 18px;
        text-align: center;
    }

    .luxury-header-content h1 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .luxury-header-content p {
        max-width: 300px;
        margin: 0 auto;
        font-size: 13px;
        line-height: 1.6;
        opacity: 0.9;
    }

    .luxury-eyebrow {
        font-size: 11px;
        letter-spacing: 1px;
        margin-bottom: 8px;
        display: inline-block;
    }

    /* ================= SECTION TITLE ================= */
    .review-section-title {
        margin-bottom: 30px;
        padding: 0 10px;
        text-align: center;
    }

    .review-section-title h2 {
        font-size: 22px;
        line-height: 1.4;
        font-weight: 600;
    }

    /* ================= REVIEW WRAPPER ================= */
    .review-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        justify-content: center;
    }

    /* ================= CARD ================= */
    .review-card {
        width: 100%;
        height: 230px;
        border-radius: 14px;
    }

    /* ================= CARD CONTENT ================= */
    .review-content {
        bottom: 14px;
        left: 14px;
        right: 14px;
    }

    .review-content h3 {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .review-content p {
        font-size: 10.5px;
        line-height: 1.45;
        margin-bottom: 8px;
        opacity: 0.85;
    }

    /* ================= BUTTON ================= */
    .review-btn {
        font-size: 9.5px;
        padding: 6px 14px;
        border-radius: 18px;
        letter-spacing: 0.8px;
    }

}

/* ================= DOCUMENT SECTION ================= */
.document-section {
    position: relative;
    background: linear-gradient(180deg, #f1f4f9, #ffffff);
    padding: 80px 0;
    border-bottom: 1px solid rgba(11, 94, 215, 0.12);
}

.document-section::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 70px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.95),
        rgba(241, 244, 249, 0)
    );
    pointer-events: none;
}

.document-section .document-card {
    max-width: 1000px;
    margin: auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.document-section .doc-header {
    padding: 48px;
    border-bottom: 1px solid #e5e7eb;
}

.document-section .doc-title-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.document-section .doc-icon {
    width: 75px;
    height: 75px;
    padding: 6px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0b5ed7, #084298);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(11, 94, 215, 0.35);
}

.document-section .doc-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.document-section .doc-badge {
    font-size: clamp(0.65rem, 0.8vw, 0.75rem);
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #0b5ed7;
}

.document-section .doc-title {
    font-size: clamp(1.25rem, 1.6vw, 1.5rem);
    font-weight: 600;
    color: #1f2937;
    margin-top: 4px;
}

.document-section .doc-desc {
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    line-height: 1.8;
    color: #4b5563;
    max-width: 760px;
    margin-bottom: 32px;
}

.document-section .doc-toggle {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #f8fafc;
    border: 1px solid #d1d5db;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: clamp(0.8rem, 1vw, 0.9rem);
    font-weight: 600;
    color: #1f2937;
    cursor: pointer;
    transition: background 0.35s ease, color 0.35s ease, border 0.35s ease;
}

.document-section .doc-toggle:hover {
    background: #0b5ed7;
    color: #ffffff;
    border-color: #0b5ed7;
}

.document-section .toggle-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.document-section .toggle-icon svg {
    width: 16px;
    height: 16px;
    stroke: #0b5ed7;
    stroke-width: 2.6;
    fill: none;
}

.document-section .doc-toggle.active {
    background: #0b5ed7;
    color: #ffffff;
}

.document-section .doc-toggle.active .toggle-icon {
    transform: rotate(180deg);
}

.document-section .doc-preview {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-12px);
    transition:
        max-height 0.85s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.35s ease,
        transform 0.35s ease;
}

.document-section .doc-preview.active {
    max-height: 1200px;
    opacity: 1;
    transform: translateY(0);
}

.document-section .carousel {
    position: relative;
    background: #000;
}

.document-section .carousel-inner {
    width: 100%;
    height: 520px;
    overflow: hidden;
}

.document-section .carousel-item {
    width: 100%;
    height: 100%;
}

.document-section .slide-wrapper {
    width: 100%;
    height: 100%;
}

.document-section .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.document-section .carousel-control-prev-icon,
.document-section .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.55);
    background-size: 60%;
    border-radius: 50%;
    width: 2.8rem;
    height: 2.8rem;
}

.document-section .carousel-indicators {
    margin-bottom: 14px;
}

.document-section .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.5;
}

.document-section .carousel-indicators .active {
    opacity: 1;
    background-color: #0b5ed7;
}

.document-section .pdf-action {
    padding: 28px;
    text-align: center;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}

.document-section .pdf-open-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #d1d5db;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: clamp(0.8rem, 1vw, 0.9rem);
    font-weight: 600;
    color: #1f2937;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.35s ease;
}

.document-section .pdf-open-btn:hover {
    background: #0b5ed7;
    color: #ffffff;
    border-color: #0b5ed7;
}


@media (max-width: 480px) {

    /* SECTION CENTERING */
    .document-section {
        padding: 24px 16px;
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* CARD */
    .document-section .document-card {
        width: 100%;
        max-width: 100%;
        border-radius: 14px;
    }

    /* HEADER */
    .document-section .doc-header {
        padding: 28px 22px;
    }

    .document-section .doc-title-wrap {
        gap: 14px;
        margin-bottom: 14px;
    }

    .document-section .doc-icon {
        width: 56px;
        height: 56px;
        padding: 5px;
        border-radius: 12px;
    }

    .document-section .doc-badge {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .document-section .doc-title {
        font-size: 18px;
        line-height: 1.35;
    }

    .document-section .doc-desc {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 24px;
    }

    /* TOGGLE BUTTON */
    .document-section .doc-toggle {
        padding: 10px 18px;
        font-size: 13px;
        gap: 10px;
    }

    .document-section .toggle-icon {
        width: 24px;
        height: 24px;
    }

    .document-section .toggle-icon svg {
        width: 14px;
        height: 14px;
    }

    /* PREVIEW TRANSITION */
    .document-section .doc-preview {
        transform: translateY(-8px);
    }

    /* CAROUSEL */
    .document-section .carousel-inner {
        height: 260px;
    }

    .document-section .slide-image {
        object-fit: contain;
    }

    /* CONTROLS */
    .document-section .carousel-control-prev-icon,
    .document-section .carousel-control-next-icon {
        width: 2.2rem;
        height: 2.2rem;
        background-size: 55%;
    }

    /* INDICATORS */
    .document-section .carousel-indicators {
        margin-bottom: 10px;
    }

    .document-section .carousel-indicators [data-bs-target] {
        width: 9px;
        height: 9px;
    }

    /* PDF BUTTON */
    .document-section .pdf-action {
        padding: 20px 16px;
        display: flex;
        justify-content: center;
    }

    .document-section .pdf-open-btn {
        padding: 10px 20px;
        font-size: 13px;
        border-radius: 50px;
        white-space: nowrap;
    }
}

/* SECTION KEUNGGULAN */
#keunggulan {
  background:
    linear-gradient(rgba(0, 40, 85, 0.55), rgba(0, 40, 85, 0.55)),
    url("../../Assets/img/BG-HomeLift.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 0;
}

#keunggulan .container {
  padding: 90px 0;
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
  color: #ffffff;
}

.section-header h2 {
  font-size: clamp(2rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.section-header p {
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  margin-top: 15px;
  line-height: 1.7;
  opacity: 0.9;
}

.keunggulan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.card-keunggulan {
  background: rgba(255, 255, 255, 0.95);
  padding: 32px;
  border-radius: 14px;
  transition: 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.card-keunggulan:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.icon-circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}

.card-keunggulan h3 {
  font-size: clamp(1.1rem, 1.5vw, 1.25rem);
  margin-top: 20px;
  font-weight: 700;
  color: #0d3b66;
}

.card-keunggulan p {
  font-size: clamp(0.85rem, 1vw, 0.95rem);
  margin-top: 12px;
  color: #555;
  line-height: 1.6;
}


/* RESPONSIVE MOBILE */
@media (max-width: 480px) {

  /* CONTAINER */
  #keunggulan .container {
    padding: 60px 15px;
  }

  /* HEADER */
  .section-header {
    margin-bottom: 35px;
  }

  .section-header h2 {
    font-size: 26px;
  }

  .section-header p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* GRID → 1 KOLOM */
  .keunggulan-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  /* CARD */
  .card-keunggulan {
    padding: 22px;
    border-radius: 12px;
  }

  /* ICON */
  .icon-circle {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  /* TEXT */
  .card-keunggulan h3 {
    font-size: 18px;
    margin-top: 16px;
  }

  .card-keunggulan p {
    font-size: 13px;
    line-height: 1.5;
  }

}

/* ===== PRODUCT SECTION ===== */
.product-section {
  padding: 80px 0;
  background: #fff;
  position: relative;
}

.section-title {
  text-align: center;
  font-size: font-size: clamp(2rem, 3vw, 2.25rem);
  font-weight: 600;
  color: #000;
}

.subtittle {
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  color: #000;
  display: block;
  margin: 10px auto 0;
  max-width: 700px;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.6;
  text-align: center;
}

/* ===== SLIDER ===== */
.slider-wrapper {
  position: relative;
  overflow: hidden;
}

.product-slider {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 40px;
}

.product-slider::-webkit-scrollbar {
  display: none;
}

/* ===== CARD ===== */
.product-card {
  width: 250px;
  height: 400px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* ===== OVERLAY ===== */
.card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  transition: 0.4s ease;
}

.card-overlay h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: 0.4px;
  transform: translateY(20px);
  opacity: 0.9;
  transition: 0.4s ease;
}

.preview-btn {
  width: fit-content;
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 30px;
  border: none;
  background: #e60023;
  color: white;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
  transform: translateY(20px);
  opacity: 0;
}

.preview-btn:hover {
  background: #c4001f;
}

/* ===== HOVER EFFECT ===== */
.product-card:hover img {
  transform: scale(1.1);
}

.product-card:hover .card-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.35)
  );
}

.product-card:hover h3,
.product-card:hover .preview-btn {
  transform: translateY(0);
  opacity: 1;
}

/* ===== NAV BUTTON ===== */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: white;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 5;
  transition: 0.3s;
}

.nav-btn:hover {
  background: #0d3b66;
  color: white;
}

.nav-btn.left { left: 0; }
.nav-btn.right { right: 0; }

/* ===== PROGRESS BAR ===== */
.progress-bar {
  width: 100%;
  height: 4px;
  background: #ddd;
  margin-top: 25px;
  border-radius: 10px;
  overflow: hidden;
}

.progress {
  height: 100%;
  width: 0%;
  background: var(--pr-color);
  transition: width 0.3s ease;
}

/* ===== MODAL VIDEO (REVISED) ===== */

.video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal-content {
  width: 80%;
  max-width: 1000px;
  height: 80vh;               /* ⬅ bikin tinggi */
  position: relative;
  display: flex;
  align-items: center;
}

.modal-content iframe,
.modal-content video {
  width: 100%;
  height: 100%;               /* ⬅ isi tinggi modal */
  border-radius: 12px;
}

.close-modal {
  position: absolute;
  top: 12px;              /* pindah ke dalam modal */
  right: 16px;
  font-size: 32px;
  color: white;
  cursor: pointer;
  z-index: 1001;          /* ⬅ WAJIB, supaya di atas iframe */
  background: rgba(0,0,0,0.6);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.close-modal:hover {
  background: rgba(255,255,255,0.2);
}


@media (max-width: 480px) {

  /* ===== SECTION ===== */
  .product-section {
    padding: 50px 0;
  }

  .section-title {
    font-size: 20px;
  }

  .subtittle {
    font-size: 14px;
    max-width: 90%;
    line-height: 1.5;
  }

  /* ===== SLIDER ===== */
  .product-slider {
    gap: 16px;
    padding: 0 20px;
  }

  /* ===== CARD ===== */
  .product-card {
    width: 190px;
    height: 320px;
    border-radius: 12px;
  }

  /* ===== OVERLAY ===== */
  .card-overlay {
    padding: 18px;
  }

  .card-overlay h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  /* ===== PREVIEW BUTTON ===== */
  .preview-btn {
    font-size: 12px;
    padding: 6px 14px;
  }

  /* ===== NAV BUTTON ===== */
  .nav-btn {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .nav-btn.left {
    left: 5px;
  }

  .nav-btn.right {
    right: 5px;
  }

  /* ===== PROGRESS BAR ===== */
  .progress-bar {
    height: 3px;
    margin-top: 18px;
  }

  /* ===== MODAL (FIXED) ===== */
  .modal-content {
    width: 90%;
    height: 65vh;          /* ⬅ DIPERKECIL (dari 80vh) */
  }

  .close-modal {
    top: 10px;             /* ⬅ TURUN KE DALAM MODAL */
    right: 10px;
    font-size: 26px;
  }
}