:root {
  --blue: #2567b7;
  --blue-dark: #082a63;
  --blue-soft: #edf4ff;
  --orange: #ff9d48;
  --red: #ef3340;
  --text: #08214d;
  --muted: #747b8a;
  --line: #e5edf8;
  --white: #ffffff;
  --shadow: 0 14px 34px rgba(21, 52, 94, 0.16);
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--text);
  background: #0b67b8;
  font-family: "Poppins", Arial, sans-serif;
  letter-spacing: 0;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

b,
strong,
h1,
h2,
h3,
.button,
.mode-button,
.nav-item,
.package-price {
  font-weight: 600;
}

.app-shell {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding: 0 18px 148px;
  overflow: visible;
}

.app-shell::before {
  content: "";
  position: absolute;
  inset: 58px 0 0;
  z-index: -2;
  background:
    radial-gradient(circle at 8% 2%, rgba(255, 255, 255, 0.74) 0, rgba(255, 255, 255, 0.36) 18%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(145deg, #d7e8f7 0%, #7fb2df 34%, #1679c5 66%, #005eaf 100%);
}

.app-shell::after {
  content: "";
  position: fixed;
  left: 9%;
  bottom: 106px;
  z-index: 1;
  width: 250px;
  height: 250px;
  background: url("assets/element-background.svg") center / contain no-repeat;
  opacity: 0.34;
  pointer-events: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: calc(100% + 36px);
  min-height: 58px;
  margin: 0 -18px;
  padding: 0 18px;
  background: linear-gradient(90deg, #eaf2ff 0, #f8fbff 100%);
}

.brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  width: 92px;
  height: auto;
  object-fit: contain;
}

.hero-title {
  text-align: left;
}

.hero-title h1 {
  margin: 0 0 2px;
  color: #061d57;
  font-size: 17px;
  line-height: 1.12;
  font-weight: 600;
}

.hero-title p {
  margin: 0;
  color: #5e6571;
  font-size: 9px;
  font-weight: 400;
}

.main-area {
  width: 100%;
  min-width: 0;
  max-width: 920px;
  margin: 26px auto 0;
  display: grid;
  place-items: center;
  flex: 1;
  position: relative;
  z-index: 2;
  padding-bottom: 18px;
}

.desktop-side {
  display: none;
}

.screen {
  display: none;
  width: min(100%, 390px);
  min-width: 0;
}

.screen.active {
  display: block;
}

#screen-lainnya {
  width: 100%;
  max-width: 100%;
}

.panel {
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  position: relative;
  z-index: 1;
}

.login-card {
  padding: 22px;
  background: linear-gradient(145deg, #ffffff 0, #eef6ff 46%, #d9eafd 100%);
  text-align: center;
}

.home-brand {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: end;
  gap: 15px;
  max-width: 268px;
  margin: 2px auto 20px;
  text-align: left;
}

.home-logo {
  display: grid;
  place-items: center;
}

.home-logo img {
  width: 90px;
  height: auto;
  object-fit: contain;
}

.domain {
  margin: 0;
  padding-bottom: 2px;
  color: #75665d;
  font-size: 9.5px;
  line-height: 1.25;
  font-weight: 600;
}

.welcome-title {
  margin: 0 0 8px;
  color: #061d57;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 600;
}

.welcome-copy {
  max-width: 290px;
  margin: 0 auto 16px;
  color: #757d8b;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
}

.mode-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 48px;
  margin-bottom: 13px;
  padding: 5px;
  border-radius: 15px;
  border: 1px solid rgba(207, 221, 241, 0.95);
  background: rgba(243, 247, 252, 0.78);
}

.mode-button {
  border: 0;
  border-radius: 12px;
  color: #6f7480;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
}

.mode-button.active {
  color: #ffffff;
  background: linear-gradient(90deg, #0d3ba7, #176df0);
}

.login-hint {
  display: none;
}

.login-form {
  display: grid;
  gap: 12px;
}

.field-wrap {
  position: relative;
  display: block;
}

.password-wrap {
  display: none;
}

.password-wrap.active {
  display: block;
}

.field {
  width: 100%;
  height: 50px;
  border: 1.5px solid rgba(219, 232, 250, 0.34);
  border-radius: 15px;
  outline: 0;
  padding: 0 17px;
  color: rgba(6, 29, 87, 0.86);
  background: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.ghost-hint {
  position: absolute;
  left: 17px;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(6, 29, 87, 0.38);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}

.field-wrap.has-value .ghost-hint {
  opacity: 0;
}

.field:focus {
  border-color: #8dbbff;
  box-shadow: 0 0 0 4px rgba(37, 103, 183, 0.1);
}

.button {
  min-height: 52px;
  border: 0;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 500;
}

.button.primary {
  color: #ffffff;
  background: linear-gradient(90deg, #0d3ba7, #176df0);
}

.button.danger {
  color: #ffffff;
  background: var(--red);
}

.button.secondary {
  color: var(--blue-dark);
  background: var(--blue-soft);
}

.package-link,
.trial-link {
  display: inline-block;
  margin-top: 14px;
  color: #176df0;
  font-size: 13px;
  font-weight: 500;
}

.notice {
  margin-top: 12px;
  padding: 9px 12px;
  border-radius: 12px;
  color: #b4232f;
  background: #fff0f2;
  font-size: 12px;
  font-weight: 500;
}

.preview-note {
  display: none;
}

.package-card,
.simple-card {
  padding: 16px;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.section-title img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.section-title h2 {
  margin: 0;
  color: #061d57;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}

.close-section {
  margin-left: auto;
  border: 0;
  color: var(--red);
  background: transparent;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.accordion-list {
  display: grid;
  gap: 14px;
}

.accordion {
  border: 1px solid rgba(218, 229, 244, 0.9);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff 0, #e8f3ff 38%, #cfe3fb 100%);
}

.accordion-toggle {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  padding: 0 15px;
  color: var(--text);
  background: transparent;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.accordion-toggle img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.accordion-toggle .plus {
  margin-left: auto;
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}

.accordion-toggle .close-section {
  display: none;
  margin-left: auto;
  padding: 0;
}

.accordion.open .accordion-toggle {
  background: transparent;
}

.accordion.open .plus {
  display: none;
}

.accordion.open .close-section {
  display: inline-block;
}

.accordion-panel {
  display: none;
  padding: 0 12px 14px;
}

.accordion.open .accordion-panel {
  display: grid;
  gap: 8px;
}

.order-hint {
  margin: -2px 2px 2px;
  color: #6f7888;
  font-size: 11px;
  font-weight: 400;
}

.package-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.9);
  color: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82), 0 4px 12px rgba(58, 104, 158, 0.05);
}

.package-item.featured {
  outline: 1px solid #8dbbff;
  background: #ffffff;
}

.package-info strong,
.package-price {
  display: block;
  color: #07398d;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 600;
}

.package-info span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
}

.package-price {
  white-space: nowrap;
  text-align: right;
}

.package-item:focus {
  outline: 2px solid #8dbbff;
  outline-offset: 2px;
}

.badge {
  display: inline-block;
  margin-left: 6px;
  margin-top: 0;
  padding: 2px 7px;
  border-radius: 999px;
  color: #ffffff;
  background: #2475ee;
  font-size: 10px;
  font-weight: 500;
}

.package-info .badge {
  display: inline-block;
  color: #ffffff;
}

.simple-card p {
  margin: 0;
  color: #687384;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
}

.help-screen {
  width: min(100%, 390px);
  padding: 1px 1px 18px;
}

.help-hero {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  align-items: center;
  padding: 16px;
  border-radius: 18px;
  color: #ffffff;
  background: #3c6fb9;
  box-shadow: var(--shadow);
}

.help-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #ffffff;
}

.help-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.help-hero h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.22;
  font-weight: 600;
}

.help-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 10.5px;
  line-height: 1.35;
  font-weight: 400;
}

.help-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
}

.help-tab {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  align-items: center;
  column-gap: 8px;
  min-width: 0;
  min-height: 44px;
  border: 1px solid rgba(207, 221, 241, 0.96);
  border-radius: 9px;
  padding: 9px 10px;
  color: #2f3340;
  background: rgba(255, 255, 255, 0.96);
  font-size: 11.5px;
  line-height: 1.18;
  font-weight: 600;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
  box-shadow: 0 4px 12px rgba(21, 52, 94, 0.06);
}

.help-tab span {
  min-width: 0;
}

.help-tab i {
  display: grid;
  place-items: center;
  justify-self: end;
  align-self: center;
  width: 18px;
  height: 18px;
  color: var(--blue);
  font-style: normal;
}

.help-tab i::before {
  content: "+";
  font-size: 18px;
  line-height: 0.8;
  font-weight: 600;
}

.help-tab.active {
  border-color: transparent;
  color: #ffffff;
  background: #ff9d48;
}

.help-tab.active i::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ffffff;
}

.help-detail[hidden] {
  display: none;
}

.help-detail {
  position: relative;
  overflow: visible;
  border-radius: 18px;
  padding: 18px 18px 20px;
  color: #ffffff;
  background: rgba(7, 55, 100, 0.93);
  box-shadow: var(--shadow);
}

.help-detail-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
}

.help-detail-title span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--orange);
}

.help-detail-title h3 {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.help-content {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.help-content p {
  margin: 0 0 8px;
}

.help-content ol {
  margin: 0;
  padding-left: 20px;
}

.help-content li {
  padding-left: 4px;
  margin-bottom: 5px;
}

.help-note {
  margin-top: 10px !important;
  color: rgba(255, 255, 255, 0.84);
}

.contact-card {
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.contact-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 11px 16px;
  color: #3c3434;
  background: #ffffff;
}

.contact-head img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.contact-head h2 {
  margin: 0;
  color: #3c3434;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
}

.contact-body {
  position: relative;
  padding: 20px 20px 20px;
  background: #3d6fb8;
}

.wa-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.wa-row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
}

.wa-row img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex: 0 0 auto;
}

.wa-row span {
  display: grid;
  min-width: 0;
}

.wa-row small {
  color: #9fe15c;
  font-size: 13px;
  line-height: 1.05;
  font-weight: 600;
}

.wa-row strong {
  color: #ffffff;
  font-size: 15.5px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0;
}

.support-mark {
  position: absolute;
  right: 30px;
  top: 42%;
  width: 86px;
  height: 86px;
  transform: translateY(-32%);
  object-fit: contain;
  opacity: 0.96;
  pointer-events: none;
}

.group-button {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  width: min(100%, 232px);
  margin: 20px auto 0;
  border-radius: 999px;
  color: #ffffff;
  background: #7fc246;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.social-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  margin-top: 12px;
  padding: 11px 15px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.social-title {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: #3c3434;
}

.social-title img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.social-title strong {
  color: #3c3434;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
}

.social-links img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.location-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin-top: 12px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
}

.location-link img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 13px;
  color: #06317c;
  background: #f5f8fd;
  font-size: 13px;
  font-weight: 500;
}

.promo-slider {
  display: flex;
  gap: 12px;
  width: calc(100% + 36px);
  margin-left: -18px;
  margin-right: -18px;
  min-width: 0;
  margin-bottom: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}

.promo-slider::-webkit-scrollbar {
  display: none;
}

.promo-slide:first-child {
  margin-left: 18px;
}

.promo-slide:last-child {
  margin-right: 18px;
}

.promo-slide {
  flex: 0 0 calc(100% - 70px);
  min-height: 118px;
  padding: 14px;
  border-radius: 18px;
  color: #ffffff;
}

.promo-slide.primary {
  background: linear-gradient(145deg, #0d3ba7, #176df0);
}

.promo-slide.green {
  background: linear-gradient(145deg, #2c7c62, #7fc246);
}

.promo-slide.sky {
  background: linear-gradient(145deg, #236cb4, #2fc3d3);
}

.promo-slide.orange {
  background: linear-gradient(145deg, #f47b3c, #ffaf59);
}

.promo-slide span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #06317c;
  background: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  font-weight: 600;
}

.promo-slide h2 {
  max-width: 210px;
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.14;
  font-weight: 600;
}

.promo-slide p {
  max-width: 230px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 10.8px;
  line-height: 1.38;
  font-weight: 400;
}

.exclusive-card {
  width: 100%;
  min-width: 0;
  padding: 14px;
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff 0, #eef6ff 46%, #d9eafd 100%);
  box-shadow: var(--shadow);
}

.exclusive-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  align-items: center;
  margin-bottom: 10px;
}

.exclusive-head img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.exclusive-head p {
  margin: 0 0 2px;
  color: #ff9345;
  font-size: 11px;
  font-weight: 600;
}

.exclusive-head h2 {
  margin: 0;
  color: #061d57;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 600;
}

.exclusive-intro {
  margin: 0 0 10px;
  color: #687384;
  font-size: 11px;
  line-height: 1.46;
  font-weight: 400;
}

.exclusive-list {
  display: grid;
  gap: 8px;
}

.exclusive-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: start;
  min-width: 0;
  padding: 10px 11px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
}

.exclusive-item img {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  object-fit: contain;
}

.exclusive-item strong,
.exclusive-item span {
  display: block;
  min-width: 0;
}

.exclusive-item strong {
  margin-bottom: 4px;
  color: #061d57;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
}

.exclusive-item span {
  color: #687384;
  font-size: 10.5px;
  line-height: 1.4;
  font-weight: 400;
}

.exclusive-footer {
  margin-top: 10px;
  padding: 11px;
  border-radius: 14px;
  color: #ffffff;
  background: #3d6fb8;
  text-align: center;
}

.exclusive-footer strong,
.exclusive-footer span {
  display: block;
}

.exclusive-footer strong {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
}

.exclusive-footer span {
  font-size: 10.5px;
  line-height: 1.35;
  font-weight: 400;
}

.powered {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 1003;
  width: min(100%, 390px);
  margin: 0;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.bottom-shade {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  height: 168px;
  background: linear-gradient(180deg, rgba(2, 44, 93, 0) 0, rgba(2, 44, 93, 0.3) 34%, rgba(1, 22, 56, 0.9) 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.34) 18%, rgba(0, 0, 0, 0.92) 48%, #000000 100%);
  mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.34) 18%, rgba(0, 0, 0, 0.92) 48%, #000000 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 54px;
  z-index: 1004;
  transform: translateX(-50%);
  width: min(calc(100% - 36px), 390px);
  min-height: 64px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
  margin: 0;
  padding: 8px 9px 7px;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 24px rgba(15, 47, 88, 0.14);
}

.nav-item {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 3px;
  border: 0;
  color: var(--blue-dark);
  background: transparent;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
}

.nav-item img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.nav-item .active-icon {
  display: none;
}

.nav-item.active {
  color: var(--red);
}

.nav-item.active .inactive-icon {
  display: none;
}

.nav-item.active .active-icon {
  display: block;
}

.system-main {
  place-items: start center;
  padding-top: 24px;
}

.system-card {
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff 0, #eef6ff 46%, #d9eafd 100%);
  box-shadow: var(--shadow);
}

.system-card.compact {
  text-align: center;
}

.system-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  border-radius: 16px;
  color: #176df0;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 0 0 1px rgba(207, 221, 241, 0.8);
}

.system-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.system-kicker {
  margin: 0 0 6px;
  color: #6f7480;
  font-size: 12px;
  font-weight: 500;
}

.system-title {
  margin: 0;
  color: #061d57;
  font-size: 21px;
  line-height: 1.18;
  font-weight: 600;
}

.system-copy {
  max-width: 280px;
  margin: 9px auto 16px;
  color: #687384;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 400;
}

.system-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 14px;
}

.system-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border: 0;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(90deg, #0d3ba7, #176df0);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.system-button.secondary {
  color: #06317c;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 0 0 1px rgba(207, 221, 241, 0.9);
}

.system-button.danger {
  background: #f33242;
}

.logout-button {
  min-width: 118px;
  gap: 8px;
}

.logout-button img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.status-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.status-summary .system-icon {
  margin: 0;
}

.status-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 7px;
  font-size: 12px;
}

.status-table td {
  padding: 9px 11px;
  background: rgba(255, 255, 255, 0.72);
}

.status-table td:first-child {
  border-radius: 12px 0 0 12px;
  color: #6f7480;
  font-weight: 400;
}

.status-table td:last-child {
  border-radius: 0 12px 12px 0;
  color: #061d57;
  font-weight: 600;
  text-align: right;
  word-break: break-word;
}

@media (max-height: 740px) and (max-width: 620px) {
  .app-shell {
    padding-top: 0;
    padding-bottom: 140px;
  }

  .main-area {
    margin-top: 20px;
  }

  .welcome-copy {
    display: block;
    max-width: 270px;
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1.24;
  }

  .home-brand {
    gap: 12px;
    max-width: 236px;
    margin-bottom: 15px;
  }

  .home-logo img {
    width: 80px;
  }

  .domain {
    font-size: 8.8px;
    line-height: 1.22;
  }

  .welcome-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .login-card {
    padding: 18px;
  }

}

@media (min-width: 760px) {
  .app-shell {
    padding: 0 34px 154px;
  }

  .app-shell::before {
    inset: 64px 0 0;
    background-size: 100% 100%;
  }

  .app-shell::after {
    left: 15%;
    bottom: 84px;
    width: 380px;
    height: 380px;
    opacity: 0.28;
  }

  .main-area {
    max-width: 980px;
  }

  .topbar {
    width: calc(100% + 68px);
    max-width: none;
    min-height: 64px;
    margin: 0 -34px;
    padding: 0 max(34px, calc((100vw - 980px) / 2));
  }

  .brand-logo {
    width: 126px;
  }

  .hero-title h1 {
    font-size: 22px;
  }

  .hero-title p {
    font-size: 11px;
  }

  .main-area {
    grid-template-columns: 1fr minmax(360px, 430px);
    gap: 42px;
    margin-top: 36px;
  }

  .app-shell .system-main {
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: start;
    margin-top: 12px;
    padding-top: 0;
  }

  .app-shell .system-main .screen {
    justify-self: center;
  }

  .app-shell.help-mode .main-area {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 28px;
  }

  .app-shell.section-mode .main-area {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 28px;
  }

  .app-shell.help-mode .desktop-side,
  .app-shell.section-mode .desktop-side {
    display: none;
  }

  .app-shell.help-mode .help-screen {
    width: min(100%, 980px);
    display: grid;
    grid-template-columns: minmax(320px, 430px) minmax(360px, 1fr);
    grid-template-rows: auto 1fr;
    gap: 16px 22px;
    align-items: start;
  }

  .app-shell.help-mode .help-hero {
    grid-column: 1;
    padding: 18px 20px;
    gap: 16px;
  }

  .app-shell.help-mode .help-icon {
    width: 48px;
    height: 48px;
  }

  .app-shell.help-mode .help-hero h2 {
    font-size: 18px;
    line-height: 1.18;
  }

  .app-shell.help-mode .help-hero p {
    max-width: none;
    font-size: 11.5px;
    line-height: 1.36;
  }

  .app-shell.help-mode .help-menu {
    grid-column: 1;
    gap: 9px;
    margin: 0;
  }

  .app-shell.help-mode .help-tab {
    min-height: 46px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 12px;
  }

  .app-shell.help-mode .help-detail {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: auto;
    overflow: visible;
    padding: 22px 26px 28px;
    border-radius: 18px;
  }

  .app-shell.help-mode .help-detail-title h3 {
    font-size: 21px;
  }

  .app-shell.help-mode .help-content {
    font-size: 14px;
    line-height: 1.48;
  }

  .promo-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .promo-slider::before,
  .promo-slider::after {
    display: none;
  }

  .promo-slide:first-child,
  .promo-slide:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .promo-slide {
    flex-basis: auto;
    min-height: 132px;
    padding: 17px;
  }

  .promo-slide h2 {
    font-size: 18px;
  }

  .promo-slide p {
    font-size: 12px;
  }

  #screen-lainnya {
    width: min(100%, 860px);
  }

  .exclusive-card {
    padding: 18px;
  }

  .exclusive-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .exclusive-item {
    padding: 12px;
  }

  .exclusive-item strong {
    font-size: 12.5px;
  }

  .exclusive-item span {
    font-size: 11px;
    line-height: 1.38;
  }

  .exclusive-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 14px;
  }

  .exclusive-footer strong {
    margin: 0;
  }

  .exclusive-footer span {
    font-size: 10px;
  }

  .desktop-side {
    display: block;
    color: #ffffff;
  }

  .desktop-side h2 {
    max-width: 390px;
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 500;
  }

  .desktop-side p {
    max-width: 360px;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 400;
  }

  .desktop-pills {
    display: grid;
    gap: 8px;
    max-width: 270px;
  }

  .desktop-pills span {
    padding: 10px 12px;
    border-radius: 12px;
    color: #06317c;
    background: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 500;
  }

  .screen,
  .bottom-nav {
    width: 430px;
  }

  .bottom-nav {
    width: min(calc(100% - 68px), 430px);
  }

  .powered {
    width: 430px;
  }
}
@media (min-width: 760px) {
  .app-shell .system-main,
  .portal-shell .system-main,
  .portal-shell.help-mode .main-area,
  .portal-shell.section-mode .main-area {
    min-height: calc(100svh - 218px);
    margin-top: 0;
    padding-top: 0;
    align-content: center;
    align-items: center;
    place-items: center;
  }

  .portal-shell .screen.active,
  .app-shell .system-main .screen.active,
  .app-shell .system-main > .system-card {
    align-self: center;
    justify-self: center;
  }
}