
html { scroll-behavior: smooth; }
body {
  background-attachment: fixed;
  font-family: 'Poppins', sans-serif;
}
.hero-slide { transition: opacity 0.7s ease; }
.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu,
.dropdown-menu:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.section-orb::before,
.section-orb::after {
  content: '';
  position: absolute;
  border-radius: 9999px;
  filter: blur(50px);
  z-index: 0;
}
.section-orb::before {
  width: 240px;
  height: 240px;
  background: rgba(23, 135, 184, 0.16);
  top: -40px;
  right: -60px;
}
.section-orb::after {
  width: 180px;
  height: 180px;
  background: rgba(245, 192, 0, 0.14);
  bottom: -20px;
  left: -30px;
}
.product-glass-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, rgba(255,255,255,0.72), rgba(232,244,250,0.55));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(30, 136, 184, 0.18);
  box-shadow: 0 10px 28px rgba(30, 136, 184, 0.22), inset 0 1px 0 rgba(255,255,255,0.65);
}
.product-glass-btn::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.28), rgba(255,255,255,0.06));
  z-index: -1;
}
.product-glass-btn::after {
  content: '';
  position: absolute;
  top: -120%;
  left: -35%;
  width: 42%;
  height: 320%;
  transform: rotate(24deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.72), transparent);
  opacity: 0;
  transition: left 0.7s ease, opacity 0.35s ease;
}
.product-glass-btn:hover::after {
  left: 120%;
  opacity: 1;
}
.product-glass-btn:hover {
  background: linear-gradient(135deg, #1E88B8, #0B3C63);
  color: white;
  border-color: transparent;
  box-shadow: 0 18px 42px rgba(11, 60, 99, 0.38), 0 0 0 1px rgba(255,255,255,0.08) inset;
}
.nav-link { position: relative; }
.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #1E88B8, #0B3C63);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.nav-link:hover::after,
.nav-link.active-nav::after { transform: scaleX(1); }
.nav-link.active-nav { color: #0B3C63 !important; }
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
.reveal.reveal-active {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }
.reveal-delay-4 { transition-delay: 0.32s; }
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0B3C63 0%, #0E5A8E 50%, #082D4A 100%);
  transition: opacity 0.7s ease, visibility 0.7s ease;
}
.page-loader.hidden-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader-wrap { position: relative; text-align: center; }
.loader-ring {
  position: absolute;
  inset: 50%;
  width: 132px;
  height: 132px;
  transform: translate(-50%, -50%);
  border-radius: 9999px;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.05) inset;
}
.loader-ring::before {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 9999px;
  border: 3px solid rgba(255,255,255,0.12);
  border-top-color: #F4C300;
  animation: loaderSpin 1.2s linear infinite;
}
.loader-logo {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.loader-badge {
  display: flex;
  height: 84px;
  width: 84px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 4px solid rgba(255,255,255,0.82);
  background: rgba(255,255,255,0.1);
  color: white;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.22);
  animation: loaderPulse 1.8s ease-in-out infinite;
}
.loader-badge img {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.loader-title {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: white;
}
.loader-subtitle {
  font-size: 0.78rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
}
.loader-circle {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.18);
  border-top-color: #F4C300;
  border-right-color: #1E88B8;
  animation: spinCircle 1s linear infinite;
}

.loader-circle::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom-color: rgba(255, 255, 255, 0.75);
  animation: spinCircleReverse 1.4s linear infinite;
}

@keyframes spinCircle {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinCircleReverse {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes loaderSpin { to { transform: rotate(360deg); } }
@keyframes loaderPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 10px 35px rgba(0,0,0,0.22); }
  50% { transform: scale(1.04); box-shadow: 0 16px 42px rgba(0,0,0,0.28); }
}
@keyframes loaderSweep {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(260%); }
}
.float-product {
  animation: floatProduct 4s ease-in-out infinite;
}

.float-glow {
  animation: glowPulse 3.5s ease-in-out infinite;
}

@keyframes floatProduct {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-14px) scale(1.02);
  }
}

@keyframes glowPulse {
  0%, 100% {
    opacity: 0.35;
    transform: scale(1);
  }
  50% {
    opacity: 0.65;
    transform: scale(1.08);
  }
}
.page-loader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-circle-wrap {
  position: relative;
  width: 140px;
  height: 140px;
}

/* LOGO DI TENGAH */
.loader-logo-center {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 70px;
  height: auto;
  z-index: 2;
}

/* SEMI CIRCLE */
.loader-arc {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid transparent;

  /* warna brand */
  border-bottom: 3px solid #1E88B8;
  border-left: 3px solid #1E88B8;

  animation: arcRotate 1.4s ease-in-out infinite;
}

/* glow halus */
.loader-arc::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border-bottom: 3px solid rgba(30,136,184,0.25);
  border-left: 3px solid rgba(30,136,184,0.25);
  filter: blur(6px);
}

/* animasi */
@keyframes arcRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.product-detail-animate {
  animation: productSlideFade 0.45s ease both;
}

@keyframes productSlideFade {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-tab.active-product {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 25px 60px rgba(11,60,99,0.18);
  border: 2px solid rgba(30,136,184,0.25);
}

.product-tab.active-product .bg-brand-light {
  background: linear-gradient(135deg, #1E88B8, #0B3C63);
}

.product-tab.active-product h3 {
  color: #0B3C63;
}
.map-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 800;
  color: #0B3C63;
}

.map-pin span {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #F4C300;
  box-shadow: 0 0 0 6px rgba(244, 195, 0, 0.22);
}

.map-pin span::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  border: 2px solid rgba(244, 195, 0, 0.55);
  animation: mapPulse 1.8s infinite;
}

@keyframes mapPulse {
  0% {
    transform: scale(0.7);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .map-pin p {
    display: none;
  }

  .map-pin span {
    width: 10px;
    height: 10px;
  }
}
/* PRODUCT PAGE PREMIUM COLOR */
body[data-page="products"] main > section {
  background:
    radial-gradient(circle at 15% 10%, rgba(30,136,184,0.18), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(244,195,0,0.16), transparent 26%),
    linear-gradient(135deg, #eef7fc 0%, #ffffff 42%, #e7f5fb 100%) !important;
}

body[data-page="products"] .product-tab {
  border: 1px solid rgba(30,136,184,0.14);
  background: linear-gradient(180deg, #ffffff 0%, #f3f9fd 100%);
  box-shadow: 0 18px 45px rgba(11,60,99,0.10);
}

body[data-page="products"] .product-tab:hover {
  box-shadow: 0 25px 60px rgba(30,136,184,0.20);
}

body[data-page="products"] .product-tab-image,
body[data-page="products"] .product-tab > div:first-child {
  background:
    radial-gradient(circle at top right, rgba(244,195,0,0.22), transparent 32%),
    linear-gradient(135deg, #eaf6fc 0%, #ffffff 100%) !important;
}

body[data-page="products"] .product-tab.active-product {
  border: 2px solid rgba(30,136,184,0.45);
  background: linear-gradient(135deg, #ffffff 0%, #e8f6fc 100%);
  box-shadow: 0 30px 70px rgba(30,136,184,0.25);
}

body[data-page="products"] .product-tab.active-product .product-tab-image,
body[data-page="products"] .product-tab.active-product > div:first-child {
  background:
    radial-gradient(circle at top right, rgba(244,195,0,0.35), transparent 34%),
    linear-gradient(135deg, #1E88B8 0%, #0B3C63 100%) !important;
}

body[data-page="products"] #productDetailArea {
  border-radius: 2.5rem;
  padding: 28px;
  background:
    radial-gradient(circle at top left, rgba(30,136,184,0.16), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(232,246,252,0.92));
  border: 1px solid rgba(30,136,184,0.12);
  box-shadow: 0 28px 70px rgba(11,60,99,0.12);
}

body[data-page="products"] #productDetailArea > div:first-child > div:first-child {
  background:
    radial-gradient(circle at center, rgba(244,195,0,0.12), transparent 35%),
    linear-gradient(135deg, #ffffff, #eef8fc);
}

body[data-page="products"] #productTitle {
  color: #0B3C63;
}

body[data-page="products"] #productDescription {
  color: #41536b;
}

body[data-page="products"] #subProductTabs .sub-product-tab {
  box-shadow: 0 10px 24px rgba(11,60,99,0.06);
}

body[data-page="products"] #productSpecs tr:nth-child(even) td {
  background: #eef7fc;
}

body[data-page="products"] #productSpecs tr:nth-child(odd) td:first-child {
  background: #f6fbfe;
}

body[data-page="products"] #productApplications > * {
  background: linear-gradient(180deg, #ffffff 0%, #eef7fc 100%);
  border: 1px solid rgba(30,136,184,0.12);
  box-shadow: 0 18px 40px rgba(11,60,99,0.10);
}
/* =========================================================
   PREMIUM INDUSTRIAL PRODUCT EFFECT
========================================================= */

body[data-page="products"] main {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(30,136,184,0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(244,195,0,0.12), transparent 26%);
}

/* GRID BACKGROUND */
body[data-page="products"] main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;

  background-image:
    linear-gradient(rgba(30,136,184,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30,136,184,0.08) 1px, transparent 1px);

  background-size: 60px 60px;

  animation: movingGrid 18s linear infinite;
}

@keyframes movingGrid {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 60px;
  }
}

/* FLOATING LIGHT */
body[data-page="products"] main::after {
  content: "";
  position: fixed;
  width: 520px;
  height: 520px;
  top: 10%;
  right: -180px;
  z-index: -1;
  border-radius: 999px;

  background: radial-gradient(
    circle,
    rgba(30,136,184,0.22),
    transparent 70%
  );

  filter: blur(20px);

  animation: floatingLight 7s ease-in-out infinite;
}

@keyframes floatingLight {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(40px);
  }
}

/* =========================================================
   PRODUCT CARD
========================================================= */

body[data-page="products"] .product-tab {
  position: relative;
  overflow: hidden;

  border: 1px solid rgba(30,136,184,0.12);

  background:
    linear-gradient(180deg,#ffffff 0%,#eef7fc 100%);

  transition:
    transform .45s ease,
    box-shadow .45s ease,
    border-color .45s ease;

  transform-style: preserve-3d;
}

/* SHINE EFFECT */
body[data-page="products"] .product-tab::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -40%;
  width: 70%;
  height: 320%;

  background: rgba(255,255,255,0.30);

  transform: rotate(25deg);

  transition: .8s ease;
}

/* GLOW EFFECT */
body[data-page="products"] .product-tab::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  background:
    radial-gradient(circle at top right,
    rgba(244,195,0,0.22),
    transparent 35%);

  opacity: 0;

  transition: .4s ease;
}

/* HOVER */
body[data-page="products"] .product-tab:hover {
  transform:
    perspective(1000px)
    rotateX(5deg)
    rotateY(-5deg)
    translateY(-14px)
    scale(1.03);

  box-shadow:
    0 40px 80px rgba(11,60,99,0.22);

  border-color: rgba(30,136,184,0.35);
}

body[data-page="products"] .product-tab:hover::before {
  left: 150%;
}

body[data-page="products"] .product-tab:hover::after {
  opacity: 1;
}

/* IMAGE FLOAT */
body[data-page="products"] .product-tab img {
  transition:
    transform .5s ease,
    filter .5s ease;
}

body[data-page="products"] .product-tab:hover img {
  transform:
    scale(1.08)
    translateY(-6px);

  filter: drop-shadow(0 20px 35px rgba(30,136,184,0.20));
}

/* ACTIVE CARD */
body[data-page="products"] .product-tab.active-product {
  background:
    linear-gradient(135deg,#0B3C63 0%,#1E88B8 100%);

  box-shadow:
    0 30px 70px rgba(30,136,184,0.35);

  border-color: rgba(255,255,255,0.18);
}

body[data-page="products"] .product-tab.active-product h3 {
  color: white;
}

body[data-page="products"] .product-tab.active-product .product-tab-image,
body[data-page="products"] .product-tab.active-product > div:first-child {
  background:
    radial-gradient(circle at top right,
    rgba(244,195,0,0.35),
    transparent 35%),
    linear-gradient(135deg,#0F4E7B,#0B3C63) !important;
}

/* =========================================================
   FEATURED PRODUCT
========================================================= */

body[data-page="products"] #productDetailArea {
  position: relative;
  overflow: hidden;

  background:
    linear-gradient(135deg,
    rgba(255,255,255,0.95),
    rgba(236,247,252,0.96));

  border: 1px solid rgba(30,136,184,0.10);

  box-shadow:
    0 35px 70px rgba(11,60,99,0.12);
}

/* FLOATING CIRCLE */
body[data-page="products"] #productDetailArea::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -120px;
  top: -120px;

  border-radius: 999px;

  background:
    radial-gradient(circle,
    rgba(244,195,0,0.22),
    transparent 70%);

  animation: floatingLight 6s ease-in-out infinite;
}

/* PRODUCT IMAGE FLOAT */
body[data-page="products"] #productImage {
  animation: floatingProduct 4s ease-in-out infinite;
}

@keyframes floatingProduct {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
/* =========================================================
   HOME PAGE PREMIUM POLISH
========================================================= */

body[data-page="home"] main {
  overflow: hidden;
}



/* HERO BUTTON PREMIUM */
body[data-page="home"] #home a {
  position: relative;
  overflow: hidden;
}

body[data-page="home"] #home a::after {
  content: "";
  position: absolute;
  top: -80%;
  left: -40%;
  width: 50%;
  height: 260%;
  background: rgba(255,255,255,0.28);
  transform: rotate(25deg);
  transition: 0.7s ease;
}

body[data-page="home"] #home a:hover::after {
  left: 140%;
}

/* CERTIFICATION FLOAT CARD */
body[data-page="home"] #home .absolute.inset-x-0.bottom-0 > div {
  animation: certFloat 4s ease-in-out infinite;
  border: 1px solid rgba(255,255,255,0.26);
}

@keyframes certFloat {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* GENERAL SECTION AMBIENCE */
body[data-page="home"] section:not(#home) {
  position: relative;
}

body[data-page="home"] #about {
  background:
    radial-gradient(circle at top left, rgba(30,136,184,0.10), transparent 30%),
    radial-gradient(circle at bottom right, rgba(244,195,0,0.10), transparent 28%);
  border-radius: 2.5rem;
}

/* ABOUT IMAGE PREMIUM */
body[data-page="home"] #about img {
  transition: 0.7s ease;
}

body[data-page="home"] #about .relative.overflow-hidden:hover img {
  transform: scale(1.08);
}

body[data-page="home"] #about .rounded-2xl {
  transition: 0.35s ease;
}

body[data-page="home"] #about .rounded-2xl:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(30,136,184,0.16);
}



/* WHY CHOOSE US CARD GLOW */
body[data-page="home"] #why .rounded-2xl {
  transition: 0.35s ease;
}

body[data-page="home"] #why .rounded-2xl:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.14);
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
}



/* CTA FINAL CARD */
body[data-page="home"] section:last-of-type > div:last-child {
  background:
    radial-gradient(circle at top left, rgba(30,136,184,0.12), transparent 32%),
    radial-gradient(circle at bottom right, rgba(244,195,0,0.16), transparent 30%),
    #ffffff;
}

/* MOBILE SAFE */
@media (max-width: 768px) {
  body[data-page="home"] #home h2 {
    font-size: 2.6rem;
  }

  body[data-page="home"] .hero-slide img {
    animation-duration: 16s;
  }

  body[data-page="home"] #home .absolute.inset-x-0.bottom-0 > div {
    animation: none;
  }
}
/* =========================================================
   ABOUT PAGE PREMIUM POLISH
========================================================= */

body[data-page="about"] main {
  overflow: hidden;
}



/* JOURNEY TIMELINE PREMIUM */
body[data-page="about"] section:nth-of-type(2) .grid.grid-cols-7 > div {
  transition: 0.35s ease;
}

body[data-page="about"] section:nth-of-type(2) .grid.grid-cols-7 > div:hover {
  transform: translateY(-10px);
}

body[data-page="about"] section:nth-of-type(2) .grid.grid-cols-7 > div > div:nth-child(2) {
  transition: 0.35s ease;
}

body[data-page="about"] section:nth-of-type(2) .grid.grid-cols-7 > div:hover > div:nth-child(2) {
  box-shadow:
    0 0 0 10px rgba(30,136,184,0.10),
    0 22px 45px rgba(30,136,184,0.35);
  transform: scale(1.05);
}

/* VISION MISSION */
body[data-page="about"] section:nth-of-type(3) {
  position: relative;
  overflow: hidden;
}

body[data-page="about"] section:nth-of-type(3)::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -160px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(244,195,0,0.20), transparent 65%);
  animation: aboutFloat 7s ease-in-out infinite;
}

body[data-page="about"] section:nth-of-type(3) .rounded-\[2rem\] {
  transition: 0.35s ease;
}

body[data-page="about"] section:nth-of-type(3) .rounded-\[2rem\]:hover {
  transform: translateY(-10px);
  background: rgba(255,255,255,0.16);
  box-shadow: 0 30px 70px rgba(0,0,0,0.25);
}

/* MAP CARD */
body[data-page="about"] .map-pin span {
  animation: mapPinGlow 1.8s infinite;
}

@keyframes mapPinGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(244,195,0,0.45);
  }
  100% {
    box-shadow: 0 0 0 14px rgba(244,195,0,0);
  }
}

/* QUALITY R&D IMAGE GRID */
body[data-page="about"] section:nth-of-type(5) img {
  transition: 0.55s ease;
}

body[data-page="about"] section:nth-of-type(5) img:hover {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 28px 65px rgba(30,136,184,0.22);
}

/* CERTIFICATION CARDS */
body[data-page="about"] section:nth-of-type(6) .grid > div {
  transition: 0.35s ease;
  background: linear-gradient(180deg,#ffffff 0%,#eef7fc 100%);
}

body[data-page="about"] section:nth-of-type(6) .grid > div:hover {
  transform: translateY(-8px);
  border-color: rgba(30,136,184,0.25);
  box-shadow: 0 24px 55px rgba(30,136,184,0.18);
}

/* FLOAT ANIMATION */
@keyframes aboutFloat {
  0%,100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(35px) scale(1.06);
  }
}

/* MOBILE SAFE */
@media (max-width: 768px) {
  body[data-page="about"] h1 {
    font-size: 2.6rem;
  }

  body[data-page="about"] section:nth-of-type(3)::before {
    width: 280px;
    height: 280px;
    right: -120px;
  }
}
/* =========================================================
   JOURNEY CLEAN PREMIUM - FINAL
========================================================= */

.journey-clean-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0 90px;
  background:
    radial-gradient(circle at 88% 5%, rgba(244,195,0,0.22), transparent 22%),
    radial-gradient(circle at 12% 20%, rgba(30,136,184,0.14), transparent 24%),
    linear-gradient(135deg, #f3faff 0%, #ffffff 48%, #eef7fc 100%);
}

.journey-clean-bg-left,
.journey-clean-bg-right {
  position: absolute;
  bottom: 0;
  width: 34%;
  height: 100%;
  opacity: 0.11;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
}

.journey-clean-bg-left {
  left: 0;
  background-image:
    linear-gradient(to right, rgba(238,247,252,0.15), rgba(255,255,255,0.92)),
    url("assets/img/about.jpg");
}

.journey-clean-bg-right {
  right: 0;
  background-image:
    linear-gradient(to left, rgba(238,247,252,0.15), rgba(255,255,255,0.92)),
    url("assets/img/galery7.jpg");
}

.journey-clean-glow {
  position: absolute;
  right: -160px;
  top: -150px;
  width: 500px;
  height: 500px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(244,195,0,0.25), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
}

.journey-clean-dots {
  position: absolute;
  width: 160px;
  height: 160px;
  background-image: radial-gradient(rgba(30,136,184,0.38) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  opacity: 0.25;
  pointer-events: none;
}

.journey-clean-dots-left {
  left: 7%;
  bottom: 9%;
}

.journey-clean-dots-right {
  right: 8%;
  top: 18%;
}

/* timeline */
.journey-clean-timeline {
  position: relative;
  min-width: 1280px;
  height: 520px;
  padding: 0 80px;
}

.journey-clean-line {
  position: absolute;
  left: 8%;
  right: 10%;
  top: 50%;
  height: 7px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, #0B3C63 0%, #0A74FF 45%, #25B8FF 100%);
  box-shadow: 0 12px 30px rgba(30,136,184,0.28);
}

.journey-clean-item {
  position: absolute;
  top: 50%;
  width: 210px;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* year circle */
.journey-year-circle {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  display: flex;
  width: 118px;
  height: 118px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 8px solid #25B8FF;
  background: radial-gradient(circle at 35% 30%, #168fff, #004da8 75%);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  box-shadow:
    0 18px 40px rgba(30,136,184,0.28),
    0 0 0 7px rgba(255,255,255,0.82);
  transition: 0.35s ease;
}

.journey-year-active {
  background: radial-gradient(circle at 35% 30%, #25B8FF, #005bea 75%);
  box-shadow:
    0 20px 45px rgba(30,136,184,0.36),
    0 0 0 16px rgba(30,136,184,0.12),
    0 0 0 7px rgba(255,255,255,0.85);
}

.journey-year-circle:hover {
  transform: translateY(-8px) scale(1.06);
}

/* icons */
.journey-icon-box {
  position: absolute;
  left: 50%;
  bottom: 235px;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255,255,255,0.96);
  color: #0A74FF;
  box-shadow: 0 16px 40px rgba(11,60,99,0.12);
}

.journey-icon-box svg {
  width: 30px;
  height: 30px;
}

.journey-icon-bottom {
  top: 235px;
  bottom: auto;
}

/* text */
.journey-text {
  position: absolute;
  left: 50%;
  width: 210px;
  transform: translateX(-50%);
  color: #0f1b3d;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.journey-text-top {
  bottom: 155px;
}

.journey-text-bottom {
  top: 155px;
}

.journey-text-last {
  top: 155px;
}

/* connector */
.journey-connector {
  position: absolute;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #0A74FF;
  box-shadow: 0 0 0 6px rgba(10,116,255,0.10);
  z-index: 4;
}

.journey-connector-top {
  bottom: 132px;
}

.journey-connector-bottom {
  top: 132px;
}

.journey-connector::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 42px;
  transform: translateX(-50%);
  border-left: 2px dotted #0A74FF;
}

.journey-connector-top::before {
  top: -42px;
}

.journey-connector-bottom::before {
  bottom: -42px;
}

/* mobile */
@media (max-width: 768px) {
  .journey-clean-section {
    padding: 64px 0;
  }

  .journey-clean-bg-left,
  .journey-clean-bg-right,
  .journey-clean-dots {
    display: none;
  }

  .journey-clean-timeline {
    min-width: 1180px;
    height: 500px;
    padding: 0 70px;
  }

  .journey-year-circle {
    width: 104px;
    height: 104px;
    font-size: 30px;
  }

  .journey-clean-item {
    width: 190px;
  }

  .journey-text {
    width: 190px;
    font-size: 13px;
  }
}
/* =========================================================
   VISION MISSION PREMIUM COMPACT
========================================================= */

.vision-pro-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(244,195,0,0.18), transparent 24%),
    radial-gradient(circle at 20% 80%, rgba(30,136,184,0.25), transparent 28%),
    linear-gradient(135deg, #07345A 0%, #0B5F93 52%, #1E88B8 100%);
}

.vision-pro-glow {
  position: absolute;
  right: -120px;
  top: -120px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(244,195,0,0.22), transparent 70%);
  filter: blur(18px);
}

.vision-pro-pattern {
  position: absolute;
  left: 6%;
  bottom: 10%;
  width: 170px;
  height: 170px;
  background-image: radial-gradient(rgba(255,255,255,0.25) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  opacity: 0.35;
}

.vision-pro-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: start;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.16), rgba(255,255,255,0.08));
  padding: 28px;
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 55px rgba(0,0,0,0.18);
  transition: 0.35s ease;
}

.vision-pro-card:hover {
  transform: translateY(-8px);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.22), rgba(255,255,255,0.10));
  box-shadow: 0 32px 70px rgba(0,0,0,0.24);
}

.vision-pro-icon {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  background: rgba(255,255,255,0.14);
  color: #F4C300;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.10);
}

@media (max-width: 768px) {
  .vision-pro-section {
    padding: 56px 0;
  }

  .vision-pro-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .vision-pro-pattern {
    display: none;
  }
}
/* WHY CARD ACTIVE EFFECT */

.why-card {
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  cursor: pointer;
}

.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(244,195,0,0.18),
      rgba(255,255,255,0.02)
    );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.why-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background:
    linear-gradient(
      135deg,
      rgba(244,195,0,0.95),
      rgba(255,255,255,0.1)
    );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  opacity: 0;
  transition: opacity 0.35s ease;
}

.why-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow:
    0 20px 45px rgba(244,195,0,0.18),
    0 10px 25px rgba(0,0,0,0.20);
  background: rgba(255,255,255,0.12);
}

.why-card:hover::before,
.why-card:hover::after {
  opacity: 1;
}

.why-card:hover h3 {
  color: #FFD84D;
}

.why-card h3,
.why-card p {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
/* VIEW DETAILS BUTTON - Warna sesuai lampiran */
#products span.inline-flex {
  display: inline-flex;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  font-weight: 900;
  color: #ffffff;
  background: rgb(17, 87, 129); /* warna baru */
  transition: all 0.3s ease;
  cursor: pointer;
}

#products span.inline-flex:hover {
  background: rgb(17, 87, 129, 0.85); /* sedikit transparansi saat hover */
  color: #ffffff;
  transform: translateY(-2px);
}
/* =============================
   KEY PRODUCT HIGHLIGHTS SECTION
   ============================= */
#products {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background:
    radial-gradient(circle at top left, rgba(30,136,184,0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(244,195,0,0.08), transparent 30%);
}

#products .text-center h2 {
  font-weight: 900;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  background: linear-gradient(90deg, #2f3192, #FFD700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0.5rem;
}

#products .text-center p {
  max-width: 3xl;
  margin: 1rem auto 0;
  color: #475569;
  font-size: 1.125rem;
  line-height: 1.8;
}

/* GRID */
#products .mt-14.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

#products .mt-6.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

/* CARD STYLING */
#products a.group {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
  background: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 24px 60px rgba(11,60,99,0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

/* Card hover */
#products a.group:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 35px 80px rgba(47,49,146,0.25);
  border-color: rgba(255,215,0,0.45);
}

/* Card image */
#products .catalogue-cover img,
#products a.group img {
  width: auto;
  max-height: 240px;
  object-fit: contain;
  transition: transform 0.5s ease;
}

#products a.group:hover img {
  transform: scale(1.12) translateY(-4px);
}

/* Card content */
#products p.text-xs,
#products .catalogue-category {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #64748b;
}

#products h3 {
  font-weight: 800;
  font-size: 1.5rem;
  color: #0f172a;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
/* ============================
   KEY PRODUCT HIGHLIGHTS - MOBILE FIX
   ============================ */
@media (max-width: 640px) {

  /* Buat grid 1 kolom untuk semua card */
  #products .mt-14.grid,
  #products .mt-6.grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  /* Perbesar padding di dalam card agar lebih lega */
  #products a.group {
    padding: 1.25rem;
  }

  /* Gambar lebih proporsional di mobile */
  #products a.group img {
    max-height: 200px;
    margin: 0 auto;
  }

  /* Judul card lebih kecil tapi tetap tebal */
  #products a.group h3 {
    font-size: 1.5rem;
  }

  /* Teks deskripsi lebih kecil, line-height lebih rapih */
  #products a.group p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  /* Tombol lebih lebar dan mudah di-tap */
  #products a.group span.inline-flex {
    width: 100%;
    justify-content: center;
    padding: 0.75rem 0;
    font-size: 0.95rem;
  }

  /* Margin atas tombol lebih besar */
  #products a.group span.inline-flex {
    margin-top: 1rem;
  }

  /* Heading section lebih ramah mobile */
  #products .text-center h2 {
    font-size: 2rem;
  }

  #products .text-center p {
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 0 1rem;
  }
}