/* 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;
}

.summary_426b {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.text_tiny_77c0 {
  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);
}

.fluid-d133 {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.footer_425b img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.medium-84bb {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.next_fbfe {
  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_fbfe:active {
  transform: scale(0.98);
}

.image_short_f783 {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.image_short_f783:hover {
  background: var(--red-mist);
}

.header_1bd8 {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.header_1bd8:hover {
  background: var(--red-deep);
}

.hovered-ccf7 {
  background: var(--ink);
  color: var(--white);
}

.hovered-ccf7:hover {
  background: #333;
}

.sidebar-b527 {
  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;
}

.sidebar-b527 span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.stone-698d {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.sidebar_hard_823d {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.sidebar_hard_823d a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.sidebar_hard_823d a:hover,
.sidebar_hard_823d a.surface-fluid-1246 {
  color: var(--red);
}

.sidebar_hard_823d a.surface-fluid-1246::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.thumbnail-motion-2d06 {
  display: none;
  padding: 0.25rem 0 1rem;
}

.thumbnail-motion-2d06.fn-open-45b4 {
  display: block;
}

.thumbnail-motion-2d06 a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.form_dark_eb10 {
  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);
}

.frame_cool_aca9 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.row_fast_e414 {
  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;
}

.row_fast_e414::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.easy_ded5 {
  display: none;
}

.form_dark_eb10 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);
}

.carousel_narrow_ef49 {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.copper-99e1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.media_d0c4 {
  display: flex;
  justify-content: center;
  position: relative;
}

.media_d0c4::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%);
}

.media_d0c4 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);
}

.form_dark_eb10 h1,
.carousel_narrow_ef49,
.copper-99e1,
.media_d0c4 {
  animation: soft-in 0.8s var(--ease) both;
}

.carousel_narrow_ef49 { animation-delay: 0.06s; }
.copper-99e1 { animation-delay: 0.12s; }
.media_d0c4 { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.panel-664d {
  padding: 0 0 2.5rem;
}

.gallery-0bef {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.wood_e655 {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.wood_e655 strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.wood_e655 span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.stone-8734 {
  padding: 3.75rem 0;
}

.primary-hot-0f6b {
  background: var(--snow);
}

.down_d27f {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.focused-85c5 {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.primary_7f9a {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.focused-85c5 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;
}

.focused-85c5 p {
  margin: 0;
  color: var(--mute);
}

.fn-show-45b4 {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-45b4.fn-on-45b4 {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.blue_69ad {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.highlight_d1be {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.highlight_d1be .cool-7675 {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.gas_f122 {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.gas_f122 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.background-5fe4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.liquid_d293 {
  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);
}

.liquid_d293:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.north_53c7 {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.liquid_d293 h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.liquid_d293 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.shadow_d63e {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.icon_left_230e {
  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);
}

.icon_left_230e:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.paper-bd90 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.dark_bc78 {
  min-width: 0;
}

.progress-cool-8363 {
  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;
}

.main_c3fd {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.message-4e7a {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.message-4e7a span:first-child {
  color: var(--red);
}

.message-4e7a span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.description-6436 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.gallery_71b8 {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.status-38cd {
  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);
}

.status-38cd img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.gallery_71b8 figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.gallery_71b8:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.shadow-liquid-a451 {
  display: grid;
  gap: 1rem;
}

.plasma_8807 {
  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;
}

.medium_1372 {
  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;
}

.plasma_8807 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.plasma_8807 p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.feature_new_314f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.feature_new_314f mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.feature_new_314f .heading-2730 {
  background: #eaf7ef;
  color: #1f7a45;
}

.feature_new_314f .tag_848d {
  background: #fff3e8;
  color: #a85a18;
}

.search-a9e8 {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.down_cb1b {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.down_cb1b::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.badge-f143 {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.badge-f143:last-child {
  padding-bottom: 0;
}

.badge-f143::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;
}

.dim-fe15 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.dim-fe15 span {
  font-weight: 600;
  color: var(--mute);
}

.badge-f143 p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.progress-ed2d {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.primary_over_fa47,
.fixed_13c5 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.primary_over_fa47 h3,
.fixed_13c5 h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.tooltip-2042 {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.tooltip-2042 div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.tooltip-2042 div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.tooltip-2042 dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.tooltip-2042 dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.fixed_13c5 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 */
.wide_ae4b {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.image-tall-f75b {
  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;
}

.image-tall-f75b.fn-focus-45b4 {
  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);
}

.outline_next_a608 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.list_e7a6 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.fresh-8ff7 {
  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;
}

.fresh-8ff7.fluid-b870 {
  color: var(--mute);
  background: var(--snow);
}

.video-inner-97a1 {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.video-inner-97a1 li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.92rem;
}

.video-inner-97a1 span {
  color: var(--mute);
}

.slow-8da3 {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.slow-8da3 h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.slow-8da3 p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.slow-8da3 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.slow-8da3 li {
  margin-bottom: 0.25rem;
}

.slow-8da3 li:last-child {
  margin-bottom: 0;
}

.liquid-e537 {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.liquid-e537 p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.liquid-e537 cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.image-tall-f75b .next_fbfe {
  width: 100%;
}

.short-e263 {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.short-e263:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-45b4 {
  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-45b4 h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-45b4 p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-45b4 .image_short_f783 {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-45b4 .image_short_f783:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-45b4 .header_1bd8 {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-45b4 .header_1bd8:hover {
  background: var(--snow);
}

.static_7d4c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.media_hard_79d5 {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.heading-purple-ba6f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.advanced_a68f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.advanced_a68f a:hover {
  color: var(--red);
}

.pagination-south-7112 {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.pagination-south-7112:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .frame_cool_aca9,
  .blue_69ad,
  .progress-ed2d,
  .wide_ae4b {
    grid-template-columns: 1fr;
  }

  .highlight_d1be {
    position: static;
  }

  .gas_f122 {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .background-5fe4 {
    grid-template-columns: 1fr;
  }

  .shadow_d63e {
    grid-template-columns: 1fr 1fr;
  }

  .gallery_71b8:nth-child(2) {
    transform: none;
  }

  .plasma_8807 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .summary_426b {
    width: min(100% - 1.25rem, var(--max));
  }

  .sidebar-b527 {
    display: inline-flex;
  }

  .outer-9cfa {
    display: none;
  }

  .form_dark_eb10 {
    padding: 2.25rem 0 1.5rem;
  }

  .media_d0c4 img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .stone-8734 {
    padding: 2.75rem 0;
  }

  .next_fbfe {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .footer_425b img {
    height: 30px;
  }

  .description-6436 {
    max-width: 300px;
    margin-inline: auto;
  }

  .gallery_71b8 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .shadow_d63e {
    grid-template-columns: 1fr;
  }

  .icon_left_230e {
    flex-direction: row;
    align-items: center;
  }

  .paper-bd90 {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .medium-84bb {
    gap: 0.3rem;
  }

  .gallery-0bef {
    gap: 0.5rem;
  }

  .wood_e655 {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.pattern-0cef {
  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);
}

.icon_iron_99a7 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.icon_iron_99a7 a:hover {
  color: var(--red);
}

.pattern-0cef 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;
}

.copper_d102 {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.east-8e16 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.chip_white_c7b6 {
  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;
}

.primary_large_ef86 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.gallery-inner-1fa0 {
  display: grid;
  gap: 0.85rem;
}

.hover_short_1ffe {
  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;
}

.pro_60cf {
  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;
}

.section-rough-f59c {
  min-width: 0;
}

.section-rough-f59c h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.section-rough-f59c p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.new_76f9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.search-right-103d {
  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;
}

.pressed-53ca {
  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);
}

.static-6efb {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.static-6efb h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.static-6efb strong {
  color: var(--red);
  font-size: 1.15rem;
}

.secondary_pink_ba0c {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.panel_a8e3 {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.panel_a8e3 li {
  margin-bottom: 0.4rem;
}

.panel_a8e3 li:last-child {
  margin-bottom: 0;
}

.search-right-103d .next_fbfe {
  width: 100%;
}

.picture_pink_04d3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.tag_f772 {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.tag_f772 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.tag_f772 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.huge_98df {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.heading-first-17d0 {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.heading-first-17d0 p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.article_short_bf07 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .new_76f9,
  .picture_pink_04d3,
  .huge_98df {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .pattern-0cef {
    padding: 1.75rem 0 1.5rem;
  }

  .pattern-0cef h1 {
    max-width: none;
  }

  .hover_short_1ffe {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .feature-left-f400 {
    grid-template-columns: 1fr;
  }

  .surface_north_627f,
  .sidebar_9f23 {
    grid-template-columns: 1fr;
  }
}

.gas-0926 {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.badge_5cb2 {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.tertiary_glass_5b17 {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.feature-left-f400 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.feature-left-f400 li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.feature-left-f400 li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.feature-left-f400 a:hover {
  color: var(--red);
}

.outline-prev-6379 {
  max-width: 46rem;
}

.outline-prev-6379 p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.header-047a {
  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);
}

.header-047a li {
  margin-bottom: 0.55rem;
}

.header-047a li:last-child {
  margin-bottom: 0;
}

.surface_north_627f {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.fixed-439d {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.fixed-439d h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.fixed-439d p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.fixed-439d a {
  color: var(--red);
  font-weight: 700;
}

.fixed-439d a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fast-779f {
  display: grid;
  gap: 0.7rem;
}

.warm_b9d6 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.warm_b9d6 summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.warm_b9d6 summary::-webkit-details-marker {
  display: none;
}

.warm_b9d6 summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.warm_b9d6[open] summary::after {
  content: "–";
}

.warm_b9d6 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.warm_b9d6 a {
  color: var(--red);
  font-weight: 700;
}

.sidebar_9f23 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.banner_gas_eb0c {
  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);
}

.banner_gas_eb0c:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.banner_gas_eb0c h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.banner_gas_eb0c p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.popup-fluid-0b74 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.photo-iron-2789 {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.photo-iron-2789 h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.photo-iron-2789 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.stone_e1f3 {
  display: grid;
  gap: 1rem;
}

.carousel_motion_2135 {
  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);
}

.caption-838a {
  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);
}

.menu-bb8a {
  min-width: 0;
}

.description-81fe {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.wood-6907 {
  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;
}

.filter_4306 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.filter_4306 li {
  margin-bottom: 0.25rem;
}

.filter_4306 strong {
  color: var(--ink);
}

.mask_rough_7798 {
  min-width: 0;
}

.mask_rough_7798 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.mask_rough_7798 p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.mask_rough_7798 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.mask_rough_7798 li {
  margin-bottom: 0.3rem;
}

.main_iron_bcb6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.slow-3250 {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.slow-3250 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.slow-3250 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .popup-fluid-0b74,
  .main_iron_bcb6 {
    grid-template-columns: 1fr;
  }

  .carousel_motion_2135 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.fast-779f .warm_b9d6 {
  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) ========== */
.footer_action_d5f0 {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.caption_gas_18a6 {
  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);
}

.main_inner_e24a {
  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);
}

.cold_eb2b {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.fluid_3e8f {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.fluid_3e8f::placeholder {
  color: #9a9a9a;
}

.description_thick_4092 {
  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;
}

.image_2cdd {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.down_a6d9 {
  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);
}

.down_a6d9:hover,
.down_a6d9.accent_5c9e {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.description_white_ff44 {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.description_white_ff44.upper_7347 {
  color: var(--red);
}

.list-f774[hidden],
.warm_b9d6[hidden] {
  display: none !important;
}

.full_7a17 {
  margin-top: 0.15rem;
}

.full_7a17 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .main_inner_e24a {
    grid-template-columns: auto 1fr;
  }

  .description_thick_4092 {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.article-tall-cb08 {
  --header: 64px;
}

.banner-over-0531 {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.light-20a6 {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.next_1582 {
  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);
}

.pressed_086c {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.cold-11d7 {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.frame-e5c9 {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.footer_top_a497 {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.button-4990 {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.hidden-dark-6d7e {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.east_020c {
  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);
}

.east_020c:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.surface_fab4,
.east_020c[hidden] {
  display: none !important;
}

.outline_pressed_d4a4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.stone-d75f {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.stone_e8c7 {
  min-width: 0;
  width: 100%;
}

.cold-9f0d {
  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;
}

.alert_e127 {
  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);
}

.module_48c8 {
  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;
}

.tertiary_complex_583d {
  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);
}

.active-861a {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.wood_8f09 {
  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;
}

.wood_8f09:hover {
  background: var(--red-mist);
}

.icon-9e91 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.icon-9e91 a,
.green-4933 {
  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);
}

.icon-9e91 a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.green-4933 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.down_a521,
.notice_mini_170d {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .hidden-dark-6d7e {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .article-tall-cb08 {
    --header: 108px;
  }

  .light-20a6 {
    flex-wrap: wrap;
  }

  .next_1582 {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .hidden-dark-6d7e {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .east_020c {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .stone-d75f {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .tertiary_complex_583d {
    flex-direction: column;
    align-items: stretch;
  }

  .wood_8f09 {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .hidden-dark-6d7e {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.component_red_866e {
  max-width: 48rem;
}

.small-513b {
  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;
}

.small-513b p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.banner_south_cdeb {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.banner_south_cdeb > *:first-child {
  margin-top: 0;
}

.banner_south_cdeb 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;
}

.banner_south_cdeb 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);
}

.banner_south_cdeb h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.banner_south_cdeb p {
  margin: 0 0 0.95rem;
}

.banner_south_cdeb ul,
.banner_south_cdeb ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.banner_south_cdeb li {
  margin-bottom: 0.4rem;
}

.banner_south_cdeb a {
  color: var(--red);
  font-weight: 700;
}

.banner_south_cdeb a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.surface_b5c6 {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.surface_b5c6 h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.surface_b5c6 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.surface_b5c6 a {
  color: var(--red);
  font-weight: 800;
}

.surface_b5c6 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.list-9a10 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.thumbnail_8f96 {
  justify-self: end;
}

.thumbnail_8f96 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);
}

.inner_585f {
  display: grid;
  gap: 0.9rem;
}

.pagination_4c4a {
  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;
}

.pagination_4c4a:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.dark_bfa4 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.container-e418 {
  min-width: 0;
}

.container-e418 h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.container-e418 p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.border_f405 {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.pagination_40b0 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.pagination_40b0 a,
.border_f405 a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.border_f405 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .list-9a10 {
    grid-template-columns: 1fr;
  }

  .thumbnail_8f96 {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .pagination_4c4a {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.module_paper_b3d8 {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.module_paper_b3d8 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.module_paper_b3d8 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.carousel-b9a5 {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.blue-0340 {
  grid-column: 1 / -1;
}

.progress-ed2d:has(.blue-0340) {
  grid-template-columns: 1fr;
}

/* css-noise: ec9b */
.ghost-box-u2 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.1;
}
