/* 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;
}

.mask-bcf2 {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.widget-prev-4d38 {
  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);
}

.badge_0d2c {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.tabs_fb8c img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.top-e5b8 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.next_d3f2 {
  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);
}

.next_d3f2:active {
  transform: scale(0.98);
}

.soft_9ac3 {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.soft_9ac3:hover {
  background: var(--red-mist);
}

.action_a41d {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.action_a41d:hover {
  background: var(--red-deep);
}

.carousel_defd {
  background: var(--ink);
  color: var(--white);
}

.carousel_defd:hover {
  background: #333;
}

.north_e1f4 {
  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;
}

.north_e1f4 span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.detail-ad16 {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.disabled_liquid_e9d9 {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.disabled_liquid_e9d9 a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.disabled_liquid_e9d9 a:hover,
.disabled_liquid_e9d9 a.brown_96c9 {
  color: var(--red);
}

.disabled_liquid_e9d9 a.brown_96c9::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.module_606f {
  display: none;
  padding: 0.25rem 0 1rem;
}

.module_606f.fn-open-9f39 {
  display: block;
}

.module_606f a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.last-bd0a {
  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);
}

.middle_7d46 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.component_large_73b7 {
  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;
}

.component_large_73b7::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.shade-2a0d {
  display: none;
}

.last-bd0a 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);
}

.old_a9e8 {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.background-prev-0ef9 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.liquid-2009 {
  display: flex;
  justify-content: center;
  position: relative;
}

.liquid-2009::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%);
}

.liquid-2009 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);
}

.last-bd0a h1,
.old_a9e8,
.background-prev-0ef9,
.liquid-2009 {
  animation: soft-in 0.8s var(--ease) both;
}

.old_a9e8 { animation-delay: 0.06s; }
.background-prev-0ef9 { animation-delay: 0.12s; }
.liquid-2009 { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.icon-cool-05b2 {
  padding: 0 0 2.5rem;
}

.bronze_2c26 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.active_1c1e {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.active_1c1e strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.active_1c1e span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.row-60ce {
  padding: 3.75rem 0;
}

.active-dbf4 {
  background: var(--snow);
}

.progress-5798 {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.grid_bde5 {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.texture_focused_3cbe {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.grid_bde5 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;
}

.grid_bde5 p {
  margin: 0;
  color: var(--mute);
}

.fn-show-9f39 {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-9f39.fn-on-9f39 {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.picture-static-22a2 {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.basic-8953 {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.basic-8953 .outline-large-aa33 {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.disabled_purple_1a8c {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.disabled_purple_1a8c p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.hard_6a73 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.picture_bb76 {
  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);
}

.picture_bb76:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.fixed-9fe0 {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.picture_bb76 h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.picture_bb76 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.out-bbc9 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.badge_rough_3ca7 {
  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);
}

.badge_rough_3ca7:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.pattern-east-e7a2 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.outline_thick_dcc3 {
  min-width: 0;
}

.secondary-over-4b73 {
  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;
}

.east-6d98 {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.highlight_middle_8c20 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.highlight_middle_8c20 span:first-child {
  color: var(--red);
}

.highlight_middle_8c20 span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.fast-2c78 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.filter-a0da {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.icon_warm_1962 {
  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);
}

.icon_warm_1962 img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.filter-a0da figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.filter-a0da:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.focused_733b {
  display: grid;
  gap: 1rem;
}

.notice-short-a01c {
  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-009d {
  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;
}

.notice-short-a01c h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.notice-short-a01c p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.link_fast_a03b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.link_fast_a03b mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.link_fast_a03b .search-small-ca52 {
  background: #eaf7ef;
  color: #1f7a45;
}

.link_fast_a03b .sort-386e {
  background: #fff3e8;
  color: #a85a18;
}

.primary-e201 {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.accordion_424c {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.accordion_424c::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.pro_1e1a {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.pro_1e1a:last-child {
  padding-bottom: 0;
}

.pro_1e1a::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;
}

.notification-e2f4 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.notification-e2f4 span {
  font-weight: 600;
  color: var(--mute);
}

.pro_1e1a p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.secondary_5ff3 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.preview-9771,
.accordion-4658 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.preview-9771 h3,
.accordion-4658 h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.tag_active_95b6 {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.tag_active_95b6 div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.tag_active_95b6 div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.tag_active_95b6 dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.tag_active_95b6 dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.accordion-4658 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 */
.dropdown-lower-10fc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.hot_62d6 {
  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;
}

.hot_62d6.fn-focus-9f39 {
  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);
}

.caption_wide_5a64 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.title-tall-77f7 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.mini-c90c {
  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;
}

.mini-c90c.over_c6bc {
  color: var(--mute);
  background: var(--snow);
}

.frame-basic-5bab {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.frame-basic-5bab li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.92rem;
}

.frame-basic-5bab span {
  color: var(--mute);
}

.hard-bd17 {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.hard-bd17 h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.hard-bd17 p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.hard-bd17 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.hard-bd17 li {
  margin-bottom: 0.25rem;
}

.hard-bd17 li:last-child {
  margin-bottom: 0;
}

.slider-basic-4e07 {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.slider-basic-4e07 p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.slider-basic-4e07 cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.hot_62d6 .next_d3f2 {
  width: 100%;
}

.carousel-3835 {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.carousel-3835:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-9f39 {
  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-9f39 h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-9f39 p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-9f39 .soft_9ac3 {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-9f39 .soft_9ac3:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-9f39 .action_a41d {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-9f39 .action_a41d:hover {
  background: var(--snow);
}

.media-06a0 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.notice_dirty_adea {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.hidden_hard_25eb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.tertiary-e6e8 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.tertiary-e6e8 a:hover {
  color: var(--red);
}

.chip_4cf5 {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.chip_4cf5:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .middle_7d46,
  .picture-static-22a2,
  .secondary_5ff3,
  .dropdown-lower-10fc {
    grid-template-columns: 1fr;
  }

  .basic-8953 {
    position: static;
  }

  .disabled_purple_1a8c {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .hard_6a73 {
    grid-template-columns: 1fr;
  }

  .out-bbc9 {
    grid-template-columns: 1fr 1fr;
  }

  .filter-a0da:nth-child(2) {
    transform: none;
  }

  .notice-short-a01c {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .mask-bcf2 {
    width: min(100% - 1.25rem, var(--max));
  }

  .north_e1f4 {
    display: inline-flex;
  }

  .icon_5b19 {
    display: none;
  }

  .last-bd0a {
    padding: 2.25rem 0 1.5rem;
  }

  .liquid-2009 img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .row-60ce {
    padding: 2.75rem 0;
  }

  .next_d3f2 {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .tabs_fb8c img {
    height: 30px;
  }

  .fast-2c78 {
    max-width: 300px;
    margin-inline: auto;
  }

  .filter-a0da {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .out-bbc9 {
    grid-template-columns: 1fr;
  }

  .badge_rough_3ca7 {
    flex-direction: row;
    align-items: center;
  }

  .pattern-east-e7a2 {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .top-e5b8 {
    gap: 0.3rem;
  }

  .bronze_2c26 {
    gap: 0.5rem;
  }

  .active_1c1e {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.basic_8781 {
  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);
}

.out-5a60 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.out-5a60 a:hover {
  color: var(--red);
}

.basic_8781 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;
}

.caption-8342 {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.pattern-action-34ea {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.gallery-e4d1 {
  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;
}

.title_wood_8b1d {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.preview-easy-676c {
  display: grid;
  gap: 0.85rem;
}

.large_1231 {
  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;
}

.card_new_3fbb {
  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;
}

.pressed-1ee5 {
  min-width: 0;
}

.pressed-1ee5 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.pressed-1ee5 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.thick_fa6f {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.prev-15fb {
  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;
}

.alert_f751 {
  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);
}

.accent_25f0 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.accent_25f0 h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.accent_25f0 strong {
  color: var(--red);
  font-size: 1.15rem;
}

.rough_3045 {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.focus_af5d {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.focus_af5d li {
  margin-bottom: 0.4rem;
}

.focus_af5d li:last-child {
  margin-bottom: 0;
}

.prev-15fb .next_d3f2 {
  width: 100%;
}

.rough_c040 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.slow-779d {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.slow-779d h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.slow-779d p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.paragraph-fixed-b13e {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.right_4f8d {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.right_4f8d p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.box_271e {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .thick_fa6f,
  .rough_c040,
  .paragraph-fixed-b13e {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .basic_8781 {
    padding: 1.75rem 0 1.5rem;
  }

  .basic_8781 h1 {
    max-width: none;
  }

  .large_1231 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .slider-mini-45ea {
    grid-template-columns: 1fr;
  }

  .input_yellow_0620,
  .list-clean-a08b {
    grid-template-columns: 1fr;
  }
}

.search-b9ba {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.north-42f1 {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.section_fixed_b3d5 {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.slider-mini-45ea {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.slider-mini-45ea li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.slider-mini-45ea li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.slider-mini-45ea a:hover {
  color: var(--red);
}

.caption-blue-e98f {
  max-width: 46rem;
}

.caption-blue-e98f p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.avatar-2872 {
  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);
}

.avatar-2872 li {
  margin-bottom: 0.55rem;
}

.avatar-2872 li:last-child {
  margin-bottom: 0;
}

.input_yellow_0620 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.hard-1f57 {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.hard-1f57 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.hard-1f57 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.hard-1f57 a {
  color: var(--red);
  font-weight: 700;
}

.hard-1f57 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.focus-tall-bd8b {
  display: grid;
  gap: 0.7rem;
}

.info_stone_c560 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.info_stone_c560 summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.info_stone_c560 summary::-webkit-details-marker {
  display: none;
}

.info_stone_c560 summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.info_stone_c560[open] summary::after {
  content: "–";
}

.info_stone_c560 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.info_stone_c560 a {
  color: var(--red);
  font-weight: 700;
}

.list-clean-a08b {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.accordion_right_956c {
  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);
}

.accordion_right_956c:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.accordion_right_956c h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.accordion_right_956c p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.black-e239 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.north-f463 {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.north-f463 h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.north-f463 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.fixed_1120 {
  display: grid;
  gap: 1rem;
}

.pressed_c8bd {
  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);
}

.progress-6995 {
  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);
}

.medium_1cc6 {
  min-width: 0;
}

.preview_bronze_4bc4 {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.slider-stale-e8e4 {
  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;
}

.north-6d68 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.north-6d68 li {
  margin-bottom: 0.25rem;
}

.north-6d68 strong {
  color: var(--ink);
}

.mini_f743 {
  min-width: 0;
}

.mini_f743 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.mini_f743 p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.mini_f743 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.mini_f743 li {
  margin-bottom: 0.3rem;
}

.panel_inner_4f69 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.panel_324a {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.panel_324a h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.panel_324a p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .black-e239,
  .panel_inner_4f69 {
    grid-template-columns: 1fr;
  }

  .pressed_c8bd {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.focus-tall-bd8b .info_stone_c560 {
  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) ========== */
.disabled_tall_e3df {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.frame-static-77a1 {
  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);
}

.nav-4358 {
  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);
}

.content_stone_23d1 {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.action_6be8 {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.action_6be8::placeholder {
  color: #9a9a9a;
}

.wrapper_cool_72bd {
  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;
}

.dynamic-df21 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.easy_50eb {
  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);
}

.easy_50eb:hover,
.easy_50eb.hidden_iron_34e2 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.accent-a505 {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.accent-a505.element-2ec0 {
  color: var(--red);
}

.gradient-f3de[hidden],
.info_stone_c560[hidden] {
  display: none !important;
}

.focus_light_3d38 {
  margin-top: 0.15rem;
}

.focus_light_3d38 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .nav-4358 {
    grid-template-columns: auto 1fr;
  }

  .wrapper_cool_72bd {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.header_bc01 {
  --header: 64px;
}

.texture_eb57 {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.action_967f {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.preview-bc43 {
  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);
}

.south_bba8 {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.block_next_cdfe {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.highlight_old_86b9 {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.focus-0c61 {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.next_b7b1 {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.preview_1a08 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.link_6085 {
  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);
}

.link_6085:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.backdrop_7037,
.link_6085[hidden] {
  display: none !important;
}

.shadow-1f13 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.lite-e7d6 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.widget_steel_be66 {
  min-width: 0;
  width: 100%;
}

.tabs-paper-5814 {
  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;
}

.left-236b {
  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);
}

.table-large-562f {
  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;
}

.thumbnail-dim-b0ac {
  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);
}

.wide-2247 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.left_d16c {
  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;
}

.left_d16c:hover {
  background: var(--red-mist);
}

.column_up_4aee {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.column_up_4aee a,
.tag_db19 {
  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);
}

.column_up_4aee a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.tag_db19 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.overlay_red_c575,
.preview-d8ec {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .preview_1a08 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .header_bc01 {
    --header: 108px;
  }

  .action_967f {
    flex-wrap: wrap;
  }

  .preview-bc43 {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .preview_1a08 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .link_6085 {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .lite-e7d6 {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .thumbnail-dim-b0ac {
    flex-direction: column;
    align-items: stretch;
  }

  .left_d16c {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .preview_1a08 {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.status_huge_3cae {
  max-width: 48rem;
}

.mask_9094 {
  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;
}

.mask_9094 p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.badge-ab51 {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.badge-ab51 > *:first-child {
  margin-top: 0;
}

.badge-ab51 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;
}

.badge-ab51 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);
}

.badge-ab51 h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.badge-ab51 p {
  margin: 0 0 0.95rem;
}

.badge-ab51 ul,
.badge-ab51 ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.badge-ab51 li {
  margin-bottom: 0.4rem;
}

.badge-ab51 a {
  color: var(--red);
  font-weight: 700;
}

.badge-ab51 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.media-basic-a56e {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.media-basic-a56e h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.media-basic-a56e p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.media-basic-a56e a {
  color: var(--red);
  font-weight: 800;
}

.media-basic-a56e a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.surface_north_6399 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.message_gas_6c01 {
  justify-self: end;
}

.message_gas_6c01 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);
}

.copper_6d78 {
  display: grid;
  gap: 0.9rem;
}

.text_3e12 {
  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;
}

.text_3e12:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.picture_8a08 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.sort-pro-69d3 {
  min-width: 0;
}

.sort-pro-69d3 h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.sort-pro-69d3 p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.left-7b09 {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.article_86c4 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.article_86c4 a,
.left-7b09 a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.left-7b09 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .surface_north_6399 {
    grid-template-columns: 1fr;
  }

  .message_gas_6c01 {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .text_3e12 {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.stone_8418 {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.stone_8418 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.stone_8418 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.input_bright_8887 {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.search_6312 {
  grid-column: 1 / -1;
}

.secondary_5ff3:has(.search_6312) {
  grid-template-columns: 1fr;
}

/* css-noise: 1476 */
.promo-block-p3 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.0;
}
