/* id-no9 — soft Merah Putih, airy layout */
:root {
  --red: #d8212e;
  --red-deep: #b41824;
  --red-mist: #fff1f2;
  --red-line: rgba(216, 33, 46, 0.18);
  --white: #ffffff;
  --snow: #faf7f7;
  --ink: #1a1a1a;
  --mute: #6b6b6b;
  --line: rgba(26, 26, 26, 0.08);
  --radius: 20px;
  --radius-sm: 12px;
  --header: 60px;
  --max: 1040px;
  --serif: "Literata", Georgia, serif;
  --sans: "Figtree", "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
  padding-top: var(--header);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

.chip-static-40e3 {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.image-449f {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.notification-gold-3203 {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.sidebar-62fa img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.hovered_4061 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.modal_hovered_c80d {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.5rem 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), transform 0.2s var(--ease), box-shadow 0.25s var(--ease);
}

.modal_hovered_c80d:active {
  transform: scale(0.98);
}

.cold-3570 {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.cold-3570:hover {
  background: var(--red-mist);
}

.green_2435 {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.green_2435:hover {
  background: var(--red-deep);
}

.selected_fc15 {
  background: var(--ink);
  color: var(--white);
}

.selected_fc15:hover {
  background: #333;
}

.upper-4ece {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.upper-4ece span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.container-c051 {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.green_977c {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.green_977c a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.green_977c a:hover,
.green_977c a.summary_easy_065c {
  color: var(--red);
}

.green_977c a.summary_easy_065c::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.gas_059f {
  display: none;
  padding: 0.25rem 0 1rem;
}

.gas_059f.fn-open-24f8 {
  display: block;
}

.gas_059f a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.label_rough_1f65 {
  position: relative;
  padding: 3.5rem 0 2.5rem;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 100% 0%, rgba(216, 33, 46, 0.1), transparent 55%),
    radial-gradient(700px 380px at 0% 100%, rgba(216, 33, 46, 0.05), transparent 50%),
    var(--white);
}

.aside-green-e358 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.stone-67a4 {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 1rem;
}

.stone-67a4::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.message_7a7f {
  display: none;
}

.label_rough_1f65 h1 {
  font-family: var(--serif);
  font-size: clamp(1.65rem, 4.2vw, 2.55rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 0.85rem;
  max-width: 22ch;
  color: var(--ink);
}

.overlay_1637 {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.tabs-bottom-9fa2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.container-basic-9281 {
  display: flex;
  justify-content: center;
  position: relative;
}

.container-basic-9281::before {
  content: "";
  position: absolute;
  width: min(300px, 80%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--red-mist);
  z-index: 0;
  transform: translate(8%, 6%);
}

.container-basic-9281 img {
  position: relative;
  z-index: 1;
  width: min(260px, 68vw);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 24px 50px rgba(216, 33, 46, 0.16);
}

.label_rough_1f65 h1,
.overlay_1637,
.tabs-bottom-9fa2,
.container-basic-9281 {
  animation: soft-in 0.8s var(--ease) both;
}

.overlay_1637 { animation-delay: 0.06s; }
.tabs-bottom-9fa2 { animation-delay: 0.12s; }
.container-basic-9281 { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.basic-1932 {
  padding: 0 0 2.5rem;
}

.action-a92c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.dim_54e9 {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.dim_54e9 strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.dim_54e9 span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.thick-5507 {
  padding: 3.75rem 0;
}

.block-75fa {
  background: var(--snow);
}

.accordion_c691 {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.tall_0e70 {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.out_7792 {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.tall_0e70 h2 {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 0.55rem;
}

.tall_0e70 p {
  margin: 0;
  color: var(--mute);
}

.fn-show-24f8 {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-24f8.fn-on-24f8 {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.wide_69ed {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.video-a6fd {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.video-a6fd .active-complex-5f02 {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.bronze-376d {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.bronze-376d p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.static_feda {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.in-714c {
  padding: 1.35rem 1.3rem 1.4rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.in-714c:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.tag-26d1 {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.in-714c h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.in-714c p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.breadcrumb-9525 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.medium-97ad {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
  padding: 1rem 0.95rem 1.05rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), transform 0.25s var(--ease);
}

.medium-97ad:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.under_bb19 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.silver-0cd8 {
  min-width: 0;
}

.nav-28a1 {
  margin: 0 0 0.3rem;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.media-4285 {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bronze_58a3 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.bronze_58a3 span:first-child {
  color: var(--red);
}

.bronze_58a3 span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.picture_tall_2aeb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.last-0786 {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.feature_db05 {
  padding: 0.65rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(26, 26, 26, 0.06);
}

.feature_db05 img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.last-0786 figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.last-0786:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.slow-f64d {
  display: grid;
  gap: 1rem;
}

.dirty_f681 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  padding: 1.4rem 1.35rem;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  min-width: 0;
}

.gas-b882 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--red-mist);
  color: var(--red);
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dirty_f681 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.dirty_f681 p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.menu_5c55 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.menu_5c55 mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.menu_5c55 .detail-d16c {
  background: #eaf7ef;
  color: #1f7a45;
}

.menu_5c55 .feature_009e {
  background: #fff3e8;
  color: #a85a18;
}

.slider_bronze_b5f6 {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.brown-1eff {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.brown-1eff::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.gas_1f79 {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.gas_1f79:last-child {
  padding-bottom: 0;
}

.gas_1f79::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 0.45rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--red);
  box-sizing: border-box;
}

.container_static_ded0 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.container_static_ded0 span {
  font-weight: 600;
  color: var(--mute);
}

.gas_1f79 p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.hot_5b75 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.hidden-small-0290,
.title-glass-754f {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.hidden-small-0290 h3,
.title-glass-754f h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.bottom_e9e3 {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.bottom_e9e3 div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.bottom_e9e3 div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.bottom_e9e3 dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.bottom_e9e3 dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.title-glass-754f code {
  display: block;
  word-break: break-all;
  font-size: 0.78rem;
  line-height: 1.5;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--snow);
  color: var(--ink);
  margin-bottom: 0.85rem;
  font-family: ui-monospace, Consolas, monospace;
}

/* versions: gentle twin */
.block-1d36 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.copper_ad7a {
  padding: 1.5rem 1.35rem 1.45rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.copper_ad7a.fn-focus-24f8 {
  border-color: transparent;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, var(--red), #ff7a85) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 16px 36px rgba(216, 33, 46, 0.1);
}

.article_0ecc {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.focus_fresh_6247 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.dropdown_upper_b206 {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--red);
  background: var(--red-mist);
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
}

.dropdown_upper_b206.sort-a132 {
  color: var(--mute);
  background: var(--snow);
}

.article_3042 {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.article_3042 li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.92rem;
}

.article_3042 span {
  color: var(--mute);
}

.element_purple_eee0 {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.element_purple_eee0 h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.element_purple_eee0 p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.element_purple_eee0 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.element_purple_eee0 li {
  margin-bottom: 0.25rem;
}

.element_purple_eee0 li:last-child {
  margin-bottom: 0;
}

.alert_ec4b {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.alert_ec4b p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.alert_ec4b cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.copper_ad7a .modal_hovered_c80d {
  width: 100%;
}

.hidden-f628 {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.hidden-f628:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-24f8 {
  margin-top: 2rem;
  padding: 2.25rem 1.5rem;
  border-radius: calc(var(--radius) + 4px);
  background: var(--red);
  color: var(--white);
  text-align: center;
  box-shadow: 0 20px 44px rgba(216, 33, 46, 0.25);
}

.fn-close-24f8 h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-24f8 p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-24f8 .cold-3570 {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-24f8 .cold-3570:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-24f8 .green_2435 {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-24f8 .green_2435:hover {
  background: var(--snow);
}

.aside_wide_a62a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.detail-cd68 {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.layout-9368 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.logo-6632 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.logo-6632 a:hover {
  color: var(--red);
}

.focus_wide_77d8 {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.focus_wide_77d8:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .aside-green-e358,
  .wide_69ed,
  .hot_5b75,
  .block-1d36 {
    grid-template-columns: 1fr;
  }

  .video-a6fd {
    position: static;
  }

  .bronze-376d {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .static_feda {
    grid-template-columns: 1fr;
  }

  .breadcrumb-9525 {
    grid-template-columns: 1fr 1fr;
  }

  .last-0786:nth-child(2) {
    transform: none;
  }

  .dirty_f681 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .chip-static-40e3 {
    width: min(100% - 1.25rem, var(--max));
  }

  .upper-4ece {
    display: inline-flex;
  }

  .panel-brown-8cee {
    display: none;
  }

  .label_rough_1f65 {
    padding: 2.25rem 0 1.5rem;
  }

  .container-basic-9281 img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .thick-5507 {
    padding: 2.75rem 0;
  }

  .modal_hovered_c80d {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .sidebar-62fa img {
    height: 30px;
  }

  .picture_tall_2aeb {
    max-width: 300px;
    margin-inline: auto;
  }

  .last-0786 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .breadcrumb-9525 {
    grid-template-columns: 1fr;
  }

  .medium-97ad {
    flex-direction: row;
    align-items: center;
  }

  .under_bb19 {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .hovered_4061 {
    gap: 0.3rem;
  }

  .action-a92c {
    gap: 0.5rem;
  }

  .dim_54e9 {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.logo_dim_a36b {
  padding: 2.5rem 0 2rem;
  background:
    radial-gradient(700px 320px at 100% 0%, rgba(216, 33, 46, 0.08), transparent 55%),
    var(--white);
  border-bottom: 1px solid var(--line);
}

.video_current_e97b {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.video_current_e97b a:hover {
  color: var(--red);
}

.logo_dim_a36b h1 {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3.8vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 0.75rem;
  max-width: 28ch;
}

.input_soft_c454 {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.overlay_cool_6730 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.frame_hot_7549 {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--red-mist);
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 800;
}

.wide_cf32 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.video_2f2e {
  display: grid;
  gap: 0.85rem;
}

.out_161f {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.content-warm-3ae4 {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.overlay_8b80 {
  min-width: 0;
}

.overlay_8b80 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.overlay_8b80 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.active-0db0 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.stale-0228 {
  padding: 1.4rem 1.3rem 1.45rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.feature-new-0887 {
  border-color: transparent;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, var(--red), #ff7a85) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 14px 32px rgba(216, 33, 46, 0.08);
}

.input-7686 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.input-7686 h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.input-7686 strong {
  color: var(--red);
  font-size: 1.15rem;
}

.iron_cb32 {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.overlay_out_ff29 {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.overlay_out_ff29 li {
  margin-bottom: 0.4rem;
}

.overlay_out_ff29 li:last-child {
  margin-bottom: 0;
}

.stale-0228 .modal_hovered_c80d {
  width: 100%;
}

.info-gold-1f1a {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.surface-0db4 {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.surface-0db4 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.surface-0db4 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.slider_cbeb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.layout_lite_0907 {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.layout_lite_0907 p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.last_8b28 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .active-0db0,
  .info-gold-1f1a,
  .slider_cbeb {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .logo_dim_a36b {
    padding: 1.75rem 0 1.5rem;
  }

  .logo_dim_a36b h1 {
    max-width: none;
  }

  .out_161f {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .primary-d495 {
    grid-template-columns: 1fr;
  }

  .selected-3104,
  .tooltip-south-adde {
    grid-template-columns: 1fr;
  }
}

.avatar_in_2ebb {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.middle_f1ad {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.tag-c95b {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.primary-d495 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.primary-d495 li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.primary-d495 li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.primary-d495 a:hover {
  color: var(--red);
}

.down-7933 {
  max-width: 46rem;
}

.down-7933 p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.link-current-73f2 {
  margin: 0;
  padding: 1.1rem 1.15rem 1.1rem 2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--mute);
}

.link-current-73f2 li {
  margin-bottom: 0.55rem;
}

.link-current-73f2 li:last-child {
  margin-bottom: 0;
}

.selected-3104 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.large_9dad {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.large_9dad h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.large_9dad p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.large_9dad a {
  color: var(--red);
  font-weight: 700;
}

.large_9dad a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.icon_black_4326 {
  display: grid;
  gap: 0.7rem;
}

.accordion_e5fc {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.accordion_e5fc summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.accordion_e5fc summary::-webkit-details-marker {
  display: none;
}

.accordion_e5fc summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.accordion_e5fc[open] summary::after {
  content: "–";
}

.accordion_e5fc p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.accordion_e5fc a {
  color: var(--red);
  font-weight: 700;
}

.tooltip-south-adde {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.liquid_9ea9 {
  display: block;
  padding: 1.2rem 1.15rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.liquid_9ea9:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.liquid_9ea9 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.liquid_9ea9 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.info_top_3723 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.pagination_950e {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.pagination_950e h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.pagination_950e p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.steel_477c {
  display: grid;
  gap: 1rem;
}

.left-41ab {
  display: grid;
  grid-template-columns: 9.5rem 1fr;
  gap: 1.1rem;
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  scroll-margin-top: calc(var(--header) + 12px);
}

.tiny-90e2 {
  border-color: transparent;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, var(--red), #ff7a85) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 14px 32px rgba(216, 33, 46, 0.08);
}

.highlight-outer-7563 {
  min-width: 0;
}

.full-a706 {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.card-mini-626e {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: var(--red-mist);
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.title_active_a65c {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.title_active_a65c li {
  margin-bottom: 0.25rem;
}

.title_active_a65c strong {
  color: var(--ink);
}

.top-ea1c {
  min-width: 0;
}

.top-ea1c h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.top-ea1c p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.top-ea1c ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.top-ea1c li {
  margin-bottom: 0.3rem;
}

.description-pro-5a07 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.row_hot_013b {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.row_hot_013b h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.row_hot_013b p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .info_top_3723,
  .description-pro-5a07 {
    grid-template-columns: 1fr;
  }

  .left-41ab {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.icon_black_4326 .accordion_e5fc {
  scroll-margin-top: calc(var(--header) + 12px);
}

#faq-unduh,
#faq-instal,
#faq-versi,
#faq-keamanan,
#faq-katalog,
#faq-dukungan,
#faq-panduan {
  scroll-margin-top: calc(var(--header) + 8px);
}

/* ========== FAQ finder (unique vs original) ========== */
.pressed-a6d2 {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.yellow_5143 {
  padding: 1rem 1.1rem 1.05rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
  border: 1px dashed var(--red-line);
}

.avatar_275d {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.55rem;
  align-items: center;
  padding: 0.55rem 0.75rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(216, 33, 46, 0.06);
}

.short-5e57 {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.hover-0932 {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.hover-0932::placeholder {
  color: #9a9a9a;
}

.overlay_dark_3568 {
  border: 0;
  background: var(--red-mist);
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  cursor: pointer;
}

.widget_stale_6598 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.disabled_3901 {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--mute);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.disabled_3901:hover,
.disabled_3901.white-f9ec {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.shadow-7530 {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.shadow-7530.feature_1431 {
  color: var(--red);
}

.column-efcf[hidden],
.accordion_e5fc[hidden] {
  display: none !important;
}

.hover_0eb2 {
  margin-top: 0.15rem;
}

.hover_0eb2 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .avatar_275d {
    grid-template-columns: auto 1fr;
  }

  .overlay_dark_3568 {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.row-iron-681e {
  --header: 64px;
}

.info-9954 {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.picture-a028 {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.photo_9e5c {
  flex: 1 1 180px;
  min-width: 0;
  max-width: 420px;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--snow);
  border: 1px solid var(--line);
}

.simple_ef19 {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.active-9745 {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.search_d5b1 {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.content-4141 {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.title_out_c1f6 {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.list_selected_e76c {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.logo_9b5e {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 0.9rem 1.05rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  height: 100%;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), transform 0.25s var(--ease);
}

.logo_9b5e:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.badge_35b5,
.logo_9b5e[hidden] {
  display: none !important;
}

.liquid_64ac {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.tooltip-complex-fd3a {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.iron_0a34 {
  min-width: 0;
  width: 100%;
}

.focus_39a6 {
  margin: 0 0 0.3rem;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aside-simple-f220 {
  margin: 0 0 0.35rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 0.55rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--mute);
}

.popup-white-34bc {
  margin: 0;
  font-size: 0.8rem;
  color: var(--mute);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  white-space: normal;
}

.column-action-04c1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  padding-top: 0.15rem;
  border-top: 1px dashed var(--line);
}

.accordion-lite-85b1 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.table-a4c6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  border: 1.5px solid var(--red);
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
}

.table-a4c6:hover {
  background: var(--red-mist);
}

.notification-225c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.notification-225c a,
.fluid_91d1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--ink);
  background: var(--white);
}

.notification-225c a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.fluid_91d1 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.clean_f4df,
.gradient_hovered_5eca {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .list_selected_e76c {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .row-iron-681e {
    --header: 108px;
  }

  .picture-a028 {
    flex-wrap: wrap;
  }

  .photo_9e5c {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .list_selected_e76c {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .logo_9b5e {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .tooltip-complex-fd3a {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .column-action-04c1 {
    flex-direction: column;
    align-items: stretch;
  }

  .table-a4c6 {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .list_selected_e76c {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.popup_eeda {
  max-width: 48rem;
}

.full_3c62 {
  margin: 0 0 1.5rem;
  padding: 1.1rem 1.15rem;
  background: var(--red-mist);
  border-left: 4px solid var(--red);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.full_3c62 p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.info-tall-1c62 {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.info-tall-1c62 > *:first-child {
  margin-top: 0;
}

.info-tall-1c62 h2 {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 0.85rem;
}

.info-tall-1c62 h3 {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
  margin: 1.75rem 0 0.55rem;
  padding-top: 0.35rem;
  border-top: 1px solid var(--line);
}

.info-tall-1c62 h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.info-tall-1c62 p {
  margin: 0 0 0.95rem;
}

.info-tall-1c62 ul,
.info-tall-1c62 ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.info-tall-1c62 li {
  margin-bottom: 0.4rem;
}

.info-tall-1c62 a {
  color: var(--red);
  font-weight: 700;
}

.info-tall-1c62 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.layout_494a {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.layout_494a h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.layout_494a p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.layout_494a a {
  color: var(--red);
  font-weight: 800;
}

.layout_494a a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.active_fcc0 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.module-aa9f {
  justify-self: end;
}

.module-aa9f img {
  width: min(160px, 42vw);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(216, 33, 46, 0.12);
  background: var(--snow);
}

.text-old-d059 {
  display: grid;
  gap: 0.9rem;
}

.summary-021e {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.summary-021e:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.block_f253 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.steel_0ca9 {
  min-width: 0;
}

.steel_0ca9 h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.steel_0ca9 p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.avatar-current-6128 {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.block-188a {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.block-188a a,
.avatar-current-6128 a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.avatar-current-6128 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .active_fcc0 {
    grid-template-columns: 1fr;
  }

  .module-aa9f {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .summary-021e {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.item_8bf5 {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.item_8bf5 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.item_8bf5 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.bottom_c64f {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.medium-c62e {
  grid-column: 1 / -1;
}

.hot_5b75:has(.medium-c62e) {
  grid-template-columns: 1fr;
}

/* css-noise: 3dbf */
.ghost-box-u7 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.3;
}
