/* Harmonika ID UI refresh overrides */
:root {
  --hi-red: #bb1919;
  --hi-red-dark: #8f1212;
  --hi-ink: #101828;
  --hi-muted: #667085;
  --hi-line: #e7e9ee;
  --hi-surface: #ffffff;
  --hi-soft: #f5f7fb;
  --hi-blue: #2563eb;
  --hi-green: #16a34a;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--hi-ink);
  background: #fff;
  text-rendering: optimizeLegibility;
}

a,
button {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#header-sticky {
  box-shadow: 0 10px 30px rgba(16, 24, 40, .08);
  border-bottom: 1px solid rgba(231, 233, 238, .9);
}

.tp-header-top__area {
  background: #f8fafc !important;
  border-bottom: 1px solid var(--hi-line);
}

.tp-header-main__menu-wrapper,
.tp-header-main__menu-bg {
  min-height: 76px;
}

.tp-main-menu-content ul li > a {
  color: var(--hi-ink);
  font-weight: 700;
  letter-spacing: 0;
}

.tp-main-menu-content ul li:hover > a,
.tp-main-menu-content ul li.has-dropdown:hover > a {
  color: var(--hi-red);
}

.tp-submenu {
  border: 1px solid var(--hi-line);
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(16, 24, 40, .14);
  overflow: hidden;
}

.tp-submenu li a {
  font-weight: 600;
}

.tp-header-main__search button,
.tp-header-main__bar button,
.search__close-btn,
.back-to-top-btn {
  border-radius: 999px;
}

.tp-header-main__bar button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--hi-line);
  background: #fff;
  color: var(--hi-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(16, 24, 40, .08);
}

.tp-header-main__bar button:hover {
  color: #fff;
  background: var(--hi-red);
  border-color: var(--hi-red);
}

.tp-section-title,
.tp-section-title__title,
.tp-contact-title {
  letter-spacing: 0;
  color: var(--hi-ink);
}

.tp-section-title span,
.tp-contact-title span {
  color: var(--hi-red);
}

.tp-hero__title,
.tp-hero__title span {
  color: var(--tp-common-white);
}

.tp-btn,
.tp-btn-red,
.tp-theme-btn,
.tp-btn-hover {
  border-radius: 999px !important;
  box-shadow: 0 14px 26px rgba(187, 25, 25, .18);
}

.tp-btn:hover,
.tp-btn-red:hover,
.tp-theme-btn:hover,
.tp-btn-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(187, 25, 25, .24);
}

.tp-service__item,
.tp-feature__item,
.tp-price__item,
.tp-blog__item,
.tp-contact-form,
.newsroom__card,
.paket-card,
.artikel-card {
  border: 1px solid var(--hi-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 24, 40, .08);
}

.tp-service__item:hover,
.tp-feature__item:hover,
.tp-price__item:hover,
.tp-blog__item:hover,
.newsroom__card:hover,
.paket-card:hover,
.artikel-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(16, 24, 40, .12);
}

.tp-contact-input input,
.tp-contact-input textarea,
.search__input input {
  border-radius: 8px;
  background: #fff;
}

.wa-float-btn {
  background: linear-gradient(135deg, #25d366, #128c7e);
  box-shadow: 0 16px 34px rgba(18, 140, 126, .28);
}

.mobile-nav {
  box-shadow: 0 -16px 35px rgba(16, 24, 40, .12);
}

.mobile-nav__item {
  min-width: 0;
  white-space: nowrap;
}

.mobile-nav__item span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

@media (max-width: 991px) {
  body {
    padding-top: 64px;
  }

  #header-sticky {
    min-height: 64px;
  }

  .tp-header-main__area {
    padding: 8px 12px;
  }

  .tp-header-main__menu-wrapper,
  .tp-header-main__menu-bg {
    min-height: auto;
  }

  .tp-header-main__right-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .tp-header-main__xl-logo img {
    max-height: 38px;
    width: auto;
  }

  .tp-hero__title,
  .tp-contact-title {
    font-size: clamp(32px, 9vw, 46px) !important;
    line-height: 1.08 !important;
  }

  .tp-contact-form {
    padding: 28px 20px;
  }
}

@media (max-width: 575px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mobile-nav__inner {
    gap: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .mobile-nav__item {
    font-size: 10px;
    padding-left: 4px;
    padding-right: 4px;
  }
}

/* Article experience redesign */
body.article-index-page,
body.article-page {
  background: #f5f7fb;
}

.article-index-page .breadcrumb__area,
.article-page .breadcrumb__area {
  display: none;
}

.article-index-page .postbox__area.newsroom,
.article-page .postbox__area {
  padding-top: 92px;
  padding-bottom: 88px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f7fb 34%, #f5f7fb 100%);
}

.newsroom {
  --news-red: #bb1919;
  --news-ink: #1d2433;
  --news-muted: #667085;
  --news-line: #e4e7ec;
  --news-soft: #f5f7fb;
  color: var(--news-ink);
}

.newsroom__masthead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.newsroom__eyebrow,
.article-reader__category {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border: 1px solid rgba(187, 25, 25, .18);
  border-radius: 999px;
  background: rgba(187, 25, 25, .08);
  color: #9d1414;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 8px 12px;
}

.newsroom__hero-title,
.article-reader__title {
  color: #111827;
  font-family: 'IBM Plex Sans Condensed', 'Mulish', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  margin: 14px 0 14px;
  text-wrap: balance;
}

.newsroom__hero-copy {
  color: var(--news-muted);
  font-size: 17px;
  line-height: 1.7;
  max-width: 690px;
  margin: 0;
}

.newsroom__hero-search {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--news-line);
  border-radius: 999px;
  background: #fff;
  padding: 8px 8px 8px 20px;
  box-shadow: 0 18px 40px rgba(16, 24, 40, .08);
}

.newsroom__hero-search input {
  min-width: 0;
  flex: 1;
  height: 44px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--news-ink);
  font-weight: 600;
}

.newsroom__hero-search button {
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #bb1919;
  color: #fff;
  font-weight: 800;
  padding: 0 20px;
}

.newsroom__panel {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.newsroom__panel::before,
.newsroom__panel::after {
  display: none !important;
}

.newsroom__filters {
  position: sticky;
  top: 84px;
  z-index: 7;
  gap: 14px !important;
  margin-bottom: 28px !important;
  padding: 12px !important;
  border: 1px solid rgba(228, 231, 236, .92) !important;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 38px rgba(16, 24, 40, .08);
  backdrop-filter: blur(14px);
}

.newsroom__chips,
.newsroom__sort {
  gap: 8px !important;
}

.newsroom__chips a,
.newsroom__sort a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid var(--news-line) !important;
  border-radius: 999px;
  background: #fff;
  color: var(--news-ink) !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  padding: 9px 14px !important;
}

.newsroom__chips a.active,
.newsroom__sort a.active,
.newsroom__chips a:hover,
.newsroom__sort a:hover {
  border-color: #bb1919 !important;
  background: #bb1919;
  color: #fff !important;
}

.newsroom__sort-label {
  color: var(--news-muted) !important;
  font-weight: 800;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.newsroom__layout {
  margin-bottom: 34px !important;
}

.newsroom__lead-slider .swiper {
  border: 0 !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 60px rgba(16, 24, 40, .14);
}

.newsroom__lead.media {
  min-height: 430px;
  border-radius: 24px !important;
}

.newsroom__lead .ratiobox--4-3::before {
  padding-top: 58%;
}

.media--text-overlay .media__text {
  padding: 34px !important;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) 0%, rgba(17, 24, 39, .88) 74%) !important;
}

.newsroom__lead .media__title {
  max-width: 760px;
  font-size: clamp(28px, 4vw, 46px) !important;
  line-height: 1.05 !important;
  letter-spacing: 0;
}

.media__excerpt {
  color: inherit;
  opacity: .84;
  font-size: 15px;
  line-height: 1.65;
  margin: 10px 0 0;
}

.newsroom__lead .media__excerpt {
  max-width: 640px;
  color: rgba(255, 255, 255, .88);
}

.media__author {
  margin-top: 12px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 700;
}

.newsroom__latest-grid {
  align-items: end !important;
  margin-bottom: 20px !important;
}

.newsroom__section-title {
  color: #111827;
  font-size: 26px;
  font-weight: 800;
  margin: 0;
}

.list-content {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
  gap: 24px !important;
}

.list-content__item {
  width: auto !important;
}

.list-content__item.column-6 {
  max-width: none;
  flex: none;
}

.media--image-radius {
  height: 100%;
  border: 1px solid rgba(228, 231, 236, .95) !important;
  border-radius: 20px !important;
  background: #fff !important;
  padding: 12px !important;
  box-shadow: 0 16px 42px rgba(16, 24, 40, .08) !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.media--image-radius:hover {
  border-color: rgba(187, 25, 25, .28) !important;
  box-shadow: 0 22px 54px rgba(16, 24, 40, .13) !important;
  transform: translateY(-3px);
}

.list-content .media__image {
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
}

.list-content .media__text {
  min-height: 0 !important;
  padding: 16px 4px 4px !important;
}

.media__subtitle {
  width: fit-content;
  border-radius: 999px;
  background: rgba(187, 25, 25, .08);
  color: #9d1414 !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  padding: 5px 10px;
}

.list-content .media__title {
  color: #111827;
  font-family: 'IBM Plex Sans Condensed', 'Mulish', sans-serif;
  font-size: 21px !important;
  line-height: 1.22 !important;
  margin: 12px 0 8px !important;
}

.list-content .media__excerpt {
  color: var(--news-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.media__date {
  color: #667085 !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  margin-top: 14px;
}

.newsroom__empty {
  border: 1px solid var(--news-line);
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 16px 42px rgba(16, 24, 40, .08);
}

.newsroom + .row .page-numbers,
.newsroom + .row .pagination,
.postbox__area.newsroom .pagination {
  justify-content: center;
  gap: 8px;
}

.postbox__area.newsroom .pagination a,
.postbox__area.newsroom .pagination span,
.postbox__area.newsroom .page-numbers {
  min-width: 42px;
  height: 42px;
  border-radius: 999px !important;
  border: 1px solid var(--news-line);
  background: #fff;
  color: var(--news-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.postbox__area.newsroom .pagination .active,
.postbox__area.newsroom .pagination a:hover,
.postbox__area.newsroom .page-numbers.current,
.postbox__area.newsroom .page-numbers:hover {
  border-color: #bb1919;
  background: #bb1919;
  color: #fff;
}

.news-sidebar {
  position: sticky;
  top: 102px;
}

.newsroom .news-sidebar .sidebar__widget,
.article-page .news-sidebar .sidebar__widget {
  border: 1px solid rgba(228, 231, 236, .95) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 16px 42px rgba(16, 24, 40, .08) !important;
}

.newsroom .news-sidebar .sidebar__widget-title,
.article-page .news-sidebar .sidebar__widget-title {
  border-left: 0 !important;
  padding-left: 0 !important;
  color: #111827;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.article-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 2000;
  background: transparent;
}

.article-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: #bb1919;
  transition: width .12s linear;
}

.article-page .postbox__area {
  color: #1d2433;
}

.article-reader__header {
  margin-bottom: 28px;
}

.article-reader__category {
  margin-bottom: 12px;
}

.article-reader__title {
  max-width: 840px;
  font-size: clamp(34px, 4.8vw, 60px);
}

.article-reader__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: #667085;
  font-size: 14px;
  font-weight: 700;
}

.article-reader__meta span + span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 14px;
  border-radius: 50%;
  background: #d0d5dd;
  vertical-align: middle;
}

.article-page .postbox__item {
  border-radius: 24px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 18px 48px rgba(16, 24, 40, .08);
}

.article-page .postbox__thumb {
  border-radius: 22px !important;
  margin-bottom: 24px;
}

.article-page .postbox__content {
  padding: 0;
}

.article-page .postbox__meta,
.article-page .postbox__title {
  display: none;
}

.article-page .postbox__text {
  max-width: 68ch;
  color: #1d2433;
  font-size: clamp(17px, 1vw + 14px, 19px);
  line-height: 1.78;
  overflow-wrap: break-word;
}

.article-page .postbox__text p {
  margin-bottom: 1.15em;
}

.article-page .postbox__text h2,
.article-page .postbox__text h3,
.article-page .postbox__text h4 {
  color: #111827;
  line-height: 1.22;
  margin: 1.65em 0 .65em;
  text-wrap: balance;
}

.article-page .postbox__text blockquote {
  border-left: 4px solid #bb1919;
  border-radius: 0 16px 16px 0;
  background: #f9fafb;
  margin: 28px 0;
  padding: 20px 24px;
  color: #344054;
}

.article-page .postbox__text img {
  border-radius: 18px;
}

.article-page .postbox__text table {
  border-radius: 14px;
  background: #fff;
}

.article-page .postbox__details-share-wrapper {
  max-width: 68ch;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #eaecf0;
}

@media (max-width: 1199px) {
  .newsroom__masthead {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .newsroom__hero-search {
    max-width: 620px;
  }
}

@media (max-width: 991px) {
  .article-index-page .postbox__area.newsroom,
  .article-page .postbox__area {
    padding-top: 58px;
    padding-bottom: 72px;
  }

  .newsroom__filters {
    position: relative;
    top: auto;
    align-items: stretch !important;
  }

  .newsroom__chips,
  .newsroom__sort {
    flex-wrap: nowrap !important;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
  }

  .newsroom__chips a,
  .newsroom__sort a {
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .news-sidebar {
    position: static;
    margin-top: 30px;
  }

  .article-page .postbox__item {
    padding: 22px;
  }
}

@media (max-width: 575px) {
  .newsroom__hero-title,
  .article-reader__title {
    font-size: 34px;
  }

  .newsroom__hero-copy {
    font-size: 15px;
  }

  .newsroom__hero-search {
    border-radius: 18px;
    align-items: stretch;
    flex-direction: column;
    padding: 12px;
  }

  .newsroom__hero-search input {
    width: 100%;
    padding: 0 6px;
  }

  .newsroom__hero-search button {
    width: 100%;
  }

  .newsroom__filters {
    margin-left: -6px;
    margin-right: -6px;
  }

  .newsroom__lead.media {
    min-height: 360px;
  }

  .media--text-overlay .media__text {
    padding: 22px !important;
  }

  .newsroom__lead .media__title {
    font-size: 28px !important;
  }

  .list-content {
    grid-template-columns: 1fr !important;
  }

  .article-page .postbox__item {
    border-radius: 18px;
    padding: 18px;
  }

  .article-reader__meta span + span::before {
    display: none;
  }
}
