:root {
  --atum-ink: #2d1a14;
  --atum-ink-soft: #6f4b3e;
  --atum-paper: #fff8ef;
  --atum-shell: #ffe9d4;
  --atum-rose: #f2a394;
  --atum-coral: #e66f53;
  --atum-gold: #d9a441;
  --atum-gold-light: #ffe3a2;
  --atum-sea: #1f6d79;
  --atum-sea-soft: #d9f0ef;
  --atum-line: rgba(122, 68, 38, .18);
  --atum-shadow: 0 22px 70px rgba(102, 48, 22, .18);
  --atum-radius: 8px;
  color-scheme: light;
}

html {
  scroll-padding-top: 92px;
}

body {
  color: var(--atum-ink);
  background:
    linear-gradient(180deg, rgba(255, 238, 218, .92), rgba(255, 248, 239, .98) 34%, #fffaf3 70%),
    url("https://maiaonline.pt/img/gambar.jpg") center top / cover fixed;
  font-family: Arial, Helvetica, sans-serif;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(38, 91, 99, .13), transparent 36%),
    linear-gradient(180deg, rgba(255, 184, 104, .36), rgba(255, 255, 255, .78) 42%, rgba(255, 248, 239, .96));
}

.wrap {
  overflow: hidden;
}

.container {
  max-width: 1180px;
  width: min(1180px, calc(100% - 32px));
  padding-left: 0;
  padding-right: 0;
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 246, 235, .82);
  border-bottom: 1px solid rgba(217, 164, 65, .22);
  box-shadow: 0 10px 34px rgba(89, 49, 26, .08);
  backdrop-filter: blur(18px);
}

.header__row,
.header__wrap {
  min-height: 76px;
}

.logo img,
.logo--sticky img,
.footerLogo img,
.kgmModal-header-logo img {
  filter: drop-shadow(0 7px 14px rgba(116, 68, 21, .22));
}

.logo img {
  max-height: 46px;
  width: auto;
}

.header-search-box {
  background: rgba(255, 255, 255, .64);
  border: 1px solid rgba(217, 164, 65, .28);
  border-radius: var(--atum-radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.header-search-input {
  color: var(--atum-ink);
}

.header-search-input::placeholder {
  color: rgba(111, 75, 62, .72);
}

.button-default,
.kid__button,
.menu-plus-sticky,
.gan-floating-btn,
.button-login-daftar a,
.footerNewsletter-link,
.kgmModal .button {
  border-radius: var(--atum-radius) !important;
  color: #32190f !important;
  border: 1px solid rgba(217, 164, 65, .48) !important;
  background: linear-gradient(135deg, #fff0c0, #e9ad48 52%, #c9842e) !important;
  box-shadow: 0 10px 26px rgba(181, 105, 34, .25), inset 0 1px 0 rgba(255, 255, 255, .65) !important;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.button-default:hover,
.kid__button:hover,
.menu-plus-sticky:hover,
.gan-floating-btn:hover,
.button-login-daftar a:hover,
.footerNewsletter-link:hover,
.kgmModal .button:hover {
  color: #1f120c !important;
  filter: saturate(1.08) brightness(1.03);
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(181, 105, 34, .32), inset 0 1px 0 rgba(255, 255, 255, .74) !important;
}

.nav {
  background: rgba(255, 250, 244, .88);
  border-bottom: 1px solid rgba(223, 183, 104, .2);
}

.nav__wrap {
  border-radius: 0 0 var(--atum-radius) var(--atum-radius);
}

.nav__link,
.nav__sublink,
.footerMenu-link {
  color: var(--atum-ink-soft);
}

.nav__link:hover,
.nav__sublink:hover,
.footerMenu-link:hover {
  color: var(--atum-coral);
}

.row.mt2 .col-bs10-10 {
  position: relative;
  min-height: clamp(320px, 46vh, 500px);
  display: flex;
  align-items: flex-end;
  padding: clamp(26px, 4vw, 54px);
  margin-top: 18px;
  overflow: hidden;
  border-radius: var(--atum-radius);
  background:
    linear-gradient(88deg, rgba(38, 24, 19, .72), rgba(78, 49, 35, .28) 52%, rgba(255, 201, 139, .12)),
    linear-gradient(180deg, rgba(255, 198, 126, .05), rgba(50, 30, 20, .54)),
    url("https://maiaonline.pt/img/gambar.jpg") center / cover;
  box-shadow: var(--atum-shadow);
}

.row.mt2 .col-bs10-10:before {
  content: "GAN89 MAIA ONLINE";
  position: absolute;
  top: clamp(20px, 3vw, 38px);
  left: clamp(24px, 4vw, 54px);
  padding: 8px 12px;
  border: 1px solid rgba(255, 225, 159, .48);
  border-radius: var(--atum-radius);
  color: #fff4dc;
  background: rgba(62, 35, 21, .36);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.row.mt2 .col-bs10-10:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--atum-sea), var(--atum-gold-light), var(--atum-coral));
  animation: atumLine 5.5s ease-in-out infinite;
}

.read__title {
  position: relative;
  z-index: 1;
  max-width: 920px;
  color: #fff7e9;
  font-size: clamp(30px, 4.15vw, 54px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 8px 30px rgba(29, 14, 8, .42);
}

.read__title:after {
  content: "Panduan kesehatan, stamina, hidrasi, dan perawatan tubuh dalam satu kanal resmi.";
  display: block;
  max-width: 620px;
  margin-top: 18px;
  color: rgba(255, 247, 233, .86);
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1.45;
  font-weight: 500;
  text-shadow: none;
}

.js-giant-wp-sticky-parent {
  margin-top: 28px;
}

.js-read-article {
  border-radius: var(--atum-radius);
  background: rgba(255, 250, 244, .78);
  border: 1px solid rgba(217, 164, 65, .2);
  box-shadow: 0 16px 54px rgba(98, 48, 25, .08);
  backdrop-filter: blur(12px);
}

.read__header {
  margin: 0;
  padding: 18px 18px 4px;
}

.read__time a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  color: var(--atum-ink);
  border: 1px solid rgba(217, 164, 65, .28);
  border-radius: var(--atum-radius);
  background: rgba(255, 239, 210, .74);
  font-size: 12px;
  font-weight: 700;
}

.cover-photo {
  padding: 18px;
}

.cover-photo .photo__wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--atum-radius);
  box-shadow: 0 22px 54px rgba(99, 52, 27, .18);
}

.cover-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .8s ease;
}

.cover-photo:hover img {
  transform: scale(1.035);
}

.photoCarousel {
  margin: 0 18px 18px !important;
}

.button-login-daftar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.button-login-daftar a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: .5px;
}

.read__article {
  margin-top: 0 !important;
}

.read__article .col-bs9-7 {
  width: 100%;
  padding: 0 22px 28px;
}

.read__content {
  position: relative;
  color: var(--atum-ink) !important;
  font-size: 18px;
  line-height: 1.82;
}

.read__content > .clearfix {
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(122, 68, 38, .14);
  border-radius: var(--atum-radius);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, .98), rgba(255, 244, 229, .96));
  box-shadow: 0 18px 42px rgba(91, 48, 27, .12);
}

.read__content h2 {
  margin: 16px 0 18px;
  color: #3a2117 !important;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: none !important;
}

.read__content p {
  margin: 0 0 20px;
  color: #4a2d21 !important;
  font-weight: 500;
  text-shadow: none !important;
}

body.page--read .read__content,
body.page--read .read__content > .clearfix,
body.page--read .read__content h1,
body.page--read .read__content h2,
body.page--read .read__content h3,
body.page--read .read__content p,
body.page--read .read__content li,
body.page--read .read__content span,
body.page--read .read__content strong {
  color: #3a2117 !important;
  text-shadow: none !important;
}

body.page--read .read__content p,
body.page--read .read__content li {
  color: #4a2d21 !important;
}

.col-bs10-3 {
  padding-left: 22px;
}

.most,
.cyber-card,
.toto-panel-content,
.footerMain,
.kgmModal-block {
  border: 1px solid rgba(217, 164, 65, .22);
  border-radius: var(--atum-radius);
  background: rgba(255, 250, 244, .82);
  box-shadow: 0 18px 50px rgba(91, 48, 27, .1);
  backdrop-filter: blur(14px);
}

.most {
  padding: 16px;
}

.title__content {
  color: var(--atum-ink);
  font-size: 20px;
  font-weight: 800;
}

.most__list {
  position: relative;
  margin: 12px 0 0;
  padding: 14px 0 14px 54px;
  border-top: 1px solid rgba(217, 164, 65, .18);
}

.most__count {
  position: absolute;
  left: 0;
  top: 16px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #3b2418;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe8aa, #d9a441);
  font-weight: 800;
}

.most__title {
  color: rgba(45, 26, 20, .85);
  font-size: 14px;
  line-height: 1.55;
}

.cyber-card {
  padding: 22px;
  color: var(--atum-ink);
}

.cyber-header {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: flex-start;
}

.cyber-title {
  color: var(--atum-ink);
  font-size: 22px;
  line-height: 1.18;
  font-weight: 800;
}

.cyber-status {
  flex: 0 0 auto;
  padding: 6px 10px;
  color: #fff7e5;
  border-radius: var(--atum-radius);
  background: linear-gradient(135deg, var(--atum-sea), #2d8792);
  font-size: 11px;
  font-weight: 800;
}

.cyber-p {
  color: rgba(45, 26, 20, .84);
  font-size: 15px;
  line-height: 1.7;
}

.cyber-p a {
  color: var(--atum-sea) !important;
}

.cyber-footer {
  color: var(--atum-gold);
  font-weight: 800;
  letter-spacing: 1.2px;
}

.toto-panel-wrapper {
  margin-top: 24px;
}

.toto-panel-content {
  padding: 22px;
}

.toto-header h2 {
  color: var(--atum-ink);
  font-size: 28px;
  font-weight: 800;
}

.toto-header span,
.toto-panel-footer {
  color: var(--atum-ink-soft);
}

.toto-item {
  overflow: hidden;
  margin-top: 12px;
  border: 1px solid rgba(217, 164, 65, .22);
  border-radius: var(--atum-radius);
  background: rgba(255, 255, 255, .5);
}

.toto-question {
  width: 100%;
  min-height: 54px;
  padding: 16px 18px;
  color: var(--atum-ink);
  background: linear-gradient(90deg, rgba(255, 236, 201, .72), rgba(255, 255, 255, .42));
  font-weight: 800;
  text-align: left;
}

.toto-answer-inner {
  color: rgba(45, 26, 20, .82);
  font-size: 15px;
  line-height: 1.72;
}

.footerMain {
  margin-top: 44px;
  padding: 34px 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, .88), rgba(255, 232, 205, .82)),
    rgba(255, 250, 244, .86);
}

.footerDownload-store,
.footerAchievement-img {
  border-radius: var(--atum-radius);
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(217, 164, 65, .18);
}

.footerNewsletter-title,
.footerMenu-title {
  color: var(--atum-ink);
  font-weight: 800;
}

.footerBottom {
  border-top: 1px solid rgba(217, 164, 65, .22);
}

.gold-snow span {
  background: rgba(255, 215, 132, .72) !important;
  box-shadow: 0 0 16px rgba(217, 164, 65, .5);
}

.gan-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}

.gan-popup-open {
  overflow: hidden;
}

.gan-popup.is-active {
  opacity: 1;
  pointer-events: auto;
}

.gan-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 11, 7, .68);
  backdrop-filter: blur(10px);
}

.gan-popup__dialog {
  position: relative;
  width: min(92vw, 420px);
  overflow: hidden;
  border: 1px solid rgba(255, 211, 132, .52);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 248, 237, .98), rgba(255, 228, 195, .96));
  box-shadow: 0 26px 70px rgba(40, 18, 9, .45), 0 0 0 1px rgba(255, 255, 255, .18) inset;
  transform: translateY(12px) scale(.97);
  transition: transform .28s ease;
}

.gan-popup.is-active .gan-popup__dialog {
  transform: translateY(0) scale(1);
}

.gan-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 236, 201, .54);
  border-radius: 50%;
  background: rgba(22, 11, 7, .48);
  cursor: pointer;
}

.gan-popup__close:before,
.gan-popup__close:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 16px;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #fff7e9;
}

.gan-popup__close:before {
  transform: rotate(45deg);
}

.gan-popup__close:after {
  transform: rotate(-45deg);
}

.gan-popup__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #2b130b;
}

.gan-popup__body {
  padding: 22px;
  text-align: center;
}

.gan-popup__eyebrow {
  margin-bottom: 8px;
  color: #8a4f12;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gan-popup__title {
  margin: 0 0 18px;
  color: #2f170d;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 900;
}

.gan-popup__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gan-popup__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.gan-popup__button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.gan-popup__button--register {
  color: #2d180c;
  background: linear-gradient(135deg, #ffd46f, #f49a32);
  box-shadow: 0 12px 28px rgba(219, 123, 33, .28);
}

.gan-popup__button--login {
  color: #fff7e9;
  background: linear-gradient(135deg, #3d1c10, #8a4a1d);
  box-shadow: 0 12px 28px rgba(63, 29, 14, .26);
}

.gan-floating-actions {
  right: 18px;
  bottom: 18px;
  gap: 10px;
}

.gan-floating-btn {
  min-width: 112px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
}

.kgmModal.-hide {
  display: none;
}

.atum-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .72s ease, transform .72s ease;
}

.atum-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes atumLine {
  0%, 100% {
    opacity: .72;
    transform: translateX(-8%);
  }
  50% {
    opacity: 1;
    transform: translateX(8%);
  }
}

@media (max-width: 1024px) {
  .container {
    width: min(100% - 24px, 960px);
  }

  .col-bs10-7,
  .col-bs10-3 {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }

  .col-bs10-3 {
    margin-top: 24px;
  }

  .row.mt2 .col-bs10-10 {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  body {
    background-attachment: scroll;
  }

  .header {
    position: relative;
  }

  .header__row,
  .header__wrap {
    min-height: 0;
  }

  .logo {
    padding: 14px 0 8px;
    text-align: center;
  }

  .logo img {
    max-height: 40px;
  }

  .header-search-box,
  .dark-header-item,
  .menu-item.menu-plus,
  .sso__header,
  .kid__wrap {
    display: none !important;
  }

  .nav {
    display: none;
  }

  .row.mt2 .col-bs10-10 {
    min-height: 360px;
    margin-top: 12px;
    padding: 24px;
    background-position: 58% center;
  }

  .row.mt2 .col-bs10-10:before {
    left: 20px;
    top: 18px;
    font-size: 11px;
  }

  .read__title {
    font-size: 31px;
  }

  .read__title:after {
    font-size: 15px;
  }

  .js-read-article {
    margin-top: 20px;
  }

  .read__header {
    padding: 14px;
  }

  .read__header .col-bs9-3 {
    width: 100%;
    float: none;
    padding: 4px 0;
  }

  .read__time a {
    width: 100%;
  }

  .cover-photo {
    padding: 12px;
  }

  .photoCarousel {
    margin: 0 12px 14px !important;
  }

  .read__article .col-bs9-7 {
    padding: 0 16px 22px;
  }

  .read__content {
    font-size: 16px;
    line-height: 1.76;
  }

  .read__content h2 {
    font-size: 28px;
  }

  .button-login-daftar {
    grid-template-columns: 1fr;
  }

  .most,
  .cyber-card,
  .toto-panel-content {
    padding: 16px;
  }

  .gan-floating-actions {
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gan-floating-btn {
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .gan-popup {
    padding: 14px;
  }

  .gan-popup__dialog {
    width: min(94vw, 360px);
    border-radius: 16px;
  }

  .gan-popup__body {
    padding: 18px;
  }

  .gan-popup__title {
    font-size: 24px;
  }

  .gan-popup__button {
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
