/* 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;
}

.center_28ac {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.status-prev-b68f {
  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);
}

.slider_fresh_d507 {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.basic_2eff img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.paragraph_dynamic_e4e7 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.notice_b255 {
  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);
}

.notice_b255:active {
  transform: scale(0.98);
}

.advanced_1f48 {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.advanced_1f48:hover {
  background: var(--red-mist);
}

.tabs-lite-bac2 {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.tabs-lite-bac2:hover {
  background: var(--red-deep);
}

.search_54eb {
  background: var(--ink);
  color: var(--white);
}

.search_54eb:hover {
  background: #333;
}

.red_e29b {
  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;
}

.red_e29b span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.text_d736 {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.nav-fast-d099 {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.nav-fast-d099 a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.nav-fast-d099 a:hover,
.nav-fast-d099 a.secondary_af98 {
  color: var(--red);
}

.nav-fast-d099 a.secondary_af98::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.lower-6561 {
  display: none;
  padding: 0.25rem 0 1rem;
}

.lower-6561.fn-open-6611 {
  display: block;
}

.lower-6561 a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.tag-action-4ead {
  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);
}

.module-south-23c4 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.table_9196 {
  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;
}

.table_9196::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.gallery-789c {
  display: none;
}

.tag-action-4ead 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);
}

.action-c37a {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.photo-blue-068a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.pro_0b23 {
  display: flex;
  justify-content: center;
  position: relative;
}

.pro_0b23::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%);
}

.pro_0b23 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);
}

.tag-action-4ead h1,
.action-c37a,
.photo-blue-068a,
.pro_0b23 {
  animation: soft-in 0.8s var(--ease) both;
}

.action-c37a { animation-delay: 0.06s; }
.photo-blue-068a { animation-delay: 0.12s; }
.pro_0b23 { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.pattern-a61d {
  padding: 0 0 2.5rem;
}

.rough_98a7 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.row-089b {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.row-089b strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.row-089b span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.black_3017 {
  padding: 3.75rem 0;
}

.thumbnail-a68d {
  background: var(--snow);
}

.prev-9c89 {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.hard_d804 {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.banner-lower-34e7 {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.hard_d804 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;
}

.hard_d804 p {
  margin: 0;
  color: var(--mute);
}

.fn-show-6611 {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-6611.fn-on-6611 {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.fluid-ec53 {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.cold_32a0 {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.cold_32a0 .block_huge_63a7 {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.paragraph-soft-a637 {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.paragraph-soft-a637 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.east-d8dc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.table_advanced_08cf {
  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);
}

.table_advanced_08cf:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.header-0738 {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.table_advanced_08cf h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.table_advanced_08cf p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.soft-26ec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.disabled-0fdc {
  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);
}

.disabled-0fdc:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.summary-dim-4cad {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.tabs-d0bb {
  min-width: 0;
}

.item_73fe {
  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;
}

.dark-4392 {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accent-under-746e {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.accent-under-746e span:first-child {
  color: var(--red);
}

.accent-under-746e span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.static_2747 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.narrow_173a {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.link-95a1 {
  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);
}

.link-95a1 img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.narrow_173a figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.narrow_173a:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.complex-905b {
  display: grid;
  gap: 1rem;
}

.input-tiny-be79 {
  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;
}

.mini-9dbc {
  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;
}

.input-tiny-be79 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.input-tiny-be79 p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.chip-1517 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.chip-1517 mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.chip-1517 .banner_f483 {
  background: #eaf7ef;
  color: #1f7a45;
}

.chip-1517 .status_outer_862c {
  background: #fff3e8;
  color: #a85a18;
}

.motion-4dff {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.pagination-3742 {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.pagination-3742::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.sort_dad9 {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.sort_dad9:last-child {
  padding-bottom: 0;
}

.sort_dad9::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;
}

.media-focused-6663 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.media-focused-6663 span {
  font-weight: 600;
  color: var(--mute);
}

.sort_dad9 p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.top-7f06 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.breadcrumb-pro-a770,
.up-8804 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.breadcrumb-pro-a770 h3,
.up-8804 h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.plasma-1766 {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.plasma-1766 div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.plasma-1766 div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.plasma-1766 dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.plasma-1766 dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.up-8804 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 */
.bronze-2de2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.text-last-86b1 {
  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;
}

.text-last-86b1.fn-focus-6611 {
  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);
}

.panel_old_f638 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.tertiary-north-649b {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.motion_8476 {
  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;
}

.motion_8476.outer-3c1e {
  color: var(--mute);
  background: var(--snow);
}

.image_copper_0b95 {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.image_copper_0b95 li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.92rem;
}

.image_copper_0b95 span {
  color: var(--mute);
}

.soft-6674 {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.soft-6674 h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.soft-6674 p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.soft-6674 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.soft-6674 li {
  margin-bottom: 0.25rem;
}

.soft-6674 li:last-child {
  margin-bottom: 0;
}

.avatar_solid_1984 {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.avatar_solid_1984 p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.avatar_solid_1984 cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.text-last-86b1 .notice_b255 {
  width: 100%;
}

.caption-clean-ed03 {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.caption-clean-ed03:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-6611 {
  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-6611 h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-6611 p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-6611 .advanced_1f48 {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-6611 .advanced_1f48:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-6611 .tabs-lite-bac2 {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-6611 .tabs-lite-bac2:hover {
  background: var(--snow);
}

.basic_5282 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.pagination_8b43 {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.copper-55fa {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.clean-ce34 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.clean-ce34 a:hover {
  color: var(--red);
}

.button-full-798a {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.button-full-798a:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .module-south-23c4,
  .fluid-ec53,
  .top-7f06,
  .bronze-2de2 {
    grid-template-columns: 1fr;
  }

  .cold_32a0 {
    position: static;
  }

  .paragraph-soft-a637 {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .east-d8dc {
    grid-template-columns: 1fr;
  }

  .soft-26ec {
    grid-template-columns: 1fr 1fr;
  }

  .narrow_173a:nth-child(2) {
    transform: none;
  }

  .input-tiny-be79 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .center_28ac {
    width: min(100% - 1.25rem, var(--max));
  }

  .red_e29b {
    display: inline-flex;
  }

  .widget_tiny_7bbd {
    display: none;
  }

  .tag-action-4ead {
    padding: 2.25rem 0 1.5rem;
  }

  .pro_0b23 img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .black_3017 {
    padding: 2.75rem 0;
  }

  .notice_b255 {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .basic_2eff img {
    height: 30px;
  }

  .static_2747 {
    max-width: 300px;
    margin-inline: auto;
  }

  .narrow_173a {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .soft-26ec {
    grid-template-columns: 1fr;
  }

  .disabled-0fdc {
    flex-direction: row;
    align-items: center;
  }

  .summary-dim-4cad {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .paragraph_dynamic_e4e7 {
    gap: 0.3rem;
  }

  .rough_98a7 {
    gap: 0.5rem;
  }

  .row-089b {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.black-7595 {
  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);
}

.motion_ed12 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.motion_ed12 a:hover {
  color: var(--red);
}

.black-7595 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;
}

.hovered-841a {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.prev_7078 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.thumbnail_8342 {
  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;
}

.main_e05d {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.clean_009a {
  display: grid;
  gap: 0.85rem;
}

.element-gas-d4d3 {
  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;
}

.aside-b78c {
  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;
}

.feature-dfe7 {
  min-width: 0;
}

.feature-dfe7 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.feature-dfe7 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.mask_afcb {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.grid_brown_a0d6 {
  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;
}

.pagination_8190 {
  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);
}

.cool-6de4 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.cool-6de4 h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.cool-6de4 strong {
  color: var(--red);
  font-size: 1.15rem;
}

.north-ff5d {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.gallery-white-57a1 {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.gallery-white-57a1 li {
  margin-bottom: 0.4rem;
}

.gallery-white-57a1 li:last-child {
  margin-bottom: 0;
}

.grid_brown_a0d6 .notice_b255 {
  width: 100%;
}

.fixed-5af4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.heading_dim_4a25 {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.heading_dim_4a25 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.heading_dim_4a25 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.aside-d531 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.search_d853 {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.search_d853 p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.wrapper-6dcc {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .mask_afcb,
  .fixed-5af4,
  .aside-d531 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .black-7595 {
    padding: 1.75rem 0 1.5rem;
  }

  .black-7595 h1 {
    max-width: none;
  }

  .element-gas-d4d3 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .outer-be94 {
    grid-template-columns: 1fr;
  }

  .heading_selected_8af4,
  .text-b841 {
    grid-template-columns: 1fr;
  }
}

.red-2b3e {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.active_d053 {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.purple-873f {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.outer-be94 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.outer-be94 li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.outer-be94 li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.outer-be94 a:hover {
  color: var(--red);
}

.pattern-f496 {
  max-width: 46rem;
}

.pattern-f496 p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.logo-south-6627 {
  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);
}

.logo-south-6627 li {
  margin-bottom: 0.55rem;
}

.logo-south-6627 li:last-child {
  margin-bottom: 0;
}

.heading_selected_8af4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.heading_7efe {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.heading_7efe h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.heading_7efe p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.heading_7efe a {
  color: var(--red);
  font-weight: 700;
}

.heading_7efe a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.iron-1aa7 {
  display: grid;
  gap: 0.7rem;
}

.thumbnail_dark_c4f2 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.thumbnail_dark_c4f2 summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.thumbnail_dark_c4f2 summary::-webkit-details-marker {
  display: none;
}

.thumbnail_dark_c4f2 summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.thumbnail_dark_c4f2[open] summary::after {
  content: "–";
}

.thumbnail_dark_c4f2 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.thumbnail_dark_c4f2 a {
  color: var(--red);
  font-weight: 700;
}

.text-b841 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.aside-blue-7df2 {
  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);
}

.aside-blue-7df2:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.aside-blue-7df2 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.aside-blue-7df2 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.sort_a8de {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.primary-eaf9 {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.primary-eaf9 h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.primary-eaf9 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.active_a9f6 {
  display: grid;
  gap: 1rem;
}

.primary-b0f2 {
  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);
}

.button_south_bb0a {
  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);
}

.wrapper-0386 {
  min-width: 0;
}

.panel-small-3b87 {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.badge-20fa {
  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;
}

.in-2a11 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.in-2a11 li {
  margin-bottom: 0.25rem;
}

.in-2a11 strong {
  color: var(--ink);
}

.over_0ac8 {
  min-width: 0;
}

.over_0ac8 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.over_0ac8 p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.over_0ac8 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.over_0ac8 li {
  margin-bottom: 0.3rem;
}

.component_new_c68e {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.gradient-cool-c1c4 {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.gradient-cool-c1c4 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.gradient-cool-c1c4 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .sort_a8de,
  .component_new_c68e {
    grid-template-columns: 1fr;
  }

  .primary-b0f2 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.iron-1aa7 .thumbnail_dark_c4f2 {
  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-cc8f {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.narrow_b45d {
  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);
}

.tertiary_9881 {
  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);
}

.bottom-e4f6 {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.photo-pink-b916 {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.photo-pink-b916::placeholder {
  color: #9a9a9a;
}

.feature-bright-280c {
  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;
}

.popup_4f51 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.cool-4bc7 {
  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);
}

.cool-4bc7:hover,
.cool-4bc7.simple_fab9 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.logo_655b {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.logo_655b.popup_prev_cf1f {
  color: var(--red);
}

.dim-1095[hidden],
.thumbnail_dark_c4f2[hidden] {
  display: none !important;
}

.backdrop-in-aa68 {
  margin-top: 0.15rem;
}

.backdrop-in-aa68 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .tertiary_9881 {
    grid-template-columns: auto 1fr;
  }

  .feature-bright-280c {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.plasma-e849 {
  --header: 64px;
}

.focused_13e4 {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.footer_9232 {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.header-f824 {
  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);
}

.column-first-2683 {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.title_a784 {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.copper-0ac3 {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.middle_a413 {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.button_basic_9b87 {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.slider-current-23ee {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.disabled-e309 {
  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);
}

.disabled-e309:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.yellow_2d16,
.disabled-e309[hidden] {
  display: none !important;
}

.red-bfeb {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.layout_liquid_63d3 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.icon_186b {
  min-width: 0;
  width: 100%;
}

.filter-48ae {
  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;
}

.main_silver_8c60 {
  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);
}

.secondary-2a54 {
  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;
}

.alert_smooth_8528 {
  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);
}

.sort_steel_0cb9 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.widget-down-fba0 {
  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;
}

.widget-down-fba0:hover {
  background: var(--red-mist);
}

.background-lower-b329 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.background-lower-b329 a,
.surface_f3b6 {
  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);
}

.background-lower-b329 a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.surface_f3b6 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.hero_full_f795,
.message_soft_3e4a {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .slider-current-23ee {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .plasma-e849 {
    --header: 108px;
  }

  .footer_9232 {
    flex-wrap: wrap;
  }

  .header-f824 {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .slider-current-23ee {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .disabled-e309 {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .layout_liquid_63d3 {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .alert_smooth_8528 {
    flex-direction: column;
    align-items: stretch;
  }

  .widget-down-fba0 {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .slider-current-23ee {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.primary-f5c4 {
  max-width: 48rem;
}

.shadow_rough_c9c1 {
  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;
}

.shadow_rough_c9c1 p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.media_d1f2 {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.media_d1f2 > *:first-child {
  margin-top: 0;
}

.media_d1f2 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;
}

.media_d1f2 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);
}

.media_d1f2 h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.media_d1f2 p {
  margin: 0 0 0.95rem;
}

.media_d1f2 ul,
.media_d1f2 ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.media_d1f2 li {
  margin-bottom: 0.4rem;
}

.media_d1f2 a {
  color: var(--red);
  font-weight: 700;
}

.media_d1f2 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hover_99e0 {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.hover_99e0 h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.hover_99e0 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.hover_99e0 a {
  color: var(--red);
  font-weight: 800;
}

.hover_99e0 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.left_9fee {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.prev-d7e3 {
  justify-self: end;
}

.prev-d7e3 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);
}

.bottom_e855 {
  display: grid;
  gap: 0.9rem;
}

.up-d122 {
  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;
}

.up-d122:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.form-4a14 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.outline_fast_cedc {
  min-width: 0;
}

.outline_fast_cedc h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.outline_fast_cedc p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.section-solid-3f98 {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.static-b025 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.static-b025 a,
.section-solid-3f98 a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.section-solid-3f98 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .left_9fee {
    grid-template-columns: 1fr;
  }

  .prev-d7e3 {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .up-d122 {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.footer-motion-030b {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.footer-motion-030b h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.footer-motion-030b p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.element_1384 {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.advanced-58c1 {
  grid-column: 1 / -1;
}

.top-7f06:has(.advanced-58c1) {
  grid-template-columns: 1fr;
}

/* css-noise: 56e6 */
.promo-block-t8 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.0;
}
