/*==============================================================
  HedPro - Tema Warna #004aad & Putih
  File ini dimuat SETELAH style.css dan hanya meng-override warna.
  Ganti nilai --brand di bawah untuk mengubah warna utama sekaligus.
================================================================*/
:root,
.cs_version8 {
  --brand: #004aad;
  --brand-dark: #00367f;
  --brand-soft: rgba(0, 74, 173, 0.08);
  --accent-color: var(--brand);
  --primary-color: #0a1f44;
}

::selection {
  background: var(--brand);
  color: #fff;
}

/* ---------- Header ---------- */
.cs_version8 .cs_site_header .cs_border,
.cs_version8 .cs_site_header .cs_serch {
  color: var(--brand);
}

/* ---------- Hero ---------- */
.cs_hero_style_8::after {
  background-color: var(--brand);
}
.cs_hero_style_8 .cs_right_hero::before {
  background: rgba(255, 255, 255, 0.12);
}
@media (max-width: 991px) {
  .cs_hero_style_8 .cs_right_hero {
    background-color: var(--brand);
  }
}

/* ---------- Section biru (produk + counter) ---------- */
.cs_card_style_8 {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
}
.cs_card_style_8 .cs_card_img::before {
  background: #fff;
}
.cs_card_style_8 .cs_card_img::after {
  background: rgba(255, 255, 255, 0.45);
}
.cs_card_style_8 .cs_rating::before {
  color: rgba(255, 255, 255, 0.35);
}
.cs_card_style_8 .cs_rating .cs_rating_percentage {
  color: #fff;
}
.cs_card_style_8 .cs_btn_style_2 {
  background-color: #fff;
  color: var(--brand);
}
.cs_counter_wrapper_2 .cs_counter_number,
.cs_counter_wrapper_2 .cs_accent_color {
  color: #fff !important;
}
.cs_counter_wrapper_2 .cs_counter_style_2 p {
  color: rgba(255, 255, 255, 0.8);
}
.cs_counter_wrapper_2 .cs_counter_style_2::after {
  background-color: rgba(255, 255, 255, 0.25);
}
.cs_counter_wrapper_2 .cs_counter_style_2:hover::after {
  background-color: #fff;
}

/* ---------- FAQ ---------- */
.cs_accordian_wrapper_4 .cs_accordian_btn {
  background: var(--brand);
}
.cs_accordian_wrapper_4::after {
  background: var(--brand-soft);
}

/* ---------- Slider ---------- */
.cs_card_style_9::before {
  background: rgba(0, 30, 80, 0.35);
}

/* ---------- Footer ---------- */
.cs_footer_style_8 {
  background-color: var(--brand);
}
.cs_footer_style_8 .cs_newslatter {
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 40, 100, 0.18);
  border: 1px solid rgba(0, 74, 173, 0.12);
}
.cs_footer_style_8 .cs_newslatter h3,
.cs_footer_style_8 .cs_newslatter p {
  color: var(--brand) !important;
}
.cs_footer_style_8 .cs_newslatter p {
  opacity: 0.8;
}
.cs_footer_style_8 .cs_newslatter .cs_newslatter_input input {
  border: 1px solid rgba(0, 74, 173, 0.35);
}
.cs_footer_style_8 .cs_newslatter .cs_btn_style_2 {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}
.cs_footer_style_8 .cs_newslatter .cs_btn_style_2:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}
.cs_footer_style_8 .cs_newslatter .cs_shape_1 img,
.cs_footer_style_8 .cs_newslatter .cs_shape_2 img,
.cs_footer_style_8 .cs_newslatter .cs_shape_3 img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(89%) saturate(2700%) hue-rotate(207deg);
  opacity: 0.12;
}
.cs_footer_style_8 .cs_footer_top .cs_icon {
  background-color: #fff !important;
  color: var(--brand) !important;
}
.cs_footer_style_8 .cs_footer_top_in {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.cs_footer_style_8 .cs_footer_widget_menu li a::before {
  border-bottom-color: #fff;
}
.cs_footer_style_8 .cs_footer_widget_menu li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.cs_footer_style_8 .cs_footer_widget_title::before {
  background: rgba(255, 255, 255, 0.35);
}
.cs_footer_style_8 .cs_social_icons a {
  background-color: #fff !important;
  color: var(--brand) !important;
}
.cs_footer_style_8 .cs_social_icons a:hover {
  background-color: var(--brand-dark) !important;
  color: #fff !important;
}
.cs_footer_style_8 .cs_footer_bottom {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.cs_footer_style_8 p,
.cs_footer_style_8 a {
  color: rgba(255, 255, 255, 0.9);
}

/* ---------- Misc ---------- */
.cs_scrollup {
  background-color: var(--brand);
  color: #fff;
}
.cs_preloader_circle span {
  border-color: var(--brand);
}

/*==============================================================
  UPDATE: Font Poppins, ukuran gambar hero, tombol standar
================================================================*/
:root,
.cs_version8 {
  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Poppins", sans-serif;
  --btn-radius: 10px;
}
body,
html {
  font-family: "Poppins", sans-serif;
  line-height: 1.7em;
}
.cs_version8 h1,
.cs_version8 h2,
.cs_version8 h3,
.cs_version8 h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* Ukuran judul lebih proporsional untuk Poppins */
.cs_version8 .cs_fs_72 { font-size: 52px; line-height: 1.2em; }
.cs_version8 .cs_fs_55 { font-size: 42px; line-height: 1.25em; }
.cs_version8 .cs_fs_45 { font-size: 34px; line-height: 1.3em; }
.cs_version8 .cs_fs_40 { font-size: 30px; }
.cs_version8 .cs_fs_33,
.cs_version8 .cs_fs_30 { font-size: 24px; }
.cs_version8 .cs_fs_24 { font-size: 20px; }
.cs_version8 .cs_fs_22 { font-size: 18px; }
@media (max-width: 991px) {
  .cs_version8 .cs_fs_72 { font-size: 38px; }
  .cs_version8 .cs_fs_55 { font-size: 32px; }
  .cs_version8 .cs_fs_45 { font-size: 28px; }
}
.cs_counter_wrapper_2 .cs_counter_number { font-size: 64px !important; font-weight: 600; }
.cs_iconbox_style_11 p,
.cs_iconbox_style_12 p { font-size: 14px; line-height: 1.7em; }

/* ---------- Gambar hero: tidak kebesaran ---------- */
.cs_hero_style_8 .cs_right_hero .cs_right_hero_img {
  right: 150px;
  text-align: center;
}
.cs_hero_style_8 .cs_right_hero .cs_right_hero_img img {
  width: 100%;
  max-width: 380px;
  max-height: 540px;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0, 30, 80, 0.25));
}
.cs_hero_style_8 .cs_hero_img_details {
  top: 22%;
}
@media (max-width: 1399px) {
  .cs_hero_style_8 .cs_right_hero .cs_right_hero_img img { max-width: 330px; }
}
@media (max-width: 991px) {
  .cs_hero_style_8 .cs_right_hero .cs_right_hero_img img { max-width: 260px; }
}

/* ---------- Tombol standar dengan rounded ---------- */
.hy_btn.cs_border,
.cs_hero_style_8 .hy_btn.cs_border,
.cs_site_header.cs_style_8 .cs_main_header_right .hy_btn.cs_border {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: var(--btn-radius);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  background-color: var(--brand);
  color: #fff;
  box-shadow: 0 6px 16px rgba(0, 74, 173, 0.22);
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.hy_btn.cs_border::before,
.hy_btn.cs_border::after,
.hy_btn.cs_border .top-border,
.hy_btn.cs_border .bottom-border {
  display: none !important;
}
.hy_btn.cs_border i {
  padding-left: 8px;
  font-size: 12px;
}
.hy_btn.cs_border:hover,
.cs_hero_style_8 .hy_btn.cs_border:hover {
  background-color: var(--brand-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 74, 173, 0.3);
}
/* Tombol header (di atas area biru) */
.cs_site_header.cs_style_8 .cs_main_header_right .hy_btn_light.cs_border {
  background-color: #fff;
  color: var(--brand);
  box-shadow: 0 6px 16px rgba(0, 20, 60, 0.18);
}
.cs_site_header.cs_style_8 .cs_main_header_right .hy_btn_light.cs_border:hover {
  background-color: #eaf1fb;
  color: var(--brand);
}
.cs_site_header.cs_style_8.cs_sticky_active .cs_main_header_right .hy_btn_light.cs_border {
  background-color: var(--brand);
  color: #fff;
}

/* Tombol isi (Konsultasi, Kirim) */
.cs_version8 .cs_btn_style_2 {
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--btn-radius);
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.cs_version8 .cs_btn_style_2::before,
.cs_version8 .cs_btn_style_2::after {
  display: none;
}
.cs_version8 .cs_btn_style_2:hover {
  background-color: var(--brand-dark);
  color: #fff;
  transform: translateY(-2px);
}
.cs_card_style_8 .cs_btn_style_2:hover {
  background-color: var(--brand-dark);
  color: #fff;
}
.cs_footer_style_8 .cs_newslatter .cs_newslatter_input input {
  border-radius: var(--btn-radius) 0 0 var(--btn-radius);
}
.cs_footer_style_8 .cs_newslatter .cs_btn_style_2 {
  border-radius: 0 var(--btn-radius) var(--btn-radius) 0;
}

/* Tombol garis (Tanya Produk) */
.cs_version8 .cs_btn_style_3 {
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--btn-radius);
  border: 1.5px solid var(--brand);
  color: var(--brand);
}
.cs_version8 .cs_btn_style_3:hover {
  background-color: var(--brand);
  color: #fff;
}

/* Sub-judul pill & navigasi */
.cs_version8 .cs_section_subtitle { font-weight: 500; }
.cs_site_header.cs_style_8 .cs_nav_list > li > a { font-weight: 500; font-size: 15px; }

/* Paksa Poppins di semua elemen teks (ikon tetap memakai Font Awesome) */
body *:not(i):not(.fa):not([class*="fa-"]) {
  font-family: "Poppins", sans-serif;
}

/* Kartu produk & slider lebih rapi */
.cs_product_style_2 {
  border-radius: 16px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.cs_product_style_2:hover {
  box-shadow: 0 14px 30px rgba(0, 40, 100, 0.1);
  transform: translateY(-3px);
}
.cs_product_style_2 .cs_fs_20 {
  font-size: 15px;
  color: #6b7280;
}
.cs_banner_slider .slick-track { display: flex; }
.cs_banner_slider .slick-slide { height: auto; }
.cs_banner_slider .slick-slide > div,
.cs_banner_slider .cs_slide,
.cs_banner_slider .cs_card_style_9 { height: 100%; }
.cs_accordian_wrapper_4 .cs_accordian_btn { border-radius: 14px; }

/*==============================================================
  UPDATE 3: Header & Hero (section 1) lebih rapi
================================================================*/
/* Header sejajar dengan konten */
@media (min-width: 1400px) {
  .cs_site_header.cs_style_8 .container { max-width: 1320px; }
}
.cs_site_header.cs_style_8 .cs_main_header_in { gap: 30px; }
.cs_site_header.cs_style_8 .cs_main_header_center { margin-right: auto; margin-left: 40px; }
.cs_site_header.cs_style_8 .cs_nav_list > li { margin-right: 36px; }
.cs_site_header.cs_style_8 .cs_nav_list > li:last-child { margin-right: 0; }
.cs_site_header.cs_style_8 .cs_main_header_right { gap: 24px; }
@media (max-width: 1199px) {
  .cs_site_header.cs_style_8 .cs_nav_list > li { margin-right: 24px; }
}

/* Hero */
.hy_hero.cs_hero_style_8 {
  padding: 160px 0 110px;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hy_hero.cs_hero_style_8 > .container { width: 100%; }
.hy_hero.cs_hero_style_8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 61%;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.9) 45%, rgba(255,255,255,0.72) 100%),
    url("../img/hygenes/hero_bg.jpg") center / cover no-repeat;
  z-index: 0;
}
.hy_hero.cs_hero_style_8::after {
  width: 39%;
  background:
    radial-gradient(circle at 65% 45%, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 55%),
    var(--brand);
  z-index: 0;
}
.hy_hero .container { position: relative; z-index: 2; }

.hy_hero_content { max-width: 560px; }
.hy_hero_content .cs_hero_title {
  margin-bottom: 22px;
  color: var(--primary-color);
}
.hy_hero_desc {
  font-size: 17px;
  line-height: 1.75em;
  color: #4b5563;
  margin-bottom: 36px;
  max-width: 500px;
}

.hy_hero_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
.hy_hero_img { flex: 0 0 auto; }
.hy_hero_img img {
  display: block;
  width: 360px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 32px rgba(0, 30, 80, 0.28));
}
.hy_hero_points {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  flex: 0 0 auto;
}
.hy_hero_points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}
.hy_hero_points li:last-child { border-bottom: 0; }
.hy_hero_points i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  color: var(--brand);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
}

@media (max-width: 1399px) {
  .hy_hero_img img { width: 320px; }
  .hy_hero_right { gap: 28px; }
}
@media (max-width: 1199px) {
  .hy_hero.cs_hero_style_8::before { width: 55%; }
  .hy_hero.cs_hero_style_8::after { width: 45%; }
  .hy_hero_img img { width: 270px; }
  .hy_hero_points li { font-size: 14px; }
}
@media (max-width: 991px) {
  .hy_hero.cs_hero_style_8 { padding: 130px 0 0; min-height: 0; display: block; }
  .hy_hero.cs_hero_style_8::before { width: 100%; height: 640px; bottom: auto; }
  .hy_hero_content { margin-bottom: 50px; }
  .hy_hero_right {
    flex-direction: column;
    gap: 24px;
    background: var(--brand);
    margin: 0 calc(var(--bs-gutter-x) * -0.5);
    padding: 40px 20px;
    border-radius: 20px 20px 0 0;
  }
  .hy_hero_img img { width: 260px; }
}

/*==============================================================
  UPDATE 4: Hero produk lebih besar + halaman About/Products/Blog/Contact
================================================================*/
/* Menu aktif */
.cs_site_header.cs_style_8 .cs_nav_list > li > a.hy_active { color: var(--brand); position: relative; }
.cs_site_header.cs_style_8 .cs_nav_list > li > a.hy_active {
  text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 8px;
}

/* Hero: produk lebih besar, poin di kanan tidak tertutup */
.hy_hero.cs_hero_style_8 { min-height: 820px; padding: 140px 0 70px; }
.hy_hero_right {
  justify-content: space-between;
  gap: 28px;
  margin-left: -70px;
}
.hy_hero_img {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}
.hy_hero_img img {
  width: auto;
  max-width: 100%;
  height: 620px;
  object-fit: contain;
}
.hy_hero_points { flex: 0 0 215px; }
.hy_hero_points li { white-space: normal; font-size: 15px; }
@media (max-width: 1399px) {
  .hy_hero_img img { height: 560px; width: auto; }
  .hy_hero_points { flex-basis: 190px; }
}
@media (max-width: 1199px) {
  .hy_hero_right { margin-left: -40px; gap: 18px; }
  .hy_hero_img img { height: 480px; width: auto; }
  .hy_hero_points { flex-basis: 165px; }
  .hy_hero_points li { font-size: 13px; gap: 8px; }
}
@media (max-width: 991px) {
  .hy_hero_right { margin-left: calc(var(--bs-gutter-x) * -0.5); }
  .hy_hero_img img { height: auto; width: 300px; }
  .hy_hero_points { flex-basis: auto; }
}

/* Utilitas */
.hy_mt_30 { margin-top: 30px; }
.hy_mt_40 { margin-top: 40px; }
.hy_mt_50 { margin-top: 50px; }
.hy_mt_70 { margin-top: 70px; }
.hy_muted { color: #6b7280; }
.hy_soft_bg { background: #f3f8ff; }
.hy_section_desc { max-width: 760px; margin: 18px auto 0; color: #5b6472; font-size: 16px; }
.cs_section_heading_style_4:not(.text-center) .hy_section_desc { margin-left: 0; }
.hy_btn_light_solid.hy_btn.cs_border { background: #fff !important; color: var(--brand) !important; }
.hy_btn_light_solid.hy_btn.cs_border:hover { background: #eaf1fb !important; }

/* Page banner (halaman dalam) */
.hy_page_banner {
  position: relative;
  padding: 160px 0 80px;
  min-height: 500px;
  overflow: hidden;
}
.hy_page_banner::before {
  content: ""; position: absolute; inset: 0 39% 0 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.75) 100%),
    url("../img/hygenes/hero_bg.jpg") center / cover no-repeat;
}
.hy_page_banner::after {
  content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 39%;
  background: radial-gradient(circle at 60% 45%, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 55%), var(--brand);
}
.hy_page_banner .container { position: relative; z-index: 2; }
.hy_breadcrumb { display: flex; align-items: center; gap: 10px; font-size: 14px; margin-bottom: 18px; color: #6b7280; }
.hy_breadcrumb a { color: var(--brand); font-weight: 500; }
.hy_breadcrumb i { font-size: 10px; }
.hy_page_title { font-size: 50px; line-height: 1.15em; margin-bottom: 18px; color: var(--primary-color); }
.hy_page_desc { font-size: 17px; line-height: 1.75em; color: #4b5563; max-width: 560px; margin: 0; }
.hy_banner_img { display: flex; justify-content: center; align-items: center; min-height: 280px; }
.hy_banner_img img { max-width: 100%; }
.hy_banner_photo img {
  width: 100%; max-width: 440px; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: 22px; border: 6px solid #fff; box-shadow: 0 24px 50px rgba(0, 30, 80, 0.3);
}
.hy_banner_product img { height: 360px; width: auto; filter: drop-shadow(0 18px 30px rgba(0, 30, 80, 0.3)); }
.hy_banner_logo img { width: 220px; background: #fff; border-radius: 28px; padding: 30px; box-shadow: 0 24px 50px rgba(0, 30, 80, 0.3); }
@media (max-width: 991px) {
  .hy_page_banner { padding: 130px 0 0; min-height: 0; }
  .hy_page_banner::before { inset: 0; }
  .hy_page_banner::after { display: none; }
  .hy_page_title { font-size: 36px; }
  .hy_banner_img {
    margin: 40px calc(var(--bs-gutter-x) * -0.5) 0; padding: 40px 20px;
    background: var(--brand); border-radius: 20px 20px 0 0;
  }
  .hy_banner_product img { height: 280px; }
}

/* About */
.hy_photo_stack { position: relative; padding: 0 0 30px 0; }
.hy_photo_main { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 24px; box-shadow: 0 20px 45px rgba(0, 30, 80, 0.15); }
.hy_photo_badge {
  position: absolute; left: 24px; bottom: 0; background: var(--brand); color: #fff;
  padding: 16px 22px; border-radius: 14px; box-shadow: 0 14px 30px rgba(0, 74, 173, 0.35);
}
.hy_photo_badge strong { display: block; font-size: 17px; }
.hy_photo_badge span { font-size: 13px; opacity: 0.85; }
.hy_text { margin-top: 24px; color: #4b5563; }
.hy_text p { margin-bottom: 16px; }
.hy_values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 70px; }
.hy_value { text-align: center; padding: 30px 20px; border: 1px solid #e3eaf4; border-radius: 18px; background: #fff; }
.hy_value img { width: 54px; height: 54px; margin-bottom: 16px; }
.hy_value h3 { font-size: 20px; color: var(--brand); margin-bottom: 6px; }
.hy_value p { font-size: 14px; color: #6b7280; margin: 0; }
.hy_4s_list { margin-top: 30px; display: grid; gap: 14px; }
.hy_4s_item { display: flex; gap: 18px; align-items: flex-start; background: #fff; border-radius: 16px; padding: 18px 22px; box-shadow: 0 6px 20px rgba(0, 40, 100, 0.06); }
.hy_4s_num { flex: 0 0 52px; height: 52px; border-radius: 14px; background: var(--brand); color: #fff; font-weight: 700; font-size: 20px; display: flex; align-items: center; justify-content: center; }
.hy_4s_item h3 { font-size: 18px; margin-bottom: 4px; }
.hy_4s_item p { font-size: 14px; color: #6b7280; margin: 0; }
.hy_quote {
  margin: 60px auto 0; max-width: 820px; text-align: center; font-size: 20px; font-style: italic;
  font-weight: 500; color: var(--primary-color); position: relative; padding-top: 30px;
}
.hy_quote::before { content: "\201C"; position: absolute; top: -30px; left: 50%; transform: translateX(-50%); font-size: 80px; color: var(--brand); opacity: 0.25; line-height: 1; }
.hy_feature_card { height: 100%; background: #fff; border: 1px solid #e3eaf4; border-radius: 18px; padding: 30px; transition: 0.25s; }
.hy_feature_card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0, 40, 100, 0.1); }
.hy_feature_icon { width: 70px; height: 70px; border-radius: 16px; background: #eaf1fb; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.hy_feature_icon img { width: 44px; height: 44px; }
.hy_feature_card h3 { font-size: 19px; margin-bottom: 8px; }
.hy_feature_card p { font-size: 14px; color: #6b7280; margin: 0; }
.hy_blue_section { background: var(--brand); color: #fff; }
.hy_on_blue .cs_section_title { color: #fff !important; }
.hy_on_blue .cs_section_subtitle { background-color: #fff !important; color: var(--brand) !important; }
.hy_steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 60px; position: relative; }
.hy_steps::before { content: ""; position: absolute; top: 26px; left: 10%; right: 10%; height: 2px; background: rgba(255,255,255,0.3); }
.hy_step { text-align: center; position: relative; }
.hy_step_num { width: 54px; height: 54px; border-radius: 50%; background: #fff; color: var(--brand); font-weight: 700; font-size: 20px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; box-shadow: 0 0 0 8px rgba(255,255,255,0.15); }
.hy_step h3 { color: #fff; font-size: 18px; margin-bottom: 8px; }
.hy_step p { font-size: 14px; color: rgba(255,255,255,0.8); margin: 0; }
.hy_steps_tagline { text-align: center; margin: 50px 0 0; font-size: 20px; font-style: italic; font-weight: 500; }
.hy_sectors { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.hy_sector { position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 3 / 4; }
.hy_sector img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.hy_sector:hover img { transform: scale(1.05); }
.hy_sector_label { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 16px 16px; background: linear-gradient(transparent, rgba(0, 40, 100, 0.92)); color: #fff; }
.hy_sector_label strong { display: block; font-size: 17px; }
.hy_sector_label span { font-size: 13px; opacity: 0.85; }
.hy_partners { margin-top: 70px; text-align: center; border: 1px solid #e3eaf4; border-radius: 22px; padding: 40px 30px; }
.hy_partners h3 { font-size: 24px; color: var(--brand); }
.hy_partners p { max-width: 640px; margin: 0 auto 24px; color: #4b5563; }
.hy_partners img { max-width: 100%; }
.hy_partners .hy_muted { margin: 16px auto 0; }
@media (max-width: 991px) {
  .hy_values { grid-template-columns: repeat(2, 1fr); }
  .hy_steps { grid-template-columns: 1fr; gap: 30px; }
  .hy_steps::before { display: none; }
  .hy_sectors { grid-template-columns: repeat(2, 1fr); }
}

/* Products */
.hy_filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 40px 0 40px; }
.hy_filter {
  border: 1.5px solid #d6e2f3; background: #fff; color: var(--primary-color); border-radius: 999px;
  padding: 9px 18px; font-size: 14px; font-weight: 500; transition: 0.2s;
}
.hy_filter span { display: inline-block; min-width: 24px; margin-left: 6px; padding: 0 6px; border-radius: 20px; background: #eaf1fb; color: var(--brand); font-size: 12px; }
.hy_filter:hover { border-color: var(--brand); }
.hy_filter.active { background: var(--brand); border-color: var(--brand); color: #fff; }
.hy_filter.active span { background: rgba(255,255,255,0.2); color: #fff; }
.hy_product_card {
  height: 100%; display: flex; flex-direction: column; background: #fff; border: 1px solid #e3eaf4;
  border-radius: 18px; overflow: hidden; transition: 0.25s;
}
.hy_product_card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0, 40, 100, 0.1); }
.hy_product_img { background: #fff; aspect-ratio: 1 / 1; padding: 14px; border-bottom: 1px solid #eef2f8; }
.hy_product_img img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.4s; }
.hy_product_card:hover .hy_product_img img { transform: scale(1.04); }
.hy_product_body { padding: 18px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.hy_product_cat { font-size: 12px; font-weight: 600; color: var(--brand); text-transform: uppercase; letter-spacing: 0.04em; }
.hy_product_name { font-size: 17px; margin: 6px 0 6px; line-height: 1.35; }
.hy_product_desc { font-size: 13.5px; color: #6b7280; margin-bottom: 16px; flex: 1; }
.cs_version8 .cs_btn_style_3.hy_btn_sm { align-self: flex-start; padding: 8px 18px; font-size: 14px; gap: 8px; align-items: center; }
.hy_cta_box {
  margin-top: 70px; background: var(--brand); color: #fff; border-radius: 22px; padding: 40px 44px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}
.hy_cta_box h3 { color: #fff; font-size: 26px; margin-bottom: 6px; }
.hy_cta_box p { margin: 0; opacity: 0.85; max-width: 620px; }

/* Blog */
.hy_post_card { display: flex; height: 100%; background: #fff; border: 1px solid #e3eaf4; border-radius: 18px; overflow: hidden; transition: 0.25s; }
.hy_post_card:hover { box-shadow: 0 18px 40px rgba(0, 40, 100, 0.1); }
.hy_post_thumb { flex: 0 0 42%; }
.hy_post_thumb img { width: 100%; height: 100%; object-fit: cover; min-height: 240px; }
.hy_post_body { padding: 26px; display: flex; flex-direction: column; }
.hy_post_tag { display: inline-block; align-self: flex-start; font-size: 12px; font-weight: 600; color: var(--brand); background: #eaf1fb; border-radius: 20px; padding: 4px 12px; margin-bottom: 12px; }
.hy_post_body h3 { font-size: 20px; line-height: 1.35; margin-bottom: 10px; }
.hy_post_body h3 a:hover { color: var(--brand); }
.hy_post_body p { font-size: 14px; color: #6b7280; flex: 1; }
.hy_read_more { font-weight: 600; font-size: 14px; color: var(--brand); display: inline-flex; gap: 8px; align-items: center; }
.hy_read_more:hover { gap: 12px; color: var(--brand-dark); }
.hy_articles { max-width: 860px; margin: 0 auto; display: grid; gap: 40px; }
.hy_article { background: #fff; border-radius: 22px; padding: 44px; scroll-margin-top: 120px; box-shadow: 0 8px 30px rgba(0, 40, 100, 0.06); }
.hy_article h2 { font-size: 32px; margin-bottom: 22px; }
.hy_article > img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; border-radius: 16px; margin-bottom: 26px; }
.hy_article_body { color: #4b5563; }
.hy_article_body h3 { font-size: 20px; margin: 26px 0 8px; }
.hy_article_body ul, .hy_article_body ol { padding-left: 20px; margin-bottom: 18px; }
.hy_article_body li { margin-bottom: 8px; }
.hy_article_body blockquote { border-left: 4px solid var(--brand); background: #f3f8ff; padding: 18px 22px; border-radius: 0 12px 12px 0; font-style: italic; color: var(--primary-color); margin: 22px 0; }
.hy_article .hy_read_more { margin-top: 20px; }
@media (max-width: 767px) {
  .hy_post_card { flex-direction: column; }
  .hy_post_thumb img { min-height: 200px; }
  .hy_article { padding: 26px; }
  .hy_article h2 { font-size: 24px; }
}

/* Contact */
.hy_office { height: 100%; border: 1px solid #e3eaf4; border-radius: 18px; padding: 28px; background: #fff; }
.hy_office_icon { width: 50px; height: 50px; border-radius: 14px; background: var(--brand); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
.hy_office span { font-size: 13px; font-weight: 600; color: var(--brand); text-transform: uppercase; letter-spacing: 0.04em; }
.hy_office h3 { font-size: 22px; margin: 4px 0 8px; }
.hy_office p { font-size: 14px; color: #6b7280; margin: 0; }
.hy_form_card { background: #fff; border: 1px solid #e3eaf4; border-radius: 22px; padding: 38px; }
.hy_form_card h2 { font-size: 30px; margin-bottom: 6px; }
.hy_form { margin-top: 24px; }
.hy_form label { display: block; font-size: 14px; font-weight: 500; color: var(--primary-color); margin-bottom: 18px; }
.hy_form input, .hy_form select, .hy_form textarea {
  display: block; width: 100%; margin-top: 8px; border: 1.5px solid #dbe4f0; border-radius: 10px;
  padding: 12px 14px; font-size: 15px; outline: none; background: #fff; transition: border-color 0.2s;
}
.hy_form input:focus, .hy_form select:focus, .hy_form textarea:focus { border-color: var(--brand); }
.hy_form .hy_btn i { font-size: 16px !important; }
.hy_map { border-radius: 22px; overflow: hidden; height: 340px; border: 1px solid #e3eaf4; }
.hy_map iframe { width: 100%; height: 100%; border: 0; }
.hy_contact_quick { margin-top: 20px; display: grid; gap: 12px; }
.hy_contact_quick a { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-radius: 14px; background: #f3f8ff; font-weight: 500; transition: 0.2s; word-break: break-word; }
.hy_contact_quick a:hover { background: var(--brand); color: #fff; }
.hy_contact_quick i { width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; background: var(--brand); color: #fff; display: flex; align-items: center; justify-content: center; }
.hy_contact_quick a:hover i { background: #fff; color: var(--brand); }
.hy_team_card { height: 100%; background: #fff; border-radius: 20px; padding: 28px 24px; text-align: center; box-shadow: 0 8px 30px rgba(0, 40, 100, 0.06); }
.hy_team_qr { width: 140px; height: 140px; object-fit: contain; border-radius: 12px; border: 1px solid #e3eaf4; padding: 6px; margin-bottom: 18px; }
.hy_team_card h3 { font-size: 18px; margin-bottom: 2px; }
.hy_team_role { display: block; font-size: 13px; font-weight: 600; color: var(--brand); text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 16px; }
.hy_team_card ul { list-style: none; padding: 0; margin: 0; text-align: left; font-size: 13px; color: #4b5563; }
.hy_team_card li { display: flex; gap: 10px; padding: 7px 0; border-top: 1px solid #eef2f8; word-break: break-word; }
.hy_team_card li i { color: var(--brand); margin-top: 4px; width: 14px; }
.hy_team_card a:hover { color: var(--brand); }
@media (max-width: 575px) {
  .hy_form_card { padding: 24px; }
  .hy_cta_box { padding: 30px 24px; }
}
.hy_end_space { height: 150px; background: #fff; }
@media (max-width: 991px) { .hy_end_space { height: 90px; } }
@media (max-width: 575px) {
  #productGrid { --bs-gutter-x: 14px; }
  .hy_product_body { padding: 14px; }
  .hy_product_name { font-size: 14px; }
  .hy_product_desc { font-size: 12px; }
  .cs_version8 .cs_btn_style_3.hy_btn_sm { padding: 7px 12px; font-size: 12px; }
}

/*==============================================================
  UPDATE 5: Header baru (search + tombol) & Hero versi mockup
================================================================*/

/* --- Header --- */
.cs_site_header.cs_style_8 .cs_main_header_right { gap: 16px; }
.hy_search {
  display: flex; align-items: center; gap: 10px; width: 250px;
  background: #fff; border-radius: 999px; padding: 11px 18px;
  box-shadow: 0 6px 20px rgba(0, 30, 80, 0.12);
}
.hy_search i { color: #7a8599; font-size: 15px; }
.hy_search input { border: 0; outline: 0; background: transparent; width: 100%; font-size: 14px; color: var(--primary-color); }
.hy_search input::placeholder { color: #9aa3b2; }
.hy_header_btn {
  display: inline-flex; align-items: center; gap: 14px; padding: 12px 24px; border-radius: 12px;
  background: var(--brand); color: #fff !important; font-weight: 600; font-size: 15px;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 10px 24px rgba(0, 20, 70, 0.3); transition: 0.25s;
}
.hy_header_btn:hover { background: var(--brand-dark); transform: translateY(-2px); }
.hy_header_btn i { font-size: 13px; }
@media (min-width: 1200px) {
  .cs_site_header.cs_style_8 .cs_hamburger_btn { display: none; }
}
@media (max-width: 1399px) { .hy_search { width: 200px; } }
@media (max-width: 1199px) {
  .hy_search { display: none; }
  .hy_header_btn { padding: 10px 16px; font-size: 14px; }
}
@media (max-width: 575px) { .hy_header_btn { display: none; } }
.cs_site_header.cs_style_8.cs_sticky_active { background: rgba(255, 255, 255, 0.96); box-shadow: 0 6px 24px rgba(0, 30, 80, 0.08); }

.hy_search_info { text-align: center; margin: -10px 0 30px; color: #4b5563; }
.hy_search_info a { color: var(--brand); font-weight: 600; }

/* --- Hero --- */
.hy_hero2 { position: relative; overflow: hidden; padding: 150px 0 40px; background: #f4f8fd; }
.hy_hero2_bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.82) 38%, rgba(255,255,255,0.35) 64%),
    linear-gradient(180deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.75) 100%),
    url("../img/hygenes/hero2_bg.jpg") center / cover no-repeat;
}
.hy_hero2_panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: 36%;
  background:
    linear-gradient(160deg, rgba(0, 74, 173, 0.72) 0%, rgba(0, 58, 140, 0.92) 70%),
    url("../img/hygenes/hero2_panel.jpg") center / cover no-repeat;
}
.hy_hero2_panel::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 55%, rgba(255,255,255,0.22), rgba(255,255,255,0) 45%);
}
.hy_leaf { position: absolute; z-index: 3; pointer-events: none; filter: blur(1px); }
.hy_leaf_l { left: 0; bottom: 0; width: 150px; }
.hy_leaf_r { right: 0; bottom: 0; width: 170px; }
.hy_hero2 .container { position: relative; z-index: 2; }

.hy_hero2_grid {
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(0, 1fr) 250px;
  align-items: center;
  min-height: 560px;
}
.hy_eyebrow {
  font-size: 13px; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 500;
  color: var(--brand); margin-bottom: 18px;
}
.hy_hero2_title {
  font-size: 60px; line-height: 1.08em; font-weight: 700 !important; letter-spacing: -0.02em;
  color: #0a1f44; margin-bottom: 22px;
}
.hy_hero2_desc { font-size: 18px; line-height: 1.65em; color: #3c4658; max-width: 500px; margin-bottom: 34px; }
.hy_hero2_actions { display: flex; align-items: center; gap: 36px; flex-wrap: wrap; margin-bottom: 44px; }
.hy_btn_primary {
  display: inline-flex; align-items: center; gap: 26px; padding: 16px 34px; border-radius: 14px;
  background: linear-gradient(180deg, #0a5bd0 0%, var(--brand) 100%); color: #fff !important;
  font-weight: 600; font-size: 17px; box-shadow: 0 14px 30px rgba(0, 74, 173, 0.35); transition: 0.25s;
}
.hy_btn_primary:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(0, 74, 173, 0.45); }
.hy_btn_primary i { font-size: 14px; }
.hy_video_btn { display: inline-flex; align-items: center; gap: 14px; font-weight: 600; font-size: 15px; line-height: 1.3; color: #0a1f44; }
.hy_play {
  width: 54px; height: 54px; border-radius: 50%; border: 2px solid var(--brand); color: var(--brand);
  display: inline-flex; align-items: center; justify-content: center; font-size: 16px; padding-left: 3px;
  background: rgba(255,255,255,0.7); transition: 0.25s;
}
.hy_video_btn:hover .hy_play { background: var(--brand); color: #fff; }
.hy_stats { display: flex; gap: 0; }
.hy_stat { padding: 0 34px; border-left: 1px solid #c9d3e2; }
.hy_stat:first-child { padding-left: 0; border-left: 0; }
.hy_stat strong { display: block; font-size: 34px; font-weight: 700; color: #0a1f44; line-height: 1.1; }
.hy_stat span { font-size: 14px; color: #4b5563; }

.hy_hero2_visual { display: flex; justify-content: center; align-self: end; margin: 0 -30px -10px -50px; }
.hy_hero2_visual img { width: 100%; max-width: 640px; height: auto; filter: drop-shadow(0 30px 40px rgba(0, 30, 80, 0.18)); }

.hy_hero2_side { color: #fff; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.hy_script {
  font-family: "Satisfy", cursive !important; color: #fff; transform: rotate(-12deg); margin: -10px 0 40px -10px;
  line-height: 1; position: relative;
}
.hy_script span { font-family: "Satisfy", cursive !important; display: block; font-size: 40px; }
.hy_script span:nth-child(2) { padding-left: 34px; }
.hy_script span:nth-child(3) { padding-left: 58px; font-size: 38px; white-space: nowrap; }
.hy_script svg { display: block; width: 200px; height: 22px; margin: 4px 0 0 80px; }
.hy_side_features { list-style: none; padding: 0; margin: 0; display: grid; gap: 26px; }
.hy_side_features li { display: flex; gap: 18px; align-items: flex-start; }
.hy_side_icon {
  flex: 0 0 62px; height: 62px; border-radius: 50%; background: #fff; color: var(--brand);
  display: flex; align-items: center; justify-content: center; font-size: 24px;
  box-shadow: 0 0 0 6px rgba(255,255,255,0.15), 0 10px 24px rgba(0, 20, 70, 0.3);
}
.hy_side_features h3 { color: #fff; font-size: 17px; line-height: 1.25; margin-bottom: 4px; }
.hy_side_features p { font-size: 13.5px; line-height: 1.45; margin: 0; color: rgba(255,255,255,0.85); }

.hy_hero2_bar {
  position: relative; z-index: 4; margin-top: 10px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: rgba(255,255,255,0.96); border-radius: 20px; padding: 22px 10px;
  box-shadow: 0 20px 50px rgba(0, 30, 80, 0.12); backdrop-filter: blur(8px);
}
.hy_bar_item { display: flex; align-items: center; gap: 18px; padding: 4px 24px; border-left: 1px solid #dde5f0; }
.hy_bar_item:first-child { border-left: 0; }
.hy_bar_icon {
  flex: 0 0 64px; height: 64px; border-radius: 16px; background: #eaf1fb; color: var(--brand);
  display: flex; align-items: center; justify-content: center; font-size: 26px;
}
.hy_bar_item h3 { font-size: 16px; margin-bottom: 4px; color: #0a1f44; }
.hy_bar_item p { font-size: 13px; line-height: 1.45; margin: 0; color: #5b6472; }

/* Video modal */
.hy_video_modal { position: fixed; inset: 0; z-index: 9999; background: rgba(0, 15, 40, 0.8); display: flex; align-items: center; justify-content: center; padding: 20px; }
.hy_video_modal[hidden] { display: none; }
.hy_video_box { position: relative; width: min(960px, 100%); }
.hy_video_frame { aspect-ratio: 16 / 9; background: #000; border-radius: 14px; overflow: hidden; }
.hy_video_frame iframe { width: 100%; height: 100%; border: 0; }
.hy_video_close { position: absolute; top: -48px; right: 0; width: 40px; height: 40px; border-radius: 50%; border: 0; background: #fff; color: var(--brand); font-size: 18px; }

@media (max-width: 1399px) {
  .hy_hero2_grid { grid-template-columns: minmax(0, 470px) minmax(0, 1fr) 225px; }
  .hy_hero2_title { font-size: 52px; }
  .hy_hero2_panel { width: 35%; }
  .hy_script span { font-size: 34px; }
  .hy_script span:nth-child(3) { font-size: 32px; }
  .hy_side_icon { flex-basis: 54px; height: 54px; font-size: 20px; }
  .hy_bar_item { padding: 4px 16px; gap: 14px; }
  .hy_bar_icon { flex-basis: 54px; height: 54px; font-size: 22px; }
}
@media (max-width: 1199px) {
  .hy_hero2 { padding-top: 130px; }
  .hy_hero2_panel { width: 42%; }
  .hy_hero2_grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: "text visual" "text side";
    row-gap: 20px;
  }
  .hy_hero2_text { grid-area: text; }
  .hy_hero2_visual { grid-area: visual; margin: 0 -20px 0 0; }
  .hy_hero2_side { grid-area: side; padding-left: 70px; }
  .hy_script { display: none; }
  .hy_side_features { gap: 16px; }
  .hy_hero2_title { font-size: 46px; }
  .hy_hero2_bar { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
  .hy_bar_item:nth-child(3) { border-left: 0; }
}
@media (max-width: 991px) {
  .hy_hero2 { padding: 120px 0 30px; }
  .hy_hero2_panel { display: none; }
  .hy_hero2_bg { background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.85)), url("../img/hygenes/hero2_bg.jpg") center / cover no-repeat; }
  .hy_hero2_grid { grid-template-columns: 1fr; grid-template-areas: "text" "visual" "side"; min-height: 0; }
  .hy_hero2_visual { margin: 20px 0 0; }
  .hy_hero2_visual img { max-width: 480px; }
  .hy_hero2_side {
    padding: 30px 24px; border-radius: 20px;
    background: linear-gradient(160deg, #0a5bd0, var(--brand));
  }
  .hy_leaf { display: none; }
}
@media (max-width: 575px) {
  .hy_hero2_title { font-size: 36px; }
  .hy_hero2_desc { font-size: 16px; }
  .hy_hero2_actions { gap: 20px; }
  .hy_stat { padding: 0 16px; }
  .hy_stat strong { font-size: 26px; }
  .hy_stat span { font-size: 12px; }
  .hy_hero2_bar { grid-template-columns: 1fr; }
  .hy_bar_item { border-left: 0; }
}

/* Hero tweaks */
.hy_leaf { z-index: 1; }
.hy_hero2_text { position: relative; z-index: 3; }
@media (min-width: 1200px) {
  .hy_hero2_title { width: 640px; font-size: 57px; }
  .hy_hero2_visual { margin: 0 -30px -10px -60px; }
  .hy_hero2_visual img { max-width: 680px; }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hy_hero2_title { width: 560px; font-size: 49px; }
}

.hy_stat span { display: block; white-space: nowrap; line-height: 1.5; margin-top: 4px; }
.cs_site_header.cs_style_8 .cs_hamburger_btn { display: none !important; }
@media (min-width: 1200px) {
  .hy_hero2_title { width: auto; white-space: nowrap; font-size: 60px; }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hy_hero2_title { font-size: 52px; }
}
@media (max-width: 1199px) {
  .hy_hero2_panel { width: 46%; }
  .hy_hero2_side { padding-left: 40px; }
  .hy_stat { padding: 0 20px; }
}
@media (max-width: 575px) {
  .hy_br { display: none; }
  .hy_stat { padding: 0 14px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hy_hero2_side { padding-left: 70px; }
}

/*==============================================================
  UPDATE 6: Navbar biru saat scroll, slider produk & sektor,
  mitra, popup WhatsApp, detail produk
================================================================*/
/* --- Navbar saat scroll --- */
.cs_site_header.cs_style_8.cs_sticky_active {
  background: var(--brand) !important;
  box-shadow: 0 8px 30px rgba(0, 25, 70, 0.3);
}
.cs_site_header.cs_style_8.cs_sticky_active .cs_site_brand img { filter: brightness(0) invert(1); }
.cs_site_header.cs_style_8.cs_sticky_active .cs_menu_toggle,
.cs_site_header.cs_style_8.cs_sticky_active .cs_menu_toggle span { color: #fff; }
.cs_site_header.cs_style_8.cs_sticky_active .cs_menu_toggle span,
.cs_site_header.cs_style_8.cs_sticky_active .cs_menu_toggle span::before,
.cs_site_header.cs_style_8.cs_sticky_active .cs_menu_toggle span::after { background-color: #fff; }
@media (min-width: 1200px) {
  .cs_site_header.cs_style_8.cs_sticky_active .cs_nav_list > li > a { color: #fff !important; }
  .cs_site_header.cs_style_8.cs_sticky_active .cs_nav_list > li > a:hover { color: rgba(255,255,255,0.75) !important; }
  .cs_site_header.cs_style_8.cs_sticky_active .cs_nav_list > li > a.hy_active { text-decoration-color: #fff; }
}
.cs_site_header.cs_style_8.cs_sticky_active .hy_search { box-shadow: none; }
.cs_site_header.cs_style_8.cs_sticky_active .hy_header_btn {
  background: #fff; color: var(--brand) !important; border-color: #fff; box-shadow: none;
}
.cs_site_header.cs_style_8.cs_sticky_active .hy_header_btn:hover { background: #eaf1fb; }

/* --- Tombol tambahan --- */
.hy_btn_white, .hy_btn_outline {
  display: inline-flex; align-items: center; gap: 12px; padding: 13px 26px; border-radius: 12px;
  font-weight: 600; font-size: 15px; transition: 0.25s;
}
.hy_btn_white { background: #fff; color: var(--brand) !important; }
.hy_btn_white:hover { background: #eaf1fb; transform: translateY(-2px); }
.hy_btn_outline { border: 1.5px solid var(--brand); color: var(--brand) !important; background: #fff; }
.hy_btn_outline:hover { background: #eaf1fb; }
.hy_btn_primary i.fa-whatsapp { font-size: 18px; }

/* --- Slider produk (index) --- */
.hy_home_products { background: #fff; }
.hy_carousel_head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 40px; flex-wrap: wrap; }
.hy_carousel_nav { display: flex; gap: 10px; }
.hy_carousel_nav button, .hy_sec_arrow {
  width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--brand); background: #fff; color: var(--brand);
  display: inline-flex; align-items: center; justify-content: center; transition: 0.2s;
}
.hy_carousel_nav button:hover { background: var(--brand); color: #fff; }
.hy_prod_slider { margin: 0 -12px; }
.hy_prod_slider .slick-track { display: flex; }
.hy_prod_slider .slick-slide { height: auto; }
.hy_prod_slider .slick-slide > div { height: 100%; }
.hy_slide_item { padding: 12px; height: 100%; }
.hy_prod_slider:not(.slick-initialized) { display: flex; overflow: hidden; }
.hy_prod_slider:not(.slick-initialized) .hy_slide_item { flex: 0 0 25%; }
.hy_product_img { display: block; }
.hy_product_name a:hover { color: var(--brand); }

/* --- Slider sektor (index) --- */
.hy_sector_section { padding: 0 0 110px; background: #fff; }
.hy_sector_slider { position: relative; }
.hy_sector_card {
  display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px;
  background: linear-gradient(135deg, #0a5bd0 0%, var(--brand) 55%, #003a8c 100%);
  border-radius: 28px; padding: 50px 60px; color: #fff; overflow: hidden; position: relative;
}
.hy_sector_card::before {
  content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%;
  background: rgba(255,255,255,0.07); left: -140px; bottom: -200px;
}
.hy_sector_text { position: relative; z-index: 1; }
.hy_sector_eyebrow { font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.8; margin-bottom: 14px; }
.hy_sector_text h2 { color: #fff; font-size: 48px; margin-bottom: 6px; }
.hy_sector_sub { font-size: 18px; font-weight: 500; opacity: 0.9; margin-bottom: 16px; }
.hy_sector_text p:not(.hy_sector_eyebrow):not(.hy_sector_sub) { font-size: 16px; opacity: 0.85; max-width: 440px; margin-bottom: 30px; }
.hy_sector_photo { position: relative; z-index: 1; }
.hy_sector_photo img { width: 100%; aspect-ratio: 780 / 660; object-fit: cover; border-radius: 20px; border: 6px solid rgba(255,255,255,0.9); box-shadow: 0 24px 50px rgba(0, 20, 60, 0.35); }
.hy_sector_slider .slick-dots { position: absolute; left: 60px; bottom: 34px; display: flex !important; gap: 8px; list-style: none; margin: 0; padding: 0; }
.hy_sector_slider .slick-dots button { width: 10px; height: 10px; border-radius: 10px; border: 0; background: rgba(255,255,255,0.45); font-size: 0; padding: 0; transition: 0.25s; }
.hy_sector_slider .slick-dots .slick-active button { width: 28px; background: #fff; }
.hy_sec_arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; box-shadow: 0 8px 20px rgba(0, 20, 60, 0.2); border-color: #fff; }
.hy_sec_prev { left: -24px; }
.hy_sec_next { right: -24px; }
.hy_sec_arrow:hover { background: var(--brand); color: #fff; }
.hy_sector_tagline { text-align: center; margin: 30px 0 0; font-style: italic; font-weight: 500; font-size: 18px; color: var(--primary-color); }
.hy_sector_slider:not(.slick-initialized) .hy_sector_slide:not(:first-child) { display: none; }
@media (max-width: 991px) {
  .hy_sector_card { grid-template-columns: 1fr; padding: 34px 26px 60px; gap: 26px; }
  .hy_sector_text h2 { font-size: 34px; }
  .hy_sector_slider .slick-dots { left: 26px; bottom: 24px; }
  .hy_sec_arrow { display: none !important; }
}

/* --- Mitra (index) --- */
.hy_home_partners { background: #fff; }
.hy_home_partners .hy_partners { margin-top: 0; }

/* --- Popup WhatsApp --- */
.cs_scrollup { bottom: 110px !important; right: 30px !important; }
.hy_wa { position: fixed; right: 26px; bottom: 26px; z-index: 999; }
.hy_wa_btn {
  width: 64px; height: 64px; border-radius: 50%; border: 0; background: #25d366; color: #fff; font-size: 34px;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
  position: relative; transition: transform 0.2s;
}
.hy_wa_btn::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%; background: #25d366; z-index: -1;
  animation: hyWaPulse 2s infinite;
}
@keyframes hyWaPulse { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(1.6); opacity: 0; } }
.hy_wa_btn:hover { transform: scale(1.06); }
.hy_wa_popup {
  position: absolute; right: 0; bottom: 80px; width: 320px; background: #fff; border-radius: 18px; overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 20, 60, 0.25); animation: hyWaIn 0.25s ease;
}
.hy_wa_popup[hidden] { display: none; }
@keyframes hyWaIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.hy_wa_head { display: flex; align-items: center; gap: 12px; padding: 16px; background: #075e54; color: #fff; }
.hy_wa_avatar { width: 44px; height: 44px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; flex: 0 0 44px; }
.hy_wa_avatar img { width: 30px; }
.hy_wa_head strong { display: block; font-size: 15px; }
.hy_wa_head small { font-size: 12px; opacity: 0.85; }
.hy_wa_x { margin-left: auto; background: transparent; border: 0; color: #fff; font-size: 18px; }
.hy_wa_body { padding: 20px 16px; background: #ece5dd; }
.hy_wa_bubble { background: #fff; border-radius: 0 12px 12px 12px; padding: 12px 14px; font-size: 14px; color: #222; max-width: 85%; box-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.hy_wa_start {
  display: flex; align-items: center; justify-content: center; gap: 10px; margin: 14px 16px 16px; padding: 12px;
  border-radius: 999px; background: #25d366; color: #fff !important; font-weight: 600;
}
.hy_wa_start:hover { background: #1ebe5b; }
@media (max-width: 575px) {
  .hy_wa { right: 16px; bottom: 16px; }
  .hy_wa_btn { width: 56px; height: 56px; font-size: 30px; }
  .hy_wa_popup { width: calc(100vw - 32px); }
  .cs_scrollup { right: 20px !important; bottom: 90px !important; }
}

/* --- Detail produk --- */
.hy_page_banner_sm { min-height: 0; padding: 150px 0 50px; }
.hy_page_banner_sm::before { inset: 0; }
.hy_page_banner_sm::after { display: none; }
.hy_page_banner_sm .hy_page_title { font-size: 40px; margin: 0; }
.hy_pd_img { background: #fff; border: 1px solid #e3eaf4; border-radius: 24px; padding: 30px; box-shadow: 0 20px 45px rgba(0, 30, 80, 0.08); }
.hy_pd_img img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.hy_pd_name { font-size: 38px; margin: 8px 0 12px; }
.hy_pd_desc { font-size: 17px; color: #4b5563; margin-bottom: 24px; }
.hy_pd_specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 26px; }
.hy_pd_specs div { background: #f3f8ff; border-radius: 14px; padding: 14px 16px; }
.hy_pd_specs span { display: block; font-size: 12px; color: #6b7280; text-transform: uppercase; letter-spacing: 0.04em; }
.hy_pd_specs strong { font-size: 15px; color: var(--primary-color); }
.hy_pd_h { font-size: 17px; margin: 0 0 10px; }
.hy_pd_use, .hy_pd_4s { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-wrap: wrap; gap: 8px 10px; }
.hy_pd_use li, .hy_pd_4s li { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; border: 1px solid #d6e2f3; font-size: 14px; }
.hy_pd_use i, .hy_pd_4s i { color: var(--brand); }
.hy_pd_actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.hy_pd_note { margin-top: 16px; font-size: 13px; color: #6b7280; }
.hy_pd_related { margin-top: 90px; }
.hy_pd_rel_title { font-size: 28px; margin-bottom: 26px; }
.hy_pd_notfound { text-align: center; padding: 60px 0; }
@media (max-width: 575px) {
  .hy_pd_specs { grid-template-columns: 1fr; }
  .hy_pd_name { font-size: 28px; }
}

/* FAQ di halaman produk */
#faq { margin-top: 20px; }

/*==============================================================
  UPDATE 7: Jam operasional, daun tembus ke section 2, halaman artikel
================================================================*/
/* Jam operasional footer */
.hy_hours li { display: flex; flex-direction: column; padding-left: 0 !important; margin-bottom: 14px; }
.hy_hours li::before { display: none !important; }
.hy_hours span { font-size: 14px; opacity: 0.8; }
.hy_hours strong { font-size: 16px; color: #fff; }
.hy_hours .hy_hours_note { flex-direction: row; gap: 8px; font-size: 13px; opacity: 0.85; line-height: 1.5; margin-top: 6px; }
.hy_hours .hy_hours_note i { margin-top: 3px; }

/* Daun hero tembus ke section berikutnya, tipis */
.hy_hero2 { overflow: visible; overflow-x: clip; z-index: 5; }
.hy_leaf {
  z-index: 6; opacity: 0.45; filter: blur(1.5px);
  -webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
}
.hy_leaf_l { width: 110px; bottom: -150px; left: -10px; }
.hy_leaf_r { width: 130px; bottom: -130px; right: -10px; }

/* Halaman artikel */
.hy_article_title { font-size: 42px; margin-top: 12px; max-width: 900px; }
.hy_page_banner_sm .hy_page_desc { max-width: 760px; }
.hy_article_page { padding: 0; box-shadow: none; background: transparent; }
.hy_article_page > img { aspect-ratio: 16 / 9; margin-bottom: 18px; }
.hy_article_meta { display: flex; gap: 22px; flex-wrap: wrap; font-size: 14px; color: #6b7280; margin-bottom: 22px; }
.hy_article_meta i { color: var(--brand); margin-right: 6px; }
.hy_article_page .hy_article_body { font-size: 16.5px; line-height: 1.85em; }
.hy_share { display: flex; align-items: center; gap: 10px; margin: 34px 0 30px; padding-top: 24px; border-top: 1px solid #e3eaf4; }
.hy_share span { font-weight: 600; margin-right: 6px; }
.hy_share a, .hy_share button {
  width: 40px; height: 40px; border-radius: 50%; border: 0; display: inline-flex; align-items: center; justify-content: center;
  background: #eaf1fb; color: var(--brand); transition: 0.2s;
}
.hy_share a:hover, .hy_share button:hover { background: var(--brand); color: #fff; }
.hy_post_nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hy_post_nav_item { display: block; padding: 18px 20px; border: 1px solid #e3eaf4; border-radius: 16px; transition: 0.2s; }
.hy_post_nav_item:hover { border-color: var(--brand); background: #f3f8ff; }
.hy_post_nav_item span { display: block; font-size: 13px; color: var(--brand); font-weight: 600; margin-bottom: 4px; }
.hy_post_nav_item strong { font-size: 15px; line-height: 1.4; }
.hy_post_nav_item.hy_right { text-align: right; }
.hy_sidebar { position: sticky; top: 120px; display: grid; gap: 24px; }
.hy_side_box { border: 1px solid #e3eaf4; border-radius: 20px; padding: 24px; background: #fff; }
.hy_side_box h3 { font-size: 18px; margin-bottom: 16px; }
.hy_side_post { display: flex; gap: 14px; align-items: center; padding: 12px 0; border-top: 1px solid #eef2f8; }
.hy_side_post:first-of-type { border-top: 0; padding-top: 0; }
.hy_side_post img { width: 76px; height: 64px; object-fit: cover; border-radius: 10px; flex: 0 0 76px; }
.hy_side_post span { display: block; font-size: 12px; color: var(--brand); font-weight: 600; }
.hy_side_post strong { font-size: 14px; line-height: 1.4; }
.hy_side_post:hover strong { color: var(--brand); }
.hy_side_cta { background: var(--brand); border-color: var(--brand); color: #fff; }
.hy_side_cta h3 { color: #fff; }
.hy_side_cta p { opacity: 0.85; font-size: 14px; }
@media (max-width: 767px) {
  .hy_article_title { font-size: 30px; }
  .hy_post_nav { grid-template-columns: 1fr; }
  .hy_post_nav_item.hy_right { text-align: left; }
}
.hy_home_partners { padding-top: 110px; }
@media (max-width: 991px) { .hy_home_partners { padding-top: 70px; } }
.cs_footer_widget_menu.hy_hours li:not(:last-child) { margin-bottom: 12px !important; }

/* UPDATE 8: daun lebih besar & jelas, membentang di section 1 dan 2 */
.hy_leaf {
  opacity: 0.9; filter: blur(0.6px) drop-shadow(0 10px 20px rgba(0, 60, 20, 0.12));
  z-index: 1;
  -webkit-mask-image: linear-gradient(to bottom, #000 80%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 80%, transparent 100%);
}
.hy_leaf_l { width: 230px; left: -30px; bottom: -330px; }
.hy_leaf_r { width: 300px; right: -30px; bottom: -260px; }
@media (max-width: 1599px) {
  .hy_leaf_l { width: 190px; left: -70px; bottom: -280px; }
  .hy_leaf_r { width: 240px; right: -70px; bottom: -220px; }
}
@media (max-width: 1199px) {
  .hy_leaf_l { width: 150px; left: -60px; }
  .hy_leaf_r { width: 190px; right: -60px; }
}
.hy_leaf {
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 80%, transparent 100%);
          mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 80%, transparent 100%);
}

/* UPDATE 9: daun lebih ramping & lebih panjang */
.hy_leaf_l { width: 140px; height: 600px; left: -20px; bottom: -360px; object-fit: fill; }
.hy_leaf_r { width: 165px; height: 520px; right: -20px; bottom: -330px; object-fit: fill; }
@media (max-width: 1599px) {
  .hy_leaf_l { width: 115px; height: 520px; left: -35px; bottom: -320px; }
  .hy_leaf_r { width: 135px; height: 450px; right: -35px; bottom: -290px; }
}
@media (max-width: 1199px) {
  .hy_leaf_l { width: 95px; height: 420px; }
  .hy_leaf_r { width: 110px; height: 370px; }
}

/* UPDATE 10: aset daun baru, diredupkan */
.hy_leaf {
  opacity: 0.42;
  filter: saturate(0.75) blur(0.4px);
  -webkit-mask-image: linear-gradient(to bottom, #000 75%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 75%, transparent 100%);
}
.hy_leaf_l { width: 200px; height: auto; left: -40px; bottom: -300px; object-fit: contain; }
.hy_leaf_r { width: 215px; height: auto; right: -40px; bottom: -280px; object-fit: contain; }
@media (max-width: 1599px) {
  .hy_leaf_l { width: 165px; height: auto; left: -55px; bottom: -250px; }
  .hy_leaf_r { width: 180px; height: auto; right: -55px; bottom: -230px; }
}
@media (max-width: 1199px) {
  .hy_leaf_l { width: 130px; height: auto; }
  .hy_leaf_r { width: 140px; height: auto; }
}

/*==============================================================
  UPDATE 11: Tampilan desktop diperbesar 110% (tanpa perlu zoom browser)
================================================================*/
@media (min-width: 1200px) {
  html { zoom: 1.1; }
}
/* lebar konten disesuaikan agar tetap muat setelah diperbesar */
@media (min-width: 1400px) {
  .container,
  .cs_site_header.cs_style_8 .container { max-width: 1200px; }
  .hy_hero2_grid { grid-template-columns: minmax(0, 470px) minmax(0, 1fr) 220px; }
  .hy_hero2_title { font-size: 52px; }
  .hy_hero2_visual { margin: 0 -20px -10px -50px; }
  .hy_script span { font-size: 34px; }
  .hy_script span:nth-child(3) { font-size: 31px; }
  .hy_search { width: 210px; }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container,
  .cs_site_header.cs_style_8 .container { max-width: 1040px; }
  .cs_site_header.cs_style_8 .cs_nav_list > li { margin-right: 22px; }
  .cs_site_header.cs_style_8 .cs_main_header_center { margin-left: 24px; }
  .hy_search { width: 170px; }
  .hy_header_btn { padding: 10px 16px; gap: 10px; }
  /* hero 2 kolom */
  .hy_hero2 { padding-top: 130px; }
  .hy_hero2_panel { width: 44%; }
  .hy_hero2_grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: "text visual" "text side";
    row-gap: 10px;
  }
  .hy_hero2_text { grid-area: text; }
  .hy_hero2_visual { grid-area: visual; margin: 0 -20px 0 20px; }
  .hy_hero2_visual img { max-width: 440px; }
  .hy_hero2_side { grid-area: side; padding-left: 90px; }
  .hy_script { display: none; }
  .hy_side_features { gap: 14px; }
  .hy_hero2_title { width: auto; white-space: normal; font-size: 46px; }
  .hy_br { display: inline; }
  .hy_hero2_bar { grid-template-columns: repeat(4, 1fr); }
  .hy_bar_item { padding: 4px 12px; gap: 10px; }
  .hy_bar_icon { flex-basis: 46px; height: 46px; font-size: 19px; }
  .hy_bar_item h3 { font-size: 14px; }
  .hy_bar_item p { font-size: 12px; }
  .hy_page_title { font-size: 44px; }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hy_hero2_panel { width: 40%; }
  .hy_hero2_side { padding-left: 125px; }
  .hy_hero2_visual { margin: 0 -20px 0 60px; }
  .cs_site_header.cs_style_8 .cs_nav_list > li { margin-right: 18px; }
  .cs_site_header.cs_style_8 .cs_nav_list > li > a { font-size: 14px; }
  .cs_site_header.cs_style_8 .cs_main_header_center { margin-left: 14px; }
}
@media (min-width: 1400px) {
  .hy_bar_item { padding: 4px 16px; gap: 12px; }
  .hy_bar_icon { flex-basis: 50px; height: 50px; font-size: 20px; }
  .hy_bar_item h3 { font-size: 15px; white-space: nowrap; }
  .hy_bar_item p { font-size: 12.5px; }
}

/* UPDATE 12: slider produk otomatis di section Standar 4S */
.hy_feat_card {
  width: 100%; max-width: 380px; margin: 0 auto; background: #fff; border-radius: 28px;
  padding: 22px 22px 18px; box-shadow: 0 24px 50px rgba(0, 30, 80, 0.12); border: 1px solid #e6edf7;
}
.hy_feat_slider { position: relative; }
.hy_feat_slider:not(.slick-initialized) .hy_feat_slide:not(:first-child) { display: none; }
.hy_feat_slide { display: block !important; text-align: center; }
.hy_feat_img {
  display: block; aspect-ratio: 1 / 1.15; border-radius: 20px; overflow: hidden;
  background: radial-gradient(circle at 50% 40%, #fff 0%, #f1f6fd 70%);
}
.hy_feat_img img { width: 100%; height: 100%; object-fit: contain; padding: 14px; transition: transform 0.5s; }
.hy_feat_slide:hover .hy_feat_img img { transform: scale(1.05); }
.hy_feat_cap { display: block; padding: 16px 6px 4px; }
.hy_feat_cap small { display: block; font-size: 12px; font-weight: 600; color: var(--brand); text-transform: uppercase; letter-spacing: 0.05em; }
.hy_feat_cap strong { display: block; font-size: 18px; color: var(--primary-color); line-height: 1.35; min-height: 48px; }
.hy_feat_slider .slick-dots {
  display: flex !important; justify-content: center; flex-wrap: wrap; gap: 5px; list-style: none; padding: 0; margin: 8px 0 0;
}
.hy_feat_slider .slick-dots button { width: 6px; height: 6px; border-radius: 6px; border: 0; padding: 0; font-size: 0; background: #cdd9ea; transition: 0.25s; }
.hy_feat_slider .slick-dots .slick-active button { width: 18px; background: var(--brand); }
.hy_feat_all { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 14px; padding-top: 14px; border-top: 1px solid #eef2f8; font-weight: 600; font-size: 14px; color: var(--brand) !important; }
.hy_feat_all:hover { gap: 12px; }
.hy_feat_img img { mix-blend-mode: multiply; padding: 4px; }
.hy_feat_progress { height: 4px; border-radius: 4px; background: #e3eaf4; margin-top: 10px; overflow: hidden; }
.hy_feat_progress span { display: block; height: 100%; width: 0; background: var(--brand); border-radius: 4px; transition: width 0.6s ease; }
