/* 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;
}

.label_bronze_0456 {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.pro-ec18 {
  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);
}

.footer_next_af7c {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.section_4ad2 img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.menu-fixed-85cf {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.outer_63ec {
  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);
}

.outer_63ec:active {
  transform: scale(0.98);
}

.notification_tall_30bd {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.notification_tall_30bd:hover {
  background: var(--red-mist);
}

.purple-7fc5 {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.purple-7fc5:hover {
  background: var(--red-deep);
}

.stone-b504 {
  background: var(--ink);
  color: var(--white);
}

.stone-b504:hover {
  background: #333;
}

.hot_0f4c {
  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;
}

.hot_0f4c span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.message_inner_30bb {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.slider_c596 {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.slider_c596 a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.slider_c596 a:hover,
.slider_c596 a.next-54aa {
  color: var(--red);
}

.slider_c596 a.next-54aa::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.center_1250 {
  display: none;
  padding: 0.25rem 0 1rem;
}

.center_1250.fn-open-535e {
  display: block;
}

.center_1250 a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.wood-3be6 {
  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);
}

.alert_orange_6629 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.accent-4edb {
  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;
}

.accent-4edb::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.texture-white-dc16 {
  display: none;
}

.wood-3be6 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);
}

.feature-b1e9 {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.soft-34c4 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.disabled-2e4c {
  display: flex;
  justify-content: center;
  position: relative;
}

.disabled-2e4c::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%);
}

.disabled-2e4c 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);
}

.wood-3be6 h1,
.feature-b1e9,
.soft-34c4,
.disabled-2e4c {
  animation: soft-in 0.8s var(--ease) both;
}

.feature-b1e9 { animation-delay: 0.06s; }
.soft-34c4 { animation-delay: 0.12s; }
.disabled-2e4c { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.mask_solid_4c15 {
  padding: 0 0 2.5rem;
}

.bronze-5b02 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.container-e39e {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.container-e39e strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.container-e39e span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.right_c46c {
  padding: 3.75rem 0;
}

.stale-758f {
  background: var(--snow);
}

.inner_4684 {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.right-49e4 {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.plasma-87c8 {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.right-49e4 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;
}

.right-49e4 p {
  margin: 0;
  color: var(--mute);
}

.fn-show-535e {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-535e.fn-on-535e {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.icon-easy-3ef9 {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.surface-rough-036f {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.surface-rough-036f .wood-2c50 {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.feature_lower_6158 {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.feature_lower_6158 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.tall-db7d {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.breadcrumb-right-c45b {
  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);
}

.breadcrumb-right-c45b:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.background_top_49d4 {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.breadcrumb-right-c45b h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.breadcrumb-right-c45b p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.texture-orange-c01b {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.alert-1b26 {
  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);
}

.alert-1b26:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.red-2179 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.highlight-66b1 {
  min-width: 0;
}

.bright-1c8c {
  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;
}

.accent-upper-ca5d {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hard-50ae {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.hard-50ae span:first-child {
  color: var(--red);
}

.hard-50ae span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.fast_21eb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.layout_fresh_abd2 {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.fast-d5fc {
  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);
}

.fast-d5fc img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.layout_fresh_abd2 figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.layout_fresh_abd2:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.heading-steel-0143 {
  display: grid;
  gap: 1rem;
}

.section_f5e8 {
  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;
}

.detail-6425 {
  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;
}

.section_f5e8 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.section_f5e8 p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.surface_6775 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.surface_6775 mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.surface_6775 .icon_7859 {
  background: #eaf7ef;
  color: #1f7a45;
}

.surface_6775 .bottom_0bb5 {
  background: #fff3e8;
  color: #a85a18;
}

.text-pink-0628 {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.article-fixed-3295 {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.article-fixed-3295::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.header-be9a {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.header-be9a:last-child {
  padding-bottom: 0;
}

.header-be9a::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;
}

.card_66db {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.card_66db span {
  font-weight: 600;
  color: var(--mute);
}

.header-be9a p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.disabled_e3a5 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.accent-ff8c,
.old_d1c4 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.accent-ff8c h3,
.old_d1c4 h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.soft-859d {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.soft-859d div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.soft-859d div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.soft-859d dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.soft-859d dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.old_d1c4 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 */
.media_2485 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.breadcrumb_center_ac7e {
  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;
}

.breadcrumb_center_ac7e.fn-focus-535e {
  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);
}

.mini_0f54 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.sidebar_97dd {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.filter-down-fb21 {
  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;
}

.filter-down-fb21.active-81b7 {
  color: var(--mute);
  background: var(--snow);
}

.dynamic_9208 {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.dynamic_9208 li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.92rem;
}

.dynamic_9208 span {
  color: var(--mute);
}

.paragraph-basic-1d8c {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.paragraph-basic-1d8c h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.paragraph-basic-1d8c p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.paragraph-basic-1d8c ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.paragraph-basic-1d8c li {
  margin-bottom: 0.25rem;
}

.paragraph-basic-1d8c li:last-child {
  margin-bottom: 0;
}

.easy_2f8d {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.easy_2f8d p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.easy_2f8d cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.breadcrumb_center_ac7e .outer_63ec {
  width: 100%;
}

.surface-5ede {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.surface-5ede:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-535e {
  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-535e h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-535e p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-535e .notification_tall_30bd {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-535e .notification_tall_30bd:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-535e .purple-7fc5 {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-535e .purple-7fc5:hover {
  background: var(--snow);
}

.notification-d36e {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.progress_center_6a16 {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.avatar_afa1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.primary_fe7b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.primary_fe7b a:hover {
  color: var(--red);
}

.element_d36f {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.element_d36f:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .alert_orange_6629,
  .icon-easy-3ef9,
  .disabled_e3a5,
  .media_2485 {
    grid-template-columns: 1fr;
  }

  .surface-rough-036f {
    position: static;
  }

  .feature_lower_6158 {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .tall-db7d {
    grid-template-columns: 1fr;
  }

  .texture-orange-c01b {
    grid-template-columns: 1fr 1fr;
  }

  .layout_fresh_abd2:nth-child(2) {
    transform: none;
  }

  .section_f5e8 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .label_bronze_0456 {
    width: min(100% - 1.25rem, var(--max));
  }

  .hot_0f4c {
    display: inline-flex;
  }

  .orange-dbf3 {
    display: none;
  }

  .wood-3be6 {
    padding: 2.25rem 0 1.5rem;
  }

  .disabled-2e4c img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .right_c46c {
    padding: 2.75rem 0;
  }

  .outer_63ec {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .section_4ad2 img {
    height: 30px;
  }

  .fast_21eb {
    max-width: 300px;
    margin-inline: auto;
  }

  .layout_fresh_abd2 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .texture-orange-c01b {
    grid-template-columns: 1fr;
  }

  .alert-1b26 {
    flex-direction: row;
    align-items: center;
  }

  .red-2179 {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .menu-fixed-85cf {
    gap: 0.3rem;
  }

  .bronze-5b02 {
    gap: 0.5rem;
  }

  .container-e39e {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.status-fresh-be6b {
  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);
}

.pro_bf0a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.pro_bf0a a:hover {
  color: var(--red);
}

.status-fresh-be6b 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;
}

.small-13b6 {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.section-dynamic-ebdb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.progress_3bda {
  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;
}

.section_cool_53b8 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.article-e549 {
  display: grid;
  gap: 0.85rem;
}

.frame_d972 {
  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;
}

.search_stale_d116 {
  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;
}

.item_f24a {
  min-width: 0;
}

.item_f24a h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.item_f24a p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.slider-stale-b359 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.detail-f05a {
  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;
}

.upper-0c2e {
  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);
}

.detail_c656 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.detail_c656 h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.detail_c656 strong {
  color: var(--red);
  font-size: 1.15rem;
}

.liquid-0b3c {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.gallery_red_79c9 {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.gallery_red_79c9 li {
  margin-bottom: 0.4rem;
}

.gallery_red_79c9 li:last-child {
  margin-bottom: 0;
}

.detail-f05a .outer_63ec {
  width: 100%;
}

.blue_004b {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.pagination-dirty-4106 {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.pagination-dirty-4106 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.pagination-dirty-4106 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.dropdown_advanced_48ec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.block_4a2a {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.block_4a2a p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.paper_f197 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .slider-stale-b359,
  .blue_004b,
  .dropdown_advanced_48ec {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .status-fresh-be6b {
    padding: 1.75rem 0 1.5rem;
  }

  .status-fresh-be6b h1 {
    max-width: none;
  }

  .frame_d972 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .gradient_382d {
    grid-template-columns: 1fr;
  }

  .logo_top_70a0,
  .yellow-865c {
    grid-template-columns: 1fr;
  }
}

.focused_8f20 {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.thumbnail_8a79 {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.element_bac4 {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.gradient_382d {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.gradient_382d li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.gradient_382d li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.gradient_382d a:hover {
  color: var(--red);
}

.action_745d {
  max-width: 46rem;
}

.action_745d p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.north_cdaa {
  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);
}

.north_cdaa li {
  margin-bottom: 0.55rem;
}

.north_cdaa li:last-child {
  margin-bottom: 0;
}

.logo_top_70a0 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.image-middle-dc3c {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.image-middle-dc3c h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.image-middle-dc3c p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.image-middle-dc3c a {
  color: var(--red);
  font-weight: 700;
}

.image-middle-dc3c a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.section-active-9aba {
  display: grid;
  gap: 0.7rem;
}

.text-9b02 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.text-9b02 summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.text-9b02 summary::-webkit-details-marker {
  display: none;
}

.text-9b02 summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.text-9b02[open] summary::after {
  content: "–";
}

.text-9b02 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.text-9b02 a {
  color: var(--red);
  font-weight: 700;
}

.yellow-865c {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.white_e669 {
  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);
}

.white_e669:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.white_e669 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.white_e669 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.container_9013 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.outline-52c8 {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.outline-52c8 h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.outline-52c8 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.header-08b6 {
  display: grid;
  gap: 1rem;
}

.logo_6b8e {
  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);
}

.dropdown_6567 {
  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);
}

.frame-thick-8c1f {
  min-width: 0;
}

.middle_ad2e {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.paragraph-last-8c27 {
  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;
}

.description-772b {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.description-772b li {
  margin-bottom: 0.25rem;
}

.description-772b strong {
  color: var(--ink);
}

.primary-green-01cf {
  min-width: 0;
}

.primary-green-01cf h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.primary-green-01cf p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.primary-green-01cf ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.primary-green-01cf li {
  margin-bottom: 0.3rem;
}

.hero_huge_6644 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.icon-light-3b47 {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.icon-light-3b47 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.icon-light-3b47 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .container_9013,
  .hero_huge_6644 {
    grid-template-columns: 1fr;
  }

  .logo_6b8e {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.section-active-9aba .text-9b02 {
  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) ========== */
.section-white-50cf {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.notice-b168 {
  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);
}

.complex_d912 {
  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);
}

.shade-ff2d {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.bright_c519 {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.bright_c519::placeholder {
  color: #9a9a9a;
}

.current_73f8 {
  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;
}

.footer-1fc5 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.modal_glass_e16c {
  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);
}

.modal_glass_e16c:hover,
.modal_glass_e16c.bright_ccfe {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.main-849e {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.main-849e.nav_west_09c9 {
  color: var(--red);
}

.badge_d8b9[hidden],
.text-9b02[hidden] {
  display: none !important;
}

.input-2e70 {
  margin-top: 0.15rem;
}

.input-2e70 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .complex_d912 {
    grid-template-columns: auto 1fr;
  }

  .current_73f8 {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.huge-f5b8 {
  --header: 64px;
}

.video-active-f9d9 {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.purple_c4c0 {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.pressed_6ffa {
  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);
}

.module-60c2 {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.badge-9aca {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.alert-7495 {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.main_static_6f5a {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.out_e855 {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.label-new-dd3e {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.dim_dc39 {
  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);
}

.dim_dc39:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.north-d8d8,
.dim_dc39[hidden] {
  display: none !important;
}

.column-edf5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.slider-soft-fd45 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.link-57e0 {
  min-width: 0;
  width: 100%;
}

.wrapper-green-fae8 {
  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;
}

.row_e223 {
  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);
}

.notice_3db5 {
  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;
}

.search_6fa1 {
  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);
}

.light-63f6 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.active_0631 {
  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;
}

.active_0631:hover {
  background: var(--red-mist);
}

.title_1084 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.title_1084 a,
.slow_fb22 {
  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);
}

.title_1084 a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.slow_fb22 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.gradient_fixed_1bad,
.detail-1568 {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .label-new-dd3e {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .huge-f5b8 {
    --header: 108px;
  }

  .purple_c4c0 {
    flex-wrap: wrap;
  }

  .pressed_6ffa {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .label-new-dd3e {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .dim_dc39 {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .slider-soft-fd45 {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .search_6fa1 {
    flex-direction: column;
    align-items: stretch;
  }

  .active_0631 {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .label-new-dd3e {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.border_ffb5 {
  max-width: 48rem;
}

.wide-63b4 {
  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;
}

.wide-63b4 p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.small_517e {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.small_517e > *:first-child {
  margin-top: 0;
}

.small_517e 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;
}

.small_517e 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);
}

.small_517e h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.small_517e p {
  margin: 0 0 0.95rem;
}

.small_517e ul,
.small_517e ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.small_517e li {
  margin-bottom: 0.4rem;
}

.small_517e a {
  color: var(--red);
  font-weight: 700;
}

.small_517e a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hero_476a {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.hero_476a h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.hero_476a p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.hero_476a a {
  color: var(--red);
  font-weight: 800;
}

.hero_476a a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.slider-0532 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.slider_yellow_4235 {
  justify-self: end;
}

.slider_yellow_4235 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);
}

.box_3abe {
  display: grid;
  gap: 0.9rem;
}

.table-29a8 {
  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;
}

.table-29a8:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.over-9a74 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.label_tiny_028f {
  min-width: 0;
}

.label_tiny_028f h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.label_tiny_028f p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.menu_0efd {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.filter_pink_efa8 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.filter_pink_efa8 a,
.menu_0efd a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.menu_0efd p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .slider-0532 {
    grid-template-columns: 1fr;
  }

  .slider_yellow_4235 {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .table-29a8 {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.label-7fe1 {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.label-7fe1 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.label-7fe1 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.wrapper-right-1e5a {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.wrapper-inner-c62a {
  grid-column: 1 / -1;
}

.disabled_e3a5:has(.wrapper-inner-c62a) {
  grid-template-columns: 1fr;
}

/* css-noise: bf61 */
.shadow-element-m8 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.2;
}
